fix for #2149312: parse error with zero menu entries
[nedit.git] / ReleaseNotes
blobd0d86a32645160ae4b61d603d783b1c5ca9ad11c
1           Release Notes for NEdit Version 5.5, October 2004
4 $Id: ReleaseNotes,v 1.65 2009/06/23 21:03:12 lebert 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 $NEXT_VERSION
18   - The macro variable $VERSION returns NEdit's version number.
20   - The new macro function filename_dialog() can be used to query a file
21     name from the user by using the usual file selection dialog.
24 Bugs fixed in $NEXT_VERSION
26   - Fix for SF bug #2222159: File was not reload when type was changed
27     externaly
29   - Fix for SF bug #2149312: parse error with zero menu entries.
31   - Force a terminating \n on macro file load time, to prevent syntax errors
32     with statements on the last line. (util/fileUtils.c:ReadMacroFile())
33     (SF bug #2038921)
35   - Fix multiple memory leaks in interpret.c:PromoteToGlobal()
36     (SF bug #1894726)
38   - Fix for SF bug #1908890: window title not updated.
40   - Fix for SF bug #1730611: $match_syntax_based is not set.
42   - Crash on window close when a "File modified externally" dialog was up
43     (SF bug #1578869).
45   - Crashes and artifacts when using ARGB visuals (SF bugs #1579544, 
46     #1030467, #1030192, and #1458006).
48   - The text insertion cursor does no longer blink while typing
49     (SF bug #906878).
51   - The status bar reflects a changed keybinding in the shell command banner.
53   - There is now a pattern for highlighting nested command substitution in
54     shell scripts (SF patch #1010742).
56   - Duplicate display bugs SF#464967 and SF#1041077 are fixed.
58   - A typo in Ada's syntax highlighting patterns is fixed (SF bug #858874).
60   - The shell used to run programs from the shell_command() macro function
61     and from the Shell menu is now part of NEdit's normal settings, and no
62     longer in the X server's settings. It also defaults to the user's login
63     shell, not /bin/csh. This fixes SF#403738 and SF#880607.
65   - File history is now consistent across multiple sessions (SF bug #557032).
67   - If a macro file contains function definitions mixed with code segments
68     the code segments were excuted in the wrong order in certain cases. This
69     is fixed (SF bug #622291).
71   - The current file name is (again) displayed in the Save As dialog text
72     field. (SF bug #1451337)
73     
74   - A crash caused by highlighting patterns with complex regular expressions 
75     has been fixed. (SF bug #1536002)
76     
77   - Crashes when the maximum number of patterns in a hightlighting pattern
78     set was exceeded, have been fixed. (SF bug #1536451)
80   - Files are now optionally opened without format changes (SF bug #1003241).
82   - Replace operation where the result exceeded a fixed length silently
83     clipped the result. The limit has been increased and the behaviour on
84     failure is now configurable. (SF bug #1015499)
86   - NEdit can now optionally detect and avoid symlinks (SF bug #1027788).
88   - A minor visual glitch has been fixed (SF bug #1055649).
90   - NEdit asks the user with a dialog if it detects that a document's file
91     is no longer accessible on disk. This dialog is changed to better match
92     expected usage pattern (SF bug #1066144).
94   - Various documentation bugs are fixed (SF bugs #1066765, #1078397, #1110024,
95     #1471868)
97   - Some minor usability bugs have been fixed (SF bugs #1371896, #1508608,
98     #1515134, #1066692).
100   - New highlighting pattern are now used immediately (SF bug #1117848).
102   - Changes in case no longer modifiy the text if no change is actually
103     performed (SF bug #1333103).
105   - Some Linux distros ship with XKEYSYMDB set to a bogus filename which
106     breaks all Motif applications. NEdit ignores that, and let X fall back
107     on the default which is far more likely to work (SF bug #1564907).
109   - Fixed a problem in the macro language on 64-bit systems (SF bug #1625283).
111   - Long macro function names could cause a buffer overflow (SF bug #1640304).
113   - The built-in macro "Make C prototypes" choked on some comments (SF bug
114     #1574071).
116   - Fixed a small bug while inserting special characters (SF bug #682004).
118   - Fixed a translation bug which crashed NEdit on pressing osfInsert in the
119     help window (SF bug #1772468).
121   - Fixed bad exception handling of default macros (SF bug #1731384).
124 New features in 5.5 
126   - The most important new feature is the introduction of window tabs
127     (SF patches #569287 and #893177).
128     
129   - More efficient string search operations for the macro language.
130   
131   - Auto-scrolling is now (partly) configurable through the preference menu.
132         
133   - Find and Clear buttons for i-search bar (SF patch #891884).
134   
135   - Faster user-defined menu creation (SF patch #891126).
136   
137   - Open documents on current desktop (SF patch #963120)
138   
139   - Superuser receives a warning when trying to overwrite a read-only file.
140   
141   - Simplified global font resources.
142   
143   - Macro language: added new $args[] array and removed 9 arguments limit 
144     for macros
145     
146   - Improved Latex & Python syntax highlighting patterns
147   
148 Bugs fixed in 5.5
150   - If underscore (_) is among the word delimiters for a language mode then
151     word boundary regexes will work as expected.  (SF bug #1008656)
153   - Problem with writing history file on VMS (SF bug #933146).
154   
155   - Race condition fix for running NEdit in -sync mode (SF bug #978104).
156   
157   - Removed obsolete special window title treatment on SGI (SF bug #779454).
158   
159   - Forbid the deletion of the "Plain" Text Drawing Style (SF patch #970491).
160   
161   - File descriptor handling fix that allows shell commands to be invoked 
162     asynchronously. 
163     
164   - Crash on Solaris when dragging a calltip (SF bug #925951).
165   
166   - Preference resource name mistakes (SF bug #884862).
167   
168   - Don't delete incremental backup files when incremental backups are off 
169     (SF bug #878183).
171   - Allow zero-length ranges to be added to range sets (SF bug #871209).
173   - Improved shell syntax highlighting patterns (SF bug #770855).
174   
175   - Regular expression crash fix (SF bug #987102).
176   
177 Changes since 5.5RC1
179   - Using exit() in macro no longer causes hang (SF bug #999021).
181   - Updated rangeset documentation (SF bug #1005442).
183   - Minor changes to the regular expression word boundary semantics
184     (SF bug #1008656).
186   - Tabs keep reasonable sizes when things get crowded (SF bug #1005064).
188   - Many unnecessary file status checks are avoided.
190   - Warn On Exit also affects closing of window with multiple tabs
191     (SF bug #1006830)
193   - "File Modified Externally" dialogs are only allowed for top tabs.
195   - Broken virtual key bindings workaround was restored (problems with
196     page-up and page-down).
198   - Preference file number was bumped.
200   - Dialogs' OK button layout fixes.
202   - Fix for SF bug #999820: spaces in dialog button mnemonics.
204   - Fix for SF bug #996786: problems with overtype mode
205   
206 Changes since 5.5RC2
208   - Less confusing menu wording (SF bug #1023089).
210   - Shell command output is now sent to a new window or a new tab,
211     depending on the tabbed editing preference settings.
213   - Detaching/Moving non-top tab should not change top tab (SF bug #1020035).
215   - Opening new window from a tabbed window no longer diminishes size
216     (SF bug #1011233).
218 New Features in 5.4
220   - Calltips (SF patch #495286)
222   - Rangesets (SF patch #529298, #628933)
224   - Backlighting (SF patch #529298)
226   - Highlighting information macros (SF patch #529298)
228   - Full mouse wheel support for XFree86 (SF patch #715941)
230   - Look-behind matching for regular expressions (SF patch #530308)
232   - Regular expression and syntax highlighting speed-ups
234   - Flexible resource file location (SF patch #484674)
235     See the section "Upgrading from 5.3 to 5.4" of the README file for 
236     more information.
238   - Color dialog (SF patch #595330)
240   - Option to auto-hide mouse pointer while typing
242   - Option to keep cursor away from top and bottom of the screen
244   - Check for real changes of externally modified files (SF patch #602426)
246   - Synchronized interaction between nc and nedit (SF patch #403647)
248   - Several smaller improvements on usability and speed
250   - Several smaller improvements to the macro language (SF patch #552760, ...)
252 Bugs Fixed in 5.4
254   - Unconvential word boundary semantics for regular expressions have
255     been corrected (including affected syntax highlighting patterns). 
256     See the section "Upgrading from 5.3 to 5.4" of the README file for 
257     important information.
258     
259   - Config files didn't accept non-Unix file format (SF bug #411092)
261   - Removed regex search bugs (SF bug #429110, #515120)
263   - Smart-indent macros were unaffected by language mode renames (SF bug #439867)
265   - All dialogs have titles now (SF bug #480960)
267   - Giving long filenames at startup caused buffer overflows (SF bug #488412)
269   - Made sure that dialogs don't get wider than screen
270     (SF bug #488593, #489614, #713999)
272   - Workaround for Motif drag icon bug (SF bug #526981: Crash using btn2 on 
273     help window buttons and SF bug #582469: 5.3 crash when selecting stats 
274     line text).
275     
276   - Dragging a rectangular selection could delete characters (SF bug #557225)
278   - Show Matching Range bug (SF bug #559902)
279   
280   - Keyboard-based rectangular selections were forgotten if the selection ever
281     became zero-width.
283   - Workaround for KDE's FONTLIST bug (SF bug #561659)
284   
285   - Paths were still shown in current's window Windows menu after global option
286     was changed (SF bug #564782)
288   - Scrolling to searched or undone/redone section stopped short (SF bug #578551)
290   - Removed flicker in stats line due to bug prevention (SF bug #594838)
292   - Crash while dismissing a resized help window (SF bug #600175)
294   - Macro functions were evaluated in a wrong order (SF bug #602336, #628552)
296   - Syntax highlighting failures in LaTeX (SF bug #607072)
298   - Crash with wrong values for -tabs option (SF bug #608693)
300   - Macro shortcuts were sensitive to Lock and NumLock (SF bug #612558)
302   - Appending the terminating line break was not reflected in the buffer
303     (SF bug #617840)
305   - A new nc(1) hanged after a server was killed or crashed (SF bug #619231)
307   - Adds (short) list of deprecated macro functions (SF bug #619236)
309   - Removed hazardous command shortcut (SF bug #649442)
311   - Workaround for OpenMotif radio button bug (SF bug #678198: bug in 
312     Replace in multiple files).
313     
314   - Typo in SCO makefile (SF bug #689808)
316   - Syntax highlighting routines assumed ASCII encoding (SF bug #700823)
318   - Crash when starting up in a UTF-8 locale (SF bug #703246, 621972)
320   - Crash while manipulating highlighting pattern (SF bug #705495)
322   - Removed flicker in stats line during macro execution (SF bug #713780)
324   - Close pane resize bug (SF bug #715767)
325   
326   - Macro function goto_line_number() only accepted one argument (SF bug #726325)
328   - Newline macro inserting a string caused a crash when triggered
329     through smart indent
331   - Help text foreground was hard-coded to black (SF bug #723096)
333   - System default colors from CDE Style Manager were ignored (SF bug #544053)
334   
335 Changes since 5.4RC1
337   - Panes didn't inherit the right colors (SF bug #780267)
338    
339   - Fixed Rangeset API usability issues and bugs.
341   - Plain KP Enter now inserts a newline, not <CR> (SF bug #779439).
343   - Enabled Motif version checking for xBSD.
345   - SGI: compilation problem (SF bug #780841)
347   - File modification issues (SF bug #782513, SF bug #784442)
349   - Documentation updates.
350    
351   - Color dialog button resize problem.
352    
353   - undoModifiesSelection is no longer saved in .nedit/nedit.rc
355   - Workaround for Lesstif's 'frozen windows' bug.
357   - Fixed calltip parsing problem (SF bug #779681)
359   - Macro language HL pattern updates.
360    
361   - nc -do ... no longer creates unwanted windows (SF bug #785738).
363   - Improved color resource migration.
364   
365   - File accessibility is now determined with access() (SF bug #782518)
367 Changes since 5.4RC2
369   - Nc crash fix on VMS.
370   
371   - Fixes in highlighting information inspection macros.
372   
373   - Nc -lm command line option fix.
375 New Features in 5.3
377   This is mainly a bug fix release. The list of new features is therefore 
378   limited:
380   - The built-in Help system was revamped. Most notably, a hyperlink
381     mechanism was added for following cross-references.
383   - Enhanced Exuberant ctags support (SF #491109).
385   - Line numbers are available in shell commands (SF #434451).
387   - Goto Line also accepts column numbers (SF #403435).
388   
389   - Automatic line-feed termination when saving is now optional (SF #503073).
391   - A customizable window title (SF #477875/#519092).
393   - Optional syntax based parenthesis matching (iso. purely character based)
394     (SF #513976).
397 Bugs Fixed in 5.3
399   - Find Definition incorrectly reads the X selection when not needed 
400     (SF #520941).
402   - Background popup menu could lock up X-server when used with any of 
403     the lock keys on.
405   - Very wide windows when starting NEdit under fvwm (SF #496526).
407   - Workaround for illegal key bindings installed by other Motif applications,
408     causing PageUp/PageDown and arrow keys to stop responding in NEdit
409     (SF #493421/#525903). This is not an NEdit bug, it just looks like one.
410     
411   - Fix for PageUp/PageDown keys not responding (SF #508961).
412   
413   - Crash when running X on 2nd screen (SF #478234, #500353).
415   - Line number display updating in continous wrap mode (SF #516920).
417   - Performance problem with X Resources highlight patterns (SF #481290).
419   - Menu fonts showing up as blocks (SF #434383)
421   - Lockup's in syntax highlighting (especially Perl) (SF #512961).
423   - Crash when using characters with ASCII code >= 128 in syntax
424     highlighting patterns.
426   - Crash when modifying tab distance in continous wrap mode (SF #510631).
428   - Crash when running NEdit in low-depth color modes.
430   - Continous wrap mode + variable width font display bugs.
432   - Potential scroll bar corruption in continuous wrap mode (SF #510765).
434   - Workaround for selection copy/paste problems with recent versions
435     of gnome-terminal.
437   - Jump to tags only referenced by line number.
439   - Composed characters in learned sequence (SF #480966).
441   - Missing titles in some dialogs (SF #480960).
443   - Macro language: continue statement outside loop crash (SF #495293).
445   - Rectangular overstrike past fixes (SF #487945).
447   - Hard-coded statistics line font (SF #487153).
449   - Open filenames starting with a dash (SF #485610).
451   - Crash when closing window of non-existing file while error dialog is up.
453   - Bad CapsLock grab on certain keyboard configurations (SF #482504).
455   - Replacements in rectangular selections could sometimes fail.
456   
457   - Various buffer overflow fixes.
459   - Multiple selection dialog does not pop up on first find (SF #473602).
460   
461   - Tag not found (SF #466742).
462   
463   - Files opened with -read command line option could not be unlocked.
465 New Features in 5.2
467  - Added built-in patterns for CSS, XML, and regular expressions (Regex).
468    Many other pattern updates.
470  - Support for high- and true-color systems.  NEdit now will automatically
471    select the best visual from your X server.  This reduces the chance of
472    running out of colors.
474  - New features in the Find and Replace dialogs:
476    o Replacement across multiple windows in a session.
477    o Case sensitivity may be set independently of regular expressions.
478    o Add "Replace and Find" command, which saves keystrokes when doing
479      a large-scale find & replace.
481  - ClearCase version-extended pathnames.
483  - Many new macro subroutines and variables.
485  - Array support in macros.
487  - Range highlighting of matching delimiters.
489  - Undo and Redo highlights the text that has changed, when visible.
491  - Support for wheel mouse scrolling on servers that support it (XFree86).
493  - Improved accelerator key handling.
495  - Insert Control Code dialog accepts value in any valid C notation
497  - Optional beeping when search operations wrap.
499  - Additional default search styles.
501  - Optional displaying of path names in the window list menu.
504 Bug Fixes in 5.2
506  - Fix a crash when entering an invalid line number in "Goto Line".
508  - Ignore the Caps-Lock key when invoking accelerators.
510  - Fix problems when running NEdit on 64-bit platforms like Alpha
512  - NEdit failed to open files if some directories above were not "readable"
514  - Fix potential crashes if some system calls fail
516  - When no colors are left, attempt to reuse the closest matching color.  This
517    allows NEdit's syntax highlighting to better coexist with Netscape, which
518    unfortuntely takes all available colors.
520  - "Overtype" mode is now bound to the Insert key, to be consistent with
521    Motif text fields.
523  - Accelerators now available in confirmation dialogs, and may be invoked
524    without the Alt key.
526  - Don't even try to open a directory for editing
528  - Fix a couple of memory corruption problems
531 New Features in 5.1
533  - Significant extensions to the regular expression syntax.  See details
534    below.
536  - Incremental search, and optional search bar.
538  - New ctags code with full support for Exuberant Ctags, better
539    handling of tag collisions, multiple tag file support, on-demand
540    loading of tag files, and automatic reload of modified tag files.
542  - Optional display of line numbers along the left side of the text.
544  - NEdit can now read and write MS DOS format files.
546  - New built-in syntax highlighting patterns for Lex, PostScript, SQL,
547    Many syntax highlighting pattern improvements.
549  - Improved international character set input
551  - New macro subroutines: list_dialog, getenv, set_language_mode.
553  - Optional warnings about external modifications to files
555  - Clearcase awareness
557  - Session manager restart capability
559  - Default language mode "*" for user-defined menu items, allows
560    per-language variations on a common base
562  - Allow additional modifiers like Sun diamond key in user defined
563    accelerators
565  - Option to sort open previous menu.
567  - -geometry and -iconic command line arguments act per-window, and
568    can be specified via nc
570  - -geometry now specified in characters, rather than pixels
572  - -lm (language mode) command line option
574  - Save As dialog defaults to same file name
576  - Better default fonts for Linux systems
578  - .nedit file version mechanism to make future upgrades easier
581 Bug Fixes in 5.1
583  - Crash on large amounts of data fed to shell command which does not
584    take input
586  - Delayed secondary windows when executable statements specified in
587    users .neditmacro file
589  - Many corrections to online help
591  - Many highlight patterns corrections
593  - Using window close box in file open/save dialogs leaves nedit server
594    unresponsive
596  - escape in macro dialogs can cause macro hang
598  - Lesstif-specific fixes: attachment warnings in font selector,
599    Work around replace dialog focus bug.
601  - NEdit no longer maintains original protection settings on files.  It
602    allows them to be changed externally.
605 Details of Regular Expression Changes in 5.1
607   Bug Fixes
609     o Fixed bug that caused character classes with a character range not to
610       work properly if one of the range characters was an escaped character.
612   Improvements In Existing Features
614     o Increased maximum number of capturing parentheses from 40 to 50.
616     o Removed optimization that uses `must match' strings (it didn't work and
617       caused more problems than it solved.)
619     o Improved error messages.
621     o Improved Start-Of-Line and End-Of-Line detection by the `^', `$', and the
622       new `\B' (see below) anchors.  The Start-Of-Word and End-Of-Word anchors
623       `<' and `>' where not enhanced due to syntax color highlighting pattern
624       compatibility issues.
626     o Changed code to use "unsigned char" in most cases instead of "signed
627       char". Also, use of ANSI character functions (e.g. isdigit(), isspace())
628       were added wherever possible.  These changes should improve support for
629       locales other than "C", for example character sets with accented
630       characters.
632     o Added character escapes for:
633       -  \e   ASCII escape character (for environments that use the EBCDIC
634               character set, set the EBCDIC_CHARSET compiler symbol to get the
635               EBCDIC equivalent escape character.)
637       -  \-   minus sign
638       -  \{   left brace
639       -  \}   right brace
641     o Removed the `\"' escape since `"' is not a meta character.
643     o In order to support numeric escapes, use of `\0' as a synonym for `&'
644       in replacement strings was removed.  `\0' now signals the start of a
645       numeric (octal) escape sequence (see below.)
647     o Minor tweaks for improved performance.
649   Enhancements
651     o Octal and Hexadecimal Escapes
653       Octal and hexadecimal escapes begin with \0 and \x (or \X) respectively.
654       For example, \052 and \X2A both specify the `*' character.  Escapes for
655       null (\00 or \x0) are not valid and will generate an error message.
657     o Shortcut Escapes for Common Character Classes
659       \d  digits            0-9
660       \l  letters           a-z and A-Z
661       \s  whitespace        \t, \r, \v, \f, and space
662       \w  word characters   a-z, A-Z, 0-9, and underscore, `_'
664       `\D', `\L', `\S', and `\W' are the same as the lowercase versions except
665       that the resulting character class is negated.
667     o Anchors
669       The `\B' non-word boundary anchor has been added as the logical opposite
670       of `<' and `>' collectively.  This anchor ensures that the left and
671       right characters are either both delimiter characters or both
672       non-delimiter characters.
674     o Word Delimiter Escape Sequences
676       \y   Word delimiter character
677       \Y   Not a word delimiter character
679       The `\y' token matches any single character that is one of the characters
680       that NEdit recognizes as a word delimiter character, while the `\Y' token
681       matches any character that is NOT a word delimiter character.  Note:
682       these are not anchors and DO consume one character of input.
685     o Quantifiers
687       +  Minimal (lazy) Matching Quantifiers
689          *?   Match zero or more
690          +?   Match one at least one
691          ??   Match zero or one
693          These quantifiers match only what is absolutely necessary to achieve
694          a match.
696       +  Counting (or Brace) Quantifier
698          {min,max}  Match from `min' to `max' times the previous regular
699                     expression atom.
701          If `min' is omitted, it is assumed to be zero.  If `max' is omitted,
702          it is assumed to be infinity.  Whether specified or assumed, `min'
703          must be less than or equal to `max'.  If both are omitted, then the
704          construct is the same as `*'.   Note that `{,}' and `{}' are both
705          valid brace constructs.  A single number appearing without a comma,
706          e.g. `{3}' is short for the `{min,min}' construct, or to match
707          exactly `min' number of times.
709     o Non-Capturing Parentheses
711       Non-Capturing Parentheses are of the form `(?:<regex>)' and facilitate
712       grouping only and do not incur the overhead of normal capturing
713       parentheses.
715     o Positive Look-Ahead
717       Positive look-ahead constructs are of the form `(?=<regex>)' and
718       implement a zero width assertion of the enclosed regular expression. In
719       other words, a match of the regular expression contained in the positive
720       look-ahead construct is attempted.  If it succeeds, control is passed to
721       the next regular expression atom, but the text that was consumed by the
722       positive look-ahead is first unmatched (backtracked) to the place in the
723       text where the positive look-ahead was first encountered.
725     o Negative Look-Ahead
727       Negative look-ahead takes the form `(?!<regex>)' and is exactly the same
728       as positive look-ahead except that the enclosed regular expression must
729       NOT match.
731     o Case Sensitivity
733       (?i<regex>)   Case insensitive; `AbcD' and `aBCd' are equivalent.
734       (?I<regex>)   Case sensitive;   `AbcD' and `aBCd' are different.
736       Regular expressions are case sensitive by default, i.e `(?I<regex>)' is
737       assumed.  All regular expression meta characters respond appropriately to
738       case insensitivity including character classes and back-references.
740     o Matching Newlines
742       (?n<regex>)   `.', `[^...]', `\s', `\S' will match newlines
743       (?N<regex>)   `.', `[^...]', `\s', `\S' do not match newlines
745       `(?N<regex>)' is the default behavior.
747     o Comments
749       Comments are of the form `(?#<comment text>)' and can be inserted
750       anywhere and have no effect on the execution of the regular expression.
752     o Notes on New Parenthetical Constructs
754       Except for plain parentheses, none of the parenthetical constructs
755       capture text.  If that is desired, the construct must be wrapped with
756       capturing parentheses, e.g. `((?i<regex))'.
758       All parenthetical constructs can be nested as deeply as desired, except
759       for capturing parentheses which have a limit of 50 sets of parentheses,
760       regardless of nesting level.
763 New Features in 5.0.2:
765  - Word-selection (double click) can be used to select ranges of delimiters
767  - New built-in macro variables: $line, $column, and $modified
769  - Smart-indent mode available for Python language
771  - Minor improvements in default pattern sets for NEdit Macros, X Resources,
772    and Sh/Ksh/Bash
775 Bug Fixes in 5.0.2:
777  - -import did not work as advertised in 5.0.1.  When used, it re-set a
778    number of preferences back to default values.  Could also potentially
779    cause a crash.
781  - Macro -> Repeat crashes on some systems.
783  - Mouse state can get "stuck" on Alpha-based systems.
785  - Combination of auto-wrap, auto-indent, and unbreakable lines extending the
786    width of the window, caused nedit to unnecessarily insert blank lines.
788  - Incorrect case-insensitive comparison in character sets > 128 bits.
790  - in by-word drag-selection (double click then drag) when begun in the middle
791    of a whitespace selection, anchor would revert to original cursor position
792    rather than maintaining the entire whitespace block.
794  - Language mode names containing spaces could not be used in language
795    sensitive user-defined menu items.
797  - New windows did not always see existing learn/replay sequence, recorded
798    before the window was created.
800  - Possible crash in search_string and search_window macros, when used with
801    long search strings.
803  - Possible crash in get_selection("any") macro.
805  - Under Solaris, crashes on window opening, file dialog, and language mode
806    selection, when user-defined sub-menus were used.
808  - Filenames containing spaces could cause the .neditdb file to become
809    unreadable.
811  - Escape key could not be used to cancel file-selection dialogs when the
812    file list had keyboard focus (which it almost always does).
815 New Features in 5.0.1:
817  - Repeat-over-range, and repeat-to-end capability for repeating last
818    command and learn/replay sequence.
820  - Import capability for loading macro/shell menu commands, highlight
821    patterns, and style sets created by other users.
823  - New macro language routines: string_to_clipboard, clipboard_to_string,
824    toupper, tolower, variables: $em_tab_dist.
826  - Additional default highlight patterns for sh and X resources.
828  - Sorted Open Previous menu.
830  - Numerous improvements to default highlighting patterns and smart indent
831    macros.
834 Bug Fixes in 5.0.1:
836  - Various crashes on Motif 2.0 (Linux and FreeBSD) systems, usually
837    associated with opening files and changing language modes.  Usually,
838    but not necessarily, following changes to user-defined menu items.
840  - Background menu activation during drag operation could leave drag
841    unfinished, cause undo to malfunction, and eventually lead to a crash (which
842    was easy to trigger accidentally when the middle button is emulated with
843    mouse-chords on a two button mouse).
845  - X11R6 clients talking to X11R5 servers could crash on font dialog.
847  - Rapid repetition of long macros (such as binding to key and using keyboard
848    repeat) could cause crash.
850  - Several commands which put up dialogs were vulnerable to timing windows
851    where repeating the command could cause a crash.
853  - Calling macro close() routine could cause crash if used to close the window
854    in which the macro was executing.
856  - Using load_macro_file() as an "include" statement in macro files could
857    cause hang.
859  - Artifacts when using non-matching highlight fonts, and making certain types
860    of changes which change the fonts used to display other (not the line being
861    modified) lines in the file.
863  - Auto-newline wrap in overtype mode could duplicate part of wrapped text.
865  - Lower panes in split window mode allowed modification to read-only windows.
867  - Several minor dialog and window focus related problems for explicit (click
868    to focus) users.
870  - Paste Column ignored existing selection.
872  - After copying and re-naming language mode information, highlight patterns
873    and smart indent macros remained attached to the re-named pattern instead of
874    the original.
876  - Trailing newlines should not have been prohibited in Open Selected.
878  - Help for creating smart indent macros was missing.
881 New Features in 5.0
883  - Completed macro extension language (Simple C/awk-like syntax, safe,
884    fully interruptable)
886  - Syntax highlighting.  Built-in patterns for C, C++, Java, Fortran, Pascal,
887    Ada, Perl, Python, Tcl, Awk, Csh, HTML, LaTeX, VHDL, Verilog, and more.
889  - Programmable Smart indent.  (Experimentally, at least.  There are only
890    macros for C and C++, and they may not fit everyone's programming style.)
892  - Language-sensitive preferences
894  - Continuous wrap mode (long line wrapping), in addition to existing
895    automatic-newline wrapping
897  - User-defined menus can be hierarchical and language-sensitive.
899  - Configurable right-button pop up menu
901  - Pan-scrolling
903  - Searchable on-line help
905  - Word boundary matching (<>) in regular expressions
907  - Repeat command
909  - More dialogs have up-arrow recall
911  - White-space selection via double-click
914 Bug Fixes and Enhancements to Existing Features in 5.0
916  - No more limits on editing files containing ascii nul characters
918  - Fill Paragraph command handles leading indents
920  - Select to mark
922  - Better directory defaulting in Open Selected and shell commands
924  - Open Selected processes tilde (~) and wildcards
926  - Goto Mark centers scroll position better
928  - Multiple shell commands can be run simultaneously
930  - Shell command execution doesn't block server command processing
932  - Emulated-tab deletion treats auto-indent as emulated tabs
934  - Auto-wrapping of pasted text is optional (off by default)
936  - Notice that default preferences have changed and ask about saving
937    on exit
939  - Selections remain selected after shell command and filter execution
941  - Wrap margin and emulated tab distance preferences are properly
942    transferred to new panes in split window mode