changeset 37720:729181f245b9

Small etags.c and etags.1 changes.
author Francesco Potortì <pot@gnu.org>
date Mon, 14 May 2001 12:58:29 +0000
parents 9c4fdf982ba2
children 4a800a01388b
files lib-src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon May 14 12:57:11 2001 +0000
+++ b/lib-src/ChangeLog	Mon May 14 12:58:29 2001 +0000
@@ -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>