Changes between Version 5 and Version 6 of NEWS-4.7.0-pre3
- Timestamp:
- 09/07/09 19:14:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.0-pre3
v5 v6 8 8 9 9 === Core === 10 * Remove own popt stuff (command line options parser). Now used glib parser.11 * Added feature for filenames highlighting in panels.12 * add: params for change frame lines (#1497)10 * Remove own popt stuff (command line options parser). Now used glib parser. 11 * Added feature for filenames highlighting in panels. 12 * add: params for change frame lines (#1497) 13 13 14 14 === VFS === 15 15 16 16 === Editor === 17 * dialog for specify the format of the line break characters: Windows/UNIX/Mac (CR LF/LF/CR) 18 * syntax hightlights updated: VerilogHDL 17 19 18 20 === Viewer === … … 21 23 22 24 === Fixes === 23 * fix: drawing in -a stickchars mode (#1497) 25 * segfault on incorrect color pair in [Color] section 26 * fixed: incorrect position codeset dialog 27 * fix limit of 9 characters per file size 28 * fix: drawing in -a stickchars mode (#1497)