diff options
Diffstat (limited to 'Changes')
| -rw-r--r-- | Changes | 60 |
1 files changed, 59 insertions, 1 deletions
@@ -1,4 +1,62 @@ -Release ... +Release 4.1.3 +============= + +2016-11-14 + +* Bugfix: Tags did not work in heirloom CVS repository. + Bug #1 reported by @larryhynes (GitHub). + +2016-09-05 + +* Bugfix: Line 1 had been corrupted after window resize at startup + when the file path was longer than the window width and the user + did enlarge the window before pressing return. + +Release 4.1.2 +============= + +2016-07-27 + +* Number mode command line bugfix: Wrong cursor position when using + backspace in number mode fixed. + +2016-07-20 + +* Command line option "+" did never work in heirloom vi. This is + fixed now. + +2016-07-18 + +* Data type overflow bug fixed, which did occur on large displays. + +Release 4.1.1 +============= + +2016-06-24 + +* Showmode updated with input mode macros. This avoids a wrong state + indication. + +Release 4.1.0 +============= + +2016-04-24 + +* Half screen scrolling using ^D or ^U did not take terminal resizing + into account. Instead the number of lines to scroll had been set up + at start time and not changed after that. It is now updated after + each resize. + +2016-04-22 + +* In the last changes after release 3/25/05 until 2/25/07 a bug had been + introduced in the cursor positioning of the line numbering mode. This + is fixed now. + +_____________________________________________________________________________ + +Last changes from Gunnar Ritter (2/25/07): + * The screen buffers for visual mode are now dynamically allocated, so vi usually does not return to ex mode with "screen too large" when the terminal is resized on a large monitor anymore. |
