]> git.wh0rd.org Git - nano.git/log
nano.git
21 years ago- search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's an...
Chris Allegretta [Thu, 16 Jan 2003 03:51:02 +0000 (03:51 +0000)]
- search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's an error returned in multibuffer mode, we can actually see it

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

21 years ago- nano.c:do_int_speller() - Fix FD leaks which occur outside of errors (David Benbennick)
Chris Allegretta [Thu, 16 Jan 2003 03:11:23 +0000 (03:11 +0000)]
- nano.c:do_int_speller() - Fix FD leaks which occur outside of errors (David Benbennick)

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

21 years agoUpdate copyright notices, courtesy of mr DLR
Chris Allegretta [Wed, 15 Jan 2003 19:33:27 +0000 (19:33 +0000)]
Update copyright notices, courtesy of mr DLR

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

21 years agoRemove stuff generated by autopoint.
Jordi Mallach [Wed, 15 Jan 2003 18:30:49 +0000 (18:30 +0000)]
Remove stuff generated by autopoint.

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

21 years agoUpdate for recent CVS changes.
Jordi Mallach [Wed, 15 Jan 2003 18:16:54 +0000 (18:16 +0000)]
Update for recent CVS changes.

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

21 years agoRoll back AC_CONFIG_HEADER change, to make automake1.6 users happy.
Jordi Mallach [Wed, 15 Jan 2003 18:15:52 +0000 (18:15 +0000)]
Roll back AC_CONFIG_HEADER change, to make automake1.6 users happy.

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

21 years agoUpdated for translation changes.
Jordi Mallach [Wed, 15 Jan 2003 17:43:59 +0000 (17:43 +0000)]
Updated for translation changes.

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

21 years agoAdded Peio.
Jordi Mallach [Wed, 15 Jan 2003 17:42:29 +0000 (17:42 +0000)]
Added Peio.

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

21 years agoAdd LINGUAS, with the list of supported languages previously in configure.ac (ALL_LIN...
Jordi Mallach [Wed, 15 Jan 2003 17:41:58 +0000 (17:41 +0000)]
Add LINGUAS, with the list of supported languages previously in configure.ac (ALL_LINGUAS).
Updated Italian translation (Marco Colombo).
New Basque translation (Peio Ziarsolo).

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

21 years agoSmall cleanups. Add copyright header, add autopoint support and define bug report...
Jordi Mallach [Wed, 15 Jan 2003 17:40:35 +0000 (17:40 +0000)]
Small cleanups. Add copyright header, add autopoint support and define bug report address and full package name in AC_INIT. Move ALL_LINGUAS to po/LINGUAS, recommended place for gettext 0.11.

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

21 years agoMake it much simpler by just using autoreconf.
Jordi Mallach [Wed, 15 Jan 2003 17:38:38 +0000 (17:38 +0000)]
Make it much simpler by just using autoreconf.

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

21 years agoRemove generic stuff.
Jordi Mallach [Wed, 15 Jan 2003 17:37:54 +0000 (17:37 +0000)]
Remove generic stuff.

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

21 years agoBack out the changes I made to nano.c to catch the spelling scroll bug earlier
Chris Allegretta [Wed, 15 Jan 2003 11:18:58 +0000 (11:18 +0000)]
Back out the changes I made to nano.c to catch the spelling scroll bug earlier

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

21 years ago- Fixed awful scrolling in do_int_speller. Problem was findnextstr() calling edit_upd...
Chris Allegretta [Wed, 15 Jan 2003 03:06:25 +0000 (03:06 +0000)]
- Fixed awful scrolling in do_int_speller. Problem was findnextstr() calling edit_update(), though screen updating is not its business Added checks in do_search() and do_replace_loop() to do the checks.  It really should not be done here, as some function in winio.c should handle this, but I can't seem to find a good place to put this check

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

21 years agoDLR's latest changes
Chris Allegretta [Tue, 14 Jan 2003 23:36:11 +0000 (23:36 +0000)]
DLR's latest changes

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

21 years ago- search.c:do_replace_loop() - Remove check for answer being a blank string, presumed...
Chris Allegretta [Tue, 14 Jan 2003 23:35:24 +0000 (23:35 +0000)]
- search.c:do_replace_loop() - Remove check for answer being a blank string, presumed to a PICO_MODE holdover, but it stops us from doing a blank spelling replacement

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

21 years agoAdd spell check selected text to TODO, note that I'm not asking you to implement...
Chris Allegretta [Mon, 13 Jan 2003 14:45:39 +0000 (14:45 +0000)]
Add spell check selected text to TODO, note that I'm not asking you to implement this tonight DLR :-)

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

21 years agoUpdate texi file more
Chris Allegretta [Mon, 13 Jan 2003 04:50:34 +0000 (04:50 +0000)]
Update texi file more

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

21 years agonano.texi - Updates for the most recent and not so recent changes
Chris Allegretta [Mon, 13 Jan 2003 02:56:29 +0000 (02:56 +0000)]
nano.texi - Updates for the most recent and not so recent changes

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

21 years agoDLR and DB's latest fixes
Chris Allegretta [Mon, 13 Jan 2003 01:35:15 +0000 (01:35 +0000)]
DLR and DB's latest fixes

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

21 years agonano.c:do_int_speller - Change all child error checks to use one goto (gasp) called...
Chris Allegretta [Sun, 12 Jan 2003 23:54:05 +0000 (23:54 +0000)]
nano.c:do_int_speller - Change all child error checks to use one goto (gasp) called close_pipes_and_exit, so we don't leak FDs

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

21 years ago- nanorc.sample: - Added some examples for groff and the nanorc courtesy of Robert...
Chris Allegretta [Sat, 11 Jan 2003 01:14:07 +0000 (01:14 +0000)]
- nanorc.sample: - Added some examples for groff and the nanorc courtesy of Robert D. Goulding.  Added double hash marks to comment lines, so people who uncomment the beginning of every line won't get syntax errors

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

21 years agoFix broken meta keys screwing up previous answer, fix misplaced (?) #endif in nanogetstr
Chris Allegretta [Thu, 9 Jan 2003 23:43:12 +0000 (23:43 +0000)]
Fix broken meta keys screwing up previous answer, fix misplaced (?) #endif in nanogetstr

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

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