You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.024Jan222120171514131211109743231Dec302923222018118765432130Nov2928262524232221121110876231Oct2928275Sep429Aug16131211986432131Jul30292826252322191817151312106528Jun2723201817141174231May2821208328Apr252120181714131211875328Mar2725232221201715148727Feb2521181615973120Jan146328Dec30Nov21Sep29Aug10732131Jul272422211716131211732130Jun292827252322212019181716141311109854229May2827262523221918Eliding an unneeded function.Bundling four statements (that in total occur seven times)Removing a superfluous free.Chopping an always-FALSE parameter and deleting an unused return value.Condensing the code by removing a triplication.Moving an updated position-history item to the end of the list,Renaming a variable for clarity and contrast.Not using $HOME when we're root, because some sudos don't filter it outDeleting the unneeded blanking of a variable.Eliding an unneeded variable.Removing a now unneeded function, as nothing can break out of do_prompt()Preserving the cursor position on the statusbar when just togglingAdding to the Changelog the remark that Savannah bug #44950 is now fixed.Getting rid of a global variable.Readjusting the indentation and a comment.Verifying that the containing directory of the given filename exists.Limiting the number of loaded items in the positions history.Removing a mistaken '+': only one menu name is allowed in key bindings.Fixing a typo in an #ifndef symbol. Reported by Frank.Allowing inline comments with key bindings.Freeing the items on the undo stack when a buffer is closed.Moving set_modified() to the file that has to do with files.Returning a fantastic file descriptor -- when openingPlugging another memory leak.Freeing the full filename in all cases.Showing a key only when it was rebound.Eliding an unneeded function.Deleting two duplicate declarations.Eliding an unneeded variable and adjusting some wrappings and whitespace.Deleting an 'if' that is always FALSE.Removing a reference to an obsolete file.Adjusting a few comments and rewrapping some lines.Reducing the number of indentation steps elsewhere too.Reducing the number of indentation steps.Condensing the preparsing of a line.Removing a senseless iteration: simply add the new record at the tail.Differentiating a variable name from function names.Removing some code duplication.Rename a variable, to match the save routine.Fixing some typos and whitespace, and normalizing the dates in the NEWS file.