From d521e08707ce23fd5dd2335e9a93c1d3b65b5878 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Mon, 12 Mar 2001 11:47:23 +0000 Subject: [PATCH] etags.el: compressed files are now transparently supported --- etc/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 68d7497ab9d..6c1597e638e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1480,9 +1480,13 @@ 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, +"dir/sub", "tempfile", "tempfile.c". If the tag matches the file name, point will go to the beginning of the file. +*** compressed files are now transparently supported if +auto-compression-mode is active. You can tag (with Etags) and search +(with find-tag) both compressed and uncompressed files. + +++ ** Emacs now attempts to determine the initial language environment and preferred and locale coding systems systematically from the -- 2.39.5