]> git.wh0rd.org Git - nano.git/log
nano.git
18 years agoanother comment fix
David Lawrence Ramsey [Tue, 29 Nov 2005 05:52:49 +0000 (05:52 +0000)]
another comment fix

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

18 years agocosmetic fixes
David Lawrence Ramsey [Tue, 29 Nov 2005 05:48:06 +0000 (05:48 +0000)]
cosmetic fixes

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

18 years agocomment fix
David Lawrence Ramsey [Tue, 29 Nov 2005 05:39:31 +0000 (05:39 +0000)]
comment fix

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

18 years agoin execute_command(), instead of hardcoding /bin/sh as the shell to use
David Lawrence Ramsey [Tue, 29 Nov 2005 05:21:06 +0000 (05:21 +0000)]
in execute_command(), instead of hardcoding /bin/sh as the shell to use
when executing a command, use $SHELL, and only fall back to /bin/sh if
$SHELL isn't set

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

18 years agoadd missing update
David Lawrence Ramsey [Tue, 29 Nov 2005 04:27:07 +0000 (04:27 +0000)]
add missing update

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

18 years agosort more configure options consistently
David Lawrence Ramsey [Tue, 29 Nov 2005 04:25:57 +0000 (04:25 +0000)]
sort more configure options consistently

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

18 years agoin configure.ac, disable wrapping entirely when --enable-tiny is used,
David Lawrence Ramsey [Tue, 29 Nov 2005 04:17:53 +0000 (04:17 +0000)]
in configure.ac, disable wrapping entirely when --enable-tiny is used,
as it matches the FAQ, it makes nano even smaller, and it eliminates the
need for --disable-wrapping-as-root in that case (in which it's
impossible to turn wrapping back on without nanorc support)

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

18 years agoin version(), if DISABLE_WRAPPING is defined, the code in
David Lawrence Ramsey [Tue, 29 Nov 2005 04:16:43 +0000 (04:16 +0000)]
in version(), if DISABLE_WRAPPING is defined, the code in
DISABLE_ROOTWRAP #ifdefs isn't included, so don't display
"--disable-wrapping-as-root" in that case

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

18 years agoadjust copyright notices in all source files to account for Chris'
David Lawrence Ramsey [Mon, 28 Nov 2005 19:35:29 +0000 (19:35 +0000)]
adjust copyright notices in all source files to account for Chris'
reassigning the 2005-2006 copyright on nano to me

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

18 years agomore miscellaneous do_wrap() fixes
David Lawrence Ramsey [Fri, 25 Nov 2005 13:48:09 +0000 (13:48 +0000)]
more miscellaneous do_wrap() fixes

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

18 years agoproperly update the revision date
David Lawrence Ramsey [Wed, 23 Nov 2005 05:47:06 +0000 (05:47 +0000)]
properly update the revision date

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

18 years agomerge one last update
David Lawrence Ramsey [Wed, 23 Nov 2005 05:46:10 +0000 (05:46 +0000)]
merge one last update

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

18 years agoremove redundant code
David Lawrence Ramsey [Tue, 22 Nov 2005 22:08:01 +0000 (22:08 +0000)]
remove redundant code

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

18 years agotweak do_wrap() to remove the assumption that the file always ends in a
David Lawrence Ramsey [Tue, 22 Nov 2005 21:48:24 +0000 (21:48 +0000)]
tweak do_wrap() to remove the assumption that the file always ends in a
magicline

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

18 years agoin break_line(), only include the newline parameter if DISABLE_HELP
David Lawrence Ramsey [Tue, 22 Nov 2005 21:13:36 +0000 (21:13 +0000)]
in break_line(), only include the newline parameter if DISABLE_HELP
isn't defined, as it's only used then

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

18 years agoin configure.ac, clarify description of --disable-speller
David Lawrence Ramsey [Tue, 22 Nov 2005 20:24:22 +0000 (20:24 +0000)]
in configure.ac, clarify description of --disable-speller

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

