Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
41769:26c1876db9e3 | 41770:4ffb8694cd41 |
---|---|
1 2001-12-01 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * lwlib.h (_widget_value): `help' has type Lisp_Object. | |
4 | |
5 * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h. | |
6 * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h. | |
7 * lwlib/lwlib-utils.c: Include ../src/lisp.h. | |
8 | |
9 * lwlib.c: Include ../src/lisp.h. Don't declare xmalloc. | |
10 (free_widget_value_tree): Don't free `help' field. | |
11 (copy_widget_value_tree): Copy `help' simply, without safe_strdup. | |
12 (merge_widget_value): Compare and copy `help' simply. | |
13 | |
1 2001-11-28 Richard M. Stallman <rms@gnu.org> | 14 2001-11-28 Richard M. Stallman <rms@gnu.org> |
2 | 15 |
3 * Makefile.in (TAGS): Find the source files in $(srcdir). | 16 * Makefile.in (TAGS): Find the source files in $(srcdir). |
4 | 17 |
5 2001-10-20 Gerd Moellmann <gerd@gnu.org> | 18 2001-10-20 Gerd Moellmann <gerd@gnu.org> |