diff lisp/ChangeLog @ 1584:57bec9cc1e4f

[xemacs-hg @ 2003-07-21 06:42:31 by stephent] fix tag completion <87brvoe605.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 21 Jul 2003 06:42:32 +0000
parents 15a9361e2781
children 75b8038f720e
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jul 20 21:52:19 2003 +0000
+++ b/lisp/ChangeLog	Mon Jul 21 06:42:32 2003 +0000
@@ -1,3 +1,15 @@
+2003-07-19  Stephen Turnbull  <stephen@xemacs.org>
+
+	* etags.el: Change `\\s ' in comments to `\\s-'.
+	(tags-explicit-name-pattern, tags-DEFUN-pattern, tags-def-pattern):
+	Comment the use of groups.
+
+	* etags.el: Fix bad parsing for completion of good TAGS files.
+	(tags-explicit-name-pattern): New constant.
+	(tags-DEFUN-pattern, tags-def-pattern): Use it.
+	(tags-schemish-pattern): New constant.
+	(add-to-tag-completion-table): Intern explicit names when found.
+
 2003-06-18  Nickolay Pakoulin  <npak@ispras.ru>
 
 	* cl-macs.el (cl-transform-lambda): Place doc on Common Lisp