]> git.wh0rd.org Git - nano.git/log
nano.git
17 years agoreplace the current hackish check for a UTF-8 locale with a proper call
David Lawrence Ramsey [Fri, 25 May 2007 14:39:40 +0000 (14:39 +0000)]
replace the current hackish check for a UTF-8 locale with a proper call
to nl_langinfo()

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

17 years agomore various mouse support-related simplifications
David Lawrence Ramsey [Tue, 22 May 2007 17:20:28 +0000 (17:20 +0000)]
more various mouse support-related simplifications

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

17 years agofix changelog entry
David Lawrence Ramsey [Tue, 22 May 2007 17:18:06 +0000 (17:18 +0000)]
fix changelog entry

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

17 years agovarious mouse support-related simplifications, improvements, and fixes
David Lawrence Ramsey [Sun, 20 May 2007 23:41:56 +0000 (23:41 +0000)]
various mouse support-related simplifications, improvements, and fixes

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

17 years agofix changelog entry
David Lawrence Ramsey [Tue, 15 May 2007 19:33:56 +0000 (19:33 +0000)]
fix changelog entry

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

17 years agoin do_mouseinput(), add mouse wheel support, per Helmut Jarausch's
David Lawrence Ramsey [Tue, 15 May 2007 18:04:25 +0000 (18:04 +0000)]
in do_mouseinput(), add mouse wheel support, per Helmut Jarausch's
suggestion

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

17 years agoin TODO, add entries for fixing limitations with pasting text and
David Lawrence Ramsey [Mon, 23 Apr 2007 15:39:01 +0000 (15:39 +0000)]
in TODO, add entries for fixing limitations with pasting text and
handling bad/incomplete UTF-8 sequences

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

17 years agostill more cosmetic fixes
David Lawrence Ramsey [Mon, 23 Apr 2007 14:03:28 +0000 (14:03 +0000)]
still more cosmetic fixes

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

17 years agoin backup_lines(), avoid a segfault when the mark begins and ends on the
David Lawrence Ramsey [Sun, 22 Apr 2007 15:04:05 +0000 (15:04 +0000)]
in backup_lines(), avoid a segfault when the mark begins and ends on the
line after the last line of the paragraph

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

17 years agoone last cosmetic fix
David Lawrence Ramsey [Sat, 21 Apr 2007 20:33:56 +0000 (20:33 +0000)]
one last cosmetic fix

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

17 years agorevert erroneous change
David Lawrence Ramsey [Sat, 21 Apr 2007 20:24:16 +0000 (20:24 +0000)]
revert erroneous change

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

17 years agofurther simplify do_writeout()
David Lawrence Ramsey [Sat, 21 Apr 2007 20:13:06 +0000 (20:13 +0000)]
further simplify do_writeout()

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

17 years agoin do_writeout(), if we're in restricted mode, we're not allowed to
David Lawrence Ramsey [Sat, 21 Apr 2007 18:57:47 +0000 (18:57 +0000)]
in do_writeout(), if we're in restricted mode, we're not allowed to
write selections to files, so don't display the "Write Selection to
File" prompt

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

17 years agocomment fix
David Lawrence Ramsey [Sat, 21 Apr 2007 18:53:38 +0000 (18:53 +0000)]
comment fix

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

17 years agosimplify do_writeout()
David Lawrence Ramsey [Sat, 21 Apr 2007 18:23:06 +0000 (18:23 +0000)]
simplify do_writeout()

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

17 years agoformatting fix
David Lawrence Ramsey [Fri, 20 Apr 2007 04:13:06 +0000 (04:13 +0000)]
formatting fix

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

17 years agoin tail(), remove unneeded if statement
David Lawrence Ramsey [Thu, 19 Apr 2007 04:12:54 +0000 (04:12 +0000)]
in tail(), remove unneeded if statement

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

17 years agoyet another cosmetic fix
David Lawrence Ramsey [Thu, 19 Apr 2007 03:53:23 +0000 (03:53 +0000)]
yet another cosmetic fix

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

17 years agostill more cosmetic fixes
David Lawrence Ramsey [Thu, 19 Apr 2007 03:23:16 +0000 (03:23 +0000)]
still more cosmetic fixes

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

17 years agomore cosmetic fixes
David Lawrence Ramsey [Thu, 19 Apr 2007 03:15:04 +0000 (03:15 +0000)]
more cosmetic fixes

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

