1. a35bdd1 add a few missing NANO_WIDE #ifdefs, and remove display_string_len() by David Lawrence Ramsey · 21 years ago
  2. 4fd76ba configure.ac and related cleanups by David Lawrence Ramsey · 21 years ago
  3. fe3627d fix display problem caused by backwards comparisons of column and start_col by David Lawrence Ramsey · 21 years ago
  4. 61a7140 revert last change, as it's actually redundant, and fix a few comments by David Lawrence Ramsey · 21 years ago
  5. 7ddca3a fix if block by David Lawrence Ramsey · 21 years ago
  6. 1903ace fix statusbar() and onekey() to properly handle multibyte strings too by David Lawrence Ramsey · 21 years ago
  7. 93c4a56 #ifdef fixes by David Lawrence Ramsey · 21 years ago
  8. 9ec76e5 remove command line and rcfile option for --noutf8, as UTF-8 support is by David Lawrence Ramsey · 21 years ago
  9. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 21 years ago
  10. c0b9d19 yet another cosmetic fix by David Lawrence Ramsey · 21 years ago
  11. 415b5d9 fix misplaced #ifdef by David Lawrence Ramsey · 21 years ago
  12. 3ba9c35 check for wget_wch() instead of addwstr() when looking for a wide by David Lawrence Ramsey · 21 years ago
  13. f3bea02 revert erroneous change by David Lawrence Ramsey · 21 years ago
  14. 6a2f068 still more cosmetic fixes by David Lawrence Ramsey · 21 years ago
  15. e750fe6 another cosmetic fix by David Lawrence Ramsey · 21 years ago
  16. 4564170 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  17. 6eea147 Updated Italian translation. by Jordi Mallach · 21 years ago
  18. fbba5bf Updated Swedish translation. by Jordi Mallach · 21 years ago
  19. 6a2f58e Updated Swedish translation by Christian Rose. by Jordi Mallach · 21 years ago
  20. 78ea5e4 improvements to wide/multibyte character input and output, using wide by David Lawrence Ramsey · 21 years ago
  21. 164bf36 add missing reset by David Lawrence Ramsey · 21 years ago
  22. c2ac02f add missing casts by David Lawrence Ramsey · 21 years ago
  23. abc9423 check for nulls and newlines earlier in do_output(), and add a few more by David Lawrence Ramsey · 21 years ago
  24. 6044889 reset the mbtowc() and wctomb() state machines at the right places by David Lawrence Ramsey · 21 years ago
  25. 263240c when adding to the keystroke buffer, filter out bad keystrokes with one by David Lawrence Ramsey · 21 years ago
  26. 32085a8 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  27. eae97ca go back to storing multibyte characters in non-dynamically allocated by David Lawrence Ramsey · 21 years ago
  28. 43953bb store multibyte characters in dynamically allocated arrays of MB_CUR_MAX by David Lawrence Ramsey · 21 years ago
  29. 91851f3 rename a few variables for consistency by David Lawrence Ramsey · 21 years ago
  30. bed32a3 comment fix by David Lawrence Ramsey · 21 years ago
  31. f812e4f rearrange a few variables by David Lawrence Ramsey · 21 years ago
  32. 10820de fix bad cast by David Lawrence Ramsey · 21 years ago
  33. 98b61e3 Italian and Romanian update. by Jordi Mallach · 21 years ago
  34. 95a0224 miscellaneous fixes for the buffered inout and output routines and their by David Lawrence Ramsey · 21 years ago
  35. eb711b0 formatting fix by David Lawrence Ramsey · 21 years ago
  36. bfcba16 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  37. 2c70a4e document the last titlebar() change by David Lawrence Ramsey · 21 years ago
  38. bce3aad in titlebar(), space should be an int instead of a size_t by David Lawrence Ramsey · 21 years ago
  39. f326ed7 add some miscellaneous fixes for titlebar() by David Lawrence Ramsey · 21 years ago
  40. 846658e when we get the whitespace display toggle, update the titlebar as well by David Lawrence Ramsey · 21 years ago
  41. c41285f fix entry by David Lawrence Ramsey · 21 years ago
  42. 9c3edc0 add return to the "c-file" regexes in nanorc.sample by David Lawrence Ramsey · 21 years ago
  43. 7483571 massive overhaul to support buffered input and output, the first steps by David Lawrence Ramsey · 21 years ago
  44. 68ebb61 fix potential segfault when doing a full justify by David Lawrence Ramsey · 21 years ago
  45. fc54d6e per Jeremy Huddleston's patch, fix compilation problem caused by by David Lawrence Ramsey · 21 years ago
  46. c0e42bd Update Catalan, French and Norwegian from the TP. by Jordi Mallach · 21 years ago
  47. 3ece0b9 change references to "open files" to "open file buffers" for by David Lawrence Ramsey · 21 years ago
  48. 1483ee3 remove malfunctioning wide character support, and add a few miscellaneous fixes by David Lawrence Ramsey · 21 years ago
  49. 63e73cb comment fixes by David Lawrence Ramsey · 21 years ago
  50. 53d3db4 comment fix by David Lawrence Ramsey · 21 years ago
  51. 832db76 typo fix by David Lawrence Ramsey · 21 years ago
  52. 6ecbdd3 remove specific references to control key shortcuts in configure.ac by David Lawrence Ramsey · 21 years ago
  53. 40a6c8c more formatting fixes by David Lawrence Ramsey · 21 years ago
  54. 800ee0d remove another unneeded blank space by David Lawrence Ramsey · 21 years ago
  55. 7a6fb48 remove unneeded blank spaces by David Lawrence Ramsey · 21 years ago
  56. 62a217d formatting and cosmetic fixes by David Lawrence Ramsey · 21 years ago
  57. c109549 in unget_kbinput(), free s after the wctomb() call, since we don't need by David Lawrence Ramsey · 21 years ago
  58. 15dbc6e comment fix by David Lawrence Ramsey · 21 years ago
  59. c82997d in get_verbatim_kbinput(), don't pass v_kbinput in as a parameter, since by David Lawrence Ramsey · 21 years ago
  60. 08eab72 add debug messages to get_shortcut() and get_toggle() by David Lawrence Ramsey · 21 years ago
  61. e08765d formatting and cosmetic fixes by David Lawrence Ramsey · 21 years ago
  62. ca018c3 in get_full_path(), remove unneeded NANO_SMALL #ifdef, so that it's by David Lawrence Ramsey · 21 years ago
  63. 2dbcc80 formatting fixes by David Lawrence Ramsey · 21 years ago
  64. 698263c in the low-level input routines, make the ascii_digits variables ints by David Lawrence Ramsey · 21 years ago
  65. 12642ed formatting fix by David Lawrence Ramsey · 21 years ago
  66. 5b3dd0f add DB's overhaul of the multibuffer code for efficiency, plus a few by David Lawrence Ramsey · 21 years ago
  67. 329d6a3 formatting fix by David Lawrence Ramsey · 21 years ago
  68. 8a2c0ba formatting fix by David Lawrence Ramsey · 21 years ago
  69. eeec999 oops again; adding an extra magicline unconditionally when uncutting is by David Lawrence Ramsey · 21 years ago
  70. cc89513 oops; Pico's adding a new magicline unconditionally when uncutting by David Lawrence Ramsey · 21 years ago
  71. 6e738ac formatting fixes by David Lawrence Ramsey · 21 years ago
  72. d994ad5 in get_edit_input(), readd parameter allow_funcs, as it's now needed as by David Lawrence Ramsey · 21 years ago
  73. 3041293 in shortcut_init(), fix misplaced #endif keeping the "Full Justify" by David Lawrence Ramsey · 21 years ago
  74. 4d6ec37 in do_cut_text(), if keep_cutbuffer is FALSE, only blow away the text in by David Lawrence Ramsey · 21 years ago
  75. bc3b926 comment fixes by David Lawrence Ramsey · 21 years ago
  76. 93c8405 overhaul the cutting and uncutting routines and the justify-related by David Lawrence Ramsey · 21 years ago
  77. b5a7a5a in do_wrap(), make wrap_loc and word_back ssize_t's, to match fill, and by David Lawrence Ramsey · 21 years ago
  78. 962202e Back to CVS by David Lawrence Ramsey · 21 years ago
  79. 2c86dc6 GNU nano 1.3.5 by David Lawrence Ramsey · 21 years ago
  80. 3de81bc in do_replace_loop(), treat real_current as current and real_current_x by David Lawrence Ramsey · 21 years ago
  81. 3f35864 fix get_totals() so it properly handles NULL parameters, and restore by David Lawrence Ramsey · 21 years ago
  82. 74d8707 unpartition_filestruct() should take a partition** instead of a by David Lawrence Ramsey · 21 years ago
  83. e56d936 documentation fix: list sh as an example of a Bourne shell by David Lawrence Ramsey · 21 years ago
  84. 831c640 in README.CVS, mention the need for ssh to do cvs checkouts by David Lawrence Ramsey · 21 years ago
  85. b908a36 add another cvs command fix by David Lawrence Ramsey · 21 years ago
  86. b75763e update the given cvs commands in README.CVS so that they work again by David Lawrence Ramsey · 21 years ago
  87. 188f169 in README.CVS, mention the requirement for groff in order to create html by David Lawrence Ramsey · 21 years ago
  88. c0d3b20 Get rid of config.rpath. by Jordi Mallach · 21 years ago
  89. 42ca620 Updated French translation. by Jordi Mallach · 21 years ago
  90. 69a90c6 Updated Malay translation. by Jordi Mallach · 21 years ago
  91. d7b6325 Don't use DEFS to define stuff. Use INCLUDES instead. by Jordi Mallach · 21 years ago
  92. 55381aa Include <config.h> only if HAVE_CONFIG_H. by Jordi Mallach · 21 years ago
  93. f615904 use top_x and bot_x where possible instead of recalculating entire by David Lawrence Ramsey · 21 years ago
  94. 4db3d0a comment fix by David Lawrence Ramsey · 21 years ago
  95. 6b769e5 formatting fix by David Lawrence Ramsey · 21 years ago
  96. 0317c86 fix breakage of ASCII character sequence mode introduced with the UTF-8 by David Lawrence Ramsey · 21 years ago
  97. a98fd75 spell Ulf Härnhammar's name right by David Lawrence Ramsey · 21 years ago
  98. 8091d33 add Ulf Harnhammar's input_tab() segfault fix by David Lawrence Ramsey · 21 years ago
  99. 9df069c comment fix by David Lawrence Ramsey · 21 years ago
  100. 97b9046 document the last fix by David Lawrence Ramsey · 21 years ago