1. 8fea347 Giving a central variable a ringing name -- by Benno Schulenberg · 9 years ago
  2. 8fbb922 Renaming a variable, from 'endcolor' to 'lastcolor', to fully avoid by Benno Schulenberg · 9 years ago
  3. 6ed6462 Combining the regular-expression flags at compile time instead of at run time. by Benno Schulenberg · 9 years ago
  4. 57c50ba Allowing the use of word boundary markers \< and \> in search strings on by Benno Schulenberg · 9 years ago
  5. 4712fc0 Mentioning SVN instead of CVS, in the docs and in a comment. by Benno Schulenberg · 9 years ago
  6. 63d5965 Refinding the tail of the colors list only when extending, by Benno Schulenberg · 9 years ago
  7. f72e165 Renaming a variable. by Benno Schulenberg · 9 years ago
  8. fa82824 Reducing the indentation by short-circuiting a loop. by Benno Schulenberg · 9 years ago
  9. 3cb80ff Renaming two functions, to be more distinguishable -- by Benno Schulenberg · 9 years ago
  10. af40fb6 Tweaking the Changelog a bit, and the NEWS file (double spacing version jumps). by Benno Schulenberg · 9 years ago
  11. 4e8d2d6 Unnesting two ifs -- to put filenames, headerlines, and magic strings by Benno Schulenberg · 9 years ago
  12. c5fedaa Setting the syntax and regex pointers just once, in a single place. by Benno Schulenberg · 9 years ago
  13. 1786484 Fixing compilation when configured with --enable-tiny plus --enable-nanorc. by Benno Schulenberg · 9 years ago
  14. d08d72a Checking for an open syntax first, before checking it is named "default". by Benno Schulenberg · 9 years ago
  15. 6e37723 Eliding a variable. by Benno Schulenberg · 9 years ago
  16. b8aae4d Tweaking some comments and reshuffling/reindenting some lines. by Benno Schulenberg · 9 years ago
  17. fb7f701 Fixing compilation when configured with --enable-tiny plus --enable-browser. by Benno Schulenberg · 9 years ago
  18. 8a5ae21 Renaming a variable to better fit its new role. by Benno Schulenberg · 9 years ago
  19. 04262f0 Turning the linked list of syntaxes upside-down, so that the last-defined one by Benno Schulenberg · 9 years ago
  20. ed29652 Eliding the functions parse_header_exp() and parse_magic_exp(), by Benno Schulenberg · 9 years ago
  21. 837b4e6 Folding the parsing of a linter and formatter command into a single routine. by Benno Schulenberg · 9 years ago
  22. 2994ea9 Not accepting 'header" and 'magic' commands for the default syntax. by Benno Schulenberg · 9 years ago
  23. 2f63e8d Using the grab_and_store() function also for gathering up extension regexes. by Benno Schulenberg · 9 years ago
  24. b0bdfbb Producing an adequate error message when the syntax name is improperly quoted. by Benno Schulenberg · 9 years ago
  25. 6a4d3aa Tweaking a few things and renaming a variable. by Benno Schulenberg · 9 years ago
  26. 8a244c6 Renaming three variables. by Benno Schulenberg · 9 years ago
  27. 90f1ccf Eliding the now too tiny function free_list_item(). by Benno Schulenberg · 9 years ago
  28. c02c182 Deleting a now-unused struct member. by Benno Schulenberg · 9 years ago
  29. 2070d3a Not bothering to keep the compiled regular expression when it matched. by Benno Schulenberg · 9 years ago
  30. ce32cb0 Allowing to select an empty syntax. And selecting the last by Benno Schulenberg · 9 years ago
  31. 3df1a3f Not bothering to discard a duplicate syntax -- selecting simply the by Benno Schulenberg · 9 years ago
  32. 8397502 Not dereferencing symlinks, so that the syntax will be derived from the by Benno Schulenberg · 9 years ago
  33. e39423b Fixing breakage of r5695 -- I confused nregcomp() with regcomp(). :( by Benno Schulenberg · 9 years ago
  34. 04669b5 Renaming a variable and reshuffling a few lines. by Benno Schulenberg · 9 years ago
  35. 85e166b "Closing" an extended syntax again, to prevent sneakily extending by Benno Schulenberg · 9 years ago
  36. 773fc44 Arranging some things more orderly. by Benno Schulenberg · 9 years ago
  37. 717e697 Not allocating a struct for the "none" syntax -- it doesn't need any. by Benno Schulenberg · 9 years ago
  38. a24aee4 Renaming a struct member. by Benno Schulenberg · 9 years ago
  39. 275e9f0 Disallowing the addition of further things to a syntax when by Benno Schulenberg · 9 years ago
  40. 68d94a0 Rearranging a few things in my style. by Benno Schulenberg · 9 years ago
  41. 07f71e6 Not dropping regexes that were gathered earlier. This fixes Savannah bug #47285. by Benno Schulenberg · 9 years ago
  42. c2148cc Renaming a variable and fusing an increment. by Benno Schulenberg · 9 years ago
  43. 1fba31e Using the now correct parsing of header regexes also for parsing magic regexes. by Benno Schulenberg · 9 years ago
  44. 3e7591f Not continuing when something is wrong, but instead skipping the rest of by Benno Schulenberg · 9 years ago
  45. 07441ad Renaming another struct element, because it refers not just by Benno Schulenberg · 9 years ago
  46. 3522751 Renaming a struct element for aptness and contrast. by Benno Schulenberg · 9 years ago
  47. 2134212 Eliding the function nfreeregex(), now used just once. by Benno Schulenberg · 9 years ago
  48. e74a4c2 Renaming a variable for conciseness. by Benno Schulenberg · 9 years ago
  49. 4d53694 Factoring out a triple repetition into found_in_list(). by Benno Schulenberg · 9 years ago
  50. c3b9d29 Stripping things bare to see the sameness. by Benno Schulenberg · 9 years ago
  51. 812f986 Looking for the default syntax only when all else failed -- by Benno Schulenberg · 9 years ago
  52. a694600 Back to SVN, and tweaking whitespace in NEWS and Changelog. by Benno Schulenberg · 9 years ago
  53. 2146942 Correcting the description of 'justifytrim', adding it to the Info document, by Benno Schulenberg · 9 years ago
  54. 162d534 GNU nano 2.5.3 release by Chris Allegretta · 9 years ago
  55. 9f98333 Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions. by Chris Allegretta · 9 years ago
  56. 486e828 Eliding splice_opennode() by handling the two cases (the creation of by Benno Schulenberg · 9 years ago
  57. 3b8989b Now putting things in the proper order: setting 'prev_dir' only when by Benno Schulenberg · 9 years ago
  58. 761fa7c Plugging a memory leak by not copying a string twice. by Benno Schulenberg · 9 years ago
  59. 16c037f Tweak KILL_TRAILING_SPACES. Still deciding on name... by Chris Allegretta · 9 years ago
  60. 6fef920 Tweaking the Changelog. by Benno Schulenberg · 9 years ago
  61. f5eb316 Rewrapping and reshuffling some lines. by Benno Schulenberg · 9 years ago
  62. a9a32d6 Centering the cursor when the thing being undone or redone is currently by Benno Schulenberg · 9 years ago
  63. 287f78a Not moving the cursor when copying a backwardly marked region. by Benno Schulenberg · 9 years ago
  64. 8a2dd97 Renaming a variable, for contrast and correctness. by Benno Schulenberg · 9 years ago
  65. 6a002f5 Using the correct column number also when messages are skipped. by Benno Schulenberg · 9 years ago
  66. 7dd1030 Showing the cursor in the edit window when linting. by Benno Schulenberg · 9 years ago
  67. e085ebb Making the cursor visible again after a justification and after an by Benno Schulenberg · 9 years ago
  68. 27e1e83 As the charmove() already copies the terminating null byte, by Benno Schulenberg · 9 years ago
  69. 0dec394 Make that kill_spaces_on_justify, add hilighting. by Chris Allegretta · 9 years ago
  70. 6a0ae5a 2016-02-22 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 9 years ago
  71. 3ed08c5 Eliding a variable -- there is no need to optimize for calls of strlen(), by Benno Schulenberg · 9 years ago
  72. 7c0e433 Not moving too many bytes -- that is: not moving them beyond the by Benno Schulenberg · 9 years ago
  73. c115166 Sorting the prev_word() and next_word() functions in the standard way: by Benno Schulenberg · 9 years ago
  74. 9d8c729 The amount to scroll is never zero, so there is no need to check. by Benno Schulenberg · 9 years ago
  75. 818a39c Condensing some code by factoring out a repetition. by Benno Schulenberg · 9 years ago
  76. f4f9954 Eliding the function free_openfilestruct() as it is used only once. by Benno Schulenberg · 9 years ago
  77. 814a422 Removing four unneeded checks for NULL. by Benno Schulenberg · 9 years ago
  78. 801b3ce Not requiring a third Tab to show the list of possible completions by Benno Schulenberg · 9 years ago
  79. acf19bd Reducing an allocation to what is actually needed. by Benno Schulenberg · 9 years ago
  80. 0f64fe0 Parsing a character in the correct buffer: in the first match by Benno Schulenberg · 9 years ago
  81. e86dc03 Avoiding a memory leak when tabbing on a string that doesn't occur in the by Benno Schulenberg · 9 years ago
  82. 5fa5ccf Deleting a debugging leftover. by Benno Schulenberg · 9 years ago
  83. 9703934 Allowing the parameter of free_filestruct() to be NULL, by Benno Schulenberg · 9 years ago
  84. 56cfab3 Fixing Savannah bug #47127 the proper way, by Benno Schulenberg · 9 years ago
  85. 2163d96 Deleting two dead prototypes, adjusting two comments for correctness, by Benno Schulenberg · 9 years ago
  86. 16ba6df Deleting a redundant assignment. The multidata pointer is already by Benno Schulenberg · 9 years ago
  87. 706f014 Avoiding the loss a buffer when getcwd() fails. by Benno Schulenberg · 9 years ago
  88. 6c0e5e3 Freeing not just the struct but also the data it contains, by Benno Schulenberg · 9 years ago
  89. 8d005c8 Saying that the 2.5 branch is a "rolling" release, that lock files are done, by Benno Schulenberg · 9 years ago
  90. e540053 Renaming and condensing some stuff, and correcting the main comment, by Benno Schulenberg · 9 years ago
  91. ef16a2a Doing the copying of typed stuff from input to output just once. by Benno Schulenberg · 9 years ago
  92. 15947ac Restoring the mentioned behavior also for the internal spell fixer. by Benno Schulenberg · 9 years ago
  93. f3a1d7b Making the iteration through replacement matches behave the same again as the by Benno Schulenberg · 9 years ago
  94. 568d2a3 Switching the cursor on and off at the appropriate moments (that is: when by Benno Schulenberg · 9 years ago
  95. ec3cd1e Allocating enough space for printing out the line and column numbers. by Benno Schulenberg · 9 years ago
  96. 813f9f7 Rebuilding the file list only when necessary, and not for each and every by Benno Schulenberg · 9 years ago
  97. 0db2825 Back to SVN, and fix typo in NEWS by Chris Allegretta · 9 years ago
  98. 0f45b26 GNU nano 2.5.2 release by Chris Allegretta · 9 years ago
  99. 6f35203 Making the formatter command more visible in the Go syntax file. by Benno Schulenberg · 9 years ago
  100. de5b263 Condensing some declarations, rewrapping some lines, and improving a by Benno Schulenberg · 9 years ago