changeset 37221:c7b04ad5ac04

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Apr 2001 15:57:52 +0000
parents bd650fe3380e
children 7b251926afab
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
 
+	* 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  <vinicius@cpqd.com.br>
--- 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  <gerd@gnu.org>
 
+	* sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning.
+
 	* editfns.c (Fcurrent_time_zone): Accept spaces in timezone
 	names.