1. 7c78b45 in parse_colors(), properly parse a background color without a foreground color by David Lawrence Ramsey · 20 years ago
  2. 746214d make parse_line_column() consistent with the color regex-parsing code by David Lawrence Ramsey · 20 years ago
  3. 0df61f1 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  4. 4428975 cosmetic fix by David Lawrence Ramsey · 20 years ago
  5. c7935e2 revert the conversion of each line to a valid multibyte string, as it by David Lawrence Ramsey · 20 years ago
  6. 01458cd clarify changelog entry by David Lawrence Ramsey · 20 years ago
  7. 7bf86e1 when reading a file in, make sure each line is a valid multibyte string by David Lawrence Ramsey · 20 years ago
  8. 23d3cf4 in doc/faq.html, update the question about the FAQ to mention the by David Lawrence Ramsey · 20 years ago
  9. 9af6a20 typo fix by David Lawrence Ramsey · 20 years ago
  10. 092af14 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  11. 3da5580 Fix French mandir. by Jordi Mallach · 20 years ago
  12. 3925bda fix erroneous #ifdef that caused a compilation problem when by David Lawrence Ramsey · 20 years ago
  13. f47f150 preemptively update the version number by David Lawrence Ramsey · 20 years ago
  14. 457847f add else's by David Lawrence Ramsey · 20 years ago
  15. 7e62d10 in do_insertfile(), set i to 0 when we get a filename via the file by David Lawrence Ramsey · 20 years ago
  16. 193b0e5 add missing blank line by David Lawrence Ramsey · 20 years ago
  17. 9b108c2 in shortcut_init(), remove unnecessary "Refresh" placeholder in the file by David Lawrence Ramsey · 20 years ago
  18. da33153 in do_yesno(), allow refreshing the screen via Ctrl-L, as Pico does by David Lawrence Ramsey · 20 years ago
  19. f4595bb in die(), if the current filestruct's been partitioned, unpartition it by David Lawrence Ramsey · 20 years ago
  20. c4dbdd5 in do_replace_loop(), when moving to the next match, update the screen by David Lawrence Ramsey · 20 years ago
  21. d29b9d5 fix another memory corruption problem in display_string() found by valgrind by David Lawrence Ramsey · 20 years ago
  22. 810d02c add const by David Lawrence Ramsey · 20 years ago
  23. f99acbf make parse_line_column() more consistent: don't return an error on by David Lawrence Ramsey · 20 years ago
  24. 6fdc81a various umask-related cleanups by David Lawrence Ramsey · 20 years ago
  25. 81dabf2 formatting fix by David Lawrence Ramsey · 20 years ago
  26. 3db0238 in safe_tempfile(), open a newly created temporary file in "r+b" mode by David Lawrence Ramsey · 20 years ago
  27. cc81436 move check_linenumbers() down so that it's near the other debugging routines by David Lawrence Ramsey · 20 years ago
  28. 6529ab4 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  29. 160c5fe remove erroneous extra prototype by David Lawrence Ramsey · 20 years ago
  30. 81e49a0 fix #ifdef by David Lawrence Ramsey · 20 years ago
  31. c10d8ff for consistency, remove -R/--regexp command line option, and allow the by David Lawrence Ramsey · 20 years ago
  32. 8fda942 remove erroneous if block in update_history() preventing the history by David Lawrence Ramsey · 20 years ago
  33. 1addd60 really fix bad #ifdefs; history functions are left out when NANO_SMALL by David Lawrence Ramsey · 20 years ago
  34. 8e15674 fix more bad #ifdefs by David Lawrence Ramsey · 20 years ago
  35. 5854a87 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  36. 47ae0d7 remove now-unnecessary null_at() by David Lawrence Ramsey · 20 years ago
  37. 7385755 typo fix by David Lawrence Ramsey · 20 years ago
  38. 854b71d in configure.ac, don't refer to the built-in file browser as crappy anymore by David Lawrence Ramsey · 20 years ago
  39. cef24f2 fix #ifdefs so the tiny version of nano compiles again; prepending a by David Lawrence Ramsey · 20 years ago
  40. 8d07efa comment fix by David Lawrence Ramsey · 20 years ago
  41. d922f19 define last_kbinput inside the right #ifdef block by David Lawrence Ramsey · 20 years ago
  42. 34bdc35 readd tab completion of history strings, with a few minor tweaks by David Lawrence Ramsey · 20 years ago
  43. 1726050 fix more bad #ifdefs, and add a few formatting fixes by David Lawrence Ramsey · 20 years ago
  44. 8234f67 typo fix by David Lawrence Ramsey · 20 years ago
  45. 95778fd fix mismatched #ifdefs by David Lawrence Ramsey · 20 years ago
  46. dac3bca clarify a comment, and don't try to display the buffer name in by David Lawrence Ramsey · 20 years ago
  47. e0b5513 add missing blank line by David Lawrence Ramsey · 20 years ago
  48. 5e068c6 rework the file-writing routines so that they can work properly with by David Lawrence Ramsey · 20 years ago
  49. bec2f20 formatting fix by David Lawrence Ramsey · 20 years ago
  50. d20c0c3 comment fix by David Lawrence Ramsey · 20 years ago
  51. 0998a64 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  52. 527f174 add documentation updates for -E/--backupdir's new ability to make by David Lawrence Ramsey · 20 years ago
  53. 54b74ce in die(), tweak the message displayed when a backup file can't be by David Lawrence Ramsey · 20 years ago
  54. b9b5722 when using a backup directory, make sure all the filenames written are by David Lawrence Ramsey · 20 years ago
  55. df2a825 fix mismatched subscript by David Lawrence Ramsey · 20 years ago
  56. 1a1ea3d cosmetic fixes by David Lawrence Ramsey · 20 years ago
  57. 15aaa2c miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  58. 10796ac cosmetic fixes by David Lawrence Ramsey · 20 years ago
  59. aff5a1c add multibyte/wide character support to input_tab(), so that we don't by David Lawrence Ramsey · 20 years ago
  60. 217f241 document bool fix by David Lawrence Ramsey · 20 years ago
  61. 11846fa bool fix by David Lawrence Ramsey · 20 years ago
  62. 32fe95d revert last change for now, as it breaks the display of filename matches by David Lawrence Ramsey · 20 years ago
  63. 920e350 in input_tab(), make sure that we don't set *place to the middle of a by David Lawrence Ramsey · 20 years ago
  64. e5b23bd formatting fixes by David Lawrence Ramsey · 20 years ago
  65. 7de6787 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  66. 638cbe5 yet another comment fix by David Lawrence Ramsey · 20 years ago
  67. 0e0fef0 typo fix by David Lawrence Ramsey · 20 years ago
  68. f1d3d95 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  69. 40e4acf port over DB's (better) equivalent of the last fix, and tweak a few comments by David Lawrence Ramsey · 20 years ago
  70. 5d8d0b1 remove redundancy by David Lawrence Ramsey · 20 years ago
  71. 86d8fc3 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  72. e8bb90b fix changelog entry by David Lawrence Ramsey · 20 years ago
  73. e2ce279 remove redundancy by David Lawrence Ramsey · 20 years ago
  74. 045d130 really fix one of the last fixes by David Lawrence Ramsey · 20 years ago
  75. 31b159c add various fixes to avoid a hang and several potential assertion by David Lawrence Ramsey · 20 years ago
  76. e4acb69 another comment fix by David Lawrence Ramsey · 20 years ago
  77. e3970f5 replace all instances of strncpy() with charcpy(), since the only by David Lawrence Ramsey · 20 years ago
  78. 16f8813 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  79. 8b3266e fix inaccurate comments by David Lawrence Ramsey · 20 years ago
  80. 0a8ec17 really fix the off-by-one errors in LINE,COLUMN parsing; the column by David Lawrence Ramsey · 20 years ago
  81. 86a9452 in configure.ac, add minor tweaks to some of the test blocks to avoid XSI:isms by David Lawrence Ramsey · 20 years ago
  82. c5e9a43 fix one last off-by-one error that occurs when do_gotolinecolumn() is by David Lawrence Ramsey · 20 years ago
  83. 67e3b93 comment fix by David Lawrence Ramsey · 20 years ago
  84. e5bc1c4 oops; free magichistory *properly* when we don't need it anymore by David Lawrence Ramsey · 20 years ago
  85. 2fba43c free magichistory when we don't need it anymore by David Lawrence Ramsey · 20 years ago
  86. 934f968 overhaul the history code to work more consistently, and clean up by David Lawrence Ramsey · 20 years ago
  87. 7ae4cc6 Updated French from the TP. by Jordi Mallach · 20 years ago
  88. 0f476b9 comment fixes by David Lawrence Ramsey · 20 years ago
  89. 30f164a in save_history(), properly save history when in view mode by David Lawrence Ramsey · 20 years ago
  90. 86ce390 in usage(), add formatting fixes and a missing N_() by David Lawrence Ramsey · 20 years ago
  91. 6f25a67 various minor fixes by David Lawrence Ramsey · 20 years ago
  92. 5754201 when calling do_gotolinecolymn(), default to the current line and column by David Lawrence Ramsey · 20 years ago
  93. 1727671 in do_gotolinecolumn(), start the search for a line from fileage instead by David Lawrence Ramsey · 20 years ago
  94. d3d3743 mention the support for moving to a different column in the prompt by David Lawrence Ramsey · 20 years ago
  95. f83e5e2 fix off-by-one problems with COLUMN; it should be zero-based by David Lawrence Ramsey · 20 years ago
  96. 650b39c set placewewant more efficiently by David Lawrence Ramsey · 20 years ago
  97. 9245f97 more LINE,COLUMN-related work: fix problems parsing it, and allow it at by David Lawrence Ramsey · 20 years ago
  98. 60a9bdd formatting fix by David Lawrence Ramsey · 20 years ago
  99. e1ce92c in do_gotoline(), properly show an error message if we try to go to line by David Lawrence Ramsey · 20 years ago
  100. c5659d3 add error detection to parse_line_column() by David Lawrence Ramsey · 20 years ago