comparison src/ChangeLog @ 40487:8c17e2ae6bf5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 30 Oct 2001 08:51:51 +0000
parents 764254527059
children 720e335d3145
comparison
equal deleted inserted replaced
40486:b5f06f88b686 40487:8c17e2ae6bf5
1 2001-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
1 2001-10-29 Richard M. Stallman <rms@gnu.org> 14 2001-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
4 feature 3 or more levels deep, and get error. 17 feature 3 or more levels deep, and get error.
5 (require_unwind): New subroutine. 18 (require_unwind): New subroutine.