comparison src/ChangeLog @ 70100:1694af098666

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Apr 2006 21:25:10 +0000
parents 46e10feaefd1
children 171d2c3be825
comparison
equal deleted inserted replaced
70099:7ab0f5013dfb 70100:1694af098666
1 2006-04-18 Richard Stallman <rms@gnu.org>
2
3 * xmenu.c (restore_menu_items, save_menu_items): New fns.
4 (set_frame_menubar): Use save_menu_items. Save updated vector in
5 the frame before unwinding it. Don't use unuse_menu_items. Don't
6 use discard_menu_items.
7 (digest_single_submenu): Abort if an item is not in a pane.
8 (init_menu_items): Put the error check at the top.
9
10 * keymap.c (describe_map): Make "shadowed" warning more verbose.
11
12 * window.c (adjust_window_trailing_edge): Correctly distinguish
13 series vs parallel cases, even when window has no parent.
14
15 * abbrev.c (record_symbol): New function.
16 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
17
1 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 18 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 19
3 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return 20 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
4 value of xmalloc. 21 value of xmalloc.
5 22