1. f708037 add another prototype fix and a few spacing fixes by David Lawrence Ramsey · 20 years ago
  2. f7b5d93 if we're in restricted mode and the filename isn't blank, disable tab by David Lawrence Ramsey · 20 years ago
  3. 309fbcb fix inaccurate comment by David Lawrence Ramsey · 20 years ago
  4. 4693864 fix bug in do_justify() in a better way: add on_next_line flag, used to by David Lawrence Ramsey · 20 years ago
  5. 01a6bf4 fix bug in do_justify(): if all the text from the next line has been by David Lawrence Ramsey · 20 years ago
  6. edab0cc a few cleanups and consistency fixes by David Lawrence Ramsey · 20 years ago
  7. 72e51ab per DB's patch (with a few updates of mine), convert the shortcut list by David Lawrence Ramsey · 20 years ago
  8. 74912c6 add missing cosmetic fix from before by David Lawrence Ramsey · 20 years ago
  9. ebd0d7c more minor cosmetic fixes by David Lawrence Ramsey · 20 years ago
  10. dbde9d7 refactor the code to search for the beginning of a paragraph a bit to by David Lawrence Ramsey · 20 years ago
  11. 91bc83a call justify_format() just after backup_lines() instead of inside it, so by David Lawrence Ramsey · 20 years ago
  12. 537a880 minor cosmetic fixes by David Lawrence Ramsey · 20 years ago
  13. 85529b3 make the former flag same_line_wrap use TRUE and FALSE, add missing part by David Lawrence Ramsey · 20 years ago
  14. 74af3a7 clean up main() a bit by David Lawrence Ramsey · 20 years ago
  15. 2b6c301 remove unneeded justify_format() call from do_justify() which caused by David Lawrence Ramsey · 20 years ago
  16. 4525137 per CHAO Wei-Lun's patch, add missing "[dir]" and missing _()'s to the by David Lawrence Ramsey · 20 years ago
  17. a9a6ce0 justification fix: if the last line of a justified paragraph has a space by David Lawrence Ramsey · 20 years ago
  18. 9a527f5 add DB's tweaks to do_wrap(), plus a few minor bits of mine (convert by David Lawrence Ramsey · 20 years ago
  19. c21790d edit_redraw() fixes by David Lawrence Ramsey · 20 years ago
  20. 8d91199 add a few comment fixes and an explicit check in rcfile.c for by David Lawrence Ramsey · 20 years ago
  21. 89bb937 a few last cosmetic reorderings and fixes by David Lawrence Ramsey · 20 years ago
  22. 2c62b07 allow the changing of closing punctuation and closing brackets (used in by David Lawrence Ramsey · 20 years ago
  23. 483ea32 add Mike Frysinger's patch (with minor modifications) to allow by David Lawrence Ramsey · 20 years ago
  24. c833d9e since KEEP_CUTBUFFER is only used in cut.c, make it a static variable in by David Lawrence Ramsey · 20 years ago
  25. 32e3b88 add some comments better explaining what is disabled in restricted mode and why by David Lawrence Ramsey · 20 years ago
  26. dd7cc72 don't bother initializing the backup directory or reading $SPELL for the by David Lawrence Ramsey · 20 years ago
  27. 3aedb36 check $SPELL for an alternative spell checker if we didn't get one from by David Lawrence Ramsey · 20 years ago
  28. 570ea89 add missing cast to char by David Lawrence Ramsey · 20 years ago
  29. 2ed225f overhaul the routines for movement and related things to eliminate by David Lawrence Ramsey · 20 years ago
  30. 48ae986 refactor the low-level input routines into main routines that get the by David Lawrence Ramsey · 20 years ago
  31. 2f0d03b make write_marked() always call write_file() with nonamechange set to by David Lawrence Ramsey · 20 years ago
  32. 228148b add DB's tweaks to do_enter() and remove the now-unused center_cursor() by David Lawrence Ramsey · 20 years ago
  33. da14106 per DB's patch, make finish() accept and return void, since none of the by David Lawrence Ramsey · 20 years ago
  34. 2e3aeae convert do_para_search() to use an enum to specify its search type by David Lawrence Ramsey · 20 years ago
  35. 32d19ce comment fix for consistency: "magic line" -> "magicline" by David Lawrence Ramsey · 20 years ago
  36. a9fcaa5 comment fix by David Lawrence Ramsey · 20 years ago
  37. 1b525e9 switch test around in do_prev_word() for consistency with do_next_word() by David Lawrence Ramsey · 20 years ago
  38. fa39404 add DB's changes to titlebar() (with a few tweaks of mine) to make it by David Lawrence Ramsey · 20 years ago
  39. c7acf69 add smart home key by David Lawrence Ramsey · 20 years ago
  40. 684e7eb comment fix: justify_format() could have just left out a space at the by David Lawrence Ramsey · 20 years ago
  41. e608f94 go back to cbreak mode and disable_signals() instead of raw mode, as by David Lawrence Ramsey · 20 years ago
  42. fd462b1 comment fix: ^J should be Ctrl-J by David Lawrence Ramsey · 20 years ago
  43. d7fd200 minor overhaul of terminal-related things by David Lawrence Ramsey · 20 years ago
  44. 36e363f and remove unneccessary initialization by David Lawrence Ramsey · 20 years ago
  45. 1cadddd tweak justification so that it works the same way as the current version by David Lawrence Ramsey · 20 years ago
  46. 7097d7b remove some unneeded edit_update()s in do_para_search() and do_justify() by David Lawrence Ramsey · 20 years ago
  47. 1d43db8 if multibuffer support is compiled in, properly read in multiple files by David Lawrence Ramsey · 20 years ago
  48. 97133f5 in main(), don't open the first file in quiet mode, since if we do, an by David Lawrence Ramsey · 20 years ago
  49. fda18c3 one last comment fix by David Lawrence Ramsey · 20 years ago
  50. d4693cb the last of the minor fixes by David Lawrence Ramsey · 20 years ago
  51. 021960d comment fix by David Lawrence Ramsey · 20 years ago
  52. 68a44a4 one last minor cosmetic change by David Lawrence Ramsey · 20 years ago
  53. f613ca7 minor cosmetic fixes by David Lawrence Ramsey · 20 years ago
  54. 8d3e7f3 add support for Pico's ability to justify the entire file at once ("full by David Lawrence Ramsey · 20 years ago
  55. 9830d75 add isblank() equivalent and use it instead of checking for (tab or by David Lawrence Ramsey · 20 years ago
  56. d893fa9 add restricted mode, per IO ERROR's patch by David Lawrence Ramsey · 20 years ago
  57. 0a25808 work around the NumLock glitch by David Lawrence Ramsey · 21 years ago
  58. 805547f make the verbatim and escape sequence input routines use size_t's to by David Lawrence Ramsey · 21 years ago
  59. 604caf3 DB's changes to do_delete(), and a few more minor bits by David Lawrence Ramsey · 21 years ago
  60. edc1ea4 wrong place; signal_init() should be called after the input mode (cbreak by David Lawrence Ramsey · 21 years ago
  61. d7db0a6 the signal_init() should be called before the other input mode-changing by David Lawrence Ramsey · 21 years ago
  62. 5520e85 make sure the special control keys are handled the same way after a by David Lawrence Ramsey · 21 years ago
  63. a3370c4 miscellaneous fixes by David Lawrence Ramsey · 21 years ago
  64. 44e7f82 minor tweaks; also remove the need for the JUSTIFY_MODE flag by David Lawrence Ramsey · 21 years ago
  65. ce991bb set the input mode before turning the keypad on, and don't turn the by David Lawrence Ramsey · 21 years ago
  66. fd1768a minor bits by David Lawrence Ramsey · 21 years ago
  67. 1576d53 rename a few variables and make a few cosmetic cleanups by David Lawrence Ramsey · 21 years ago
  68. b977515 avoid any more editbot-related segfaults by removing the last of the by David Lawrence Ramsey · 21 years ago
  69. 6aec4b8 fix potential memory corruption problems caused by passing answer in as by David Lawrence Ramsey · 21 years ago
  70. b6aa428 add DB's similar simplification of do_prev_word() too by David Lawrence Ramsey · 21 years ago
  71. bf3c93e add DB's patch to simplify do_next_word() and remove references to by David Lawrence Ramsey · 21 years ago
  72. a9cd41c minor comment fix by David Lawrence Ramsey · 21 years ago
  73. a619ae6 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine, take 2 by David Lawrence Ramsey · 21 years ago
  74. 8911e23 revert the tweaked nsr-tandem-nsk port for now, pending further comment by David Lawrence Ramsey · 21 years ago
  75. b34c683 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine by David Lawrence Ramsey · 21 years ago
  76. 04e42a6 Martin Ehmsen's backup directory patch, with a few minor changes by David Lawrence Ramsey · 21 years ago
  77. 281e056 decouple the paragraph searching code and the justification code by David Lawrence Ramsey · 21 years ago
  78. 24ae56c a few minor cleanups by David Lawrence Ramsey · 21 years ago
  79. a7c9364 clarify the description of -T/--tabsize a bit in usage(), and add extra by David Lawrence Ramsey · 21 years ago
  80. 1044d74 add DB's refactored search code and a few of his minor display code by David Lawrence Ramsey · 21 years ago
  81. 369732f handle pending sigwinches better, etc. by David Lawrence Ramsey · 21 years ago
  82. 815cba8 forgot a cast by David Lawrence Ramsey · 21 years ago
  83. ee383db get_verbatim_kbinput() should use an int*, not a char*, for consistency by David Lawrence Ramsey · 21 years ago
  84. 5380944 and switch to cbreak mode in handle_sigwinch() too by David Lawrence Ramsey · 21 years ago
  85. 273d2ce set keypad() to TRUE in handle_sigwinch() in case we resize during by David Lawrence Ramsey · 21 years ago
  86. c91696e add function key alias for unjustify by David Lawrence Ramsey · 21 years ago
  87. d03216a use raw mode in get_verbatim_kbinput(), so that we don't have to deal by David Lawrence Ramsey · 21 years ago
  88. 58f6d83 set keypad() to FALSE while reading in verbatim input, to deal with a by David Lawrence Ramsey · 21 years ago
  89. 2897d2b actually block SIGQUIT in signal_init() by David Lawrence Ramsey · 21 years ago
  90. 35961c4 add the ability to spell-check only marked text when the mark is on by David Lawrence Ramsey · 21 years ago
  91. 760a2dc if color support is enabled, we only need to call edit_refresh() to by David Lawrence Ramsey · 21 years ago
  92. c53a92d on systems that need raw(), call it once instead of every time through by David Lawrence Ramsey · 21 years ago
  93. f28f50e update the copyright years on the source files to 2004 (adding a few by David Lawrence Ramsey · 21 years ago
  94. f8ddf31 remove now-unnecessary initialization of kbinput in main() by David Lawrence Ramsey · 21 years ago
  95. 3255929 comment addition, minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  96. 8213850 add DB's overhaul of the cutting code and related file-writing code, his by David Lawrence Ramsey · 21 years ago
  97. f427694 by David Lawrence Ramsey · 21 years ago
  98. d291460 minor redundancy fix by David Lawrence Ramsey · 21 years ago
  99. a593f53 another low-level input overhaul: split out low-level mouse input, by David Lawrence Ramsey · 21 years ago
  100. 45cfbec replace the old fix for infinite regex replacement loops with something by David Lawrence Ramsey · 21 years ago