You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.022Jun212019181716141311109854229May282726252322191817161514131211109654330Apr2726242322211615141310876543231Mar30272624232221191817165432128Feb272625242322726Jan3114Jun13Apr12824Mar221721Jan201913103130Dec6Feb11May10829Mar135326Feb2423181613715Nov1211Aug6424Jun2123May15Apr14987321Mar711Feb29Jan19181714135426Dec23201513129743230Nov2928272624222120181615141311107327Oct15Sep1413330Aug191817151428Jul271229Apr25211226Mar9125Feb17161511987643131Jan30282625241929Dec10Nov22Oct21151443Renaming 'undidmsg' to 'redidmsg', to be apt.Removing a superfluous abortion variable, and placing two comments better.When toggling softwrap, only the edit window needs to be refreshed,Removing two pointless calls of get_shortcut(), and adjusting the comments.Fixing three leaks of the cutbuffer, shortening and regrouping some stuff,When redoing a line join at the tail of the file,When undoing a line break at the tail of the file,When undoing a cut-till-end-of-file, put the cursor backMiscellaneous whitespace fixes, one type fix, and one more #ifdef NANO_TINY.Letting +1 and +,1 make nano start on line one column one, overridingExplaining better what "all" means when rebinding keys.Fixing compilation with --enable-tiny --enable-mouse.Fixing compilation with --enable-tiny --enable-histories --enable-multibuffer.Fixing compilation with --enable-tiny --enable-wrapping.Fixing compilation with --enable-tiny --enable-histories --enable-nanorc.History logging is no longer dependent upon nanorc support,Fixing compilation with --enable-tiny --enable-browser.Miscellaneous whitespace adjustments and comment tweaks.Wrapping long lines and actually reporting the name that is not a directory.Another removal and more regrouping.Removing two obsolete variables and regrouping some stuff.Huh!? Why doesn't the build fail here without this change?Pfff... Getting all iterations right is difficult.Transform many DISABLE_NANORC #ifdefs to the new DISABLE_HISTORIES.Adding a --disable-histories flag, to disable the code forAllowing --historylog and --poslog to functionUpdating some comments to match the current state of affairs.Renaming 'no_more_space()' to 'more_space()' for consistency.Removing a condition and a break that cancel each other.Renaming 'function_type' to 'key_type', for clarity.Renaming the undo type UNSPLIT to JOIN, for clarity.And eliding a totally unused 'strdata2'.Eliding the in fact unneeded 'to_eof'Renaming 'to_end' to 'to_eof', to lessen confusion with CUT_TO_END.Making sure the cutbuffer is cleared at the appropriate moments.Replacing SYSCONFDIR with an absolute path or a circumlocution,After an undo or redo, update the 'placewewant'.Removing an obsolete boolean variable.Displaying "No file name" on the statusbar for two secondsChanging some wordings, to be more precise or clear.