]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2004-11-07 David Lawrence... comment update
2004-11-07 David Lawrence... don't let remove_magicline() remove the magicline if...
2004-11-06 David Lawrence... preemptively update the version number in the documentation
2004-11-06 David Lawrence... in do_uncut_text(), maintain current_y's value when...
2004-11-06 David Lawrence... more int -> bool conversions
2004-11-06 David Lawrence... in both the internal and alternate spell checker, put...
2004-11-06 David Lawrence... rearrange a few if blocks for consistency
2004-11-05 David Lawrence... oops; only work around the problem of the mark's being...
2004-11-05 David Lawrence... when doing marked spell-check, properly handle the...
2004-11-05 David Lawrence... more faq updates: add questions about selecting text...
2004-11-05 David Lawrence... document the last update
2004-11-05 David Lawrence... fixed FAQ inaccuracy: Pico compatibility mode was made...
2004-11-05 David Lawrence... don't change the file format when we insert another...
2004-11-05 David Lawrence... comment fixes
2004-11-05 David Lawrence... cosmetic fix
2004-11-05 David Lawrence... fix entry: "... opened the file, added all of it to...
2004-11-05 David Lawrence... if we're not inserting a file into a new buffer, partit...
2004-11-05 David Lawrence... cosmetic fix
2004-11-05 David Lawrence... clean up the partitioning-related if blocks
2004-11-04 David Lawrence... remove a bit of redundant code, and add a few more...
2004-11-04 David Lawrence... when (un)partitioning, don't save or restore fileage...
2004-11-04 David Lawrence... avoid potential segfaults while unpartitioning a filestruct
2004-11-04 David Lawrence... in cut.c, make marked_line a static enum instead of...
2004-11-04 David Lawrence... fix entry
2004-11-04 David Lawrence... remove the DOS_FILE and MAC_FILE flags, as they're...
2004-11-04 David Lawrence... remove most redundant includes of sys/stat.h; it's...
2004-11-04 David Lawrence... remove unneeded space
2004-11-03 David Lawrence... in search_init(), when we're replacing and the mark...
2004-11-03 David Lawrence... add code to partition a filestruct between a set of...
2004-11-03 David Lawrence... comment fix
2004-11-03 David Lawrence... in do_replace_loop(), make real_current_x a const files...
2004-11-03 David Lawrence... cosmetic fixes
2004-11-02 David Lawrence... fix crash in mallocstrncpy() call
2004-11-02 David Lawrence... add new function mallocstrncpy()
2004-11-02 David Lawrence... in get_kbinput(), make sure meta_key and func_key are...
2004-11-01 David Lawrence... leave "Mark Text" and "Where Is Next" out entirely...
2004-11-01 David Lawrence... add new key aliases: F15 for "Mark Text" and F16 for...
2004-11-01 David Lawrence... document the help browser display fix
2004-11-01 David Lawrence... properly handle the case of a function key with no...
2004-10-31 David Lawrence... cosmetic fix
2004-10-31 David Lawrence... add missing attribution
2004-10-31 David Lawrence... fix problem found by Rocco: make search_last_line stati...
2004-10-31 David Lawrence... remove erroneous entry
2004-10-30 David Lawrence... make mark_beginx a size_t instead of an int
2004-10-30 David Lawrence... make current_x a size_t instead of an int
2004-10-29 David Lawrence... cosmetic fixes
2004-10-29 David Lawrence... cosmetic fix
2004-10-27 David Lawrence... revert the marked replace code; it's hackish, and there...
2004-10-27 David Lawrence... add missing blank line
2004-10-26 David Lawrence... cosmetic fixes
2004-10-26 David Lawrence... in do_replace_loop(), add new parameter canceled, set...
2004-10-26 David Lawrence... add Rocco Corsi's patch to fix a problem in do_int_spel...
2004-10-26 David Lawrence... cosmetic fixes
2004-10-25 David Lawrence... put DB's old efficiency tweaks back in bottombars()
2004-10-24 David Lawrence... cosmetic fix: "Hurd console" -> "Mach console"
2004-10-24 David Lawrence... remove the global DOS/Mac format toggles, for consisten...
2004-10-24 David Lawrence... in nano.1 and nano.texi, eliminate references to the...
2004-10-24 David Lawrence... cosmetic fixes
2004-10-24 David Lawrence... consistency fix for the ^^ help entry
2004-10-23 David Lawrence... add missing parentheses
2004-10-23 David Lawrence... consistency fix for the ^I help entry
2004-10-23 David Lawrence... simplify the key-interpreting logic in get_shortcut()
2004-10-23 David Lawrence... fix wrong word
2004-10-23 David Lawrence... add UTF-8 support to unget_kbinput(), and fix a minor...
2004-10-22 David Lawrence... in main(), tweak the command line parsing routine so...
2004-10-22 David Lawrence... comment fix
2004-10-22 David Lawrence... apply patch from DB: in write_file(), if we've tried...
2004-10-22 David Lawrence... another indentation fix
2004-10-21 David Lawrence... remove more unneeded casts, and add an indentation fix
2004-10-21 David Lawrence... remove unnecessary casts
2004-10-21 David Lawrence... in nanorc.sample, change the included speller value...
2004-10-21 David Lawrence... in do_replace_loop(), check for more than one wrap...
2004-10-21 David Lawrence... when saving or changing file positions, be sure not...
2004-10-21 David Lawrence... do the check for being outside the mark after the zero...
2004-10-21 David Lawrence... fix infinite loop when we're doing a replace of marked...
2004-10-19 David Lawrence... yet more search code cleanups
2004-10-18 David Lawrence... fix findnextstr() so wholewords works properly with...
2004-10-18 David Lawrence... add glib-2.0.m4 from glib 2.4.7 to the m4 directory...
2004-10-18 David Lawrence... rely on glib 2.x only if the system doesn't have v...
2004-10-18 David Lawrence... add missing line
2004-10-18 David Lawrence... document the last miscellaneous fix
2004-10-18 David Lawrence... rearrange the mark-handling code in do_replace_loop...
2004-10-18 David Lawrence... help text updates, and a few more miscellaneous fixes
2004-10-16 David Lawrence... more minor cosmetic fixes
2004-10-16 David Lawrence... in do_alt_speller(), call terminal_init() unconditional...
2004-10-15 David Lawrence... another minor cleanup
2004-10-15 David Lawrence... minor cleanups
2004-10-15 David Lawrence... make the UTF-8 character reading support work in more...
2004-10-15 David Lawrence... fix spurious warning message in do_gotoline() that...
2004-10-14 David Lawrence... add support for reading in UTF-8 sequences to some...
2004-10-14 David Lawrence... simplify the curses library tests in configure.ac by...
2004-10-14 David Lawrence... make get_escape_seq_kbinput()'s escape_seq parameter...
2004-10-14 David Lawrence... remove resetstatuspos prototype left over from when...
2004-10-11 David Lawrence... add missing word
2004-10-11 David Lawrence... minor fixes involving case insensitive searches and...
2004-10-09 David Lawrence... oops, Pico doesn't preserve placewewant when inserting...
2004-10-09 David Lawrence... in do_insertfile(), when inserting a file in non-multib...
2004-10-09 David Lawrence... cosmetic fixes
2004-10-09 David Lawrence... fix backwards #ifdefs
2004-10-09 David Lawrence... in do_int_spell_fix(), move the REVERSE_SEARCH flag...
next