You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.01Jul30Jun292827252322212019181716141311109854229May282726252322191817161514131211109654330Apr2726242322211615141310876543231Mar30272624232221191817165432128Feb272625242322726Jan3114Jun13Apr12824Mar221721Jan201913103130Dec6Feb11May10829Mar135326Feb2423181613715Nov1211Aug6424Jun2123May15Apr14987321Mar711Feb29Jan19181714135426Dec23201513129743230Nov2928272624222120181615141311107327Oct15Sep1413330Aug191817151428Jul271229Apr25211226Mar9125Feb17161511987Making sure to always set 'currmenu', so that we can rely on it.Renaming '*cut_till_end' to '*cut_till_eof', to reduceFixing a bug where binding a movement function to a Meta key would makeMaking 'meta_key' and 'func_key' into global variables, instead ofMoving some variables to a better place.When there are no syntaxes, for example with --ignorercfiles,Making Ctrl-Left and Ctrl-Right produce special codes,Fixing compilation with --enable-tiny --enable-nanorc.Tiny ChangeLog tweaks.Updating the pointer to the bottom of the fileNow trimming the superfluous braces.Using a single assignment of do_toggle_void.Moving (the recognition of) the toggles to the end, like everywhere else.Eradicating the execute flag -- it is almost always TRUE, and when it's FALSERemoving the useless parameters 'have_shortcut and 'allow_funcs'.Silencing a useless warning about seemingly ignoring a datarootdir setting.Stopping to distribute the obsolete BUGS file, and removing it from SVN.Normalizing some indentation and whitespace.Removing the ability to search for a matching bracket in a prompt input line.Updating the docs for the narrower meaning of 'all' when rebinding keys.Allowing only those menus where the bound function is actually present,Adding default keybindings for Cut, PrevWord and NextWord in the prompt input lines.Allowing 'firstline' and 'lastline' to be rebound to Ctrl keys.Allowing 'firstfile' and 'lastfile' to be rebound to Ctrl keys.Giving audible feedback when flipping the new buffer to offNormalizing the indentation in do_help().Showing Ins and Del as valid rebindable keys in the nanorc syntax colouring.Adding the bindable function 'gotodir', documenting it, and alsoRenaming 'no_replace_void()' to 'flip_replace_void()',Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity,Renaming '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, overriding