- c84e765 2008-10-13 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- 5c1c143 2008-10-04 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- 3c4e991 Back to SVN by Chris Allegretta · 17 years ago
- 8f0a921 GNU nano 2.1.6 release by Chris Allegretta · 17 years ago
- 513157d 2008-10-03 Pascal Gentil <pascal.gentil@univ-rennes1.fr> by Chris Allegretta · 17 years ago
- fa195e6 2009-09-30 Dirkjan Ochtman <dirkjan@ochtman.nl> by Chris Allegretta · 17 years ago
- 215eb36 2008-09-30 <bluestorm_dylc@hotmail.com> by Chris Allegretta · 17 years ago
- 83c3f95 make --enable-tiny disable the new enabled-by-default options as that's presumably the expected behavior by Chris Allegretta · 17 years ago
- 025548a * configure.ac: Change extra, multibuffer, color and rcfile to default to enabled by Chris Allegretta · 17 years ago
- 8227d41 2008-09-30 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- f30c139 2008-09-21 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- b549f37 2008-09-16 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- e137f12 * nano.c: Do call disable_signals at startup regardless, since under cygwin we can't generate by Chris Allegretta · 17 years ago
- 86cab67 Back to svn! by Chris Allegretta · 17 years ago
- 566635e GNU nano 2.1.5 release by Chris Allegretta · 17 years ago
- 95a9de0 Move the wordbounds check down so it will happen if either --enable-all or --enable-color by Chris Allegretta · 17 years ago
- 1d77823 * global.c, help.c, browser.c, files.c, proto.h: Fix several compipation and programmatic by Chris Allegretta · 17 years ago
- 874969b * nano-regress: New perl script to check for some of the more obvious issues with compilation by Chris Allegretta · 17 years ago
- 6b83e52 2008-08-29 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- faeeb5b 2008-08-28 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- dc7136a * text.c (do_enter): Fix issue when compiled with --enable-debug, fixes Savannah bug 24092. by Chris Allegretta · 17 years ago
- 77bf1b5 2008-08-21 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
- 90ad8e2 2008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?> by Chris Allegretta · 17 years ago
- 2cc5888 * files.c (write_file): Check exit code of fclose(), since in certain out of space conditions the OS will by Chris Allegretta · 17 years ago
- 93f2ea1 Back to svn. by Chris Allegretta · 17 years ago
- d2780ec GNU nano 2.1.4 release. by Chris Allegretta · 17 years ago
- 80ea9c5 * text.c (add_undo): Fix check for multi-line cut check skips adding other new legit events. by Chris Allegretta · 17 years ago
- b08b386 Re-add the skip_backup label since we do still need it in one case. by Chris Allegretta · 17 years ago
- 5c27d72 * text.c (do_redo): Fix improperly restoring the text when redoing a line split. by Chris Allegretta · 17 years ago
- 447f1b4 * files.c: Do not go on and attempt to write the main file if writing the backup file failed, by Chris Allegretta · 17 years ago
- 6f681c1 * text.c: Reset openfile-> to OTHER after an undo or redo so we don't mistakenly by Chris Allegretta · 17 years ago
- a50d0e3 Back to SVN version by Chris Allegretta · 17 years ago
- 599c559 GNU nano 2.1.3 release by Chris Allegretta · 17 years ago
- ea57787 - Add redo of an insert - Fix bug in fsfromlineno - Tiny cleanups in undo by Chris Allegretta · 17 years ago
- 14c8620 - Change add_undo and current_undo to only take action arg, as openfilestruct arg is always openfile by Chris Allegretta · 17 years ago
- 3c1131a - Add very basic undo for text replace. by Chris Allegretta · 17 years ago
- 015c740 Allow current undo code to compile with NANO_TINY by Chris Allegretta · 17 years ago
- d31ddb7 Allow basic multi-^K cuts to be redone properly. Code getting uglier by the second. by Chris Allegretta · 17 years ago
- 8f76112 - When undoing a cut, set cutbuffer to NULL after freeing the current one by Chris Allegretta · 17 years ago
- 1f37c45 When redoing a text add, actually copy the beginning of the line back! by Chris Allegretta · 17 years ago
- 91a1862 Add undoing argument to do_cut_text as we don't want to be messing around with the undo contents when we're in the by Chris Allegretta · 17 years ago
- e418b69 * configure.ac: Add ncursesw dir to include path if lib detected by Chris Allegretta · 17 years ago
- 12dc8ca Commit back some undo/redo rewrites by Chris Allegretta · 17 years ago
- 0b499d4 Add xflags to undo struct so we can add extra info to the undo process (e.g. backspace vs delete) by Chris Allegretta · 17 years ago
- fa40694 Allow backspace to be bound to keys in .nanorc by Chris Allegretta · 17 years ago
- 70859f4 Add ability to rebind the (still unfinished) undo and redo functions in case anyone is interested in testing it out early. by Chris Allegretta · 17 years ago
- 9fb13fb 2008-07-11 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 17 years ago
- 274142c Clean up some unused variables from old undo implementation. by Chris Allegretta · 17 years ago
- b857678 2008-07-11 Fabian Groffen <grobian@gentoo.org> by Chris Allegretta · 17 years ago
- a9dea98 2008-07-11 Michael Haubenwallner <michael.haubenwallner@salomon.at> by Chris Allegretta · 17 years ago
- a855fa2 2008-07-11 Michael Haubenwallner <michael.haubenwallner@salomon.at> by Chris Allegretta · 17 years ago
- 09b8124 Savannah bug 23751: Segfault when viewing help using Japanese locale by Chris Allegretta · 17 years ago
- 07fcc4c Add beginning undo feature, since I want to start fixing bugs from savannah and don't want to manager another checking, and the code basically works for some operations. by Chris Allegretta · 17 years ago
- 1347f22 Fix for 23733: search history broken with nano-2.1.1+ by Chris Allegretta · 17 years ago
- 9015f18 Back to SVN by Chris Allegretta · 17 years ago
- 2c367bf GNU nano 2.1.2 release. by Chris Allegretta · 17 years ago
- 47a7ac2 Add ChangeLog update for previous fix, argh. by Chris Allegretta · 17 years ago
- fb41a07 Add function check_bad_binding to check ppl arent binding things they shouldn, though currently its only one entry long ('meta-[') by Chris Allegretta · 17 years ago
- 1b6ed07 Add a fix for bug #23144 that actually works (several bugs in one here) by Chris Allegretta · 17 years ago
- 1371fb6 Tentative fix for bug #23144: using arrow keys in search buffer affects main window by Chris Allegretta · 17 years ago
- 3daeeeb Fix for Savannah bug #23442: left/right arrow keys do not work with --enable-tiny by Chris Allegretta · 17 years ago
- 8b6461f files.c,proto.h,text.c: Fix for conflicts with AIX curses variables, from William Jojo <jojowil@hvcc.edu> by Chris Allegretta · 17 years ago
- 506af6f global.c: Fix for compile error when --disable-speller is used (Savannah bug 23227 by Mike Frysinger) by Chris Allegretta · 17 years ago
- f9cf362 Minor formatting issue and trying to test why my writes are failing to the svn tree in 2.0. by Chris Allegretta · 17 years ago
- e67bf80 Fix for segfault when window size is too small by Andreas Amann <andreas.amann@tyndall.ie> by Chris Allegretta · 17 years ago
- ed505f5 Makefile changes for the included files and updated Changelog by Chris Allegretta · 17 years ago
- deb34f2 New syntax highlighting from Mike F. Credits: by Chris Allegretta · 17 years ago
- c73d071 Minor formatting issue in NEWS for 2.1.1 by Chris Allegretta · 17 years ago
- 9eb7fc6 Back to SVN by Chris Allegretta · 17 years ago
- 9ba6606 Add the newa, argh by Chris Allegretta · 17 years ago
- 33a8b4e GNU nano 2.1.1 release by Chris Allegretta · 17 years ago
- 2cca483 Fix for bug #22780: build failure with --enable-multibuffer --enable-tiny by Chris Allegretta · 17 years ago
- b04248c Benno's latest fixes for help menu translations. by Chris Allegretta · 17 years ago
- 8a59f25 Wow, I somehow did not run into the "invalid range" error by Chris Allegretta · 17 years ago
- cc60c3a Add some rc file name debugging by Chris Allegretta · 17 years ago
- 2ea0b8f Fix default bracket match shortcut by Chris Allegretta · 17 years ago
- dcd19c9 Fix for my fix for Mike's fix...dont add menu item refencing nano_exitbrowser_msg by Chris Allegretta · 17 years ago
- 90ee8ee Add Mike F's latest patches for 2.1.0 and new syntax configs for tcl, php and gentoo. by Chris Allegretta · 17 years ago
- 690e7df Back to svn by Chris Allegretta · 17 years ago
- a1941d2 Gah, upgrate the translations for 2.1.0 by Chris Allegretta · 17 years ago
- 595d6e0 Commit for 2.1.0 release. by Chris Allegretta · 17 years ago
- cc59383 Fix for 106305: unable to ctrl+c out of save when exiting by Chris Allegretta · 17 years ago
- 1fb25fd Add Benno's latest translation fixes for shorcut display, by Chris Allegretta · 17 years ago
- 8ded73e Add .gitignore files for Mike F, remove .cvsignores which are not needed. by Chris Allegretta · 17 years ago
- aa17df0 Fix for bug #22632: verbatim input in prompts broken with nano-2.0.99pre1 by Chris Allegretta · 17 years ago
- d3659f8 Fixes from Benno Schulenberg. by Chris Allegretta · 17 years ago
- 3b97e76 faq.html: Updates for Alpine, subversion access and Savannah. by Chris Allegretta · 17 years ago
- cfb45f8 Fix problems with inserting files using --disable-tabcomp and probably by Chris Allegretta · 17 years ago
- c656e9d Fix for bug #22615: nano-2.0.99pre1 fails to build when configured with --disable-justify by Chris Allegretta · 17 years ago
- 7728f6d Hmm. Actually dont want to download the whole tree, update the trunk by Chris Allegretta · 17 years ago
- ee53592 Actually include the updated SVN document, grr. by Chris Allegretta · 17 years ago
- 990567c Update source checkout information now that we are using svn inetad of cvs. by Chris Allegretta · 17 years ago
- 10f868d - Update man page a little bit more by Chris Allegretta · 17 years ago
- d3a1ff6 Fix multibuffer mode not showing "Close" string anymore on buffer open/closer. by Chris Allegretta · 17 years ago
- 0018d8e - Fix tiny mode again after breaking it again by Chris Allegretta · 17 years ago
- eb64314 Convert more code to use new backend. Add some more sentinel strings by Chris Allegretta · 17 years ago
- c0b7872 Fix the mouse menus not working with new backend, and by Chris Allegretta · 17 years ago
- 17436ce Fix bug 79, add sentinels for function keys in case the user by Chris Allegretta · 17 years ago
- b775c07 Fix workaround for user assigning a meta sequence to a key which has by Chris Allegretta · 17 years ago
- e34cbdc Update BUGS to reflect what got fixed in previous commit. by Chris Allegretta · 17 years ago