1. 505125e A few cosmetic tweaks of comments and whitespace. by Benno Schulenberg · 11 years ago
  2. c35eb5a Avoiding a compiler warning with --disable-wrapping. by Benno Schulenberg · 11 years ago
  3. 9ac910e Removing two superfluous conditions. by Benno Schulenberg · 11 years ago
  4. be10c2a Rewriting the line-wrapping code to make use of the existing line-break code. by Benno Schulenberg · 11 years ago
  5. 64896ba Differentiating between undoing a Delete and undoing a Backspace -- the by Benno Schulenberg · 11 years ago
  6. 5dfab51 Putting back the "-svn" tag on the version number. by Benno Schulenberg · 11 years ago
  7. 25df3ab Noting nano 2.3.3 and 2.3.4 in the Changelog. by Benno Schulenberg · 11 years ago
  8. 04a38da Allowing the toggle between Read File and Execute Command to be rebound. by Benno Schulenberg · 11 years ago
  9. 95592ce Tiny ChangeLog tweaks. by Benno Schulenberg · 11 years ago
  10. 1eb23d4 Making use of the macros charalloc() and charealloc(), making use of by Benno Schulenberg · 11 years ago
  11. 1de337d Normalizing whitespace, comments and interpunction, in various places. by Benno Schulenberg · 11 years ago
  12. ac1508c GNU nano 2.3.4 release by Chris Allegretta · 11 years ago
  13. 0de8d0d 2014-06-02 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  14. ff36b05 Differentiating (for the undo structure) between by Benno Schulenberg · 11 years ago
  15. 82a4110 2014-05-29 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  16. cbc6e51 Back to SVN by Chris Allegretta · 11 years ago
  17. de8dbf5 GNU nano 2.3.3 release by Chris Allegretta · 11 years ago
  18. 4f3fe13 2014-05-28 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  19. f470c90 Standardizing the calls of add_to_funcs(), breaking always between menu and tag. by Benno Schulenberg · 11 years ago
  20. 8c5f504 Making tiny nano again just a tiny bit tinier. by Benno Schulenberg · 11 years ago
  21. ac193ec Updates from the TP for German, Dutch, and Esperanto. by Benno Schulenberg · 11 years ago
  22. 4822359 Eliding four unneeded tags. by Benno Schulenberg · 11 years ago
  23. 62de330 Adding a translator comment for the --help output. by Benno Schulenberg · 11 years ago
  24. 9b084b2 Removing an unneeded format specifier. by Benno Schulenberg · 11 years ago
  25. ff6b92c Making ^X in the Read-File menu toggle between by Benno Schulenberg · 11 years ago
  26. a2d74f7 Removing duplicate translator comments, and adding some others. by Benno Schulenberg · 11 years ago
  27. ec17322 Actually translating the Go-to-Directory prompt. by Benno Schulenberg · 11 years ago
  28. d0e234d Removing three unused parameters from do_input(), by Benno Schulenberg · 11 years ago
  29. cfa2976 2014-05-27 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  30. 0606c62 Adjusting a translator comment. by Benno Schulenberg · 11 years ago
  31. af26551 Updates from the TP for Russian, Dutch, and German. by Benno Schulenberg · 11 years ago
  32. 5a39339 Allowing to rebind 'suspend' in tiny nano. by Benno Schulenberg · 11 years ago
  33. 769e81c Make tiny nano a tiny bit tinier. by Benno Schulenberg · 11 years ago
  34. 0d5e732 Improving the arrangement of help items under certain compilation conditions. by Benno Schulenberg · 11 years ago
  35. 022d32a Unwrapping some lines, and reordering two. by Benno Schulenberg · 11 years ago
  36. c3c2c66 Fixing compilation and avoiding a warning with --enable-tiny. by Benno Schulenberg · 11 years ago
  37. 5a86c52 Updates from the TP for Ukrainian and Italian. by Benno Schulenberg · 11 years ago
  38. 353dd21 Cutting down on the size of tiny nano. by Benno Schulenberg · 11 years ago
  39. f5ac8c1 Placing the cursor after an undo there where it was before the do, by Benno Schulenberg · 11 years ago
  40. 0ae38b4 Telling ncurses to really redraw the line, without optimization. by Benno Schulenberg · 11 years ago
  41. b19524f Updates from the TP for German and Ukrainian. by Benno Schulenberg · 11 years ago
  42. eb5c49d Painting the current line *after* tickling the terminal, so that by Benno Schulenberg · 11 years ago
  43. 8491c22 Adding an example of a default syntax. by Benno Schulenberg · 11 years ago
  44. 277701f Not matching the ^ anchor when looking further on in a line. by Benno Schulenberg · 11 years ago
  45. 3be5f46 Not skipping the colour-off commands at the end of the colouring loop. by Benno Schulenberg · 11 years ago
  46. c7b0e54 Adding syntax colouring for JSON files. by Benno Schulenberg · 11 years ago
  47. 9af4751 Updates from the TP for Vietnamese, Finnish, Dutch, French, and Esperanto. by Benno Schulenberg · 11 years ago
  48. fe9da94 Partially harmonizing the syntax-colouring files. by Benno Schulenberg · 11 years ago
  49. 1028d65 Making the component colouring simpler, and the URI colouring completer, by Benno Schulenberg · 11 years ago
  50. 3edcfd2 Showing trailing whitespace on added lines in patches and diffs. by Benno Schulenberg · 11 years ago
  51. 52e3533 Removing a few more doubled-up spaces. by Benno Schulenberg · 11 years ago
  52. 5298d51 Removing an unneeded call of edit_refresh(), and by Benno Schulenberg · 11 years ago
  53. 275bd28 Tweaking some whitespace, using TRUE and FALSE instead of 1 and 0, by Benno Schulenberg · 11 years ago
  54. 6081546 Going to the correct positions for undoing and redoing cuts and by Benno Schulenberg · 11 years ago
  55. 4774ca6 Adding texinfo.nanorc to the packing list. by Benno Schulenberg · 11 years ago
  56. eb91ad5 Improving two comments, and eliding a macro. by Benno Schulenberg · 11 years ago
  57. c5a2145 Adjusting a comment, and being clearer about when to break. by Benno Schulenberg · 11 years ago
  58. 275b617 Improving the magic regex for C files, plus some tweaks. by Benno Schulenberg · 11 years ago
  59. 230bd0d Adding an example of colouring nano's interface elements. by Benno Schulenberg · 11 years ago
  60. 4e5af83 Tiny Changelog tweaks. by Benno Schulenberg · 11 years ago
  61. e81a43f Stopping the search when a magic matched. by Benno Schulenberg · 11 years ago
  62. 5edd041 Improving two magic regexes. by Benno Schulenberg · 11 years ago
  63. f304622 Opening the magic database only when actually going to use it, by Benno Schulenberg · 11 years ago
  64. f937526 Moving the magic check to after the headerline check. by Benno Schulenberg · 11 years ago
  65. ee4e67a Ehm... no, you can't do that. by Benno Schulenberg · 11 years ago
  66. f215603 Closing the libmagic file after use. by Benno Schulenberg · 11 years ago
  67. ef2cbb7 Improving debugging messages, and removing superfluous assignment. by Benno Schulenberg · 11 years ago
  68. dfc9a7e Startling the terminal into handling wide, two-column characters properly. by Benno Schulenberg · 11 years ago
  69. 044e4d2 A few more comment tweaks. by Benno Schulenberg · 11 years ago
  70. d1238c0 Improving compilation with --disable-browser. by Benno Schulenberg · 11 years ago
  71. 3218771 No need to keep on looping when two shortcuts were found. by Benno Schulenberg · 11 years ago
  72. 7454103 Condensing a function a bit. by Benno Schulenberg · 11 years ago
  73. 71c9a52 Several random whitespace and comment tweaks. by Benno Schulenberg · 11 years ago
  74. 678b221 Weh -- use the correct type. by Benno Schulenberg · 11 years ago
  75. 24bc59f Freeing the lists with functions and shortcuts upon exit. by Benno Schulenberg · 11 years ago
  76. 2088bfd Showing in nanorc files key names like M-6 and M-/ as valid. by Benno Schulenberg · 11 years ago
  77. 7bc7acf Refreshing the PO files: merging them against the current POT. by Benno Schulenberg · 11 years ago
  78. 8fd2c9a Regenerated the POT file for the TP. by Benno Schulenberg · 11 years ago
  79. 111071a Improving another error message. by Benno Schulenberg · 11 years ago
  80. 127ce15 Making one error message somewhat clearer. by Benno Schulenberg · 11 years ago
  81. 6a007a9 Renaming a variable, and eliding another. by Benno Schulenberg · 11 years ago
  82. d2f3f21 Moving parse_magic_exp() next to its sister. by Benno Schulenberg · 11 years ago
  83. 4e62842 Add regexes for comments and trailing whitespace for man pages, and by Benno Schulenberg · 11 years ago
  84. d17b480 Improving the multiline regexes, making the one with single quotes work again. by Benno Schulenberg · 11 years ago
  85. 1d5134d Renaming the struct type 'exttype' to 'regexlisttype', and upon exit by Benno Schulenberg · 11 years ago
  86. cf4f80d Renaming and symmetrifying two functions, and improving some comments. by Benno Schulenberg · 11 years ago
  87. 8e01293 Handling the libmagic and headerline regexes in the same manner. by Benno Schulenberg · 11 years ago
  88. d2892ad Adding a missing parenthesis, and removing a distracting blank line. by Benno Schulenberg · 11 years ago
  89. 07f14de Improving some comments, and removing some mispasted or superfluous ones. by Benno Schulenberg · 11 years ago
  90. 1d19e01 Showing bright foreground colours for interface elements as valid. by Benno Schulenberg · 11 years ago
  91. 85c2c2a Providing startup feedback for the spell checker, as for the linter. by Benno Schulenberg · 11 years ago
  92. 61523be 2014-05-10 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  93. a225841 Making syntax highlighting into a separate section, by Benno Schulenberg · 11 years ago
  94. e7d6e55 Making it possible for interface-foreground colours to be bright. by Benno Schulenberg · 11 years ago
  95. 77afd32 Describing bindable functions in the third person -- it somehow sounds better. by Benno Schulenberg · 11 years ago
  96. a6804b5 Putting softwrap back among the "Appearance" toggles. by Benno Schulenberg · 11 years ago
  97. 387b209 Defining a shortcut for the linter when the speller is disabled, by Benno Schulenberg · 11 years ago
  98. d16f9af Not defining nor accepting shortcuts for functions that are disabled. by Benno Schulenberg · 11 years ago
  99. 59cd3e6 Counting only shortcuts that are actually shown, so that clicking by Benno Schulenberg · 11 years ago
  100. a152311 Stopping the brace content from spilling. by Benno Schulenberg · 11 years ago