From: Francesco Potortì Date: Mon, 12 Mar 2001 11:47:23 +0000 (+0000) Subject: etags.el: compressed files are now transparently supported X-Git-Tag: emacs-pretest-21.0.100~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d521e08707ce23fd5dd2335e9a93c1d3b65b5878;p=emacs.git etags.el: compressed files are now transparently supported --- 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