]> git.wh0rd.org Git - nano.git/log
nano.git
21 years agoAdd a buffer holder for current search/replace data, so we don't lose it when going...
Chris Allegretta [Thu, 9 Jan 2003 05:29:58 +0000 (05:29 +0000)]
Add a buffer holder for current search/replace data, so we don't lose it when going back through history

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

21 years ago - Add in Pico's -p flag, (-p, --preserve). To preserve the XON and XOFF...
Chris Allegretta [Sun, 5 Jan 2003 23:35:44 +0000 (23:35 +0000)]
    - Add in Pico's -p flag, (-p, --preserve).  To preserve the XON and XOFF keys (^Q and ^S).  Add warning if we invoke -p and add checks for using --preserve (to skip warning) and --pico (to force showing it).  New flag PRESERVE, function do_preserve_msg(), changes to main(), signal_init()

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

21 years agoMore bits left over from getting rid of pico mode, no more CLEAR_BACKUPSTRING, woo...
Chris Allegretta [Sun, 5 Jan 2003 22:00:41 +0000 (22:00 +0000)]
More bits left over from getting rid of pico mode, no more CLEAR_BACKUPSTRING, woo!  Also reodered flags to remove gaps

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

21 years ago- TODO - Added some wishlist stuff
Chris Allegretta [Sun, 5 Jan 2003 21:51:16 +0000 (21:51 +0000)]
- TODO - Added some wishlist stuff

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

21 years agoCompletely removed PICO_MODE, as with the search/replace history patch we should...
Chris Allegretta [Sun, 5 Jan 2003 21:47:06 +0000 (21:47 +0000)]
Completely removed PICO_MODE, as with the search/replace history patch we should have the extended functionality we can without being incompatible with pico

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

21 years agoNow make the code with with NANO_SMALL :-)
Chris Allegretta [Sun, 5 Jan 2003 20:57:07 +0000 (20:57 +0000)]
Now make the code with with NANO_SMALL :-)

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

21 years agoFix search/replace history adding blank lines, yuck
Chris Allegretta [Sun, 5 Jan 2003 20:43:49 +0000 (20:43 +0000)]
Fix search/replace history adding blank lines, yuck

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

21 years agoKen's search history patch, minus the .nano_history stuff
Chris Allegretta [Sun, 5 Jan 2003 20:41:21 +0000 (20:41 +0000)]
Ken's search history patch, minus the .nano_history stuff

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

