Mercurial > emacs
diff lwlib/ChangeLog @ 41770:4ffb8694cd41
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 02 Dec 2001 05:10:41 +0000 |
parents | ec668c07bca2 |
children | eb2a8a88ee98 |
line wrap: on
line diff
--- a/lwlib/ChangeLog Sun Dec 02 05:07:16 2001 +0000 +++ b/lwlib/ChangeLog Sun Dec 02 05:10:41 2001 +0000 @@ -1,3 +1,16 @@ +2001-12-01 Richard M. Stallman <rms@gnu.org> + + * lwlib.h (_widget_value): `help' has type Lisp_Object. + + * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h. + * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h. + * lwlib/lwlib-utils.c: Include ../src/lisp.h. + + * lwlib.c: Include ../src/lisp.h. Don't declare xmalloc. + (free_widget_value_tree): Don't free `help' field. + (copy_widget_value_tree): Copy `help' simply, without safe_strdup. + (merge_widget_value): Compare and copy `help' simply. + 2001-11-28 Richard M. Stallman <rms@gnu.org> * Makefile.in (TAGS): Find the source files in $(srcdir).