You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.09Mar76543128Feb2726232220161514129762131Jan3028262524232221201918171614131210987543228Dec272625232219181712875229Nov1931Oct292826242322201815148765432130Sep292827252423222119171512109526Aug2517829Jul2419181716151413118542130Jun28222114131211105229May262423211918171614107652130Apr292822201918141312763231Mar302826252322212018151413925Feb2320191817161514131211109654131Jan2927262523222120191817161514131211109876543227Dec20191814131110965432130Nov2928- nano.c:help_init() - Various fixes and string changesAdd newlines to gotodir help textHeader fixes.- nano.c:usage() - Rewritten to encompass systems with and without GETOPT_LONG. New function print1opt does most of the dirty work, stops duplication of effort and eases translator's jobs. Also breaks all the current translations ;-)Catalan, Indonesian and Spanish translation updates.- nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi)German & Swedish translation updates.- nano.c:help_init() - Capitalize Meta altkeys- rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rard- rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rardGroar. Kill it this time.- files.c:check_writable_directory() - Stat full_path, not path (Steven Kneizys)NANO_SMALL issuesshitstampType misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys)Back to CVSGNU nano 1.1.7 releasenano.c:do_justify() - Don't continue to justify string if it's indented more (quoting wise) than the beginning of the justificationjustify_format(), do_justify() - Various fixes for starting blank spaces, spaces after punctuation, & segfault with quoting strings (David Benbennick)We actually need ac 2.52.Removed m4 stuff from topdir Makefile.am, again.Polish translation updates (Wojciech Kotwica).Ugh\! Re-readding the M4 stuff because I don't want to have to run autogen every time I touch configure.acMinor fix for quote code, forgot to adjust null by qdepthAdded -N, -Q.Prototype fix for get_full_path (DLR)Fixed broken mouse handling with new shortcut setupFix typo and add man pageAdd rcfile support for quotestr and fix strcasestr - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr()Make do_cursorpos() use xpt() instead of just current_x which is inaccurateBack out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf- utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since strcasestr has not been confirmed to be detected properly on various Linux systemsGet rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into NANO_SMALL checkMakefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-) - Many malloc() cleanups and files.c tweaks by Steven Kneizys, new functions utils.c:free_shortcutage() (got to love that name\!) & free_toggles(), and big cleanup program thanks_for_all_the_fish() (originally thanks_for_the_memories()). Mods to shortcut_init() by ChrisI suck. Forgot to add m4 to SUBDIRS, and typoed m4/Makefile.am. All in the same commit!Argh. Now call autoheader after aclocal.Move to autoconf 2.5.Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes