# HG changeset patch # User Francesco Potort # Date 984397643 0 # Node ID 78751f7bca48d21eedb58ed03842880450914865 # Parent 274bff56ea1ef5e83f5ccbfa454b83673e4dcb31 etags.el: compressed files are now transparently supported diff -r 274bff56ea1e -r 78751f7bca48 etc/NEWS --- a/etc/NEWS Mon Mar 12 11:32:53 2001 +0000 +++ b/etc/NEWS Mon Mar 12 11:47:23 2001 +0000 @@ -1480,9 +1480,13 @@ *** 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