Changes between Version 17 and Version 18 of NEWS-4.7.0-pre1
- Timestamp:
- 07/31/09 21:15:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.0-pre1
v17 v18 7 7 == Changelog == 8 8 9 Changes upon4.6.2:9 Major changes since 4.6.2: 10 10 11 Core changes: 12 * native UTF-8 support 13 * filenames charset selection support in panels 14 * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex 15 * extended learn keys 16 * locale based codepage autodetection 17 * initial support for doxygen generated docs 18 * refresh of autoconf stuff 19 * translation updates 20 * x86_64 fixes 21 * new 'Find File' dialog 11 === Changes in the core === 22 12 23 Editor: 13 * Native UTF-8 support; 14 * Support for filename charset selection in panels; 15 * Reworked 'Find File' dialog; 16 * New unified search/replace engine with multiple search types: plain, wildcard, regexp and hex; 17 * Improved 'Learn Keys' dialog; 18 * Locale-based codepage autodetection; 19 * Initial support for Doxygen generated docs; 20 * Build system updates (autoconf) 21 * Translation updates 22 * Multiple x86_64 fixes 23 24 === Editor === 25 24 26 * various editor enchancements (vertical block marking/moving/copy/paste) 25 27 * navigate across source code through ctags/etags TAGS file … … 32 34 * add some hot-keys 33 35 34 Misc: 36 === Miscellaneous === 37 35 38 * show free space on current file system 36 39 * show size of selected files in mini-status bar 37 40 38 Bug fixes: 41 === Bugfixes === 42 39 43 * editor undo fixes 40 44 * included many fixes from other distributions