| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-10-03 | 1 | -0/+5 | |
| | | ||||||
| * | (Char Classes): Document :multibyte: and :unibyte:. | Richard M. Stallman | 2006-10-03 | 1 | -2/+6 | |
| | | | | | Clarify :ascii: and :nonascii:. | |||||
| * | *** empty log message *** | Juri Linkov | 2006-09-29 | 1 | -0/+5 | |
| | | ||||||
| * | (%-Constructs): Reorder coding systems in the | Juri Linkov | 2006-09-29 | 1 | -1/+1 | |
| | | | | | documentation of %z to the real order displayed in the modeline. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-25 | 1 | -0/+4 | |
| | | ||||||
| * | (Timers): Describe timer-max-repeats. | Richard M. Stallman | 2006-09-25 | 1 | -0/+6 | |
| | | ||||||
| * | * os.texi (Timers): Mention with-local-quit. | Chong Yidong | 2006-09-25 | 2 | -1/+10 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-24 | 1 | -0/+9 | |
| | | ||||||
| * | (Searching and Matching): Mention property search. | Richard M. Stallman | 2006-09-24 | 1 | -1/+2 | |
| | | ||||||
| * | (Command Loop Info): Explain how read-event affects this-command-keys. | Richard M. Stallman | 2006-09-24 | 1 | -5/+7 | |
| | | ||||||
| * | (Timers): Clarify about REPEAT when timer is delayed. | Richard M. Stallman | 2006-09-21 | 1 | -3/+14 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-20 | 1 | -0/+4 | |
| | | ||||||
| * | (Window Start): Minor cleanups. | Richard M. Stallman | 2006-09-20 | 2 | -3/+7 | |
| | | ||||||
| * | (Window Start): pos-visible-in-window-p allows | Kim F. Storm | 2006-09-20 | 1 | -1/+28 | |
| | | | | | | specifying t for position to mean "end of window". Add window-line-height. | |||||
| * | (Antinews): Mention window-line-height. | Kim F. Storm | 2006-09-20 | 1 | -1/+2 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-20 | 1 | -0/+8 | |
| | | ||||||
| * | (Searching Keymaps): Small clarification. | David Kastrup | 2006-09-19 | 2 | -4/+9 | |
| | | ||||||
| * | (Creating Keymaps): Explain that keymap prompt strings cause keyboard menus. | Richard M. Stallman | 2006-09-18 | 2 | -30/+43 | |
| | | | | | | (Menu Keymaps): Likewise. (Defining Menus, Keyboard Menus): Clarify. | |||||
| * | (Fields): Clarify explanation of constrain-to-field. | Richard M. Stallman | 2006-09-18 | 2 | -9/+18 | |
| | | ||||||
| * | (Tips for Defining): Fix a typo. | Eli Zaretskii | 2006-09-16 | 2 | -1/+5 | |
| | | ||||||
| * | (Remapping Commands, Searching Keymaps) | Richard M. Stallman | 2006-09-15 | 2 | -33/+37 | |
| | | | | | (Active Keymaps): Clean up previous change. | |||||
| * | *** empty log message *** | Jay Belanger | 2006-09-15 | 1 | -0/+5 | |
| | | ||||||
| * | Replace "Library Public License" by "Lesser Public License" throughout. | Jay Belanger | 2006-09-15 | 1 | -11/+10 | |
| | | | | | Make minor changes to follow the canonical text. | |||||
| * | Fix previous commit: Remove conflict marker. Undo unification of Pavel | Reiner Steib | 2006-09-15 | 1 | -2/+1 | |
| | | | | | Janik's name. | |||||
| * | * NEWS: explain new behavior and arguments of `key-binding' and | David Kastrup | 2006-09-15 | 2 | -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. Stallman | 2006-09-15 | 1 | -0/+12 | |
| | | ||||||
| * | (Searching Keymaps): Clarification. | Richard M. Stallman | 2006-09-15 | 1 | -29/+9 | |
| | | | | | (Active Keymaps): Refer to Searching Keymaps instead of duplication. | |||||
| * | (Character Type): Node split. | Richard M. Stallman | 2006-09-14 | 1 | -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. Stallman | 2006-09-12 | 2 | -22/+23 | |
| | | ||||||
| * | (Display Table Format): Wording clarification | Richard M. Stallman | 2006-09-12 | 2 | -5/+10 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | * keymaps.texi (Active Keymaps): Mention that key-binding checks | Chong Yidong | 2006-09-11 | 2 | -0/+9 | |
| | | | | | local maps. | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-10 | 1 | -0/+5 | |
| | | ||||||
| * | (Forcing Redisplay): Document return value of function redisplay. | Kim F. Storm | 2006-09-10 | 1 | -0/+2 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-09 | 1 | -0/+3 | |
| | | ||||||
| * | (Window Hooks): Explain limits of window-scroll-functions. | Richard M. Stallman | 2006-09-09 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-09 | 1 | -0/+5 | |
| | | ||||||
| * | (Fringe Indicators): Update for last change in indicate-buffer-boundaries. | Richard M. Stallman | 2006-09-09 | 1 | -13/+19 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-08 | 1 | -0/+4 | |
| | | ||||||
| * | (Bindat Spec): Suggest names ending in -bindat-spec. | Richard M. Stallman | 2006-09-08 | 1 | -1/+3 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-06 | 1 | -0/+2 | |
| | | ||||||
| * | (Display Feature Testing): display-mm-dimensions-alist. | Kim F. Storm | 2006-09-06 | 1 | -6/+12 | |
| | | ||||||
| * | (Window Start): Update pos-visible-in-window-p. | Kim F. Storm | 2006-09-06 | 1 | -7/+10 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-06 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-04 | 1 | -0/+8 | |
| | | ||||||
| * | (Accepting Output): Explain SECONDS=0 for accept-process-output. | Richard M. Stallman | 2006-09-04 | 1 | -0/+2 | |
| | | ||||||
| * | (Idle Timers): Explain why timer functions should not | Richard M. Stallman | 2006-09-04 | 1 | -0/+19 | |
| | | | | | loop until (input-pending-p). | |||||
| * | Fix typo. | Chong Yidong | 2006-09-02 | 1 | -5/+0 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+5 | |
| | | ||||||
| * | (usermanualdir): New variable. | Eli Zaretskii | 2006-09-02 | 1 | -1/+2 | |
| | | | | | (elisp.dvi): Use it. | |||||