You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.027May25242322211816151413121096130Apr2928272524232221171312131Mar3029282726232220191817121110986543128Feb27252423201614875429Jan28272624232220191615141211109862131Dec30292826252423211917161211109763230Nov2726232221201918171312111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug292726222120191817161514131086331Jul292726252423212019181716151413121110tweaks: fix some grammar plus a typo in the commentsdocs: mark the filtering of text through an external command as donetweaks: adjust a translator hinttweaks: reshuffle a couple of assignmentstweaks: frob a couple of commentstweaks: remove a superfluous assignment -- the lead length never changestweaks: rename two variables, to better fit their taskstweaks: make better use of an intermediate variabletweaks: stop decreasing both the iterator and the limit of a loopjustification: limit the amount of recursion to prevent a stack overflowwrapping: when autoindenting, use indentation of next line as exampletweaks: elide another function that is called just oncetweaks: elide a function that is called just oncetweaks: rename a variable, to give it some meaningtweaks: simplify the determining of the prefix for justified linesjustification: find the beginning of a paragraph in a better wayjustification: recognize indented paragraphs also without --autoindentbindings: add the "flippipe" bindable functionjustification: when leading whitespace exceeds fill width, wrap anywaytweaks: rename a function, for more aptness and extra contrastlinter: don't try to access absent stat info, as that gives a crashlinter: make sure that the margin is updated before displaying a bufferrcfile: don't crash when a bind to a string lacks the closing quotebuild: fix compilation when configured with --disable-multibuffertweaks: condense some repetitious comments, and check before assigningtweaks: use a more meaningful variable name, and avoid a distant 'else'tweaks: condense two statements into one, and elide a 'break'tweaks: exclude an unneeded 'if' from the single-buffer versionlinter: check all open buffers, instead of just the next onelinter: make sure the shortcuts bar will redrawn when exiting earlytweaks: avoid an unused-variable warning with --enable-tinybuild: fix compilation failure when configured with --enable-tinytweaks: avoid two unused variable warnings when NLS is disabledsyntax: makefile: recognize also an all-lowercase makefile namefiltering: pair the cut and the insert, so they can be undone togethertweaks: rename a variable, for contrast, and improve two commentsnew feature: allow piping (selected) text to an external commanddocs, usage: make it clear that the argument of --quotestr is a regextweaks: give some continuation lines a more obvious indentationtweaks: condense a comment, and elide an unneeded 'if'