21 years agofix silly typo (#ifdef -> #ifndef) keeping nano -w from working
David Lawrence Ramsey [Thu, 2 Jan 2003 16:32:20 +0000 (16:32 +0000)]
fix silly typo (#ifdef -> #ifndef) keeping nano -w from working

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

21 years agoRecommend automake 1.7.
Jordi Mallach [Wed, 25 Dec 2002 19:59:17 +0000 (19:59 +0000)]
Recommend automake 1.7.

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

21 years agomiscellaneous bug fixes, part 2
David Lawrence Ramsey [Sun, 22 Dec 2002 16:30:00 +0000 (16:30 +0000)]
miscellaneous bug fixes, part 2

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

21 years agonano.c:do_int_speller(), do_alt_speller() - Programs now return char *, also fix...
Chris Allegretta [Mon, 16 Dec 2002 04:25:53 +0000 (04:25 +0000)]
nano.c:do_int_speller(), do_alt_speller() - Programs now return char *, also fix waitpid invocation and checking of WIFEXITED WEXITSTATUS calls

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

21 years agoUpdated French translation.
Jordi Mallach [Sat, 14 Dec 2002 22:15:35 +0000 (22:15 +0000)]
Updated French translation.
Added Turkish translation.

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

21 years agoOkay, I guess an edit_update is needed
Chris Allegretta [Tue, 10 Dec 2002 03:03:20 +0000 (03:03 +0000)]
Okay, I guess an edit_update is needed

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

21 years agoFix screen not updating at exit of spell
Chris Allegretta [Tue, 10 Dec 2002 00:55:32 +0000 (00:55 +0000)]
Fix screen not updating at exit of spell

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

21 years agoMake speller update the screen less excessively, and switch case sensitive search...
Chris Allegretta [Tue, 10 Dec 2002 00:53:21 +0000 (00:53 +0000)]
Make speller update the screen less excessively, and switch case sensitive search so we can fix individual capitalization cases of misspelled words

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

21 years agoBe more verbose about what we're doing with new spell code
Chris Allegretta [Tue, 10 Dec 2002 00:16:27 +0000 (00:16 +0000)]
Be more verbose about what we're doing with new spell code

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

21 years agoChange waits to waitpids to lessen the chance of a hang, and fix status check
Chris Allegretta [Mon, 9 Dec 2002 05:49:05 +0000 (05:49 +0000)]
Change waits to waitpids to lessen the chance of a hang, and fix status check

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

21 years ago- nano.c:do_int_speller() - Make internal spell program use sort -f and uniq to creat...
Chris Allegretta [Mon, 9 Dec 2002 00:58:51 +0000 (00:58 +0000)]
- nano.c:do_int_speller() - Make internal spell program use sort -f and uniq to create a less redundant word list.  [The only reason this is going in during feature freeze is because the int speller is useless as is and should either be improved or removed.  I chose improved]

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

22 years agoUpdated Danish and Ukrainian translations.
Jordi Mallach [Sun, 10 Nov 2002 16:05:30 +0000 (16:05 +0000)]
Updated Danish and Ukrainian translations.

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

22 years agotypo fix: HTML 4.10 -> HTML 4.01
David Lawrence Ramsey [Fri, 8 Nov 2002 20:21:37 +0000 (20:21 +0000)]
typo fix: HTML 4.10 -> HTML 4.01

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

22 years agoMalay translation update.
Jordi Mallach [Tue, 5 Nov 2002 13:58:14 +0000 (13:58 +0000)]
Malay translation update.

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

22 years agofix missing dash in Changelog
David Lawrence Ramsey [Mon, 4 Nov 2002 16:18:52 +0000 (16:18 +0000)]
fix missing dash in Changelog

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

22 years agosecond attempt at ngettext() fixes
David Lawrence Ramsey [Mon, 4 Nov 2002 16:12:19 +0000 (16:12 +0000)]
second attempt at ngettext() fixes

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

22 years agodocumentation updates
David Lawrence Ramsey [Mon, 4 Nov 2002 16:05:42 +0000 (16:05 +0000)]
documentation updates

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

22 years agoPolish and Swedish updates.
Jordi Mallach [Sun, 3 Nov 2002 00:38:45 +0000 (00:38 +0000)]
Polish and Swedish updates.

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

22 years agoIndonesian & French updates.
Jordi Mallach [Tue, 29 Oct 2002 17:47:44 +0000 (17:47 +0000)]
Indonesian & French updates.

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

22 years agoFrench update.
Jordi Mallach [Sat, 26 Oct 2002 22:55:33 +0000 (22:55 +0000)]
French update.

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

22 years agoSpanish update.
Jordi Mallach [Sat, 26 Oct 2002 19:56:43 +0000 (19:56 +0000)]
Spanish update.

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

22 years agoCatalan, German, French, Galician and Swedish translation updates.
Jordi Mallach [Sat, 26 Oct 2002 15:02:14 +0000 (15:02 +0000)]
Catalan, German, French, Galician and Swedish translation updates.

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

22 years agoforward-ported --disable-wrapping-as-root from nano 1.0.x
David Lawrence Ramsey [Fri, 25 Oct 2002 16:08:53 +0000 (16:08 +0000)]
forward-ported --disable-wrapping-as-root from nano 1.0.x

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

22 years agoBack to CVS
Chris Allegretta [Fri, 25 Oct 2002 03:15:48 +0000 (03:15 +0000)]
Back to CVS

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

22 years agoGNU nano 1.1.12 release v1.1.12
Chris Allegretta [Fri, 25 Oct 2002 03:14:11 +0000 (03:14 +0000)]
GNU nano 1.1.12 release

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

22 years agoAdd DLR's --disable-nls to version info
Chris Allegretta [Fri, 25 Oct 2002 01:51:13 +0000 (01:51 +0000)]
Add DLR's --disable-nls to version info

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

22 years agoKen's ngettext fix
Chris Allegretta [Fri, 25 Oct 2002 01:41:31 +0000 (01:41 +0000)]
Ken's ngettext fix

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

22 years agoGerman translation update.
Jordi Mallach [Thu, 17 Oct 2002 15:31:31 +0000 (15:31 +0000)]
German translation update.

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

22 years agoput header files in a slightly more consistent order
David Lawrence Ramsey [Thu, 17 Oct 2002 03:50:36 +0000 (03:50 +0000)]
put header files in a slightly more consistent order

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

22 years agomiscellaneous bug fixes
David Lawrence Ramsey [Thu, 17 Oct 2002 02:19:31 +0000 (02:19 +0000)]
miscellaneous bug fixes

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

22 years ago- Disable VSTOP keystroke. Stops people accidentally locking up, nano (suggested...
Chris Allegretta [Tue, 15 Oct 2002 00:27:55 +0000 (00:27 +0000)]
- Disable VSTOP keystroke.  Stops people accidentally locking up, nano (suggested by David Benbennick)

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

22 years agoUpdated French translation (Jean-Philippe Guérard).
Jordi Mallach [Mon, 14 Oct 2002 09:20:53 +0000 (09:20 +0000)]
Updated French translation (Jean-Philippe Guérard).

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

22 years agoRemove malloc.h completely and add color synatx highlighting toggle
Chris Allegretta [Sun, 13 Oct 2002 18:43:45 +0000 (18:43 +0000)]
Remove malloc.h completely and add color synatx highlighting toggle

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

22 years agoUpdated Spanish translation (Ricardo Javier Cárdenes Medina).
Jordi Mallach [Sun, 13 Oct 2002 17:40:12 +0000 (17:40 +0000)]
Updated Spanish translation (Ricardo Javier Cárdenes Medina).

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

22 years agoIndonesian and Malay updates.
Jordi Mallach [Tue, 8 Oct 2002 12:11:18 +0000 (12:11 +0000)]
Indonesian and Malay updates.

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

22 years agoGerman translation updates (Michael Piefel).
Jordi Mallach [Mon, 7 Oct 2002 09:30:01 +0000 (09:30 +0000)]
German translation updates (Michael Piefel).

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

22 years agoUpdated Catalan translation.
Jordi Mallach [Mon, 7 Oct 2002 00:16:22 +0000 (00:16 +0000)]
Updated Catalan translation.

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

22 years agoSwedish, Galician and Polish updates.
Jordi Mallach [Sun, 6 Oct 2002 23:35:19 +0000 (23:35 +0000)]
Swedish, Galician and Polish updates.

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

22 years agoNitpick about being root to install. Maybe people stop compiling as root, even.
Jordi Mallach [Sun, 6 Oct 2002 23:32:21 +0000 (23:32 +0000)]
Nitpick about being root to install. Maybe people stop compiling as root, even.

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

22 years agoRequire gettext >= 0.11.
Jordi Mallach [Sun, 6 Oct 2002 23:29:56 +0000 (23:29 +0000)]
Require gettext >= 0.11.
Fix typo, thanks David.

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

22 years agoPost update to gettext 0.11.5
Chris Allegretta [Sun, 6 Oct 2002 22:06:36 +0000 (22:06 +0000)]
Post update to gettext 0.11.5

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

22 years agoBack to CVS
Chris Allegretta [Wed, 2 Oct 2002 00:21:31 +0000 (00:21 +0000)]
Back to CVS

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

22 years agoGNU nano 1.1.11 release v1.1.11
Chris Allegretta [Wed, 2 Oct 2002 00:20:19 +0000 (00:20 +0000)]
GNU nano 1.1.11 release

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

22 years agonanorc.sample: - Add some examples for HTML and TeX files (David Benbennick)
Chris Allegretta [Wed, 2 Oct 2002 00:05:40 +0000 (00:05 +0000)]
nanorc.sample: - Add some examples for HTML and TeX files (David Benbennick)

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

22 years agoGive DB credit for the new color code
Chris Allegretta [Sat, 28 Sep 2002 01:07:10 +0000 (01:07 +0000)]
Give DB credit for the new color code

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

22 years agoFor great justice!
Jordi Mallach [Fri, 27 Sep 2002 14:51:57 +0000 (14:51 +0000)]
For great justice!

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

22 years agoDB's rewrite of the screen update and color routines
David Lawrence Ramsey [Fri, 27 Sep 2002 14:21:59 +0000 (14:21 +0000)]
DB's rewrite of the screen update and color routines

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

22 years agomake the spacing fix use isspace(); it works the same way and takes up
David Lawrence Ramsey [Thu, 26 Sep 2002 22:49:56 +0000 (22:49 +0000)]
make the spacing fix use isspace(); it works the same way and takes up
less space in the binary

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

22 years agoNewer version of DLR's patch based on DB's tab thing
Chris Allegretta [Sat, 21 Sep 2002 15:41:33 +0000 (15:41 +0000)]
Newer version of DLR's patch based on DB's tab thing

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

22 years agoAdd DLR's fixes to the wrapping behavior
Chris Allegretta [Sat, 21 Sep 2002 02:19:45 +0000 (02:19 +0000)]
Add DLR's fixes to the wrapping behavior

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

22 years agowinio.c:edit_refresh() - Turn on leaveok() so the cursor doesn't bounce around the...
Chris Allegretta [Thu, 19 Sep 2002 23:54:53 +0000 (23:54 +0000)]
winio.c:edit_refresh() - Turn on leaveok() so the cursor doesn't bounce around the screen while we're updating it (most noticeable when using color syntax over a very slow connection)

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

22 years agoMake that ChangeLog for do_wrap a little less overly verbose
Chris Allegretta [Thu, 19 Sep 2002 23:20:26 +0000 (23:20 +0000)]
Make that ChangeLog for do_wrap a little less overly verbose

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

22 years agonano.c:do_wrap() - Restore the wrapping behavior to the previous wrapping point behav...
Chris Allegretta [Thu, 19 Sep 2002 23:19:34 +0000 (23:19 +0000)]
nano.c:do_wrap() - Restore the wrapping behavior to the previous wrapping point behavior (pre 1.1.10) (David Benbennick)

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

22 years ago- rcfile.c:parse_colors() - Stop infinite loop when syntax doesn't begin with " char
Chris Allegretta [Wed, 18 Sep 2002 00:28:57 +0000 (00:28 +0000)]
- rcfile.c:parse_colors() - Stop infinite loop when syntax doesn't begin with " char

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

22 years ago- Add a better string matching sequence that includes escaped quotes (thanks to Carl...
Chris Allegretta [Wed, 18 Sep 2002 00:00:12 +0000 (00:00 +0000)]
- Add a better string matching sequence that includes escaped quotes (thanks to Carl E. Lindberg, who doesn't even know he helped ;-)

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

22 years ago- nano.h: - Add support for HP-UX's curses, which doesn't seem to support KEY_HOME...
Chris Allegretta [Sat, 14 Sep 2002 21:16:40 +0000 (21:16 +0000)]
- nano.h: - Add support for HP-UX's curses, which doesn't seem to support KEY_HOME and KEY_END

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

22 years agoDavid Benbennick's minor fixes, plus one of mine
David Lawrence Ramsey [Fri, 13 Sep 2002 18:14:04 +0000 (18:14 +0000)]
David Benbennick's minor fixes, plus one of mine

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

22 years agoDLR: Document minor typo fix for the FAQ.
David Lawrence Ramsey [Wed, 11 Sep 2002 01:48:14 +0000 (01:48 +0000)]
DLR: Document minor typo fix for the FAQ.

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

22 years agoDLR: Minor typo fix for the FAQ.
David Lawrence Ramsey [Tue, 10 Sep 2002 22:24:14 +0000 (22:24 +0000)]
DLR: Minor typo fix for the FAQ.

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

22 years agoMalay update.
Jordi Mallach [Sun, 8 Sep 2002 18:26:40 +0000 (18:26 +0000)]
Malay update.

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

22 years agoFrench & Danish updates.
Jordi Mallach [Sun, 8 Sep 2002 15:39:22 +0000 (15:39 +0000)]
French & Danish updates.

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

22 years agoDLR: prototype overhaul, etc.
David Lawrence Ramsey [Fri, 6 Sep 2002 20:35:28 +0000 (20:35 +0000)]
DLR: prototype overhaul, etc.

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

22 years ago- Changed do_insertfile to (a) report multibuffer status at the prompt and allowing...
Chris Allegretta [Tue, 3 Sep 2002 22:58:40 +0000 (22:58 +0000)]
- Changed do_insertfile to (a) report multibuffer status at the  prompt and allowing it to be toggled, taking into account the need to keep the translatable strings, and (b) added a variable inspath to keep track of what the string was before toggling.  I'm sure there's bugs, have at it

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

22 years agoDLR: Spell Jeff DeFouw's name right in the Changelog
David Lawrence Ramsey [Thu, 22 Aug 2002 04:03:45 +0000 (04:03 +0000)]
DLR: Spell Jeff DeFouw's name right in the Changelog

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

22 years ago- nanorc.sample: - Fix the c-file regex for all caps words to be extended regex forma...
Chris Allegretta [Thu, 22 Aug 2002 02:58:55 +0000 (02:58 +0000)]
- nanorc.sample: - Fix the c-file regex for all caps words to be extended regex format ({} instead of \{\}) (found by DLR)

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

22 years ago- configure.ac: - Changed --enable-color warning to be slightly less severe
Chris Allegretta [Thu, 22 Aug 2002 01:12:41 +0000 (01:12 +0000)]
- configure.ac: - Changed --enable-color warning to be slightly less severe

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

22 years agoUpgrade to Gettext 0.11.5.
Jordi Mallach [Wed, 21 Aug 2002 18:19:53 +0000 (18:19 +0000)]
Upgrade to Gettext 0.11.5.

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

22 years agoDLR: minor bits
David Lawrence Ramsey [Wed, 21 Aug 2002 16:10:37 +0000 (16:10 +0000)]
DLR: minor bits

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

22 years agoGerman and Malay updates.
Jordi Mallach [Sun, 18 Aug 2002 22:08:25 +0000 (22:08 +0000)]
German and Malay updates.

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

22 years agoGalician translation updates.
Jordi Mallach [Wed, 31 Jul 2002 23:48:57 +0000 (23:48 +0000)]
Galician translation updates.

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

22 years agoAdded Claudio and Javier.
Jordi Mallach [Wed, 31 Jul 2002 23:05:51 +0000 (23:05 +0000)]
Added Claudio and Javier.

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

22 years agoSpanish translation updates (Ricardo Javier Cárdenes Medina).
Jordi Mallach [Wed, 31 Jul 2002 23:03:16 +0000 (23:03 +0000)]
Spanish translation updates (Ricardo Javier Cárdenes Medina).

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

22 years agoFrench translation update (Jean-Philippe Guérard).
Jordi Mallach [Wed, 31 Jul 2002 00:05:49 +0000 (00:05 +0000)]
French translation update (Jean-Philippe Guérard).

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

22 years agoPolish & Swedish translation updates.
Jordi Mallach [Tue, 30 Jul 2002 21:33:19 +0000 (21:33 +0000)]
Polish & Swedish translation updates.

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

22 years agoDLR's latest and greatest
Chris Allegretta [Mon, 29 Jul 2002 23:46:38 +0000 (23:46 +0000)]
DLR's latest and greatest

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

22 years agoCatalan translation update.
Jordi Mallach [Mon, 29 Jul 2002 13:39:32 +0000 (13:39 +0000)]
Catalan translation update.

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

22 years agoCatalan translation updates.
Jordi Mallach [Mon, 29 Jul 2002 13:39:03 +0000 (13:39 +0000)]
Catalan translation updates.

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

22 years agoOops, really note changes.
Jordi Mallach [Mon, 29 Jul 2002 00:18:07 +0000 (00:18 +0000)]
Oops, really note changes.

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

22 years agoSwedish translation updates (Christian Rose).
Jordi Mallach [Mon, 29 Jul 2002 00:16:38 +0000 (00:16 +0000)]
Swedish translation updates (Christian Rose).

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

22 years agoNew Brazilian Portuguese translation (Claudio Neves).
Jordi Mallach [Sat, 27 Jul 2002 02:52:32 +0000 (02:52 +0000)]
New Brazilian Portuguese translation (Claudio Neves).

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

22 years agoAdded pt_BR to ALL_LINGUAS.
Jordi Mallach [Sat, 27 Jul 2002 02:49:46 +0000 (02:49 +0000)]
Added pt_BR to ALL_LINGUAS.

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

22 years agoBack to CVS
Chris Allegretta [Thu, 25 Jul 2002 22:27:50 +0000 (22:27 +0000)]
Back to CVS

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

22 years agoGNU nano 1.1.10 release v1.1.10
Chris Allegretta [Thu, 25 Jul 2002 22:26:33 +0000 (22:26 +0000)]
GNU nano 1.1.10 release

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

22 years agoUpdated Indonesian translation (Tedi Heriyanto).
Jordi Mallach [Thu, 25 Jul 2002 16:07:50 +0000 (16:07 +0000)]
Updated Indonesian translation (Tedi Heriyanto).

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

22 years agoUpdate the NEWS fo 1.1.10 in advance for laughs
Chris Allegretta [Wed, 24 Jul 2002 01:34:13 +0000 (01:34 +0000)]
Update the NEWS fo 1.1.10 in advance for laughs

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

22 years agoTake out the DB color ChangeLog entry as I didn't put it in
Chris Allegretta [Wed, 24 Jul 2002 01:19:40 +0000 (01:19 +0000)]
Take out the DB color ChangeLog entry as I didn't put it in

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

22 years agoEverything from DB's patch that makes any sense to me
Chris Allegretta [Wed, 24 Jul 2002 01:02:26 +0000 (01:02 +0000)]
Everything from DB's patch that makes any sense to me

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

22 years agoCredit DLR for the tabs/spaces fixes in nano.h
Chris Allegretta [Tue, 23 Jul 2002 00:34:48 +0000 (00:34 +0000)]
Credit DLR for the tabs/spaces fixes in nano.h

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

22 years agoFix to parsing getopt args for -I/--ignorercfiles (DLR)
Chris Allegretta [Tue, 23 Jul 2002 00:33:07 +0000 (00:33 +0000)]
Fix to parsing getopt args for -I/--ignorercfiles (DLR)

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

22 years agoGet rid of annoying init error in read_file
Chris Allegretta [Sun, 21 Jul 2002 15:46:48 +0000 (15:46 +0000)]
Get rid of annoying init error in read_file

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

22 years agoAnother DLR fixin: credits and DOS/Mac compatibility. Also get rid of those colons...
Chris Allegretta [Sun, 21 Jul 2002 15:44:13 +0000 (15:44 +0000)]
Another DLR fixin: credits and DOS/Mac compatibility.  Also get rid of those colons in ChangeLog after function names

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

22 years agoMore DLR updates
Chris Allegretta [Sat, 20 Jul 2002 13:57:41 +0000 (13:57 +0000)]
More DLR updates

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