17 years agoin doc/faq.html, add a new section 4.14 by John M. Gabriele, with a few
David Lawrence Ramsey [Wed, 18 Apr 2007 23:15:30 +0000 (23:15 +0000)]
in doc/faq.html, add a new section 4.14 by John M. Gabriele, with a few
tweaks of mine, to explain how autoindent affects pasted text

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

17 years agoanother cosmetic fix
David Lawrence Ramsey [Wed, 18 Apr 2007 19:25:00 +0000 (19:25 +0000)]
another cosmetic fix

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

17 years agocosmetic fix
David Lawrence Ramsey [Wed, 18 Apr 2007 19:16:08 +0000 (19:16 +0000)]
cosmetic fix

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

17 years agofix various file-saving bugs
David Lawrence Ramsey [Wed, 18 Apr 2007 19:09:44 +0000 (19:09 +0000)]
fix various file-saving bugs

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

17 years agofix various file- and rcfile-opening bugs
David Lawrence Ramsey [Wed, 18 Apr 2007 18:22:13 +0000 (18:22 +0000)]
fix various file- and rcfile-opening bugs

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

17 years agosimplify real_dir_from_tilde()
David Lawrence Ramsey [Wed, 18 Apr 2007 17:13:36 +0000 (17:13 +0000)]
simplify real_dir_from_tilde()

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

17 years agoin parse_kbinput(), interpret Cancel and Shift-Cancel
David Lawrence Ramsey [Wed, 18 Apr 2007 14:06:34 +0000 (14:06 +0000)]
in parse_kbinput(), interpret Cancel and Shift-Cancel

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

17 years agoin get_escape_seq_kbinput(), add missing comments
David Lawrence Ramsey [Wed, 18 Apr 2007 13:48:37 +0000 (13:48 +0000)]
in get_escape_seq_kbinput(), add missing comments

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

17 years agofix changelog entries
David Lawrence Ramsey [Wed, 18 Apr 2007 13:45:57 +0000 (13:45 +0000)]
fix changelog entries

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

17 years agoin input_tab(), don't bother checking if num_matches is less than zero,
David Lawrence Ramsey [Tue, 17 Apr 2007 18:12:19 +0000 (18:12 +0000)]
in input_tab(), don't bother checking if num_matches is less than zero,
as it's a size_t and hence unsigned

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

17 years agoin real_dir_from_tilde(), fix long-standing problem where directory
David Lawrence Ramsey [Tue, 17 Apr 2007 04:38:30 +0000 (04:38 +0000)]
in real_dir_from_tilde(), fix long-standing problem where directory
names that began with "~", but that weren't users' home directories,
could be erroneously treated as users' home directories (e.g. "~d/"
would be treated as "~daemon/")

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

17 years agofix changelog entry
David Lawrence Ramsey [Tue, 17 Apr 2007 04:29:03 +0000 (04:29 +0000)]
fix changelog entry

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

17 years agoin get_real_dir_from_tilde(), fix segfault when dealing with directory
David Lawrence Ramsey [Tue, 17 Apr 2007 03:43:59 +0000 (03:43 +0000)]
in get_real_dir_from_tilde(), fix segfault when dealing with directory
names that begin with "~", but that aren't users' home directories

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

17 years agoper Mike Frysinger's patch with a few tweaks of mine, in
David Lawrence Ramsey [Wed, 11 Apr 2007 22:18:16 +0000 (22:18 +0000)]
per Mike Frysinger's patch with a few tweaks of mine, in
doc/syntax/asm.nanorc, doc/syntax/c.nanorc, and doc/syntax/sh.nanorc,
copy the regex that highlights trailing whitespace from
doc/syntax/java.nanorc to these files, as it's also useful in them

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

17 years agoin get_escape_seq_kbinput(), add escape sequences for Terminal
David Lawrence Ramsey [Wed, 4 Apr 2007 20:36:56 +0000 (20:36 +0000)]
in get_escape_seq_kbinput(), add escape sequences for Terminal

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

17 years agoupdate email address
David Lawrence Ramsey [Wed, 4 Apr 2007 20:00:24 +0000 (20:00 +0000)]
update email address

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

17 years agoper Benno Schulenberg's patch, in usage(), reword the description of the
David Lawrence Ramsey [Thu, 1 Feb 2007 15:25:29 +0000 (15:25 +0000)]
per Benno Schulenberg's patch, in usage(), reword the description of the
-S/--smooth command line option in order to differentiate it from the
associated toggle description

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