18 years agopreemptively update the version number
David Lawrence Ramsey [Mon, 21 Nov 2005 21:45:07 +0000 (21:45 +0000)]
preemptively update the version number

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

18 years agoin faq.html, clarify section 5.3 to better explain how to enable Unicode
David Lawrence Ramsey [Mon, 21 Nov 2005 20:08:42 +0000 (20:08 +0000)]
in faq.html, clarify section 5.3 to better explain how to enable Unicode
support, and remove the mention of quirks, since they turned out to not
be a nano problem

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

18 years agomerge a few minor updates from nano.1 into rnano.1
David Lawrence Ramsey [Mon, 21 Nov 2005 16:16:38 +0000 (16:16 +0000)]
merge a few minor updates from nano.1 into rnano.1

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

18 years agoAdd rnano manpage from Thijs.
Jordi Mallach [Mon, 21 Nov 2005 09:36:11 +0000 (09:36 +0000)]
Add rnano manpage from Thijs.

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

18 years agoin nano.1, make one non-bold instance of "nano" bold, for consistency
David Lawrence Ramsey [Mon, 21 Nov 2005 03:36:29 +0000 (03:36 +0000)]
in nano.1, make one non-bold instance of "nano" bold, for consistency

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

18 years agoin faq.html, add a new section 5.3 to explain the status of nano's
David Lawrence Ramsey [Sat, 19 Nov 2005 06:14:31 +0000 (06:14 +0000)]
in faq.html, add a new section 5.3 to explain the status of nano's
Unicode support

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

18 years agomiscellaneous minor fixes
David Lawrence Ramsey [Fri, 18 Nov 2005 20:21:48 +0000 (20:21 +0000)]
miscellaneous minor fixes

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

18 years agomore comment fixes
David Lawrence Ramsey [Thu, 17 Nov 2005 18:58:56 +0000 (18:58 +0000)]
more comment fixes

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

18 years agocomment fixes
David Lawrence Ramsey [Thu, 17 Nov 2005 04:13:01 +0000 (04:13 +0000)]
comment fixes

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

18 years agoadd missing documentation
David Lawrence Ramsey [Thu, 17 Nov 2005 03:53:58 +0000 (03:53 +0000)]
add missing documentation

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

18 years agodocumentation fix: the LGPLed ngetdelim() and ngetline() functions are
David Lawrence Ramsey [Thu, 17 Nov 2005 03:52:00 +0000 (03:52 +0000)]
documentation fix: the LGPLed ngetdelim() and ngetline() functions are
converted to the GPL not only to avoid including a copy of the LGPL, but
also because the changes made to integrate these functions with nano
make them dependent on nano's GPLed functions and hence useless
elsewhere

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

18 years agoin get_prompt_string(), adjust #ifdefs to leave out disabled keys
David Lawrence Ramsey [Wed, 16 Nov 2005 21:34:46 +0000 (21:34 +0000)]
in get_prompt_string(), adjust #ifdefs to leave out disabled keys
entirely instead of keeping enough code to just ignore them

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

18 years agobreakage and comment fixes
David Lawrence Ramsey [Wed, 16 Nov 2005 13:57:21 +0000 (13:57 +0000)]
breakage and comment fixes

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

18 years agorefactor the statusbar prompt's bracket searching code to be closer to
David Lawrence Ramsey [Wed, 16 Nov 2005 13:45:41 +0000 (13:45 +0000)]
refactor the statusbar prompt's bracket searching code to be closer to
the edit window's bracket searching code

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

18 years agocomment fix
David Lawrence Ramsey [Wed, 16 Nov 2005 08:14:16 +0000 (08:14 +0000)]
comment fix

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

18 years agomiscellaneous documentation fixes
David Lawrence Ramsey [Wed, 16 Nov 2005 07:35:01 +0000 (07:35 +0000)]
miscellaneous documentation fixes

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

18 years agoadd missing changelog entry
David Lawrence Ramsey [Wed, 16 Nov 2005 06:42:11 +0000 (06:42 +0000)]
add missing changelog entry

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

