- c7b6ac5 cosmetic fixes for the getopt_(long)?() calls and the switch block by David Lawrence Ramsey · 21 years ago
- 00d7798 per DB's patch, convert a few parts of files.c to use bool so that by David Lawrence Ramsey · 21 years ago
- ce62e82 per DB's patch, convert nano.c to use bools wherever needed, add a few by David Lawrence Ramsey · 21 years ago
- 73cd1a5 document DB's warning fixes when ENABLE_NLS is undefined and the by David Lawrence Ramsey · 21 years ago
- 76f63ff per DB's patch, convert more of nano to use N_() when possible; also add by David Lawrence Ramsey · 21 years ago
- 22fac78 per DB's patch, don't translate the option strings for -Z/--restricted; by David Lawrence Ramsey · 21 years ago
- c53ab2a tweak parse_num() to return a bool, and fix backwards test of its value by David Lawrence Ramsey · 21 years ago
- 4d44d2d make lastwastab and list use TRUE and FALSE instead of 1 and 0, make by David Lawrence Ramsey · 21 years ago
- 8bf9ba0 tweak the spec file to properly package the "rnano" symlink by David Lawrence Ramsey · 21 years ago
- 76fb3ec automatically install a symlink "rnano" pointing to nano by David Lawrence Ramsey · 21 years ago
- b8c479a add DB's fix for a problem where quoted justify wouldn't work if by David Lawrence Ramsey · 21 years ago
- a6d26d0 rcfile tweaks: prompt only once for all rcfile errors instead of once by David Lawrence Ramsey · 21 years ago
- 9062579 add my display tweak to do_replace(), my efficiency tweaks to by David Lawrence Ramsey · 21 years ago
- 9ef3adb add a consistency fix for do_enter() and a few minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 819c7f0 add DB's overhaul of the paragraph searching code and some of the by David Lawrence Ramsey · 21 years ago
- f56cc9e in do_replace_loop(), make sure old_pww is updated to the current value by David Lawrence Ramsey · 21 years ago
- 360093a add a few missing placewewant size_t conversions by David Lawrence Ramsey · 21 years ago
- 86e851b per DB's patch, convert placewewant to a size_t; also add a few by David Lawrence Ramsey · 21 years ago
- 2d140c2 add various improvements to the "c-file" regexes by Mike Frysinger, with by David Lawrence Ramsey · 21 years ago
- 7d3817f add Mike Frysinger's sample regexes for patch files by David Lawrence Ramsey · 21 years ago
- 331e659 minor cosmetic fix by David Lawrence Ramsey · 21 years ago
- 8aaf030 move the main terminal initialization functions, aside from initscr(), by David Lawrence Ramsey · 21 years ago
- ad1fd0d per Junichi Uekawa's patch in Debian's version of nano, call setlocale() by David Lawrence Ramsey · 21 years ago
- 1536f86 fix spacing problem in the "Save Under Different Name" prompt by David Lawrence Ramsey · 21 years ago
- c41d428 fix variable names by David Lawrence Ramsey · 21 years ago
- 8037fe0 a few miscellaneous Pico compatibility tweaks and bugfixes (most by David Lawrence Ramsey · 21 years ago
- 94b975c restore erroneously removed toggle* casts by David Lawrence Ramsey · 21 years ago
- 04419b9 and reset tabsize and wrap_at to their default values if invalid rcfile by David Lawrence Ramsey · 21 years ago
- 36dd87b properly handle invalid tab sizes in nanorc files and make a few more by David Lawrence Ramsey · 21 years ago
- 24f10c3 revert change to debugging statement that shouldn't be there yet by David Lawrence Ramsey · 21 years ago
- fd3039a cut down on redundant inclusions of <sys/types.h>, include it in proto.h by David Lawrence Ramsey · 21 years ago
- fb8bf40 further clarify one toggle description by David Lawrence Ramsey · 21 years ago
- aea4dab per DB's patch, remove some unneeded reset_cursor() calls, move the one by David Lawrence Ramsey · 21 years ago
- 300b87f add missing part of the variable type changes in do_gotoline() by David Lawrence Ramsey · 21 years ago
- 49c3f24 port over DB's number parsing code and related bits, with a few minor by David Lawrence Ramsey · 21 years ago
- 576bf33 various changes to cut down on binary size: per DB's patch, add new N_() by David Lawrence Ramsey · 21 years ago
- d717d4b add another missing part of DB's patch (read_file() should be returning by David Lawrence Ramsey · 21 years ago
- 0273829 add one last spacing fix by David Lawrence Ramsey · 21 years ago
- f708037 add another prototype fix and a few spacing fixes by David Lawrence Ramsey · 21 years ago
- a5dda84 per DB's patch, remove unused global variable search_offscreen by David Lawrence Ramsey · 21 years ago
- 0af8604 more comment fixes by David Lawrence Ramsey · 21 years ago
- ec721c8 another missing piece of DB's patch: the toggle and rcoption structs by David Lawrence Ramsey · 21 years ago
- 2ad3209 add another missing part of DB's patch to convert flags and related by David Lawrence Ramsey · 21 years ago
- 962cc74 add missing part of DB's patch to convert flags and related variables by David Lawrence Ramsey · 21 years ago
- 2552907 put back erroneously removed initialization of original_umask by David Lawrence Ramsey · 21 years ago
- f7b5d93 if we're in restricted mode and the filename isn't blank, disable tab by David Lawrence Ramsey · 21 years ago
- 309fbcb fix inaccurate comment by David Lawrence Ramsey · 21 years ago
- 4693864 fix bug in do_justify() in a better way: add on_next_line flag, used to by David Lawrence Ramsey · 21 years ago
- 01a6bf4 fix bug in do_justify(): if all the text from the next line has been by David Lawrence Ramsey · 21 years ago
- c8c69d5 for consistency with nano 1.2.x and with other editors, make the mode of by David Lawrence Ramsey · 21 years ago
- edab0cc a few cleanups and consistency fixes by David Lawrence Ramsey · 21 years ago
- 72e51ab per DB's patch (with a few updates of mine), convert the shortcut list by David Lawrence Ramsey · 21 years ago
- 74912c6 add missing cosmetic fix from before by David Lawrence Ramsey · 21 years ago
- ebd0d7c more minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 0fb841a per DB's patch, tweak the code to update the edit window just before by David Lawrence Ramsey · 21 years ago
- cff5558 per Jon Oberheide's patch, fix erroneous debugging statement so that by David Lawrence Ramsey · 21 years ago
- db357a1 per Mike Frysinger's patch, have whitespace display default to off instead of on by David Lawrence Ramsey · 21 years ago
- a539fce fix erroneous #ifdef so that nano compiles with --disable-justify again by David Lawrence Ramsey · 21 years ago
- d36715e Back to CVS by David Lawrence Ramsey · 21 years ago
- e115156 GNU nano 1.3.3 by David Lawrence Ramsey · 21 years ago
- dbde9d7 refactor the code to search for the beginning of a paragraph a bit to by David Lawrence Ramsey · 21 years ago
- 5245344 a few last minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 21ad762 Add a translation comment so translators use both their shortcuts as well as the English ones. by Jordi Mallach · 21 years ago
- d350727 Fix XSI:ism in config.rpath. by Jordi Mallach · 21 years ago
- 91bc83a call justify_format() just after backup_lines() instead of inside it, so by David Lawrence Ramsey · 21 years ago
- 537a880 minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 85529b3 make the former flag same_line_wrap use TRUE and FALSE, add missing part by David Lawrence Ramsey · 21 years ago
- 973a96b add minor comment fixes, and also fix a problem where the escape by David Lawrence Ramsey · 21 years ago
- 4e1a98c fix inaccurate comment by David Lawrence Ramsey · 21 years ago
- 45eda52 do_yesno() comment fixes by David Lawrence Ramsey · 21 years ago
- 74af3a7 clean up main() a bit by David Lawrence Ramsey · 21 years ago
- 3b0729c fix slightly misplaced break by David Lawrence Ramsey · 21 years ago
- 2b6c301 remove unneeded justify_format() call from do_justify() which caused by David Lawrence Ramsey · 21 years ago
- 4525137 per CHAO Wei-Lun's patch, add missing "[dir]" and missing _()'s to the by David Lawrence Ramsey · 21 years ago
- a9a6ce0 justification fix: if the last line of a justified paragraph has a space by David Lawrence Ramsey · 21 years ago
- 7ea39ef document the functions that were removed when the input routines were by David Lawrence Ramsey · 21 years ago
- d897445 add an extra break and move an #endif down to fix a potential problem by David Lawrence Ramsey · 21 years ago
- e65e639 properly handle it when get_escape_seq_kbinput() returns ERR for an by David Lawrence Ramsey · 21 years ago
- 16eb518 support KEY_A1, KEY_A3, KEY_C1, and KEY_C3 on the numeric keypad by David Lawrence Ramsey · 21 years ago
- 498e13d document the use of the SPELL environment variable by David Lawrence Ramsey · 21 years ago
- ae064bf don't rely on the return value of curs_set(), as it's broken on e.g. by David Lawrence Ramsey · 21 years ago
- e7638ea cosmetic fixes by David Lawrence Ramsey · 21 years ago
- ce1d765 edit_redraw() should update when we're not on the first page and/or when by David Lawrence Ramsey · 21 years ago
- 0675c2f Update docs about Chinese contributor. by Jordi Mallach · 21 years ago
- 18b583d 2004-06-01 Jordi Mallach <jordi@gnu.org> by Jordi Mallach · 21 years ago
- 9a527f5 add DB's tweaks to do_wrap(), plus a few minor bits of mine (convert by David Lawrence Ramsey · 21 years ago
- 684b193 fix comment inaccuracies by David Lawrence Ramsey · 21 years ago
- 4a80fcf oops; for consistency with e.g. color syntax highlighting (which, like by David Lawrence Ramsey · 21 years ago
- f521b60 for consistency, whitespace display should be off by default, not on by David Lawrence Ramsey · 21 years ago
- 2826047 add spaces to the ends of the "Overwrite" and "Different Name" prompts, by David Lawrence Ramsey · 21 years ago
- c21790d edit_redraw() fixes by David Lawrence Ramsey · 21 years ago
- be26561 add DB's changes to allow scrolling through the help browser text with by David Lawrence Ramsey · 21 years ago
- b6a4b10 document cosmetic reorganization of rcfile.c, and readd an "else" I by David Lawrence Ramsey · 21 years ago
- 8d91199 add a few comment fixes and an explicit check in rcfile.c for by David Lawrence Ramsey · 21 years ago
- 89bb937 a few last cosmetic reorderings and fixes by David Lawrence Ramsey · 21 years ago
- 2c62b07 allow the changing of closing punctuation and closing brackets (used in by David Lawrence Ramsey · 21 years ago
- 483ea32 add Mike Frysinger's patch (with minor modifications) to allow by David Lawrence Ramsey · 21 years ago
- c833d9e since KEEP_CUTBUFFER is only used in cut.c, make it a static variable in by David Lawrence Ramsey · 21 years ago
- 12e066f fix minor omission: the smarthome option was documented in nanorc.5 as by David Lawrence Ramsey · 21 years ago
- 9d325a0 cosmetic fixes by David Lawrence Ramsey · 21 years ago