diff options
| author | Gerd Moellmann | 2001-04-05 13:08:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-05 13:08:48 +0000 |
| commit | 30ca89f529cd78252144ebf32409813d529aa693 (patch) | |
| tree | 313db0f8cce7eead155209e21d00636ccd8cb3c0 /src/ChangeLog | |
| parent | ae5564222b7ce27ea8d9a9d83e2c1ce86f90a943 (diff) | |
| download | emacs-30ca89f529cd78252144ebf32409813d529aa693.tar.gz emacs-30ca89f529cd78252144ebf32409813d529aa693.zip | |
(x_free_frame_resources) [USE_X_TOOLKIT]: Set
f->output_data.x->widget to null after destroying it.
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 | ||