# HG changeset patch # User Gerd Moellmann # Date 986486272 0 # Node ID c7b04ad5ac04f82ae897f88ca5d947a1ff0c5b98 # Parent bd650fe3380efa0465cd1dcd7943a441a1e17cc9 *** empty log message *** diff -r bd650fe3380e -r c7b04ad5ac04 lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 05 15:57:16 2001 +0000 +++ b/lisp/ChangeLog Thu Apr 05 15:57:52 2001 +0000 @@ -1,5 +1,8 @@ 2001-04-05 Gerd Moellmann + * wid-edit.el (widget-color-sample-face-get): Don't make + faces for undefined colors. + * version.el (emacs-version): Include LessTif/Motif version info. 2001-04-04 Vinicius Jose Latorre diff -r bd650fe3380e -r c7b04ad5ac04 src/ChangeLog --- a/src/ChangeLog Thu Apr 05 15:57:16 2001 +0000 +++ b/src/ChangeLog Thu Apr 05 15:57:52 2001 +0000 @@ -1,5 +1,7 @@ 2001-04-05 Gerd Moellmann + * sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning. + * editfns.c (Fcurrent_time_zone): Accept spaces in timezone names.