diff options
| author | Jan Djärv | 2004-02-05 13:01:13 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-02-05 13:01:13 +0000 |
| commit | 9676f5adc5525807ea2af7ff59d33d86fd6ef67a (patch) | |
| tree | 0f7ced6446e0177c004474b03a8db92e52600f2c | |
| parent | 121e8a82d3bc181a260be070453e4828f8afc9d3 (diff) | |
| download | emacs-9676f5adc5525807ea2af7ff59d33d86fd6ef67a.tar.gz emacs-9676f5adc5525807ea2af7ff59d33d86fd6ef67a.zip | |
* 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.
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 29b34f453c8..b9ac9cad16a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | 2004-02-04 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * editfns.c (Fchar_after, Fchar_before): Doc fixes. | 3 | * xterm.h: Add declaration of free_frame_menubar. |
| 4 | 4 | ||
| 5 | 2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | * xfns.c (x_create_bitmap_mask): Removed unused variable depth. |
| 6 | (x_set_menu_bar_lines): Added ! defined USE_GTK for olines. | ||
| 7 | (Fx_change_window_property): Add declaration of parameters type and | ||
| 8 | format. Remove unused variable cons. | ||
| 6 | 9 | ||
| 7 | * xselect.c: Include stdio,h. | 10 | * xselect.c: Include stdio,h. |
| 8 | 11 | ||
| @@ -12,6 +15,10 @@ | |||
| 12 | 15 | ||
| 13 | * buffer.c (Fset_buffer_multibyte): Fix docstring. | 16 | * buffer.c (Fset_buffer_multibyte): Fix docstring. |
| 14 | 17 | ||
| 18 | 2004-02-04 Luc Teirlinck <teirllm@auburn.edu> | ||
| 19 | |||
| 20 | * editfns.c (Fchar_after, Fchar_before): Doc fixes. | ||
| 21 | |||
| 15 | 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca> | 22 | 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 16 | 23 | ||
| 17 | * keymap.c (Vmouse_events): Rename from Vmenu_events. | 24 | * keymap.c (Vmouse_events): Rename from Vmenu_events. |