]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2005-06-15 David Lawrence... fix #ifdefs so that nano compiles with NANO_SMALL defin...
2005-06-15 David Lawrence... *more* cleanups to chars.c and related code
2005-06-15 David Lawrence... formatting and comment fixes
2005-06-15 David Lawrence... formatting fixes
2005-06-15 David Lawrence... don't count punctuation when searching for a whole...
2005-06-15 David Lawrence... in open_prevnext_file(), move up a misplaced assert...
2005-06-14 David Lawrence... more miscellaneous fixes
2005-06-14 David Lawrence... revert the changes to the behavior of Esc Esc [3-digit...
2005-06-14 David Lawrence... more miscellaneous cleanups
2005-06-14 David Lawrence... comment fix
2005-06-14 David Lawrence... minor faq updates
2005-06-14 David Lawrence... more cosmetic fixes
2005-06-14 David Lawrence... yet *another* cleanup
2005-06-14 David Lawrence... comment fix
2005-06-14 David Lawrence... improve detection of blank characters in the "punct...
2005-06-13 David Lawrence... yet another cleanup
2005-06-13 David Lawrence... nisw?blank() should return int, not bool, to match...
2005-06-13 David Lawrence... change the behavior of Esc Esc [3-digit number from...
2005-06-13 David Lawrence... in the "nanorc" regexes in nanorc.sample, tweak the...
2005-06-13 David Lawrence... simplify is_valid_mbstring() by making it use mbstowcs()
2005-06-13 David Lawrence... don't work around invalid multibyte sequences in rcfile...
2005-06-13 David Lawrence... miscellaneous minor fixes
2005-06-13 David Lawrence... still more cleanups to chars.c and related code
2005-06-13 David Lawrence... more cosmetic fixes
2005-06-13 David Lawrence... remove unneeded blank line
2005-06-13 David Lawrence... revert the simplification of the display_string() call in
2005-06-13 David Lawrence... cosmetic fixes
2005-06-13 David Lawrence... when doing history string tab completion, skip over...
2005-06-13 David Lawrence... in do_replace_loop(), simplify the display_string(...
2005-06-13 David Lawrence... simplify the word detection code
2005-06-13 David Lawrence... detect words more accurately by taking punctuation...
2005-06-13 David Lawrence... document cosmetic fix
2005-06-13 David Lawrence... cosmetic fix
2005-06-12 David Lawrence... in shortcut_init(), allow the mark to be used in view...
2005-06-12 David Lawrence... fix changelog entry
2005-06-12 David Lawrence... when the mark is on, only do a word count on the marked...
2005-06-12 David Lawrence... remove unnecessary screen update
2005-06-12 David Lawrence... implement word count via Meta-D at the main window
2005-06-12 David Lawrence... one last cleanup to chars.c
2005-06-12 David Lawrence... various cleanups to chars.c and related code
2005-06-12 David Lawrence... in do_tab(), remove unneeded variable kbinput
2005-06-12 David Lawrence... more formatting fixes
2005-06-12 David Lawrence... cosmetic and formatting fixes
2005-06-12 David Lawrence... add macro charset(), a wrapper that calls memset()...
2005-06-12 David Lawrence... in resize_variables(), use sizeof(char) in the memset...
2005-06-12 David Lawrence... comment fix
2005-06-10 David Lawrence... in display_string(), don't check for multicolumn charac...
2005-06-09 David Lawrence... in color_to_int(), assert that colorname isn't NULL...
2005-06-09 David Lawrence... in disable_extended_input(), disable extended output...
2005-06-09 David Lawrence... formatting fixes
2005-06-09 David Lawrence... in parse_colors(), properly generate an error if we...
2005-06-08 David Lawrence... update documentation for the "color" regex
2005-06-08 David Lawrence... in parse_colors(), properly parse a background color...
2005-06-08 David Lawrence... make parse_line_column() consistent with the color...
2005-06-08 David Lawrence... cosmetic fixes
2005-06-08 David Lawrence... cosmetic fix
2005-06-08 David Lawrence... revert the conversion of each line to a valid multibyte...
2005-06-08 David Lawrence... clarify changelog entry
2005-06-08 David Lawrence... when reading a file in, make sure each line is a valid...
2005-06-08 David Lawrence... in doc/faq.html, update the question about the FAQ...
2005-06-08 David Lawrence... typo fix
2005-06-08 David Lawrence... cosmetic fixes
2005-06-07 Jordi MallachFix French mandir.
2005-06-07 David Lawrence... fix erroneous #ifdef that caused a compilation problem...
2005-06-07 David Lawrence... preemptively update the version number
2005-06-06 David Lawrence... add else's
2005-06-06 David Lawrence... in do_insertfile(), set i to 0 when we get a filename...
2005-06-06 David Lawrence... add missing blank line
2005-06-06 David Lawrence... in shortcut_init(), remove unnecessary "Refresh" placeh...
2005-06-06 David Lawrence... in do_yesno(), allow refreshing the screen via Ctrl...
2005-06-06 David Lawrence... in die(), if the current filestruct's been partitioned...
2005-06-06 David Lawrence... in do_replace_loop(), when moving to the next match...
2005-06-06 David Lawrence... fix another memory corruption problem in display_string...
2005-06-06 David Lawrence... add const
2005-06-05 David Lawrence... make parse_line_column() more consistent: don't return...
2005-06-05 David Lawrence... various umask-related cleanups
2005-06-05 David Lawrence... formatting fix
2005-06-05 David Lawrence... in safe_tempfile(), open a newly created temporary...
2005-06-05 David Lawrence... move check_linenumbers() down so that it's near the...
2005-06-04 David Lawrence... remove unneeded blank line
2005-06-04 David Lawrence... remove erroneous extra prototype
2005-06-03 David Lawrence... fix #ifdef
2005-06-03 David Lawrence... for consistency, remove -R/--regexp command line option...
2005-06-03 David Lawrence... remove erroneous if block in update_history() preventin...
2005-06-03 David Lawrence... really fix bad #ifdefs; history functions are left...
2005-06-03 David Lawrence... fix more bad #ifdefs
2005-06-03 David Lawrence... cosmetic fixes
2005-06-03 David Lawrence... remove now-unnecessary null_at()
2005-06-03 David Lawrence... typo fix
2005-06-03 David Lawrence... in configure.ac, don't refer to the built-in file brows...
2005-06-03 David Lawrence... fix #ifdefs so the tiny version of nano compiles again...
2005-06-03 David Lawrence... comment fix
2005-06-02 David Lawrence... define last_kbinput inside the right #ifdef block
2005-06-02 David Lawrence... readd tab completion of history strings, with a few...
2005-06-02 David Lawrence... fix more bad #ifdefs, and add a few formatting fixes
2005-06-02 David Lawrence... typo fix
2005-06-02 David Lawrence... fix mismatched #ifdefs
2005-06-01 David Lawrence... clarify a comment, and don't try to display the buffer...
2005-05-31 David Lawrence... add missing blank line
2005-05-31 David Lawrence... rework the file-writing routines so that they can work...
next