1. e010edd implement word count via Meta-D at the main window by David Lawrence Ramsey · 20 years ago
  2. 1946261 one last cleanup to chars.c by David Lawrence Ramsey · 20 years ago
  3. d864048 various cleanups to chars.c and related code by David Lawrence Ramsey · 20 years ago
  4. 6315e2f in do_tab(), remove unneeded variable kbinput by David Lawrence Ramsey · 20 years ago
  5. 3db0dc3 add macro charset(), a wrapper that calls memset(), and use it in by David Lawrence Ramsey · 20 years ago
  6. c00f658 in resize_variables(), use sizeof(char) in the memset() that initializes by David Lawrence Ramsey · 20 years ago
  7. d0d5b8f in display_string(), don't check for multicolumn characters if the NO_UTF8 flag isn't set by David Lawrence Ramsey · 20 years ago
  8. 44491ac in color_to_int(), assert that colorname isn't NULL, since that case is by David Lawrence Ramsey · 20 years ago
  9. 8bcac8a in disable_extended_input(), disable extended output processing as well by David Lawrence Ramsey · 20 years ago
  10. a9d45bb in parse_colors(), properly generate an error if we get a color by David Lawrence Ramsey · 20 years ago
  11. a644af5 update documentation for the "color" regex by David Lawrence Ramsey · 20 years ago
  12. 7c78b45 in parse_colors(), properly parse a background color without a foreground color by David Lawrence Ramsey · 20 years ago
  13. c7935e2 revert the conversion of each line to a valid multibyte string, as it by David Lawrence Ramsey · 20 years ago
  14. 01458cd clarify changelog entry by David Lawrence Ramsey · 20 years ago
  15. 7bf86e1 when reading a file in, make sure each line is a valid multibyte string by David Lawrence Ramsey · 20 years ago
  16. 23d3cf4 in doc/faq.html, update the question about the FAQ to mention the by David Lawrence Ramsey · 20 years ago
  17. 092af14 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  18. 3da5580 Fix French mandir. by Jordi Mallach · 20 years ago
  19. 3925bda fix erroneous #ifdef that caused a compilation problem when by David Lawrence Ramsey · 20 years ago
  20. 7e62d10 in do_insertfile(), set i to 0 when we get a filename via the file by David Lawrence Ramsey · 20 years ago
  21. 9b108c2 in shortcut_init(), remove unnecessary "Refresh" placeholder in the file by David Lawrence Ramsey · 20 years ago
  22. da33153 in do_yesno(), allow refreshing the screen via Ctrl-L, as Pico does by David Lawrence Ramsey · 20 years ago
  23. f4595bb in die(), if the current filestruct's been partitioned, unpartition it by David Lawrence Ramsey · 20 years ago
  24. c4dbdd5 in do_replace_loop(), when moving to the next match, update the screen by David Lawrence Ramsey · 20 years ago
  25. d29b9d5 fix another memory corruption problem in display_string() found by valgrind by David Lawrence Ramsey · 20 years ago
  26. c10d8ff for consistency, remove -R/--regexp command line option, and allow the by David Lawrence Ramsey · 20 years ago
  27. 7385755 typo fix by David Lawrence Ramsey · 20 years ago
  28. 854b71d in configure.ac, don't refer to the built-in file browser as crappy anymore by David Lawrence Ramsey · 20 years ago
  29. 34bdc35 readd tab completion of history strings, with a few minor tweaks by David Lawrence Ramsey · 20 years ago
  30. 5e068c6 rework the file-writing routines so that they can work properly with by David Lawrence Ramsey · 20 years ago
  31. 527f174 add documentation updates for -E/--backupdir's new ability to make by David Lawrence Ramsey · 20 years ago
  32. 54b74ce in die(), tweak the message displayed when a backup file can't be by David Lawrence Ramsey · 20 years ago
  33. b9b5722 when using a backup directory, make sure all the filenames written are by David Lawrence Ramsey · 20 years ago
  34. 15aaa2c miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  35. aff5a1c add multibyte/wide character support to input_tab(), so that we don't by David Lawrence Ramsey · 20 years ago
  36. 217f241 document bool fix by David Lawrence Ramsey · 20 years ago
  37. 32fe95d revert last change for now, as it breaks the display of filename matches by David Lawrence Ramsey · 20 years ago
  38. 920e350 in input_tab(), make sure that we don't set *place to the middle of a by David Lawrence Ramsey · 20 years ago
  39. 40e4acf port over DB's (better) equivalent of the last fix, and tweak a few comments by David Lawrence Ramsey · 20 years ago
  40. e8bb90b fix changelog entry by David Lawrence Ramsey · 20 years ago
  41. 31b159c add various fixes to avoid a hang and several potential assertion by David Lawrence Ramsey · 20 years ago
  42. e3970f5 replace all instances of strncpy() with charcpy(), since the only by David Lawrence Ramsey · 20 years ago
  43. 16f8813 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  44. 86a9452 in configure.ac, add minor tweaks to some of the test blocks to avoid XSI:isms by David Lawrence Ramsey · 20 years ago
  45. 934f968 overhaul the history code to work more consistently, and clean up by David Lawrence Ramsey · 20 years ago
  46. 30f164a in save_history(), properly save history when in view mode by David Lawrence Ramsey · 20 years ago
  47. 86ce390 in usage(), add formatting fixes and a missing N_() by David Lawrence Ramsey · 20 years ago
  48. 6f25a67 various minor fixes by David Lawrence Ramsey · 20 years ago
  49. 1727671 in do_gotolinecolumn(), start the search for a line from fileage instead by David Lawrence Ramsey · 20 years ago
  50. d3d3743 mention the support for moving to a different column in the prompt by David Lawrence Ramsey · 20 years ago
  51. 9245f97 more LINE,COLUMN-related work: fix problems parsing it, and allow it at by David Lawrence Ramsey · 20 years ago
  52. e1ce92c in do_gotoline(), properly show an error message if we try to go to line by David Lawrence Ramsey · 20 years ago
  53. b68c01b move duplicate code from the +LINE,COLUMN feature into a separate by David Lawrence Ramsey · 20 years ago
  54. 50995bd rename another variable by David Lawrence Ramsey · 20 years ago
  55. 775eeba add the ability to open a file on a specified column as well as a by David Lawrence Ramsey · 20 years ago
  56. 6e925cf update the Free Software Foundation's mailing address in various comments by David Lawrence Ramsey · 20 years ago
  57. 546f5b3 rename a few more variables, and fix some indentation by David Lawrence Ramsey · 20 years ago
  58. 6d39f4b document a renamed variable by David Lawrence Ramsey · 20 years ago
  59. 02173c0 in cut_line(), set placewewant properly after cutting a line, to avoid a by David Lawrence Ramsey · 20 years ago
  60. 5e73eec revert one of the previous changes; we don't really need a shortcut for by David Lawrence Ramsey · 20 years ago
  61. 0f83c89 rearrange nanogetstr() to fix breakage by David Lawrence Ramsey · 20 years ago
  62. 6bc26a9 revert some attempts at simplifying the search/replace history code that by David Lawrence Ramsey · 20 years ago
  63. 198bd59 document the simplification of a history check in nanogetstr(), and by David Lawrence Ramsey · 20 years ago
  64. 10f880c remove a redundant check in get_history_newer(), and add a few comment fixes by David Lawrence Ramsey · 20 years ago
  65. 6595b71 oops; in do_output(), properly allow wrapping when we insert a tab, for by David Lawrence Ramsey · 20 years ago
  66. e4cb315 in do_output(), fix an off-by-one error that allowed wrapping when we by David Lawrence Ramsey · 20 years ago
  67. 6439330 in shortcut_init(), move the "Refresh" and "Exit" shortcuts to the by David Lawrence Ramsey · 20 years ago
  68. 0bfec6e minor bits: fix slang compilation by calling clearok(TRUE) and by David Lawrence Ramsey · 20 years ago
  69. d4a1c0a Credit Vietnamese translator. by Jordi Mallach · 20 years ago
  70. 1ccada1 actually, since copy_file() doesn't allocate ever-increasing space for a by David Lawrence Ramsey · 20 years ago
  71. 5b2f17e change all hardcoded instances of 128 bytes to MAX_BUF_SIZE, and #define by David Lawrence Ramsey · 20 years ago
  72. c596c0c miscellaneous bits: make get_next_filename() use an unsigned long, make by David Lawrence Ramsey · 20 years ago
  73. 9cf1df1 in do_browser() and do_help(), don't treat NANO_CANCEL_KEY as by David Lawrence Ramsey · 20 years ago
  74. b9180f4 Remove bogus space from help text. by Jordi Mallach · 20 years ago
  75. ad11460 remove more unneeded clearok(TRUE)'s, and avoid an unnecessary update by David Lawrence Ramsey · 20 years ago
  76. 0465251 simplify total_update() to call clearok(TRUE) and wrefresh() on curscr, by David Lawrence Ramsey · 20 years ago
  77. e527e45 various #include fixes: since proto.h includes nano.h, only include the by David Lawrence Ramsey · 20 years ago
  78. 6a244b6 various minor bits: add miscellaneous comment fixes; in by David Lawrence Ramsey · 20 years ago
  79. c2b0747 in print1opt_full(), if desc should be empty, allow it to be NULL by David Lawrence Ramsey · 20 years ago
  80. ddedf2d Back to CVS by David Lawrence Ramsey · 20 years ago
  81. c32a5e7 GNU nano 1.3.7 by David Lawrence Ramsey · 20 years ago
  82. a3e5fad in configure.ac, mention explicitly that the check for the broken by David Lawrence Ramsey · 20 years ago
  83. c504dff in nanogetstr(), fix a misplaced break and some indentation by David Lawrence Ramsey · 20 years ago
  84. 53d7bce remove unneeded space by David Lawrence Ramsey · 20 years ago
  85. 403e0fe in nanorc.sample, break up overly long perl and nanorc regexes into by David Lawrence Ramsey · 20 years ago
  86. 612caef in statusq(), make sure that the vsnprintf(foo) call and foo's by David Lawrence Ramsey · 20 years ago
  87. 88ad64d in do_insertfile(), fix a problem where going into the help browser at by David Lawrence Ramsey · 20 years ago
  88. aa68385 in help_init(), avoid a warning when compiling with -pedantic by by David Lawrence Ramsey · 20 years ago
  89. 4811b81 in nanorc.sample, merge Neil Brown's C++ regexes into the "c-file" regexes by David Lawrence Ramsey · 20 years ago
  90. 6a84684 add more documentation fixes for consistency by David Lawrence Ramsey · 20 years ago
  91. caac920 in parse_rcfile(), fix a debugging message to display the long value of by David Lawrence Ramsey · 20 years ago
  92. 32a285c various documentation fixes by David Lawrence Ramsey · 20 years ago
  93. b80d49f make sure that all references to cut-to-end are left out when NANO_SMALL by David Lawrence Ramsey · 20 years ago
  94. fe60524 per DB's patch, in main(), change 0 to NULL in the option struct where needed by David Lawrence Ramsey · 20 years ago
  95. 78d0548 update changelog by David Lawrence Ramsey · 20 years ago
  96. 5f3695b in make_mbchar(), remove an unneeded assert by David Lawrence Ramsey · 20 years ago
  97. 6e0ed3c add various portability and potential segfault fixes involving getcwd() calls by David Lawrence Ramsey · 20 years ago
  98. 8ac9087 in configure.ac, per Mike Frysinger's patch, add support for by David Lawrence Ramsey · 20 years ago
  99. c8857a2 in cut_to_eol(), fix an inaccurate comment by David Lawrence Ramsey · 20 years ago
  100. 297851a in titlebar(), make sure that the (mv)?waddnstr() calls take the proper by David Lawrence Ramsey · 20 years ago