comparison src/ChangeLog @ 50830:8d335609caaf

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 May 2003 19:13:41 +0000
parents e35f3a0974de
children c25ad03e3598
comparison
equal deleted inserted replaced
50829:a4f8713c4753 50830:8d335609caaf
1 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * fileio.c (Qwrite_region_annotate_functions): New var.
4 (build_annotations): Use it to process the global part of the hook.
5 (syms_of_fileio): Init and staticpro it.
6
7 * keyboard.c (safe_run_hooks_error): Display a message instead of
8 silently ignoring the error.
9
10 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
11
12 * keyboard.c (input_available_signal): Mark static.
13 (menu_bar_items): Use map_keymap.
14 (menu_bar_one_keymap): Remove.
15 (menu_bar_item): Adjust arglist (for use in map_keymap).
16 Properly hide a second binding when not both are keymaps.
17
18 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
19 (single_keymap_panes): Use it and map_keymap.
20 (single_menu_item): Use skp as well.
21
22 * keymap.h (map_keymap_function_t): New type.
23 (map_keymap): Declare.
24
25 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
26 (map_keymap_call, Fmap_keymap): New functions.
27 (syms_of_keymap): Defsubr map-keymap.
28
1 2003-05-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 29 2003-05-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 30
3 * gtkutil.c (create_dialog, make_widget_for_menu_item) 31 * gtkutil.c (create_dialog, make_widget_for_menu_item)
4 (make_menu_item, create_menus, xg_update_menu_item): Don't call 32 (make_menu_item, create_menus, xg_update_menu_item): Don't call
5 ..._with_mnemonic functions for menu items. 33 ..._with_mnemonic functions for menu items.