]> git.wh0rd.org Git - nano.git/log
nano.git
18 years agoper Benno Schulenberg's patch, with a few tweaks by me, add miscellaneous
David Lawrence Ramsey [Wed, 24 May 2006 21:07:10 +0000 (21:07 +0000)]
per Benno Schulenberg's patch, with a few tweaks by me, add miscellaneous
minor fixes to nanorc.sample

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3562 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoper Benno Schulenberg's patch with some additions of mine, explain the
David Lawrence Ramsey [Wed, 24 May 2006 20:55:44 +0000 (20:55 +0000)]
per Benno Schulenberg's patch with some additions of mine, explain the
mouse support in more detail, and sync the text of its description across
all documentation

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3561 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agofix more breakage
David Lawrence Ramsey [Wed, 24 May 2006 20:39:03 +0000 (20:39 +0000)]
fix more breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3560 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore cleanly ignore unhandled meta key sequences and escape sequences;
David Lawrence Ramsey [Wed, 24 May 2006 19:48:03 +0000 (19:48 +0000)]
more cleanly ignore unhandled meta key sequences and escape sequences;
to get this to work properly, add a shortcut for moving to the next
search/replace string

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3559 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agodon't call wrap_reset() if we use verbatim input
David Lawrence Ramsey [Wed, 24 May 2006 18:36:38 +0000 (18:36 +0000)]
don't call wrap_reset() if we use verbatim input

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3558 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoper Benno Schulenberg's patch, fix the statusbar's not blanking properly
David Lawrence Ramsey [Wed, 24 May 2006 18:23:21 +0000 (18:23 +0000)]
per Benno Schulenberg's patch, fix the statusbar's not blanking properly
after verbatim input

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3557 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agofix breakage
David Lawrence Ramsey [Wed, 24 May 2006 18:10:41 +0000 (18:10 +0000)]
fix breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3556 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocapitalization fixes
David Lawrence Ramsey [Wed, 24 May 2006 17:37:39 +0000 (17:37 +0000)]
capitalization fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3555 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoignore unhandled meta key sequences and escape sequences, and indicate
David Lawrence Ramsey [Wed, 24 May 2006 17:36:00 +0000 (17:36 +0000)]
ignore unhandled meta key sequences and escape sequences, and indicate
it on the statusbar when we get an unhandled shortcut or toggle, as Pico
does

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3554 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore miscellaneous documentation fixes
David Lawrence Ramsey [Tue, 23 May 2006 16:23:10 +0000 (16:23 +0000)]
more miscellaneous documentation fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3553 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore various wording fixes
David Lawrence Ramsey [Tue, 23 May 2006 16:17:37 +0000 (16:17 +0000)]
more various wording fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3552 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fix
David Lawrence Ramsey [Mon, 22 May 2006 18:30:09 +0000 (18:30 +0000)]
comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoadd missing blank line to the help text when NANO_TINY is defined and
David Lawrence Ramsey [Mon, 22 May 2006 18:28:20 +0000 (18:28 +0000)]
add missing blank line to the help text when NANO_TINY is defined and
DISABLE_HELP isn't, plus a formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3550 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoadd missing #ifdef
David Lawrence Ramsey [Mon, 22 May 2006 15:45:24 +0000 (15:45 +0000)]
add missing #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3549 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoavoid unnecessary scrolling when moving to the last line of the help
David Lawrence Ramsey [Mon, 22 May 2006 02:23:56 +0000 (02:23 +0000)]
avoid unnecessary scrolling when moving to the last line of the help
text

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3548 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agohandle prepending of wrapped text in one place instead of many, so that
David Lawrence Ramsey [Mon, 22 May 2006 02:08:49 +0000 (02:08 +0000)]
handle prepending of wrapped text in one place instead of many, so that
it always works consistently

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3547 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fix
David Lawrence Ramsey [Mon, 22 May 2006 01:29:30 +0000 (01:29 +0000)]
cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3546 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore comment fixes
David Lawrence Ramsey [Mon, 22 May 2006 01:26:24 +0000 (01:26 +0000)]
more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3545 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fix
David Lawrence Ramsey [Mon, 22 May 2006 01:24:09 +0000 (01:24 +0000)]
comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3544 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoper Benno Schulenberg's patch, add more shortcut description and
David Lawrence Ramsey [Sun, 21 May 2006 21:37:21 +0000 (21:37 +0000)]
per Benno Schulenberg's patch, add more shortcut description and
translator comment tweaks

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3543 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoper Benno Schulenberg's patch, in nano.texi, change all occurrences of
David Lawrence Ramsey [Sun, 21 May 2006 21:32:13 +0000 (21:32 +0000)]
per Benno Schulenberg's patch, in nano.texi, change all occurrences of
"file name" to "filename"

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3542 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agohandle statusbar blanking in one place instead of many, so that it
David Lawrence Ramsey [Sun, 21 May 2006 21:23:21 +0000 (21:23 +0000)]
handle statusbar blanking in one place instead of many, so that it
always works consistently, per Benno Schulenberg's patch (with a few
tweaks of mine); also, blank the statusbar after 26 keystrokes instead
of 25, for compatibility with Pico

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3541 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agovarious miscellaneous cutting fixes
David Lawrence Ramsey [Sun, 21 May 2006 20:03:43 +0000 (20:03 +0000)]
various miscellaneous cutting fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3540 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin do_input(), don't blow away the cutbuffer when the shortcut we get is
David Lawrence Ramsey [Sun, 21 May 2006 17:58:08 +0000 (17:58 +0000)]
in do_input(), don't blow away the cutbuffer when the shortcut we get is
do_cut_till_end()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3539 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin nanorc.sample, further simplify the "groff" regexes
David Lawrence Ramsey [Sun, 21 May 2006 17:51:54 +0000 (17:51 +0000)]
in nanorc.sample, further simplify the "groff" regexes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3538 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin nanorc.sample, remove unneeded foreground color for the Java source
David Lawrence Ramsey [Sun, 21 May 2006 17:27:04 +0000 (17:27 +0000)]
in nanorc.sample, remove unneeded foreground color for the Java source
regex used to highlight trailing whitespace, since we now support
background colors without foreground colors

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3537 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agowording fix
David Lawrence Ramsey [Sun, 21 May 2006 17:15:41 +0000 (17:15 +0000)]
wording fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoproperly highlight the "include" command
David Lawrence Ramsey [Sun, 21 May 2006 17:15:06 +0000 (17:15 +0000)]
properly highlight the "include" command

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3535 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin nanorc.sample, replace instances of "\w" with its equivalent
David Lawrence Ramsey [Sun, 21 May 2006 16:50:16 +0000 (16:50 +0000)]
in nanorc.sample, replace instances of "\w" with its equivalent
"[0-9A-Za-z_]", and instances of "\W" with its equivalent
"[^0-9A-Za-z_]", for greater readability

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3534 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoremove unneeded blank line
David Lawrence Ramsey [Sat, 20 May 2006 17:29:14 +0000 (17:29 +0000)]
remove unneeded blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3533 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin get_control_kbinput(), fix Ctrl-? breakage
David Lawrence Ramsey [Sat, 20 May 2006 17:19:09 +0000 (17:19 +0000)]
in get_control_kbinput(), fix Ctrl-? breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3532 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fix
David Lawrence Ramsey [Sat, 20 May 2006 13:11:56 +0000 (13:11 +0000)]
cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3531 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin break_line(), handle newlines consistently when searching for the
David Lawrence Ramsey [Fri, 19 May 2006 23:27:16 +0000 (23:27 +0000)]
in break_line(), handle newlines consistently when searching for the
last blank in the first group of blanks in the range of (goal - 1)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3530 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin help_init(), add various wording fixes
David Lawrence Ramsey [Fri, 19 May 2006 23:07:02 +0000 (23:07 +0000)]
in help_init(), add various wording fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3529 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin display_string(), properly display double-column characters if
David Lawrence Ramsey [Fri, 19 May 2006 17:50:01 +0000 (17:50 +0000)]
in display_string(), properly display double-column characters if
they're past the first virtual page and their first column is covered by
the "$" displayed at the beginning of the line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3528 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoreally fix handling of NANO_CONTROL_8
David Lawrence Ramsey [Fri, 19 May 2006 14:26:16 +0000 (14:26 +0000)]
really fix handling of NANO_CONTROL_8

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3527 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin src/Makefile.am, if we're uninstalling, remove the "rnano" symlink
David Lawrence Ramsey [Thu, 18 May 2006 20:18:36 +0000 (20:18 +0000)]
in src/Makefile.am, if we're uninstalling, remove the "rnano" symlink

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3526 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fixes
David Lawrence Ramsey [Thu, 18 May 2006 17:50:08 +0000 (17:50 +0000)]
comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3525 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agowording fix
David Lawrence Ramsey [Thu, 18 May 2006 17:29:34 +0000 (17:29 +0000)]
wording fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3524 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin break_line(), fix problem where tab widths in columns are always
David Lawrence Ramsey [Thu, 18 May 2006 17:28:16 +0000 (17:28 +0000)]
in break_line(), fix problem where tab widths in columns are always
calculated as tabsize

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3523 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoupdate TODO and UPGRADE for nano 2.0, since we're now in a feature
David Lawrence Ramsey [Wed, 17 May 2006 13:38:07 +0000 (13:38 +0000)]
update TODO and UPGRADE for nano 2.0, since we're now in a feature
freeze

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3522 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoAdded Irish translation from the TP.
Jordi Mallach [Wed, 17 May 2006 06:54:47 +0000 (06:54 +0000)]
Added Irish translation from the TP.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3521 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoimprove NANO_REFRESH_KEY handling
David Lawrence Ramsey [Mon, 15 May 2006 15:17:50 +0000 (15:17 +0000)]
improve NANO_REFRESH_KEY handling

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3520 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fixes
David Lawrence Ramsey [Mon, 15 May 2006 14:47:16 +0000 (14:47 +0000)]
cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agotypo fix
David Lawrence Ramsey [Mon, 15 May 2006 14:34:11 +0000 (14:34 +0000)]
typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3518 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoremove unneeded blank lines
David Lawrence Ramsey [Mon, 15 May 2006 14:16:55 +0000 (14:16 +0000)]
remove unneeded blank lines

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3517 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment and formatting fixes
David Lawrence Ramsey [Sun, 14 May 2006 18:22:01 +0000 (18:22 +0000)]
comment and formatting fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3516 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin help_init(), properly use mbstrlen() instead of strlen() when
David Lawrence Ramsey [Sun, 14 May 2006 17:48:01 +0000 (17:48 +0000)]
in help_init(), properly use mbstrlen() instead of strlen() when
calculating the amount of space available for "^Space" and "M-Space"

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoremove unneeded whitespace
David Lawrence Ramsey [Sun, 14 May 2006 15:38:54 +0000 (15:38 +0000)]
remove unneeded whitespace

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3514 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore documentation updates from Benno Schulenberg, with a few tweaks and
David Lawrence Ramsey [Sun, 14 May 2006 15:19:38 +0000 (15:19 +0000)]
more documentation updates from Benno Schulenberg, with a few tweaks and
additions by me

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3513 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fixes
David Lawrence Ramsey [Sat, 13 May 2006 18:06:43 +0000 (18:06 +0000)]
cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3512 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agofix copyright notice in do_credits()
David Lawrence Ramsey [Sat, 13 May 2006 16:32:24 +0000 (16:32 +0000)]
fix copyright notice in do_credits()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3511 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore comment fixes
David Lawrence Ramsey [Sat, 13 May 2006 15:03:09 +0000 (15:03 +0000)]
more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fixes
David Lawrence Ramsey [Sat, 13 May 2006 14:59:17 +0000 (14:59 +0000)]
comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3509 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agofix bad #ifdef
David Lawrence Ramsey [Sat, 13 May 2006 13:02:14 +0000 (13:02 +0000)]
fix bad #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3508 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agotypo fix
David Lawrence Ramsey [Fri, 12 May 2006 23:59:01 +0000 (23:59 +0000)]
typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3507 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomiscellaneous cosmetic fixes
David Lawrence Ramsey [Fri, 12 May 2006 19:30:28 +0000 (19:30 +0000)]
miscellaneous cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3506 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin faq.html, make the link to the nano CVS page a bit more readable
David Lawrence Ramsey [Fri, 12 May 2006 15:36:32 +0000 (15:36 +0000)]
in faq.html, make the link to the nano CVS page a bit more readable

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3505 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agotypo fix
David Lawrence Ramsey [Fri, 12 May 2006 14:04:08 +0000 (14:04 +0000)]
typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3504 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agodrop the Meta-] and Meta-[ aliases for Meta-} and Meta-}, and change the
David Lawrence Ramsey [Fri, 12 May 2006 12:37:53 +0000 (12:37 +0000)]
drop the Meta-] and Meta-[ aliases for Meta-} and Meta-}, and change the
shortcut to find the matching bracket from Ctrl-] back to Meta-], since
Ctrl-] is used as the telnet escape key

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3503 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fix
David Lawrence Ramsey [Thu, 11 May 2006 12:42:08 +0000 (12:42 +0000)]
cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3502 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fix
David Lawrence Ramsey [Thu, 11 May 2006 11:13:54 +0000 (11:13 +0000)]
cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3501 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin free_chararray(), assert that array isn't NULL, for consistency with
David Lawrence Ramsey [Thu, 11 May 2006 01:53:33 +0000 (01:53 +0000)]
in free_chararray(), assert that array isn't NULL, for consistency with
the other free_.*() functions; also fix potential memory corruption
problem when copying text

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3500 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agofix bracket matching breakage in do_statusbar_input() since its shortcut
David Lawrence Ramsey [Thu, 11 May 2006 00:58:26 +0000 (00:58 +0000)]
fix bracket matching breakage in do_statusbar_input() since its shortcut
was changed to Ctrl-]

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3499 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agostill more comment fixes
David Lawrence Ramsey [Wed, 10 May 2006 16:09:36 +0000 (16:09 +0000)]
still more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3498 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agomore comment fixes
David Lawrence Ramsey [Wed, 10 May 2006 16:03:59 +0000 (16:03 +0000)]
more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3497 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoavoid unnecessary state saving for when we resize
David Lawrence Ramsey [Wed, 10 May 2006 15:15:06 +0000 (15:15 +0000)]
avoid unnecessary state saving for when we resize

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3496 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoallow unjustifying if we resize the window immediately after justifying,
David Lawrence Ramsey [Wed, 10 May 2006 13:41:53 +0000 (13:41 +0000)]
allow unjustifying if we resize the window immediately after justifying,
as Pico does, and make input handling across resizes more consistent

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3495 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin do_(statusbar_)?input(), remove redundant check for allow_funcs'
David Lawrence Ramsey [Wed, 10 May 2006 13:06:58 +0000 (13:06 +0000)]
in do_(statusbar_)?input(), remove redundant check for allow_funcs'
being TRUE when we get KEY_MOUSE

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3494 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoformatting fixes
David Lawrence Ramsey [Wed, 10 May 2006 12:48:47 +0000 (12:48 +0000)]
formatting fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3493 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin browser_refresh(), make sure the highlighting of the currently
David Lawrence Ramsey [Wed, 10 May 2006 12:37:15 +0000 (12:37 +0000)]
in browser_refresh(), make sure the highlighting of the currently
selected file or directory respects the -D/--boldtext option

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3492 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agosimplify
David Lawrence Ramsey [Wed, 10 May 2006 04:17:21 +0000 (04:17 +0000)]
simplify

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3491 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin browser_refresh(), change variable i from an int to a size_t in order
David Lawrence Ramsey [Wed, 10 May 2006 03:57:16 +0000 (03:57 +0000)]
in browser_refresh(), change variable i from an int to a size_t in order
to match selected, which it's compared against

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3490 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fixes
David Lawrence Ramsey [Wed, 10 May 2006 03:44:49 +0000 (03:44 +0000)]
cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3489 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fixes
David Lawrence Ramsey [Wed, 10 May 2006 03:40:17 +0000 (03:40 +0000)]
comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3488 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoUpdated Dutch translation by Benno Schulenberg.
Jordi Mallach [Tue, 9 May 2006 23:25:25 +0000 (23:25 +0000)]
Updated Dutch translation by Benno Schulenberg.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3487 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin usage(), fix inaccuracies in the usage example
David Lawrence Ramsey [Mon, 8 May 2006 19:55:18 +0000 (19:55 +0000)]
in usage(), fix inaccuracies in the usage example

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3486 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fix
David Lawrence Ramsey [Mon, 8 May 2006 16:25:12 +0000 (16:25 +0000)]
cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3485 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin edit_draw(), properly ignore zero-length regexes in multi-line
David Lawrence Ramsey [Mon, 8 May 2006 15:57:04 +0000 (15:57 +0000)]
in edit_draw(), properly ignore zero-length regexes in multi-line
regexes as well as single-line ones; this avoids a segfault when trying
to color e.g. "start="$" end="$""

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3484 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoformatting fix
David Lawrence Ramsey [Mon, 8 May 2006 15:19:42 +0000 (15:19 +0000)]
formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3483 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoper Benno Schulenberg's patch (with a few tweaks by me), add a new
David Lawrence Ramsey [Mon, 8 May 2006 14:12:36 +0000 (14:12 +0000)]
per Benno Schulenberg's patch (with a few tweaks by me), add a new
section 4.5, and move all section 4 entries after it down one number, to
explain a problem that can occur when holding down keys to generate Meta
sequences; also add a few more capitalization and wording fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3482 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agotypo fix
David Lawrence Ramsey [Mon, 8 May 2006 13:18:01 +0000 (13:18 +0000)]
typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3481 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fixes
David Lawrence Ramsey [Sat, 6 May 2006 15:31:32 +0000 (15:31 +0000)]
comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3480 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoadd the ability to move to the first and last file in the file browser
David Lawrence Ramsey [Sat, 6 May 2006 15:07:26 +0000 (15:07 +0000)]
add the ability to move to the first and last file in the file browser
via Meta-\ (Meta-|) and Meta-/ (Meta-?)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3479 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoanother formatting fix
David Lawrence Ramsey [Sat, 6 May 2006 14:37:33 +0000 (14:37 +0000)]
another formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3478 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoremove various redundant key checks
David Lawrence Ramsey [Sat, 6 May 2006 13:41:59 +0000 (13:41 +0000)]
remove various redundant key checks

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3477 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agofix do_help() meta key breakage
David Lawrence Ramsey [Sat, 6 May 2006 02:51:33 +0000 (02:51 +0000)]
fix do_help() meta key breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3476 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fix
David Lawrence Ramsey [Sat, 6 May 2006 02:42:42 +0000 (02:42 +0000)]
cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3475 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoadd the ability to move to the first and last line of the help text via
David Lawrence Ramsey [Sat, 6 May 2006 02:26:18 +0000 (02:26 +0000)]
add the ability to move to the first and last line of the help text via
Meta-\ (Meta-|) and Meta-/ (Meta-?)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3474 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agowording fix
David Lawrence Ramsey [Sat, 6 May 2006 02:25:32 +0000 (02:25 +0000)]
wording fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3473 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoformatting fix
David Lawrence Ramsey [Sat, 6 May 2006 02:22:02 +0000 (02:22 +0000)]
formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3472 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocomment fix
David Lawrence Ramsey [Fri, 5 May 2006 15:43:52 +0000 (15:43 +0000)]
comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3471 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin do_indent_marked(), only use line_indent and line_indent_len when
David Lawrence Ramsey [Fri, 5 May 2006 15:41:43 +0000 (15:41 +0000)]
in do_indent_marked(), only use line_indent and line_indent_len when
necessary

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3470 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agobetter handle position shifting when indenting marked text
David Lawrence Ramsey [Fri, 5 May 2006 15:20:36 +0000 (15:20 +0000)]
better handle position shifting when indenting marked text

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3469 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agobetter handle position shifting when unindenting marked text
David Lawrence Ramsey [Fri, 5 May 2006 14:22:42 +0000 (14:22 +0000)]
better handle position shifting when unindenting marked text

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3468 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agotypo fix
David Lawrence Ramsey [Thu, 4 May 2006 03:18:58 +0000 (03:18 +0000)]
typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3467 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoclarify error messages
David Lawrence Ramsey [Wed, 3 May 2006 13:11:00 +0000 (13:11 +0000)]
clarify error messages

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3466 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agotypo fix
David Lawrence Ramsey [Wed, 3 May 2006 12:59:05 +0000 (12:59 +0000)]
typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3465 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agoin faq.html, add a new section 4.4, and move all section 4 entries after
David Lawrence Ramsey [Tue, 2 May 2006 00:08:13 +0000 (00:08 +0000)]
in faq.html, add a new section 4.4, and move all section 4 entries after
it down one number, to explain how to deal with problems typing Meta-[;
also add a few capitalization and wording fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3464 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

18 years agocosmetic fixes
David Lawrence Ramsey [Mon, 1 May 2006 17:14:25 +0000 (17:14 +0000)]
cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3463 35c25a1d-7b9e-4130-9fde-d3aeb78583b8