- c46337b Credit DLR for the tabs/spaces fixes in nano.h by Chris Allegretta · 23 years ago
- 1c5c338 Fix to parsing getopt args for -I/--ignorercfiles (DLR) by Chris Allegretta · 23 years ago
- 8710411 Get rid of annoying init error in read_file by Chris Allegretta · 23 years ago
- c4e3d9e Another DLR fixin: credits and DOS/Mac compatibility. Also get rid of those colons in ChangeLog after function names by Chris Allegretta · 23 years ago
- cf287c8 More DLR updates by Chris Allegretta · 23 years ago
- 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 23 years ago
- cf2f656 Added Sharuzzaman (Bahasa Melayu). by Jordi Mallach · 23 years ago
- 20eb232 Upgrade automake requirements and add glib. by Jordi Mallach · 23 years ago
- 2641d00 German translation updates (Michael Piefel). by Jordi Mallach · 23 years ago
- 8bf8f89 Updated Danish translation (Keld Simonsen). by Jordi Mallach · 23 years ago
- 7d40134 Merged acconfig.h into configure.ac. by Jordi Mallach · 23 years ago
- d9797bd New Bahasa Melayu translation (Sharuzzaman Ahmat Raslan). by Jordi Mallach · 23 years ago
- 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 23 years ago
- fbc7920 Use AM_GNU_GETTEXT([external]) to fix make distcheck now that intl/ is gone. by Jordi Mallach · 23 years ago
- c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 23 years ago
- 834913c Added remove-potcdate.sed. by Jordi Mallach · 23 years ago
- f21cd10 DLR: latest patch by David Lawrence Ramsey · 23 years ago
- 790d362 Updated credits. by Jordi Mallach · 23 years ago
- bd33865 Upgraded to gettext 0.11.2. by Jordi Mallach · 23 years ago
- 75d0572 Reformat for better reading. by Jordi Mallach · 23 years ago
- 3ac937a Reformat: put open bugs at the top. by Jordi Mallach · 23 years ago
- 5c6379d nanorc.sample - Put in much less crappy example regex rules for c-file by Chris Allegretta · 23 years ago
- 6fe98d7 - global.c:shortcut_init() - Rework IFHELP macro (David Benbennick) by Chris Allegretta · 23 years ago
- 539e27f French and German updates. by Jordi Mallach · 23 years ago
- 1f22687 Italian, Galician, Catalan and Spanish updates. by Jordi Mallach · 23 years ago
- 8b75a78 GNU nano 1.1.9 release by Chris Allegretta · 23 years ago
- 193d775 Swedish updates. by Jordi Mallach · 23 years ago
- a5e889b Added autom4ate.cache, whatever that is. by Jordi Mallach · 23 years ago
- 5e76fe9 Add same regfree call to color.c:update_color() by Chris Allegretta · 23 years ago
- 3674c1d - winio.c:edit_add() - Add in the necessary regfree() calls to stop nano from leaking memory like a sieve when using color syntax highlighting :-) by Chris Allegretta · 23 years ago
- 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 23 years ago
- 403f8dc Added nano.spec. by Jordi Mallach · 23 years ago
- 4dc03d5 DLR's latest patch by Chris Allegretta · 23 years ago
- 7c27be4 added an update_color, updated edit_add, i18ned a string and changed some getopt handlers in main to mallocstrcpy by Chris Allegretta · 23 years ago
- ca76fa9 Swedish translation updates (Christian Rose). by Jordi Mallach · 23 years ago
- 9dccc48 Update and space the nanorc.sample a bit better by Chris Allegretta · 23 years ago
- 21c433d Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal by Chris Allegretta · 23 years ago
- 09900ff Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal by Chris Allegretta · 23 years ago
- 9189c1f Oops, get rid of the stupid debugging code by Chris Allegretta · 23 years ago
- b6c5dc2 - Added syntax command to .nanorc file, to allow multiple syntaxes. New function color.c:update_color(), calls in various files.c places, syntaxtype struct, global variables syntaxes, syntaxfile_regexp and synfilematches by Chris Allegretta · 23 years ago
- 42c6405 s/Debian GNU/Linux/Debian GNU/g by Jordi Mallach · 23 years ago
- 934b76b Indonesian translation updates (Tedi Heriyanto). by Jordi Mallach · 23 years ago
- dab017e - More cleanups with DISABLE flags, better free_shortcutage and free_toggle, and get rid of unnecessary variable decls with NANO_SMALL in shortcut_init() by David Benbennick by Chris Allegretta · 23 years ago
- b275175 Re-add O_CREAT since I botched the merge, some indentation fixes also, by DB by Chris Allegretta · 23 years ago
- 0547eb3 - General: - Change from read() and write() to file streams by Jay Carlson. Allows OS to implement read and write ahead rather than making us do it. Hopefully merged properly by Chris Allegretta · 23 years ago
- 2542274 Prepend fixes for O_CREAT & append compatibililty by David Benbennick by Chris Allegretta · 23 years ago
- 0417a7b Russian and Ukrainian updates. by Jordi Mallach · 23 years ago
- 0e9b7aa - General: - Preliminary prepend code. This may be a bad idea, but I've been wanting it for awhile now and we'll see how bad it messes everything up. Changes to files.c:do_writeout(), write_file() by Chris Allegretta · 23 years ago
- 7f80e66 Italian translation updates (Marco Colombo). by Jordi Mallach · 23 years ago
- d301e10 Dutch translation updates (Guus Sliepen). by Jordi Mallach · 23 years ago
- b18bc69 Swedish updates. by Jordi Mallach · 23 years ago
- f2387fb - Change to openfilestruct for multibuffer mode by DLR. New functions nano.c:make_new_opennode(), free_openfilestruct(), delete_opennode(), unlink_opennode(), splice_opennode(), new struct openfilestruct in nano.h by Chris Allegretta · 23 years ago
- 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
- 108ff58 - FreeBSD compat. Remove KEY_DC from the delete shortcut in global.c:shortcut_init(), add case for 330 under nano.c:main() by Chris Allegretta · 23 years ago
- 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
- 66f373f - nano.h: - NANO_ALT_COMMAND and NANO_ALT_PERIOD were reversed (lol) (David Benbennick) by Chris Allegretta · 23 years ago
- 8349c92 gettext 0.11 writes to messages.mo by default. by Jordi Mallach · 23 years ago
- 0ab011f ca, de, es, fr, gl updates. by Jordi Mallach · 23 years ago
- 8902eba - nano.spec.in: - Don't put Chris' name as the Packager in the distribution by default (Im an idiot) by Chris Allegretta · 23 years ago
- 32b4c96 Back to CVS ver by Chris Allegretta · 23 years ago
- 4ceb30c GNU nano 1.1.8 release by Chris Allegretta · 23 years ago
- ec8c1bc Fix the formatting of the spec a leetle by Chris Allegretta · 23 years ago
- 06d6237 - Added new nano.spec file from Brett <brett@bad-sports.com>, added because maintaining the spec file is getting to be a large by Chris Allegretta · 23 years ago
- 78f0fc6 rcfile fixes by Chris Allegretta · 23 years ago
- 77777d4 Add David Benbennick's changes to open_pipe() and move it to nano.c, and add his nperror function by Chris Allegretta · 23 years ago
- 9b4055c Bah, don't fix what isn't broken by Chris Allegretta · 23 years ago
- 6ca01b1 - nano.c: - Move the termios things in main() up to signal_init(), where they should probably be anyway by Chris Allegretta · 23 years ago
- 8e207bf - nano.c: - Move the termios things in main() up to signal_init(), where they should probably be anyway by Chris Allegretta · 23 years ago
- f3a07b2 - winio.c:do_cursorpos() - Make col numbering start from 1 (suggested by Andrew Ho) by Chris Allegretta · 23 years ago
- 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 · 23 years ago
- dce44ab winio.c:do_credits() - Add Thomas Dickey by Chris Allegretta · 23 years ago
- b83e61a Polish translation updates (Wojciech Kotwica). by Jordi Mallach · 23 years ago
- 286ee1f Fix date. by Jordi Mallach · 23 years ago
- 057c3c4 Russian and Ukrainian translation updates (Sergey A. Ribalchenko). by Jordi Mallach · 23 years ago
- 6e6a7ac Iberian translations update. by Jordi Mallach · 23 years ago
- 5477e10 Galician translatin updates (Jacobo Tarrio). by Jordi Mallach · 23 years ago
- 558b5d8 French translation updates (Jean-Philippe Guérard). by Jordi Mallach · 23 years ago
- 45329a1 Rocco's fixes by Chris Allegretta · 23 years ago
- d1ec7b0 Allow flags with args to be translatable by Chris Allegretta · 23 years ago
- b479c89 - nano.c:help_init() - Various fixes and string changes by Chris Allegretta · 23 years ago
- 1f8394d Add newlines to gotodir help text by Chris Allegretta · 23 years ago
- f7277b8 Header fixes. by Jordi Mallach · 23 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 · 23 years ago
- 4e803aa Catalan, Indonesian and Spanish translation updates. by Jordi Mallach · 23 years ago
- 97e6fe6 - nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi) by Chris Allegretta · 23 years ago
- 4951c66 German & Swedish translation updates. by Jordi Mallach · 23 years ago