1. d12fd4b add code to statusq() to *really* not allow "Full Justify" while in view mode by David Lawrence Ramsey · 21 years ago
  2. 0aa2264 fix problems caused by cut and paste of the do_para_end() shortcut for by David Lawrence Ramsey · 21 years ago
  3. 2f0d03b make write_marked() always call write_file() with nonamechange set to by David Lawrence Ramsey · 21 years ago
  4. 228148b add DB's tweaks to do_enter() and remove the now-unused center_cursor() by David Lawrence Ramsey · 21 years ago
  5. c372488 treat search_last_line as a boolean everywhere, and remove some unneeded by David Lawrence Ramsey · 21 years ago
  6. 8328fc2 properly account for padding in titlebar() by David Lawrence Ramsey · 21 years ago
  7. da14106 per DB's patch, make finish() accept and return void, since none of the by David Lawrence Ramsey · 21 years ago
  8. 0d29555 cosmetic fix: reorder enums by David Lawrence Ramsey · 21 years ago
  9. c279a63 per DB's patch, also remove the now-unused center_cursor() by David Lawrence Ramsey · 21 years ago
  10. 5a8995a per DB's patch, remove the now-unused edit_refresh_clearok() by David Lawrence Ramsey · 21 years ago
  11. 32613fa comment fixes for consistency: "Meta" -> "meta" by David Lawrence Ramsey · 21 years ago
  12. 2e3aeae convert do_para_search() to use an enum to specify its search type by David Lawrence Ramsey · 21 years ago
  13. 32d19ce comment fix for consistency: "magic line" -> "magicline" by David Lawrence Ramsey · 21 years ago
  14. a9fcaa5 comment fix by David Lawrence Ramsey · 21 years ago
  15. 1b525e9 switch test around in do_prev_word() for consistency with do_next_word() by David Lawrence Ramsey · 21 years ago
  16. 4be15f0 move do_(first|last)_line() to move.c by David Lawrence Ramsey · 21 years ago
  17. 4178db0 comment fixes by David Lawrence Ramsey · 21 years ago
  18. 1dcf36a add missing bit by David Lawrence Ramsey · 21 years ago
  19. fa39404 add DB's changes to titlebar() (with a few tweaks of mine) to make it by David Lawrence Ramsey · 21 years ago
  20. bcebe32 cosmetic fix by David Lawrence Ramsey · 21 years ago
  21. 14bf803 add missing #ifdefs around prototypes by David Lawrence Ramsey · 21 years ago
  22. c7acf69 add smart home key by David Lawrence Ramsey · 21 years ago
  23. 684e7eb comment fix: justify_format() could have just left out a space at the by David Lawrence Ramsey · 21 years ago
  24. 8e4adcd comment fix by David Lawrence Ramsey · 21 years ago
  25. e608f94 go back to cbreak mode and disable_signals() instead of raw mode, as by David Lawrence Ramsey · 21 years ago
  26. fd462b1 comment fix: ^J should be Ctrl-J by David Lawrence Ramsey · 21 years ago
  27. 837a02b add missing bit from DB's refactoring of do_credits(): translate the by David Lawrence Ramsey · 21 years ago
  28. d7fd200 minor overhaul of terminal-related things by David Lawrence Ramsey · 21 years ago
  29. 36e363f and remove unneccessary initialization by David Lawrence Ramsey · 21 years ago
  30. 1cadddd tweak justification so that it works the same way as the current version by David Lawrence Ramsey · 21 years ago
  31. 7097d7b remove some unneeded edit_update()s in do_para_search() and do_justify() by David Lawrence Ramsey · 21 years ago
  32. 1d43db8 if multibuffer support is compiled in, properly read in multiple files by David Lawrence Ramsey · 21 years ago
  33. 97133f5 in main(), don't open the first file in quiet mode, since if we do, an by David Lawrence Ramsey · 21 years ago
  34. fda18c3 one last comment fix by David Lawrence Ramsey · 21 years ago
  35. d4693cb the last of the minor fixes by David Lawrence Ramsey · 21 years ago
  36. 021960d comment fix by David Lawrence Ramsey · 21 years ago
  37. 68a44a4 one last minor cosmetic change by David Lawrence Ramsey · 21 years ago
  38. f613ca7 minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  39. 94e7094 minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  40. 1122c85 reformat the test programs in configure.ac to be on multiple lines for by David Lawrence Ramsey · 21 years ago
  41. 8d3e7f3 add support for Pico's ability to justify the entire file at once ("full by David Lawrence Ramsey · 21 years ago
  42. 9830d75 add isblank() equivalent and use it instead of checking for (tab or by David Lawrence Ramsey · 21 years ago
  43. 71d0a1f nanorc.sample updates: add missing mouse entry, and add backupdir and by David Lawrence Ramsey · 21 years ago
  44. 2c4c788 fix more info page inaccuracies by David Lawrence Ramsey · 21 years ago
  45. 5aa3983 disable "Where Is Next" in tiny mode by David Lawrence Ramsey · 21 years ago
  46. a849ab1 fix minor inconsistency by David Lawrence Ramsey · 21 years ago
  47. 0381c21 clarifications to comments explaining exactly what control characters by David Lawrence Ramsey · 21 years ago
  48. 4b741b9 add DB's overhaul of regexp_init() and a few other regex-related bits, by David Lawrence Ramsey · 21 years ago
  49. d893fa9 add restricted mode, per IO ERROR's patch by David Lawrence Ramsey · 21 years ago
  50. e5b2f83 in edit_add(), do minor cosmetic reformatting and remove unused int by David Lawrence Ramsey · 21 years ago
  51. d62b634 remove another unused prototype by David Lawrence Ramsey · 21 years ago
  52. b882340 spell Christian Weisgerber's name right by David Lawrence Ramsey · 21 years ago
  53. dc35cb8 use napms() instead of nanosleep(), as it does the same thing (aside by David Lawrence Ramsey · 21 years ago
  54. 0a25808 work around the NumLock glitch by David Lawrence Ramsey · 21 years ago
  55. 805547f make the verbatim and escape sequence input routines use size_t's to by David Lawrence Ramsey · 21 years ago
  56. 4510834 cosmetic changelog fix by David Lawrence Ramsey · 21 years ago
  57. f38230a a few more minor cleanups by David Lawrence Ramsey · 21 years ago
  58. 9be546b fix info page inaccuracies 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. 07d3feb remove apparently unneeded leaveok() calls per DB's patch, and make a by David Lawrence Ramsey · 21 years ago
  61. e1e7cb2 fix debugging output in get_verbatim_kbinput() by David Lawrence Ramsey · 21 years ago
  62. edc1ea4 wrong place; signal_init() should be called after the input mode (cbreak by David Lawrence Ramsey · 21 years ago
  63. d7db0a6 the signal_init() should be called before the other input mode-changing by David Lawrence Ramsey · 21 years ago
  64. 5520e85 make sure the special control keys are handled the same way after a by David Lawrence Ramsey · 21 years ago
  65. a3370c4 miscellaneous fixes by David Lawrence Ramsey · 21 years ago
  66. befb25a Back to CVS by David Lawrence Ramsey · 21 years ago
  67. f70f0cf GNU nano 1.3.2 by David Lawrence Ramsey · 21 years ago
  68. 44e7f82 minor tweaks; also remove the need for the JUSTIFY_MODE flag by David Lawrence Ramsey · 21 years ago
  69. 0b047c5 fix error in changelog and add missing size_t cast by David Lawrence Ramsey · 21 years ago
  70. ce991bb set the input mode before turning the keypad on, and don't turn the by David Lawrence Ramsey · 21 years ago
  71. fd1768a minor bits by David Lawrence Ramsey · 21 years ago
  72. 1576d53 rename a few variables and make a few cosmetic cleanups by David Lawrence Ramsey · 21 years ago
  73. 7947544 fix entry by David Lawrence Ramsey · 21 years ago
  74. b977515 avoid any more editbot-related segfaults by removing the last of the by David Lawrence Ramsey · 21 years ago
  75. aca5d04 typo fix by David Lawrence Ramsey · 21 years ago
  76. 6aec4b8 fix potential memory corruption problems caused by passing answer in as by David Lawrence Ramsey · 21 years ago
  77. dc10ecb revert the Meta-P and Meta-N aliases for the paragraph searches for now; by David Lawrence Ramsey · 21 years ago
  78. b6aa428 add DB's similar simplification of do_prev_word() too by David Lawrence Ramsey · 21 years ago
  79. bf3c93e add DB's patch to simplify do_next_word() and remove references to by David Lawrence Ramsey · 21 years ago
  80. c6908f2 minor bits by David Lawrence Ramsey · 21 years ago
  81. 5892403 minor comment fix by David Lawrence Ramsey · 21 years ago
  82. 2a464cb fix error I made when porting over DB's refactored search code: the by David Lawrence Ramsey · 21 years ago
  83. 35557c5 change instances of "int main ()" to "int main(void)" by David Lawrence Ramsey · 21 years ago
  84. 221ebcd remove trailing space by David Lawrence Ramsey · 21 years ago
  85. da35251 wrap one reference to NANO_EXTCMD_KEY in a NANO_SMALL #ifdef by David Lawrence Ramsey · 21 years ago
  86. a9cd41c minor comment fix by David Lawrence Ramsey · 21 years ago
  87. 37be3ed remove redundant line by David Lawrence Ramsey · 21 years ago
  88. 5ae684f TODO update: clarify the paragraph searching item, and add item for by David Lawrence Ramsey · 21 years ago
  89. d7f5ad9 add function key aliases for NANO_FIRSTLINE_KEY and NANO_LASTLINE_KEY, by David Lawrence Ramsey · 21 years ago
  90. a619ae6 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine, take 2 by David Lawrence Ramsey · 21 years ago
  91. 8911e23 revert the tweaked nsr-tandem-nsk port for now, pending further comment by David Lawrence Ramsey · 21 years ago
  92. ce364e2 minor capitalization fixes by David Lawrence Ramsey · 21 years ago
  93. ea43a1d cosmetic #ifdef tweak by David Lawrence Ramsey · 21 years ago
  94. b34c683 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine by David Lawrence Ramsey · 21 years ago
  95. ba7b168 set the associated function for unjustify to 0 instead of by David Lawrence Ramsey · 21 years ago
  96. 588ca6b fix typo by David Lawrence Ramsey · 21 years ago
  97. 04e42a6 Martin Ehmsen's backup directory patch, with a few minor changes by David Lawrence Ramsey · 21 years ago
  98. 6a2877d add another blank line by David Lawrence Ramsey · 21 years ago
  99. 81e157c fix too-long line by David Lawrence Ramsey · 21 years ago
  100. 807681a add blank line by David Lawrence Ramsey · 21 years ago