changeset 33830:ca49851e0850

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Nov 2000 20:42:46 +0000
parents dbbf1e9352f7
children eacf4d6750aa
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Nov 23 20:37:45 2000 +0000
+++ b/src/ChangeLog	Thu Nov 23 20:42:46 2000 +0000
@@ -14,18 +14,17 @@
 
 	* frame.h (struct frame): Replace desired_tool_bar_items,
 	current_tool_bar_items, n_desired_tool_bar_items,
-	n_current_tool_bar_items removed with tool_bar_items and
-	n_tool_bar_items.
+	n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
 
 	* frame.c (make_frame): Change initialization of tool bar
 	items accordingly.
 
 	* xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
-	Change references to mambers deleted from struct frame to use the
+	Change references to members deleted from struct frame to use the
 	new ones.
 
 	* xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
-	references to mambers deleted from struct frame to use the new
+	references to members deleted from struct frame to use the new
 	ones.
 
 	* dispnew.c (update_frame): Do nothing with frame's tool bar
@@ -34,7 +33,7 @@
 	* alloc.c (mark_object) <frame>: Mark tool bar items differently.
 
 	* w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
-	(note_tool_bar_highlight): Change references to mambers deleted
+	(note_tool_bar_highlight): Change references to members deleted
 	from struct frame to use the new ones.
 
 2000-11-23  Miles Bader  <miles@gnu.org>