aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Richard M. Stallman2006-10-031-0/+5
|
* (Char Classes): Document :multibyte: and :unibyte:.Richard M. Stallman2006-10-031-2/+6
| | | | Clarify :ascii: and :nonascii:.
* *** empty log message ***Juri Linkov2006-09-291-0/+5
|
* (%-Constructs): Reorder coding systems in theJuri Linkov2006-09-291-1/+1
| | | | documentation of %z to the real order displayed in the modeline.
* *** empty log message ***Richard M. Stallman2006-09-251-0/+4
|
* (Timers): Describe timer-max-repeats.Richard M. Stallman2006-09-251-0/+6
|
* * os.texi (Timers): Mention with-local-quit.Chong Yidong2006-09-252-1/+10
|
* *** empty log message ***Richard M. Stallman2006-09-241-0/+9
|
* (Searching and Matching): Mention property search.Richard M. Stallman2006-09-241-1/+2
|
* (Command Loop Info): Explain how read-event affects this-command-keys.Richard M. Stallman2006-09-241-5/+7
|
* (Timers): Clarify about REPEAT when timer is delayed.Richard M. Stallman2006-09-211-3/+14
|
* *** empty log message ***Kim F. Storm2006-09-201-0/+4
|
* (Window Start): Minor cleanups.Richard M. Stallman2006-09-202-3/+7
|
* (Window Start): pos-visible-in-window-p allowsKim F. Storm2006-09-201-1/+28
| | | | | specifying t for position to mean "end of window". Add window-line-height.
* (Antinews): Mention window-line-height.Kim F. Storm2006-09-201-1/+2
|
* *** empty log message ***Kim F. Storm2006-09-201-0/+8
|
* (Searching Keymaps): Small clarification.David Kastrup2006-09-192-4/+9
|
* (Creating Keymaps): Explain that keymap prompt strings cause keyboard menus.Richard M. Stallman2006-09-182-30/+43
| | | | | (Menu Keymaps): Likewise. (Defining Menus, Keyboard Menus): Clarify.
* (Fields): Clarify explanation of constrain-to-field.Richard M. Stallman2006-09-182-9/+18
|
* (Tips for Defining): Fix a typo.Eli Zaretskii2006-09-162-1/+5
|
* (Remapping Commands, Searching Keymaps)Richard M. Stallman2006-09-152-33/+37
| | | | (Active Keymaps): Clean up previous change.
* *** empty log message ***Jay Belanger2006-09-151-0/+5
|
* Replace "Library Public License" by "Lesser Public License" throughout.Jay Belanger2006-09-151-11/+10
| | | | Make minor changes to follow the canonical text.
* Fix previous commit: Remove conflict marker. Undo unification of PavelReiner Steib2006-09-151-2/+1
| | | | Janik's name.
* * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-152-20/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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'.
* *** empty log message ***Richard M. Stallman2006-09-151-0/+12
|
* (Searching Keymaps): Clarification.Richard M. Stallman2006-09-151-29/+9
| | | | (Active Keymaps): Refer to Searching Keymaps instead of duplication.
* (Character Type): Node split.Richard M. Stallman2006-09-141-68/+99
| | | | | | Add xref to Describing Characters. (Basic Char Syntax, General Escape Syntax) (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
* (Glyphs): Clarifications.Richard M. Stallman2006-09-122-22/+23
|
* (Display Table Format): Wording clarificationRichard M. Stallman2006-09-122-5/+10
|
* *** empty log message ***Richard M. Stallman2006-09-111-2/+2
|
* * keymaps.texi (Active Keymaps): Mention that key-binding checksChong Yidong2006-09-112-0/+9
| | | | local maps.
* *** empty log message ***Kim F. Storm2006-09-101-0/+5
|
* (Forcing Redisplay): Document return value of function redisplay.Kim F. Storm2006-09-101-0/+2
|
* *** empty log message ***Richard M. Stallman2006-09-091-0/+3
|
* (Window Hooks): Explain limits of window-scroll-functions.Richard M. Stallman2006-09-091-0/+4
|
* *** empty log message ***Richard M. Stallman2006-09-091-0/+5
|
* (Fringe Indicators): Update for last change in indicate-buffer-boundaries.Richard M. Stallman2006-09-091-13/+19
|
* *** empty log message ***Richard M. Stallman2006-09-081-0/+4
|
* (Bindat Spec): Suggest names ending in -bindat-spec.Richard M. Stallman2006-09-081-1/+3
|
* *** empty log message ***Kim F. Storm2006-09-061-0/+2
|
* (Display Feature Testing): display-mm-dimensions-alist.Kim F. Storm2006-09-061-6/+12
|
* (Window Start): Update pos-visible-in-window-p.Kim F. Storm2006-09-061-7/+10
|
* *** empty log message ***Kim F. Storm2006-09-061-0/+4
|
* *** empty log message ***Richard M. Stallman2006-09-041-0/+8
|
* (Accepting Output): Explain SECONDS=0 for accept-process-output.Richard M. Stallman2006-09-041-0/+2
|
* (Idle Timers): Explain why timer functions should notRichard M. Stallman2006-09-041-0/+19
| | | | loop until (input-pending-p).
* Fix typo.Chong Yidong2006-09-021-5/+0
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+5
|
* (usermanualdir): New variable.Eli Zaretskii2006-09-021-1/+2
| | | | (elisp.dvi): Use it.