18 years agoonly include code related to whole word searches when DISABLE_SPELLER
David Lawrence Ramsey [Wed, 16 Nov 2005 05:59:06 +0000 (05:59 +0000)]
only include code related to whole word searches when DISABLE_SPELLER
isn't defined, as only the internal spell checker uses it

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

18 years agoin do_justify(), don't save current_y and restore it if the user
David Lawrence Ramsey [Wed, 16 Nov 2005 04:41:31 +0000 (04:41 +0000)]
in do_justify(), don't save current_y and restore it if the user
unjustifies, as the reset_cursor() called by edit_refresh() after
restoring edittop and current will ensure that current_y is restored to
its original value

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

18 years agocomment fix
David Lawrence Ramsey [Wed, 16 Nov 2005 04:26:33 +0000 (04:26 +0000)]
comment fix

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

18 years agoadd the ability to do bracket searches at the statusbar prompt
David Lawrence Ramsey [Wed, 16 Nov 2005 04:14:03 +0000 (04:14 +0000)]
add the ability to do bracket searches at the statusbar prompt

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

18 years agoremove unneeded variable
David Lawrence Ramsey [Wed, 16 Nov 2005 03:54:22 +0000 (03:54 +0000)]
remove unneeded variable

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

18 years agoin reset_statusbar_cursor(), fix cursor placement problem by modeling
David Lawrence Ramsey [Wed, 16 Nov 2005 03:14:11 +0000 (03:14 +0000)]
in reset_statusbar_cursor(), fix cursor placement problem by modeling
the code more closely after reset_cursor()

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

18 years agoin do_statusbar_input(), fix misplaced break when handling
David Lawrence Ramsey [Wed, 16 Nov 2005 02:45:10 +0000 (02:45 +0000)]
in do_statusbar_input(), fix misplaced break when handling
NANO_VERBATIM_KEY

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

18 years agooverhaul the bracket searching code so that it no longer requires regex
David Lawrence Ramsey [Tue, 15 Nov 2005 23:45:29 +0000 (23:45 +0000)]
overhaul the bracket searching code so that it no longer requires regex
support to work, and add some miscellaneous search code cleanups

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

18 years agoremove unneeded blank line
David Lawrence Ramsey [Tue, 15 Nov 2005 21:58:06 +0000 (21:58 +0000)]
remove unneeded blank line

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

18 years agocomment fix
David Lawrence Ramsey [Tue, 15 Nov 2005 21:29:05 +0000 (21:29 +0000)]
comment fix

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

18 years agocosmetic fix
David Lawrence Ramsey [Tue, 15 Nov 2005 20:32:18 +0000 (20:32 +0000)]
cosmetic fix

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

18 years agoin mbstrchr(), detect the case where the character isn't found in the
David Lawrence Ramsey [Tue, 15 Nov 2005 19:01:07 +0000 (19:01 +0000)]
in mbstrchr(), detect the case where the character isn't found in the
string more accurately

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

18 years agocosmetic fix
David Lawrence Ramsey [Tue, 15 Nov 2005 18:42:56 +0000 (18:42 +0000)]
cosmetic fix

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

18 years agocomment fix
David Lawrence Ramsey [Tue, 15 Nov 2005 06:47:22 +0000 (06:47 +0000)]
comment fix

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

18 years agorename the NANO_SMALL #define to NANO_TINY
David Lawrence Ramsey [Tue, 15 Nov 2005 03:17:35 +0000 (03:17 +0000)]
rename the NANO_SMALL #define to NANO_TINY

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

18 years agoper Mike Frysinger's patch, don't install the localized versions of the
David Lawrence Ramsey [Tue, 15 Nov 2005 02:39:20 +0000 (02:39 +0000)]
per Mike Frysinger's patch, don't install the localized versions of the
manpages if nano is built with --disable-nls

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

18 years agoformatting fix
David Lawrence Ramsey [Tue, 15 Nov 2005 02:09:03 +0000 (02:09 +0000)]
formatting fix

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

