1. 6595b71 oops; in do_output(), properly allow wrapping when we insert a tab, for by David Lawrence Ramsey · 20 years ago
  2. 56c1e34 Update Norwegian bokmaal from the TP. by Jordi Mallach · 20 years ago
  3. e4cb315 in do_output(), fix an off-by-one error that allowed wrapping when we by David Lawrence Ramsey · 20 years ago
  4. 6439330 in shortcut_init(), move the "Refresh" and "Exit" shortcuts to the by David Lawrence Ramsey · 20 years ago
  5. 0bfec6e minor bits: fix slang compilation by calling clearok(TRUE) and by David Lawrence Ramsey · 20 years ago
  6. 29be803 comment fixes by David Lawrence Ramsey · 20 years ago
  7. c5fe41c Update Malay, Romanian and Traditional Chinese from the TP. by Jordi Mallach · 20 years ago
  8. 72bff8e Err, stable branch has been nano_1_2 for the last two years, doh! by Jordi Mallach · 20 years ago
  9. d4a1c0a Credit Vietnamese translator. by Jordi Mallach · 20 years ago
  10. 1ccada1 actually, since copy_file() doesn't allocate ever-increasing space for a by David Lawrence Ramsey · 20 years ago
  11. 5b2f17e change all hardcoded instances of 128 bytes to MAX_BUF_SIZE, and #define by David Lawrence Ramsey · 20 years ago
  12. 3705924 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  13. c596c0c miscellaneous bits: make get_next_filename() use an unsigned long, make by David Lawrence Ramsey · 20 years ago
  14. 9cf1df1 in do_browser() and do_help(), don't treat NANO_CANCEL_KEY as by David Lawrence Ramsey · 20 years ago
  15. 56074a1 Update Vietnamese from the TP. by Jordi Mallach · 20 years ago
  16. f79a3fa Catalan, Italian and Romanian updates from the TP. by Jordi Mallach · 20 years ago
  17. b9180f4 Remove bogus space from help text. by Jordi Mallach · 20 years ago
  18. ad11460 remove more unneeded clearok(TRUE)'s, and avoid an unnecessary update by David Lawrence Ramsey · 20 years ago
  19. 0465251 simplify total_update() to call clearok(TRUE) and wrefresh() on curscr, by David Lawrence Ramsey · 20 years ago
  20. 22425a2 cosmetic fix by David Lawrence Ramsey · 20 years ago
  21. e527e45 various #include fixes: since proto.h includes nano.h, only include the by David Lawrence Ramsey · 20 years ago
  22. ac71fdd more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  23. ffda704 cosmetic fix by David Lawrence Ramsey · 20 years ago
  24. 6a244b6 various minor bits: add miscellaneous comment fixes; in by David Lawrence Ramsey · 20 years ago
  25. c2b0747 in print1opt_full(), if desc should be empty, allow it to be NULL by David Lawrence Ramsey · 20 years ago
  26. f1aed80 Updated Spanish from the TP. by Jordi Mallach · 20 years ago
  27. 95660ee Added Vietnamese translation by Phan Vinh Thinh <teppi82@gmail.com>. by Jordi Mallach · 20 years ago
  28. ddedf2d Back to CVS by David Lawrence Ramsey · 20 years ago
  29. c32a5e7 GNU nano 1.3.7 by David Lawrence Ramsey · 20 years ago
  30. a3e5fad in configure.ac, mention explicitly that the check for the broken by David Lawrence Ramsey · 20 years ago
  31. 7accda6 Fix format definitions... by Jordi Mallach · 20 years ago
  32. b9f2801 Added Plural-Forms to zh_TW. by Jordi Mallach · 20 years ago
  33. c504dff in nanogetstr(), fix a misplaced break and some indentation by David Lawrence Ramsey · 20 years ago
  34. fc0ebe9 remove inaccurate comment by David Lawrence Ramsey · 20 years ago
  35. dcb4e3a clarify comment by David Lawrence Ramsey · 20 years ago
  36. 00762ff add comment by David Lawrence Ramsey · 20 years ago
  37. 4857728 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  38. c071834 Updated Catalan, Italian and Traditional Chinese. by Jordi Mallach · 20 years ago
  39. d9a4ded remove TODO item about allowing the editing of UTF-8 as raw bytes when by David Lawrence Ramsey · 20 years ago
  40. de85d63 Added Kinyarwanda translation. by Jordi Mallach · 20 years ago
  41. 53d7bce remove unneeded space by David Lawrence Ramsey · 20 years ago
  42. a716bf4 Updated Romanian and French from the TP. by Jordi Mallach · 20 years ago
  43. 403e0fe in nanorc.sample, break up overly long perl and nanorc regexes into by David Lawrence Ramsey · 20 years ago
  44. e61e2c6 preemptively update the version number by David Lawrence Ramsey · 20 years ago
  45. d4a071e in do_insertfile(), fix handling of blank filenames in multibuffer mode by David Lawrence Ramsey · 20 years ago
  46. 894d80f add missing blank line by David Lawrence Ramsey · 20 years ago
  47. 612caef in statusq(), make sure that the vsnprintf(foo) call and foo's by David Lawrence Ramsey · 20 years ago
  48. 88ad64d in do_insertfile(), fix a problem where going into the help browser at by David Lawrence Ramsey · 20 years ago
  49. aa68385 in help_init(), avoid a warning when compiling with -pedantic by by David Lawrence Ramsey · 20 years ago
  50. 050469c move bool from the C++-specific line to the C-specific line, since C99 by David Lawrence Ramsey · 20 years ago
  51. 4811b81 in nanorc.sample, merge Neil Brown's C++ regexes into the "c-file" regexes by David Lawrence Ramsey · 20 years ago
  52. 050b13a cosmetic fixes by David Lawrence Ramsey · 20 years ago
  53. 6a84684 add more documentation fixes for consistency by David Lawrence Ramsey · 20 years ago
  54. caac920 in parse_rcfile(), fix a debugging message to display the long value of by David Lawrence Ramsey · 20 years ago
  55. 32a285c various documentation fixes by David Lawrence Ramsey · 20 years ago
  56. b80d49f make sure that all references to cut-to-end are left out when NANO_SMALL by David Lawrence Ramsey · 20 years ago
  57. fe60524 per DB's patch, in main(), change 0 to NULL in the option struct where needed by David Lawrence Ramsey · 20 years ago
  58. 78d0548 update changelog by David Lawrence Ramsey · 20 years ago
  59. b56ca1b cosmetic fixes by David Lawrence Ramsey · 20 years ago
  60. d37f6a3 add missing blank line by David Lawrence Ramsey · 20 years ago
  61. 5f3695b in make_mbchar(), remove an unneeded assert by David Lawrence Ramsey · 20 years ago
  62. d836798 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  63. 6e0ed3c add various portability and potential segfault fixes involving getcwd() calls by David Lawrence Ramsey · 20 years ago
  64. c15583d in configure.ac, tweak a few more things to make sure that everything by David Lawrence Ramsey · 20 years ago
  65. 8ac9087 in configure.ac, per Mike Frysinger's patch, add support for by David Lawrence Ramsey · 20 years ago
  66. c8857a2 in cut_to_eol(), fix an inaccurate comment by David Lawrence Ramsey · 20 years ago
  67. 297851a in titlebar(), make sure that the (mv)?waddnstr() calls take the proper by David Lawrence Ramsey · 20 years ago
  68. cb4f14b add missing blank lines by David Lawrence Ramsey · 20 years ago
  69. 263b447 per Mike Frysinger's patch, in move_mbleft(), fix assert to reference by David Lawrence Ramsey · 20 years ago
  70. bc6a36e move macro definition by David Lawrence Ramsey · 20 years ago
  71. eb50922 cosmetic fix by David Lawrence Ramsey · 20 years ago
  72. cf4db89 in help_line_len(), make the text display more flexible, and closer to by David Lawrence Ramsey · 20 years ago
  73. 4e0b1ae add missing space in the help text, and fix an allocsize-related assert by David Lawrence Ramsey · 20 years ago
  74. c4daf5d in help_init(), when calculating allocsize, take multibyte characters by David Lawrence Ramsey · 20 years ago
  75. b41df4a comment fixes by David Lawrence Ramsey · 20 years ago
  76. a853e2d in do_justify(), move break_pos after the space earlier, as do_wrap() by David Lawrence Ramsey · 20 years ago
  77. 6b94e95 in find_paragraph(), fix a problem where a search for the next paragraph by David Lawrence Ramsey · 20 years ago
  78. aad8515 in do_justify(), instead of breaking a line at a space and readding the by David Lawrence Ramsey · 20 years ago
  79. 7ec8d7c remove unneeded space by David Lawrence Ramsey · 20 years ago
  80. 39e8ce6 in printopt(), add DB's tweaks to make sure longflag isn't passed in by David Lawrence Ramsey · 20 years ago
  81. afbcf68 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  82. b9dec21 document cosmetic fix by David Lawrence Ramsey · 20 years ago
  83. 928babf cosmetic fixes by David Lawrence Ramsey · 20 years ago
  84. 2d825ba after (re)initializing the terminal, make sure the cursor is always turned on by David Lawrence Ramsey · 20 years ago
  85. 3dfc879 Back to CVS by David Lawrence Ramsey · 20 years ago
  86. bec01bd GNU nano 1.3.6 by David Lawrence Ramsey · 20 years ago
  87. 3dd744f and make the locale string checks use the #defined strcasestr() alias if by David Lawrence Ramsey · 20 years ago
  88. adc30a8 put the old #defined aliases for strcasecmp(), strncasecmp(), by David Lawrence Ramsey · 20 years ago
  89. 8974efa when checking the locale string, use nstrcasestr() if we don't have strcasestr() by David Lawrence Ramsey · 20 years ago
  90. d96ee52 add asserts to do_wrap() by David Lawrence Ramsey · 20 years ago
  91. ba1ab86 check for a UTF-8-supporting version of slang by David Lawrence Ramsey · 20 years ago
  92. 1fc55a2 miscellaneous documentation updates by David Lawrence Ramsey · 20 years ago
  93. 543ecf6 update changelog again by David Lawrence Ramsey · 20 years ago
  94. 735b30c minor indentation fix for configure.ac, and mention UTF-8 support in AUTHORS by David Lawrence Ramsey · 20 years ago
  95. 40e211b add full multibyte character support to do_wrap() by David Lawrence Ramsey · 20 years ago
  96. 9bd5620 add multibyte character support to help_line_len(), so that UTF-8 help by David Lawrence Ramsey · 20 years ago
  97. d456bfa add more locale string checks beyond case-sensitive "UTF-8" so that we by David Lawrence Ramsey · 20 years ago
  98. 22a3564 update changelog by David Lawrence Ramsey · 20 years ago
  99. d44a005 make the #ifdef around indent_len() match that of its prototype, so that by David Lawrence Ramsey · 20 years ago
  100. df21a2c minor documentation fix by David Lawrence Ramsey · 20 years ago