]> git.wh0rd.org Git - nano.git/log
nano.git
21 years agoDB's debug and multibuffer and regcomp fix to make nano less of a complete cpu hog
Chris Allegretta [Mon, 3 Feb 2003 02:56:44 +0000 (02:56 +0000)]
DB's debug and multibuffer and regcomp fix to make nano less of a complete cpu hog

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

21 years agoDlr's revert multibuffer and view mode patch
Chris Allegretta [Sun, 2 Feb 2003 04:26:54 +0000 (04:26 +0000)]
Dlr's revert multibuffer and view mode patch

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

21 years ago- files.c:do_browser() - Fix goto directory operating dir check and tilde expansion...
Chris Allegretta [Thu, 30 Jan 2003 00:57:33 +0000 (00:57 +0000)]
- files.c:do_browser() - Fix goto directory operating dir check and tilde expansion (David Benbennick)

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

21 years ago- files.c:do_browse_from() - Fix path checking to fix bad paths, escaping the operati...
Chris Allegretta [Thu, 30 Jan 2003 00:53:32 +0000 (00:53 +0000)]
- files.c:do_browse_from() - Fix path checking to fix bad paths, escaping the operating directory, new function readable_dir() (David Benbennick)

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

21 years ago-nano.c:do_justify() - Unset KEEP_CUTBUFFER so nano won't crash with subsequent ...
Chris Allegretta [Thu, 30 Jan 2003 00:42:20 +0000 (00:42 +0000)]
-nano.c:do_justify() - Unset KEEP_CUTBUFFER so nano won't crash with subsequent ^K cuts and justifies (David Benbennick)

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

21 years ago- Fix nano crashing when searching/replacing an invalid regex (try ^*). Changed...
Chris Allegretta [Wed, 29 Jan 2003 04:18:37 +0000 (04:18 +0000)]
- Fix nano crashing when searching/replacing an invalid regex (try ^*).  Changed regexp_init() to return 1 or 0 based on regcomp()'s return value and search_init to exit with an error message (sorry Jordi)

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

21 years ago- nano.c:do_mouse() - Fix the mouse code to work with lines longer than COLS and...
Chris Allegretta [Tue, 28 Jan 2003 01:36:38 +0000 (01:36 +0000)]
- nano.c:do_mouse() - Fix the mouse code to work with lines longer than COLS and with the proper positioning, including special characters (David Benbennick)

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

21 years ago- winio.c:do_yesno() - Fix mouse interaction bugs with yes/no prompt (David Benbennick)
Chris Allegretta [Tue, 28 Jan 2003 01:23:40 +0000 (01:23 +0000)]
- winio.c:do_yesno() - Fix mouse interaction bugs with yes/no prompt (David Benbennick)

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

21 years ago- Fix constant curos updates from obliterating other system messages, and fix statusb...
Chris Allegretta [Tue, 28 Jan 2003 01:16:47 +0000 (01:16 +0000)]
- Fix constant curos updates from obliterating other system messages, and fix statusbar message length. Affects files.c:load_open_file(), nano.c:main(), search.c:findnextstr(), winio.c:statusbar() and do_cursorpos() (David Benbennick)

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

21 years agoUpdated Spanish translation.
Jordi Mallach [Mon, 27 Jan 2003 13:06:51 +0000 (13:06 +0000)]
Updated Spanish translation.

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

