]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 4 Dec 2000 21:25:38 +0000 (21:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 4 Dec 2000 21:25:38 +0000 (21:25 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 0440c46cc68e11f6a7d4f2aef9f56545c0546d52..7e7e093a3f1f25b22cdc92c3ceff7d5fc19e2c89 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1430,6 +1430,12 @@ of tags in the output of M-x tags-apropos.
 *** Setting tags-apropos-verbose to a non-nil value displays the
 names of tags files in the *Tags List* buffer.
 
+*** You can now search for tags that are part of the filename itself.
+If you have tagged the files topfile.c subdir/subfile.c
+/tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
+"dir/sub", "tempfile", "tempfile.c".  If the tag matches the filename,
+point will go to the beginning of the file.
+
 +++
 ** Emacs now attempts to determine the initial language environment
 and preferred and locale coding systems systematically from the
index cf053117fee80d36575286d376264ac369d9c604..236a680f3bce87623b6b49f5168d865bc5ad2bb5 100644 (file)
        * mail/rmail.el (rmail-expunge-confirmed): New function.
        (rmail-expunge): Use it.
 
+       * progmodes/etags.el (tag-partial-file-name-match-p): New function.
+       (etags-recognize-tags-table, find-tag-in-order): New
+       functionality: interpret file names as tags.
+       
 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info.el (Info-scroll-prefer-subnodes): New defcustom.
index 820e8bde563baf87d1870bf8e090642779c20eeb..82b5e6fed157d44e7247f4d8aac9f0a91b98879d 100644 (file)
@@ -1,5 +1,7 @@
 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
 
+       * xterm.c (PER_CHAR_METRIC): Removed because not used.
+       
        * xterm.c (expose_area): Pass x-coordinate relative to the exposed
        area to x_draw_glyphs instead of a window-relative coordinate.