1. add6508 add missing attribution by David Lawrence Ramsey · 21 years ago
  2. e5e88fd fix problem found by Rocco: make search_last_line static to search.c by David Lawrence Ramsey · 21 years ago
  3. 85f8f46 remove erroneous entry by David Lawrence Ramsey · 21 years ago
  4. 687776b make mark_beginx a size_t instead of an int by David Lawrence Ramsey · 21 years ago
  5. 7a97e18 make current_x a size_t instead of an int by David Lawrence Ramsey · 21 years ago
  6. 59f5e04 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  7. ace1037 cosmetic fix by David Lawrence Ramsey · 21 years ago
  8. 77b284a revert the marked replace code; it's hackish, and there appears to be no by David Lawrence Ramsey · 21 years ago
  9. 233f336 add missing blank line by David Lawrence Ramsey · 21 years ago
  10. d4ca9f2 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  11. 9bf486f in do_replace_loop(), add new parameter canceled, set to TRUE if we by David Lawrence Ramsey · 21 years ago
  12. 410efe9 add Rocco Corsi's patch to fix a problem in do_int_spell_fix() where if by David Lawrence Ramsey · 21 years ago
  13. 1758640 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  14. 0ff01a9 put DB's old efficiency tweaks back in bottombars() by David Lawrence Ramsey · 21 years ago
  15. cc823ab cosmetic fix: "Hurd console" -> "Mach console" by David Lawrence Ramsey · 21 years ago
  16. cfa4a9c remove the global DOS/Mac format toggles, for consistency with other by David Lawrence Ramsey · 21 years ago
  17. e93e03e in nano.1 and nano.texi, eliminate references to the now removed by David Lawrence Ramsey · 21 years ago
  18. c151b47 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  19. da952f8 consistency fix for the ^^ help entry by David Lawrence Ramsey · 21 years ago
  20. 2690baf add missing parentheses by David Lawrence Ramsey · 21 years ago
  21. e7c4168 consistency fix for the ^I help entry by David Lawrence Ramsey · 21 years ago
  22. 9abd1d1 simplify the key-interpreting logic in get_shortcut() by David Lawrence Ramsey · 21 years ago
  23. 7975408 fix wrong word by David Lawrence Ramsey · 21 years ago
  24. c59979f add UTF-8 support to unget_kbinput(), and fix a minor memory leak in the by David Lawrence Ramsey · 21 years ago
  25. bf1346f in main(), tweak the command line parsing routine so that multiple +LINE by David Lawrence Ramsey · 21 years ago
  26. 6a715b6 comment fix by David Lawrence Ramsey · 21 years ago
  27. ca92bec apply patch from DB: in write_file(), if we've tried to write to an by David Lawrence Ramsey · 21 years ago
  28. 2c4e34c another indentation fix by David Lawrence Ramsey · 21 years ago
  29. d9fb3e6 remove more unneeded casts, and add an indentation fix by David Lawrence Ramsey · 21 years ago
  30. 1601c28 remove unnecessary casts by David Lawrence Ramsey · 21 years ago
  31. fe65657 in nanorc.sample, change the included speller value to "aspell -x -c"; by David Lawrence Ramsey · 21 years ago
  32. 4843522 in do_replace_loop(), check for more than one wrap at the right place by David Lawrence Ramsey · 21 years ago
  33. 2eb7459 when saving or changing file positions, be sure not to ignore by David Lawrence Ramsey · 21 years ago
  34. 3288925 do the check for being outside the mark after the zero-length regexes by David Lawrence Ramsey · 21 years ago
  35. 9819ed0 fix infinite loop when we're doing a replace of marked text and the only by David Lawrence Ramsey · 21 years ago
  36. 27fbc69 yet more search code cleanups by David Lawrence Ramsey · 21 years ago
  37. 53752e8 fix findnextstr() so wholewords works properly with regular expressions by David Lawrence Ramsey · 21 years ago
  38. b802e70 add glib-2.0.m4 from glib 2.4.7 to the m4 directory; this is needed to by David Lawrence Ramsey · 21 years ago
  39. db85ac7 rely on glib 2.x only if the system doesn't have v?snprintf(), and by David Lawrence Ramsey · 21 years ago
  40. cbc13a2 add missing line by David Lawrence Ramsey · 21 years ago
  41. c6899cb document the last miscellaneous fix by David Lawrence Ramsey · 21 years ago
  42. 2cc2a57 rearrange the mark-handling code in do_replace_loop() a bit, and add one by David Lawrence Ramsey · 21 years ago
  43. 381d483 help text updates, and a few more miscellaneous fixes by David Lawrence Ramsey · 21 years ago
  44. 6be5339 more minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  45. 439fbe3 in do_alt_speller(), call terminal_init() unconditionally after running by David Lawrence Ramsey · 21 years ago
  46. 9cf7b28 another minor cleanup by David Lawrence Ramsey · 21 years ago
  47. 4b7e3c3 minor cleanups by David Lawrence Ramsey · 21 years ago
  48. fc965a4 make the UTF-8 character reading support work in more instances by David Lawrence Ramsey · 21 years ago
  49. 1f204c0 fix spurious warning message in do_gotoline() that was introduced when by David Lawrence Ramsey · 21 years ago
  50. 4e8e495 add support for reading in UTF-8 sequences to some of the low-level by David Lawrence Ramsey · 21 years ago
  51. a870ca2 simplify the curses library tests in configure.ac by checking for by David Lawrence Ramsey · 21 years ago
  52. 5780b24 make get_escape_seq_kbinput()'s escape_seq parameter a const int*, since by David Lawrence Ramsey · 21 years ago
  53. e53181d remove resetstatuspos prototype left over from when it was global by David Lawrence Ramsey · 21 years ago
  54. 646bf91 add missing word by David Lawrence Ramsey · 21 years ago
  55. 49d5c1b minor fixes involving case insensitive searches and NANO_SMALL by David Lawrence Ramsey · 21 years ago
  56. 731e7f2 oops, Pico doesn't preserve placewewant when inserting a file; we do it by David Lawrence Ramsey · 21 years ago
  57. 1929982 in do_insertfile(), when inserting a file in non-multibuffer mode, by David Lawrence Ramsey · 21 years ago
  58. b6377c9 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  59. b112fe6 fix backwards #ifdefs by David Lawrence Ramsey · 21 years ago
  60. d93ee68 in do_int_spell_fix(), move the REVERSE_SEARCH flag toggling into the by David Lawrence Ramsey · 21 years ago
  61. 3497666 in do_replace_loop(), if the mark is on when we start, skip over all by David Lawrence Ramsey · 21 years ago
  62. 491cad3 miscellaneous cleanups in do_replace_loop(): set current to real_current by David Lawrence Ramsey · 21 years ago
  63. f3b10e8 another comment fix by David Lawrence Ramsey · 21 years ago
  64. 6b1c2ad comment fix by David Lawrence Ramsey · 21 years ago
  65. 7cfea8b in mark_order(), add check for MARK_ISSET's not being set; also make one by David Lawrence Ramsey · 21 years ago
  66. 28caf14 remove the -D/--dos and -M/--mac command line options, as they aren't by David Lawrence Ramsey · 21 years ago
  67. 211dc82 Update Basque translation by Mikel Olasagasti. by Jordi Mallach · 21 years ago
  68. b6d97c1 remove DOS line endings, and fix a typo in a comment by David Lawrence Ramsey · 21 years ago
  69. 487149e in do_insertfile(), add missing #ifdefs around the wrap_reset() call so by David Lawrence Ramsey · 21 years ago
  70. 045883a really fix the resetstatus problems this time, and add a few other by David Lawrence Ramsey · 21 years ago
  71. 056c5ef another int -> bool conversion by David Lawrence Ramsey · 21 years ago
  72. b49daec in do_insertfile(), if file browsing succeeds, copy the filename we by David Lawrence Ramsey · 21 years ago
  73. 4dd723a make resetstatuspos static to just statusq() by David Lawrence Ramsey · 21 years ago
  74. d532f19 add parameter use_answer to search_init(); when it's TRUE, only set by David Lawrence Ramsey · 21 years ago
  75. e663dcd comment fix by David Lawrence Ramsey · 21 years ago
  76. 4c9e8f4 remove redundancy erroneously introduced when adding the ^T toggle to by David Lawrence Ramsey · 21 years ago
  77. 77e02a3 add another cosmetic fix by David Lawrence Ramsey · 21 years ago
  78. 951d714 add minor cosmetic fixes, and do another int -> bool conversion by David Lawrence Ramsey · 21 years ago
  79. f1c395d remove stray dash by David Lawrence Ramsey · 21 years ago
  80. 3e189a8 in open_(prev|next)_file(), translate the "New Buffer" string when by David Lawrence Ramsey · 21 years ago
  81. 7c1f17a after reading in a file and detecting the format it's in, set the file by David Lawrence Ramsey · 21 years ago
  82. 360191c consistency fix by David Lawrence Ramsey · 21 years ago
  83. ca74415 add missing blank line by David Lawrence Ramsey · 21 years ago
  84. be908f6 for consistency, make do_insertfile() take a parameter to indicate by David Lawrence Ramsey · 21 years ago
  85. e5d8f32 add a bunch of key-related fixes: put Meta-( (Meta-9), Meta-) (Meta-0), by David Lawrence Ramsey · 21 years ago
  86. 47e82b1 fix #ifdef breakage by David Lawrence Ramsey · 21 years ago
  87. 04a8d1c add a multibuffer mode toggle to the "Execute Command" prompt, for by David Lawrence Ramsey · 21 years ago
  88. 0322533 simplify do_insertfile() by reusing variables where possible by David Lawrence Ramsey · 21 years ago
  89. 25884f3 more int -> bool conversions by David Lawrence Ramsey · 21 years ago
  90. 9bab9ff consistency fix: the convention for shortcuts lists other than the main by David Lawrence Ramsey · 21 years ago
  91. 670a56c cosmetic fix by David Lawrence Ramsey · 21 years ago
  92. 9b6e476 resetstatuspos should be a bool, not an int by David Lawrence Ramsey · 21 years ago
  93. 1e72971 in shortcut_init(), change an erroneous _() around the "New Buffer" by David Lawrence Ramsey · 21 years ago
  94. b77ec62 for consistency, at the "Go To Line" prompt, display "Cancelled" instead by David Lawrence Ramsey · 21 years ago
  95. 45f971d add missing func_key reference by David Lawrence Ramsey · 21 years ago
  96. eb16f43 add a func_key flag to the low-level input functions and the currently by David Lawrence Ramsey · 21 years ago
  97. 72d8e54 refresh the screen when Ctrl-L is pressed at the statusbar prompt, as Pico does by David Lawrence Ramsey · 21 years ago
  98. 09b34ed cosmetic comment fixes by David Lawrence Ramsey · 21 years ago
  99. f3ca80e remove redundant include of limits.h from nano.c by David Lawrence Ramsey · 21 years ago
  100. 013344c turn off extended input processing (the IEXTEN termios flag) as nano 1.2.x does by David Lawrence Ramsey · 21 years ago