1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

* xterm.h: Add declaration of free_frame_menubar.

* 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.
This commit is contained in:
Jan Djärv 2004-02-05 13:01:13 +00:00
parent 121e8a82d3
commit 9676f5adc5

View File

@ -1,9 +1,12 @@
2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
* editfns.c (Fchar_after, Fchar_before): Doc fixes.
2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.h: Add declaration of free_frame_menubar.
* 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.
2004-02-05 Kenichi Handa <handa@m17n.org>
@ -12,6 +15,10 @@
* 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.