- e373909 - files.c:do_insertfile() - Handle cancel from ExtCmd properly (David Benbennick) by Chris Allegretta · 23 years ago
- 465a0ff Danish updates. by Jordi Mallach · 23 years ago
- 2598c66 DLR's patch by Chris Allegretta · 23 years ago
- 7afc6d9 Italian updates (Marco Colombo). by Jordi Mallach · 23 years ago
- d1c2c1c - search.c:do_gotoline() - Set placewewant if we actually move to a different line by Chris Allegretta · 23 years ago
- f6cba64 David's fixes for read_file and the assert stuff for renumber by Chris Allegretta · 23 years ago
- bb88ece Rocco's mods to open_pipe by Chris Allegretta · 23 years ago
- f21f3fc - nano.c:do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) by Chris Allegretta · 23 years ago
- 9c20ab0 Indonesian translation updates. by Jordi Mallach · 23 years ago
- 373bc2f General - Added separate regex variable (color_regex and colormatches) so that color syntax and regex search/replace can coexist by Chris Allegretta · 23 years ago
- 3533a34 General - Added separate regex variable (color_regex and colormatches) so that color syntax and regex search/replace can coexist by Chris Allegretta · 23 years ago
- b23d144 Redo open_pipe with just pipes and no FIFOs by Chris Allegretta · 23 years ago
- cf1d812 - nano.c:do_justify() - More fixes for indented justify (David Benbennick) by Chris Allegretta · 23 years ago
- 52c5a6e External command code and fix for BUG #70 by Chris Allegretta · 23 years ago
- 7fa082d French translation updates (Jean-Philippe Guérard). by Jordi Mallach · 24 years ago
- dce44ab winio.c:do_credits() - Add Thomas Dickey by Chris Allegretta · 24 years ago
- b83e61a Polish translation updates (Wojciech Kotwica). by Jordi Mallach · 24 years ago
- 286ee1f Fix date. by Jordi Mallach · 24 years ago
- 057c3c4 Russian and Ukrainian translation updates (Sergey A. Ribalchenko). by Jordi Mallach · 24 years ago
- 6e6a7ac Iberian translations update. by Jordi Mallach · 24 years ago
- 5477e10 Galician translatin updates (Jacobo Tarrio). by Jordi Mallach · 24 years ago
- 558b5d8 French translation updates (Jean-Philippe Guérard). by Jordi Mallach · 24 years ago
- 45329a1 Rocco's fixes by Chris Allegretta · 24 years ago
- d1ec7b0 Allow flags with args to be translatable by Chris Allegretta · 24 years ago
- b479c89 - nano.c:help_init() - Various fixes and string changes by Chris Allegretta · 24 years ago
- 1f8394d Add newlines to gotodir help text by Chris Allegretta · 24 years ago
- f7277b8 Header fixes. by Jordi Mallach · 24 years ago
- 3fc5d57 - nano.c:usage() - Rewritten to encompass systems with and without GETOPT_LONG. New function print1opt does most of the dirty work, stops duplication of effort and eases translator's jobs. Also breaks all the current translations ;-) by Chris Allegretta · 24 years ago
- 4e803aa Catalan, Indonesian and Spanish translation updates. by Jordi Mallach · 24 years ago
- 97e6fe6 - nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi) by Chris Allegretta · 24 years ago
- 4951c66 German & Swedish translation updates. by Jordi Mallach · 24 years ago
- 5902f96 - nano.c:help_init() - Capitalize Meta altkeys by Chris Allegretta · 24 years ago
- e8e1034 - rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rard by Chris Allegretta · 24 years ago
- 1596d38 - rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rard by Chris Allegretta · 24 years ago
- 79dcc47 Groar. Kill it this time. by Jordi Mallach · 24 years ago
- 564535a - files.c:check_writable_directory() - Stat full_path, not path (Steven Kneizys) by Chris Allegretta · 24 years ago
- 40ecbad NANO_SMALL issues by Chris Allegretta · 24 years ago
- ee91f71 shitstamp by Jordi Mallach · 24 years ago
- bef1297 Type misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys) by Chris Allegretta · 24 years ago
- 26d59ea Back to CVS by Chris Allegretta · 24 years ago
- 97489d2 GNU nano 1.1.7 release by Chris Allegretta · 24 years ago
- 46c1b9e nano.c:do_justify() - Don't continue to justify string if it's indented more (quoting wise) than the beginning of the justification by Chris Allegretta · 24 years ago
- d4fa0d3 justify_format(), do_justify() - Various fixes for starting blank spaces, spaces after punctuation, & segfault with quoting strings (David Benbennick) by Chris Allegretta · 24 years ago
- 46e3118 We actually need ac 2.52. by Jordi Mallach · 24 years ago
- 87435d9 Removed m4 stuff from topdir Makefile.am, again. by Jordi Mallach · 24 years ago
- a3322fd Polish translation updates (Wojciech Kotwica). by Jordi Mallach · 24 years ago
- 459c03d Ugh\! Re-readding the M4 stuff because I don't want to have to run autogen every time I touch configure.ac by Chris Allegretta · 24 years ago
- 6324530 Minor fix for quote code, forgot to adjust null by qdepth by Chris Allegretta · 24 years ago
- 7a053fc Added -N, -Q. by Jordi Mallach · 24 years ago
- fd0fe7e Prototype fix for get_full_path (DLR) by Chris Allegretta · 24 years ago
- 40639dd Fixed broken mouse handling with new shortcut setup by Chris Allegretta · 24 years ago
- 309aa50 Fix typo and add man page by Chris Allegretta · 24 years ago
- d76ca2b Add rcfile support for quotestr and fix strcasestr by Chris Allegretta · 24 years ago
- e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 24 years ago
- 5f87021 Make do_cursorpos() use xpt() instead of just current_x which is inaccurate by Chris Allegretta · 24 years ago
- 6f74600 Back out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf by Chris Allegretta · 24 years ago
- 99ed9dc - utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since strcasestr has not been confirmed to be detected properly on various Linux systems by Chris Allegretta · 24 years ago
- 6235a7d Get rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into NANO_SMALL check by Chris Allegretta · 24 years ago
- 2d698b7 Makefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-) by Chris Allegretta · 24 years ago
- f5de33a - 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 by Chris Allegretta · 24 years ago
- bbcac93 I suck. Forgot to add m4 to SUBDIRS, and typoed m4/Makefile.am. All in the same commit! by Jordi Mallach · 24 years ago
- f821db9 Argh. Now call autoheader after aclocal. by Jordi Mallach · 24 years ago
- 3c5653d Move to autoconf 2.5. by Jordi Mallach · 24 years ago
- 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 24 years ago
- 3a6d70d Get rid of unneeded skip var by Chris Allegretta · 24 years ago
- 2ce9205 Fix header. by Jordi Mallach · 24 years ago
- 62d2171 Dutch translation updates (Guus Sliepen). by Jordi Mallach · 24 years ago
- ff8a68c rcfile.c:do_rcfile() - Parse rcfile in as well (Dwayne Rightler) by Chris Allegretta · 24 years ago
- bc72e36 Added Ken's patch, DLR's latest fixes and a little cleanup to bottombars() by Chris Allegretta · 24 years ago
- 7e65d2f Get rid of unnecessary stuff in help_init() that was commented out by Chris Allegretta · 24 years ago
- 9caa193 407 == ^z fix, get rid of unusaed variables by Chris Allegretta · 24 years ago
- a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 24 years ago
- 025a42c Norwegian bokmål translation updates (Stig E Sandø). by Jordi Mallach · 24 years ago
- e46d43d Norwegian bokmål translation updates (Stig E Sandoe). by Jordi Mallach · 24 years ago
- 507c361 Danish translation updates (Keld Simonsen). by Jordi Mallach · 24 years ago
- a824a9a Remove RELATIVECHARS from nano.h (DLR) by Chris Allegretta · 24 years ago
- f27c697 - winio.c:do_cursorpos() - Rewritten to show col place as well as charcter place, without needing an entirely separate flag by Chris Allegretta · 24 years ago
- 7eccc79 Hungarian translation updates (Gergely Nagy). by Jordi Mallach · 24 years ago
- 40b85e7 - Makefile.am: - Change localedir line to 1.0's version by Chris Allegretta · 24 years ago
- b3b28c1 Russian and Ukrainian translation updates (Sergey A. Ribalchenko). by Jordi Mallach · 24 years ago
- 8bfd311 Hungarian translation updates (Gergely Nagy). by Jordi Mallach · 24 years ago
- 94def06 Partial Czech translation updates (Vaclav Haisman). by Jordi Mallach · 24 years ago
- 3d8e759 Allow " symbol to be in regex without leading by checking for *ptr+1 is not the end of the regex by Chris Allegretta · 24 years ago
- db3dc57 Update the Sourceforge lists to the GNU ones by Chris Allegretta · 24 years ago
- a039b57 Oops, correct anonymous user name. by Jordi Mallach · 24 years ago
- 02f3394 Changed recommendation on automake to -p5, not -p4. by Jordi Mallach · 24 years ago
- 8dbfb5c Re-add the changes since the CVS tarball was made *argh* by Chris Allegretta · 24 years ago
- 8636f7b French, German and Norwegian nynorsk updates. by Jordi Mallach · 24 years ago
- 3c597d0 - nanorc.sample - Mention unset in the sample nanorc by Chris Allegretta · 24 years ago
- 2440a51 Mention unset in the sample nanorc by Chris Allegretta · 24 years ago
- 9c34a16 French and Swedish translation updates. by Jordi Mallach · 24 years ago
- 14b3ca9 - 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() by Chris Allegretta · 24 years ago
- 83ffefb Catalan and Spanish updates. by Jordi Mallach · 24 years ago
- 121b9b9 Back to CVS by Chris Allegretta · 24 years ago
- 491029e GNU nano 1.1.6 release by Chris Allegretta · 24 years ago
- 915b680 Oops, add glib21.m4 to the m4 dir by Chris Allegretta · 24 years ago
- 54c7b16 Oops, make that NANO_AM_GNU_GETTEXT by Chris Allegretta · 24 years ago
- b9b9f5c Added depcomp. by Jordi Mallach · 24 years ago
- 380076b Catalan & Spanish updates. by Jordi Mallach · 24 years ago
- 9045319 CVS usage documentation. by Jordi Mallach · 24 years ago