]> git.eshelyaron.com Git - emacs.git/commitdiff
Small etags.c and etags.1 changes.
authorFrancesco Potortì <pot@gnu.org>
Mon, 14 May 2001 12:58:29 +0000 (12:58 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 14 May 2001 12:58:29 +0000 (12:58 +0000)
lib-src/ChangeLog

index 3bf9ca683b0ff9264a2f452ad4a920a376eb246a..86fa5f449be2a43842d2540e4c2dfcceb96e68ee 100644 (file)
@@ -1,3 +1,11 @@
+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.
+
 2001-05-08  Gerd Moellmann  <gerd@gnu.org>
 
        * ebrowse.c (enter_namespace): Fix reallocation of
@@ -15,7 +23,7 @@
 2001-04-05  Dave Love  <fx@gnu.org>
 
        * emacsclient.c (fail): Don't return a value.
-       (main): Cast uid values for sprintf. 
+       (main): Cast uid values for sprintf.
 
 2001-04-03  Gerd Moellmann  <gerd@gnu.org>