21 years ago- files.c:do_browser() - Fix incorrect path check for check_operating_dir() (David...
Chris Allegretta [Sun, 26 Jan 2003 22:05:07 +0000 (22:05 +0000)]
- files.c:do_browser() - Fix incorrect path check for check_operating_dir() (David Benbennick)

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

21 years ago- nano.c:do_char() - Remove unneeded check_statblank() (David Benbennick)
Chris Allegretta [Sun, 26 Jan 2003 21:13:03 +0000 (21:13 +0000)]
- nano.c:do_char() - Remove unneeded check_statblank() (David Benbennick)

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

21 years ago- Fix cursor position being saved when escaping out of nanogetstr with keys like...
Chris Allegretta [Sun, 26 Jan 2003 21:01:16 +0000 (21:01 +0000)]
- Fix cursor position being saved when escaping out of nanogetstr with keys like ^Y and ^V.  New arg resetpos to nanogetstr(), added static int resetpos in statusq() (bug found by DLR)

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

21 years ago- search.c:do_search(), do_replace_loop() - Fix edit_update call to use CENTER instea...
Chris Allegretta [Sun, 26 Jan 2003 20:02:15 +0000 (20:02 +0000)]
- search.c:do_search(), do_replace_loop() - Fix edit_update call to use CENTER instead of current_x (related to David Benbennick's fixes for spelling)

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

21 years ago- nano.c:do_int_spell_fix(), do_int_speller() - Fix crashes with mark position, curre...
Chris Allegretta [Sun, 26 Jan 2003 19:57:44 +0000 (19:57 +0000)]
- nano.c:do_int_spell_fix(), do_int_speller() - Fix crashes with mark position, current_x position and edit_update args (David Benbennick)

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

21 years ago- winio.c:edit_refresh() - Fix cursor being above as well as below the current screen...
Chris Allegretta [Sun, 26 Jan 2003 19:47:10 +0000 (19:47 +0000)]
- winio.c:edit_refresh() - Fix cursor being above as well as below the current screen (David Benbennick)

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

21 years ago- files.c:save_history() - Fix nrealloc return value being ignored (David Benbennick)
Chris Allegretta [Sun, 26 Jan 2003 19:36:08 +0000 (19:36 +0000)]
- files.c:save_history() - Fix nrealloc return value being ignored (David Benbennick)

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

21 years agoUpdated Polish translation from Wojciech Kotwica.
Jordi Mallach [Sun, 26 Jan 2003 13:08:38 +0000 (13:08 +0000)]
Updated Polish translation from Wojciech Kotwica.

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

21 years agoGeneral - Fix subexpression replacement to work consistently. Affects search.c:repla...
Chris Allegretta [Sun, 26 Jan 2003 04:45:05 +0000 (04:45 +0000)]
General - Fix subexpression replacement to work consistently.  Affects search.c:replace_regexp() and utils.c:strstrwrapper() (David Benbennick)

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

21 years ago- search.c:do_replace_loop() - Fix various bugs having to do with replace string...
Chris Allegretta [Sun, 26 Jan 2003 04:26:25 +0000 (04:26 +0000)]
- search.c:do_replace_loop() - Fix various bugs having to do with replace string length and positioning (David Benbennick)

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

21 years ago- nano.c:window_init() - Fix leaking *WINDOWs (no pun intended) (David Benbennick)
Chris Allegretta [Sun, 26 Jan 2003 04:15:56 +0000 (04:15 +0000)]
- nano.c:window_init() - Fix leaking *WINDOWs (no pun intended) (David Benbennick)

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

21 years ago- files.c:open_file() - Fix FD leak with file load error (David Benbennick)
Chris Allegretta [Sun, 26 Jan 2003 04:11:09 +0000 (04:11 +0000)]
- files.c:open_file() - Fix FD leak with file load error (David Benbennick)

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

21 years ago- cut.c:do_cut_text() - Fix incorrect cursor location when cutting long lines (David...
Chris Allegretta [Sun, 26 Jan 2003 03:54:00 +0000 (03:54 +0000)]
- cut.c:do_cut_text() - Fix incorrect cursor location when cutting long lines (David Benbennick)

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

21 years agoUpdated Galician translation.
Jordi Mallach [Sat, 25 Jan 2003 18:20:26 +0000 (18:20 +0000)]
Updated Galician translation.

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

21 years ago- Changed some translatable debug messages to use %s instead of the function name...
Chris Allegretta [Thu, 23 Jan 2003 04:27:23 +0000 (04:27 +0000)]
- Changed some translatable debug messages to use %s instead of the function name, and removed gettext from two strings that had no actual words in them that should be translated.  Suggested originally by Christian Rose

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

21 years ago- nanorc.sample: - Change comment to say magenta instead of purple
Chris Allegretta [Thu, 23 Jan 2003 01:21:26 +0000 (01:21 +0000)]
- nanorc.sample: - Change comment to say magenta instead of purple

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

21 years ago- winio.c:bottombars() - Change strcpy of gettext() Up string to strncpy of max width...
Chris Allegretta [Thu, 23 Jan 2003 00:46:12 +0000 (00:46 +0000)]
- winio.c:bottombars() - Change strcpy of gettext() Up string to strncpy of max width 8, to stop stupid strcpy crash

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

21 years agoUpdated German translation (Michael Piefel).
Jordi Mallach [Wed, 22 Jan 2003 13:23:05 +0000 (13:23 +0000)]
Updated German translation (Michael Piefel).

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

21 years agonano.c:usage() - Revamp -H option message to fit in 80 column terminal
Chris Allegretta [Wed, 22 Jan 2003 01:13:25 +0000 (01:13 +0000)]
nano.c:usage() - Revamp -H option message to fit in 80 column terminal

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

21 years agonano.c:main() - Call load_file with arg 0 for insert, as we aren't really doing an...
Chris Allegretta [Wed, 22 Jan 2003 01:09:40 +0000 (01:09 +0000)]
nano.c:main() - Call load_file with arg 0 for insert, as we aren't really doing an insert, allows new_file() to run if we open a non-file at startup

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

21 years agoUpdated French, Malay and Ukrainian translations.
Jordi Mallach [Tue, 21 Jan 2003 12:54:43 +0000 (12:54 +0000)]
Updated French, Malay and Ukrainian translations.

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

21 years agoi18n fixes.
Jordi Mallach [Sat, 18 Jan 2003 22:42:34 +0000 (22:42 +0000)]
i18n fixes.

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

21 years agoFrench, Swedish, Dutch and Catalan updates.
Jordi Mallach [Sat, 18 Jan 2003 15:45:49 +0000 (15:45 +0000)]
French, Swedish, Dutch and Catalan updates.

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

21 years agoBack to CVS
Chris Allegretta [Fri, 17 Jan 2003 22:31:25 +0000 (22:31 +0000)]
Back to CVS

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

21 years agoGNU nano 1.1.99pre1 release v1.1.99pre1
Chris Allegretta [Fri, 17 Jan 2003 22:25:08 +0000 (22:25 +0000)]
GNU nano 1.1.99pre1 release

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

21 years agoCommit release notes, final preps for release
Chris Allegretta [Fri, 17 Jan 2003 21:47:33 +0000 (21:47 +0000)]
Commit release notes, final preps for release

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

21 years agoLatest patch by DLR
Chris Allegretta [Fri, 17 Jan 2003 21:07:38 +0000 (21:07 +0000)]
Latest patch by DLR

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

21 years agoMinor #endif fix at the end of files.c
Chris Allegretta [Fri, 17 Jan 2003 13:16:09 +0000 (13:16 +0000)]
Minor #endif fix at the end of files.c

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

21 years agoAdd DB's real fix, and add do_disabled_msg to proto.h (whose code is this?)
Chris Allegretta [Fri, 17 Jan 2003 05:04:17 +0000 (05:04 +0000)]
Add DB's real fix, and add do_disabled_msg to proto.h (whose code is this?)

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

21 years ago- winio.c:nanogetstr - Move down NANO_SMALL in tab check so nano won't complain if...
Chris Allegretta [Fri, 17 Jan 2003 03:56:06 +0000 (03:56 +0000)]
- winio.c:nanogetstr - Move down NANO_SMALL in tab check so nano won't complain if just NANO_SMALL is defined (David Benbennick, presumed fix)

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

21 years agonano.c:version() - Move up check for --disable-nls as it's independent of --enable...
Chris Allegretta [Fri, 17 Jan 2003 03:39:41 +0000 (03:39 +0000)]
nano.c:version() - Move up check for --disable-nls as it's independent of --enable-tiny now (DLR)

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

21 years ago- nano.1, nano.1.html - Updated for the --preserve and --historylog options
Chris Allegretta [Fri, 17 Jan 2003 03:06:28 +0000 (03:06 +0000)]
- nano.1, nano.1.html - Updated for the --preserve and --historylog options

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

21 years ago- faq.html: Added docs about the new unified search string interface and search histo...
Chris Allegretta [Fri, 17 Jan 2003 02:49:23 +0000 (02:49 +0000)]
- faq.html: Added docs about the new unified search string interface and search histories, and added --enable-all into configure docs

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

21 years agoconfigure.ac: - Added --enable-all option to compile in all the extra stuff we'd...
Chris Allegretta [Fri, 17 Jan 2003 00:17:45 +0000 (00:17 +0000)]
configure.ac: - Added --enable-all option to compile in all the extra stuff we'd normally need extra flags for

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

21 years ago- Added search/replace history log. Flag -H, --historylog. Flags HISTORY_CHANGED...
Chris Allegretta [Thu, 16 Jan 2003 23:44:46 +0000 (23:44 +0000)]
- Added search/replace history log.  Flag -H, --historylog. Flags HISTORY_CHANGED and HISTORYLOG, added entries in nanorc.sample, new functions log_history and save_history (Ken Tyler)

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

21 years agoDLR's latest bits
Chris Allegretta [Thu, 16 Jan 2003 22:16:38 +0000 (22:16 +0000)]
DLR's latest bits

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

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