You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.026Dec25232219181712875229Nov1931Oct292826242322201815148765432130Sep292827252423222119171512109526Aug2517829Jul2419181716151413118542130Jun28222114131211105229May262423211918171614107652130Apr292822201918141312763231Mar302826252322212018151413925Feb2320191817161514131211109654131Jan2927262523222120191817161514131211109876543227Dec20191814131110965432130Nov29282726252423212019181716151413106532131Oct30282726241832127Sep211918161513121110765432130AugFaq fixes.New incomplete Polish translation, contributed by Cezary Sliwa <sliwa@cft.edu.pl>.Typo fix.Updated Catalan translation.Typo fix.Updated Spanish translation.Russian translation update (Sergey A. Ribalchenko).Made two strings translatable.Swedish translation update (Christian Rose)- winio.c:update_line() - set realdata check to >= 1 && <= 31, lack of > 0 check screwed high ascii charsm4/gettext.m4: - Back down to 1.1.3 version- winio.c:update_line() - back out check for (realdata[i] < 32) as it will screw high ascii charactersVDSUSP fix from 1.0 treeBack to CVSGNU nano 1.1.4 releaseRemove some debug code and update to mutt's gettext.m4Fix the ifdefs in winio.cFrench update, by Michel Robitaille <robitail@IRO.UMontreal.CA>Fixed typos.do_spell() - Dont prompt for replace if we don't change the word in question (Rocco Corsi).stoopid unused variableTwo fixes, create new colorstrings array for each regex, allows proper order of highlighting, second make color work with the markerFix leftover variableComment out more debugging codeAt LONG last committed David's patchDamn newline codePreliminary syntax highlighting support. New functions colortoint() and parse_color() in rcfile.c, new code in edit_add() in winio.c to actually do the highlighting. It's not even close to pretty yet :PDanish and Spanish updates.Put 1.0 Hurd fixes in 1.1 tree (function keys, SIGTSTP sigactionUpdated German, Swedish and Russian translations.Added aclocal.m4, config.in.h.Removing autogenerated files.Added nano.info.Typo fixes in help strings.files.c:add_open_file() - Get rid of unsetting MARK_ISSET because otherwise writing marked text will automatically unset the marker with multibuffer enabledglobal.c: - Define currshortcut and currslen when either DISABLE_MOUSE or DISABLE_HELP or DISABLE_BROWSER is not defined (Silvan Minghetti)global.c: - Define currshortcut and currslen when either DISABLE_MOUSE or DISABLE_BROWSER is not defined (Silvan Minghetti)Oops, typo in dec there, it's Alt-[-whatevernano.c:main() - Add Esc-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert)Back to CVS