You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Nov111087542131Oct3029282625191815141312114327Sep2624222019171514131210231Aug292726222120191817161514131086331Jul29272625242321201918171615141312111097653230Jun2927252320188764231May292423211918171615119875432130Apr2826252421191716121110976543231Mar29282726242322201614986128Feb27262524232221171614131210copyright: update some years, and standardize on the dashed formattweaks: reshuffle a bit of code and elide an unneeded variabletweaks: rename a function plus two parameters, to be more fittingtweaks: move a general function to the utils.c filetweaks: adjust a comment, and condense a fragment of codetweaks: constify the result strings of getenv(), as a remindergeneral: do not free strings gotten from getenv(), to avoid a crashgnulib: update to its current upstream stateouch: set the positions-file name also when using the legacy state dirtweaks: don't construct the positions-history filename time and againhistory: prevent overwriting of positions between multiple instancesinput: ensure that standard input uses blocking modetweaks: add a translator hint, and adjust two otherstweaks: change some mayday messages, to urge the user to report a bugtweaks: use printf's z modifier for most of the size_t/ssize_t typeshistory: fix the check for an existing $HOME/.nano/ directorystartup: look for nanorc and history files also in the XDG directoriesstartup: when an rcfile contains errors, report this on the status baroptions: remove '--quiet' and 'set quiet', because they hide problemsstartup: don't ask the user to press Enter upon an rcfile errortweaks: transform the token DISABLE_EXTRA to ENABLE_EXTRAtweaks: avoid an unused-variable warning with --disable-nanorctweaks: transform the token DISABLE_COLOR to ENABLE_COLORtweaks: transform the token DISABLE_SPELLER to ENABLE_SPELLERtweaks: transform the token DISABLE_WRAPJUSTIFY to ENABLED_WRAPORJUSTIFY tweaks: transform the token DISABLE_JUSTIFY to ENABLE_JUSTIFYtweaks: reshuffle some code in order to elide a variabletweaks: adjust two comments, and correct and a few cosmetic mistakestweaks: transform the token DISABLE_OPERATINGDIR to ENABLE_OPERATINGDIRtweaks: transform the token DISABLE_WRAPPING to ENABLE_WRAPPINGtweaks: remove another bit of conditional compilationtweaks: transform the token DISABLE_HISTORIES to ENABLE_HISTORIEStweaks: get rid of some cluttering conditional compilationtweaks: fix compilation with --enable-tiny --enable-historiesfiles: avoid an abortion when excuting a command in a new buffertweaks: rename some constants, to follow the same underscoreless schemetweaks: remove a useless prefix from a hundred constantstweaks: rename a macro, to make a little more sensetweaks: remove a superfluous no-op function callsyntax: default: use colors that are readable also on dark backgrounds