1. d90d64f set the value of alloc_len properly again, as in DB's patch, in order to by David Lawrence Ramsey · 20 years ago
  2. 179f0ea undo the initialization of index, as the warning was indirectly caused by David Lawrence Ramsey · 20 years ago
  3. 22e5eff cosmetic fixes by David Lawrence Ramsey · 20 years ago
  4. 4d709f3 make sure index is initialized in order to avoid a warning by David Lawrence Ramsey · 20 years ago
  5. 68e3016 add DB's (modified) UTF-8 support tweaks to edit_add(); they're not by David Lawrence Ramsey · 20 years ago
  6. 2524a70 fix assert by David Lawrence Ramsey · 20 years ago
  7. f647c48 update more documentation dealing with double-Escape and verbatim input by David Lawrence Ramsey · 20 years ago
  8. f0a53f0 readd get_byte_kbinput(), modify get_word_kbinput() to handle by David Lawrence Ramsey · 20 years ago
  9. 423326f another int -> bool conversion by David Lawrence Ramsey · 20 years ago
  10. 956da0d miscellaneous fixes: skip over invalid wide characters, and if wcwidth() by David Lawrence Ramsey · 20 years ago
  11. 6e1cd06 when we get a newline via verbatim input at the statusbar prompt, set by David Lawrence Ramsey · 20 years ago
  12. 1b1e8b6 add missing NANO_SMALL #ifdef by David Lawrence Ramsey · 20 years ago
  13. d9ad76b properly handle newlines read in via verbatim input at the statusbar prompt by David Lawrence Ramsey · 20 years ago
  14. 11c83d3 implement verbatim input for the statusbar prompt by David Lawrence Ramsey · 20 years ago
  15. b8a2a6d in do_input() and do_statusbar_input(), func_key is an int* and not an by David Lawrence Ramsey · 20 years ago
  16. 08cd7ef fix an assert, update another copyright year, and add a few more of DB's by David Lawrence Ramsey · 20 years ago
  17. 4840cb5 get rid of the last remnant of the NO_UTF8 toggle that I erroneously left in by David Lawrence Ramsey · 20 years ago
  18. 295d172 implement cutting from the current position to the end of the file, by David Lawrence Ramsey · 20 years ago
  19. c13b7f0 overhaul the high-level input routines for the statusbar to make them by David Lawrence Ramsey · 20 years ago
  20. 3e81914 miscellaneous bits: fix the full justify segfault in a way that doesn't by David Lawrence Ramsey · 20 years ago
  21. 0d847aa handle wctomb() failure in parse_char() too by David Lawrence Ramsey · 20 years ago
  22. f282428 handle wctomb() failures properly in display_stirng_len() and display_string() by David Lawrence Ramsey · 20 years ago
  23. 4d97a58 cosmetic totsize-related cleanups by David Lawrence Ramsey · 20 years ago
  24. c8ade44 set totsize properly when deleting a character or backspacing over it by David Lawrence Ramsey · 20 years ago
  25. a9b9913 properly increment start_col when the line begins with a character that by David Lawrence Ramsey · 20 years ago
  26. c195820 clarify the warning message when sufficient wide character support isn't by David Lawrence Ramsey · 20 years ago
  27. 6a643cd fix the NANO_WIDE #ifdefs again, and put display_string_len() back in by David Lawrence Ramsey · 20 years ago
  28. a35bdd1 add a few missing NANO_WIDE #ifdefs, and remove display_string_len() by David Lawrence Ramsey · 20 years ago
  29. 4fd76ba configure.ac and related cleanups by David Lawrence Ramsey · 20 years ago
  30. fe3627d fix display problem caused by backwards comparisons of column and start_col by David Lawrence Ramsey · 20 years ago
  31. 61a7140 revert last change, as it's actually redundant, and fix a few comments by David Lawrence Ramsey · 20 years ago
  32. 7ddca3a fix if block by David Lawrence Ramsey · 20 years ago
  33. 1903ace fix statusbar() and onekey() to properly handle multibyte strings too by David Lawrence Ramsey · 20 years ago
  34. 93c4a56 #ifdef fixes by David Lawrence Ramsey · 20 years ago
  35. 9ec76e5 remove command line and rcfile option for --noutf8, as UTF-8 support is by David Lawrence Ramsey · 20 years ago
  36. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 20 years ago
  37. c0b9d19 yet another cosmetic fix by David Lawrence Ramsey · 20 years ago
  38. 415b5d9 fix misplaced #ifdef by David Lawrence Ramsey · 20 years ago
  39. 3ba9c35 check for wget_wch() instead of addwstr() when looking for a wide by David Lawrence Ramsey · 20 years ago
  40. f3bea02 revert erroneous change by David Lawrence Ramsey · 20 years ago
  41. 6a2f068 still more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  42. e750fe6 another cosmetic fix by David Lawrence Ramsey · 20 years ago
  43. 4564170 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  44. 6eea147 Updated Italian translation. by Jordi Mallach · 20 years ago
  45. fbba5bf Updated Swedish translation. by Jordi Mallach · 20 years ago
  46. 6a2f58e Updated Swedish translation by Christian Rose. by Jordi Mallach · 20 years ago
  47. 78ea5e4 improvements to wide/multibyte character input and output, using wide by David Lawrence Ramsey · 20 years ago
  48. 164bf36 add missing reset by David Lawrence Ramsey · 20 years ago
  49. c2ac02f add missing casts by David Lawrence Ramsey · 20 years ago
  50. abc9423 check for nulls and newlines earlier in do_output(), and add a few more by David Lawrence Ramsey · 20 years ago
  51. 6044889 reset the mbtowc() and wctomb() state machines at the right places by David Lawrence Ramsey · 20 years ago
  52. 263240c when adding to the keystroke buffer, filter out bad keystrokes with one by David Lawrence Ramsey · 20 years ago
  53. 32085a8 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  54. eae97ca go back to storing multibyte characters in non-dynamically allocated by David Lawrence Ramsey · 20 years ago
  55. 43953bb store multibyte characters in dynamically allocated arrays of MB_CUR_MAX by David Lawrence Ramsey · 20 years ago
  56. 91851f3 rename a few variables for consistency by David Lawrence Ramsey · 20 years ago
  57. bed32a3 comment fix by David Lawrence Ramsey · 20 years ago
  58. f812e4f rearrange a few variables by David Lawrence Ramsey · 20 years ago
  59. 10820de fix bad cast by David Lawrence Ramsey · 20 years ago
  60. 98b61e3 Italian and Romanian update. by Jordi Mallach · 20 years ago
  61. 95a0224 miscellaneous fixes for the buffered inout and output routines and their by David Lawrence Ramsey · 20 years ago
  62. eb711b0 formatting fix by David Lawrence Ramsey · 20 years ago
  63. bfcba16 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  64. 2c70a4e document the last titlebar() change by David Lawrence Ramsey · 20 years ago
  65. bce3aad in titlebar(), space should be an int instead of a size_t by David Lawrence Ramsey · 20 years ago
  66. f326ed7 add some miscellaneous fixes for titlebar() by David Lawrence Ramsey · 20 years ago
  67. 846658e when we get the whitespace display toggle, update the titlebar as well by David Lawrence Ramsey · 20 years ago
  68. c41285f fix entry by David Lawrence Ramsey · 20 years ago
  69. 9c3edc0 add return to the "c-file" regexes in nanorc.sample by David Lawrence Ramsey · 20 years ago
  70. 7483571 massive overhaul to support buffered input and output, the first steps by David Lawrence Ramsey · 20 years ago
  71. 68ebb61 fix potential segfault when doing a full justify by David Lawrence Ramsey · 20 years ago
  72. fc54d6e per Jeremy Huddleston's patch, fix compilation problem caused by by David Lawrence Ramsey · 20 years ago
  73. c0e42bd Update Catalan, French and Norwegian from the TP. by Jordi Mallach · 20 years ago
  74. 3ece0b9 change references to "open files" to "open file buffers" for by David Lawrence Ramsey · 20 years ago
  75. 1483ee3 remove malfunctioning wide character support, and add a few miscellaneous fixes by David Lawrence Ramsey · 20 years ago
  76. 63e73cb comment fixes by David Lawrence Ramsey · 20 years ago
  77. 53d3db4 comment fix by David Lawrence Ramsey · 20 years ago
  78. 832db76 typo fix by David Lawrence Ramsey · 20 years ago
  79. 6ecbdd3 remove specific references to control key shortcuts in configure.ac by David Lawrence Ramsey · 20 years ago
  80. 40a6c8c more formatting fixes by David Lawrence Ramsey · 20 years ago
  81. 800ee0d remove another unneeded blank space by David Lawrence Ramsey · 20 years ago
  82. 7a6fb48 remove unneeded blank spaces by David Lawrence Ramsey · 20 years ago
  83. 62a217d formatting and cosmetic fixes by David Lawrence Ramsey · 20 years ago
  84. c109549 in unget_kbinput(), free s after the wctomb() call, since we don't need by David Lawrence Ramsey · 20 years ago
  85. 15dbc6e comment fix by David Lawrence Ramsey · 20 years ago
  86. c82997d in get_verbatim_kbinput(), don't pass v_kbinput in as a parameter, since by David Lawrence Ramsey · 20 years ago
  87. 08eab72 add debug messages to get_shortcut() and get_toggle() by David Lawrence Ramsey · 20 years ago
  88. e08765d formatting and cosmetic fixes by David Lawrence Ramsey · 20 years ago
  89. ca018c3 in get_full_path(), remove unneeded NANO_SMALL #ifdef, so that it's by David Lawrence Ramsey · 20 years ago
  90. 2dbcc80 formatting fixes by David Lawrence Ramsey · 20 years ago
  91. 698263c in the low-level input routines, make the ascii_digits variables ints by David Lawrence Ramsey · 20 years ago
  92. 12642ed formatting fix by David Lawrence Ramsey · 20 years ago
  93. 5b3dd0f add DB's overhaul of the multibuffer code for efficiency, plus a few by David Lawrence Ramsey · 20 years ago
  94. 329d6a3 formatting fix by David Lawrence Ramsey · 20 years ago
  95. 8a2c0ba formatting fix by David Lawrence Ramsey · 20 years ago
  96. eeec999 oops again; adding an extra magicline unconditionally when uncutting is by David Lawrence Ramsey · 20 years ago
  97. cc89513 oops; Pico's adding a new magicline unconditionally when uncutting by David Lawrence Ramsey · 20 years ago
  98. 6e738ac formatting fixes by David Lawrence Ramsey · 20 years ago
  99. d994ad5 in get_edit_input(), readd parameter allow_funcs, as it's now needed as by David Lawrence Ramsey · 20 years ago
  100. 3041293 in shortcut_init(), fix misplaced #endif keeping the "Full Justify" by David Lawrence Ramsey · 20 years ago