Mercurial > emacs
comparison lwlib/ChangeLog @ 29471:215b57502518
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 06 Jun 2000 14:56:30 +0000 |
parents | ff3e24c96b80 |
children | 202566b30cd9 |
comparison
equal
deleted
inserted
replaced
29470:7bde123bed95 | 29471:215b57502518 |
---|---|
1 2000-06-06 Dave Love <fx@gnu.org> | |
2 | |
3 * xlwmenu.c (x_alloc_nearest_color_for_widget, x_catch_errors) | |
4 (x_uncatch_errors, x_had_errors_p, x_clear_errors): Add prototypes | |
5 -- should be moved into separate header. | |
6 (make_shadow_gcs) <x_alloc_nearest_color_for_widget>: Cast first | |
7 arg. | |
8 (Start) <pop_up_menu>: Cast second arg. | |
9 | |
10 * lwlib.c (P_): Use PROTOTYPES. | |
11 (safe_strdup): Declare arg const. | |
12 (lw_modify_all_widgets) <!info>: Return 0. | |
13 | |
14 * lwlib-Xm.c (P_): Use PROTOTYPES. | |
15 | |
16 * xlwmenu.h, lwlib.h, lwlib-utils.h, lwlib-int.h, lwlib-Xm.h: | |
17 * lwlib-Xlw.h, lwlib-Xaw.h: Enable prototypes. | |
18 | |
19 * lwlib-Xaw.c (xaw_popup_menu): Add EVENT arg. | |
20 | |
21 * Makefile.in (lwlib.o): Depend on lwlib-Xlw.h. | |
22 (lwlib-Xlw.o): Depend on lwlib-Xlw.h. | |
23 (lwlib-Xaw.o): Depend on lwlib-Xaw.h. | |
24 (lwlib-Xm.o): Depend on lwlib-Xm.h. | |
25 | |
1 2000-03-12 Gerd Moellmann <gerd@gnu.org> | 26 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
2 | 27 |
3 * lwlib-Xm.c (make_menubar) [LESSTIF_VERSION]: Don't set | 28 * lwlib-Xm.c (make_menubar) [LESSTIF_VERSION]: Don't set |
4 XmNresizeHeight and XmNresizeWidth. | 29 XmNresizeHeight and XmNresizeWidth. |
5 | 30 |