]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2008-08-03 Chris Allegretta- Add redo of an insert
2008-08-03 Chris Allegretta- Change add_undo and current_undo to only take action...
2008-08-02 Chris Allegretta- Add very basic undo for text replace.
2008-08-02 Chris AllegrettaAllow current undo code to compile with NANO_TINY
2008-08-01 Chris AllegrettaAllow basic multi-^K cuts to be redone properly. Code...
2008-08-01 Chris Allegretta- When undoing a cut, set cutbuffer to NULL after freei...
2008-08-01 Chris AllegrettaWhen redoing a text add, actually copy the beginning...
2008-08-01 Chris AllegrettaAdd undoing argument to do_cut_text as we don't want...
2008-07-31 Chris Allegretta* configure.ac: Add ncursesw dir to include path if...
2008-07-31 Chris AllegrettaCommit back some undo/redo rewrites
2008-07-14 Chris AllegrettaAdd xflags to undo struct so we can add extra info...
2008-07-13 Chris AllegrettaAllow backspace to be bound to keys in .nanorc
2008-07-13 Chris AllegrettaAdd ability to rebind the (still unfinished) undo and...
2008-07-12 Chris Allegretta2008-07-11 Mike Frysinger <vapier@gentoo.org>
2008-07-12 Chris AllegrettaClean up some unused variables from old undo implementa...
2008-07-12 Chris Allegretta2008-07-11 Fabian Groffen <grobian@gentoo.org>
2008-07-12 Chris Allegretta2008-07-11 Michael Haubenwallner <michael.haubenwallner...
2008-07-12 Chris Allegretta2008-07-11 Michael Haubenwallner <michael.haubenwallner...
2008-07-12 Chris AllegrettaSavannah bug 23751: Segfault when viewing help using...
2008-07-10 Chris AllegrettaAdd beginning undo feature, since I want to start fixin...
2008-06-29 Chris AllegrettaFix for 23733: search history broken with nano-2.1.1+
2008-06-25 Chris AllegrettaBack to SVN
2008-06-25 Chris AllegrettaGNU nano 2.1.2 release. v2.1.2
2008-06-25 Chris AllegrettaAdd ChangeLog update for previous fix, argh.
2008-06-25 Chris AllegrettaAdd function check_bad_binding to check ppl arent bindi...
2008-06-03 Chris AllegrettaAdd a fix for bug #23144 that actually works (several...
2008-06-03 Chris AllegrettaTentative fix for bug #23144: using arrow keys in searc...
2008-06-03 Chris AllegrettaFix for Savannah bug #23442: left/right arrow keys...
2008-05-31 Chris Allegrettafiles.c,proto.h,text.c: Fix for conflicts with AIX...
2008-05-31 Chris Allegrettaglobal.c: Fix for compile error when --disable-speller...
2008-05-31 Chris AllegrettaMinor formatting issue and trying to test why my writes...
2008-05-31 Chris AllegrettaFix for segfault when window size is too small by Andre...
2008-05-31 Chris AllegrettaMakefile changes for the included files and updated...
2008-05-31 Chris AllegrettaNew syntax highlighting from Mike F. Credits:
2008-04-02 Chris AllegrettaMinor formatting issue in NEWS for 2.1.1
2008-04-02 Chris AllegrettaBack to SVN
2008-04-02 Chris AllegrettaAdd the newa, argh
2008-04-02 Chris AllegrettaGNU nano 2.1.1 release
2008-03-31 Chris AllegrettaFix for bug #22780: build failure with --enable-multibu...
2008-03-20 Chris AllegrettaBenno's latest fixes for help menu translations.
2008-03-20 Chris AllegrettaWow, I somehow did not run into the "invalid range...
2008-03-20 Chris AllegrettaAdd some rc file name debugging
2008-03-20 Chris AllegrettaFix default bracket match shortcut
2008-03-20 Chris AllegrettaFix for my fix for Mike's fix...dont add menu item...
2008-03-20 Chris AllegrettaAdd Mike F's latest patches for 2.1.0 and new syntax...
2008-03-19 Chris AllegrettaBack to svn
2008-03-19 Chris AllegrettaGah, upgrate the translations for 2.1.0
2008-03-19 Chris AllegrettaCommit for 2.1.0 release. v2.1.0
2008-03-19 Chris AllegrettaFix for 106305: unable to ctrl+c out of save when exiting
2008-03-18 Chris AllegrettaAdd Benno's latest translation fixes for shorcut display,
2008-03-18 Chris AllegrettaAdd .gitignore files for Mike F, remove .cvsignores...
2008-03-17 Chris AllegrettaFix for bug #22632: verbatim input in prompts broken...
2008-03-16 Chris AllegrettaFixes from Benno Schulenberg.
2008-03-16 Chris Allegrettafaq.html: Updates for Alpine, subversion access and...
2008-03-16 Chris AllegrettaFix problems with inserting files using --disable-tabco...
2008-03-16 Chris AllegrettaFix for bug #22615: nano-2.0.99pre1 fails to build...
2008-03-16 Chris AllegrettaHmm. Actually dont want to download the whole tree...
2008-03-16 Chris AllegrettaActually include the updated SVN document, grr.
2008-03-15 Chris AllegrettaUpdate source checkout information now that we are...
2008-03-14 Chris Allegretta- Update man page a little bit more
2008-03-13 Chris AllegrettaFix multibuffer mode not showing "Close" string anymore
2008-03-13 Chris Allegretta- Fix tiny mode again after breaking it again
2008-03-12 Chris AllegrettaConvert more code to use new backend. Add some more...
2008-03-11 Chris AllegrettaFix the mouse menus not working with new backend, and
2008-03-11 Chris AllegrettaFix bug 79, add sentinels for function keys in case...
2008-03-09 Chris AllegrettaFix workaround for user assigning a meta sequence to...
2008-03-09 Chris AllegrettaUpdate BUGS to reflect what got fixed in previous commit.
2008-03-09 Chris AllegrettaMore keybinding fixes
2008-03-05 Chris AllegrettaFixed bug 77 (make ^space and M-space work)
2008-03-05 Chris AllegrettaNew keybindings code and backend. New structs subnfunc...
2008-03-05 Chris AllegrettaNew keybindings code and backend. New structs subnfunc...
2007-12-20 David Lawrence... resync NEWS with NEWS from the 2.0 branch
2007-12-20 David Lawrence... update maintenance information
2007-12-20 David Lawrence... cosmetic fixes
2007-12-18 David Lawrence... in print_opt_full(), use strlenpt() instead of strlen...
2007-12-18 David Lawrence... comment fix
2007-12-18 David Lawrence... fix breakage
2007-12-18 David Lawrence... fix breakage
2007-12-18 David Lawrence... revert last changes, but disable all the same features...
2007-12-18 David Lawrence... remove slang curses emulation support, as it's hopeless...
2007-12-18 David Lawrence... simplify terminal handling by using raw mode instead...
2007-12-18 David Lawrence... in execute_command(), call terminal_init() instead...
2007-12-17 David Lawrence... resync NEWS with NEWS from the 2.0 branch
2007-12-17 David Lawrence... fix changelog entry
2007-12-10 David Lawrence... in main(), exit if initscr() fails
2007-12-09 David Lawrence... preemptively update the version number
2007-12-09 David Lawrence... in faq.html, add minor punctuation and wording fixes...
2007-12-09 Jordi Mallach2007-12-09 Jordi Mallach <jordi@gnu.org>
2007-12-08 Jordi Mallach2007-12-08 Jordi Mallach <jordi@gnu.org>
2007-12-08 David Lawrence... fix minor breakage
2007-12-08 David Lawrence... fix minor display and cursor placement problems when...
2007-12-08 David Lawrence... in doc/man/rnano.1 and doc/man/fr/rnano.1, update copyr...
2007-12-08 David Lawrence... in get_mouseinput(), gix longstanding problem where...
2007-12-04 David Lawrence... in disable_mouse_support() and enable_mouse_support...
2007-12-04 David Lawrence... per OBATA Akio's patch with a few tweaks by me, add...
2007-12-03 David Lawrence... still more cosmetic fixes
2007-12-03 David Lawrence... remove unneeded whitespace
2007-11-29 David Lawrence... per Jean-Philippe Guérard's updates, in doc/man/fr...
2007-11-28 David Lawrence... in doc/man/fr/nanorc.5, remove trailing whitespace
2007-11-17 David Lawrence... in read_file(), improve autodetection of DOS and Mac...
next