You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.030Sep2116630Aug2821171698532131Jul1413121029Jun25331May2Apr31Mar201918171615141312119520Dec181710984329Nov28176511Oct518Sep1626Aug2423211615111087131Jul29141210962130Jun2829May2522201523Apr2221201918171141Feb30Jan2928171614131211962130Dec2421151413121110876227Nov252120108765230Oct292827262524181716151413108643229Sep2726211611102131Aug3029282726252221191815753231Jul30292826252423222119181312119876543230Jun2928272625212019181714121198765* configure.ac: Change extra, multibuffer, color and rcfile to default to enabled2008-09-30 Chris Allegretta <chrisa@asty.org>2008-09-21 Chris Allegretta <chrisa@asty.org>2008-09-16 Chris Allegretta <chrisa@asty.org> * nano.c: Do call disable_signals at startup regardless, since under cygwin we can't generateBack to svn!GNU nano 2.1.5 releaseMove the wordbounds check down so it will happen if either --enable-all or --enable-color * global.c, help.c, browser.c, files.c, proto.h: Fix several compipation and programmatic * nano-regress: New perl script to check for some of the more obvious issues with compilation2008-08-29 Chris Allegretta <chrisa@asty.org>2008-08-28 Chris Allegretta <chrisa@asty.org> * text.c (do_enter): Fix issue when compiled with --enable-debug, fixes Savannah bug 24092.2008-08-21 Chris Allegretta <chrisa@asty.org>2008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?> * files.c (write_file): Check exit code of fclose(), since in certain out of space conditions the OS willBack to svn.GNU nano 2.1.4 release. * text.c (add_undo): Fix check for multi-line cut check skips adding other new legit events.Re-add the skip_backup label since we do still need it in one case. * text.c (do_redo): Fix improperly restoring the text when redoing a line split. * files.c: Do not go on and attempt to write the main file if writing the backup file failed, * text.c: Reset openfile-> to OTHER after an undo or redo so we don't mistakenlyBack to SVN versionGNU nano 2.1.3 release- Add redo of an insert- Change add_undo and current_undo to only take action arg, as openfilestruct arg is always openfile- Add very basic undo for text replace. Allow current undo code to compile with NANO_TINYAllow basic multi-^K cuts to be redone properly. Code getting uglier by the second.- When undoing a cut, set cutbuffer to NULL after freeing the current oneWhen redoing a text add, actually copy the beginning of the line back!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 * configure.ac: Add ncursesw dir to include path if lib detectedCommit back some undo/redo rewritesAdd xflags to undo struct so we can add extra info to the undo process (e.g. backspace vs delete)Allow backspace to be bound to keys in .nanorcAdd ability to rebind the (still unfinished) undo and redo functions in case anyone is interested in testing it out early.2008-07-11 Mike Frysinger <vapier@gentoo.org> Clean up some unused variables from old undo implementation.