]> git.wh0rd.org Git - nano.git/log
nano.git
22 years agoMinor fix for quote code, forgot to adjust null by qdepth
Chris Allegretta [Mon, 4 Mar 2002 18:12:28 +0000 (18:12 +0000)]
Minor fix for quote code, forgot to adjust null by qdepth

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

22 years agoAdded -N, -Q.
Jordi Mallach [Mon, 4 Mar 2002 17:35:44 +0000 (17:35 +0000)]
Added -N, -Q.

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

22 years agoPrototype fix for get_full_path (DLR)
Chris Allegretta [Mon, 4 Mar 2002 16:30:17 +0000 (16:30 +0000)]
Prototype fix for get_full_path (DLR)

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

22 years agoFixed broken mouse handling with new shortcut setup
Chris Allegretta [Mon, 4 Mar 2002 12:25:34 +0000 (12:25 +0000)]
Fixed broken mouse handling with new shortcut setup

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

22 years agoFix typo and add man page
Chris Allegretta [Mon, 4 Mar 2002 12:15:44 +0000 (12:15 +0000)]
Fix typo and add man page

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

22 years agoAdd rcfile support for quotestr and fix strcasestr
Chris Allegretta [Sun, 3 Mar 2002 22:52:52 +0000 (22:52 +0000)]
Add rcfile support for quotestr and fix strcasestr

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

22 years ago - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_ju...
Chris Allegretta [Sun, 3 Mar 2002 22:36:36 +0000 (22:36 +0000)]
 - Preliminary quoting support for justify.  New arg -Q, --quotestr, changes to do_justify(), global variable quotestr()

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

22 years agoMake do_cursorpos() use xpt() instead of just current_x which is inaccurate
Chris Allegretta [Fri, 1 Mar 2002 02:25:35 +0000 (02:25 +0000)]
Make do_cursorpos() use xpt() instead of just current_x which is inaccurate

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

22 years agoBack out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf
Chris Allegretta [Fri, 1 Mar 2002 00:34:49 +0000 (00:34 +0000)]
Back out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf

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

22 years ago- utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since...
Chris Allegretta [Thu, 28 Feb 2002 00:57:18 +0000 (00:57 +0000)]
- utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since strcasestr has not been confirmed to be detected properly on various Linux systems

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

22 years agoGet rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into...
Chris Allegretta [Wed, 27 Feb 2002 04:38:32 +0000 (04:38 +0000)]
Get rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into NANO_SMALL check

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

22 years agoMakefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-)
Chris Allegretta [Wed, 27 Feb 2002 04:16:52 +0000 (04:16 +0000)]
Makefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-)

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

22 years ago - Many malloc() cleanups and files.c tweaks by Steven Kneizys, new functions utils...
Chris Allegretta [Wed, 27 Feb 2002 04:14:16 +0000 (04:14 +0000)]
 - Many malloc() cleanups and files.c tweaks by Steven Kneizys, new functions utils.c:free_shortcutage() (got to love that name\!) & free_toggles(), and big cleanup program thanks_for_all_the_fish() (originally thanks_for_the_memories()).  Mods to shortcut_init() by Chris

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

22 years agoI suck. Forgot to add m4 to SUBDIRS, and typoed m4/Makefile.am. All in the same commit!
Jordi Mallach [Tue, 26 Feb 2002 23:18:49 +0000 (23:18 +0000)]
I suck. Forgot to add m4 to SUBDIRS, and typoed m4/Makefile.am. All in the same commit!

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

22 years agoArgh. Now call autoheader after aclocal.
Jordi Mallach [Tue, 26 Feb 2002 22:49:02 +0000 (22:49 +0000)]
Argh. Now call autoheader after aclocal.

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

22 years agoMove to autoconf 2.5.
Jordi Mallach [Sat, 23 Feb 2002 18:23:43 +0000 (18:23 +0000)]
Move to autoconf 2.5.
configure.in moved to configure.ac, to make things completely obvious.
Removed m4/largefile.m4, which is provided by ac2.5, and add Makefile.am for that dir.
Updated README.CVS to reflect this.

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

