# HG changeset patch # User Gerd Moellmann # Date 986476128 0 # Node ID 45009616875b2794a04bf78de355dc9b8cadfea1 # Parent 5c27e50f91d14279a5a526dc2ca2048b88fc255f *** empty log message *** diff -r 5c27e50f91d1 -r 45009616875b src/ChangeLog --- 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 + * 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.