comparison etc/NEWS @ 36734:78751f7bca48

etags.el: compressed files are now transparently supported
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Mar 2001 11:47:23 +0000
parents 71ed61a53b19
children c005d537d3cc
comparison
equal deleted inserted replaced
36733:274bff56ea1e 36734:78751f7bca48
1478 names of tags files in the *Tags List* buffer. 1478 names of tags files in the *Tags List* buffer.
1479 1479
1480 *** You can now search for tags that are part of the filename itself. 1480 *** You can now search for tags that are part of the filename itself.
1481 If you have tagged the files topfile.c subdir/subfile.c 1481 If you have tagged the files topfile.c subdir/subfile.c
1482 /tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c", 1482 /tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
1483 "dir/sub", "tempfile", "tempfile.c". If the tag matches the filename, 1483 "dir/sub", "tempfile", "tempfile.c". If the tag matches the file name,
1484 point will go to the beginning of the file. 1484 point will go to the beginning of the file.
1485
1486 *** compressed files are now transparently supported if
1487 auto-compression-mode is active. You can tag (with Etags) and search
1488 (with find-tag) both compressed and uncompressed files.
1485 1489
1486 +++ 1490 +++
1487 ** Emacs now attempts to determine the initial language environment 1491 ** Emacs now attempts to determine the initial language environment
1488 and preferred and locale coding systems systematically from the 1492 and preferred and locale coding systems systematically from the
1489 LC_ALL, LC_CTYPE, and LANG environment variables during startup. 1493 LC_ALL, LC_CTYPE, and LANG environment variables during startup.