diff options
| author | Richard M. Stallman | 2001-12-02 05:10:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-02 05:10:41 +0000 |
| commit | 656f46bbb446f0a6280d91b1a4badb59d66a8a82 (patch) | |
| tree | efcd5e280fb755bcd1378ec1d68cd44031d91128 /lwlib | |
| parent | 0b1f45722e4279acad99fa9c80f1fae20de025a2 (diff) | |
| download | emacs-656f46bbb446f0a6280d91b1a4badb59d66a8a82.tar.gz emacs-656f46bbb446f0a6280d91b1a4badb59d66a8a82.zip | |
*** empty log message ***
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index fd2ab1590ab..0d75f678086 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 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). |