1. 7483571 massive overhaul to support buffered input and output, the first steps by David Lawrence Ramsey · 20 years ago
  2. 68ebb61 fix potential segfault when doing a full justify by David Lawrence Ramsey · 20 years ago
  3. fc54d6e per Jeremy Huddleston's patch, fix compilation problem caused by by David Lawrence Ramsey · 20 years ago
  4. 3ece0b9 change references to "open files" to "open file buffers" for by David Lawrence Ramsey · 20 years ago
  5. 1483ee3 remove malfunctioning wide character support, and add a few miscellaneous fixes by David Lawrence Ramsey · 20 years ago
  6. 6ecbdd3 remove specific references to control key shortcuts in configure.ac by David Lawrence Ramsey · 20 years ago
  7. c109549 in unget_kbinput(), free s after the wctomb() call, since we don't need by David Lawrence Ramsey · 20 years ago
  8. c82997d in get_verbatim_kbinput(), don't pass v_kbinput in as a parameter, since by David Lawrence Ramsey · 20 years ago
  9. 08eab72 add debug messages to get_shortcut() and get_toggle() by David Lawrence Ramsey · 20 years ago
  10. ca018c3 in get_full_path(), remove unneeded NANO_SMALL #ifdef, so that it's by David Lawrence Ramsey · 20 years ago
  11. 698263c in the low-level input routines, make the ascii_digits variables ints by David Lawrence Ramsey · 20 years ago
  12. 5b3dd0f add DB's overhaul of the multibuffer code for efficiency, plus a few by David Lawrence Ramsey · 20 years ago
  13. eeec999 oops again; adding an extra magicline unconditionally when uncutting is by David Lawrence Ramsey · 20 years ago
  14. cc89513 oops; Pico's adding a new magicline unconditionally when uncutting by David Lawrence Ramsey · 20 years ago
  15. d994ad5 in get_edit_input(), readd parameter allow_funcs, as it's now needed as by David Lawrence Ramsey · 20 years ago
  16. 3041293 in shortcut_init(), fix misplaced #endif keeping the "Full Justify" by David Lawrence Ramsey · 20 years ago
  17. 4d6ec37 in do_cut_text(), if keep_cutbuffer is FALSE, only blow away the text in by David Lawrence Ramsey · 20 years ago
  18. 93c8405 overhaul the cutting and uncutting routines and the justify-related by David Lawrence Ramsey · 20 years ago
  19. b5a7a5a in do_wrap(), make wrap_loc and word_back ssize_t's, to match fill, and by David Lawrence Ramsey · 20 years ago
  20. 962202e Back to CVS by David Lawrence Ramsey · 20 years ago
  21. 2c86dc6 GNU nano 1.3.5 by David Lawrence Ramsey · 20 years ago
  22. 3de81bc in do_replace_loop(), treat real_current as current and real_current_x by David Lawrence Ramsey · 20 years ago
  23. e56d936 documentation fix: list sh as an example of a Bourne shell by David Lawrence Ramsey · 20 years ago
  24. 831c640 in README.CVS, mention the need for ssh to do cvs checkouts by David Lawrence Ramsey · 20 years ago
  25. b75763e update the given cvs commands in README.CVS so that they work again by David Lawrence Ramsey · 20 years ago
  26. 188f169 in README.CVS, mention the requirement for groff in order to create html by David Lawrence Ramsey · 20 years ago
  27. d7b6325 Don't use DEFS to define stuff. Use INCLUDES instead. by Jordi Mallach · 20 years ago
  28. 55381aa Include <config.h> only if HAVE_CONFIG_H. by Jordi Mallach · 20 years ago
  29. a98fd75 spell Ulf Härnhammar's name right by David Lawrence Ramsey · 20 years ago
  30. 8091d33 add Ulf Harnhammar's input_tab() segfault fix by David Lawrence Ramsey · 20 years ago
  31. 97b9046 document the last fix by David Lawrence Ramsey · 20 years ago
  32. 649b431 in cut_marked_segment(), respect concatenate_cut, as we need to use it by David Lawrence Ramsey · 20 years ago
  33. bfb98f8 in do_cut_text(), set concatenate_cut to TRUE unconditionally when doing by David Lawrence Ramsey · 20 years ago
  34. 907725f revert the handle_sigwinch() change, as other breakage occurs when by David Lawrence Ramsey · 20 years ago
  35. 8781fc6 fix entry by David Lawrence Ramsey · 20 years ago
  36. 1f1ebb8 in handle_sigwinch(), call shortcut_init(FALSE) defore redisplaying the by David Lawrence Ramsey · 20 years ago
  37. e3016d9 in m4/Makefile.am, add glib-2.0.m4 to EXTRA_DIST, so that nano builds by David Lawrence Ramsey · 20 years ago
  38. fdd3bec allow blank buffers at the "Execute Command" prompt, and document it in by David Lawrence Ramsey · 20 years ago
  39. 02085d7 in the search prompt shortcut list, move "Full Justify" to after by David Lawrence Ramsey · 20 years ago
  40. 50af6ea in proto.h, add missing NANO_SMALL #ifdef around the by David Lawrence Ramsey · 20 years ago
  41. 00cca05 in do_uncut_text(), maintain current_y's value when uncutting blocks so by David Lawrence Ramsey · 20 years ago
  42. 90e59c1 when doing marked spell-check, properly handle the case where the mark by David Lawrence Ramsey · 20 years ago
  43. 93eb293 more faq updates: add questions about selecting text in an X terminal by David Lawrence Ramsey · 20 years ago
  44. 0432e70 fixed FAQ inaccuracy: Pico compatibility mode was made the default in by David Lawrence Ramsey · 20 years ago
  45. 78d644a don't change the file format when we insert another file into the current one by David Lawrence Ramsey · 20 years ago
  46. 3d67c11 fix entry: "... opened the file, added all of it to the cutbuffer, by David Lawrence Ramsey · 20 years ago
  47. b73c0c0 if we're not inserting a file into a new buffer, partition the current by David Lawrence Ramsey · 20 years ago
  48. 07e2589 in cut.c, make marked_line a static enum instead of a static int, and by David Lawrence Ramsey · 20 years ago
  49. be246c0 fix entry by David Lawrence Ramsey · 20 years ago
  50. 3e0c8a6 remove the DOS_FILE and MAC_FILE flags, as they're only used in files.c, by David Lawrence Ramsey · 20 years ago
  51. 84d0d59 remove most redundant includes of sys/stat.h; it's included in nano.h, by David Lawrence Ramsey · 20 years ago
  52. e1ee22f in search_init(), when we're replacing and the mark is on, display a by David Lawrence Ramsey · 20 years ago
  53. 40bdb68 add code to partition a filestruct between a set of arbitrary by David Lawrence Ramsey · 20 years ago
  54. 4a1fc55 add new function mallocstrncpy() by David Lawrence Ramsey · 20 years ago
  55. 4b4b608 leave "Mark Text" and "Where Is Next" out entirely when NANO_SMALL is by David Lawrence Ramsey · 20 years ago
  56. 8381fdd add new key aliases: F15 for "Mark Text" and F16 for "Where Is Next"; by David Lawrence Ramsey · 20 years ago
  57. d402e71 document the help browser display fix by David Lawrence Ramsey · 20 years ago
  58. add6508 add missing attribution by David Lawrence Ramsey · 20 years ago
  59. e5e88fd fix problem found by Rocco: make search_last_line static to search.c by David Lawrence Ramsey · 20 years ago
  60. 85f8f46 remove erroneous entry by David Lawrence Ramsey · 20 years ago
  61. 687776b make mark_beginx a size_t instead of an int by David Lawrence Ramsey · 20 years ago
  62. 7a97e18 make current_x a size_t instead of an int by David Lawrence Ramsey · 20 years ago
  63. 77b284a revert the marked replace code; it's hackish, and there appears to be no by David Lawrence Ramsey · 20 years ago
  64. 233f336 add missing blank line by David Lawrence Ramsey · 20 years ago
  65. 9bf486f in do_replace_loop(), add new parameter canceled, set to TRUE if we by David Lawrence Ramsey · 20 years ago
  66. 410efe9 add Rocco Corsi's patch to fix a problem in do_int_spell_fix() where if by David Lawrence Ramsey · 20 years ago
  67. 0ff01a9 put DB's old efficiency tweaks back in bottombars() by David Lawrence Ramsey · 20 years ago
  68. cfa4a9c remove the global DOS/Mac format toggles, for consistency with other by David Lawrence Ramsey · 20 years ago
  69. e93e03e in nano.1 and nano.texi, eliminate references to the now removed by David Lawrence Ramsey · 20 years ago
  70. c151b47 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  71. c59979f add UTF-8 support to unget_kbinput(), and fix a minor memory leak in the by David Lawrence Ramsey · 20 years ago
  72. bf1346f in main(), tweak the command line parsing routine so that multiple +LINE by David Lawrence Ramsey · 20 years ago
  73. ca92bec apply patch from DB: in write_file(), if we've tried to write to an by David Lawrence Ramsey · 20 years ago
  74. fe65657 in nanorc.sample, change the included speller value to "aspell -x -c"; by David Lawrence Ramsey · 20 years ago
  75. 2eb7459 when saving or changing file positions, be sure not to ignore by David Lawrence Ramsey · 20 years ago
  76. 9819ed0 fix infinite loop when we're doing a replace of marked text and the only by David Lawrence Ramsey · 20 years ago
  77. 27fbc69 yet more search code cleanups by David Lawrence Ramsey · 20 years ago
  78. 53752e8 fix findnextstr() so wholewords works properly with regular expressions by David Lawrence Ramsey · 20 years ago
  79. b802e70 add glib-2.0.m4 from glib 2.4.7 to the m4 directory; this is needed to by David Lawrence Ramsey · 20 years ago
  80. db85ac7 rely on glib 2.x only if the system doesn't have v?snprintf(), and by David Lawrence Ramsey · 20 years ago
  81. c6899cb document the last miscellaneous fix by David Lawrence Ramsey · 20 years ago
  82. 381d483 help text updates, and a few more miscellaneous fixes by David Lawrence Ramsey · 20 years ago
  83. 439fbe3 in do_alt_speller(), call terminal_init() unconditionally after running by David Lawrence Ramsey · 20 years ago
  84. 4b7e3c3 minor cleanups by David Lawrence Ramsey · 20 years ago
  85. fc965a4 make the UTF-8 character reading support work in more instances by David Lawrence Ramsey · 20 years ago
  86. 4e8e495 add support for reading in UTF-8 sequences to some of the low-level by David Lawrence Ramsey · 20 years ago
  87. a870ca2 simplify the curses library tests in configure.ac by checking for by David Lawrence Ramsey · 20 years ago
  88. 5780b24 make get_escape_seq_kbinput()'s escape_seq parameter a const int*, since by David Lawrence Ramsey · 20 years ago
  89. 646bf91 add missing word by David Lawrence Ramsey · 20 years ago
  90. 49d5c1b minor fixes involving case insensitive searches and NANO_SMALL by David Lawrence Ramsey · 20 years ago
  91. 731e7f2 oops, Pico doesn't preserve placewewant when inserting a file; we do it by David Lawrence Ramsey · 20 years ago
  92. 1929982 in do_insertfile(), when inserting a file in non-multibuffer mode, by David Lawrence Ramsey · 20 years ago
  93. d93ee68 in do_int_spell_fix(), move the REVERSE_SEARCH flag toggling into the by David Lawrence Ramsey · 20 years ago
  94. 3497666 in do_replace_loop(), if the mark is on when we start, skip over all by David Lawrence Ramsey · 20 years ago
  95. 491cad3 miscellaneous cleanups in do_replace_loop(): set current to real_current by David Lawrence Ramsey · 20 years ago
  96. 7cfea8b in mark_order(), add check for MARK_ISSET's not being set; also make one by David Lawrence Ramsey · 20 years ago
  97. 28caf14 remove the -D/--dos and -M/--mac command line options, as they aren't by David Lawrence Ramsey · 20 years ago
  98. 487149e in do_insertfile(), add missing #ifdefs around the wrap_reset() call so by David Lawrence Ramsey · 20 years ago
  99. 045883a really fix the resetstatus problems this time, and add a few other by David Lawrence Ramsey · 20 years ago
  100. b49daec in do_insertfile(), if file browsing succeeds, copy the filename we by David Lawrence Ramsey · 20 years ago