diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 27f1a7f7108..11a53dbe1c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2001-04-05 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable. | ||
| 4 | (syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING. | ||
| 5 | |||
| 6 | * xmenu.c (free_frame_menubar) [USE_MOTIF]: Preserve the | ||
| 7 | shell widget's position only if it is non-null. | ||
| 8 | |||
| 9 | * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Set | ||
| 10 | f->output_data.x->widget to null after destroying it. | ||
| 11 | |||
| 3 | * fns.c (Frequire): Doc fix. Rename parameter FILE_NAME to | 12 | * fns.c (Frequire): Doc fix. Rename parameter FILE_NAME to |
| 4 | FILENAME to bring it in synch with the documentation. | 13 | FILENAME to bring it in synch with the documentation. |
| 5 | 14 | ||