18 years agofor functions originally adapted from other sources, invoke LGPL clause
David Lawrence Ramsey [Mon, 14 Nov 2005 23:02:03 +0000 (23:02 +0000)]
for functions originally adapted from other sources, invoke LGPL clause
3 to convert all LGPLed functions to GPLed ones, so that we don't have
to include a copy of the LGPL

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

18 years agofix copyright years on source files; all functions in browser.c were
David Lawrence Ramsey [Mon, 14 Nov 2005 22:20:35 +0000 (22:20 +0000)]
fix copyright years on source files; all functions in browser.c were
originally added in 2001; the oldest function in color.c is
do_colorinit() (now color_init()), which was originally added in 2001;
the oldest function in chars.c is revstrstr(), which was originally
added in 2001; the oldest function in help.c is do_help(), which was
originally added in 2000; the oldest function in prompt.c is statusq()
(now do_prompt()), which was originally added before 0.6.6, which was
apparently in 1999; all functions in rcfile.c were originally added in
2001; one of the oldest functions in search.c is do_search(), which was
originally added in 0.2.7, which was apparently in 1999; and one of the
oldest functions in text.c is do_wrap(), which was originally added in
0.3.1, which was apparently in 1999; also, for functions originally
adapted from other sources, add notices from the original files, as we
do with the tab completion functions adapted from busybox

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

18 years agocosmetic fixes
David Lawrence Ramsey [Mon, 14 Nov 2005 21:32:42 +0000 (21:32 +0000)]
cosmetic fixes

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

18 years agoremove unneeded blank line
David Lawrence Ramsey [Sun, 13 Nov 2005 07:05:37 +0000 (07:05 +0000)]
remove unneeded blank line

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

18 years agocosmetic fixes
David Lawrence Ramsey [Sat, 12 Nov 2005 20:04:18 +0000 (20:04 +0000)]
cosmetic fixes

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

19 years agowhen building, automatically generate an HTML version of the info page,
David Lawrence Ramsey [Sat, 12 Nov 2005 07:50:03 +0000 (07:50 +0000)]
when building, automatically generate an HTML version of the info page,
nano.html

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

19 years agoin nano.texi, fix inconsistent punctuation
David Lawrence Ramsey [Sat, 12 Nov 2005 07:23:39 +0000 (07:23 +0000)]
in nano.texi, fix inconsistent punctuation

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

19 years agoin get_page_start(), fix test so that we scroll through the line in
David Lawrence Ramsey [Sat, 12 Nov 2005 05:20:14 +0000 (05:20 +0000)]
in get_page_start(), fix test so that we scroll through the line in
8-character chunks when COLS is greater than 8, not when COLS is greater
than 9

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

19 years agochangelog fix
David Lawrence Ramsey [Fri, 11 Nov 2005 17:05:27 +0000 (17:05 +0000)]
changelog fix

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

19 years agoin nano.texi, add more wording fixes, sort the configure options more
David Lawrence Ramsey [Fri, 11 Nov 2005 17:04:17 +0000 (17:04 +0000)]
in nano.texi, add more wording fixes, sort the configure options more
consistently, and add missing --disable-utf8 option

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

19 years agoin nano.texi, per Mike Frysinger's patch, add missing configure options,
David Lawrence Ramsey [Fri, 11 Nov 2005 16:42:45 +0000 (16:42 +0000)]
in nano.texi, per Mike Frysinger's patch, add missing configure options,
so that all of them are documented

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

19 years agocomment fix
David Lawrence Ramsey [Fri, 11 Nov 2005 05:21:38 +0000 (05:21 +0000)]
comment fix

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

19 years agofix the last of the breakage (I hope) in find_paragraph() and
David Lawrence Ramsey [Fri, 11 Nov 2005 05:13:28 +0000 (05:13 +0000)]
fix the last of the breakage (I hope) in find_paragraph() and
do_justify()

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

