You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Feb109876543230Jan2928272625232221181716151413121195225Dec22161410910Nov854329Oct262517151413876228Sep27262119181413111086322Aug211831Jul30292725242321201912975328Jun2113318May161312115430Apr252322211916131086530Mar2928272625242117161514121110976543128Feb2726232220161514129762131Jan3028262524232221201918171614131210987543228Dec272625232219181712875229Nov1931Oct292826242322201815148765432130Sep292827252423222119171512109526Aug2517829Jul2419181716151413118542130Jun28222114131211105229May26242321- winio.c:browser_init(), striponedir(), do_browse_from() - Various memory leak fixes (David Benbennick)- nano.c:do_wrap() - Fix isspace() call to operate on intconst char * fixes and defined(NCURSES_MOUSE_VERSION) additions to winio.c funcs that need themDB's justify fixes- Memory leak fixes for files.c:do_insertfile(),do_browser(), nano.c:do_spell(), and search.c:do_replace() (David Benbennick)Added --keyword=P_:1,2 to XGETTEXT_OPTIONS.Change ngettext macro to P_(), to avoid clash with C's __ identifier.Silly reformat.Update, not doing Spanish anymore...- nano.c:do_help () - Fix line lengths not being computed properly, causes display glitches most noticeable with < 20 rows. New function nano.c:line_len(). (David Benbennick)DB's gotoline fixDB's fill and window length fixes- nano.c:help_init() - Fix crashing in do_help when COLS < 23 (David Benbennick)Updated Finnish translation.Fix it better.* it.po: Fix broken format string in translationAdd nanorc.5 manpage.Spanish update.- nano.spec.in - Change default flags to --enable-allItalian and Galician updates.- winio.c:nanogetstr() - Remove unnecessary reset of x since it is now handled elsewhere (David Lawrence Ramsey)Add the ChangeLog entry for the 2nd half of DB's patch- files.c:input_tab() - Fix assumption that matches is null terminated (David Benbennick)Better fix hopefully for color issue- nanorc.sample: - Make nanorc entry less tolerant of invalid colors- rcfile.c:colortoint() - Don't bomb after invalid color and print bad color name (David Benbennick). And reset mcolor to -1.Polish and Swedish updates.- Fix globals and externs such that nano will compile with DISABLE_SPELLER (David Benbennick)- Fix nano not compiling with ENABLE_RCFILE BLE_TABCOMP (David Benbennick)- nano.1, nano.1.html: - Add initialization file comments, change some options from bracketed to underlined to emphasize that they are not optionalCatalan, French, Ukrainian and German updates.Back to CVSGNU nano 1.1.99pre2 releaseTranslate cancelled string in files.c (David Benbennick)Apply the same regexp_init checks to using last|search in search_init()- files.c:save_history() Fix off-by-one bug causing write to unallocated memory (David Benbennick)files.c:do_insertfile() - Add some more checks and fix recursion when toggling multibuffer (David Benbennick)files.c:do_browser() - Even more checks and operating dir fixes (David Benbennick)Oops, now credit DB- Fix screen getting trashed on signals nano can catch (TERM and HUP). New global variable curses_ended changes to winio.c:statubar() and nano.c:die()