Changes between Version 6 and Version 7 of NEWS-4.7.0-pre3
- Timestamp:
- 09/08/09 07:37:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.0-pre3
v6 v7 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 * removed own popt stuff (command line options parser). Now used glib parser 11 * added feature for filenames highlighting in panels 12 * added parameters 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 hightlight supdated: VerilogHDL17 * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac (CR LF/LF/CR) 18 * syntax hightlighting updated: VerilogHDL 19 19 20 20 === Viewer === … … 24 24 === Fixes === 25 25 * segfault on incorrect color pair in [Color] section 26 * fixed: incorrect positioncodeset dialog27 * fix limit of 9 characters per file size28 * fix:drawing in -a stickchars mode (#1497)26 * incorrect position of panel codeset dialog 27 * limit of 9 digits for of file size display 28 * lines drawing in -a stickchars mode (#1497)