17 years agoper Benno Schulenberg's patch, in shortcut_init(), reword the movement
David Lawrence Ramsey [Thu, 1 Feb 2007 13:40:59 +0000 (13:40 +0000)]
per Benno Schulenberg's patch, in shortcut_init(), reword the movement
shortcut descriptions so that they use "Go to" instead of "Move to",
since not all of them move the cursor in the same way; and reword the
paragraph movement shortcut descriptions to more accurately describe how
they work

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

17 years agoMinor fix.
Jordi Mallach [Tue, 30 Jan 2007 19:48:52 +0000 (19:48 +0000)]
Minor fix.

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

17 years agoin Makefile.am, add ChangeLog.pre-2.1 to EXTRA_DIST
David Lawrence Ramsey [Mon, 29 Jan 2007 15:54:21 +0000 (15:54 +0000)]
in Makefile.am, add ChangeLog.pre-2.1 to EXTRA_DIST

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

17 years agorework the 2.0 and 2.1 branch changelogs to be more readable, per Jordi
David Lawrence Ramsey [Mon, 29 Jan 2007 15:45:50 +0000 (15:45 +0000)]
rework the 2.0 and 2.1 branch changelogs to be more readable, per Jordi
Mallach's suggestions

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

17 years agoin help_init(), add a missing space to the "Execute Command" help text
David Lawrence Ramsey [Mon, 29 Jan 2007 15:34:45 +0000 (15:34 +0000)]
in help_init(), add a missing space to the "Execute Command" help text

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

17 years agofork the 2.1 branch of nano
David Lawrence Ramsey [Mon, 29 Jan 2007 12:40:48 +0000 (12:40 +0000)]
fork the 2.1 branch of nano

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

17 years agoBack to CVS
David Lawrence Ramsey [Mon, 29 Jan 2007 12:35:44 +0000 (12:35 +0000)]
Back to CVS

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

17 years agoGNU nano 2.0.3 v2.0.3
David Lawrence Ramsey [Mon, 29 Jan 2007 12:33:45 +0000 (12:33 +0000)]
GNU nano 2.0.3

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

17 years agocosmetic fixes
David Lawrence Ramsey [Mon, 29 Jan 2007 12:19:24 +0000 (12:19 +0000)]
cosmetic fixes

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

17 years agoin ru.po, fix incorrect "Project-Id-Version" entry and misplaced space
David Lawrence Ramsey [Mon, 29 Jan 2007 12:18:36 +0000 (12:18 +0000)]
in ru.po, fix incorrect "Project-Id-Version" entry and misplaced space

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

17 years agoadd updated Russian translation
David Lawrence Ramsey [Mon, 29 Jan 2007 12:17:46 +0000 (12:17 +0000)]
add updated Russian translation

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

17 years agocosmetic fixes
David Lawrence Ramsey [Sun, 28 Jan 2007 20:20:30 +0000 (20:20 +0000)]
cosmetic fixes

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

17 years agoadd missing blank line
David Lawrence Ramsey [Sun, 28 Jan 2007 19:49:05 +0000 (19:49 +0000)]
add missing blank line

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

17 years agoupdate README.CVS for the 2.0 branch of nano
David Lawrence Ramsey [Sun, 28 Jan 2007 19:47:39 +0000 (19:47 +0000)]
update README.CVS for the 2.0 branch of nano

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

17 years agoformatting fixes
David Lawrence Ramsey [Sun, 28 Jan 2007 16:27:04 +0000 (16:27 +0000)]
formatting fixes

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

17 years agoformatting fix
David Lawrence Ramsey [Wed, 17 Jan 2007 16:24:24 +0000 (16:24 +0000)]
formatting fix

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

17 years agoin Makefile.am, add README.CVS to EXTRA_DIST, so that nano's CVS
David Lawrence Ramsey [Tue, 16 Jan 2007 19:09:11 +0000 (19:09 +0000)]
in Makefile.am, add README.CVS to EXTRA_DIST, so that nano's CVS
checkout instructions aren't only available in its CVS snapshots

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

17 years agocosmetic fixes
David Lawrence Ramsey [Tue, 16 Jan 2007 18:59:41 +0000 (18:59 +0000)]
cosmetic fixes

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

17 years agofix still more misplaced space
David Lawrence Ramsey [Sun, 14 Jan 2007 15:06:32 +0000 (15:06 +0000)]
fix still more misplaced space

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

17 years agofix yet more misplaced space
David Lawrence Ramsey [Sun, 14 Jan 2007 01:21:05 +0000 (01:21 +0000)]
fix yet more misplaced space

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

