Fix for SF bug #999021 Using exit() in a macro causes hang.
[nedit.git] / ReleaseNotes
blobb0449aedfcf560504b065149c0cfa5a2d6239ef1
1           Release Notes for NEdit Version 5.5RC1, July 2004
4 $Id: ReleaseNotes,v 1.25 2004/07/15 18:47:29 edg Exp $
6 This file contains last minute notes to users about the release, which are not
7 included in the documentation or README files included with the distribution
8 kits.  It also contains change information, for users who are interested in
9 what bugs have been fixed, and what features have been added in the current
10 version.
12 If you are upgrading NEdit from a version prior to 5.0, please see the notes in
13 the README file which came with the (source or executable) distribution kit,
14 about updating macros and font settings in your .nedit file.
16 New features in 5.5 
18   - The most important new feature is the introduction of window tabs
19     (SF patches #569287 and #893177).
20     
21   - More efficient string search operations for the macro language.
22   
23   - Auto-scrolling is now (partly) configurable through the preference menu.
24         
25   - Find and Clear buttons for i-search bar (SF patch #891884).
26   
27   - Faster user-defined menu creation (SF patch #891126).
28   
29   - Open documents on current desktop (SF patch #963120)
30   
31   - Superuser receives a warning when trying to overwrite a read-only file.
32   
33   - Simplified global font resources.
34   
35   - Macro language: added new $args[] array and removed 9 arguments limit 
36     for macros
37     
38   - Improved Latex & Python syntax highlighting patterns
39   
40 Bugs fixed in 5.5
42   - Problem with writing history file on VMS (SF bug #933146).
43   
44   - Race condition fix for running NEdit in -sync mode (SF bug #978104).
45   
46   - Removed obsolete special window title treatment on SGI (SF bug #779454).
47   
48   - Forbid the deletion of the "Plain" Text Drawing Style (SF patch #970491).
49   
50   - File descriptor handling fix that allows shell commands to be invoked 
51     asynchronously. 
52     
53   - Crash on Solaris when dragging a calltip (SF bug #925951).
54   
55   - Preference resource name mistakes (SF bug #884862).
56   
57   - Don't delete incremental backup files when incremental backups are off 
58     (SF bug #878183).
60   - Allow zero-length ranges to be added to range sets (SF bug #871209).
62   - Improved shell syntax highlighting patterns (SF bug #770855).
63   
64   - Regular expression crash fix (SF bug #987102).
66 New Features in 5.4
68   - Calltips (SF patch #495286)
70   - Rangesets (SF patch #529298, #628933)
72   - Backlighting (SF patch #529298)
74   - Highlighting information macros (SF patch #529298)
76   - Full mouse wheel support for XFree86 (SF patch #715941)
78   - Look-behind matching for regular expressions (SF patch #530308)
80   - Regular expression and syntax highlighting speed-ups
82   - Flexible resource file location (SF patch #484674)
83     See the section "Upgrading from 5.3 to 5.4" of the README file for 
84     more information.
86   - Color dialog (SF patch #595330)
88   - Option to auto-hide mouse pointer while typing
90   - Option to keep cursor away from top and bottom of the screen
92   - Check for real changes of externally modified files (SF patch #602426)
94   - Synchronized interaction between nc and nedit (SF patch #403647)
96   - Several smaller improvements on usability and speed
98   - Several smaller improvements to the macro language (SF patch #552760, ...)
100 Bugs Fixed in 5.4
102   - Unconvential word boundary semantics for regular expressions have
103     been corrected (including affected syntax highlighting patterns). 
104     See the section "Upgrading from 5.3 to 5.4" of the README file for 
105     important information.
106     
107   - Config files didn't accept non-Unix file format (SF bug #411092)
109   - Removed regex search bugs (SF bug #429110, #515120)
111   - Smart-indent macros were unaffected by language mode renames (SF bug #439867)
113   - All dialogs have titles now (SF bug #480960)
115   - Giving long filenames at startup caused buffer overflows (SF bug #488412)
117   - Made sure that dialogs don't get wider than screen
118     (SF bug #488593, #489614, #713999)
120   - Workaround for Motif drag icon bug (SF bug #526981: Crash using btn2 on 
121     help window buttons and SF bug #582469: 5.3 crash when selecting stats 
122     line text).
123     
124   - Dragging a rectangular selection could delete characters (SF bug #557225)
126   - Show Matching Range bug (SF bug #559902)
127   
128   - Keyboard-based rectangular selections were forgotten if the selection ever
129     became zero-width.
131   - Workaround for KDE's FONTLIST bug (SF bug #561659)
132   
133   - Paths were still shown in current's window Windows menu after global option
134     was changed (SF bug #564782)
136   - Scrolling to searched or undone/redone section stopped short (SF bug #578551)
138   - Removed flicker in stats line due to bug prevention (SF bug #594838)
140   - Crash while dismissing a resized help window (SF bug #600175)
142   - Macro functions were evaluated in a wrong order (SF bug #602336, #628552)
144   - Syntax highlighting failures in LaTeX (SF bug #607072)
146   - Crash with wrong values for -tabs option (SF bug #608693)
148   - Macro shortcuts were sensitive to Lock and NumLock (SF bug #612558)
150   - Appending the terminating line break was not reflected in the buffer
151     (SF bug #617840)
153   - A new nc(1) hanged after a server was killed or crashed (SF bug #619231)
155   - Adds (short) list of deprecated macro functions (SF bug #619236)
157   - Removed hazardous command shortcut (SF bug #649442)
159   - Workaround for OpenMotif radio button bug (SF bug #678198: bug in 
160     Replace in multiple files).
161     
162   - Typo in SCO makefile (SF bug #689808)
164   - Syntax highlighting routines assumed ASCII encoding (SF bug #700823)
166   - Crash when starting up in a UTF-8 locale (SF bug #703246, 621972)
168   - Crash while manipulating highlighting pattern (SF bug #705495)
170   - Removed flicker in stats line during macro execution (SF bug #713780)
172   - Close pane resize bug (SF bug #715767)
173   
174   - Macro function goto_line_number() only accepted one argument (SF bug #726325)
176   - Newline macro inserting a string caused a crash when triggered
177     through smart indent
179   - Help text foreground was hard-coded to black (SF bug #723096)
181   - System default colors from CDE Style Manager were ignored (SF bug #544053)
182   
183 Changes since 5.4RC1
185   - Panes didn't inherit the right colors (SF bug #780267)
186    
187   - Fixed Rangeset API usability issues and bugs.
189   - Plain KP Enter now inserts a newline, not <CR> (SF bug #779439).
191   - Enabled Motif version checking for xBSD.
193   - SGI: compilation problem (SF bug #780841)
195   - File modification issues (SF bug #782513, SF bug #784442)
197   - Documentation updates.
198    
199   - Color dialog button resize problem.
200    
201   - undoModifiesSelection is no longer saved in .nedit/nedit.rc
203   - Workaround for Lesstif's 'frozen windows' bug.
205   - Fixed calltip parsing problem (SF bug #779681)
207   - Macro language HL pattern updates.
208    
209   - nc -do ... no longer creates unwanted windows (SF bug #785738).
211   - Improved color resource migration.
212   
213   - File accessibility is now determined with access() (SF bug #782518)
215 Changes since 5.4RC2
217   - Nc crash fix on VMS.
218   
219   - Fixes in highlighting information inspection macros.
220   
221   - Nc -lm command line option fix.
223 New Features in 5.3
225   This is mainly a bug fix release. The list of new features is therefore 
226   limited:
228   - The built-in Help system was revamped. Most notably, a hyperlink
229     mechanism was added for following cross-references.
231   - Enhanced Exuberant ctags support (SF #491109).
233   - Line numbers are available in shell commands (SF #434451).
235   - Goto Line also accepts column numbers (SF #403435).
236   
237   - Automatic line-feed termination when saving is now optional (SF #503073).
239   - A customizable window title (SF #477875/#519092).
241   - Optional syntax based parenthesis matching (iso. purely character based)
242     (SF #513976).
245 Bugs Fixed in 5.3
247   - Find Definition incorrectly reads the X selection when not needed 
248     (SF #520941).
250   - Background popup menu could lock up X-server when used with any of 
251     the lock keys on.
253   - Very wide windows when starting NEdit under fvwm (SF #496526).
255   - Workaround for illegal key bindings installed by other Motif applications,
256     causing PageUp/PageDown and arrow keys to stop responding in NEdit
257     (SF #493421/#525903). This is not an NEdit bug, it just looks like one.
258     
259   - Fix for PageUp/PageDown keys not responding (SF #508961).
260   
261   - Crash when running X on 2nd screen (SF #478234, #500353).
263   - Line number display updating in continous wrap mode (SF #516920).
265   - Performance problem with X Resources highlight patterns (SF #481290).
267   - Menu fonts showing up as blocks (SF #434383)
269   - Lockup's in syntax highlighting (especially Perl) (SF #512961).
271   - Crash when using characters with ASCII code >= 128 in syntax
272     highlighting patterns.
274   - Crash when modifying tab distance in continous wrap mode (SF #510631).
276   - Crash when running NEdit in low-depth color modes.
278   - Continous wrap mode + variable width font display bugs.
280   - Potential scroll bar corruption in continuous wrap mode (SF #510765).
282   - Workaround for selection copy/paste problems with recent versions
283     of gnome-terminal.
285   - Jump to tags only referenced by line number.
287   - Composed characters in learned sequence (SF #480966).
289   - Missing titles in some dialogs (SF #480960).
291   - Macro language: continue statement outside loop crash (SF #495293).
293   - Rectangular overstrike past fixes (SF #487945).
295   - Hard-coded statistics line font (SF #487153).
297   - Open filenames starting with a dash (SF #485610).
299   - Crash when closing window of non-existing file while error dialog is up.
301   - Bad CapsLock grab on certain keyboard configurations (SF #482504).
303   - Replacements in rectangular selections could sometimes fail.
304   
305   - Various buffer overflow fixes.
307   - Multiple selection dialog does not pop up on first find (SF #473602).
308   
309   - Tag not found (SF #466742).
310   
311   - Files opened with -read command line option could not be unlocked.
313 New Features in 5.2
315  - Added built-in patterns for CSS, XML, and regular expressions (Regex).
316    Many other pattern updates.
318  - Support for high- and true-color systems.  NEdit now will automatically
319    select the best visual from your X server.  This reduces the chance of
320    running out of colors.
322  - New features in the Find and Replace dialogs:
324    o Replacement across multiple windows in a session.
325    o Case sensitivity may be set independently of regular expressions.
326    o Add "Replace and Find" command, which saves keystrokes when doing
327      a large-scale find & replace.
329  - ClearCase version-extended pathnames.
331  - Many new macro subroutines and variables.
333  - Array support in macros.
335  - Range highlighting of matching delimiters.
337  - Undo and Redo highlights the text that has changed, when visible.
339  - Support for wheel mouse scrolling on servers that support it (XFree86).
341  - Improved accelerator key handling.
343  - Insert Control Code dialog accepts value in any valid C notation
345  - Optional beeping when search operations wrap.
347  - Additional default search styles.
349  - Optional displaying of path names in the window list menu.
352 Bug Fixes in 5.2
354  - Fix a crash when entering an invalid line number in "Goto Line".
356  - Ignore the Caps-Lock key when invoking accelerators.
358  - Fix problems when running NEdit on 64-bit platforms like Alpha
360  - NEdit failed to open files if some directories above were not "readable"
362  - Fix potential crashes if some system calls fail
364  - When no colors are left, attempt to reuse the closest matching color.  This
365    allows NEdit's syntax highlighting to better coexist with Netscape, which
366    unfortuntely takes all available colors.
368  - "Overtype" mode is now bound to the Insert key, to be consistent with
369    Motif text fields.
371  - Accelerators now available in confirmation dialogs, and may be invoked
372    without the Alt key.
374  - Don't even try to open a directory for editing
376  - Fix a couple of memory corruption problems
379 New Features in 5.1
381  - Significant extensions to the regular expression syntax.  See details
382    below.
384  - Incremental search, and optional search bar.
386  - New ctags code with full support for Exuberant Ctags, better
387    handling of tag collisions, multiple tag file support, on-demand
388    loading of tag files, and automatic reload of modified tag files.
390  - Optional display of line numbers along the left side of the text.
392  - NEdit can now read and write MS DOS format files.
394  - New built-in syntax highlighting patterns for Lex, PostScript, SQL,
395    Many syntax highlighting pattern improvements.
397  - Improved international character set input
399  - New macro subroutines: list_dialog, getenv, set_language_mode.
401  - Optional warnings about external modifications to files
403  - Clearcase awareness
405  - Session manager restart capability
407  - Default language mode "*" for user-defined menu items, allows
408    per-language variations on a common base
410  - Allow additional modifiers like Sun diamond key in user defined
411    accelerators
413  - Option to sort open previous menu.
415  - -geometry and -iconic command line arguments act per-window, and
416    can be specified via nc
418  - -geometry now specified in characters, rather than pixels
420  - -lm (language mode) command line option
422  - Save As dialog defaults to same file name
424  - Better default fonts for Linux systems
426  - .nedit file version mechanism to make future upgrades easier
429 Bug Fixes in 5.1
431  - Crash on large amounts of data fed to shell command which does not
432    take input
434  - Delayed secondary windows when executable statements specified in
435    users .neditmacro file
437  - Many corrections to online help
439  - Many highlight patterns corrections
441  - Using window close box in file open/save dialogs leaves nedit server
442    unresponsive
444  - escape in macro dialogs can cause macro hang
446  - Lesstif-specific fixes: attachment warnings in font selector,
447    Work around replace dialog focus bug.
449  - NEdit no longer maintains original protection settings on files.  It
450    allows them to be changed externally.
453 Details of Regular Expression Changes in 5.1
455   Bug Fixes
457     o Fixed bug that caused character classes with a character range not to
458       work properly if one of the range characters was an escaped character.
460   Improvements In Existing Features
462     o Increased maximum number of capturing parentheses from 40 to 50.
464     o Removed optimization that uses `must match' strings (it didn't work and
465       caused more problems than it solved.)
467     o Improved error messages.
469     o Improved Start-Of-Line and End-Of-Line detection by the `^', `$', and the
470       new `\B' (see below) anchors.  The Start-Of-Word and End-Of-Word anchors
471       `<' and `>' where not enhanced due to syntax color highlighting pattern
472       compatibility issues.
474     o Changed code to use "unsigned char" in most cases instead of "signed
475       char". Also, use of ANSI character functions (e.g. isdigit(), isspace())
476       were added wherever possible.  These changes should improve support for
477       locales other than "C", for example character sets with accented
478       characters.
480     o Added character escapes for:
481       -  \e   ASCII escape character (for environments that use the EBCDIC
482               character set, set the EBCDIC_CHARSET compiler symbol to get the
483               EBCDIC equivalent escape character.)
485       -  \-   minus sign
486       -  \{   left brace
487       -  \}   right brace
489     o Removed the `\"' escape since `"' is not a meta character.
491     o In order to support numeric escapes, use of `\0' as a synonym for `&'
492       in replacement strings was removed.  `\0' now signals the start of a
493       numeric (octal) escape sequence (see below.)
495     o Minor tweaks for improved performance.
497   Enhancements
499     o Octal and Hexadecimal Escapes
501       Octal and hexadecimal escapes begin with \0 and \x (or \X) respectively.
502       For example, \052 and \X2A both specify the `*' character.  Escapes for
503       null (\00 or \x0) are not valid and will generate an error message.
505     o Shortcut Escapes for Common Character Classes
507       \d  digits            0-9
508       \l  letters           a-z and A-Z
509       \s  whitespace        \t, \r, \v, \f, and space
510       \w  word characters   a-z, A-Z, 0-9, and underscore, `_'
512       `\D', `\L', `\S', and `\W' are the same as the lowercase versions except
513       that the resulting character class is negated.
515     o Anchors
517       The `\B' non-word boundary anchor has been added as the logical opposite
518       of `<' and `>' collectively.  This anchor ensures that the left and
519       right characters are either both delimiter characters or both
520       non-delimiter characters.
522     o Word Delimiter Escape Sequences
524       \y   Word delimiter character
525       \Y   Not a word delimiter character
527       The `\y' token matches any single character that is one of the characters
528       that NEdit recognizes as a word delimiter character, while the `\Y' token
529       matches any character that is NOT a word delimiter character.  Note:
530       these are not anchors and DO consume one character of input.
533     o Quantifiers
535       +  Minimal (lazy) Matching Quantifiers
537          *?   Match zero or more
538          +?   Match one at least one
539          ??   Match zero or one
541          These quantifiers match only what is absolutely necessary to achieve
542          a match.
544       +  Counting (or Brace) Quantifier
546          {min,max}  Match from `min' to `max' times the previous regular
547                     expression atom.
549          If `min' is omitted, it is assumed to be zero.  If `max' is omitted,
550          it is assumed to be infinity.  Whether specified or assumed, `min'
551          must be less than or equal to `max'.  If both are omitted, then the
552          construct is the same as `*'.   Note that `{,}' and `{}' are both
553          valid brace constructs.  A single number appearing without a comma,
554          e.g. `{3}' is short for the `{min,min}' construct, or to match
555          exactly `min' number of times.
557     o Non-Capturing Parentheses
559       Non-Capturing Parentheses are of the form `(?:<regex>)' and facilitate
560       grouping only and do not incur the overhead of normal capturing
561       parentheses.
563     o Positive Look-Ahead
565       Positive look-ahead constructs are of the form `(?=<regex>)' and
566       implement a zero width assertion of the enclosed regular expression. In
567       other words, a match of the regular expression contained in the positive
568       look-ahead construct is attempted.  If it succeeds, control is passed to
569       the next regular expression atom, but the text that was consumed by the
570       positive look-ahead is first unmatched (backtracked) to the place in the
571       text where the positive look-ahead was first encountered.
573     o Negative Look-Ahead
575       Negative look-ahead takes the form `(?!<regex>)' and is exactly the same
576       as positive look-ahead except that the enclosed regular expression must
577       NOT match.
579     o Case Sensitivity
581       (?i<regex>)   Case insensitive; `AbcD' and `aBCd' are equivalent.
582       (?I<regex>)   Case sensitive;   `AbcD' and `aBCd' are different.
584       Regular expressions are case sensitive by default, i.e `(?I<regex>)' is
585       assumed.  All regular expression meta characters respond appropriately to
586       case insensitivity including character classes and back-references.
588     o Matching Newlines
590       (?n<regex>)   `.', `[^...]', `\s', `\S' will match newlines
591       (?N<regex>)   `.', `[^...]', `\s', `\S' do not match newlines
593       `(?N<regex>)' is the default behavior.
595     o Comments
597       Comments are of the form `(?#<comment text>)' and can be inserted
598       anywhere and have no effect on the execution of the regular expression.
600     o Notes on New Parenthetical Constructs
602       Except for plain parentheses, none of the parenthetical constructs
603       capture text.  If that is desired, the construct must be wrapped with
604       capturing parentheses, e.g. `((?i<regex))'.
606       All parenthetical constructs can be nested as deeply as desired, except
607       for capturing parentheses which have a limit of 50 sets of parentheses,
608       regardless of nesting level.
611 New Features in 5.0.2:
613  - Word-selection (double click) can be used to select ranges of delimiters
615  - New built-in macro variables: $line, $column, and $modified
617  - Smart-indent mode available for Python language
619  - Minor improvements in default pattern sets for NEdit Macros, X Resources,
620    and Sh/Ksh/Bash
623 Bug Fixes in 5.0.2:
625  - -import did not work as advertised in 5.0.1.  When used, it re-set a
626    number of preferences back to default values.  Could also potentially
627    cause a crash.
629  - Macro -> Repeat crashes on some systems.
631  - Mouse state can get "stuck" on Alpha-based systems.
633  - Combination of auto-wrap, auto-indent, and unbreakable lines extending the
634    width of the window, caused nedit to unnecessarily insert blank lines.
636  - Incorrect case-insensitive comparison in character sets > 128 bits.
638  - in by-word drag-selection (double click then drag) when begun in the middle
639    of a whitespace selection, anchor would revert to original cursor position
640    rather than maintaining the entire whitespace block.
642  - Language mode names containing spaces could not be used in language
643    sensitive user-defined menu items.
645  - New windows did not always see existing learn/replay sequence, recorded
646    before the window was created.
648  - Possible crash in search_string and search_window macros, when used with
649    long search strings.
651  - Possible crash in get_selection("any") macro.
653  - Under Solaris, crashes on window opening, file dialog, and language mode
654    selection, when user-defined sub-menus were used.
656  - Filenames containing spaces could cause the .neditdb file to become
657    unreadable.
659  - Escape key could not be used to cancel file-selection dialogs when the
660    file list had keyboard focus (which it almost always does).
663 New Features in 5.0.1:
665  - Repeat-over-range, and repeat-to-end capability for repeating last
666    command and learn/replay sequence.
668  - Import capability for loading macro/shell menu commands, highlight
669    patterns, and style sets created by other users.
671  - New macro language routines: string_to_clipboard, clipboard_to_string,
672    toupper, tolower, variables: $em_tab_dist.
674  - Additional default highlight patterns for sh and X resources.
676  - Sorted Open Previous menu.
678  - Numerous improvements to default highlighting patterns and smart indent
679    macros.
682 Bug Fixes in 5.0.1:
684  - Various crashes on Motif 2.0 (Linux and FreeBSD) systems, usually
685    associated with opening files and changing language modes.  Usually,
686    but not necessarily, following changes to user-defined menu items.
688  - Background menu activation during drag operation could leave drag
689    unfinished, cause undo to malfunction, and eventually lead to a crash (which
690    was easy to trigger accidentally when the middle button is emulated with
691    mouse-chords on a two button mouse).
693  - X11R6 clients talking to X11R5 servers could crash on font dialog.
695  - Rapid repetition of long macros (such as binding to key and using keyboard
696    repeat) could cause crash.
698  - Several commands which put up dialogs were vulnerable to timing windows
699    where repeating the command could cause a crash.
701  - Calling macro close() routine could cause crash if used to close the window
702    in which the macro was executing.
704  - Using load_macro_file() as an "include" statement in macro files could
705    cause hang.
707  - Artifacts when using non-matching highlight fonts, and making certain types
708    of changes which change the fonts used to display other (not the line being
709    modified) lines in the file.
711  - Auto-newline wrap in overtype mode could duplicate part of wrapped text.
713  - Lower panes in split window mode allowed modification to read-only windows.
715  - Several minor dialog and window focus related problems for explicit (click
716    to focus) users.
718  - Paste Column ignored existing selection.
720  - After copying and re-naming language mode information, highlight patterns
721    and smart indent macros remained attached to the re-named pattern instead of
722    the original.
724  - Trailing newlines should not have been prohibited in Open Selected.
726  - Help for creating smart indent macros was missing.
729 New Features in 5.0
731  - Completed macro extension language (Simple C/awk-like syntax, safe,
732    fully interruptable)
734  - Syntax highlighting.  Built-in patterns for C, C++, Java, Fortran, Pascal,
735    Ada, Perl, Python, Tcl, Awk, Csh, HTML, LaTeX, VHDL, Verilog, and more.
737  - Programmable Smart indent.  (Experimentally, at least.  There are only
738    macros for C and C++, and they may not fit everyone's programming style.)
740  - Language-sensitive preferences
742  - Continuous wrap mode (long line wrapping), in addition to existing
743    automatic-newline wrapping
745  - User-defined menus can be hierarchical and language-sensitive.
747  - Configurable right-button pop up menu
749  - Pan-scrolling
751  - Searchable on-line help
753  - Word boundary matching (<>) in regular expressions
755  - Repeat command
757  - More dialogs have up-arrow recall
759  - White-space selection via double-click
762 Bug Fixes and Enhancements to Existing Features in 5.0
764  - No more limits on editing files containing ascii nul characters
766  - Fill Paragraph command handles leading indents
768  - Select to mark
770  - Better directory defaulting in Open Selected and shell commands
772  - Open Selected processes tilde (~) and wildcards
774  - Goto Mark centers scroll position better
776  - Multiple shell commands can be run simultaneously
778  - Shell command execution doesn't block server command processing
780  - Emulated-tab deletion treats auto-indent as emulated tabs
782  - Auto-wrapping of pasted text is optional (off by default)
784  - Notice that default preferences have changed and ask about saving
785    on exit
787  - Selections remain selected after shell command and filter execution
789  - Wrap margin and emulated tab distance preferences are properly
790    transferred to new panes in split window mode