changeset 37737:68224ef83a38

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 15 May 2001 10:42:45 +0000
parents d6f944b128c4
children c04e66e2c50c
files lib-src/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Tue May 15 10:42:18 2001 +0000
+++ b/lib-src/ChangeLog	Tue May 15 10:42:45 2001 +0000
@@ -1,10 +1,10 @@
 2001-05-14  Francesco Potorti`  <pot@gnu.org>
 
-	* /cvs/emacs/lib-src/etags.c (add_regex):
-	Reset the whole newly allocated pattern buffer instead of
-	the individual members.  It's safer and works with Xemacs.
-
-	* /cvs/emacs/lib-src/etags.1: Markups corrected.
+	* etags.c (add_regex): Reset the whole newly allocated pattern
+	buffer instead of the individual members.  It's safer and works
+	with Xemacs.
+
+	* etags.1: Markups corrected.
 
 2001-05-08  Gerd Moellmann  <gerd@gnu.org>
 
--- a/src/ChangeLog	Tue May 15 10:42:18 2001 +0000
+++ b/src/ChangeLog	Tue May 15 10:42:45 2001 +0000
@@ -1,5 +1,8 @@
 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfaces.c (split_font_name): Handle `[...]' for the right
+	font name fields.
+
 	* ccl.c (ccl_driver): Don't copy remaining bytes in case
 	of CCL_STAT_INVALID_CMD.