]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2006-06-09 David Lawrence... remove erroneous #ifdefs
2006-06-09 David Lawrence... add one last TODO entry
2006-06-09 David Lawrence... fix changelog entry
2006-06-09 David Lawrence... per Benno Schulenberg's patch, in help_init(), if one...
2006-06-09 Jordi Mallachca, ga, it and nl from the TP.
2006-06-08 David Lawrence... fix typo
2006-06-08 David Lawrence... add various minor regex and comment tweaks, mostly...
2006-06-08 David Lawrence... remove now-unneeded changelog entry
2006-06-08 David Lawrence... yet more wording fixes
2006-06-08 David Lawrence... still more wording fixes
2006-06-08 David Lawrence... more minor wording fixes
2006-06-08 David Lawrence... add minor documentation fixes
2006-06-08 David Lawrence... per Benno Schulenberg's patch with a few tweaks by...
2006-06-08 David Lawrence... per Benno Schulenberg's patch, add a wording fix to...
2006-06-08 David Lawrence... per Benno Schulenberg's patch, add single quotes around...
2006-06-08 David Lawrence... fix breakage
2006-06-08 David Lawrence... don't display "Unknown Command" on the statusbar if...
2006-06-07 David Lawrence... add one more comment tweak by John M. Gabriele
2006-06-06 David Lawrence... add minor documentation fixes from John M. Gabriele
2006-06-06 David Lawrence... wording fix
2006-06-06 David Lawrence... various minor include fixes
2006-06-05 David Lawrence... add a few more items to the TODO list
2006-06-05 David Lawrence... mention the removal of the workaround for glibc 2.2...
2006-06-05 David Lawrence... remove the workaround for glibc 2.2.3's broken regexec...
2006-06-04 David Lawrence... update changelog entries
2006-06-04 David Lawrence... fix typos from when the old section 4.4 was removed
2006-06-04 David Lawrence... in faq.html, add minor punctuation and wording fixes
2006-06-04 David Lawrence... update to deal with nano.html
2006-06-04 David Lawrence... amother cosmetic fix
2006-06-04 David Lawrence... per Benno Schulenberg's patch, fix changelog entry
2006-06-04 David Lawrence... in ngetdelim(), set errno to EINVAL if stream is not...
2006-06-03 David Lawrence... beep when we get an unhandled shortcut or toggle, as...
2006-06-03 David Lawrence... more miscellaneous minor fixes
2006-06-03 David Lawrence... add minor nanorc regex tweaks by John M. Gabriele,...
2006-06-03 David Lawrence... cosmetic fix
2006-06-02 David Lawrence... cosmetic fix
2006-06-02 David Lawrence... don't display "Unknown Command" after a mouse click
2006-06-01 David Lawrence... comment fix
2006-06-01 David Lawrence... fix breakage
2006-06-01 David Lawrence... add missing blank line
2006-06-01 David Lawrence... move the nanorc regexes to a separate file too
2006-06-01 David Lawrence... update to deal with rnano.1.html
2006-06-01 David Lawrence... update, since we now use nanorc.sample.in instead of...
2006-06-01 David Lawrence... move color regexes into separate files, and restructure...
2006-06-01 David Lawrence... in doc/man/Makefile.am, simplify the setting of SUBDIRS
2006-06-01 David Lawrence... in nanorc.sample, per John M. Gabriele's patch with...
2006-06-01 David Lawrence... in nanorc.sample, per John M. Gabriele's patch, tweak...
2006-06-01 David Lawrence... in nanorc.sample, simplify the extensions associated...
2006-06-01 David Lawrence... in nanorc.sample, per John M. Gabriele's patch, tweak...
2006-06-01 David Lawrence... in nanorc.sample, per Benno Schulenberg's patch, tweak...
2006-06-01 David Lawrence... redundancy fix
2006-05-30 David Lawrence... miscellaneous minor fixes
2006-05-28 David Lawrence... in src/Makefile.am, remove "-Iintl" from INCLUDES,...
2006-05-28 David Lawrence... another cosmetic fix
2006-05-28 David Lawrence... in various functions in rcfile.c, add quotes around...
2006-05-28 David Lawrence... in color_update(), fix incorrect setting of defcolor...
2006-05-28 David Lawrence... typo fixes
2006-05-28 David Lawrence... more cosmetic fixes
2006-05-28 David Lawrence... cosmetic fixes
2006-05-28 David Lawrence... in parse_verbatim_kbinput(), don't include the ability...
2006-05-27 David Lawrence... don't blank the statusbar after getting verbatim input...
2006-05-27 David Lawrence... in check_statusblank(), avoid redundant updates when...
2006-05-27 David Lawrence... in faq.html, update section 3.8 to mention the new...
2006-05-27 David Lawrence... various input/output fixes: allow normal typing of...
2006-05-27 David Lawrence... remove unneeded comment
2006-05-27 David Lawrence... add Benno Schulenberg's translator comments, and fix...
2006-05-27 David Lawrence... per Benno Schulenberg's patch with a few tweaks by...
2006-05-27 David Lawrence... add missing changelog entry
2006-05-27 David Lawrence... another typo fix
2006-05-26 David Lawrence... typo fix
2006-05-26 David Lawrence... error message improvements
2006-05-26 David Lawrence... in parse_rcfile(), properly handle rcfiles that don...
2006-05-26 David Lawrence... in parse_rcfile(), change variable i from an int to...
2006-05-26 David Lawrence... handle all syntaxes without associated colors in parse_...
2006-05-26 David Lawrence... in parse_rcfile(), properly generate an error if we...
2006-05-26 David Lawrence... more comment fixes
2006-05-26 David Lawrence... fix edit_redraw() breakage
2006-05-26 David Lawrence... comment fixes
2006-05-26 David Lawrence... redundancy fix
2006-05-26 David Lawrence... in edit_redraw(), fix problem where not all lines would...
2006-05-26 David Lawrence... add missing blank line
2006-05-25 David Lawrence... remove duplicate escape sequence-interpreting code
2006-05-25 David Lawrence... in parse_kbinput(), if we get Escape followed by an...
2006-05-25 David Lawrence... in shortcut_init(), remove the "Go To Line" shortcut...
2006-05-24 David Lawrence... comment fix
2006-05-24 David Lawrence... per Benno Schulenberg's patch, with a few tweaks by...
2006-05-24 David Lawrence... per Benno Schulenberg's patch with some additions of...
2006-05-24 David Lawrence... fix more breakage
2006-05-24 David Lawrence... more cleanly ignore unhandled meta key sequences and...
2006-05-24 David Lawrence... don't call wrap_reset() if we use verbatim input
2006-05-24 David Lawrence... per Benno Schulenberg's patch, fix the statusbar's...
2006-05-24 David Lawrence... fix breakage
2006-05-24 David Lawrence... capitalization fixes
2006-05-24 David Lawrence... ignore unhandled meta key sequences and escape sequence...
2006-05-23 David Lawrence... more miscellaneous documentation fixes
2006-05-23 David Lawrence... more various wording fixes
2006-05-22 David Lawrence... comment fix
2006-05-22 David Lawrence... add missing blank line to the help text when NANO_TINY...
2006-05-22 David Lawrence... add missing #ifdef
2006-05-22 David Lawrence... avoid unnecessary scrolling when moving to the last...
next