Chris Allegretta
|
64fc78c0f1
|
- 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
|
2003-01-26 19:57:44 +00:00 |
Chris Allegretta
|
63d0b48d5b
|
- 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
|
2003-01-26 19:47:10 +00:00 |
Chris Allegretta
|
77e726d518
|
- 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
|
2003-01-26 19:36:08 +00:00 |
Jordi Mallach
|
fa1588608e
|
Updated Polish translation from Wojciech Kotwica.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1394 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-26 13:08:38 +00:00 |
Chris Allegretta
|
9090f2e44b
|
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
|
2003-01-26 04:45:05 +00:00 |
Chris Allegretta
|
1939c3590b
|
- 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
|
2003-01-26 04:26:25 +00:00 |
Chris Allegretta
|
1a128afdb2
|
- 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
|
2003-01-26 04:15:56 +00:00 |
Chris Allegretta
|
54c1f7932c
|
- 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
|
2003-01-26 04:11:09 +00:00 |
Chris Allegretta
|
149781d827
|
- 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
|
2003-01-26 03:54:00 +00:00 |
Jordi Mallach
|
beca0eb699
|
Updated Galician translation.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1388 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-25 18:20:26 +00:00 |
Chris Allegretta
|
0e86e60653
|
- 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
|
2003-01-23 04:27:23 +00:00 |
Chris Allegretta
|
f22e8bf775
|
- 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
|
2003-01-23 01:21:26 +00:00 |
Chris Allegretta
|
3bbc416a73
|
- 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
|
2003-01-23 00:46:12 +00:00 |
Jordi Mallach
|
d66349963c
|
Updated German translation (Michael Piefel).
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1384 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-22 13:23:05 +00:00 |
Chris Allegretta
|
36fec72f6a
|
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
|
2003-01-22 01:13:25 +00:00 |
Chris Allegretta
|
3d459ad83d
|
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
|
2003-01-22 01:09:40 +00:00 |
Jordi Mallach
|
73a7e7f450
|
Updated French, Malay and Ukrainian translations.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1381 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-21 12:54:43 +00:00 |
Jordi Mallach
|
eeb500428d
|
i18n fixes.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1380 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-18 22:42:34 +00:00 |
Jordi Mallach
|
8495c71dd0
|
French, Swedish, Dutch and Catalan updates.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1379 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-18 15:45:49 +00:00 |
Chris Allegretta
|
f89d698293
|
Back to CVS
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1378 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-17 22:31:25 +00:00 |
Chris Allegretta
|
f426c9edbf
|
GNU nano 1.1.99pre1 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-17 22:25:08 +00:00 |
Chris Allegretta
|
d46f544758
|
Commit release notes, final preps for release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1375 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-17 21:47:33 +00:00 |
Chris Allegretta
|
5af5889448
|
Latest patch by DLR
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1374 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-17 21:07:38 +00:00 |
Chris Allegretta
|
b32ccd9257
|
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
|
2003-01-17 13:16:09 +00:00 |
Chris Allegretta
|
327abdab4a
|
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
|
2003-01-17 05:04:17 +00:00 |
Chris Allegretta
|
d6c8d1a06d
|
- 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
|
2003-01-17 03:56:06 +00:00 |
Chris Allegretta
|
e6600379c9
|
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
|
2003-01-17 03:39:41 +00:00 |
Chris Allegretta
|
f9ab3f79e5
|
- 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
|
2003-01-17 03:06:28 +00:00 |
Chris Allegretta
|
3f8a63cadb
|
- 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
|
2003-01-17 02:49:23 +00:00 |
Chris Allegretta
|
d957f5903e
|
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
|
2003-01-17 00:17:45 +00:00 |
Chris Allegretta
|
f3de8b552e
|
- 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
|
2003-01-16 23:44:46 +00:00 |
Chris Allegretta
|
09fc4300ec
|
DLR's latest bits
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1365 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-16 22:16:38 +00:00 |
Chris Allegretta
|
2ad0f6c0ad
|
- 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
|
2003-01-16 03:51:02 +00:00 |
Chris Allegretta
|
2d5fc3adac
|
- 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
|
2003-01-16 03:11:23 +00:00 |
Chris Allegretta
|
d757e25817
|
Update copyright notices, courtesy of mr DLR
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1362 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-15 19:33:27 +00:00 |
Jordi Mallach
|
9b0d18d284
|
Remove stuff generated by autopoint.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1361 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-15 18:30:49 +00:00 |
Jordi Mallach
|
b9475525d8
|
Update for recent CVS changes.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1360 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-15 18:16:54 +00:00 |
Jordi Mallach
|
73dcc43267
|
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
|
2003-01-15 18:15:52 +00:00 |
Jordi Mallach
|
a0e829cd8c
|
Updated for translation changes.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1358 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-15 17:43:59 +00:00 |
Jordi Mallach
|
7fc0ddfe38
|
Added Peio.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1357 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-15 17:42:29 +00:00 |
Jordi Mallach
|
38c563d1e0
|
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
|
2003-01-15 17:41:58 +00:00 |
Jordi Mallach
|
631ee1faa6
|
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
|
2003-01-15 17:40:35 +00:00 |
Jordi Mallach
|
48053784e2
|
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
|
2003-01-15 17:38:38 +00:00 |
Jordi Mallach
|
cb850cee36
|
Remove generic stuff.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1353 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-15 17:37:54 +00:00 |
Chris Allegretta
|
908f770f7d
|
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
|
2003-01-15 11:18:58 +00:00 |
Chris Allegretta
|
0e7a3f5e2d
|
- 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
|
2003-01-15 03:06:25 +00:00 |
Chris Allegretta
|
688c8eb112
|
DLR's latest changes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1350 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-14 23:36:11 +00:00 |
Chris Allegretta
|
ca7113afee
|
- 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
|
2003-01-14 23:35:24 +00:00 |
Chris Allegretta
|
497b5040a7
|
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
|
2003-01-13 14:45:39 +00:00 |
Chris Allegretta
|
54380cf56b
|
Update texi file more
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1347 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
|
2003-01-13 04:50:34 +00:00 |