17 years agofix still more misplaced space
David Lawrence Ramsey [Sun, 14 Jan 2007 01:18:06 +0000 (01:18 +0000)]
fix still more misplaced space

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

17 years agofix more misplaced space
David Lawrence Ramsey [Sun, 14 Jan 2007 01:12:11 +0000 (01:12 +0000)]
fix more misplaced space

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

17 years agofix typos and/or misplaced space
David Lawrence Ramsey [Sat, 13 Jan 2007 20:39:19 +0000 (20:39 +0000)]
fix typos and/or misplaced space

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

17 years agofix typos and more misplaced space
David Lawrence Ramsey [Sat, 13 Jan 2007 20:05:23 +0000 (20:05 +0000)]
fix typos and more misplaced space

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

17 years agotypo fix
David Lawrence Ramsey [Sat, 13 Jan 2007 16:46:17 +0000 (16:46 +0000)]
typo fix

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

17 years agocosmetic fixes
David Lawrence Ramsey [Fri, 12 Jan 2007 02:58:12 +0000 (02:58 +0000)]
cosmetic fixes

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

17 years agoadd missing changelog entry
David Lawrence Ramsey [Thu, 11 Jan 2007 23:12:51 +0000 (23:12 +0000)]
add missing changelog entry

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

17 years agostill more miscellaneous comment fixes
David Lawrence Ramsey [Thu, 11 Jan 2007 23:11:46 +0000 (23:11 +0000)]
still more miscellaneous comment fixes

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

17 years agoin do_writeout(), when setting retval to the return value of
David Lawrence Ramsey [Thu, 11 Jan 2007 23:10:03 +0000 (23:10 +0000)]
in do_writeout(), when setting retval to the return value of
write_(marked_)?file(), use the "?" operator instead of an if/else
clause

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

17 years agoyet more miscellaneous comment fixes
David Lawrence Ramsey [Thu, 11 Jan 2007 22:54:55 +0000 (22:54 +0000)]
yet more miscellaneous comment fixes

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

17 years agomore miscellaneous minor fixes
David Lawrence Ramsey [Thu, 11 Jan 2007 22:46:22 +0000 (22:46 +0000)]
more miscellaneous minor fixes

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

17 years agostill more miscellaneous comment fixes
David Lawrence Ramsey [Thu, 11 Jan 2007 21:52:29 +0000 (21:52 +0000)]
still more miscellaneous comment fixes

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

17 years agomore miscellaneous comment fixes
David Lawrence Ramsey [Thu, 11 Jan 2007 21:47:06 +0000 (21:47 +0000)]
more miscellaneous comment fixes

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

17 years agomiscellaneous minor fixes
David Lawrence Ramsey [Thu, 11 Jan 2007 21:36:29 +0000 (21:36 +0000)]
miscellaneous minor fixes

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

17 years agosimplify the commands that generate HTML documentation in order to
David Lawrence Ramsey [Thu, 11 Jan 2007 19:32:32 +0000 (19:32 +0000)]
simplify the commands that generate HTML documentation in order to
remove unnecessary usage of cat

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

17 years agoadd missing changelog entry
David Lawrence Ramsey [Tue, 9 Jan 2007 23:42:50 +0000 (23:42 +0000)]
add missing changelog entry

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

17 years agomore miscellaneous comment fixes
David Lawrence Ramsey [Tue, 9 Jan 2007 23:42:34 +0000 (23:42 +0000)]
more miscellaneous comment fixes

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

17 years agotypo fix
David Lawrence Ramsey [Tue, 9 Jan 2007 23:40:24 +0000 (23:40 +0000)]
typo fix

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

17 years agomake regexp_init() return a bool instead of an int
David Lawrence Ramsey [Tue, 9 Jan 2007 23:35:02 +0000 (23:35 +0000)]
make regexp_init() return a bool instead of an int

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

17 years agomore miscellaneous comment fixes
David Lawrence Ramsey [Tue, 9 Jan 2007 22:56:56 +0000 (22:56 +0000)]
more miscellaneous comment fixes

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

17 years agodon't generate the HTML versions of the nanorc manpages if nano is built
David Lawrence Ramsey [Sat, 6 Jan 2007 23:21:24 +0000 (23:21 +0000)]
don't generate the HTML versions of the nanorc manpages if nano is built
without nanorc support

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

