1. 738893f more email address updates by David Lawrence Ramsey · 20 years ago
  2. c83512a fix changelog entry by David Lawrence Ramsey · 20 years ago
  3. 111f37a update email address by David Lawrence Ramsey · 20 years ago
  4. c6836ec Credit Bulgarian and Dutch translators. by Jordi Mallach · 20 years ago
  5. a8db260 Convert to UTF-8. by Jordi Mallach · 20 years ago
  6. 8bcf43b New Bulgarian translation. by Jordi Mallach · 20 years ago
  7. 6834650 really fix edit_scroll() breakage by David Lawrence Ramsey · 20 years ago
  8. 8ad58bc comment fix by David Lawrence Ramsey · 20 years ago
  9. a9b862c fix more edit_scroll() breakage by David Lawrence Ramsey · 20 years ago
  10. 21bec6c Updated Catalan translation. by Jordi Mallach · 20 years ago
  11. 11219ba Updated Dutch from the TP. by Jordi Mallach · 20 years ago
  12. c71e031 clean up do_credits() even more by David Lawrence Ramsey · 20 years ago
  13. 84fdb90 use doupdate() instead of refresh() to reenter curses mode by David Lawrence Ramsey · 20 years ago
  14. 31de105 turn the keypad on in topwin again, and clean up do_credits() a bit by David Lawrence Ramsey · 20 years ago
  15. 85ea1de cosmetic fixes by David Lawrence Ramsey · 20 years ago
  16. 4fde119 for consistency, display high-bit single-byte control characters as Unicode FFFD in UTF-8 mode by David Lawrence Ramsey · 20 years ago
  17. 4cf2246 add missing comment by David Lawrence Ramsey · 20 years ago
  18. 9fece9d still more various documentation updates by David Lawrence Ramsey · 20 years ago
  19. d7f0fe9 various documentation updates by David Lawrence Ramsey · 20 years ago
  20. 4f03daf add new -W/--wordbounds command line option, and new "wordbounds" rcfile by David Lawrence Ramsey · 20 years ago
  21. 6a3ac36 in usage(), remove unneeded translation of "--quickblank" by David Lawrence Ramsey · 20 years ago
  22. 4adb37e clarify changelog entry by David Lawrence Ramsey · 20 years ago
  23. 057edf7 readd the option to turn the keypad off by default from nano 1.2.x, with by David Lawrence Ramsey · 20 years ago
  24. abd8993 in update_history(), add a check to make sure the parameter we pass to by David Lawrence Ramsey · 20 years ago
  25. 8c7a562 cover the full range of Unicode by David Lawrence Ramsey · 20 years ago
  26. 8b006c2 store Unicode values in longs instead of ints by David Lawrence Ramsey · 20 years ago
  27. 815fb0a cosmetic fix by David Lawrence Ramsey · 20 years ago
  28. 6ff695c even better handling of invalid Unicode characters by David Lawrence Ramsey · 20 years ago
  29. 71dd8c1 don't allow entering invalid Unicode in make_mbchar() either by David Lawrence Ramsey · 20 years ago
  30. 8c55d21 add better handling of invalid Unicode, plus a few miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  31. b7bf27a more get_unicode_kbinput() fixes: properly discard hexadecimal FFFE to by David Lawrence Ramsey · 20 years ago
  32. c25ed53 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  33. 258497f fix misplaced code in previous edit_scroll() fix by David Lawrence Ramsey · 20 years ago
  34. 107e816 eliminate still more redundant screen updates by David Lawrence Ramsey · 20 years ago
  35. 6a83647 rename get_word_kbinput() to get_unicode_kbinput(), and also rename by David Lawrence Ramsey · 20 years ago
  36. 56e36ef in get_word_kbinput(), limit the input word to hexadecimal FFFD instead by David Lawrence Ramsey · 20 years ago
  37. bf0e47d miscellaneous enum cleanups, including making the file-writing by David Lawrence Ramsey · 20 years ago
  38. 5d55219 cosmetic fix by David Lawrence Ramsey · 20 years ago
  39. e796a7b formatting fixes by David Lawrence Ramsey · 20 years ago
  40. 492e501 document the "none" and "default" syntaxes in nanorc.5 by David Lawrence Ramsey · 20 years ago
  41. 7aec89e document the explanation of the "none" syntax in nanorc.sample by David Lawrence Ramsey · 20 years ago
  42. d152ad3 port over Brand Huntsman's reserved "none" syntax to counteract his by David Lawrence Ramsey · 20 years ago
  43. 5a584cc treat color syntax names case sensitively, for consistency with how by David Lawrence Ramsey · 20 years ago
  44. 179b1ba more color updates: add a "default" syntax that takes no extensions for by David Lawrence Ramsey · 20 years ago
  45. eab0fd8 the old assert is actually needed, so put it back too by David Lawrence Ramsey · 20 years ago
  46. 04f65f2 revert previous simplification, as it only moved complexity from one by David Lawrence Ramsey · 20 years ago
  47. db57ad7 comment fix by David Lawrence Ramsey · 20 years ago
  48. 5745c0a simplify further by David Lawrence Ramsey · 20 years ago
  49. 15d6857 fix cursor position display breakage by David Lawrence Ramsey · 20 years ago
  50. 4ab8015 simplify do_cursorpos(), and remove an unneeded assert from it by David Lawrence Ramsey · 20 years ago
  51. c879f55 in parse_syntax(), flag duplicate syntax names as errors by David Lawrence Ramsey · 20 years ago
  52. 6135bf3 port over more of Brand Huntsman's old patch: a color syntax specified by David Lawrence Ramsey · 20 years ago
  53. ab73dd4 fix extension decompilation breakage by David Lawrence Ramsey · 20 years ago
  54. 5295cfe add missing bit from last patch by David Lawrence Ramsey · 20 years ago
  55. 2385c1a port over more of Brand Huntsman's old patch (with a few tweaks): by David Lawrence Ramsey · 20 years ago
  56. 282a940 formatting fixes by David Lawrence Ramsey · 20 years ago
  57. 3f4520b fix display breakage by David Lawrence Ramsey · 20 years ago
  58. d4e3c59 remove unnecessary can_change_colors() call by David Lawrence Ramsey · 20 years ago
  59. d6c24c4 cosmetic fix by David Lawrence Ramsey · 20 years ago
  60. 6d8e495 remove still more redundant screen updates; change all wrefresh() calls by David Lawrence Ramsey · 20 years ago
  61. 75a29b7 more comment fixes by David Lawrence Ramsey · 20 years ago
  62. 96452cb handle invalid multibyte characters more efficiently by David Lawrence Ramsey · 20 years ago
  63. d4defcc comment fix by David Lawrence Ramsey · 20 years ago
  64. f9782e0 typo fix by David Lawrence Ramsey · 20 years ago
  65. 3fe08ac and don't let a SIGWINCH throw out the changes made by the alternate by David Lawrence Ramsey · 20 years ago
  66. 6969c99 remove redundant code, and add a comment by David Lawrence Ramsey · 20 years ago
  67. b18482e simplify the previous fix by David Lawrence Ramsey · 20 years ago
  68. 4401862 fix resizing while the alternate spell checker is running by David Lawrence Ramsey · 20 years ago
  69. 3f12ada add various fill-related cleanups, plus some related cosmetic and by David Lawrence Ramsey · 20 years ago
  70. 520a90c since the total number of lines in a file is the same as the number of by David Lawrence Ramsey · 20 years ago
  71. 94d7cb6 *really* fix mouse support breakage by David Lawrence Ramsey · 20 years ago
  72. 56d0837 really fix mouse support breakage by David Lawrence Ramsey · 20 years ago
  73. c35e351 fix mouse support breakage by David Lawrence Ramsey · 20 years ago
  74. 22ae034 add more miscellaneous mouse support-related fixes, and move by David Lawrence Ramsey · 20 years ago
  75. 3d5e945 in do_mouse(), avoid redundant screen updates by using edit_redraw() by David Lawrence Ramsey · 20 years ago
  76. 78a81b2 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  77. 07d5df4 simplify do_wordlinechar_count()'s final message a bit more by David Lawrence Ramsey · 20 years ago
  78. 8e94234 rename do_word_count() do_wordlinechar_count(), and simplify its final by David Lawrence Ramsey · 20 years ago
  79. 7293685 expand do_word_count() to also count the number of lines and characters by David Lawrence Ramsey · 20 years ago
  80. 7ea09e5 move mark setting, deleting, backspacing, tabbing, and entering of by David Lawrence Ramsey · 20 years ago
  81. cc8185f reorder a few functions by David Lawrence Ramsey · 20 years ago
  82. 150d889 make color_to_short() actually return a short by David Lawrence Ramsey · 20 years ago
  83. 4e5e1ae remove erroneous static declaration of fill; it's global now, since by David Lawrence Ramsey · 20 years ago
  84. 691698a move advanced text operations (command execution in a buffer, wrapping, by David Lawrence Ramsey · 20 years ago
  85. 2a73131 cosmetic fix by David Lawrence Ramsey · 20 years ago
  86. ce78cdb really fix inconsistency by David Lawrence Ramsey · 20 years ago
  87. acefd9e fix inconsistency by David Lawrence Ramsey · 20 years ago
  88. 945a913 eliminate still more redundant screen updates in edit_scroll() by David Lawrence Ramsey · 20 years ago
  89. 2786530 remove more redundant screen updates in edit_scroll(), and add a few by David Lawrence Ramsey · 20 years ago
  90. c00513b fix alternate spell checker breakage: don't lose colors after using it on a file by David Lawrence Ramsey · 20 years ago
  91. c009759 allow scrolling more than editwinrows lines via edit_scroll(), take 2 by David Lawrence Ramsey · 20 years ago
  92. 47bb888 revert broken edit_scroll() changes for now by David Lawrence Ramsey · 20 years ago
  93. 44ca4f8 allow scrolling more than editwinrows lines via edit_scroll() by David Lawrence Ramsey · 20 years ago
  94. 61f5673 display invalid multibyte sequences as Unicode FFFD, take 2; also clean by David Lawrence Ramsey · 20 years ago
  95. 66444c3 more function reordering by David Lawrence Ramsey · 20 years ago
  96. d1dc23b cosmetic fixes by David Lawrence Ramsey · 20 years ago
  97. 7f343a6 add comment and formatting fixes, and remove now-useless global-specific code by David Lawrence Ramsey · 20 years ago
  98. 3a9a329 in do_find_bracket(), add comments and minor cleanups by David Lawrence Ramsey · 20 years ago
  99. c4037f3 move do_(next|prev)_word(_void())? to move.c too by David Lawrence Ramsey · 20 years ago
  100. e99494f add miscellaneous color and openfilestruct cleanups, and move the by David Lawrence Ramsey · 20 years ago