aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dd8430ec342..1bcf208d283 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12001-10-29 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xmenu.c: Include coding.h and charset.h.
4 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
5 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
6 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
7 Explicitly set wv->help. Use `TRUE' rather than `True'.
8 (menu_help_callback): Use empty_string.
9
10 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
11 (Fx_popup_dialog): Explicitly init f.
12 (w32_menu_display_help): Use empty_string.
13
12001-10-29 Richard M. Stallman <rms@gnu.org> 142001-10-29 Richard M. Stallman <rms@gnu.org>
2 15
3 * fns.c (Frequire): Detect recursive try to require the same 16 * fns.c (Frequire): Detect recursive try to require the same