17 years agodon't install the nanorc manpages if nano is built without nanorc
David Lawrence Ramsey [Sat, 6 Jan 2007 18:06:02 +0000 (18:06 +0000)]
don't install the nanorc manpages if nano is built without nanorc
support

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

17 years agoin doc/man/fr/Makefile.am, set mandir before setting man_MANS, to more
David Lawrence Ramsey [Sat, 6 Jan 2007 16:23:34 +0000 (16:23 +0000)]
in doc/man/fr/Makefile.am, set mandir before setting man_MANS, to more
closely match doc/man/Makefile.am

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

17 years agotypo fix
David Lawrence Ramsey [Sat, 6 Jan 2007 13:00:59 +0000 (13:00 +0000)]
typo fix

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

17 years agofix misplaced space
David Lawrence Ramsey [Sat, 6 Jan 2007 12:59:03 +0000 (12:59 +0000)]
fix misplaced space

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

17 years agotypo fix
David Lawrence Ramsey [Tue, 2 Jan 2007 20:10:11 +0000 (20:10 +0000)]
typo fix

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

17 years agofix changelog entry
David Lawrence Ramsey [Mon, 1 Jan 2007 22:22:34 +0000 (22:22 +0000)]
fix changelog entry

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

17 years agoin doc/faq.html, update section 4.1 to describe how to open files with
David Lawrence Ramsey [Mon, 1 Jan 2007 16:57:57 +0000 (16:57 +0000)]
in doc/faq.html, update section 4.1 to describe how to open files with
names beginning with '+' at specified columns as well as lines

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

17 years agoimport the latest version of glib-2.0.m4
David Lawrence Ramsey [Mon, 1 Jan 2007 14:25:58 +0000 (14:25 +0000)]
import the latest version of glib-2.0.m4

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

17 years agomiscellaneous comment fixes
David Lawrence Ramsey [Mon, 1 Jan 2007 05:15:32 +0000 (05:15 +0000)]
miscellaneous comment fixes

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

17 years agomore miscellaneous cosmetic fixes
David Lawrence Ramsey [Sat, 30 Dec 2006 23:24:50 +0000 (23:24 +0000)]
more miscellaneous cosmetic fixes

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

17 years agoin README, add another cosmetic fix
David Lawrence Ramsey [Sat, 30 Dec 2006 23:23:02 +0000 (23:23 +0000)]
in README, add another cosmetic fix

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

17 years agopreemptively update the version number
David Lawrence Ramsey [Sat, 30 Dec 2006 23:07:22 +0000 (23:07 +0000)]
preemptively update the version number

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

17 years agoper Mike Frysinger's patch, in doc/syntax/python.nanorc, improve string
David Lawrence Ramsey [Sun, 24 Dec 2006 18:17:28 +0000 (18:17 +0000)]
per Mike Frysinger's patch, in doc/syntax/python.nanorc, improve string
highlighting regexes

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

17 years agoBack to CVS
David Lawrence Ramsey [Thu, 21 Dec 2006 02:48:02 +0000 (02:48 +0000)]
Back to CVS

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

17 years agoGNU nano 2.0.2 v2.0.2
David Lawrence Ramsey [Thu, 21 Dec 2006 02:47:14 +0000 (02:47 +0000)]
GNU nano 2.0.2

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

17 years agostill more cosmetic fixes
David Lawrence Ramsey [Fri, 15 Dec 2006 05:03:08 +0000 (05:03 +0000)]
still more cosmetic fixes

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

17 years agomore comment fixes
David Lawrence Ramsey [Fri, 15 Dec 2006 04:53:47 +0000 (04:53 +0000)]
more comment fixes

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

17 years agofix breakage
David Lawrence Ramsey [Fri, 15 Dec 2006 04:50:57 +0000 (04:50 +0000)]
fix breakage

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

17 years agostill more miscellaneous minor fixes
David Lawrence Ramsey [Fri, 15 Dec 2006 02:54:08 +0000 (02:54 +0000)]
still more miscellaneous minor fixes

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

17 years agorevert erroneous change
David Lawrence Ramsey [Fri, 15 Dec 2006 02:49:44 +0000 (02:49 +0000)]
revert erroneous change

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

17 years agomore miscellaneous minor fixes
David Lawrence Ramsey [Thu, 14 Dec 2006 22:11:44 +0000 (22:11 +0000)]
more miscellaneous minor fixes

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

17 years agomiscellaneous minor fixes
David Lawrence Ramsey [Thu, 14 Dec 2006 21:57:03 +0000 (21:57 +0000)]
miscellaneous minor fixes

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