1. d7db0a6 the signal_init() should be called before the other input mode-changing by David Lawrence Ramsey · 21 years ago
  2. 5520e85 make sure the special control keys are handled the same way after a by David Lawrence Ramsey · 21 years ago
  3. a3370c4 miscellaneous fixes by David Lawrence Ramsey · 21 years ago
  4. befb25a Back to CVS by David Lawrence Ramsey · 21 years ago
  5. f70f0cf GNU nano 1.3.2 by David Lawrence Ramsey · 21 years ago
  6. 44e7f82 minor tweaks; also remove the need for the JUSTIFY_MODE flag by David Lawrence Ramsey · 21 years ago
  7. 0b047c5 fix error in changelog and add missing size_t cast by David Lawrence Ramsey · 21 years ago
  8. ce991bb set the input mode before turning the keypad on, and don't turn the by David Lawrence Ramsey · 21 years ago
  9. fd1768a minor bits by David Lawrence Ramsey · 21 years ago
  10. 1576d53 rename a few variables and make a few cosmetic cleanups by David Lawrence Ramsey · 21 years ago
  11. 7947544 fix entry by David Lawrence Ramsey · 21 years ago
  12. b977515 avoid any more editbot-related segfaults by removing the last of the by David Lawrence Ramsey · 21 years ago
  13. aca5d04 typo fix by David Lawrence Ramsey · 21 years ago
  14. 6aec4b8 fix potential memory corruption problems caused by passing answer in as by David Lawrence Ramsey · 21 years ago
  15. dc10ecb revert the Meta-P and Meta-N aliases for the paragraph searches for now; by David Lawrence Ramsey · 21 years ago
  16. b6aa428 add DB's similar simplification of do_prev_word() too by David Lawrence Ramsey · 21 years ago
  17. bf3c93e add DB's patch to simplify do_next_word() and remove references to by David Lawrence Ramsey · 21 years ago
  18. c6908f2 minor bits by David Lawrence Ramsey · 21 years ago
  19. 5892403 minor comment fix by David Lawrence Ramsey · 21 years ago
  20. 2a464cb fix error I made when porting over DB's refactored search code: the by David Lawrence Ramsey · 21 years ago
  21. 35557c5 change instances of "int main ()" to "int main(void)" by David Lawrence Ramsey · 21 years ago
  22. 221ebcd remove trailing space by David Lawrence Ramsey · 21 years ago
  23. da35251 wrap one reference to NANO_EXTCMD_KEY in a NANO_SMALL #ifdef by David Lawrence Ramsey · 21 years ago
  24. a9cd41c minor comment fix by David Lawrence Ramsey · 21 years ago
  25. 37be3ed remove redundant line by David Lawrence Ramsey · 21 years ago
  26. 5ae684f TODO update: clarify the paragraph searching item, and add item for by David Lawrence Ramsey · 21 years ago
  27. d7f5ad9 add function key aliases for NANO_FIRSTLINE_KEY and NANO_LASTLINE_KEY, by David Lawrence Ramsey · 21 years ago
  28. a619ae6 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine, take 2 by David Lawrence Ramsey · 21 years ago
  29. 8911e23 revert the tweaked nsr-tandem-nsk port for now, pending further comment by David Lawrence Ramsey · 21 years ago
  30. ce364e2 minor capitalization fixes by David Lawrence Ramsey · 21 years ago
  31. ea43a1d cosmetic #ifdef tweak by David Lawrence Ramsey · 21 years ago
  32. b34c683 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine by David Lawrence Ramsey · 21 years ago
  33. ba7b168 set the associated function for unjustify to 0 instead of by David Lawrence Ramsey · 21 years ago
  34. 588ca6b fix typo by David Lawrence Ramsey · 21 years ago
  35. 04e42a6 Martin Ehmsen's backup directory patch, with a few minor changes by David Lawrence Ramsey · 21 years ago
  36. 6a2877d add another blank line by David Lawrence Ramsey · 21 years ago
  37. 81e157c fix too-long line by David Lawrence Ramsey · 21 years ago
  38. 807681a add blank line by David Lawrence Ramsey · 21 years ago
  39. 281e056 decouple the paragraph searching code and the justification code by David Lawrence Ramsey · 21 years ago
  40. 95b7bdb minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  41. 24ae56c a few minor cleanups by David Lawrence Ramsey · 21 years ago
  42. 60b942c minor comment fix by David Lawrence Ramsey · 21 years ago
  43. b55e382 move the leaveok() calls back to edit_refresh() from update_line() by David Lawrence Ramsey · 21 years ago
  44. 3af54d3 remove the redundant filestat() and replace it with stat() in the one by David Lawrence Ramsey · 21 years ago
  45. 37853fd and update the dates on the documentation by David Lawrence Ramsey · 21 years ago
  46. 475a2a7 clarify the -T/--tabsize option in the documentation too by David Lawrence Ramsey · 21 years ago
  47. a7c9364 clarify the description of -T/--tabsize a bit in usage(), and add extra by David Lawrence Ramsey · 21 years ago
  48. f5300af only include time.h in winio.c if NANO_EXTRA is defined, since we only by David Lawrence Ramsey · 21 years ago
  49. 1044d74 add DB's refactored search code and a few of his minor display code by David Lawrence Ramsey · 21 years ago
  50. 656dd9c Updated Malay translation by Sharuzzaman Ahmat Raslan. by Jordi Mallach · 21 years ago
  51. 369732f handle pending sigwinches better, etc. by David Lawrence Ramsey · 21 years ago
  52. 795a16b add more intuitive Meta-key aliases for ^W^W and ^W^O by David Lawrence Ramsey · 21 years ago
  53. b7e5cf6 fix comment inaccuracy by David Lawrence Ramsey · 21 years ago
  54. d390dd8 minor cosmetic fix by David Lawrence Ramsey · 21 years ago
  55. 815cba8 forgot a cast by David Lawrence Ramsey · 21 years ago
  56. cb34a67 make the saving of marked status in open_files->file_flags work properly by David Lawrence Ramsey · 21 years ago
  57. ee383db get_verbatim_kbinput() should use an int*, not a char*, for consistency by David Lawrence Ramsey · 21 years ago
  58. 1bc9219 one last minor comment fix by David Lawrence Ramsey · 21 years ago
  59. 00c2054 don't allow verbatim input in view mode by David Lawrence Ramsey · 21 years ago
  60. 2502677 minor comment clarification by David Lawrence Ramsey · 21 years ago
  61. be66a6b fix minor FAQ inaccuracy by David Lawrence Ramsey · 21 years ago
  62. 5380944 and switch to cbreak mode in handle_sigwinch() too by David Lawrence Ramsey · 21 years ago
  63. 273d2ce set keypad() to TRUE in handle_sigwinch() in case we resize during by David Lawrence Ramsey · 21 years ago
  64. c91696e add function key alias for unjustify by David Lawrence Ramsey · 21 years ago
  65. d03216a use raw mode in get_verbatim_kbinput(), so that we don't have to deal by David Lawrence Ramsey · 21 years ago
  66. 58f6d83 set keypad() to FALSE while reading in verbatim input, to deal with a by David Lawrence Ramsey · 21 years ago
  67. 2897d2b actually block SIGQUIT in signal_init() by David Lawrence Ramsey · 21 years ago
  68. 0ee54d9 comment accuracy fix by David Lawrence Ramsey · 21 years ago
  69. 1eadebe minor capitalization fix by David Lawrence Ramsey · 21 years ago
  70. 35961c4 add the ability to spell-check only marked text when the mark is on by David Lawrence Ramsey · 21 years ago
  71. c2c5a51 add support for escape sequences for F1-F14 where conflicts don't occur by David Lawrence Ramsey · 21 years ago
  72. 66081d4 consistency tweak for get_page_start() by David Lawrence Ramsey · 21 years ago
  73. fdece46 add explanatory comment to do_credits() by David Lawrence Ramsey · 21 years ago
  74. 2506136 don't use "kbinput = wgetch(win)" as a switch value in get_accepted_kbinput() by David Lawrence Ramsey · 21 years ago
  75. 70bd6e0 and document my tweak to do_writeout() from before by David Lawrence Ramsey · 21 years ago
  76. 41151ac add DB's fix for a do_replace_loop() segfault by David Lawrence Ramsey · 21 years ago
  77. 3e3fab5 wrt DB's overhaul of the cutting code and related file-writing code: by David Lawrence Ramsey · 21 years ago
  78. 62187d9 remove other spurious "L" by David Lawrence Ramsey · 21 years ago
  79. 9da0831 remove spurious "L" by David Lawrence Ramsey · 21 years ago
  80. e97c8d5 use nanosleep() instead of usleep(); the latter is only standard under by David Lawrence Ramsey · 21 years ago
  81. 9591ee5 typo fix by David Lawrence Ramsey · 21 years ago
  82. 760a2dc if color support is enabled, we only need to call edit_refresh() to by David Lawrence Ramsey · 21 years ago
  83. c53a92d on systems that need raw(), call it once instead of every time through by David Lawrence Ramsey · 21 years ago
  84. d5be947 remove a few more unneeded spaces by David Lawrence Ramsey · 21 years ago
  85. f0b3009 minor fixes for the README by David Lawrence Ramsey · 21 years ago
  86. 606dfda Back to CVS by David Lawrence Ramsey · 21 years ago
  87. fa1497b GNU nano 1.3.1 by David Lawrence Ramsey · 21 years ago
  88. 6481c3f update the year in do_credits() too by David Lawrence Ramsey · 21 years ago
  89. f28f50e update the copyright years on the source files to 2004 (adding a few by David Lawrence Ramsey · 21 years ago
  90. f8ddf31 remove now-unnecessary initialization of kbinput in main() by David Lawrence Ramsey · 21 years ago
  91. 9e45a47 add formatting and typo fixes for NEWS, and add version numbers (minus by David Lawrence Ramsey · 21 years ago
  92. 9b5bd42 minor comment fixes by David Lawrence Ramsey · 21 years ago
  93. 47162bc add verbatim input question and a few minor fixes to the faq by David Lawrence Ramsey · 21 years ago
  94. e190ff3 find all beginning-of-line and/or end-of-line regexes once per line, not by David Lawrence Ramsey · 21 years ago
  95. afb75f2 clean up a bit of weirdness in do_replace_loop() by David Lawrence Ramsey · 21 years ago
  96. 3255929 comment addition, minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  97. c2946fb typo fix by David Lawrence Ramsey · 21 years ago
  98. 2a4ab6d and wrap the zero-length regex displaying code in a HAVE_REGEX_H #define by David Lawrence Ramsey · 21 years ago
  99. 76c4b33 display a highlighted space for zero-length regex matches, so that we by David Lawrence Ramsey · 21 years ago
  100. 8213850 add DB's overhaul of the cutting code and related file-writing code, his by David Lawrence Ramsey · 21 years ago