1. 3a9a329 in do_find_bracket(), add comments and minor cleanups by David Lawrence Ramsey · 19 years ago
  2. 96e6d56 in find_history() and get_history_completion(), make parameters const by David Lawrence Ramsey · 19 years ago
  3. 91d468d for consistency, revert handling of cases where a search string and a by David Lawrence Ramsey · 19 years ago
  4. 0e581b3 make sure that the current position in the history list is properly set by David Lawrence Ramsey · 19 years ago
  5. 24b1563 comment fix by David Lawrence Ramsey · 19 years ago
  6. a0aa4df properly handle cases where a search string and a match to it are not by David Lawrence Ramsey · 19 years ago
  7. 5b44f37 really fix color breakage by decoupling edit_update() and by David Lawrence Ramsey · 19 years ago
  8. 8f4762a cosmetic and #ifdef fixes by David Lawrence Ramsey · 19 years ago
  9. 8f1afee fix color breakage; also, in main(), when opening files with by David Lawrence Ramsey · 19 years ago
  10. 0532296 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  11. db95802 add breakage fixes, type fixes, and as-needed color regex compilation by David Lawrence Ramsey · 19 years ago
  12. 5128de8 fix marking breakage by David Lawrence Ramsey · 19 years ago
  13. dbcaa3b fix some breakage caused by the restructuring by David Lawrence Ramsey · 19 years ago
  14. 6ad59cd restructure things so that every file has its own openfilestruct, and so by David Lawrence Ramsey · 19 years ago
  15. 612b416 clean up the search code a bit by David Lawrence Ramsey · 19 years ago
  16. e3df878 in do_replace(), blank out last_replace properly again just before by David Lawrence Ramsey · 19 years ago
  17. 5beae58 add one missing type change by David Lawrence Ramsey · 19 years ago
  18. 2cf6d71 add various type changes to avoid problems on systems where int and by David Lawrence Ramsey · 19 years ago
  19. 7a3f49c remove all instances of charcpy() and replace them with strncpy(), for by David Lawrence Ramsey · 19 years ago
  20. 0517c48 typo fixes by David Lawrence Ramsey · 19 years ago
  21. 16799ba change some instances of charcpy() back to strncpy(), as the latter's by David Lawrence Ramsey · 19 years ago
  22. c4ca596 various #ifdef fixes by David Lawrence Ramsey · 19 years ago
  23. 5c8197d miscellaneous cleanups in do_find_bracket(): rename variables for by David Lawrence Ramsey · 19 years ago
  24. f3ecffd add the "regexp" rcfile option back in at DB's suggestion, the by David Lawrence Ramsey · 19 years ago
  25. da72453 add missing blank lines by David Lawrence Ramsey · 19 years ago
  26. e221311 don't count punctuation when searching for a whole word in is_whole_word() by David Lawrence Ramsey · 19 years ago
  27. bdfa927 more miscellaneous cleanups by David Lawrence Ramsey · 19 years ago
  28. 8b698f4 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  29. 9880afc remove unneeded blank line by David Lawrence Ramsey · 19 years ago
  30. 5ed8819 revert the simplification of the display_string() call in by David Lawrence Ramsey · 19 years ago
  31. 7291daa cosmetic fixes by David Lawrence Ramsey · 19 years ago
  32. d2edb8a when doing history string tab completion, skip over an exact match by David Lawrence Ramsey · 19 years ago
  33. 33d07ef in do_replace_loop(), simplify the display_string() call that we use to by David Lawrence Ramsey · 19 years ago
  34. 6728708 detect words more accurately by taking punctuation into account, and by David Lawrence Ramsey · 19 years ago
  35. c4dbdd5 in do_replace_loop(), when moving to the next match, update the screen by David Lawrence Ramsey · 19 years ago
  36. 81e49a0 fix #ifdef by David Lawrence Ramsey · 19 years ago
  37. c10d8ff for consistency, remove -R/--regexp command line option, and allow the by David Lawrence Ramsey · 19 years ago
  38. 8fda942 remove erroneous if block in update_history() preventing the history by David Lawrence Ramsey · 19 years ago
  39. 1addd60 really fix bad #ifdefs; history functions are left out when NANO_SMALL by David Lawrence Ramsey · 19 years ago
  40. 47ae0d7 remove now-unnecessary null_at() by David Lawrence Ramsey · 19 years ago
  41. 34bdc35 readd tab completion of history strings, with a few minor tweaks by David Lawrence Ramsey · 19 years ago
  42. 95778fd fix mismatched #ifdefs by David Lawrence Ramsey · 19 years ago
  43. e0b5513 add missing blank line by David Lawrence Ramsey · 19 years ago
  44. e3970f5 replace all instances of strncpy() with charcpy(), since the only by David Lawrence Ramsey · 19 years ago
  45. 16f8813 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  46. 8b3266e fix inaccurate comments by David Lawrence Ramsey · 19 years ago
  47. 0a8ec17 really fix the off-by-one errors in LINE,COLUMN parsing; the column by David Lawrence Ramsey · 19 years ago
  48. c5e9a43 fix one last off-by-one error that occurs when do_gotolinecolumn() is by David Lawrence Ramsey · 19 years ago
  49. 934f968 overhaul the history code to work more consistently, and clean up by David Lawrence Ramsey · 19 years ago
  50. 5754201 when calling do_gotolinecolymn(), default to the current line and column by David Lawrence Ramsey · 19 years ago
  51. 1727671 in do_gotolinecolumn(), start the search for a line from fileage instead by David Lawrence Ramsey · 19 years ago
  52. d3d3743 mention the support for moving to a different column in the prompt by David Lawrence Ramsey · 19 years ago
  53. f83e5e2 fix off-by-one problems with COLUMN; it should be zero-based by David Lawrence Ramsey · 19 years ago
  54. 650b39c set placewewant more efficiently by David Lawrence Ramsey · 19 years ago
  55. 9245f97 more LINE,COLUMN-related work: fix problems parsing it, and allow it at by David Lawrence Ramsey · 19 years ago
  56. 60a9bdd formatting fix by David Lawrence Ramsey · 19 years ago
  57. e1ce92c in do_gotoline(), properly show an error message if we try to go to line by David Lawrence Ramsey · 19 years ago
  58. 6e925cf update the Free Software Foundation's mailing address in various comments by David Lawrence Ramsey · 19 years ago
  59. 7f4dd35 another cosmetic fix by David Lawrence Ramsey · 19 years ago
  60. 8f5e509 cosmetic fix by David Lawrence Ramsey · 19 years ago
  61. 6bc26a9 revert some attempts at simplifying the search/replace history code that by David Lawrence Ramsey · 19 years ago
  62. 10f880c remove a redundant check in get_history_newer(), and add a few comment fixes by David Lawrence Ramsey · 19 years ago
  63. e527e45 various #include fixes: since proto.h includes nano.h, only include the by David Lawrence Ramsey · 20 years ago
  64. 7b918c7 add missing blank lines by David Lawrence Ramsey · 20 years ago
  65. 202d3c2 add DB's overhaul of the rcfile parsing code and related miscellaneous bits by David Lawrence Ramsey · 20 years ago
  66. b680326 cosmetic fix by David Lawrence Ramsey · 20 years ago
  67. e1c16b3 add multibyte character support to is_whole_word(), plus a comment fix by David Lawrence Ramsey · 20 years ago
  68. 23c4450 miscellaneous bits: change flags to an unsigned long and totsize to a by David Lawrence Ramsey · 20 years ago
  69. 65658ef make sure the multibyte string operations operate using multibyte by David Lawrence Ramsey · 20 years ago
  70. 1bdccc5 use the right number of characters when calling the multibyte equivalent by David Lawrence Ramsey · 20 years ago
  71. 5508cc5 move nstrnlen() to chars.c, and add a multibyte equivalent of strnlen() to it by David Lawrence Ramsey · 20 years ago
  72. 08cd7ef fix an assert, update another copyright year, and add a few more of DB's by David Lawrence Ramsey · 20 years ago
  73. 3e81914 miscellaneous bits: fix the full justify segfault in a way that doesn't by David Lawrence Ramsey · 20 years ago
  74. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 20 years ago
  75. c0b9d19 yet another cosmetic fix by David Lawrence Ramsey · 20 years ago
  76. 40a6c8c more formatting fixes by David Lawrence Ramsey · 20 years ago
  77. 3de81bc in do_replace_loop(), treat real_current as current and real_current_x by David Lawrence Ramsey · 20 years ago
  78. 74d8707 unpartition_filestruct() should take a partition** instead of a by David Lawrence Ramsey · 20 years ago
  79. 55381aa Include <config.h> only if HAVE_CONFIG_H. by Jordi Mallach · 20 years ago
  80. 90e59c1 when doing marked spell-check, properly handle the case where the mark by David Lawrence Ramsey · 20 years ago
  81. dcc201b clean up the partitioning-related if blocks by David Lawrence Ramsey · 20 years ago
  82. f643fc2 remove a bit of redundant code, and add a few more comment fixes by David Lawrence Ramsey · 20 years ago
  83. f978f04 when (un)partitioning, don't save or restore fileage or filebot if by David Lawrence Ramsey · 20 years ago
  84. e1ee22f in search_init(), when we're replacing and the mark is on, display a by David Lawrence Ramsey · 20 years ago
  85. 40bdb68 add code to partition a filestruct between a set of arbitrary by David Lawrence Ramsey · 20 years ago
  86. 29f03dc comment fix by David Lawrence Ramsey · 20 years ago
  87. 182b2c9 in do_replace_loop(), make real_current_x a const filestruct* again by David Lawrence Ramsey · 20 years ago
  88. 99869f5 fix crash in mallocstrncpy() call by David Lawrence Ramsey · 20 years ago
  89. 4a1fc55 add new function mallocstrncpy() by David Lawrence Ramsey · 20 years ago
  90. e5e88fd fix problem found by Rocco: make search_last_line static to search.c by David Lawrence Ramsey · 20 years ago
  91. 687776b make mark_beginx a size_t instead of an int by David Lawrence Ramsey · 20 years ago
  92. 7a97e18 make current_x a size_t instead of an int by David Lawrence Ramsey · 20 years ago
  93. 77b284a revert the marked replace code; it's hackish, and there appears to be no by David Lawrence Ramsey · 20 years ago
  94. 9bf486f in do_replace_loop(), add new parameter canceled, set to TRUE if we by David Lawrence Ramsey · 20 years ago
  95. 1758640 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  96. d9fb3e6 remove more unneeded casts, and add an indentation fix by David Lawrence Ramsey · 20 years ago
  97. 4843522 in do_replace_loop(), check for more than one wrap at the right place by David Lawrence Ramsey · 20 years ago
  98. 2eb7459 when saving or changing file positions, be sure not to ignore by David Lawrence Ramsey · 20 years ago
  99. 3288925 do the check for being outside the mark after the zero-length regexes by David Lawrence Ramsey · 20 years ago
  100. 9819ed0 fix infinite loop when we're doing a replace of marked text and the only by David Lawrence Ramsey · 20 years ago