aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-04 21:25:38 +0000
committerGerd Moellmann2000-12-04 21:25:38 +0000
commit0c68ce6f22f6d47a77e97ffbf546c4c91bacf99d (patch)
treef242d8f3ac286bcf26152f49f476c5331079f654 /etc
parentfb7775eb569812d8fe8854afca09172204fa5dc6 (diff)
downloademacs-0c68ce6f22f6d47a77e97ffbf546c4c91bacf99d.tar.gz
emacs-0c68ce6f22f6d47a77e97ffbf546c4c91bacf99d.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0440c46cc68..7e7e093a3f1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1430,6 +1430,12 @@ of tags in the output of M-x tags-apropos.
1430*** Setting tags-apropos-verbose to a non-nil value displays the 1430*** Setting tags-apropos-verbose to a non-nil value displays the
1431names of tags files in the *Tags List* buffer. 1431names of tags files in the *Tags List* buffer.
1432 1432
1433*** You can now search for tags that are part of the filename itself.
1434If you have tagged the files topfile.c subdir/subfile.c
1435/tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
1436"dir/sub", "tempfile", "tempfile.c". If the tag matches the filename,
1437point will go to the beginning of the file.
1438
1433+++ 1439+++
1434** Emacs now attempts to determine the initial language environment 1440** Emacs now attempts to determine the initial language environment
1435and preferred and locale coding systems systematically from the 1441and preferred and locale coding systems systematically from the