1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

1388 Commits

Author SHA1 Message Date
Kim F. Storm
b521ddce87 *** empty log message *** 2006-09-20 23:38:23 +00:00
Kim F. Storm
c78450fd77 Add window-line-height. 2006-09-20 12:39:11 +00:00
Jan Djärv
a280ecc4fc Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog. 2006-09-18 16:42:52 +00:00
Eli Zaretskii
f21168f053 Update the `allout' entry. 2006-09-16 10:35:47 +00:00
David Kastrup
b74e16a384 * NEWS: explain new behavior and arguments of `key-binding' and
`command-remapping'.

* keymaps.texi (Active Keymaps): Adapt description to use
`get-char-property' instead `get-text-property'.  Explain how
mouse events change this.  Explain the new optional argument of
`key-binding' and its mouse-dependent lookup.
(Searching Keymaps): Adapt description similarly.  Explain the new
optional argument of `command-remapping'.

* Makefile.in (keymap.o): Add "keymap.h" and "window.h"
dependencies.

* keymap.c: include "window.h".
(Fcommand_remapping): New optional POSITION argument.
(Fkey_binding): New optional POSITION argument.  Completely rework
handling of mouse clicks to get the same order of keymaps as
`read-key-sequence' and heed POSITION.  Also temporarily switch
buffers to location of mouse click and back.

* keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
for additional argument.
(parse_menu_item): Adjust call of `Fkey_binding' for additional
argument.
(read_key_sequence): If there are both `local-map' and `keymap'
text properties at some buffer position, heed both.

* keymap.h: Declare additional optional arguments of
`Fcommand_remapping' and `Fkey_binding'.
2006-09-15 07:19:15 +00:00
Chong Yidong
834ea62881 + Disqualification of aberrent topics in allout.el 2006-09-14 17:52:57 +00:00
Paul Eggert
4b1aaa8b07 * etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.
2006-09-12 16:43:25 +00:00
Richard M. Stallman
9844f06627 Clarify. 2006-09-10 13:48:42 +00:00
Richard M. Stallman
af09dd7814 *** empty log message *** 2006-09-08 12:22:01 +00:00
Kim F. Storm
bdd26918c5 *** empty log message *** 2006-09-06 13:01:57 +00:00
Kim F. Storm
ea169f66e4 fringe.el is now pre-loaded. 2006-09-06 10:35:12 +00:00
Chong Yidong
70b49b72ee Document `buffer-chars-modified-tick' 2006-09-01 13:36:35 +00:00
Kim F. Storm
8d8dafebb3 *** empty log message *** 2006-08-24 21:18:13 +00:00
Richard M. Stallman
ce6297137d *** empty log message *** 2006-08-20 12:19:33 +00:00
Eli Zaretskii
2d33a4790a Update the Allout entries. 2006-08-12 12:38:38 +00:00
Romain Francoise
82a33a215e Mention that zone-mode.el is now obsolete. 2006-08-10 20:07:08 +00:00
Stefan Monnier
05a1066ff0 (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.
(font-lock-extend-region-multiline)
(font-lock-extend-region-wholelines): New functions.
(font-lock-default-fontify-region): Use them.
(font-lock-extend-jit-lock-region-after-change): Only round up
if font-lock-default-fontify-region will do it as well.
2006-08-03 07:14:39 +00:00
Kenichi Handa
68ce47af29 (find-operation-coding-system): Describe the more detail of
the change.
2006-08-01 00:49:58 +00:00
Reiner Steib
ebdcf65aa8 Fix typo. 2006-07-29 11:51:47 +00:00
Eli Zaretskii
21f7b9d857 Document the change in position policy on MS-Windows. 2006-07-29 10:48:30 +00:00
Chong Yidong
8763553f68 New arg for read-event', read-char', and `read-char-exclusive' 2006-07-26 18:28:57 +00:00
Stefan Monnier
2db8f17387 (Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.
2006-07-22 21:22:52 +00:00
Eli Zaretskii
23310d0e8b Document use of EMAIL. 2006-07-22 10:56:33 +00:00
Richard M. Stallman
05bdf2d724 *** empty log message *** 2006-07-17 21:07:29 +00:00
Kim F. Storm
3f11901a5d Mention that kbd macro has existed since Emacs 20.1. 2006-07-14 23:31:09 +00:00
Eli Zaretskii
0779eeea8f Update the Allout entry 2006-07-14 11:28:20 +00:00
Francesco Potortì
af02e17730 **** In C and derived languages, etags creates tags for #undef 2006-07-11 11:03:11 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +00:00
Richard M. Stallman
3aa7c28e8e *** empty log message *** 2006-07-09 02:08:14 +00:00
Chong Yidong
c58dccad6b Mention consolidation of images in etc/images, and the new icons. 2006-07-04 14:32:15 +00:00
Bill Wohler
70314b54e4 Update for MH-E release 8.0.2. 2006-07-04 00:44:46 +00:00
Luc Teirlinck
3958015dff *** empty log message *** 2006-07-04 00:06:55 +00:00
Chong Yidong
2f294ab882 facemenu-unlisted-faces deleted, new variable facemenu-listed-faces 2006-07-03 14:32:58 +00:00
Nick Roberts
0815600c96 *** empty log message *** 2006-06-25 01:43:14 +00:00
Nick Roberts
b920263a53 Remove duplicate entries. 2006-06-23 23:43:34 +00:00
Bill Wohler
4f187c9d68 Update for MH-E release 8.0.1. 2006-06-21 05:13:28 +00:00
Kim F. Storm
1bb32610a8 *** empty log message *** 2006-06-13 22:44:44 +00:00
Romain Francoise
0dc9e94e8d Fix typos. 2006-06-13 06:41:55 +00:00
Kim F. Storm
b91068886c New preemptive redisplay. 2006-06-12 22:44:25 +00:00
Thien-Thi Nguyen
c2f9f7fdf1 Mention that `enable-local-variables' can have value :all, as well. 2006-06-11 14:53:37 +00:00
Eli Zaretskii
a61e1d8f22 Document removal of yow.c. 2006-06-10 07:58:34 +00:00
Eli Zaretskii
cb480394f9 Document new syntax \uXXXX. 2006-06-09 17:59:29 +00:00
Kenichi Handa
0e7a5993b3 Add an example for the previous change. 2006-06-07 11:04:22 +00:00
Kenichi Handa
0091c67e78 Mention how to disable character translation for a file. 2006-06-07 01:19:58 +00:00
Kim F. Storm
9a21d88ba1 Reorganize NEWS and ONEWS.* files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.
2006-06-04 01:01:51 +00:00
Juri Linkov
06e95e6516 Add `history-add-new-input'. 2006-05-31 22:17:37 +00:00
Sam Steingold
3510285a59 typo 2006-05-31 02:10:40 +00:00
Jan Djärv
c3724dccb5 * NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus. 2006-05-29 07:13:57 +00:00
Thien-Thi Nguyen
047ad6f5a2 Rewrite Ewoc entry and move
from under "Incompatible Lisp Changes in Emacs 22.1"
to under "Changes in Specialized Modes and Packages in Emacs 22.1".
2006-05-27 17:46:37 +00:00
Chong Yidong
63b9b239a6 MUSTBENEW argument deleted from copy-file. 2006-05-27 14:36:59 +00:00