doc/NEWS: indentation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-01-29 11:21:23 +03:00
parent 706f7894db
commit cefc35e924

View File

@ -3,26 +3,26 @@ Version 4.8.29
- Core - Core
* Add more options for panel filter (#1373): * Add more options for panel filter (#1373):
* "Files only" (#4209) - "Files only" (#4209)
* "Case sensitive" (#4334) - "Case sensitive" (#4334)
* "Using shell patterns" - "Using shell patterns"
* Continue copy after interrupt (#4409) * Continue copy after interrupt (#4409)
* Restore menu accelerator for "Sort order": back to "S"; change menu accelerator for "SFTP link" to "N" (#4373) * Restore menu accelerator for "Sort order": back to "S"; change menu accelerator for "SFTP link" to "N" (#4373)
* Add support for cross-compilation with PERL path different between --build and --host (#4399) * Add support for cross-compilation with PERL path different between --build and --host (#4399)
* Bootstrap with autotools providing direct support for Apple M1 * Bootstrap with autotools providing direct support for Apple M1
* Port mc.ext to INI format and rename to mc.ext.ini (#4141, #3742, #3191) * Port mc.ext to INI format and rename to mc.ext.ini (#4141, #3742, #3191)
* Implement compound (AND) conditions (Type/Shell and Type/Regex pairs) to disambiguate overloaded extensions - Implement compound (AND) conditions (Type/Shell and Type/Regex pairs) to disambiguate overloaded extensions
* There is no fallback to previous mc.ext format - There is no fallback to previous mc.ext format
- Editor - Editor
* Change location of all user's syntax related stuff to ~/.local/share/mc/syntax/ directory (#4413) * Change location of all user's syntax related stuff to ~/.local/share/mc/syntax/ directory (#4413)
* syntax/Syntax: document location of syntax files (#4320) * syntax/Syntax: document location of syntax files (#4320)
* Improvements of syntax highlighting: * Improvements of syntax highlighting:
* YAML: improve multiline blocks highliting (#4059) - YAML: improve multiline blocks highliting (#4059)
* New syntax highlighting: * New syntax highlighting:
* Privoxy (https://www.privoxy.org) actions files (#4384) - Privoxy (https://www.privoxy.org) actions files (#4384)
* TOML (Tom's Obvious Minimal Language) (#4412) - TOML (Tom's Obvious Minimal Language) (#4412)
- Misc - Misc
@ -65,8 +65,8 @@ Version 4.8.28
- Editor - Editor
* Add syntax highlighting: * Add syntax highlighting:
* Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319) - Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319)
* DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322) - DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322)
- Viewer - Viewer
@ -78,8 +78,8 @@ Version 4.8.28
* Code cleanup (#4270, #4330) * Code cleanup (#4270, #4330)
* Support Shift+Fn keys for KiTTY (#4325) * Support Shift+Fn keys for KiTTY (#4325)
* Filehighlight: * Filehighlight:
* graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328) - graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328)
* Markdown (#4351) - Markdown (#4351)
- Fixes - Fixes