diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69db7f0b200..e434301cb17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * lisp.h (KEYMAPP): New macro. | ||
| 4 | (get_keymap): Remove. | ||
| 5 | (get_keymap_1): Rename get_keymap. | ||
| 6 | |||
| 7 | * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. | ||
| 8 | |||
| 9 | * xterm.c (note_mode_line_highlight): Use KEYMAPP. | ||
| 10 | |||
| 11 | * xmenu.c (single_submenu): Use KEYMAPP. | ||
| 12 | (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. | ||
| 13 | Use KEYMAPP rather than Fkeymapp. | ||
| 14 | |||
| 15 | * w32term.c (note_mode_line_highlight): Use KEYMAPP. | ||
| 16 | |||
| 17 | * w32menu.c (True, False): Remove (use TRUE and FALSE instead). | ||
| 18 | (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. | ||
| 19 | Use KEYMAPP rather than Fkeymapp. | ||
| 20 | (single_submenu): Use KEYMAPP. | ||
| 21 | (w32_menu_show, w32_dialog_show): Use TRUE. | ||
| 22 | |||
| 23 | * minibuf.c (Fread_from_minibuffer): Update call to get_keymap. | ||
| 24 | |||
| 25 | * keymap.c (KEYMAPP): Remove (moved to lisp.h). | ||
| 26 | (Fkeymapp): Use KEYMAPP. | ||
| 27 | (get_keymap): Rename from get_keymap_1. Remove old def. | ||
| 28 | Return t when autoload=0 and error=0 and the keymap needs autoloading. | ||
| 29 | (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp. | ||
| 30 | (Fminor_mode_key_binding): Don't raise an error if the binding | ||
| 31 | is not a keymap. | ||
| 32 | (Fuse_global_map, Fuse_local_map): Allow autoloading. | ||
| 33 | (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. | ||
| 34 | |||
| 35 | * keyboard.c (read_char): get_keymap_1 -> get_keymap. | ||
| 36 | Allow Vspecial_event_map to be autoloaded. | ||
| 37 | (menu_bar_items): Fetch the keymap rather than using keymapp. | ||
| 38 | (menu_bar_one_keymap): No need to follow func-indirect any more. | ||
| 39 | (parse_menu_item): get_keymap_1 -> get_keymap. | ||
| 40 | (tool_bar_items): Fetch the keymap rather than using keymapp. | ||
| 41 | (read_key_sequence): Use KEYMAPP. | ||
| 42 | |||
| 43 | * intervals.c (get_local_map): Use get_keymap rather than following | ||
| 44 | function-indirections explicitly. | ||
| 45 | |||
| 46 | * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap. | ||
| 47 | |||
| 1 | 2000-10-27 Jason Rumney <jasonr@gnu.org> | 48 | 2000-10-27 Jason Rumney <jasonr@gnu.org> |
| 2 | 49 | ||
| 3 | * w32fns.c (Fx_create_frame): Make default fontsize on w32 10 | 50 | * w32fns.c (Fx_create_frame): Make default fontsize on w32 10 |