docs: fix some spellos and trim some trailing tabs in the old Changelog
parent
f8841f0927
commit
4a073a0f3e
|
@ -251,7 +251,7 @@ GNU nano 1.9.99pre1 - 2006.08.29
|
||||||
and NetBSD 3.0's curses.h, which breaks compilation on those
|
and NetBSD 3.0's curses.h, which breaks compilation on those
|
||||||
systems. Changes to do_page_up(), do_page_down(), do_up(),
|
systems. Changes to do_page_up(), do_page_down(), do_up(),
|
||||||
do_down(), nano.h, and edit_scroll(). (DLR; found by Daniel
|
do_down(), nano.h, and edit_scroll(). (DLR; found by Daniel
|
||||||
Richard G. and Adam Wysocki, repectively)
|
Richard G. and Adam Wysocki, respectively)
|
||||||
- Rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING.
|
- Rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING.
|
||||||
(DLR)
|
(DLR)
|
||||||
- When using slang 2.x, call SLutf8_enable() with an argument of
|
- When using slang 2.x, call SLutf8_enable() with an argument of
|
||||||
|
@ -875,7 +875,7 @@ GNU nano 1.3.12 - 2006.06.26
|
||||||
"$" displayed at the beginning of the line. (DLR)
|
"$" displayed at the beginning of the line. (DLR)
|
||||||
statusbar()
|
statusbar()
|
||||||
- Blank the statusbar after 26 keystrokes instead of 25, for
|
- Blank the statusbar after 26 keystrokes instead of 25, for
|
||||||
conpatibility with Pico. (DLR)
|
compatibility with Pico. (DLR)
|
||||||
edit_draw()
|
edit_draw()
|
||||||
- Properly ignore zero-length regexes in multi-line regexes as
|
- Properly ignore zero-length regexes in multi-line regexes as
|
||||||
well as single-line ones. This avoids a segfault when trying
|
well as single-line ones. This avoids a segfault when trying
|
||||||
|
@ -1613,7 +1613,7 @@ GNU nano 1.3.9 - 2005.10.23
|
||||||
wrefresh() calls to wnoutrefresh() calls, except for those in
|
wrefresh() calls to wnoutrefresh() calls, except for those in
|
||||||
total_update() and do_credits(); call doupdate() just before
|
total_update() and do_credits(); call doupdate() just before
|
||||||
using blocking input, since nano spends the most time using
|
using blocking input, since nano spends the most time using
|
||||||
it, for blocking input; and only do constant sursor position
|
it, for blocking input; and only do constant cursor position
|
||||||
display if we're just about to use blocking input. Changes to
|
display if we're just about to use blocking input. Changes to
|
||||||
input_tab(), do_browser(), do_output(), main(),
|
input_tab(), do_browser(), do_output(), main(),
|
||||||
get_key_buffer(), check_statusblank(), nanogetstr(),
|
get_key_buffer(), check_statusblank(), nanogetstr(),
|
||||||
|
@ -2654,8 +2654,8 @@ GNU nano 1.3.6 - 2005.03.20
|
||||||
a few miscellaneous tweaks.
|
a few miscellaneous tweaks.
|
||||||
- Overhaul the rcfile parsing code to make it simpler and more
|
- Overhaul the rcfile parsing code to make it simpler and more
|
||||||
accurate, remove now-redundant checks from the color code,
|
accurate, remove now-redundant checks from the color code,
|
||||||
change the COLOR_SYNTAX toggle to the NO_COLOR_SYMTAX toggle,
|
change the COLOR_SYNTAX toggle to the NO_COLOR_SYNTAX toggle,
|
||||||
and improve various debugging messsages. Changes to
|
and improve various debugging messages. Changes to
|
||||||
set_colorpairs(), do_colorinit(), parse_next_word(),
|
set_colorpairs(), do_colorinit(), parse_next_word(),
|
||||||
parse_argument(), colortoint(), parse_next_regex(),
|
parse_argument(), colortoint(), parse_next_regex(),
|
||||||
parse_syntax(), parse_colors(), parse_rcfile(), do_rcfile(),
|
parse_syntax(), parse_colors(), parse_rcfile(), do_rcfile(),
|
||||||
|
@ -2798,14 +2798,14 @@ GNU nano 1.3.6 - 2005.03.20
|
||||||
worked just as well and was less complicated. (DLR)
|
worked just as well and was less complicated. (DLR)
|
||||||
get_mouseinput()
|
get_mouseinput()
|
||||||
- Return TRUE instead of FALSE only when we have a control key,
|
- Return TRUE instead of FALSE only when we have a control key,
|
||||||
a prinary meta key sequence, or both. (DLR)
|
a primary meta key sequence, or both. (DLR)
|
||||||
get_shortcut()
|
get_shortcut()
|
||||||
- Add a debug message. (DLR)
|
- Add a debug message. (DLR)
|
||||||
- Take kbinput as a reference instead of a value, so that it's
|
- Take kbinput as a reference instead of a value, so that it's
|
||||||
translated when the key is translated to its equivalent
|
translated when the key is translated to its equivalent
|
||||||
control key or meta key shortcut. (DLR)
|
control key or meta key shortcut. (DLR)
|
||||||
- Return s instead of NULL only when we have a control key, a
|
- Return s instead of NULL only when we have a control key, a
|
||||||
prinary meta key sequence, or both. (DLR)
|
primary meta key sequence, or both. (DLR)
|
||||||
get_toggle()
|
get_toggle()
|
||||||
- Add a debug message. (DLR)
|
- Add a debug message. (DLR)
|
||||||
bottombars()
|
bottombars()
|
||||||
|
@ -3373,7 +3373,7 @@ GNU nano 1.3.4 - 2004.08.17
|
||||||
- Don't treat the return value of strn?(case)?cmp() as boolean.
|
- Don't treat the return value of strn?(case)?cmp() as boolean.
|
||||||
(DLR and David Benbennick)
|
(DLR and David Benbennick)
|
||||||
- Automatically install a symlink "rnano" pointing to nano.
|
- Automatically install a symlink "rnano" pointing to nano.
|
||||||
Changes to src/Marefile.am. (DLR)
|
Changes to src/Makefile.am. (DLR)
|
||||||
- Move the static int pid to the beginning of nano.c with all
|
- Move the static int pid to the beginning of nano.c with all
|
||||||
the other static variables. (DLR)
|
the other static variables. (DLR)
|
||||||
- Consolidate some if blocks to remove some redundant code.
|
- Consolidate some if blocks to remove some redundant code.
|
||||||
|
@ -3529,7 +3529,7 @@ GNU nano 1.3.4 - 2004.08.17
|
||||||
Benbennick) DLR: Renamed from parse_int() to parse_num() and
|
Benbennick) DLR: Renamed from parse_int() to parse_num() and
|
||||||
converted to use ssize_t instead of int.
|
converted to use ssize_t instead of int.
|
||||||
nstrnicmp()
|
nstrnicmp()
|
||||||
- Remove code chacking for n's being less than 0 that will never
|
- Remove code checking for n's being less than 0 that will never
|
||||||
be run, since n is a size_t and is hence unsigned. (David
|
be run, since n is a size_t and is hence unsigned. (David
|
||||||
Benbennick)
|
Benbennick)
|
||||||
ngetdelim(), ngetline()
|
ngetdelim(), ngetline()
|
||||||
|
@ -4643,7 +4643,7 @@ GNU nano 1.3.0 - 2003.10.22
|
||||||
Handle Ctrl-{ to Ctrl-~ correctly, and drop support for
|
Handle Ctrl-{ to Ctrl-~ correctly, and drop support for
|
||||||
converting Esc ` to Esc Space, since making Meta-[key]
|
converting Esc ` to Esc Space, since making Meta-[key]
|
||||||
correspond to Ctrl-[key] in all cases is inconsistent due to
|
correspond to Ctrl-[key] in all cases is inconsistent due to
|
||||||
the different natures of Contol and Meta key sequences. (DLR)
|
the different natures of Control and Meta key sequences. (DLR)
|
||||||
do_first_line()
|
do_first_line()
|
||||||
- Call edit_update() with TOP instead of CENTER; both do the
|
- Call edit_update() with TOP instead of CENTER; both do the
|
||||||
same thing, but it works faster with TOP. (DLR)
|
same thing, but it works faster with TOP. (DLR)
|
||||||
|
@ -4920,7 +4920,7 @@ GNU nano 1.1.99pre3 - 2003.02.13
|
||||||
getpw* may not be reliable (and its slower).
|
getpw* may not be reliable (and its slower).
|
||||||
- search.c:
|
- search.c:
|
||||||
do_gotoline()
|
do_gotoline()
|
||||||
- Only goto_abort() if we *didnt* abort the command, making
|
- Only goto_abort() if we *didn't* abort the command, making
|
||||||
the function seem horribly misnamed ;-) (David Benbennick).
|
the function seem horribly misnamed ;-) (David Benbennick).
|
||||||
- winio.c:
|
- winio.c:
|
||||||
browser_init(), striponedir(), do_browse_from()
|
browser_init(), striponedir(), do_browse_from()
|
||||||
|
@ -4968,7 +4968,7 @@ GNU nano 1.1.99pre2 - 2003.02.03
|
||||||
of nanogetstr with keys like ^Y and ^V. New arg
|
of nanogetstr with keys like ^Y and ^V. New arg
|
||||||
resetpos to nanogetstr(), added static int
|
resetpos to nanogetstr(), added static int
|
||||||
resetpos in statusq() (bug found by DLR).
|
resetpos in statusq() (bug found by DLR).
|
||||||
- Fix constant curos updates from obliterating other
|
- Fix constant curpos updates from obliterating other
|
||||||
system messages, and fix statusbar message length.
|
system messages, and fix statusbar message length.
|
||||||
Affects files.c:load_open_file(), nano.c:main(),
|
Affects files.c:load_open_file(), nano.c:main(),
|
||||||
search.c:findnextstr(), winio.c:statusbar() and
|
search.c:findnextstr(), winio.c:statusbar() and
|
||||||
|
@ -4981,7 +4981,7 @@ GNU nano 1.1.99pre2 - 2003.02.03
|
||||||
- Move regcomp into rcfile.c rather than each display refresh
|
- Move regcomp into rcfile.c rather than each display refresh
|
||||||
of winio.c. New function rcfile.c:nregcomp().
|
of winio.c. New function rcfile.c:nregcomp().
|
||||||
This fixes much of nano's resource hogging behavior
|
This fixes much of nano's resource hogging behavior
|
||||||
in syntax higlighting. (David Benbennick).
|
in syntax highlighting. (David Benbennick).
|
||||||
- Fix justify failing for certain lines, new function
|
- Fix justify failing for certain lines, new function
|
||||||
nano.c:breakable() (David Benbennick).
|
nano.c:breakable() (David Benbennick).
|
||||||
- Fix screen getting trashed on signals nano can catch
|
- Fix screen getting trashed on signals nano can catch
|
||||||
|
@ -5671,7 +5671,7 @@ GNU nano 1.1.10 - 2002.07.25
|
||||||
toggle_init()
|
toggle_init()
|
||||||
- Remove global entries for search toggles, as they aren't really
|
- Remove global entries for search toggles, as they aren't really
|
||||||
global. (DLR)
|
global. (DLR)
|
||||||
- Don't reinititialize the toggles if they've already been
|
- Don't reinitialize the toggles if they've already been
|
||||||
initialized; it's unnecessary and even causes a segfault in
|
initialized; it's unnecessary and even causes a segfault in
|
||||||
do_toggle() if Pico emulation mode is the toggle in question.
|
do_toggle() if Pico emulation mode is the toggle in question.
|
||||||
Don't free the toggles here, either; it's unnecessary after the
|
Don't free the toggles here, either; it's unnecessary after the
|
||||||
|
@ -6193,7 +6193,7 @@ nano-1.1.6 - 2002.01.25
|
||||||
- Moved some comments and braces around so color can work
|
- Moved some comments and braces around so color can work
|
||||||
w/slang (DLR).
|
w/slang (DLR).
|
||||||
- global.c:
|
- global.c:
|
||||||
shorcut_init()
|
shortcut_init()
|
||||||
- Replace hard coded ALT_G and ALT_H values in the replace
|
- Replace hard coded ALT_G and ALT_H values in the replace
|
||||||
and goto shortcuts with their macro counterparts NANO_ALT_*_KEY.
|
and goto shortcuts with their macro counterparts NANO_ALT_*_KEY.
|
||||||
- nano.c:
|
- nano.c:
|
||||||
|
@ -6287,7 +6287,7 @@ nano-1.1.5 - 2002.01.05
|
||||||
die()
|
die()
|
||||||
- Only save files that were modified (David Lawrence Ramsey).
|
- Only save files that were modified (David Lawrence Ramsey).
|
||||||
do_cont()
|
do_cont()
|
||||||
- Run signal_init() after doupdate() so ^Y wont suddenly
|
- Run signal_init() after doupdate() so ^Y won't suddenly
|
||||||
start suspending after returning from ^Z suspend in Hurd.
|
start suspending after returning from ^Z suspend in Hurd.
|
||||||
signal_init()
|
signal_init()
|
||||||
- Unconditionally disable VDSUSP if it exists, stops ^Y
|
- Unconditionally disable VDSUSP if it exists, stops ^Y
|
||||||
|
@ -6390,7 +6390,7 @@ nano-1.1.4 - 2001.12.11
|
||||||
- po/sv.po:
|
- po/sv.po:
|
||||||
- Swedish translation updates (Christian Rose).
|
- Swedish translation updates (Christian Rose).
|
||||||
- po/da.po:
|
- po/da.po:
|
||||||
- Danish translation updates (Keld Simonse).
|
- Danish translation updates (Keld Simonsen).
|
||||||
- po/es.po:
|
- po/es.po:
|
||||||
- Spanish translation updates (Jordi).
|
- Spanish translation updates (Jordi).
|
||||||
- po/fr.po:
|
- po/fr.po:
|
||||||
|
@ -6423,7 +6423,7 @@ nano-1.1.3 - 2001.10.26
|
||||||
the GNU one.
|
the GNU one.
|
||||||
- files.c:
|
- files.c:
|
||||||
- Added status messages for converted DOS and Mac files.
|
- Added status messages for converted DOS and Mac files.
|
||||||
People should know that their file wasnt normally formatted.
|
People should know that their file wasn't normally formatted.
|
||||||
load_file()
|
load_file()
|
||||||
- Status message when trying to load an already loaded file with multiple
|
- Status message when trying to load an already loaded file with multiple
|
||||||
buffers (David Lawrence Ramsey).
|
buffers (David Lawrence Ramsey).
|
||||||
|
@ -6477,7 +6477,7 @@ nano-1.1.2 - 2001.10.03
|
||||||
David Lawrence Ramsey.
|
David Lawrence Ramsey.
|
||||||
- Bracket (brace, parens, etc) matching code by Ken Tyler.
|
- Bracket (brace, parens, etc) matching code by Ken Tyler.
|
||||||
New functions do_find_bracket(), changes to findnextstr(),
|
New functions do_find_bracket(), changes to findnextstr(),
|
||||||
command is Meta-] (hope you dont mind since I already sold off
|
command is Meta-] (hope you don't mind since I already sold off
|
||||||
Meta-O to the MacOS file code Ken...) Fixes to bracket_msg
|
Meta-O to the MacOS file code Ken...) Fixes to bracket_msg
|
||||||
by DLR.
|
by DLR.
|
||||||
- Call do_gotopos from do_alt_spell() to keep position
|
- Call do_gotopos from do_alt_spell() to keep position
|
||||||
|
@ -7672,7 +7672,7 @@ nano-0.9.11 - 2000.06.20
|
||||||
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
|
||||||
|
@ -8117,7 +8117,7 @@ nano-0.8.1 - 2000.01.28
|
||||||
- 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 dont
|
files via rename() on filesystems that don't
|
||||||
support hard links (AIEEEEEE).
|
support hard links (AIEEEEEE).
|
||||||
do_goto():
|
do_goto():
|
||||||
Fixed a stupid mistake where we were calling
|
Fixed a stupid mistake where we were calling
|
||||||
|
@ -8333,7 +8333,7 @@ nano 0.7.6 - 2000.01.15
|
||||||
0.5.3 Added check for malloc.h. Implementing uncut from marker slowly.
|
0.5.3 Added check for malloc.h. Implementing uncut from marker slowly.
|
||||||
Fixed a few bugs in do_uncut when not uncutting from marked text.
|
Fixed a few bugs in do_uncut when not uncutting from marked text.
|
||||||
I would not trust your data with the mark code right now, but then
|
I would not trust your data with the mark code right now, but then
|
||||||
we're not at version 1.0 yet so dont trust anything ;)
|
we're not at version 1.0 yet so don't trust anything ;)
|
||||||
0.5.2 Added reset_cursor() before end of update_line so cursor doesn't
|
0.5.2 Added reset_cursor() before end of update_line so cursor doesn't
|
||||||
jump after each keystroke entered. Select text stubbed. Fixed
|
jump after each keystroke entered. Select text stubbed. Fixed
|
||||||
a bug in total_refresh(). Setting a mark will highlight properly,
|
a bug in total_refresh(). Setting a mark will highlight properly,
|
||||||
|
|
Loading…
Reference in New Issue