comparison src/ChangeLog @ 33830:ca49851e0850

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Nov 2000 20:42:46 +0000
parents dbbf1e9352f7
children 0ef815e86f0e
comparison
equal deleted inserted replaced
33829:dbbf1e9352f7 33830:ca49851e0850
12 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a 12 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
13 buffer object. 13 buffer object.
14 14
15 * frame.h (struct frame): Replace desired_tool_bar_items, 15 * frame.h (struct frame): Replace desired_tool_bar_items,
16 current_tool_bar_items, n_desired_tool_bar_items, 16 current_tool_bar_items, n_desired_tool_bar_items,
17 n_current_tool_bar_items removed with tool_bar_items and 17 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
18 n_tool_bar_items.
19 18
20 * frame.c (make_frame): Change initialization of tool bar 19 * frame.c (make_frame): Change initialization of tool bar
21 items accordingly. 20 items accordingly.
22 21
23 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight): 22 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
24 Change references to mambers deleted from struct frame to use the 23 Change references to members deleted from struct frame to use the
25 new ones. 24 new ones.
26 25
27 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change 26 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
28 references to mambers deleted from struct frame to use the new 27 references to members deleted from struct frame to use the new
29 ones. 28 ones.
30 29
31 * dispnew.c (update_frame): Do nothing with frame's tool bar 30 * dispnew.c (update_frame): Do nothing with frame's tool bar
32 items. 31 items.
33 32
34 * alloc.c (mark_object) <frame>: Mark tool bar items differently. 33 * alloc.c (mark_object) <frame>: Mark tool bar items differently.
35 34
36 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click) 35 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
37 (note_tool_bar_highlight): Change references to mambers deleted 36 (note_tool_bar_highlight): Change references to members deleted
38 from struct frame to use the new ones. 37 from struct frame to use the new ones.
39 38
40 2000-11-23 Miles Bader <miles@gnu.org> 39 2000-11-23 Miles Bader <miles@gnu.org>
41 40
42 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with 41 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with