diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-12 23:39:37 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-12 23:39:37 +0000 |
commit | f7b758bd800019ac15b4929d33973af71f064cae (patch) | |
tree | 951bf05a0bc1da237b7bf98a15f78e90c3dd8c56 /lwlib | |
parent | 44862e8e26e781b20511c04286f1ee8cd1e1c37b (diff) | |
download | emacs-f7b758bd800019ac15b4929d33973af71f064cae.tar.gz |
*** empty log message ***
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 487c842f6f2..0160265e60f 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,8 @@ +2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca> + + * xlwmenuP.h: + * xlwmenu.h: Add missing copyright and license notice. + 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an @@ -19,11 +24,11 @@ 2004-08-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> - * lwlib.h (_widget_value): Added lname and lkey. + * lwlib.h (_widget_value): Add lname and lkey. 2004-01-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> - * xlwmenuP.h (_XlwMenu_part): Added top_depth. + * xlwmenuP.h (_XlwMenu_part): Add top_depth. * xlwmenu.h: Removed declaration of pop_up_menu @@ -56,8 +61,8 @@ * lwlib-Xlw.c: Include lisp.h, not ../src/lisp.h. (lw_lucid_widget_p): Remove unused `mw'. - (xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: Provide - ISO C arglists. + (xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: + Provide ISO C arglists. 2003-04-30 Lute Kamstra <lute@gnu.org> @@ -84,8 +89,7 @@ 2002-11-20 Dave Love <fx@gnu.org> * lwlib.c: Remove obsolete USE_OLIT code. - [PROTOTYPES]: Provide ISO C arglists for functions with Boolean - args. + [PROTOTYPES]: Provide ISO C arglists for functions with Boolean args. (lwlib_memset): Declare length arg as size_t. (malloc_widget_value): Cast arg of lwlib_memset. @@ -248,7 +252,7 @@ * lwlib-Xm.c (make_menu_in_widget): Add an XmNpopdownCallback instead of an XmNunmapCallback. - (xm_unmap_callback): Removed. + (xm_unmap_callback): Remove. * lwlib-Xm.c (make_menubar): Take out code in #if 0. |