1 Release Notes for NEdit Version 5.5, October 2004
4 $Id: ReleaseNotes,v 1.46 2006/10/16 14:26:52 yooden 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
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 Bugs fixed in $NEXT_VERSION
18 - The text insertion cursor does no longer blink while typing
21 - The status bar reflects a changed keybinding in the shell command banner.
23 - There is now a pattern for highlighting nested command substitution in
24 shell scripts (SF patch #1010742).
26 - Duplicate display bugs SF#464967 and SF#1041077 are fixed.
28 - A typo in Ada's syntax highlighting patterns is fixed (SF bug #858874).
30 - The shell used to run programs from the shell_command() macro function
31 and from the Shell menu is now part of NEdit's normal settings, and no
32 longer in the X server's settings. It also defaults to the user's login
33 shell, not /bin/csh. This fixes SF#403738 and SF#880607.
35 - File history is now consistent across multiple sessions (SF bug #557032).
37 - If a macro file contains function definitions mixed with code segments
38 the code segments were excuted in the wrong order in certain cases. This
39 is fixed (SF bug #622291).
41 - The current file name is (again) displayed in the Save As dialog text
42 field. (SF bug #1451337)
44 - A crash caused by highlighting patterns with complex regular expressions
45 has been fixed. (SF bug #1536002)
47 - Crashes when the maximum number of patterns in a hightlighting pattern
48 set was exceeded, have been fixed. (SF bug #1536451)
50 - Files are now optionally opened without format changes (SF bug #1003241).
52 - Replace operation where the result exceeded a fixed length silently
53 clipped the result. The limit has been increased and the behaviour on
54 failure is now configurable. (SF bug #1015499)
56 - NEdit can now optionally detect and avoid symlinks (SF bug #1027788).
58 - A minor visual glitch has been fixed (SF bug #1055649).
60 - NEdit asks the user with a dialog if it detects that a document's file
61 is no longer accessible on disk. This dialog is changed to better match
62 expected usage pattern (SF bug #1066144).
64 - Various documentation bugs are fixed (SF bugs #1066765, #1078397, #1110024,
67 - NEdit no longer checks the language modes for documents on the first
68 save if the user already picked one (SF bug #1371896).
70 - New highlighting pattern are now used immediately (SF bug #1117848).
75 - The most important new feature is the introduction of window tabs
76 (SF patches #569287 and #893177).
78 - More efficient string search operations for the macro language.
80 - Auto-scrolling is now (partly) configurable through the preference menu.
82 - Find and Clear buttons for i-search bar (SF patch #891884).
84 - Faster user-defined menu creation (SF patch #891126).
86 - Open documents on current desktop (SF patch #963120)
88 - Superuser receives a warning when trying to overwrite a read-only file.
90 - Simplified global font resources.
92 - Macro language: added new $args[] array and removed 9 arguments limit
95 - Improved Latex & Python syntax highlighting patterns
99 - If underscore (_) is among the word delimiters for a language mode then
100 word boundary regexes will work as expected. (SF bug #1008656)
102 - Problem with writing history file on VMS (SF bug #933146).
104 - Race condition fix for running NEdit in -sync mode (SF bug #978104).
106 - Removed obsolete special window title treatment on SGI (SF bug #779454).
108 - Forbid the deletion of the "Plain" Text Drawing Style (SF patch #970491).
110 - File descriptor handling fix that allows shell commands to be invoked
113 - Crash on Solaris when dragging a calltip (SF bug #925951).
115 - Preference resource name mistakes (SF bug #884862).
117 - Don't delete incremental backup files when incremental backups are off
120 - Allow zero-length ranges to be added to range sets (SF bug #871209).
122 - Improved shell syntax highlighting patterns (SF bug #770855).
124 - Regular expression crash fix (SF bug #987102).
128 - Using exit() in macro no longer causes hang (SF bug #999021).
130 - Updated rangeset documentation (SF bug #1005442).
132 - Minor changes to the regular expression word boundary semantics
135 - Tabs keep reasonable sizes when things get crowded (SF bug #1005064).
137 - Many unnecessary file status checks are avoided.
139 - Warn On Exit also affects closing of window with multiple tabs
142 - "File Modified Externally" dialogs are only allowed for top tabs.
144 - Broken virtual key bindings workaround was restored (problems with
145 page-up and page-down).
147 - Preference file number was bumped.
149 - Dialogs' OK button layout fixes.
151 - Fix for SF bug #999820: spaces in dialog button mnemonics.
153 - Fix for SF bug #996786: problems with overtype mode
157 - Less confusing menu wording (SF bug #1023089).
159 - Shell command output is now sent to a new window or a new tab,
160 depending on the tabbed editing preference settings.
162 - Detaching/Moving non-top tab should not change top tab (SF bug #1020035).
164 - Opening new window from a tabbed window no longer diminishes size
169 - Calltips (SF patch #495286)
171 - Rangesets (SF patch #529298, #628933)
173 - Backlighting (SF patch #529298)
175 - Highlighting information macros (SF patch #529298)
177 - Full mouse wheel support for XFree86 (SF patch #715941)
179 - Look-behind matching for regular expressions (SF patch #530308)
181 - Regular expression and syntax highlighting speed-ups
183 - Flexible resource file location (SF patch #484674)
184 See the section "Upgrading from 5.3 to 5.4" of the README file for
187 - Color dialog (SF patch #595330)
189 - Option to auto-hide mouse pointer while typing
191 - Option to keep cursor away from top and bottom of the screen
193 - Check for real changes of externally modified files (SF patch #602426)
195 - Synchronized interaction between nc and nedit (SF patch #403647)
197 - Several smaller improvements on usability and speed
199 - Several smaller improvements to the macro language (SF patch #552760, ...)
203 - Unconvential word boundary semantics for regular expressions have
204 been corrected (including affected syntax highlighting patterns).
205 See the section "Upgrading from 5.3 to 5.4" of the README file for
206 important information.
208 - Config files didn't accept non-Unix file format (SF bug #411092)
210 - Removed regex search bugs (SF bug #429110, #515120)
212 - Smart-indent macros were unaffected by language mode renames (SF bug #439867)
214 - All dialogs have titles now (SF bug #480960)
216 - Giving long filenames at startup caused buffer overflows (SF bug #488412)
218 - Made sure that dialogs don't get wider than screen
219 (SF bug #488593, #489614, #713999)
221 - Workaround for Motif drag icon bug (SF bug #526981: Crash using btn2 on
222 help window buttons and SF bug #582469: 5.3 crash when selecting stats
225 - Dragging a rectangular selection could delete characters (SF bug #557225)
227 - Show Matching Range bug (SF bug #559902)
229 - Keyboard-based rectangular selections were forgotten if the selection ever
232 - Workaround for KDE's FONTLIST bug (SF bug #561659)
234 - Paths were still shown in current's window Windows menu after global option
235 was changed (SF bug #564782)
237 - Scrolling to searched or undone/redone section stopped short (SF bug #578551)
239 - Removed flicker in stats line due to bug prevention (SF bug #594838)
241 - Crash while dismissing a resized help window (SF bug #600175)
243 - Macro functions were evaluated in a wrong order (SF bug #602336, #628552)
245 - Syntax highlighting failures in LaTeX (SF bug #607072)
247 - Crash with wrong values for -tabs option (SF bug #608693)
249 - Macro shortcuts were sensitive to Lock and NumLock (SF bug #612558)
251 - Appending the terminating line break was not reflected in the buffer
254 - A new nc(1) hanged after a server was killed or crashed (SF bug #619231)
256 - Adds (short) list of deprecated macro functions (SF bug #619236)
258 - Removed hazardous command shortcut (SF bug #649442)
260 - Workaround for OpenMotif radio button bug (SF bug #678198: bug in
261 Replace in multiple files).
263 - Typo in SCO makefile (SF bug #689808)
265 - Syntax highlighting routines assumed ASCII encoding (SF bug #700823)
267 - Crash when starting up in a UTF-8 locale (SF bug #703246, 621972)
269 - Crash while manipulating highlighting pattern (SF bug #705495)
271 - Removed flicker in stats line during macro execution (SF bug #713780)
273 - Close pane resize bug (SF bug #715767)
275 - Macro function goto_line_number() only accepted one argument (SF bug #726325)
277 - Newline macro inserting a string caused a crash when triggered
280 - Help text foreground was hard-coded to black (SF bug #723096)
282 - System default colors from CDE Style Manager were ignored (SF bug #544053)
286 - Panes didn't inherit the right colors (SF bug #780267)
288 - Fixed Rangeset API usability issues and bugs.
290 - Plain KP Enter now inserts a newline, not <CR> (SF bug #779439).
292 - Enabled Motif version checking for xBSD.
294 - SGI: compilation problem (SF bug #780841)
296 - File modification issues (SF bug #782513, SF bug #784442)
298 - Documentation updates.
300 - Color dialog button resize problem.
302 - undoModifiesSelection is no longer saved in .nedit/nedit.rc
304 - Workaround for Lesstif's 'frozen windows' bug.
306 - Fixed calltip parsing problem (SF bug #779681)
308 - Macro language HL pattern updates.
310 - nc -do ... no longer creates unwanted windows (SF bug #785738).
312 - Improved color resource migration.
314 - File accessibility is now determined with access() (SF bug #782518)
318 - Nc crash fix on VMS.
320 - Fixes in highlighting information inspection macros.
322 - Nc -lm command line option fix.
326 This is mainly a bug fix release. The list of new features is therefore
329 - The built-in Help system was revamped. Most notably, a hyperlink
330 mechanism was added for following cross-references.
332 - Enhanced Exuberant ctags support (SF #491109).
334 - Line numbers are available in shell commands (SF #434451).
336 - Goto Line also accepts column numbers (SF #403435).
338 - Automatic line-feed termination when saving is now optional (SF #503073).
340 - A customizable window title (SF #477875/#519092).
342 - Optional syntax based parenthesis matching (iso. purely character based)
348 - Find Definition incorrectly reads the X selection when not needed
351 - Background popup menu could lock up X-server when used with any of
354 - Very wide windows when starting NEdit under fvwm (SF #496526).
356 - Workaround for illegal key bindings installed by other Motif applications,
357 causing PageUp/PageDown and arrow keys to stop responding in NEdit
358 (SF #493421/#525903). This is not an NEdit bug, it just looks like one.
360 - Fix for PageUp/PageDown keys not responding (SF #508961).
362 - Crash when running X on 2nd screen (SF #478234, #500353).
364 - Line number display updating in continous wrap mode (SF #516920).
366 - Performance problem with X Resources highlight patterns (SF #481290).
368 - Menu fonts showing up as blocks (SF #434383)
370 - Lockup's in syntax highlighting (especially Perl) (SF #512961).
372 - Crash when using characters with ASCII code >= 128 in syntax
373 highlighting patterns.
375 - Crash when modifying tab distance in continous wrap mode (SF #510631).
377 - Crash when running NEdit in low-depth color modes.
379 - Continous wrap mode + variable width font display bugs.
381 - Potential scroll bar corruption in continuous wrap mode (SF #510765).
383 - Workaround for selection copy/paste problems with recent versions
386 - Jump to tags only referenced by line number.
388 - Composed characters in learned sequence (SF #480966).
390 - Missing titles in some dialogs (SF #480960).
392 - Macro language: continue statement outside loop crash (SF #495293).
394 - Rectangular overstrike past fixes (SF #487945).
396 - Hard-coded statistics line font (SF #487153).
398 - Open filenames starting with a dash (SF #485610).
400 - Crash when closing window of non-existing file while error dialog is up.
402 - Bad CapsLock grab on certain keyboard configurations (SF #482504).
404 - Replacements in rectangular selections could sometimes fail.
406 - Various buffer overflow fixes.
408 - Multiple selection dialog does not pop up on first find (SF #473602).
410 - Tag not found (SF #466742).
412 - Files opened with -read command line option could not be unlocked.
416 - Added built-in patterns for CSS, XML, and regular expressions (Regex).
417 Many other pattern updates.
419 - Support for high- and true-color systems. NEdit now will automatically
420 select the best visual from your X server. This reduces the chance of
421 running out of colors.
423 - New features in the Find and Replace dialogs:
425 o Replacement across multiple windows in a session.
426 o Case sensitivity may be set independently of regular expressions.
427 o Add "Replace and Find" command, which saves keystrokes when doing
428 a large-scale find & replace.
430 - ClearCase version-extended pathnames.
432 - Many new macro subroutines and variables.
434 - Array support in macros.
436 - Range highlighting of matching delimiters.
438 - Undo and Redo highlights the text that has changed, when visible.
440 - Support for wheel mouse scrolling on servers that support it (XFree86).
442 - Improved accelerator key handling.
444 - Insert Control Code dialog accepts value in any valid C notation
446 - Optional beeping when search operations wrap.
448 - Additional default search styles.
450 - Optional displaying of path names in the window list menu.
455 - Fix a crash when entering an invalid line number in "Goto Line".
457 - Ignore the Caps-Lock key when invoking accelerators.
459 - Fix problems when running NEdit on 64-bit platforms like Alpha
461 - NEdit failed to open files if some directories above were not "readable"
463 - Fix potential crashes if some system calls fail
465 - When no colors are left, attempt to reuse the closest matching color. This
466 allows NEdit's syntax highlighting to better coexist with Netscape, which
467 unfortuntely takes all available colors.
469 - "Overtype" mode is now bound to the Insert key, to be consistent with
472 - Accelerators now available in confirmation dialogs, and may be invoked
475 - Don't even try to open a directory for editing
477 - Fix a couple of memory corruption problems
482 - Significant extensions to the regular expression syntax. See details
485 - Incremental search, and optional search bar.
487 - New ctags code with full support for Exuberant Ctags, better
488 handling of tag collisions, multiple tag file support, on-demand
489 loading of tag files, and automatic reload of modified tag files.
491 - Optional display of line numbers along the left side of the text.
493 - NEdit can now read and write MS DOS format files.
495 - New built-in syntax highlighting patterns for Lex, PostScript, SQL,
496 Many syntax highlighting pattern improvements.
498 - Improved international character set input
500 - New macro subroutines: list_dialog, getenv, set_language_mode.
502 - Optional warnings about external modifications to files
504 - Clearcase awareness
506 - Session manager restart capability
508 - Default language mode "*" for user-defined menu items, allows
509 per-language variations on a common base
511 - Allow additional modifiers like Sun diamond key in user defined
514 - Option to sort open previous menu.
516 - -geometry and -iconic command line arguments act per-window, and
517 can be specified via nc
519 - -geometry now specified in characters, rather than pixels
521 - -lm (language mode) command line option
523 - Save As dialog defaults to same file name
525 - Better default fonts for Linux systems
527 - .nedit file version mechanism to make future upgrades easier
532 - Crash on large amounts of data fed to shell command which does not
535 - Delayed secondary windows when executable statements specified in
536 users .neditmacro file
538 - Many corrections to online help
540 - Many highlight patterns corrections
542 - Using window close box in file open/save dialogs leaves nedit server
545 - escape in macro dialogs can cause macro hang
547 - Lesstif-specific fixes: attachment warnings in font selector,
548 Work around replace dialog focus bug.
550 - NEdit no longer maintains original protection settings on files. It
551 allows them to be changed externally.
554 Details of Regular Expression Changes in 5.1
558 o Fixed bug that caused character classes with a character range not to
559 work properly if one of the range characters was an escaped character.
561 Improvements In Existing Features
563 o Increased maximum number of capturing parentheses from 40 to 50.
565 o Removed optimization that uses `must match' strings (it didn't work and
566 caused more problems than it solved.)
568 o Improved error messages.
570 o Improved Start-Of-Line and End-Of-Line detection by the `^', `$', and the
571 new `\B' (see below) anchors. The Start-Of-Word and End-Of-Word anchors
572 `<' and `>' where not enhanced due to syntax color highlighting pattern
573 compatibility issues.
575 o Changed code to use "unsigned char" in most cases instead of "signed
576 char". Also, use of ANSI character functions (e.g. isdigit(), isspace())
577 were added wherever possible. These changes should improve support for
578 locales other than "C", for example character sets with accented
581 o Added character escapes for:
582 - \e ASCII escape character (for environments that use the EBCDIC
583 character set, set the EBCDIC_CHARSET compiler symbol to get the
584 EBCDIC equivalent escape character.)
590 o Removed the `\"' escape since `"' is not a meta character.
592 o In order to support numeric escapes, use of `\0' as a synonym for `&'
593 in replacement strings was removed. `\0' now signals the start of a
594 numeric (octal) escape sequence (see below.)
596 o Minor tweaks for improved performance.
600 o Octal and Hexadecimal Escapes
602 Octal and hexadecimal escapes begin with \0 and \x (or \X) respectively.
603 For example, \052 and \X2A both specify the `*' character. Escapes for
604 null (\00 or \x0) are not valid and will generate an error message.
606 o Shortcut Escapes for Common Character Classes
609 \l letters a-z and A-Z
610 \s whitespace \t, \r, \v, \f, and space
611 \w word characters a-z, A-Z, 0-9, and underscore, `_'
613 `\D', `\L', `\S', and `\W' are the same as the lowercase versions except
614 that the resulting character class is negated.
618 The `\B' non-word boundary anchor has been added as the logical opposite
619 of `<' and `>' collectively. This anchor ensures that the left and
620 right characters are either both delimiter characters or both
621 non-delimiter characters.
623 o Word Delimiter Escape Sequences
625 \y Word delimiter character
626 \Y Not a word delimiter character
628 The `\y' token matches any single character that is one of the characters
629 that NEdit recognizes as a word delimiter character, while the `\Y' token
630 matches any character that is NOT a word delimiter character. Note:
631 these are not anchors and DO consume one character of input.
636 + Minimal (lazy) Matching Quantifiers
638 *? Match zero or more
639 +? Match one at least one
642 These quantifiers match only what is absolutely necessary to achieve
645 + Counting (or Brace) Quantifier
647 {min,max} Match from `min' to `max' times the previous regular
650 If `min' is omitted, it is assumed to be zero. If `max' is omitted,
651 it is assumed to be infinity. Whether specified or assumed, `min'
652 must be less than or equal to `max'. If both are omitted, then the
653 construct is the same as `*'. Note that `{,}' and `{}' are both
654 valid brace constructs. A single number appearing without a comma,
655 e.g. `{3}' is short for the `{min,min}' construct, or to match
656 exactly `min' number of times.
658 o Non-Capturing Parentheses
660 Non-Capturing Parentheses are of the form `(?:<regex>)' and facilitate
661 grouping only and do not incur the overhead of normal capturing
664 o Positive Look-Ahead
666 Positive look-ahead constructs are of the form `(?=<regex>)' and
667 implement a zero width assertion of the enclosed regular expression. In
668 other words, a match of the regular expression contained in the positive
669 look-ahead construct is attempted. If it succeeds, control is passed to
670 the next regular expression atom, but the text that was consumed by the
671 positive look-ahead is first unmatched (backtracked) to the place in the
672 text where the positive look-ahead was first encountered.
674 o Negative Look-Ahead
676 Negative look-ahead takes the form `(?!<regex>)' and is exactly the same
677 as positive look-ahead except that the enclosed regular expression must
682 (?i<regex>) Case insensitive; `AbcD' and `aBCd' are equivalent.
683 (?I<regex>) Case sensitive; `AbcD' and `aBCd' are different.
685 Regular expressions are case sensitive by default, i.e `(?I<regex>)' is
686 assumed. All regular expression meta characters respond appropriately to
687 case insensitivity including character classes and back-references.
691 (?n<regex>) `.', `[^...]', `\s', `\S' will match newlines
692 (?N<regex>) `.', `[^...]', `\s', `\S' do not match newlines
694 `(?N<regex>)' is the default behavior.
698 Comments are of the form `(?#<comment text>)' and can be inserted
699 anywhere and have no effect on the execution of the regular expression.
701 o Notes on New Parenthetical Constructs
703 Except for plain parentheses, none of the parenthetical constructs
704 capture text. If that is desired, the construct must be wrapped with
705 capturing parentheses, e.g. `((?i<regex))'.
707 All parenthetical constructs can be nested as deeply as desired, except
708 for capturing parentheses which have a limit of 50 sets of parentheses,
709 regardless of nesting level.
712 New Features in 5.0.2:
714 - Word-selection (double click) can be used to select ranges of delimiters
716 - New built-in macro variables: $line, $column, and $modified
718 - Smart-indent mode available for Python language
720 - Minor improvements in default pattern sets for NEdit Macros, X Resources,
726 - -import did not work as advertised in 5.0.1. When used, it re-set a
727 number of preferences back to default values. Could also potentially
730 - Macro -> Repeat crashes on some systems.
732 - Mouse state can get "stuck" on Alpha-based systems.
734 - Combination of auto-wrap, auto-indent, and unbreakable lines extending the
735 width of the window, caused nedit to unnecessarily insert blank lines.
737 - Incorrect case-insensitive comparison in character sets > 128 bits.
739 - in by-word drag-selection (double click then drag) when begun in the middle
740 of a whitespace selection, anchor would revert to original cursor position
741 rather than maintaining the entire whitespace block.
743 - Language mode names containing spaces could not be used in language
744 sensitive user-defined menu items.
746 - New windows did not always see existing learn/replay sequence, recorded
747 before the window was created.
749 - Possible crash in search_string and search_window macros, when used with
752 - Possible crash in get_selection("any") macro.
754 - Under Solaris, crashes on window opening, file dialog, and language mode
755 selection, when user-defined sub-menus were used.
757 - Filenames containing spaces could cause the .neditdb file to become
760 - Escape key could not be used to cancel file-selection dialogs when the
761 file list had keyboard focus (which it almost always does).
764 New Features in 5.0.1:
766 - Repeat-over-range, and repeat-to-end capability for repeating last
767 command and learn/replay sequence.
769 - Import capability for loading macro/shell menu commands, highlight
770 patterns, and style sets created by other users.
772 - New macro language routines: string_to_clipboard, clipboard_to_string,
773 toupper, tolower, variables: $em_tab_dist.
775 - Additional default highlight patterns for sh and X resources.
777 - Sorted Open Previous menu.
779 - Numerous improvements to default highlighting patterns and smart indent
785 - Various crashes on Motif 2.0 (Linux and FreeBSD) systems, usually
786 associated with opening files and changing language modes. Usually,
787 but not necessarily, following changes to user-defined menu items.
789 - Background menu activation during drag operation could leave drag
790 unfinished, cause undo to malfunction, and eventually lead to a crash (which
791 was easy to trigger accidentally when the middle button is emulated with
792 mouse-chords on a two button mouse).
794 - X11R6 clients talking to X11R5 servers could crash on font dialog.
796 - Rapid repetition of long macros (such as binding to key and using keyboard
797 repeat) could cause crash.
799 - Several commands which put up dialogs were vulnerable to timing windows
800 where repeating the command could cause a crash.
802 - Calling macro close() routine could cause crash if used to close the window
803 in which the macro was executing.
805 - Using load_macro_file() as an "include" statement in macro files could
808 - Artifacts when using non-matching highlight fonts, and making certain types
809 of changes which change the fonts used to display other (not the line being
810 modified) lines in the file.
812 - Auto-newline wrap in overtype mode could duplicate part of wrapped text.
814 - Lower panes in split window mode allowed modification to read-only windows.
816 - Several minor dialog and window focus related problems for explicit (click
819 - Paste Column ignored existing selection.
821 - After copying and re-naming language mode information, highlight patterns
822 and smart indent macros remained attached to the re-named pattern instead of
825 - Trailing newlines should not have been prohibited in Open Selected.
827 - Help for creating smart indent macros was missing.
832 - Completed macro extension language (Simple C/awk-like syntax, safe,
835 - Syntax highlighting. Built-in patterns for C, C++, Java, Fortran, Pascal,
836 Ada, Perl, Python, Tcl, Awk, Csh, HTML, LaTeX, VHDL, Verilog, and more.
838 - Programmable Smart indent. (Experimentally, at least. There are only
839 macros for C and C++, and they may not fit everyone's programming style.)
841 - Language-sensitive preferences
843 - Continuous wrap mode (long line wrapping), in addition to existing
844 automatic-newline wrapping
846 - User-defined menus can be hierarchical and language-sensitive.
848 - Configurable right-button pop up menu
852 - Searchable on-line help
854 - Word boundary matching (<>) in regular expressions
858 - More dialogs have up-arrow recall
860 - White-space selection via double-click
863 Bug Fixes and Enhancements to Existing Features in 5.0
865 - No more limits on editing files containing ascii nul characters
867 - Fill Paragraph command handles leading indents
871 - Better directory defaulting in Open Selected and shell commands
873 - Open Selected processes tilde (~) and wildcards
875 - Goto Mark centers scroll position better
877 - Multiple shell commands can be run simultaneously
879 - Shell command execution doesn't block server command processing
881 - Emulated-tab deletion treats auto-indent as emulated tabs
883 - Auto-wrapping of pasted text is optional (off by default)
885 - Notice that default preferences have changed and ask about saving
888 - Selections remain selected after shell command and filter execution
890 - Wrap margin and emulated tab distance preferences are properly
891 transferred to new panes in split window mode