22 years agoMultiple unnamed buffers allowed, multiple filename extensions on die_save_file(...
Chris Allegretta [Fri, 22 Feb 2002 04:30:50 +0000 (04:30 +0000)]
Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes

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

22 years agoGet rid of unneeded skip var
Chris Allegretta [Fri, 22 Feb 2002 03:29:43 +0000 (03:29 +0000)]
Get rid of unneeded skip var

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

22 years agoFix header.
Jordi Mallach [Wed, 20 Feb 2002 16:23:22 +0000 (16:23 +0000)]
Fix header.

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

22 years agoDutch translation updates (Guus Sliepen).
Jordi Mallach [Wed, 20 Feb 2002 16:21:27 +0000 (16:21 +0000)]
Dutch translation updates (Guus Sliepen).

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

22 years agorcfile.c:do_rcfile() - Parse rcfile in as well (Dwayne Rightler)
Chris Allegretta [Sat, 16 Feb 2002 20:34:57 +0000 (20:34 +0000)]
rcfile.c:do_rcfile() - Parse rcfile in  as well (Dwayne Rightler)

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

22 years agoAdded Ken's patch, DLR's latest fixes and a little cleanup to bottombars()
Chris Allegretta [Sat, 16 Feb 2002 20:03:44 +0000 (20:03 +0000)]
Added Ken's patch, DLR's latest fixes and a little cleanup to bottombars()

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

22 years agoGet rid of unnecessary stuff in help_init() that was commented out
Chris Allegretta [Fri, 15 Feb 2002 21:12:52 +0000 (21:12 +0000)]
Get rid of unnecessary stuff in help_init() that was commented out

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

22 years ago407 == ^z fix, get rid of unusaed variables
Chris Allegretta [Fri, 15 Feb 2002 20:08:05 +0000 (20:08 +0000)]
407 == ^z fix, get rid of unusaed variables

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

22 years agoDLR's patch merged, Static toggles and shortcut gone, lots of stuff changed
Chris Allegretta [Fri, 15 Feb 2002 19:17:02 +0000 (19:17 +0000)]
DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed

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

22 years agoNorwegian bokmål translation updates (Stig E Sandø).
Jordi Mallach [Fri, 15 Feb 2002 18:55:06 +0000 (18:55 +0000)]
Norwegian bokmål translation updates (Stig E Sandø).

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

22 years agoNorwegian bokmål translation updates (Stig E Sandoe).
Jordi Mallach [Fri, 15 Feb 2002 17:13:11 +0000 (17:13 +0000)]
Norwegian bokmål translation updates (Stig E Sandoe).

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

22 years agoDanish translation updates (Keld Simonsen).
Jordi Mallach [Thu, 14 Feb 2002 18:57:23 +0000 (18:57 +0000)]
Danish translation updates (Keld Simonsen).

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

22 years agoRemove RELATIVECHARS from nano.h (DLR)
Chris Allegretta [Thu, 14 Feb 2002 01:29:07 +0000 (01:29 +0000)]
Remove RELATIVECHARS from nano.h (DLR)

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

22 years ago- winio.c:do_cursorpos() - Rewritten to show col place as well as charcter place...
Chris Allegretta [Tue, 12 Feb 2002 01:57:24 +0000 (01:57 +0000)]
- winio.c:do_cursorpos() - Rewritten to show col place as well as charcter place, without needing an entirely separate flag

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

22 years agoHungarian translation updates (Gergely Nagy).
Jordi Mallach [Sat, 9 Feb 2002 23:15:44 +0000 (23:15 +0000)]
Hungarian translation updates (Gergely Nagy).

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

22 years ago- Makefile.am: - Change localedir line to 1.0's version
Chris Allegretta [Sat, 9 Feb 2002 21:56:09 +0000 (21:56 +0000)]
- Makefile.am: - Change localedir line to 1.0's version

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

22 years agoRussian and Ukrainian translation updates (Sergey A. Ribalchenko).
Jordi Mallach [Thu, 7 Feb 2002 13:51:00 +0000 (13:51 +0000)]
Russian and Ukrainian translation updates (Sergey A. Ribalchenko).

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

22 years agoHungarian translation updates (Gergely Nagy).
Jordi Mallach [Wed, 6 Feb 2002 20:53:04 +0000 (20:53 +0000)]
Hungarian translation updates (Gergely Nagy).

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

22 years agoPartial Czech translation updates (Vaclav Haisman).
Jordi Mallach [Wed, 6 Feb 2002 12:14:25 +0000 (12:14 +0000)]
Partial Czech translation updates (Vaclav Haisman).

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

22 years agoAllow " symbol to be in regex without leading by checking for *ptr+1 is not the end...
Chris Allegretta [Sat, 2 Feb 2002 07:13:02 +0000 (07:13 +0000)]
Allow " symbol to be in regex without leading by checking for *ptr+1 is not the end of the regex

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

22 years agoUpdate the Sourceforge lists to the GNU ones
Chris Allegretta [Fri, 1 Feb 2002 13:40:34 +0000 (13:40 +0000)]
Update the Sourceforge lists to the GNU ones

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

22 years agoOops, correct anonymous user name.
Jordi Mallach [Thu, 31 Jan 2002 09:53:57 +0000 (09:53 +0000)]
Oops, correct anonymous user name.

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

22 years agoChanged recommendation on automake to -p5, not -p4.
Jordi Mallach [Wed, 30 Jan 2002 16:29:31 +0000 (16:29 +0000)]
Changed recommendation on automake to -p5, not -p4.
Moved to Savannah repositories.
Added a hint to download the stable branch.

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

22 years agoRe-add the changes since the CVS tarball was made *argh*
Chris Allegretta [Mon, 28 Jan 2002 15:56:15 +0000 (15:56 +0000)]
Re-add the changes since the CVS tarball was made *argh*

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

22 years agoFrench, German and Norwegian nynorsk updates.
Jordi Mallach [Sat, 26 Jan 2002 19:23:37 +0000 (19:23 +0000)]
French, German and Norwegian nynorsk updates.

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

22 years ago- nanorc.sample - Mention unset in the sample nanorc
Chris Allegretta [Sat, 26 Jan 2002 03:42:14 +0000 (03:42 +0000)]
- nanorc.sample - Mention unset in the sample nanorc

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

22 years agoMention unset in the sample nanorc
Chris Allegretta [Sat, 26 Jan 2002 03:34:06 +0000 (03:34 +0000)]
Mention unset in the sample nanorc

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

22 years agoFrench and Swedish translation updates.
Jordi Mallach [Sat, 26 Jan 2002 00:46:47 +0000 (00:46 +0000)]
French and Swedish translation updates.

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

22 years ago- General - New flag RELATIVECHARS to show column positino relative to the current...
Chris Allegretta [Fri, 25 Jan 2002 21:59:02 +0000 (21:59 +0000)]
- General - New flag RELATIVECHARS to show column positino relative to the current line instead of the current file.  New flag -C, --relative, changes to do_cursorpos()

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

22 years agoCatalan and Spanish updates.
Jordi Mallach [Fri, 25 Jan 2002 21:00:18 +0000 (21:00 +0000)]
Catalan and Spanish updates.

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

22 years agoBack to CVS
Chris Allegretta [Fri, 25 Jan 2002 17:04:18 +0000 (17:04 +0000)]
Back to CVS

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

22 years agoGNU nano 1.1.6 release v1.1.6
Chris Allegretta [Fri, 25 Jan 2002 17:02:32 +0000 (17:02 +0000)]
GNU nano 1.1.6 release

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

22 years agoOops, add glib21.m4 to the m4 dir
Chris Allegretta [Thu, 24 Jan 2002 22:00:50 +0000 (22:00 +0000)]
Oops, add glib21.m4 to the m4 dir

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

22 years agoOops, make that NANO_AM_GNU_GETTEXT
Chris Allegretta [Thu, 24 Jan 2002 14:18:05 +0000 (14:18 +0000)]
Oops, make that NANO_AM_GNU_GETTEXT

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

22 years agoAdded depcomp.
Jordi Mallach [Wed, 23 Jan 2002 13:32:55 +0000 (13:32 +0000)]
Added depcomp.

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

22 years agoCatalan & Spanish updates.
Jordi Mallach [Wed, 23 Jan 2002 13:24:38 +0000 (13:24 +0000)]
Catalan & Spanish updates.

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

22 years agoCVS usage documentation.
Jordi Mallach [Wed, 23 Jan 2002 13:20:20 +0000 (13:20 +0000)]
CVS usage documentation.

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

22 years agoNo Im not releasing 1.1.6 yet
Chris Allegretta [Wed, 23 Jan 2002 02:38:52 +0000 (02:38 +0000)]
No Im not releasing 1.1.6 yet

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

22 years agoAdd the codeset.m4 and iconv.m4 entries to Makefile.am
Chris Allegretta [Wed, 23 Jan 2002 02:37:36 +0000 (02:37 +0000)]
Add the codeset.m4 and iconv.m4 entries to Makefile.am

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

22 years agoAdd all of automake 1.4s .m4 files
Chris Allegretta [Wed, 23 Jan 2002 02:27:19 +0000 (02:27 +0000)]
Add all of automake 1.4s .m4 files

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

22 years agoDowngraded from automake 1.5, as there are severe security implications
Chris Allegretta [Wed, 23 Jan 2002 01:17:23 +0000 (01:17 +0000)]
Downgraded from automake 1.5, as there are severe security implications

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

22 years agoDowngraded from automake 1.5, as there are severe security implications
Chris Allegretta [Wed, 23 Jan 2002 01:06:20 +0000 (01:06 +0000)]
Downgraded from automake 1.5, as there are severe security implications

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

22 years ago- rcfile.c:General - Added stdarg.h to includes
Chris Allegretta [Tue, 22 Jan 2002 20:09:20 +0000 (20:09 +0000)]
- rcfile.c:General - Added stdarg.h to includes

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

22 years ago- search.c:do_search() - Check position of cursor and return value of findnextstr...
Chris Allegretta [Mon, 21 Jan 2002 20:40:14 +0000 (20:40 +0000)]
- search.c:do_search() - Check position of cursor and return value of findnextstr and tell user if search string only occurs once (Rocco & Chris)

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

22 years ago- nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco...
Chris Allegretta [Mon, 21 Jan 2002 20:32:22 +0000 (20:32 +0000)]
- nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi)

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

