aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-10-30 08:51:51 +0000
committerStefan Monnier2001-10-30 08:51:51 +0000
commit8e8223e20f0a77272aa5970e1f90c4e77fb20f32 (patch)
tree2eec7a5b1a7d75fd84dce9242dbf4b7a6e3c7ebc /src
parent03e3e2e91f3ea169ea3c7878ced22a1ca320e54e (diff)
downloademacs-8e8223e20f0a77272aa5970e1f90c4e77fb20f32.tar.gz
emacs-8e8223e20f0a77272aa5970e1f90c4e77fb20f32.zip
*** empty log message ***
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