1. cb4f14b add missing blank lines by David Lawrence Ramsey · 20 years ago
  2. 263b447 per Mike Frysinger's patch, in move_mbleft(), fix assert to reference by David Lawrence Ramsey · 20 years ago
  3. bc6a36e move macro definition by David Lawrence Ramsey · 20 years ago
  4. eb50922 cosmetic fix by David Lawrence Ramsey · 20 years ago
  5. cf4db89 in help_line_len(), make the text display more flexible, and closer to by David Lawrence Ramsey · 20 years ago
  6. 4e0b1ae add missing space in the help text, and fix an allocsize-related assert by David Lawrence Ramsey · 20 years ago
  7. c4daf5d in help_init(), when calculating allocsize, take multibyte characters by David Lawrence Ramsey · 20 years ago
  8. b41df4a comment fixes by David Lawrence Ramsey · 20 years ago
  9. a853e2d in do_justify(), move break_pos after the space earlier, as do_wrap() by David Lawrence Ramsey · 20 years ago
  10. 6b94e95 in find_paragraph(), fix a problem where a search for the next paragraph by David Lawrence Ramsey · 20 years ago
  11. aad8515 in do_justify(), instead of breaking a line at a space and readding the by David Lawrence Ramsey · 20 years ago
  12. 7ec8d7c remove unneeded space by David Lawrence Ramsey · 20 years ago
  13. 39e8ce6 in printopt(), add DB's tweaks to make sure longflag isn't passed in by David Lawrence Ramsey · 20 years ago
  14. afbcf68 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  15. b9dec21 document cosmetic fix by David Lawrence Ramsey · 20 years ago
  16. 928babf cosmetic fixes by David Lawrence Ramsey · 20 years ago
  17. 2d825ba after (re)initializing the terminal, make sure the cursor is always turned on by David Lawrence Ramsey · 20 years ago
  18. 3dfc879 Back to CVS by David Lawrence Ramsey · 20 years ago
  19. bec01bd GNU nano 1.3.6 by David Lawrence Ramsey · 20 years ago
  20. 3dd744f and make the locale string checks use the #defined strcasestr() alias if by David Lawrence Ramsey · 20 years ago
  21. adc30a8 put the old #defined aliases for strcasecmp(), strncasecmp(), by David Lawrence Ramsey · 20 years ago
  22. 8974efa when checking the locale string, use nstrcasestr() if we don't have strcasestr() by David Lawrence Ramsey · 20 years ago
  23. d96ee52 add asserts to do_wrap() by David Lawrence Ramsey · 20 years ago
  24. ba1ab86 check for a UTF-8-supporting version of slang by David Lawrence Ramsey · 20 years ago
  25. 1fc55a2 miscellaneous documentation updates by David Lawrence Ramsey · 20 years ago
  26. 543ecf6 update changelog again by David Lawrence Ramsey · 20 years ago
  27. 735b30c minor indentation fix for configure.ac, and mention UTF-8 support in AUTHORS by David Lawrence Ramsey · 20 years ago
  28. 40e211b add full multibyte character support to do_wrap() by David Lawrence Ramsey · 20 years ago
  29. 9bd5620 add multibyte character support to help_line_len(), so that UTF-8 help by David Lawrence Ramsey · 20 years ago
  30. d456bfa add more locale string checks beyond case-sensitive "UTF-8" so that we by David Lawrence Ramsey · 20 years ago
  31. 22a3564 update changelog by David Lawrence Ramsey · 20 years ago
  32. d44a005 make the #ifdef around indent_len() match that of its prototype, so that by David Lawrence Ramsey · 20 years ago
  33. df21a2c minor documentation fix by David Lawrence Ramsey · 20 years ago
  34. b349c80 allow refreshing of the file browser window, as Pico does by David Lawrence Ramsey · 20 years ago
  35. 85616c4 add missing blank line, and rename total_blank() to total_update(), as by David Lawrence Ramsey · 20 years ago
  36. b9ddb80 allow refreshing of the help browser window, as Pico does, and remove a by David Lawrence Ramsey · 20 years ago
  37. 27f2b25 initialize indent_string later in the justify code, so as to avoid a by David Lawrence Ramsey · 20 years ago
  38. 102d01d fix justify code regression: if we're justifying the entire file, and we by David Lawrence Ramsey · 20 years ago
  39. fd81a71 fix paragraph searching code regression: if trying to move to the line by David Lawrence Ramsey · 20 years ago
  40. efec641 control characters can only be properly filtered out in both non-UTF-8 by David Lawrence Ramsey · 20 years ago
  41. 77abec7 fix misplaced #endif by David Lawrence Ramsey · 20 years ago
  42. ba5b12c comment clarifications by David Lawrence Ramsey · 20 years ago
  43. 40ea2a2 actually, we can swallow non-ASCII control characters if we're not in UTF-8 mode by David Lawrence Ramsey · 20 years ago
  44. 496488c when getting printable input from the edit window or statusbar prompt, by David Lawrence Ramsey · 20 years ago
  45. a17a130 add debugging statement by David Lawrence Ramsey · 20 years ago
  46. 2161fa6 check for wget_wch() again instead of get_wch() when looking for the by David Lawrence Ramsey · 20 years ago
  47. bb0060e documentation update by David Lawrence Ramsey · 20 years ago
  48. 631242d a few last minor fixes to do_credits() by David Lawrence Ramsey · 20 years ago
  49. 4dc5838 in do_credits(), display Florian König's name properly in UTF-8 mode; by David Lawrence Ramsey · 20 years ago
  50. 0099a8f fix potential memory corruption problem in make_mbstring(), and also fix by David Lawrence Ramsey · 20 years ago
  51. 38156d4 make the rest of the justify code support multibyte characters by David Lawrence Ramsey · 20 years ago
  52. 666644e fix more inaccurate comments by David Lawrence Ramsey · 20 years ago
  53. 1554005 when justifying, don't remove a space after a duplicate character in by David Lawrence Ramsey · 20 years ago
  54. 7b918c7 add missing blank lines by David Lawrence Ramsey · 20 years ago
  55. 7d7e7d5 fix erroneous #ifdef by David Lawrence Ramsey · 20 years ago
  56. f0195a8 make sure all rcfile arguments are valid multibyte strings by David Lawrence Ramsey · 20 years ago
  57. 08c70ae formatting fixes by David Lawrence Ramsey · 20 years ago
  58. 9389ca2 add more multibyte character support to break_line() by David Lawrence Ramsey · 20 years ago
  59. af40eea more comment fixes by David Lawrence Ramsey · 20 years ago
  60. b159605 add missing blank lines by David Lawrence Ramsey · 20 years ago
  61. 801a8b5 remove erroneous if clause in the overhauled justify code by David Lawrence Ramsey · 20 years ago
  62. ff4a487 overhaul the paragraph-searching code to make it simpler too by David Lawrence Ramsey · 20 years ago
  63. 9ec5db8 comment improvement by David Lawrence Ramsey · 20 years ago
  64. 8d0d3ab more comment fixes by David Lawrence Ramsey · 20 years ago
  65. 7f9ed90 fix regressions caused by the justify overhaul: when adjusting the mark, by David Lawrence Ramsey · 20 years ago
  66. 96b21be fix regression caused by the justify overhaul: when justifying a quoted by David Lawrence Ramsey · 20 years ago
  67. 7253929 fix erroneous comment by David Lawrence Ramsey · 20 years ago
  68. e9ac1d7 overhaul the justify code to make it leave the right number of spaces at by David Lawrence Ramsey · 20 years ago
  69. 59fe758 fix problem where mark_beginx wouldn't be saved properly in by David Lawrence Ramsey · 20 years ago
  70. cefd29e undo erroneous tweaks by David Lawrence Ramsey · 20 years ago
  71. bca59d6 add a slightly tweaked version of Mike Frysinger's manpage regex, and do by David Lawrence Ramsey · 20 years ago
  72. 800dd18 when using slang, call the right function to enable UTF-8 support by David Lawrence Ramsey · 20 years ago
  73. b1d9b41 formatting fixes by David Lawrence Ramsey · 20 years ago
  74. e0fb4d5 improve the handling of whitespace display mode in multibyte locales: by David Lawrence Ramsey · 20 years ago
  75. 55dfc3d Updated Malay from the TP. by Jordi Mallach · 20 years ago
  76. 6e60db6 make whitespace display mode work with multibyte characters by David Lawrence Ramsey · 20 years ago
  77. 202d3c2 add DB's overhaul of the rcfile parsing code and related miscellaneous bits by David Lawrence Ramsey · 20 years ago
  78. 40f11ae cosmetic fixes by David Lawrence Ramsey · 20 years ago
  79. 3cf525d fix wording problem by David Lawrence Ramsey · 20 years ago
  80. 23f7e1b make the latest faq entry more accurate by David Lawrence Ramsey · 20 years ago
  81. 256a890 add faq entry about how to open files with names starting with '+'s by David Lawrence Ramsey · 20 years ago
  82. b199cae make sure that the universal statusbar prompt functions are fully in by David Lawrence Ramsey · 20 years ago
  83. c275dc5 attempt at fixing a problem tracked down by Jim Uhl, where nano will go by David Lawrence Ramsey · 20 years ago
  84. 9d69169 cosmetic fix by David Lawrence Ramsey · 20 years ago
  85. 09b1c02 reorganize changelog a bit by David Lawrence Ramsey · 20 years ago
  86. 5f9acfe add a few more missing blank lines, and fix two instances where totsize by David Lawrence Ramsey · 20 years ago
  87. 9adace8 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  88. bd2eb28 comment fix by David Lawrence Ramsey · 20 years ago
  89. e6bbee8 formatting fix by David Lawrence Ramsey · 20 years ago
  90. 7e110bd add missing blank line by David Lawrence Ramsey · 20 years ago
  91. eb4d81f cosmetic fixes by David Lawrence Ramsey · 20 years ago
  92. aed0942 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  93. 5d2ab88 another cosmetic fix by David Lawrence Ramsey · 20 years ago
  94. 65ef166 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  95. b6e79fd start adding multibyte/wide character support to the help browser code by David Lawrence Ramsey · 20 years ago
  96. 0c23aed fix erroneous statusbar message truncation with multibyte strings by David Lawrence Ramsey · 20 years ago
  97. ad96aff rework things so that strrchrn() is no longer needed, and remove it by David Lawrence Ramsey · 20 years ago
  98. 60e329e cosmetic fix by David Lawrence Ramsey · 20 years ago
  99. 32f5681 remove unnecessary #include by David Lawrence Ramsey · 20 years ago
  100. 45edf36 mention typo fix in changelog by David Lawrence Ramsey · 20 years ago