22 years ago- nano.c:do_char() - Run edit_refresh() if ENABLE_COLOR is defined so adding multi...
Chris Allegretta [Sun, 20 Jan 2002 00:54:42 +0000 (00:54 +0000)]
- nano.c:do_char() - Run edit_refresh() if ENABLE_COLOR is defined so adding multi-liners will update (e.g. /* in C)

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

22 years ago- .cvsignore - Added config.guess config.sub install-sh missing & mkinstalldirs
Chris Allegretta [Sat, 19 Jan 2002 19:35:12 +0000 (19:35 +0000)]
- .cvsignore - Added config.guess config.sub install-sh missing & mkinstalldirs

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

22 years agoautoheader should be called before.
Jordi Mallach [Sat, 19 Jan 2002 19:23:55 +0000 (19:23 +0000)]
autoheader should be called before.

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

22 years ago- Upgraded missing and installdirs scripts
Chris Allegretta [Sat, 19 Jan 2002 19:23:21 +0000 (19:23 +0000)]
- Upgraded missing and installdirs scripts

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

22 years agoOh, asty...
Jordi Mallach [Sat, 19 Jan 2002 19:20:44 +0000 (19:20 +0000)]
Oh, asty...

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

22 years ago- Upgrade to gettext 0.10.40, probably broke everything again :)
Chris Allegretta [Sat, 19 Jan 2002 19:15:18 +0000 (19:15 +0000)]
- Upgrade to gettext 0.10.40, probably broke everything again :)

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

22 years ago- General - Added multiple-line regex support. Format in .nanorc is start=regex...
Chris Allegretta [Sat, 19 Jan 2002 16:52:34 +0000 (16:52 +0000)]
- General - Added multiple-line regex support.  Format in .nanorc is start=regex end=regex.  Cleaned up nanorc:parse_colors(), added parse_next_regex(), changes to edit_add in winio.c(), changes to colortype, cleaning up some old cruft

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

22 years agore-indent winio.c
Chris Allegretta [Sat, 19 Jan 2002 01:59:37 +0000 (01:59 +0000)]
re-indent winio.c

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

22 years agoCatalan and Spanish updates, sync with CVS.
Jordi Mallach [Fri, 18 Jan 2002 23:32:22 +0000 (23:32 +0000)]
Catalan and Spanish updates, sync with CVS.

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

22 years agoFix typo.
Jordi Mallach [Fri, 18 Jan 2002 23:16:33 +0000 (23:16 +0000)]
Fix typo.

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

22 years agoDanish translation update (Keld Simonsen).
Jordi Mallach [Fri, 18 Jan 2002 23:04:16 +0000 (23:04 +0000)]
Danish translation update (Keld Simonsen).

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

22 years agoLatest color and regex fixes. Multi-line color doesn't work yet, just syncing in...
Chris Allegretta [Fri, 18 Jan 2002 21:54:35 +0000 (21:54 +0000)]
Latest color and regex fixes.  Multi-line color doesn't work yet, just syncing in case of disaster

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

22 years agoShow --enable-multibuffer independently of --enable-extra.
Jordi Mallach [Thu, 17 Jan 2002 12:40:33 +0000 (12:40 +0000)]
Show --enable-multibuffer independently of --enable-extra.

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

22 years agoTranslation updates since 1.1.5.
Jordi Mallach [Thu, 17 Jan 2002 12:22:15 +0000 (12:22 +0000)]
Translation updates since 1.1.5.

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

22 years agoHm, fix entry.
Jordi Mallach [Thu, 17 Jan 2002 12:14:23 +0000 (12:14 +0000)]
Hm, fix entry.

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

22 years agoAdded new Norwegian translations, fixed THANKS.
Jordi Mallach [Thu, 17 Jan 2002 12:06:49 +0000 (12:06 +0000)]
Added new Norwegian translations, fixed THANKS.

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

22 years agoMoved no.po to nn.po.
Jordi Mallach [Thu, 17 Jan 2002 11:54:37 +0000 (11:54 +0000)]
Moved no.po to nn.po.
New Norwegian bokmål translation, by Stig E Sandoe <stig@ii.uib.no>.
Updated Norwegian nynorsk translation, by Kjetil Torgrim Homme <kjetilho@linpro.no>.

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

22 years ago- color.c:do_colorinit() - Moved some comments and braces around so color can work...
Chris Allegretta [Wed, 16 Jan 2002 01:09:11 +0000 (01:09 +0000)]
- color.c:do_colorinit() - Moved some comments and braces around so color can work w/slang (DLR)

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

22 years ago- nano.c:do_wrap() - Move right increment to part where new line is created, should...
Chris Allegretta [Wed, 16 Jan 2002 00:54:47 +0000 (00:54 +0000)]
- nano.c:do_wrap() - Move right increment to part where new line is created, should change (fix?) some wrapping problems with autoindent

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

22 years ago- search.c:findnextstr() - Fix off by one in check for wrap around (Rocco Corsi)
Chris Allegretta [Mon, 14 Jan 2002 03:31:10 +0000 (03:31 +0000)]
- search.c:findnextstr() - Fix off by one in check for wrap around (Rocco Corsi)

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

22 years agoMinor bracket alignment fix
Rocco Corsi [Sun, 13 Jan 2002 03:18:03 +0000 (03:18 +0000)]
Minor bracket alignment fix

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

22 years agoTypo fix.
Jordi Mallach [Sat, 12 Jan 2002 22:15:41 +0000 (22:15 +0000)]
Typo fix.

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

22 years agoYet another French translation update.
Jordi Mallach [Sat, 12 Jan 2002 02:31:38 +0000 (02:31 +0000)]
Yet another French translation update.

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

22 years agoOops, make that Bug #68 :-)
Chris Allegretta [Thu, 10 Jan 2002 12:48:16 +0000 (12:48 +0000)]
Oops, make that Bug #68 :-)

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

22 years ago- nano.c:do_suspend() - Call tcsetattr() to restore the old terminal settings, so...
Chris Allegretta [Thu, 10 Jan 2002 12:44:21 +0000 (12:44 +0000)]
- nano.c:do_suspend() - Call tcsetattr() to restore the old terminal settings, so tcsh can use ^C after suspend for example (fixes BUG #67)

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

22 years ago- General - Add Alt-G (NANO_ALT_GOTO_KEY) as alternate for goto dir in browser
Chris Allegretta [Thu, 10 Jan 2002 00:50:38 +0000 (00:50 +0000)]
- General - Add Alt-G (NANO_ALT_GOTO_KEY) as alternate for goto dir in browser

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

22 years agoNew French updates.
Jordi Mallach [Wed, 9 Jan 2002 23:54:24 +0000 (23:54 +0000)]
New French updates.

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

22 years ago- Better partial word checking code. New function search.c:is_whole_word(), changes...
Chris Allegretta [Tue, 8 Jan 2002 15:00:24 +0000 (15:00 +0000)]
- Better partial word checking code. New function search.c:is_whole_word(), changes to findnextstr(), and nano.c:do_int_spell_fix() (Rocco Corsi)

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

22 years agoFrench, Russian and Ukrainian translation updates.
Jordi Mallach [Tue, 8 Jan 2002 14:07:39 +0000 (14:07 +0000)]
French, Russian and Ukrainian translation updates.

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

22 years ago- General - Add Meta-A as alternate keyystroke for ^^ for people with non-US keyboar...
Chris Allegretta [Tue, 8 Jan 2002 00:33:32 +0000 (00:33 +0000)]
- General  - Add Meta-A as alternate keyystroke for ^^ for people with non-US keyboards, and fix one missed NANO_ALT_R that should be NANO_ALT_REPLACE_KEY

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

22 years agomain() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded...
Chris Allegretta [Mon, 7 Jan 2002 16:43:25 +0000 (16:43 +0000)]
main() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded values

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

22 years agoGerman translation update (Michael Piefel).
Jordi Mallach [Mon, 7 Jan 2002 15:16:26 +0000 (15:16 +0000)]
German translation update (Michael Piefel).

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

22 years agoSwedish translation update.
Jordi Mallach [Mon, 7 Jan 2002 15:12:48 +0000 (15:12 +0000)]
Swedish translation update.

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

22 years ago- winio.c:edit_refresh() - Rename lines to nlines to fix AIX breakage (reported by...
Chris Allegretta [Mon, 7 Jan 2002 14:41:32 +0000 (14:41 +0000)]
- winio.c:edit_refresh() - Rename lines to nlines to fix AIX breakage (reported by Dennis Cranston, re-reported by arh14@cornell.edu)

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

22 years agoCatalan and Spanish translation updates.
Jordi Mallach [Mon, 7 Jan 2002 11:50:13 +0000 (11:50 +0000)]
Catalan and Spanish translation updates.

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

22 years agoFixed --keypad description.
Jordi Mallach [Mon, 7 Jan 2002 11:35:16 +0000 (11:35 +0000)]
Fixed --keypad description.

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

22 years agoBack to CVS ver
Chris Allegretta [Sat, 5 Jan 2002 20:01:53 +0000 (20:01 +0000)]
Back to CVS ver

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

22 years agoGNU nano 1.1.5 release v1.1.5
Chris Allegretta [Sat, 5 Jan 2002 19:49:06 +0000 (19:49 +0000)]
GNU nano 1.1.5 release

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

22 years ago- winio.c:statusq() - Initialize "list"
Chris Allegretta [Sat, 5 Jan 2002 18:59:54 +0000 (18:59 +0000)]
- winio.c:statusq()  - Initialize "list"

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