aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-11-23 20:42:46 +0000
committerEli Zaretskii2000-11-23 20:42:46 +0000
commitcc362d7696cdec02097005bb20109facd0c39fe6 (patch)
tree946fdb2139fca1751789bbb1043d284463e49fb5 /src/ChangeLog
parent2bcdf6628b2e67d770605f1e37c25a2533e9460b (diff)
downloademacs-cc362d7696cdec02097005bb20109facd0c39fe6.tar.gz
emacs-cc362d7696cdec02097005bb20109facd0c39fe6.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65395237df8..f79fca83eab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,18 +14,17 @@
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
@@ -34,7 +33,7 @@
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
402000-11-23 Miles Bader <miles@gnu.org> 392000-11-23 Miles Bader <miles@gnu.org>