]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2004-08-17 David Lawrence... and add last missing bit
2004-08-17 David Lawrence... fix the last ngetdelim() tweak
2004-08-17 David Lawrence... better document the ngetdelim() tweaks
2004-08-17 David Lawrence... add a few last tweaks to ngetdelim()
2004-08-17 David Lawrence... per DB's patch, overhaul the rcfile and history file...
2004-08-12 David Lawrence... a few more #ifdef tweaks, plus a few cosmetic fixes
2004-08-12 David Lawrence... more #ifdef tweaks
2004-08-12 David Lawrence... tweak some #ifdefs to avoid warnings when compiling...
2004-08-12 David Lawrence... per DB's patch, show the "Press Return To Continue...
2004-08-12 David Lawrence... make sure that the shortcut list properly displays...
2004-08-12 David Lawrence... and do int -> bool conversions for the prototypes too
2004-08-12 David Lawrence... add more int -> bool conversions
2004-08-12 David Lawrence... add missing error message simplifications from before
2004-08-12 David Lawrence... indentation fix
2004-08-11 David Lawrence... add a bunch of DB's miscellaneous fixes, plus a few...
2004-08-10 David Lawrence... per DB's patch, simplify the saving of emergency files...
2004-08-07 David Lawrence... add titlebar() calls before all open_file() calls and...
2004-08-07 David Lawrence... cosmetic fixes for the getopt_(long)?() calls and the...
2004-08-07 David Lawrence... per DB's patch, convert a few parts of files.c to use...
2004-08-05 David Lawrence... per DB's patch, convert nano.c to use bools wherever...
2004-08-05 David Lawrence... document DB's warning fixes when ENABLE_NLS is undefine...
2004-08-05 David Lawrence... per DB's patch, convert more of nano to use N_() when...
2004-08-05 David Lawrence... per DB's patch, don't translate the option strings...
2004-08-04 David Lawrence... tweak parse_num() to return a bool, and fix backwards...
2004-08-01 David Lawrence... make lastwastab and list use TRUE and FALSE instead...
2004-08-01 David Lawrence... tweak the spec file to properly package the "rnano...
2004-08-01 David Lawrence... automatically install a symlink "rnano" pointing to...
2004-07-31 David Lawrence... add DB's fix for a problem where quoted justify wouldn...
2004-07-30 David Lawrence... rcfile tweaks: prompt only once for all rcfile errors...
2004-07-30 David Lawrence... add my display tweak to do_replace(), my efficiency...
2004-07-30 David Lawrence... add a consistency fix for do_enter() and a few minor...
2004-07-30 David Lawrence... add DB's overhaul of the paragraph searching code and...
2004-07-29 David Lawrence... in do_replace_loop(), make sure old_pww is updated...
2004-07-28 David Lawrence... add a few missing placewewant size_t conversions
2004-07-28 David Lawrence... per DB's patch, convert placewewant to a size_t; also...
2004-07-28 David Lawrence... add various improvements to the "c-file" regexes by...
2004-07-28 David Lawrence... add Mike Frysinger's sample regexes for patch files
2004-07-27 David Lawrence... minor cosmetic fix
2004-07-27 David Lawrence... move the main terminal initialization functions, aside...
2004-07-27 David Lawrence... per Junichi Uekawa's patch in Debian's version of nano...
2004-07-24 David Lawrence... fix spacing problem in the "Save Under Different Name...
2004-07-23 David Lawrence... fix variable names
2004-07-23 David Lawrence... a few miscellaneous Pico compatibility tweaks and bugfi...
2004-07-20 David Lawrence... restore erroneously removed toggle* casts
2004-07-18 David Lawrence... and reset tabsize and wrap_at to their default values...
2004-07-18 David Lawrence... properly handle invalid tab sizes in nanorc files and...
2004-07-17 David Lawrence... revert change to debugging statement that shouldn't...
2004-07-17 David Lawrence... cut down on redundant inclusions of <sys/types.h>,...
2004-07-13 David Lawrence... further clarify one toggle description
2004-07-13 David Lawrence... per DB's patch, remove some unneeded reset_cursor(...
2004-07-12 David Lawrence... add missing part of the variable type changes in do_got...
2004-07-12 David Lawrence... port over DB's number parsing code and related bits...
2004-07-12 David Lawrence... various changes to cut down on binary size: per DB...
2004-07-10 David Lawrence... add another missing part of DB's patch (read_file(...
2004-07-08 David Lawrence... add one last spacing fix
2004-07-08 David Lawrence... add another prototype fix and a few spacing fixes
2004-07-08 David Lawrence... per DB's patch, remove unused global variable search_of...
2004-07-07 David Lawrence... more comment fixes
2004-07-07 David Lawrence... another missing piece of DB's patch: the toggle and...
2004-07-07 David Lawrence... add another missing part of DB's patch to convert flags...
2004-07-07 David Lawrence... add missing part of DB's patch to convert flags and...
2004-07-06 David Lawrence... put back erroneously removed initialization of original...
2004-07-05 David Lawrence... if we're in restricted mode and the filename isn't...
2004-07-03 David Lawrence... fix inaccurate comment
2004-07-03 David Lawrence... fix bug in do_justify() in a better way: add on_next_li...
2004-07-03 David Lawrence... fix bug in do_justify(): if all the text from the next...
2004-07-03 David Lawrence... for consistency with nano 1.2.x and with other editors...
2004-07-03 David Lawrence... a few cleanups and consistency fixes
2004-07-02 David Lawrence... per DB's patch (with a few updates of mine), convert...
2004-07-01 David Lawrence... add missing cosmetic fix from before
2004-07-01 David Lawrence... more minor cosmetic fixes
2004-07-01 David Lawrence... per DB's patch, tweak the code to update the edit windo...
2004-06-30 David Lawrence... per Jon Oberheide's patch, fix erroneous debugging...
2004-06-29 David Lawrence... per Mike Frysinger's patch, have whitespace display...
2004-06-29 David Lawrence... fix erroneous #ifdef so that nano compiles with --disab...
2004-06-28 David Lawrence... Back to CVS
2004-06-28 David Lawrence... GNU nano 1.3.3 v1.3.3
2004-06-27 David Lawrence... refactor the code to search for the beginning of a...
2004-06-26 David Lawrence... a few last minor cosmetic fixes
2004-06-25 Jordi MallachAdd a translation comment so translators use both their...
2004-06-25 Jordi MallachFix XSI:ism in config.rpath.
2004-06-25 David Lawrence... call justify_format() just after backup_lines() instead...
2004-06-24 David Lawrence... minor cosmetic fixes
2004-06-22 David Lawrence... make the former flag same_line_wrap use TRUE and FALSE...
2004-06-22 David Lawrence... add minor comment fixes, and also fix a problem where...
2004-06-15 David Lawrence... fix inaccurate comment
2004-06-12 David Lawrence... do_yesno() comment fixes
2004-06-12 David Lawrence... clean up main() a bit
2004-06-12 David Lawrence... fix slightly misplaced break
2004-06-10 David Lawrence... remove unneeded justify_format() call from do_justify...
2004-06-09 David Lawrence... per CHAO Wei-Lun's patch, add missing "[dir]" and missi...
2004-06-05 David Lawrence... justification fix: if the last line of a justified...
2004-06-04 David Lawrence... document the functions that were removed when the input...
2004-06-04 David Lawrence... add an extra break and move an #endif down to fix a...
2004-06-04 David Lawrence... properly handle it when get_escape_seq_kbinput() return...
2004-06-03 David Lawrence... support KEY_A1, KEY_A3, KEY_C1, and KEY_C3 on the numer...
2004-06-01 David Lawrence... document the use of the SPELL environment variable
2004-06-01 David Lawrence... don't rely on the return value of curs_set(), as it...
2004-06-01 David Lawrence... cosmetic fixes
2004-06-01 David Lawrence... edit_redraw() should update when we're not on the first...
next