tweaks: for each version, mention the changes to the PO files last

Also, rewrap some lines, and  normalize how function names are listed,
back until version 0.9.9.
master
Benno Schulenberg 2020-03-26 12:18:22 +01:00
parent abf4658ab9
commit 0c249de9e5
1 changed files with 79 additions and 74 deletions

View File

@ -5035,7 +5035,7 @@ GNU nano 1.1.99pre2 - 2003.02.03
- Fix the mouse code to work with lines longer than COLS and - Fix the mouse code to work with lines longer than COLS and
with the proper positioning, including special characters. with the proper positioning, including special characters.
(David Benbennick) (David Benbennick)
do_preserve_msg(): do_preserve_msg()
- Unsplit error message into a single fprintf call. (Jordi) - Unsplit error message into a single fprintf call. (Jordi)
main() main()
- Call load_file with arg 0 for insert, as we aren't really - Call load_file with arg 0 for insert, as we aren't really
@ -5143,7 +5143,7 @@ GNU nano 1.1.99pre1 - 2003.01.17
- Added --enable-all option to compile in all the extra stuff - Added --enable-all option to compile in all the extra stuff
we'd normally need extra flags for. we'd normally need extra flags for.
- color.c: - color.c:
update_color(): update_color()
- Remove an unneeded edit_refresh() call after do_colorinit(). - Remove an unneeded edit_refresh() call after do_colorinit().
(David Benbennick) (David Benbennick)
- cut.c: - cut.c:
@ -5778,7 +5778,7 @@ GNU nano 1.1.10 - 2002.07.25
Also, pass current_x_find to strstrwrapper() so we know whether Also, pass current_x_find to strstrwrapper() so we know whether
we're at the beginning of a string or not (see changes to we're at the beginning of a string or not (see changes to
strstrwrapper() below), and reset it between lines. (DLR) strstrwrapper() below), and reset it between lines. (DLR)
do_gotoline(): do_gotoline()
- Make sure placewewant is zero after we go to a line. (David - Make sure placewewant is zero after we go to a line. (David
Benbennick) Benbennick)
do_gotopos() do_gotopos()
@ -6156,7 +6156,7 @@ GNU nano 1.1.7 - 2002.03.05
- po/it.po: - po/it.po:
- Italian translation updates. (Marco Colombo) - Italian translation updates. (Marco Colombo)
- po/cs.po: - po/cs.po:
- Partial Czech translation updates. (Vaclav Haisman) - Partial Czech translation updates. (Václav Haisman)
- po/hu.po: - po/hu.po:
- Hungarian translation updates, or to be precise, rewrite. (Gergely Nagy) - Hungarian translation updates, or to be precise, rewrite. (Gergely Nagy)
- po/uk.po, po/ru.po: - po/uk.po, po/ru.po:
@ -6381,6 +6381,8 @@ nano-1.1.4 - 2001.12.11
do_spell() do_spell()
- Don't prompt for replace if we don't change the word in - Don't prompt for replace if we don't change the word in
question. (Rocco Corsi) question. (Rocco Corsi)
- m4/gettext.m4:
- diff against mutt 1.2.5's gettext.m4.
- po/de.po: - po/de.po:
- German translation updates. (Karl Eichwalder) - German translation updates. (Karl Eichwalder)
- po/ru.po: - po/ru.po:
@ -6393,8 +6395,6 @@ nano-1.1.4 - 2001.12.11
- Spanish translation updates. (Jordi) - Spanish translation updates. (Jordi)
- po/fr.po: - po/fr.po:
- French translation updates. (Michel Robitaille) - French translation updates. (Michel Robitaille)
- m4/gettext.m4:
- diff against mutt 1.2.5's gettext.m4.
nano-1.1.3 - 2001.10.26 nano-1.1.3 - 2001.10.26
- General - General
@ -6824,15 +6824,15 @@ nano-1.0.0 - 2001.03.22
the "new" C++ reserved word, even though there is likely no way the "new" C++ reserved word, even though there is likely no way
nano will EVER be compilable with a C++ compiler. (suggested by nano will EVER be compilable with a C++ compiler. (suggested by
Rocco Corsi). Rocco Corsi).
- ca.po, es.po:
- Final tweaks for Nano 1.0.
- cs.po:
- Czech translation from Vaclav Haisman.
- nano.info: - nano.info:
- Added dir entry. (Albert Chin) - Added dir entry. (Albert Chin)
- winio.c: - winio.c:
statusq() statusq()
- Added NANO_BACK_KEY and NANO_FORWARD_KEY cases for left and right. - Added NANO_BACK_KEY and NANO_FORWARD_KEY cases for left and right.
- ca.po, es.po:
- Final tweaks for Nano 1.0.
- cs.po:
- New Czech translation, by Václav Haisman <V.Haisman@sh.cvut.cz>.
1.0-test prerelease - 2001.03.17 1.0-test prerelease - 2001.03.17
- nano.c: - nano.c:
@ -7424,7 +7424,7 @@ nano-0.9.17 - 2000.09.04
do_toggle() do_toggle()
- Added checks for no help and no wrap mode, and print opposite - Added checks for no help and no wrap mode, and print opposite
enable/disable message. enable/disable message.
do_suspend(), do_cont(): do_suspend(), do_cont()
- New functions, handle suspend signal in a Pico-like manner and - New functions, handle suspend signal in a Pico-like manner and
work with Meta-Z. work with Meta-Z.
- winio.c: - winio.c:
@ -7445,7 +7445,7 @@ nano-0.9.17 - 2000.09.04
search_abort() search_abort()
- Now calls edit_refresh_clearok when MARK_ISSET to handle screen - Now calls edit_refresh_clearok when MARK_ISSET to handle screen
ugliness bug (reported by Ken Tyler). ugliness bug (reported by Ken Tyler).
findnextstr(): findnextstr()
- Added reset for placewewant. (Ben Roberts) - Added reset for placewewant. (Ben Roberts)
- Fixed check for string that only occurs on the same line failing - Fixed check for string that only occurs on the same line failing
(bug discovered by Ken Tyler). (bug discovered by Ken Tyler).
@ -7530,7 +7530,7 @@ nano-0.9.14 - 2000.07.27
- Changed check for filename to filename[0]. Added some code, - Changed check for filename to filename[0]. Added some code,
overall fixes bug #30 =-) overall fixes bug #30 =-)
- nano.c: - nano.c:
do_justify() & do_wrap(): do_justify(), do_wrap()
- totsize-related fixes. (Rob) - totsize-related fixes. (Rob)
- de.po - de.po
- Revised translations by Florian König. - Revised translations by Florian König.
@ -7546,32 +7546,32 @@ nano-0.9.13 - 2000.07.23
- Don't edit_refresh() if the bottom of the file is in the edit - Don't edit_refresh() if the bottom of the file is in the edit
buffer. (Adam) buffer. (Adam)
- nano.c: - nano.c:
main(): main()
- TABSIZE now set before first call to edit_refresh. (Bill Soudan) - TABSIZE now set before first call to edit_refresh. (Bill Soudan)
- Different ^C kill code (patch by Christian Weisgerber). - Different ^C kill code (patch by Christian Weisgerber).
die(): die()
- More intelligent emergency-save filename selection. (Rob) - More intelligent emergency-save filename selection. (Rob)
do_spell(): do_spell()
- Changed exit semantics a bit so that aspell wouldn't get - Changed exit semantics a bit so that aspell wouldn't get
all screwy (bug discovered by Joshua Jensen). all screwy (bug discovered by Joshua Jensen).
- files.c: - files.c:
read_file(): read_file()
- Added init of buf variable, hopefully this will stop the - Added init of buf variable, hopefully this will stop the
"bleeding" of text seen with mutt and using i18n. "bleeding" of text seen with mutt and using i18n.
write_file(): write_file()
- Added code to check to see if using -l and the file is not - Added code to check to see if using -l and the file is not
in fact a link. This should fix the behavior where a file in fact a link. This should fix the behavior where a file
that does not have write permission but could be removed and that does not have write permission but could be removed and
rewritten is saved without error. Please test this feature rewritten is saved without error. Please test this feature
and give feedback. and give feedback.
- search.c: - search.c:
search_init(): search_init()
- Added " (to replace)" statement to end of search string if - Added " (to replace)" statement to end of search string if
we are doing a replace. Manually converted all the translations we are doing a replace. Manually converted all the translations
from '%s' to '%s%s' to ensure they still work with the new code. from '%s' to '%s%s' to ensure they still work with the new code.
Also put in the translation for " (replace)" in the .po's. Hope Also put in the translation for " (replace)" in the .po's. Hope
I didn't step on your toes doing this Jordi. (Chris) I didn't step on your toes doing this Jordi. (Chris)
do_search(), do_replace(): do_search(), do_replace()
- Removed call to search_abort()/replace_abort() before call to - Removed call to search_abort()/replace_abort() before call to
the opposite function. the opposite function.
- Fixed bug #28. - Fixed bug #28.
@ -7610,51 +7610,47 @@ nano-0.9.12 - 2000.07.07
- Corrected FIXME in do_enter with explanation. (Rob) - Corrected FIXME in do_enter with explanation. (Rob)
- Fixed FIXME in do_justify, resulted in creation of - Fixed FIXME in do_justify, resulted in creation of
fix_editbot [also fixed in do_enter] (winio.c). (Rob) fix_editbot [also fixed in do_enter] (winio.c). (Rob)
help_init(): help_init()
- Moved newline out of if statement. (Rocco Corsi) - Moved newline out of if statement. (Rocco Corsi)
do_char(): do_char()
- Magic Line related code in do_char. (Rob) - Magic Line related code in do_char. (Rob)
do_backspace(), do_delete(): do_backspace(), do_delete()
- Added magic line code here too. - Added magic line code here too.
- de.po:
- Revised translations by Florian König.
- fi.po:
- New Finnish translation, by Pauli Virtanen <pauli.virtanen@saunalahti.fi>.
- utils.c: - utils.c:
- Added new_magicline() - Added new_magicline()
- winio.c: - winio.c:
- Added stdlib.h to includes, found by OpenBSD gcc. - Added stdlib.h to includes, found by OpenBSD gcc.
- lots of new commenting around display functions - lots of new commenting around display functions
do_yesno(), nanogetstr(): do_yesno(), nanogetstr()
- Removed now unnecessary raw/cbreak combos. - Removed now unnecessary raw/cbreak combos.
- Removed gettext calls from "Y(es)", "N(o)", "A(ll)" and "^C", till - Removed gettext calls from "Y(es)", "N(o)", "A(ll)" and "^C", till
we decide if those keybindings should be translated. (Jordi) we decide if those keybindings should be translated. (Jordi)
clear_bottomwin(): clear_bottomwin()
- Removed wrefresh(edit) call. - Removed wrefresh(edit) call.
edit_update_top(): edit_update_top()
- Fixed a bug that caused nano to not update when - Fixed a bug that caused nano to not update when
current->next == NULL (e.g. paging down to the very bottom of current->next == NULL (e.g. paging down to the very bottom of
ABOUT NLS wouldn't work). ABOUT NLS wouldn't work).
fix_editbot: fix_editbot()
- Added (should rebuild editbot from a valid edittop). (Rob) - Added (should rebuild editbot from a valid edittop). (Rob)
edit_add: edit_add()
- removal of redundant call to mvwaddnstr. - removal of redundant call to mvwaddnstr.
- de.po:
- Revised translations by Florian König.
- fi.po:
- New Finnish translation, by Pauli Virtanen <pauli.virtanen@saunalahti.fi>.
nano-0.9.11 - 2000.06.20 nano-0.9.11 - 2000.06.20
- New flag "-T" or "--tabsize" to specify how to display tab widths. - New flag "-T" or "--tabsize" to specify how to display tab widths.
Affects main() in nano.c, strlenpt(), xpt() and actual_x() (et al) in Affects main() in nano.c, strlenpt(), xpt() and actual_x() (et al) in
winio.c, and nano.h. Many hardcoded "8"s have been changed to the winio.c, and nano.h. Many hardcoded "8"s have been changed to the
TABSIZE int. Added changes to nano.1 and nano.1.html. TABSIZE int. Added changes to nano.1 and nano.1.html.
- id.po:
- New Indonesian translation, by Tedi Heriyanto <tedi_h@gmx.net>.
- es.po:
- Updated translation. (Jordi Mallach)
- winio.c - winio.c
- Rewrite of display functions to correct the display problems - Rewrite of display functions to correct the display problems
we had been seeing. Affects: add_marked_sameline, edit_add, we had been seeing. Affects: add_marked_sameline, edit_add,
and many others. (Rob Siemborski) and many others. (Rob Siemborski)
- totsize fixes. (Rob Siemborski) - totsize fixes. (Rob Siemborski)
total_refresh(): total_refresh()
- Cut display_main_list call, as this function is only supposed to - Cut display_main_list call, as this function is only supposed to
refresh what's already on the screen, not go through the process refresh what's already on the screen, not go through the process
of adding the text again. of adding the text again.
@ -7666,12 +7662,12 @@ nano-0.9.11 - 2000.06.20
Changed all calls to editwinrows - 1 in nano.c and move.c. Changed all calls to editwinrows - 1 in nano.c and move.c.
- Removed all functions that were split into other files. - Removed all functions that were split into other files.
Affects LOTS of funcs. Affects LOTS of funcs.
do_enter(): do_enter()
- Added reset of placewewant to end. - Added reset of placewewant to end.
do_insertfile(): do_insertfile()
- Fix display problem when using Ctrl-R to load a file - Fix display problem when using Ctrl-R to load a file
into the buffer. (Rob Siemborski) into the buffer. (Rob Siemborski)
handle_sigwinch(): handle_sigwinch()
- Added titlebar(), edit_refresh() and display_main_list() calls - Added titlebar(), edit_refresh() and display_main_list() calls
because a resize wasn't picking up on possible different width because a resize wasn't picking up on possible different width
correctly. correctly.
@ -7686,17 +7682,21 @@ nano-0.9.11 - 2000.06.20
- search.c: - search.c:
- Contains all our searching and related functions, (do_search(), - Contains all our searching and related functions, (do_search(),
findnextstr(), do_replace(), do_gotoline()). findnextstr(), do_replace(), do_gotoline()).
- id.po:
- New Indonesian translation, by Tedi Heriyanto <tedi_h@gmx.net>.
- es.po:
- Updated translation. (Jordi Mallach)
nano-0.9.10 - 2000.06.04 nano-0.9.10 - 2000.06.04
- es.po:
- Translation updates. (Jordi)
- AUTHORS, nano.1.html, TODO, README: - AUTHORS, nano.1.html, TODO, README:
- Documentation and email address updates. (Jordi) - Documentation and email address updates. (Jordi)
- nano.c: - nano.c:
main(): main()
- Moved Adam's termio code down to after getopt() and before initscr() - Moved Adam's termio code down to after getopt() and before initscr()
to stop people losing their SIGINT character when using args that to stop people losing their SIGINT character when using args that
exit nano before it runs (--version, --help, etc). exit nano before it runs (--version, --help, etc).
- es.po:
- Translation updates. (Jordi)
nano-0.9.9 - 2000.05.31 nano-0.9.9 - 2000.05.31
- Makefile.am: - Makefile.am:
@ -7705,8 +7705,6 @@ nano-0.9.9 - 2000.05.31
- Spelling fixes. (Jordi Mallach) - Spelling fixes. (Jordi Mallach)
- Removed CFLAGS changes for gcc, reduces portability according to - Removed CFLAGS changes for gcc, reduces portability according to
some, and it certainly doesn't seem to decrease exe size. some, and it certainly doesn't seem to decrease exe size.
- es.po:
- Spanish translation updates. (Jordi Mallach)
- POTFILES.in: - POTFILES.in:
- Added global.c file, was screwing up translations (i.e. they - Added global.c file, was screwing up translations (i.e. they
weren't getting done). weren't getting done).
@ -7744,6 +7742,8 @@ nano-0.9.9 - 2000.05.31
- winio.c: - winio.c:
total_refresh(): total_refresh():
- Completely rewrote function, not quite so brain-damaged now. - Completely rewrote function, not quite so brain-damaged now.
- es.po:
- Spanish translation updates. (Jordi Mallach)
nano-0.9.8 - 2000.05.18 nano-0.9.8 - 2000.05.18
- nano.c: - nano.c:
@ -7765,7 +7765,7 @@ nano-0.9.8 - 2000.05.18
should now only be called once, at the bottom of the main() should now only be called once, at the bottom of the main()
loop. loop.
- global.c: - global.c:
shortcut_init(): shortcut_init():
- Removed suspend sc_init call and suspend message because suspend - Removed suspend sc_init call and suspend message because suspend
is no longer needed in the shortcut list to work properly. is no longer needed in the shortcut list to work properly.
@ -7833,25 +7833,23 @@ nano-0.9.5 - 2000.05.01
- Removed inefficient call to edit_refresh() after every keystroke. - Removed inefficient call to edit_refresh() after every keystroke.
It is now up each function to leave the screen in a good state. It is now up each function to leave the screen in a good state.
- winio.c: - winio.c:
do_cursorpos() do_cursorpos():
- Rewritten to not use bytes from filestruct by an incremental sum. - Rewritten to not use bytes from filestruct by an incremental sum.
update_line(), reset_cursor(): update_line(), reset_cursor():
- Optimized calls to xplustabs() through a single variable. - Optimized calls to xplustabs() through a single variable.
- update_line() now takes a new arg, an index into the string - update_line() now takes a new arg, an index into the string
for where to update the line from. Needed for new update for where to update the line from. Needed for new update code.
code.
- configure.in: - configure.in:
- Better checks for slang, allows argument to --with-slang. - Better checks for slang, allows argument to --with-slang.
(Albert Chin-A-Young) (Albert Chin-A-Young)
- Removed -Iintl from CFLAGS in gcc check. - Removed -Iintl from CFLAGS in gcc check.
- Makefile.am: - Makefile.am:
- Addition of -Iintl for gettext (Albert Chin-A-Young) - Addition of -Iintl for gettext. (Albert Chin-A-Young)
nano-0.9.4 - 2000.04.25 nano-0.9.4 - 2000.04.25
- Fixed calls to no_help and changed them to the more consistent - Fixed calls to no_help and changed them to the more consistent ISSET(NO_HELP).
ISSET(NO_HELP). Fixed return val of no_help to be what it should (2, Fixed return val of no_help to be what it should (2, not 1). Code to
not 1. Code to temporarily disable NO_HELP when in the temporarily disable NO_HELP when in the help system. (Adam Rogoyski)
help system. (Adam Rogoyski)
- cut.c: - cut.c:
do_marked_cut(), do_cut(), do_uncut(): do_marked_cut(), do_cut(), do_uncut():
- Commented out unnecessary bits when NANO_SMALL is being used. - Commented out unnecessary bits when NANO_SMALL is being used.
@ -7987,23 +7985,26 @@ nano-0.8.8 - 2000.03.12
support i18n. support i18n.
- nano.c: - nano.c:
includes: Added sys/param.h and limits.h. (Adam Rogoyski). includes: Added sys/param.h and limits.h. (Adam Rogoyski).
statics: Changed some things that were not necessarily static statics: Changed some things that were not necessarily static.
(Adam Rogoyski). (Adam Rogoyski)
nrealloc(): New function, similar to nmalloc(). Changed calls from nrealloc():
New function, similar to nmalloc(). Changed calls from
realloc() to nrealloc. (Adam Rogoyski) realloc() to nrealloc. (Adam Rogoyski)
empty_line(), no_spaces(), justify_format(), do_justify(): empty_line(), no_spaces(), justify_format(), do_justify():
New functions for justify function. (Adam Rogoyski) New functions for justify function. (Adam Rogoyski)
- winio.c: - winio.c:
blank_edit(): Added wrefresh call to edit so that screen updates (like blank_edit():
on ^L) actually work. Added wrefresh call to edit so that screen updates (like on ^L)
xplustabs(), xpt(), strlenpt(): Fixed off-by-one buglets. (Adam Rogoyski) actually work.
xplustabs(), xpt(), strlenpt():
Fixed off-by-one buglets. (Adam Rogoyski)
nano-0.8.7 - 2000.03.01 nano-0.8.7 - 2000.03.01
- main.c: - main.c:
do_wrap(): Better fix for segfaults, and fix for lines being wrapped do_wrap():
to a single character on one line when no good place to Better fix for segfaults, and fix for lines being wrapped
break the line exists, and for wrapping lines longer than to a single character on one line when no good place to break
COLS. the line exists, and for wrapping lines longer than COLS.
- nano.1.html: - nano.1.html:
Html version of man page, now included in dist. For Html version of man page, now included in dist. For
the benefit of nano packages in Linux distributions. the benefit of nano packages in Linux distributions.
@ -8026,7 +8027,8 @@ nano-0.8.6 - 2000.02.24
nano-0.8.5 - 2000.02.18 nano-0.8.5 - 2000.02.18
- nano.c: - nano.c:
main(): Finally fixed tilde being input on page up/down keys in main():
Finally fixed tilde being input on page up/down keys in
certain terminal types. Fix was input 26->91->5[34] check certain terminal types. Fix was input 26->91->5[34] check
for 126, if so make the kbinput PAGE UP/DOWN, else unget for 126, if so make the kbinput PAGE UP/DOWN, else unget
the keystroke and continue. Added #include <ioctl.h> for the keystroke and continue. Added #include <ioctl.h> for
@ -8040,7 +8042,7 @@ nano-0.8.5 - 2000.02.18
edit_refresh() is now unmanageably complex, and must be edit_refresh() is now unmanageably complex, and must be
revamped. revamped.
check_statblank(): check_statblank():
Added check for constupdate, makes things less choppy Added check for constupdate, makes things less choppy.
(Adam Rogoyski) (Adam Rogoyski)
nano-0.8.4 - 2000.02.11 nano-0.8.4 - 2000.02.11
@ -8051,7 +8053,8 @@ nano-0.8.4 - 2000.02.11
Removed redundant NANO_CONTROL_H from backspace shortcut, Removed redundant NANO_CONTROL_H from backspace shortcut,
added char 127 which should have been there. added char 127 which should have been there.
- nano.c: - nano.c:
main(): Fix for loops looping until MAIN_LEN, added -1 to stop main():
Fix for loops looping until MAIN_LEN, added -1 to stop
segfaults. (Adam Rogoyski) segfaults. (Adam Rogoyski)
- Makefile.am: Added all source filenames. (Adam Rogoyski) - Makefile.am: Added all source filenames. (Adam Rogoyski)
- nano.1: Fixed mail addressed and added mailing list address. - nano.1: Fixed mail addressed and added mailing list address.
@ -8059,13 +8062,15 @@ nano-0.8.4 - 2000.02.11
nano-0.8.3 - 2000.02.08 nano-0.8.3 - 2000.02.08
- New Pico mode (-p, --pico), toggles (more) compatibility with the - New Pico mode (-p, --pico), toggles (more) compatibility with the
Pico messages displayed in the shortcut list. Note that there are still Pico messages displayed in the shortcut list. Note that there are
small differences in this mode. still small differences in this mode.
- nano.h: New shortcut struct format, for the benefit of i18n and - nano.h:
New shortcut struct format, for the benefit of i18n and
our help menu. Removed shortcut message macros, they are our help menu. Removed shortcut message macros, they are
now all in shortcut_init in global.c. now all in shortcut_init in global.c.
- nano.c: - nano.c:
do_wrap(): Removed resetting of current_x when we are in fact do_wrap():
Removed resetting of current_x when we are in fact
wrapping to the next line, fixes a bug in -i mode. wrapping to the next line, fixes a bug in -i mode.
do_enter(): do_enter():
Rewrote the autoindent mode code to be a lot less pretty, Rewrote the autoindent mode code to be a lot less pretty,
@ -8118,7 +8123,8 @@ nano-0.8.1 - 2000.01.28
global variable fill, affects check_wrap(), do_wrap(), main(), usage(), global variable fill, affects check_wrap(), do_wrap(), main(), usage(),
global.c and proto.h. global.c and proto.h.
- nano.c: - nano.c:
write_file(): Added (incredibly) necessary check for EPERM when write_file():
Added (incredibly) necessary check for EPERM when
link() fails. This allows us to actually save link() fails. This allows us to actually save
files via rename() on filesystems that don't files via rename() on filesystems that don't
support hard links (AIEEEEEE). support hard links (AIEEEEEE).
@ -8138,7 +8144,7 @@ nano-0.8.0 - 2000.01.25
- View flag (-v, --view) implemented. Global variable view_mode, affects - View flag (-v, --view) implemented. Global variable view_mode, affects
main loop of nano.c and new_file(). (Chris) main loop of nano.c and new_file(). (Chris)
- nano.c: - nano.c:
split checks for TERMIOS_H and TERMIO_H up so we Split checks for TERMIOS_H and TERMIO_H up so we
can (theoretically) include them both, which is good. can (theoretically) include them both, which is good.
handle_sigwinch(): handle_sigwinch():
Added check for ncurses.h. (Andy Kahn) Added check for ncurses.h. (Andy Kahn)
@ -8256,7 +8262,6 @@ nano 0.7.6 - 2000.01.15
than one huge buffer, and replaced the strcat at the end than one huge buffer, and replaced the strcat at the end
with an index variable. Added call to read_bytes(). with an index variable. Added call to read_bytes().
do_next_word(): New function, binding is Ctrl-Space (0). (Chris) do_next_word(): New function, binding is Ctrl-Space (0). (Chris)
- winio.c: - winio.c:
bottombars(): Fixed non-expanding shortcut keys at bottom of screen. bottombars(): Fixed non-expanding shortcut keys at bottom of screen.
(formula is extra space needed = COLS / 6 - 13). (formula is extra space needed = COLS / 6 - 13).