changeset 37213:45009616875b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Apr 2001 13:08:48 +0000
parents 5c27e50f91d1
children b67db6e4ed56
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Apr 05 13:08:21 2001 +0000
+++ b/src/ChangeLog	Thu Apr 05 13:08:48 2001 +0000
@@ -1,5 +1,14 @@
 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
+	(syms_of_xfns): DEFVAR_LISP it.  Initialize from XmVERSION_STRING.
+
+	* xmenu.c (free_frame_menubar) [USE_MOTIF]: Preserve the
+	shell widget's position only if it is non-null.
+
+	* xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Set 
+	f->output_data.x->widget to null after destroying it.
+
 	* fns.c (Frequire): Doc fix.  Rename parameter FILE_NAME to
 	FILENAME to bring it in synch with the documentation.