Commit 90594e26 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Update ChangeLog for the stuff I just hacked

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@261 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -12,8 +12,6 @@ CVS Code - ...@@ -12,8 +12,6 @@ CVS Code -
not_found_msg in search.c for displaying truncated strings in satusbar not_found_msg in search.c for displaying truncated strings in satusbar
when the string is not found. when the string is not found.
*** Note that backspace key makes input be off by one when entring
*** a string > COLS in length. This must be fixed before a new release
- files.c: - files.c:
do_writeout() do_writeout()
- Change strcpy to answer to mallocstrcpy. - Change strcpy to answer to mallocstrcpy.
...@@ -49,9 +47,13 @@ CVS Code - ...@@ -49,9 +47,13 @@ CVS Code -
into statusbar" bug in odd $TERMs like iris-ansi. into statusbar" bug in odd $TERMs like iris-ansi.
- Changed check to return -2 on "enter" from answer == "" - Changed check to return -2 on "enter" from answer == ""
to answer == def. to answer == def.
- Silly kludge in backspace code to temporarily decrement x
before refreshing to keep the cursor visually aligned.
nanoget_repaint() nanoget_repaint()
- New function, removes about 30 lines of duplicate code in - New function, removes about 30 lines of duplicate code in
nanogetstr(). nanogetstr().
- Black magic code to make $ appear in prompt if we're past
COLS.
- es.po: - es.po:
- Updated translation to 0.9.19-CVS (Jordi). - Updated translation to 0.9.19-CVS (Jordi).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment