1. 04a8d1c add a multibuffer mode toggle to the "Execute Command" prompt, for by David Lawrence Ramsey · 20 years ago
  2. 0322533 simplify do_insertfile() by reusing variables where possible by David Lawrence Ramsey · 20 years ago
  3. 9bab9ff consistency fix: the convention for shortcuts lists other than the main by David Lawrence Ramsey · 20 years ago
  4. 1e72971 in shortcut_init(), change an erroneous _() around the "New Buffer" by David Lawrence Ramsey · 20 years ago
  5. eb16f43 add a func_key flag to the low-level input functions and the currently by David Lawrence Ramsey · 20 years ago
  6. 72d8e54 refresh the screen when Ctrl-L is pressed at the statusbar prompt, as Pico does by David Lawrence Ramsey · 20 years ago
  7. f3ca80e remove redundant include of limits.h from nano.c by David Lawrence Ramsey · 20 years ago
  8. 013344c turn off extended input processing (the IEXTEN termios flag) as nano 1.2.x does by David Lawrence Ramsey · 20 years ago
  9. d08348b make some ints that use the value of fill and can be greater than COLS by David Lawrence Ramsey · 20 years ago
  10. e6ef8b9 revert the blocking of meta sequences in main(), as it doesn't solve the by David Lawrence Ramsey · 20 years ago
  11. 807657b document keeping meta sequences from getting through to do_char() in the by David Lawrence Ramsey · 20 years ago
  12. db6015c make the help menu shortcut display more flexible, add more intuitive by David Lawrence Ramsey · 20 years ago
  13. fd73c46 for more compatibility with Pico, remove extra space after a character by David Lawrence Ramsey · 20 years ago
  14. c7ca28a make get_edit_input() respect view mode, and clarify its changelog entry by David Lawrence Ramsey · 20 years ago
  15. 1a5c4c6 when calling AC_TRY_RUN() to test for a broken regexec() function, set by David Lawrence Ramsey · 20 years ago
  16. 02517e0 add DB's overhaul of the file loading code to increase efficiency, by David Lawrence Ramsey · 20 years ago
  17. 8bf0809 remove reference to @includedir@ in src/Makefile.am, as it's unneeded by David Lawrence Ramsey · 20 years ago
  18. 1fabded Updated French manpages from Jean-Philippe. by Jordi Mallach · 20 years ago
  19. cc79a9a Updated translations. by Jordi Mallach · 20 years ago
  20. 2a60ea8 in nanorc.sample, remove specific references to control key shortcuts by David Lawrence Ramsey · 20 years ago
  21. 4aece06 remove snippet of edit_update() that's redundant now that findnextstr() by David Lawrence Ramsey · 20 years ago
  22. 6da969e work around the need to put back the first non-escape character when by David Lawrence Ramsey · 20 years ago
  23. 146bb60 in do_insertfile(), readd the NANO_SMALL #ifdef around the start_again: by David Lawrence Ramsey · 20 years ago
  24. c510042 do more int ->bool conversions, change the order of the parameters in by David Lawrence Ramsey · 20 years ago
  25. 50c7f2d have edit_refresh() call edit_update() with NONE when smooth scrolling by David Lawrence Ramsey · 20 years ago
  26. 20b8350 simplify edit_update() so as not to require the fileptr parameter by David Lawrence Ramsey · 20 years ago
  27. d132210 do another int -> bool conversion, and simplify the search/replace by David Lawrence Ramsey · 20 years ago
  28. fe0d366 in get_mouseinput(), make clicking on meta shortcuts work properly by David Lawrence Ramsey · 20 years ago
  29. a16b27f remove redundant #ifdef by David Lawrence Ramsey · 20 years ago
  30. dfca1c4 add unget_kbinput(), a wrapper for ungetch() by David Lawrence Ramsey · 20 years ago
  31. a0b5ba2 convert ints to bools in the low-level input routines, and consolidate by David Lawrence Ramsey · 20 years ago
  32. 19420aa add missing brackets around an if statement block in parse_rcfile() so by David Lawrence Ramsey · 20 years ago
  33. 013e8d1 Back to CVS by David Lawrence Ramsey · 20 years ago
  34. c6718cf GNU nano 1.3.4 by David Lawrence Ramsey · 20 years ago
  35. b4041d6 better document the ngetdelim() tweaks by David Lawrence Ramsey · 20 years ago
  36. 95f3812 add a few last tweaks to ngetdelim() by David Lawrence Ramsey · 20 years ago
  37. a27bd65 per DB's patch, overhaul the rcfile and history file reading and writing by David Lawrence Ramsey · 20 years ago
  38. bb50b30 a few more #ifdef tweaks, plus a few cosmetic fixes by David Lawrence Ramsey · 20 years ago
  39. df13e3b tweak some #ifdefs to avoid warnings when compiling with by David Lawrence Ramsey · 20 years ago
  40. 7dfec43 per DB's patch, show the "Press Return To Continue" prompt if we can't by David Lawrence Ramsey · 20 years ago
  41. 69a2812 make sure that the shortcut list properly displays "Close" when reading by David Lawrence Ramsey · 20 years ago
  42. 6420d44 add a bunch of DB's miscellaneous fixes, plus a few of mine by David Lawrence Ramsey · 20 years ago
  43. 049e4a5 per DB's patch, simplify the saving of emergency files in die(), by David Lawrence Ramsey · 20 years ago
  44. 6b24856 add titlebar() calls before all open_file() calls and remove the by David Lawrence Ramsey · 20 years ago
  45. 00d7798 per DB's patch, convert a few parts of files.c to use bool so that by David Lawrence Ramsey · 20 years ago
  46. ce62e82 per DB's patch, convert nano.c to use bools wherever needed, add a few by David Lawrence Ramsey · 20 years ago
  47. 73cd1a5 document DB's warning fixes when ENABLE_NLS is undefined and the by David Lawrence Ramsey · 20 years ago
  48. 76f63ff per DB's patch, convert more of nano to use N_() when possible; also add by David Lawrence Ramsey · 20 years ago
  49. 22fac78 per DB's patch, don't translate the option strings for -Z/--restricted; by David Lawrence Ramsey · 20 years ago
  50. c53ab2a tweak parse_num() to return a bool, and fix backwards test of its value by David Lawrence Ramsey · 20 years ago
  51. 4d44d2d make lastwastab and list use TRUE and FALSE instead of 1 and 0, make by David Lawrence Ramsey · 20 years ago
  52. 8bf9ba0 tweak the spec file to properly package the "rnano" symlink by David Lawrence Ramsey · 20 years ago
  53. 76fb3ec automatically install a symlink "rnano" pointing to nano by David Lawrence Ramsey · 20 years ago
  54. b8c479a add DB's fix for a problem where quoted justify wouldn't work if by David Lawrence Ramsey · 20 years ago
  55. a6d26d0 rcfile tweaks: prompt only once for all rcfile errors instead of once by David Lawrence Ramsey · 20 years ago
  56. 9062579 add my display tweak to do_replace(), my efficiency tweaks to by David Lawrence Ramsey · 20 years ago
  57. 9ef3adb add a consistency fix for do_enter() and a few minor cosmetic fixes by David Lawrence Ramsey · 20 years ago
  58. 819c7f0 add DB's overhaul of the paragraph searching code and some of the by David Lawrence Ramsey · 20 years ago
  59. f56cc9e in do_replace_loop(), make sure old_pww is updated to the current value by David Lawrence Ramsey · 20 years ago
  60. 86e851b per DB's patch, convert placewewant to a size_t; also add a few by David Lawrence Ramsey · 20 years ago
  61. 2d140c2 add various improvements to the "c-file" regexes by Mike Frysinger, with by David Lawrence Ramsey · 20 years ago
  62. 7d3817f add Mike Frysinger's sample regexes for patch files by David Lawrence Ramsey · 20 years ago
  63. 8aaf030 move the main terminal initialization functions, aside from initscr(), by David Lawrence Ramsey · 20 years ago
  64. ad1fd0d per Junichi Uekawa's patch in Debian's version of nano, call setlocale() by David Lawrence Ramsey · 20 years ago
  65. 1536f86 fix spacing problem in the "Save Under Different Name" prompt by David Lawrence Ramsey · 20 years ago
  66. 8037fe0 a few miscellaneous Pico compatibility tweaks and bugfixes (most by David Lawrence Ramsey · 20 years ago
  67. 04419b9 and reset tabsize and wrap_at to their default values if invalid rcfile by David Lawrence Ramsey · 20 years ago
  68. 36dd87b properly handle invalid tab sizes in nanorc files and make a few more by David Lawrence Ramsey · 20 years ago
  69. fd3039a cut down on redundant inclusions of <sys/types.h>, include it in proto.h by David Lawrence Ramsey · 20 years ago
  70. aea4dab per DB's patch, remove some unneeded reset_cursor() calls, move the one by David Lawrence Ramsey · 20 years ago
  71. 49c3f24 port over DB's number parsing code and related bits, with a few minor by David Lawrence Ramsey · 20 years ago
  72. 576bf33 various changes to cut down on binary size: per DB's patch, add new N_() by David Lawrence Ramsey · 20 years ago
  73. f708037 add another prototype fix and a few spacing fixes by David Lawrence Ramsey · 20 years ago
  74. a5dda84 per DB's patch, remove unused global variable search_offscreen by David Lawrence Ramsey · 20 years ago
  75. f7b5d93 if we're in restricted mode and the filename isn't blank, disable tab by David Lawrence Ramsey · 20 years ago
  76. 4693864 fix bug in do_justify() in a better way: add on_next_line flag, used to by David Lawrence Ramsey · 20 years ago
  77. 01a6bf4 fix bug in do_justify(): if all the text from the next line has been by David Lawrence Ramsey · 20 years ago
  78. c8c69d5 for consistency with nano 1.2.x and with other editors, make the mode of by David Lawrence Ramsey · 20 years ago
  79. edab0cc a few cleanups and consistency fixes by David Lawrence Ramsey · 20 years ago
  80. 72e51ab per DB's patch (with a few updates of mine), convert the shortcut list by David Lawrence Ramsey · 20 years ago
  81. ebd0d7c more minor cosmetic fixes by David Lawrence Ramsey · 20 years ago
  82. 0fb841a per DB's patch, tweak the code to update the edit window just before by David Lawrence Ramsey · 20 years ago
  83. cff5558 per Jon Oberheide's patch, fix erroneous debugging statement so that by David Lawrence Ramsey · 20 years ago
  84. db357a1 per Mike Frysinger's patch, have whitespace display default to off instead of on by David Lawrence Ramsey · 20 years ago
  85. a539fce fix erroneous #ifdef so that nano compiles with --disable-justify again by David Lawrence Ramsey · 20 years ago
  86. d36715e Back to CVS by David Lawrence Ramsey · 20 years ago
  87. e115156 GNU nano 1.3.3 by David Lawrence Ramsey · 20 years ago
  88. dbde9d7 refactor the code to search for the beginning of a paragraph a bit to by David Lawrence Ramsey · 20 years ago
  89. 21ad762 Add a translation comment so translators use both their shortcuts as well as the English ones. by Jordi Mallach · 20 years ago
  90. d350727 Fix XSI:ism in config.rpath. by Jordi Mallach · 20 years ago
  91. 91bc83a call justify_format() just after backup_lines() instead of inside it, so by David Lawrence Ramsey · 20 years ago
  92. 85529b3 make the former flag same_line_wrap use TRUE and FALSE, add missing part by David Lawrence Ramsey · 20 years ago
  93. 973a96b add minor comment fixes, and also fix a problem where the escape by David Lawrence Ramsey · 20 years ago
  94. 74af3a7 clean up main() a bit by David Lawrence Ramsey · 20 years ago
  95. 2b6c301 remove unneeded justify_format() call from do_justify() which caused by David Lawrence Ramsey · 20 years ago
  96. 4525137 per CHAO Wei-Lun's patch, add missing "[dir]" and missing _()'s to the by David Lawrence Ramsey · 20 years ago
  97. a9a6ce0 justification fix: if the last line of a justified paragraph has a space by David Lawrence Ramsey · 20 years ago
  98. 7ea39ef document the functions that were removed when the input routines were by David Lawrence Ramsey · 20 years ago
  99. d897445 add an extra break and move an #endif down to fix a potential problem by David Lawrence Ramsey · 20 years ago
  100. e65e639 properly handle it when get_escape_seq_kbinput() returns ERR for an by David Lawrence Ramsey · 20 years ago