* xterm.h: Add declaration of free_frame_menubar.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 5 Feb 2004 13:01:13 +0000 (13:01 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 5 Feb 2004 13:01:13 +0000 (13:01 +0000)
* xfns.c (x_create_bitmap_mask): Removed unused variable depth.
(x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
(Fx_change_window_property): Add declaration of parameters type and
format.  Remove unused variable cons.

src/ChangeLog

index 29b34f4..b9ac9ca 100644 (file)
@@ -1,8 +1,11 @@
-2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
+2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * editfns.c (Fchar_after, Fchar_before): Doc fixes.
+       * xterm.h: Add declaration of free_frame_menubar.
 
-2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+       * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
+       (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
+       (Fx_change_window_property): Add declaration of parameters type and 
+       format.  Remove unused variable cons.
 
        * xselect.c: Include stdio,h.
 
 
        * buffer.c (Fset_buffer_multibyte): Fix docstring.
 
+2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * editfns.c (Fchar_after, Fchar_before): Doc fixes.
+
 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keymap.c (Vmouse_events): Rename from Vmenu_events.