diff options
| author | Alexander Gramiak | 2019-06-24 15:54:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-24 16:08:12 +0200 |
| commit | f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6 (patch) | |
| tree | dd8056f4f0b40fa27c217ea2419a4bfbfb854eb4 /etc | |
| parent | 65d45def8d71e50d111adf1141011a5d30a27447 (diff) | |
| download | emacs-f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6.tar.gz emacs-f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6.zip | |
Add Zstandard compression support for etags
* lib-src/etags.c: (compressors): Add zstd support.
(print_language_names): Report zstd support.
* doc/man/etags.1: Update doc.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -584,6 +584,9 @@ The mode is automatically enabled in files that start with the | |||
| 584 | use the new 'fileloop-initialize' and 'fileloop-continue' functions | 584 | use the new 'fileloop-initialize' and 'fileloop-continue' functions |
| 585 | instead. | 585 | instead. |
| 586 | 586 | ||
| 587 | +++ | ||
| 588 | *** etags is now able to read Zstandard-compressed files. | ||
| 589 | |||
| 587 | ** bibtex | 590 | ** bibtex |
| 588 | 591 | ||
| 589 | --- | 592 | --- |