1. 3dfc879 Back to CVS by David Lawrence Ramsey · 20 years ago
  2. bec01bd GNU nano 1.3.6 by David Lawrence Ramsey · 20 years ago
  3. ba1ab86 check for a UTF-8-supporting version of slang by David Lawrence Ramsey · 20 years ago
  4. 1fc55a2 miscellaneous documentation updates by David Lawrence Ramsey · 20 years ago
  5. 543ecf6 update changelog again by David Lawrence Ramsey · 20 years ago
  6. 40e211b add full multibyte character support to do_wrap() by David Lawrence Ramsey · 20 years ago
  7. 9bd5620 add multibyte character support to help_line_len(), so that UTF-8 help by David Lawrence Ramsey · 20 years ago
  8. d456bfa add more locale string checks beyond case-sensitive "UTF-8" so that we by David Lawrence Ramsey · 20 years ago
  9. 22a3564 update changelog by David Lawrence Ramsey · 20 years ago
  10. b349c80 allow refreshing of the file browser window, as Pico does by David Lawrence Ramsey · 20 years ago
  11. 85616c4 add missing blank line, and rename total_blank() to total_update(), as by David Lawrence Ramsey · 20 years ago
  12. b9ddb80 allow refreshing of the help browser window, as Pico does, and remove a by David Lawrence Ramsey · 20 years ago
  13. 102d01d fix justify code regression: if we're justifying the entire file, and we by David Lawrence Ramsey · 20 years ago
  14. efec641 control characters can only be properly filtered out in both non-UTF-8 by David Lawrence Ramsey · 20 years ago
  15. 496488c when getting printable input from the edit window or statusbar prompt, by David Lawrence Ramsey · 20 years ago
  16. bb0060e documentation update by David Lawrence Ramsey · 20 years ago
  17. 38156d4 make the rest of the justify code support multibyte characters by David Lawrence Ramsey · 20 years ago
  18. 1554005 when justifying, don't remove a space after a duplicate character in by David Lawrence Ramsey · 20 years ago
  19. f0195a8 make sure all rcfile arguments are valid multibyte strings by David Lawrence Ramsey · 20 years ago
  20. 9389ca2 add more multibyte character support to break_line() by David Lawrence Ramsey · 20 years ago
  21. ff4a487 overhaul the paragraph-searching code to make it simpler too by David Lawrence Ramsey · 20 years ago
  22. e9ac1d7 overhaul the justify code to make it leave the right number of spaces at by David Lawrence Ramsey · 20 years ago
  23. bca59d6 add a slightly tweaked version of Mike Frysinger's manpage regex, and do by David Lawrence Ramsey · 20 years ago
  24. e0fb4d5 improve the handling of whitespace display mode in multibyte locales: by David Lawrence Ramsey · 20 years ago
  25. 6e60db6 make whitespace display mode work with multibyte characters by David Lawrence Ramsey · 20 years ago
  26. 202d3c2 add DB's overhaul of the rcfile parsing code and related miscellaneous bits by David Lawrence Ramsey · 20 years ago
  27. 256a890 add faq entry about how to open files with names starting with '+'s by David Lawrence Ramsey · 20 years ago
  28. c275dc5 attempt at fixing a problem tracked down by Jim Uhl, where nano will go by David Lawrence Ramsey · 20 years ago
  29. 09b1c02 reorganize changelog a bit by David Lawrence Ramsey · 20 years ago
  30. 5f9acfe add a few more missing blank lines, and fix two instances where totsize by David Lawrence Ramsey · 20 years ago
  31. b6e79fd start adding multibyte/wide character support to the help browser code by David Lawrence Ramsey · 20 years ago
  32. ad96aff rework things so that strrchrn() is no longer needed, and remove it by David Lawrence Ramsey · 20 years ago
  33. 45edf36 mention typo fix in changelog by David Lawrence Ramsey · 20 years ago
  34. 7d36771 add DB's overhaul of the file browser code to increase efficiency and by David Lawrence Ramsey · 20 years ago
  35. e1c16b3 add multibyte character support to is_whole_word(), plus a comment fix by David Lawrence Ramsey · 20 years ago
  36. 1b9d3f9 port over DB's overhaul of safe_tempnam() and his changes to by David Lawrence Ramsey · 20 years ago
  37. d7ca85c add DB's overhauls of get_full_path() and check_writable_directory(), by David Lawrence Ramsey · 20 years ago
  38. 65e6ecb add DB's pverhaul the tab completion code and a few related functions to by David Lawrence Ramsey · 20 years ago
  39. 3eeb823 add multibyte character support to indent_length(), convert the "smart by David Lawrence Ramsey · 20 years ago
  40. 798e67e tweak get_mouseinput() to work properly when -O/--morespace is used by David Lawrence Ramsey · 20 years ago
  41. 23c4450 miscellaneous bits: change flags to an unsigned long and totsize to a by David Lawrence Ramsey · 20 years ago
  42. 7c60eab tweak do_mouse() to work properly when -O/--morespace is used by David Lawrence Ramsey · 20 years ago
  43. 3f9c635 turn string functions that don't take length arguments into wrappers for by David Lawrence Ramsey · 20 years ago
  44. 345260c add multibyte version of revstrcasestr() by David Lawrence Ramsey · 20 years ago
  45. 42abfe0 add multibyte equivalent of strcasestr(), plus some miscellaneous cleanups by David Lawrence Ramsey · 20 years ago
  46. 159bdfd add support for characters to the "c-file" regexes by David Lawrence Ramsey · 20 years ago
  47. 122ae84 oops; replace the previous tweak with a proper merge of DB's code with by David Lawrence Ramsey · 20 years ago
  48. 5040666 add DB's (slightly tweaked) changes to make resizing more flexible, and by David Lawrence Ramsey · 20 years ago
  49. b80077d add support for moving to the next or previous word at the statusbar prompt by David Lawrence Ramsey · 20 years ago
  50. 2195476 reorganization: move revstrstr() back to chars.c, and move is_byte() by David Lawrence Ramsey · 20 years ago
  51. 2bd2276 #define fixes by David Lawrence Ramsey · 20 years ago
  52. 5cc14f2 various documentation updates by David Lawrence Ramsey · 20 years ago
  53. 637b8bb add -O/--morespace command line option, plus a corresponding Meta-O by David Lawrence Ramsey · 20 years ago
  54. 18d616f put revstrstr() back in utils.c, as it's case sensitive and hance should by David Lawrence Ramsey · 20 years ago
  55. 3a1fc8f start making multibyte equivalents of the string functions in utils.c by David Lawrence Ramsey · 20 years ago
  56. 721fe67 improve the checks needed to determine if wide character support is available by David Lawrence Ramsey · 20 years ago
  57. ce04513 make do_prev_word() work with multibyte strings, and update various by David Lawrence Ramsey · 20 years ago
  58. d24fbb7 rename move_left() and move_right() to move_mbleft() and move_mbright(), by David Lawrence Ramsey · 20 years ago
  59. 1fe2eeb add multibyte and wide equivalents of isalnum(), make do_next_word() by David Lawrence Ramsey · 20 years ago
  60. b3aeb13 add missing changelog update by David Lawrence Ramsey · 20 years ago
  61. e3013e3 in src/Makefile.am, if we're installing and the "rnano" symlink already by David Lawrence Ramsey · 20 years ago
  62. 9b95ca8 minor fixes involving is_byte() by David Lawrence Ramsey · 20 years ago
  63. 5508cc5 move nstrnlen() to chars.c, and add a multibyte equivalent of strnlen() to it by David Lawrence Ramsey · 20 years ago
  64. 116c828 add asserts, plus a few more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  65. 8a31afd make the "smart home" routines handle multibyte blank characters by David Lawrence Ramsey · 20 years ago
  66. b54155c massive updates to multibyte/wide character support; deal with multibyte by David Lawrence Ramsey · 20 years ago
  67. 577298a remove display_string_len() again for the time being, since it's still by David Lawrence Ramsey · 20 years ago
  68. f4a799a more minor shortcut-related fixes by David Lawrence Ramsey · 20 years ago
  69. 35e9713 remove erroneous #ifdef around a currshortcut reference, do another int by David Lawrence Ramsey · 20 years ago
  70. 1307aae minor utility tweaks by David Lawrence Ramsey · 20 years ago
  71. 913db83 add DB's (modified) UTF-8 support tweaks to do_replace_highlight() by David Lawrence Ramsey · 20 years ago
  72. 68e3016 add DB's (modified) UTF-8 support tweaks to edit_add(); they're not by David Lawrence Ramsey · 20 years ago
  73. f647c48 update more documentation dealing with double-Escape and verbatim input by David Lawrence Ramsey · 20 years ago
  74. f0a53f0 readd get_byte_kbinput(), modify get_word_kbinput() to handle by David Lawrence Ramsey · 20 years ago
  75. d9ad76b properly handle newlines read in via verbatim input at the statusbar prompt by David Lawrence Ramsey · 20 years ago
  76. 11c83d3 implement verbatim input for the statusbar prompt by David Lawrence Ramsey · 20 years ago
  77. 08cd7ef fix an assert, update another copyright year, and add a few more of DB's by David Lawrence Ramsey · 20 years ago
  78. 295d172 implement cutting from the current position to the end of the file, by David Lawrence Ramsey · 20 years ago
  79. c13b7f0 overhaul the high-level input routines for the statusbar to make them by David Lawrence Ramsey · 20 years ago
  80. 6a643cd fix the NANO_WIDE #ifdefs again, and put display_string_len() back in by David Lawrence Ramsey · 20 years ago
  81. a35bdd1 add a few missing NANO_WIDE #ifdefs, and remove display_string_len() by David Lawrence Ramsey · 20 years ago
  82. 4fd76ba configure.ac and related cleanups by David Lawrence Ramsey · 20 years ago
  83. 1903ace fix statusbar() and onekey() to properly handle multibyte strings too by David Lawrence Ramsey · 20 years ago
  84. 9ec76e5 remove command line and rcfile option for --noutf8, as UTF-8 support is by David Lawrence Ramsey · 20 years ago
  85. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 20 years ago
  86. 3ba9c35 check for wget_wch() instead of addwstr() when looking for a wide by David Lawrence Ramsey · 20 years ago
  87. 78ea5e4 improvements to wide/multibyte character input and output, using wide by David Lawrence Ramsey · 20 years ago
  88. bfcba16 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  89. 2c70a4e document the last titlebar() change by David Lawrence Ramsey · 20 years ago
  90. f326ed7 add some miscellaneous fixes for titlebar() by David Lawrence Ramsey · 20 years ago
  91. 846658e when we get the whitespace display toggle, update the titlebar as well by David Lawrence Ramsey · 20 years ago
  92. c41285f fix entry by David Lawrence Ramsey · 20 years ago
  93. 9c3edc0 add return to the "c-file" regexes in nanorc.sample by David Lawrence Ramsey · 20 years ago
  94. 7483571 massive overhaul to support buffered input and output, the first steps by David Lawrence Ramsey · 20 years ago
  95. 68ebb61 fix potential segfault when doing a full justify by David Lawrence Ramsey · 20 years ago
  96. fc54d6e per Jeremy Huddleston's patch, fix compilation problem caused by by David Lawrence Ramsey · 20 years ago
  97. 3ece0b9 change references to "open files" to "open file buffers" for by David Lawrence Ramsey · 20 years ago
  98. 1483ee3 remove malfunctioning wide character support, and add a few miscellaneous fixes by David Lawrence Ramsey · 20 years ago
  99. 6ecbdd3 remove specific references to control key shortcuts in configure.ac by David Lawrence Ramsey · 20 years ago
  100. c109549 in unget_kbinput(), free s after the wctomb() call, since we don't need by David Lawrence Ramsey · 20 years ago