]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 15 May 2001 10:42:45 +0000 (10:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 15 May 2001 10:42:45 +0000 (10:42 +0000)
lib-src/ChangeLog
src/ChangeLog

index 86fa5f449be2a43842d2540e4c2dfcceb96e68ee..5472e7d3dd0cb71acb20e6c353a6c66240443b13 100644 (file)
@@ -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.
+       * 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.1: Markups corrected.
 
 2001-05-08  Gerd Moellmann  <gerd@gnu.org>
 
index 3f6c6dd7ad07b6eb4fe092346e826caeda948eb3..f99fc4d1547b06d7fcb92d2cc6403699b5ffceff 100644 (file)
@@ -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.