19 years agofix still more find_paragraph() breakage
David Lawrence Ramsey [Fri, 11 Nov 2005 04:14:33 +0000 (04:14 +0000)]
fix still more find_paragraph() breakage

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

19 years agofix more find_paragraph() breakage
David Lawrence Ramsey [Fri, 11 Nov 2005 03:55:52 +0000 (03:55 +0000)]
fix more find_paragraph() breakage

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

19 years agofix yet more do_justify() breakage
David Lawrence Ramsey [Fri, 11 Nov 2005 03:17:44 +0000 (03:17 +0000)]
fix yet more do_justify() breakage

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

19 years agofix still more do_justify() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 21:57:56 +0000 (21:57 +0000)]
fix still more do_justify() breakage

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

19 years agofix more do_justify() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 21:53:46 +0000 (21:53 +0000)]
fix more do_justify() breakage

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

19 years agofix breakage in both backup_lines() and do_justify(); the latter's
David Lawrence Ramsey [Thu, 10 Nov 2005 21:20:32 +0000 (21:20 +0000)]
fix breakage in both backup_lines() and do_justify(); the latter's
return value is unneeded, as current will point to the same line when
it's done, and making first_par_line point to current in the former
ensures that the two will properly stay in sync

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

19 years agomore cosmetic fixes
David Lawrence Ramsey [Thu, 10 Nov 2005 19:56:26 +0000 (19:56 +0000)]
more cosmetic fixes

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

19 years agofix more do_justify() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 19:28:27 +0000 (19:28 +0000)]
fix more do_justify() breakage

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

19 years agorevert change to do_justify(), since it's used when fileage may be
David Lawrence Ramsey [Thu, 10 Nov 2005 16:46:50 +0000 (16:46 +0000)]
revert change to do_justify(), since it's used when fileage may be
temporarily out of range

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

19 years agouse more intuitive descriptions for the scrolling keys
David Lawrence Ramsey [Thu, 10 Nov 2005 07:40:55 +0000 (07:40 +0000)]
use more intuitive descriptions for the scrolling keys

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

19 years agomore comment fixes
David Lawrence Ramsey [Thu, 10 Nov 2005 07:11:51 +0000 (07:11 +0000)]
more comment fixes

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

19 years agocomment fix
David Lawrence Ramsey [Thu, 10 Nov 2005 06:25:01 +0000 (06:25 +0000)]
comment fix

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

19 years agofix still more find_paragraph() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 06:19:47 +0000 (06:19 +0000)]
fix still more find_paragraph() breakage

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

19 years agomore do_justify() fixes
David Lawrence Ramsey [Thu, 10 Nov 2005 06:07:57 +0000 (06:07 +0000)]
more do_justify() fixes

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

19 years agofix yet more do_justify() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 06:01:41 +0000 (06:01 +0000)]
fix yet more do_justify() breakage

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

19 years agocomment fixes
David Lawrence Ramsey [Thu, 10 Nov 2005 05:26:37 +0000 (05:26 +0000)]
comment fixes

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

19 years agorevert change to edit_update(), since it's used when fileage may be
David Lawrence Ramsey [Thu, 10 Nov 2005 05:20:25 +0000 (05:20 +0000)]
revert change to edit_update(), since it's used when fileage may be
temporarily out of range, and fix a comment

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

19 years agotweak do_wrap(), remove_magicline(), edit_scroll(), and edit_update() to
David Lawrence Ramsey [Thu, 10 Nov 2005 04:27:30 +0000 (04:27 +0000)]
tweak do_wrap(), remove_magicline(), edit_scroll(), and edit_update() to
rely on fileage and filebot instead of NULL for their checks to detect
the top or bottom of the file

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

19 years agocomment fix
David Lawrence Ramsey [Thu, 10 Nov 2005 04:14:51 +0000 (04:14 +0000)]
comment fix

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

19 years agotweak do_justify() to rely on fileage instead of NULL for its check to
David Lawrence Ramsey [Thu, 10 Nov 2005 04:03:05 +0000 (04:03 +0000)]
tweak do_justify() to rely on fileage instead of NULL for its check to
detect the top of the file

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

