1. b834ed3 Chopping a parameter that is now unused, or rather: always NULL. by Benno Schulenberg · 9 years ago
  2. 23b8dfd Allowing the user to stop replacing a word without aborting also the by Benno Schulenberg · 9 years ago
  3. f9d6aa9 Speeding up Unicode validation. by Benno Schulenberg · 9 years ago
  4. e258cc3 Improving the wording of an error message: the confinement of by Benno Schulenberg · 9 years ago
  5. f45a293 Placing the cursor in the edit window again also after a Justify, after an by Benno Schulenberg · 9 years ago
  6. 7561b1b Placing the cursor in the edit window also when --constantshow is in effect. by Benno Schulenberg · 9 years ago
  7. 5fe838b Deleting a no-op. by Benno Schulenberg · 9 years ago
  8. 5174323 Removing the 'last_replace' variable that is never used. by Benno Schulenberg · 9 years ago
  9. 108fe33 Providing feedback when searching takes longer than roughly half a second. by Benno Schulenberg · 9 years ago
  10. 38b74e6 Not bothering to put back the cursor in the edit window, as it is off by Benno Schulenberg · 9 years ago
  11. 7f3dc2d Eliding an unneeded 'if' and unneeded variable. by Benno Schulenberg · 9 years ago
  12. 344fe55 Tidying up and renaming a variable. by Benno Schulenberg · 9 years ago
  13. 6fc70cc Removing a pointless condition, and making use of an existing intermediary by Benno Schulenberg · 9 years ago
  14. 3660c62 Polling the keyboard once per second instead of once per two seconds. by Benno Schulenberg · 9 years ago
  15. 4b2751c Cleaning up, improving comments, and renaming a variable. by Benno Schulenberg · 9 years ago
  16. 8704dde Preventing the internal spell checker from finding the first occurrence of by Benno Schulenberg · 9 years ago
  17. 2f817a6 Checking for the existence of the REG_ENHANCED regex flag, and by Benno Schulenberg · 9 years ago
  18. b55e8d7 Renaming four variables. by Benno Schulenberg · 9 years ago
  19. 730b46c Trimming a duplicate variable. by Benno Schulenberg · 9 years ago
  20. f150894 Factoring out the common part of do_search() and do_research() by Benno Schulenberg · 9 years ago
  21. b8a47f4 Not bothering to set 'answer'; just using 'last_search', which has already by Benno Schulenberg · 9 years ago
  22. b3b2fa8 Using a 'return' instead of an 'else'. by Benno Schulenberg · 9 years ago
  23. 4ddf194 Always asking whether it's okay when the name of the file was changed. by Benno Schulenberg · 9 years ago
  24. 036c5f9 Cycling through the tab-completion items from newest to oldest. by Benno Schulenberg · 9 years ago
  25. e2b6572 Not putting cut words into the cutbuffer -- which means: treating the by Benno Schulenberg · 9 years ago
  26. 1ef6249 Normalizing the punctuation in some prompts: no space before a question mark, by Benno Schulenberg · 9 years ago
  27. 311f0e8 Snipping a useless setting of answer -- the Replace is being /cancelled/, by Benno Schulenberg · 9 years ago
  28. 9f93b33 Reshuffling some stuff to reduce indentation. by Benno Schulenberg · 9 years ago
  29. e291131 Snipping an always-FALSE condition -- do_prompt() will always by Benno Schulenberg · 9 years ago
  30. fc1edf2 Deleting another unneeded variable. Fully redundant. by Benno Schulenberg · 9 years ago
  31. 3dee81b Deleting a now unneeded variable. by Benno Schulenberg · 9 years ago
  32. 01888ab Deleting a snippet of dead code -- the MGOTODIR menu doesn't have any by Benno Schulenberg · 9 years ago
  33. 90cffe3 Not bothering to set the current answer to the empty string, by Benno Schulenberg · 9 years ago
  34. a6740ba Storing always the last-typed string, also when it's an invalid regex. by Benno Schulenberg · 9 years ago
  35. e753cd1 Adjusting some indentation. by Benno Schulenberg · 9 years ago
  36. 7098dd0 Pruning two #ifdefs, like elsewhere, to reduce the clutter. by Benno Schulenberg · 9 years ago
  37. 988274b Removing two redundant returns, and condensing six comments. by Benno Schulenberg · 9 years ago
  38. 19bc63d Using the Search key bindings also during a Re-search, to enable cancelling. by Benno Schulenberg · 9 years ago
  39. 8866f72 Rearranging some things to reduce the indentation level by four steps, by Benno Schulenberg · 9 years ago
  40. 7070812 Making an error message equal to others, to reduce the msgid count. by Benno Schulenberg · 9 years ago
  41. 4304022 Avoiding to dereference a possible NULL. by Benno Schulenberg · 9 years ago
  42. 8fea347 Giving a central variable a ringing name -- by Benno Schulenberg · 9 years ago
  43. 8fbb922 Renaming a variable, from 'endcolor' to 'lastcolor', to fully avoid by Benno Schulenberg · 9 years ago
  44. 6ed6462 Combining the regular-expression flags at compile time instead of at run time. by Benno Schulenberg · 9 years ago
  45. 57c50ba Allowing the use of word boundary markers \< and \> in search strings on by Benno Schulenberg · 9 years ago
  46. 4712fc0 Mentioning SVN instead of CVS, in the docs and in a comment. by Benno Schulenberg · 9 years ago
  47. 63d5965 Refinding the tail of the colors list only when extending, by Benno Schulenberg · 9 years ago
  48. f72e165 Renaming a variable. by Benno Schulenberg · 9 years ago
  49. fa82824 Reducing the indentation by short-circuiting a loop. by Benno Schulenberg · 9 years ago
  50. 3cb80ff Renaming two functions, to be more distinguishable -- by Benno Schulenberg · 9 years ago
  51. af40fb6 Tweaking the Changelog a bit, and the NEWS file (double spacing version jumps). by Benno Schulenberg · 9 years ago
  52. 4e8d2d6 Unnesting two ifs -- to put filenames, headerlines, and magic strings by Benno Schulenberg · 9 years ago
  53. c5fedaa Setting the syntax and regex pointers just once, in a single place. by Benno Schulenberg · 9 years ago
  54. 1786484 Fixing compilation when configured with --enable-tiny plus --enable-nanorc. by Benno Schulenberg · 9 years ago
  55. d08d72a Checking for an open syntax first, before checking it is named "default". by Benno Schulenberg · 9 years ago
  56. 6e37723 Eliding a variable. by Benno Schulenberg · 9 years ago
  57. b8aae4d Tweaking some comments and reshuffling/reindenting some lines. by Benno Schulenberg · 9 years ago
  58. fb7f701 Fixing compilation when configured with --enable-tiny plus --enable-browser. by Benno Schulenberg · 9 years ago
  59. 8a5ae21 Renaming a variable to better fit its new role. by Benno Schulenberg · 9 years ago
  60. 04262f0 Turning the linked list of syntaxes upside-down, so that the last-defined one by Benno Schulenberg · 9 years ago
  61. ed29652 Eliding the functions parse_header_exp() and parse_magic_exp(), by Benno Schulenberg · 9 years ago
  62. 837b4e6 Folding the parsing of a linter and formatter command into a single routine. by Benno Schulenberg · 9 years ago
  63. 2994ea9 Not accepting 'header" and 'magic' commands for the default syntax. by Benno Schulenberg · 9 years ago
  64. 2f63e8d Using the grab_and_store() function also for gathering up extension regexes. by Benno Schulenberg · 9 years ago
  65. b0bdfbb Producing an adequate error message when the syntax name is improperly quoted. by Benno Schulenberg · 9 years ago
  66. 6a4d3aa Tweaking a few things and renaming a variable. by Benno Schulenberg · 9 years ago
  67. 8a244c6 Renaming three variables. by Benno Schulenberg · 9 years ago
  68. 90f1ccf Eliding the now too tiny function free_list_item(). by Benno Schulenberg · 9 years ago
  69. c02c182 Deleting a now-unused struct member. by Benno Schulenberg · 9 years ago
  70. 2070d3a Not bothering to keep the compiled regular expression when it matched. by Benno Schulenberg · 9 years ago
  71. ce32cb0 Allowing to select an empty syntax. And selecting the last by Benno Schulenberg · 9 years ago
  72. 3df1a3f Not bothering to discard a duplicate syntax -- selecting simply the by Benno Schulenberg · 9 years ago
  73. 8397502 Not dereferencing symlinks, so that the syntax will be derived from the by Benno Schulenberg · 9 years ago
  74. e39423b Fixing breakage of r5695 -- I confused nregcomp() with regcomp(). :( by Benno Schulenberg · 9 years ago
  75. 04669b5 Renaming a variable and reshuffling a few lines. by Benno Schulenberg · 9 years ago
  76. 85e166b "Closing" an extended syntax again, to prevent sneakily extending by Benno Schulenberg · 9 years ago
  77. 773fc44 Arranging some things more orderly. by Benno Schulenberg · 9 years ago
  78. 717e697 Not allocating a struct for the "none" syntax -- it doesn't need any. by Benno Schulenberg · 9 years ago
  79. a24aee4 Renaming a struct member. by Benno Schulenberg · 9 years ago
  80. 275e9f0 Disallowing the addition of further things to a syntax when by Benno Schulenberg · 9 years ago
  81. 68d94a0 Rearranging a few things in my style. by Benno Schulenberg · 9 years ago
  82. 07f71e6 Not dropping regexes that were gathered earlier. This fixes Savannah bug #47285. by Benno Schulenberg · 9 years ago
  83. c2148cc Renaming a variable and fusing an increment. by Benno Schulenberg · 9 years ago
  84. 1fba31e Using the now correct parsing of header regexes also for parsing magic regexes. by Benno Schulenberg · 9 years ago
  85. 3e7591f Not continuing when something is wrong, but instead skipping the rest of by Benno Schulenberg · 9 years ago
  86. 07441ad Renaming another struct element, because it refers not just by Benno Schulenberg · 9 years ago
  87. 3522751 Renaming a struct element for aptness and contrast. by Benno Schulenberg · 9 years ago
  88. 2134212 Eliding the function nfreeregex(), now used just once. by Benno Schulenberg · 9 years ago
  89. e74a4c2 Renaming a variable for conciseness. by Benno Schulenberg · 9 years ago
  90. 4d53694 Factoring out a triple repetition into found_in_list(). by Benno Schulenberg · 9 years ago
  91. c3b9d29 Stripping things bare to see the sameness. by Benno Schulenberg · 9 years ago
  92. 812f986 Looking for the default syntax only when all else failed -- by Benno Schulenberg · 9 years ago
  93. a694600 Back to SVN, and tweaking whitespace in NEWS and Changelog. by Benno Schulenberg · 9 years ago
  94. 2146942 Correcting the description of 'justifytrim', adding it to the Info document, by Benno Schulenberg · 9 years ago
  95. 162d534 GNU nano 2.5.3 release by Chris Allegretta · 9 years ago
  96. 9f98333 Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions. by Chris Allegretta · 9 years ago
  97. 486e828 Eliding splice_opennode() by handling the two cases (the creation of by Benno Schulenberg · 9 years ago
  98. 3b8989b Now putting things in the proper order: setting 'prev_dir' only when by Benno Schulenberg · 9 years ago
  99. 761fa7c Plugging a memory leak by not copying a string twice. by Benno Schulenberg · 9 years ago
  100. 16c037f Tweak KILL_TRAILING_SPACES. Still deciding on name... by Chris Allegretta · 9 years ago