| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to ../doc/lispref | Glenn Morris | 2007-09-06 | 1 | -2785/+0 |
| | | |||||
| * | * keymaps.texi (Active Keymaps): Document new POSITION argument of | David Kastrup | 2007-06-25 | 1 | -3/+6 |
| | | | | | | | | | | | | | | `current-active-maps'. * keymap.c (Fcurrent_active_maps): Add `position' argument. (Fwhere_is_internal): Adjust call to `current-active-maps' to cater for additional parameter. * keymap.h: Adjust number of parameters to `current-active-maps'. * doc.c (Fsubstitute_command_keys): Adjust call of `current-active-maps'. | ||||
| * | (Scanning Keymaps): Update where-is-internal example. | Richard M. Stallman | 2007-05-10 | 1 | -1/+2 |
| | | |||||
| * | (Extended Menu Items): Move the info about | Richard M. Stallman | 2007-04-22 | 1 | -8/+11 |
| | | | | | format with cached keyboard binding. | ||||
| * | (Format of Keymaps): Remove spurious ")" from | Nick Roberts | 2007-04-12 | 1 | -1/+1 |
| | | | | | value of lisp-mode-map. | ||||
| * | (Active Keymaps): Improve index entries. | Richard M. Stallman | 2007-04-07 | 1 | -1/+1 |
| | | |||||
| * | (Remapping Commands): Document new arg to command-remapping. | Chong Yidong | 2007-04-01 | 1 | -1/+5 |
| | | |||||
| * | wording matters | Karl Berry | 2007-04-01 | 1 | -2/+2 |
| | | |||||
| * | Improve indexing. | Eli Zaretskii | 2007-03-31 | 1 | -0/+2 |
| | | |||||
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | | 2001). | ||||
| * | (Tool Bar): Describe `grow-only' value of `auto-resize-tool-bars'. | Kim F. Storm | 2006-12-30 | 1 | -0/+9 |
| | | |||||
| * | (Active Keymaps): Fix previous change. | Richard M. Stallman | 2006-12-30 | 1 | -1/+1 |
| | | |||||
| * | (Active Keymaps): Make xref to lookup-key. | Nick Roberts | 2006-12-30 | 1 | -1/+1 |
| | | |||||
| * | Avoid use of "binding" to mean a relation; | Richard M. Stallman | 2006-11-06 | 1 | -15/+17 |
| | | | | | use it only to refer to the meaning associated with a key. | ||||
| * | (Format of Keymaps): Show all the keymap element | Richard M. Stallman | 2006-10-16 | 1 | -13/+19 |
| | | | | | | patterns that result from menu items. (Key Lookup): Minor cleanups. | ||||
| * | (Key Sequences): Clarify use of kbd. | Richard M. Stallman | 2006-10-11 | 1 | -12/+32 |
| | | |||||
| * | (Searching Keymaps): Small clarification. | David Kastrup | 2006-09-19 | 1 | -2/+2 |
| | | |||||
| * | (Creating Keymaps): Explain that keymap prompt strings cause keyboard menus. | Richard M. Stallman | 2006-09-18 | 1 | -30/+38 |
| | | | | | | (Menu Keymaps): Likewise. (Defining Menus, Keyboard Menus): Clarify. | ||||
| * | (Remapping Commands, Searching Keymaps) | Richard M. Stallman | 2006-09-15 | 1 | -31/+30 |
| | | | | | (Active Keymaps): Clean up previous change. | ||||
| * | * NEWS: explain new behavior and arguments of `key-binding' and | David Kastrup | 2006-09-15 | 1 | -19/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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'. | ||||
| * | (Searching Keymaps): Clarification. | Richard M. Stallman | 2006-09-15 | 1 | -29/+9 |
| | | | | | (Active Keymaps): Refer to Searching Keymaps instead of duplication. | ||||
| * | *** 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 | 1 | -0/+4 |
| | | | | | local maps. | ||||
| * | (Extended Menu Items): Show format of cached bindings in extended menu items. | Richard M. Stallman | 2006-08-16 | 1 | -1/+8 |
| | | |||||
| * | (Translation Keymaps): New node. | Richard M. Stallman | 2006-07-31 | 1 | -2/+122 |
| | | | | | Update xrefs from Translating Input to Translation Keymaps. | ||||
| * | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -1/+1 |
| | | |||||
| * | (Tool Bar): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -8/+0 |
| | | |||||
| * | (Changing Key Bindings): Cleanup. | Richard M. Stallman | 2006-07-05 | 1 | -5/+9 |
| | | | | | Add xref to Key Binding Conventions. | ||||
| * | * keymaps.texi (Key Sequences): Link to input events definition. | Chong Yidong | 2006-05-27 | 1 | -20/+5 |
| | | | | | (Format of Keymaps): Delete material duplicated in Keymap Basics. | ||||
| * | (Keymap Basics): New node, split out of Key Sequences. | Richard M. Stallman | 2006-05-25 | 1 | -61/+74 |
| | | | | | (Keymaps): Update menu. | ||||
| * | * keymaps.texi (Key Sequences): Some clarifications. | Chong Yidong | 2006-05-25 | 1 | -18/+25 |
| | | |||||
| * | * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | Chong Yidong | 2006-05-25 | 1 | -24/+44 |
| | | | | | | | | | Explain string and vector representations of key sequences * keymaps.texi (Changing Key Bindings): * commands.texi (Interactive Codes, Interactive Codes): * help.texi (Describing Characters): Refer to it. | ||||
| * | (Active Keymaps): Fix pseudo-Lisp syntax. | Eli Zaretskii | 2006-05-05 | 1 | -4/+5 |
| | | | | | (Searching Keymaps): Fix pseudo-Lisp description of keymap search. | ||||
| * | (Tool Bar): Add tool-bar-border. | Kim F. Storm | 2006-03-02 | 1 | -0/+9 |
| | | |||||
| * | (Key Lookup): Clarify wrt commands vs other functions. | Richard M. Stallman | 2006-02-08 | 1 | -5/+7 |
| | | | | | | (Changing Key Bindings): Clarify when remapping is better than substitute-key-definition. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (Active Keymaps): Clarifications. | Richard M. Stallman | 2006-02-02 | 1 | -48/+121 |
| | | | | | | (Searching Keymaps): New node. (Keymaps): Update menu. | ||||
| * | Fix typos. | Eli Zaretskii | 2006-01-07 | 1 | -1/+1 |
| | | |||||
| * | (Format of Keymaps): Remove mention of a quirk | Stefan Monnier | 2005-12-05 | 1 | -11/+7 |
| | | | | | in full keymaps, since the quirk has been fixed. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -2/+2 |
| | | |||||
| * | (Menu Bar): Fix xref. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
| | | |||||
| * | (Key Binding Commands): Call binding BINDING rather than DEFINITION. | Richard M. Stallman | 2005-07-03 | 1 | -8/+8 |
| | | |||||
| * | (Creating Keymaps): Put make-sparse-keymap before make-keymap. | Richard M. Stallman | 2005-06-28 | 1 | -16/+19 |
| | | |||||
| * | Fix formatting ugliness. | Richard M. Stallman | 2005-06-18 | 1 | -4/+4 |
| | | |||||
| * | (Active Keymaps): Add anchor. | Luc Teirlinck | 2005-05-19 | 1 | -0/+1 |
| | | |||||
| * | (Extended Menu Items): Menu item filter functions | Richard M. Stallman | 2005-05-10 | 1 | -0/+4 |
| | | | | | can be called at any time. | ||||
| * | (Prefix Keys): M-g is still a prefix key. | Luc Teirlinck | 2005-03-28 | 1 | -3/+3 |
| | | |||||
| * | (Prefix Keys): facemenu-keymap is now on M-o. | Luc Teirlinck | 2005-03-28 | 1 | -2/+2 |
| | | |||||
| * | (Menu Separators, Tool Bar): Get rid of "Emacs 21". | Richard M. Stallman | 2005-03-06 | 1 | -6/+8 |
| | | | | | (Menu Bar): Fix when menu-bar-update-hook is called. | ||||
| * | (Keymaps): Clarify. | Richard M. Stallman | 2005-02-27 | 1 | -87/+59 |
| | | | | | | | | | | (Format of Keymaps): Update lisp-mode-map example. (Active Keymaps, Key Lookup): Clarify. (Changing Key Bindings): Add xref to `kbd'. (Key Binding Commands, Simple Menu Items): Clarify. (Mouse Menus, Menu Bar): Clarify. (Menu Example): Replace print example with menu-bar-replace-menu. | ||||