19 years agofix still *more* backup_lines() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 03:40:45 +0000 (03:40 +0000)]
fix still *more* backup_lines() breakage

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

19 years agofix still more backup_lines() breakage
David Lawrence Ramsey [Thu, 10 Nov 2005 03:32:59 +0000 (03:32 +0000)]
fix still more backup_lines() breakage

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

19 years agofix still more backup_lines() breakage
David Lawrence Ramsey [Wed, 9 Nov 2005 23:27:51 +0000 (23:27 +0000)]
fix still more backup_lines() breakage

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

19 years agomore do_justify() breakage fixes, and miscellaneous comment fixes
David Lawrence Ramsey [Wed, 9 Nov 2005 23:06:44 +0000 (23:06 +0000)]
more do_justify() breakage fixes, and miscellaneous comment fixes

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

19 years agofix more backup_lines() breakage
David Lawrence Ramsey [Wed, 9 Nov 2005 22:59:51 +0000 (22:59 +0000)]
fix more backup_lines() breakage

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

19 years agofix break_lines() breakage
David Lawrence Ramsey [Wed, 9 Nov 2005 22:42:37 +0000 (22:42 +0000)]
fix break_lines() breakage

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

19 years agofix more find_paragraph() breakage
David Lawrence Ramsey [Wed, 9 Nov 2005 21:53:21 +0000 (21:53 +0000)]
fix more find_paragraph() breakage

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

19 years agocosmetic fixes
David Lawrence Ramsey [Wed, 9 Nov 2005 20:33:42 +0000 (20:33 +0000)]
cosmetic fixes

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

19 years agofix more do_justify() breakage
David Lawrence Ramsey [Wed, 9 Nov 2005 20:17:12 +0000 (20:17 +0000)]
fix more do_justify() breakage

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

19 years agofix breakage in find_paragraph() and do_justify()
David Lawrence Ramsey [Wed, 9 Nov 2005 19:51:48 +0000 (19:51 +0000)]
fix breakage in find_paragraph() and do_justify()

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

19 years agoadd comment
David Lawrence Ramsey [Wed, 9 Nov 2005 19:22:29 +0000 (19:22 +0000)]
add comment

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

19 years agotweak find_paragraph() and do_justify() to remove the assumption that
David Lawrence Ramsey [Wed, 9 Nov 2005 19:06:01 +0000 (19:06 +0000)]
tweak find_paragraph() and do_justify() to remove the assumption that
the file always ends in a magicline; note that the latter isn't
completely fixed yet

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

19 years agofinish tweaking backup_lines() to remove the assumption that the file
David Lawrence Ramsey [Wed, 9 Nov 2005 18:58:04 +0000 (18:58 +0000)]
finish tweaking backup_lines() to remove the assumption that the file
always ends in a magicline, and add documentation fixes

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

19 years agominor backup_lines() cleanups
David Lawrence Ramsey [Wed, 9 Nov 2005 18:49:16 +0000 (18:49 +0000)]
minor backup_lines() cleanups

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

19 years agotweak begpar() to rely on fileage instead of NULL for its check to
David Lawrence Ramsey [Wed, 9 Nov 2005 18:26:44 +0000 (18:26 +0000)]
tweak begpar() to rely on fileage instead of NULL for its check to
detect the top of the file, and make it return NULL if foo is NULL, just
as inpar() does

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

19 years agocomment fix
David Lawrence Ramsey [Wed, 9 Nov 2005 17:01:33 +0000 (17:01 +0000)]
comment fix

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

19 years agoin get_next_filename(), store the value of digits(ULONG_MAX) in a
David Lawrence Ramsey [Wed, 9 Nov 2005 15:13:00 +0000 (15:13 +0000)]
in get_next_filename(), store the value of digits(ULONG_MAX) in a
static, since it doesn't change and hence doesn't need to be
recalculated

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