1. b199cae make sure that the universal statusbar prompt functions are fully in by David Lawrence Ramsey · 20 years ago
  2. c275dc5 attempt at fixing a problem tracked down by Jim Uhl, where nano will go by David Lawrence Ramsey · 20 years ago
  3. 9d69169 cosmetic fix by David Lawrence Ramsey · 20 years ago
  4. 09b1c02 reorganize changelog a bit by David Lawrence Ramsey · 20 years ago
  5. 5f9acfe add a few more missing blank lines, and fix two instances where totsize by David Lawrence Ramsey · 20 years ago
  6. 9adace8 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  7. bd2eb28 comment fix by David Lawrence Ramsey · 20 years ago
  8. e6bbee8 formatting fix by David Lawrence Ramsey · 20 years ago
  9. 7e110bd add missing blank line by David Lawrence Ramsey · 20 years ago
  10. eb4d81f cosmetic fixes by David Lawrence Ramsey · 20 years ago
  11. aed0942 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  12. 5d2ab88 another cosmetic fix by David Lawrence Ramsey · 20 years ago
  13. 65ef166 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  14. b6e79fd start adding multibyte/wide character support to the help browser code by David Lawrence Ramsey · 20 years ago
  15. 0c23aed fix erroneous statusbar message truncation with multibyte strings by David Lawrence Ramsey · 20 years ago
  16. ad96aff rework things so that strrchrn() is no longer needed, and remove it by David Lawrence Ramsey · 20 years ago
  17. 60e329e cosmetic fix by David Lawrence Ramsey · 20 years ago
  18. 32f5681 remove unnecessary #include by David Lawrence Ramsey · 20 years ago
  19. 45edf36 mention typo fix in changelog by David Lawrence Ramsey · 20 years ago
  20. 4c75faa typo fix by David Lawrence Ramsey · 20 years ago
  21. 7d36771 add DB's overhaul of the file browser code to increase efficiency and by David Lawrence Ramsey · 20 years ago
  22. b680326 cosmetic fix by David Lawrence Ramsey · 20 years ago
  23. e1c16b3 add multibyte character support to is_whole_word(), plus a comment fix by David Lawrence Ramsey · 20 years ago
  24. bc14941 fix misplaced #ifdefs by David Lawrence Ramsey · 20 years ago
  25. 1b9d3f9 port over DB's overhaul of safe_tempnam() and his changes to by David Lawrence Ramsey · 20 years ago
  26. 2724c88 set statusbar_xend properly when doing tab completion by David Lawrence Ramsey · 20 years ago
  27. 54dca7b revert diralphasort() tweak by David Lawrence Ramsey · 20 years ago
  28. 0df875a cosmetic fixes by David Lawrence Ramsey · 20 years ago
  29. d7ca85c add DB's overhauls of get_full_path() and check_writable_directory(), by David Lawrence Ramsey · 20 years ago
  30. d9661dc remove inaccurate comment by David Lawrence Ramsey · 20 years ago
  31. 0b80f93 add missing #ifdef by David Lawrence Ramsey · 20 years ago
  32. 65e6ecb add DB's pverhaul the tab completion code and a few related functions to by David Lawrence Ramsey · 20 years ago
  33. daa533a fix off-by-one error when calculating totsize in read_file(), introduced by David Lawrence Ramsey · 20 years ago
  34. 3eeb823 add multibyte character support to indent_length(), convert the "smart by David Lawrence Ramsey · 20 years ago
  35. 2921be2 when detecting wide character support in curses, check for get_wch() by David Lawrence Ramsey · 20 years ago
  36. d15de73 properly enable UTF-8 support when using slang by David Lawrence Ramsey · 20 years ago
  37. 798e67e tweak get_mouseinput() to work properly when -O/--morespace is used by David Lawrence Ramsey · 20 years ago
  38. 96de1b0 cosmetic fix by David Lawrence Ramsey · 20 years ago
  39. 23c4450 miscellaneous bits: change flags to an unsigned long and totsize to a by David Lawrence Ramsey · 20 years ago
  40. 7c60eab tweak do_mouse() to work properly when -O/--morespace is used by David Lawrence Ramsey · 20 years ago
  41. 3f9c635 turn string functions that don't take length arguments into wrappers for by David Lawrence Ramsey · 20 years ago
  42. 14ace17 in edit_add(), make sure we use the right variable when painting marked by David Lawrence Ramsey · 20 years ago
  43. 3e93c63 comment fixes by David Lawrence Ramsey · 20 years ago
  44. 83ba47a add another cleanup by David Lawrence Ramsey · 20 years ago
  45. 345260c add multibyte version of revstrcasestr() by David Lawrence Ramsey · 20 years ago
  46. 3ee4cf3 cosmetic and formatting fixes by David Lawrence Ramsey · 20 years ago
  47. 17b8a36 rename a variable in the strcasestr() equivalent order to match DB's by David Lawrence Ramsey · 20 years ago
  48. 42abfe0 add multibyte equivalent of strcasestr(), plus some miscellaneous cleanups by David Lawrence Ramsey · 20 years ago
  49. 159bdfd add support for characters to the "c-file" regexes by David Lawrence Ramsey · 20 years ago
  50. 122ae84 oops; replace the previous tweak with a proper merge of DB's code with by David Lawrence Ramsey · 20 years ago
  51. 5040666 add DB's (slightly tweaked) changes to make resizing more flexible, and by David Lawrence Ramsey · 20 years ago
  52. b80077d add support for moving to the next or previous word at the statusbar prompt by David Lawrence Ramsey · 20 years ago
  53. 314be2c formatting fixes by David Lawrence Ramsey · 20 years ago
  54. 2195476 reorganization: move revstrstr() back to chars.c, and move is_byte() by David Lawrence Ramsey · 20 years ago
  55. 2bd2276 #define fixes by David Lawrence Ramsey · 20 years ago
  56. d23277f Updated Brazilian Portuguese translation. by Jordi Mallach · 20 years ago
  57. 4ce3b49 update documentation copyright years and modification dates by David Lawrence Ramsey · 20 years ago
  58. 5cc14f2 various documentation updates by David Lawrence Ramsey · 20 years ago
  59. 637b8bb add -O/--morespace command line option, plus a corresponding Meta-O by David Lawrence Ramsey · 20 years ago
  60. 65658ef make sure the multibyte string operations operate using multibyte by David Lawrence Ramsey · 20 years ago
  61. 18d616f put revstrstr() back in utils.c, as it's case sensitive and hance should by David Lawrence Ramsey · 20 years ago
  62. c5e21da assert fixes by David Lawrence Ramsey · 20 years ago
  63. 3a1fc8f start making multibyte equivalents of the string functions in utils.c by David Lawrence Ramsey · 20 years ago
  64. 721fe67 improve the checks needed to determine if wide character support is available by David Lawrence Ramsey · 20 years ago
  65. 63d8f2b remove duplicate prototype by David Lawrence Ramsey · 20 years ago
  66. 776cf37 tweak do_next_word() and do_prev_word() to make sure they don't parse by David Lawrence Ramsey · 20 years ago
  67. ce04513 make do_prev_word() work with multibyte strings, and update various by David Lawrence Ramsey · 20 years ago
  68. 31055b3 add missing free() by David Lawrence Ramsey · 20 years ago
  69. 7801d7b revert previously added extra calls to move_mbright(); it's more by David Lawrence Ramsey · 20 years ago
  70. d24fbb7 rename move_left() and move_right() to move_mbleft() and move_mbright(), by David Lawrence Ramsey · 20 years ago
  71. 1fe2eeb add multibyte and wide equivalents of isalnum(), make do_next_word() by David Lawrence Ramsey · 20 years ago
  72. 52e5f23 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  73. b3aeb13 add missing changelog update by David Lawrence Ramsey · 20 years ago
  74. c4c45aa make do_statusbar_cut_text() respect the CUT_TO_END flag by David Lawrence Ramsey · 20 years ago
  75. e3013e3 in src/Makefile.am, if we're installing and the "rnano" symlink already by David Lawrence Ramsey · 20 years ago
  76. f6e4d33 tweak new_file() to use mallocstrcpy() instead of charalloc() followed by David Lawrence Ramsey · 20 years ago
  77. 1bdccc5 use the right number of characters when calling the multibyte equivalent by David Lawrence Ramsey · 20 years ago
  78. 9b95ca8 minor fixes involving is_byte() by David Lawrence Ramsey · 20 years ago
  79. 8eb9c02 fix the previous fix by David Lawrence Ramsey · 20 years ago
  80. 8f2906b fix the multibyte equivalent of strnlen() so that it actually works by David Lawrence Ramsey · 20 years ago
  81. 5508cc5 move nstrnlen() to chars.c, and add a multibyte equivalent of strnlen() to it by David Lawrence Ramsey · 20 years ago
  82. 49ff08b add missing memory corruption fix to do_statusbar_output() by David Lawrence Ramsey · 20 years ago
  83. 116c828 add asserts, plus a few more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  84. 78dadd4 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  85. ea9370f a few forgotten copyright year updates by David Lawrence Ramsey · 20 years ago
  86. 610929c the is_xxx_char() functions should take unsigned ints for consistency by David Lawrence Ramsey · 20 years ago
  87. c1e3d94 fix problem where displaying multiline regexes that have their start on by David Lawrence Ramsey · 20 years ago
  88. 487d08c use actual UTF-8 in do_credits() by David Lawrence Ramsey · 20 years ago
  89. 0c9df57 add comments by David Lawrence Ramsey · 20 years ago
  90. 8a31afd make the "smart home" routines handle multibyte blank characters by David Lawrence Ramsey · 20 years ago
  91. 4c6956b add minor fixes to make the displaying of invalid multibyte sequences work again by David Lawrence Ramsey · 20 years ago
  92. b54155c massive updates to multibyte/wide character support; deal with multibyte by David Lawrence Ramsey · 20 years ago
  93. 775d46d comment fix by David Lawrence Ramsey · 20 years ago
  94. cac0293 miscellaneous high-level input routine fixes: in do_statusbar_input(), by David Lawrence Ramsey · 20 years ago
  95. 577298a remove display_string_len() again for the time being, since it's still by David Lawrence Ramsey · 20 years ago
  96. f4a799a more minor shortcut-related fixes by David Lawrence Ramsey · 20 years ago
  97. 35e9713 remove erroneous #ifdef around a currshortcut reference, do another int by David Lawrence Ramsey · 20 years ago
  98. d96851f miscellaneous cleanups for the multibyte parsing functions by David Lawrence Ramsey · 20 years ago
  99. 12054fe add a cosmetic fix and a fix for a potential compilation problem exposed by David Lawrence Ramsey · 20 years ago
  100. 1307aae minor utility tweaks by David Lawrence Ramsey · 20 years ago