1. 353dd21 Cutting down on the size of tiny nano. by Benno Schulenberg · 10 years ago
  2. f5ac8c1 Placing the cursor after an undo there where it was before the do, by Benno Schulenberg · 10 years ago
  3. 0ae38b4 Telling ncurses to really redraw the line, without optimization. by Benno Schulenberg · 10 years ago
  4. b19524f Updates from the TP for German and Ukrainian. by Benno Schulenberg · 10 years ago
  5. eb5c49d Painting the current line *after* tickling the terminal, so that by Benno Schulenberg · 10 years ago
  6. 8491c22 Adding an example of a default syntax. by Benno Schulenberg · 10 years ago
  7. 277701f Not matching the ^ anchor when looking further on in a line. by Benno Schulenberg · 10 years ago
  8. 3be5f46 Not skipping the colour-off commands at the end of the colouring loop. by Benno Schulenberg · 10 years ago
  9. c7b0e54 Adding syntax colouring for JSON files. by Benno Schulenberg · 10 years ago
  10. 9af4751 Updates from the TP for Vietnamese, Finnish, Dutch, French, and Esperanto. by Benno Schulenberg · 10 years ago
  11. fe9da94 Partially harmonizing the syntax-colouring files. by Benno Schulenberg · 10 years ago
  12. 1028d65 Making the component colouring simpler, and the URI colouring completer, by Benno Schulenberg · 10 years ago
  13. 3edcfd2 Showing trailing whitespace on added lines in patches and diffs. by Benno Schulenberg · 10 years ago
  14. 52e3533 Removing a few more doubled-up spaces. by Benno Schulenberg · 10 years ago
  15. 5298d51 Removing an unneeded call of edit_refresh(), and by Benno Schulenberg · 10 years ago
  16. 275bd28 Tweaking some whitespace, using TRUE and FALSE instead of 1 and 0, by Benno Schulenberg · 10 years ago
  17. 6081546 Going to the correct positions for undoing and redoing cuts and by Benno Schulenberg · 10 years ago
  18. 4774ca6 Adding texinfo.nanorc to the packing list. by Benno Schulenberg · 10 years ago
  19. eb91ad5 Improving two comments, and eliding a macro. by Benno Schulenberg · 10 years ago
  20. c5a2145 Adjusting a comment, and being clearer about when to break. by Benno Schulenberg · 10 years ago
  21. 275b617 Improving the magic regex for C files, plus some tweaks. by Benno Schulenberg · 10 years ago
  22. 230bd0d Adding an example of colouring nano's interface elements. by Benno Schulenberg · 10 years ago
  23. 4e5af83 Tiny Changelog tweaks. by Benno Schulenberg · 10 years ago
  24. e81a43f Stopping the search when a magic matched. by Benno Schulenberg · 10 years ago
  25. 5edd041 Improving two magic regexes. by Benno Schulenberg · 10 years ago
  26. f304622 Opening the magic database only when actually going to use it, by Benno Schulenberg · 10 years ago
  27. f937526 Moving the magic check to after the headerline check. by Benno Schulenberg · 10 years ago
  28. ee4e67a Ehm... no, you can't do that. by Benno Schulenberg · 10 years ago
  29. f215603 Closing the libmagic file after use. by Benno Schulenberg · 10 years ago
  30. ef2cbb7 Improving debugging messages, and removing superfluous assignment. by Benno Schulenberg · 10 years ago
  31. dfc9a7e Startling the terminal into handling wide, two-column characters properly. by Benno Schulenberg · 10 years ago
  32. 044e4d2 A few more comment tweaks. by Benno Schulenberg · 10 years ago
  33. d1238c0 Improving compilation with --disable-browser. by Benno Schulenberg · 10 years ago
  34. 3218771 No need to keep on looping when two shortcuts were found. by Benno Schulenberg · 10 years ago
  35. 7454103 Condensing a function a bit. by Benno Schulenberg · 10 years ago
  36. 71c9a52 Several random whitespace and comment tweaks. by Benno Schulenberg · 10 years ago
  37. 678b221 Weh -- use the correct type. by Benno Schulenberg · 10 years ago
  38. 24bc59f Freeing the lists with functions and shortcuts upon exit. by Benno Schulenberg · 10 years ago
  39. 2088bfd Showing in nanorc files key names like M-6 and M-/ as valid. by Benno Schulenberg · 10 years ago
  40. 7bc7acf Refreshing the PO files: merging them against the current POT. by Benno Schulenberg · 10 years ago
  41. 8fd2c9a Regenerated the POT file for the TP. by Benno Schulenberg · 10 years ago
  42. 111071a Improving another error message. by Benno Schulenberg · 10 years ago
  43. 127ce15 Making one error message somewhat clearer. by Benno Schulenberg · 10 years ago
  44. 6a007a9 Renaming a variable, and eliding another. by Benno Schulenberg · 10 years ago
  45. d2f3f21 Moving parse_magic_exp() next to its sister. by Benno Schulenberg · 10 years ago
  46. 4e62842 Add regexes for comments and trailing whitespace for man pages, and by Benno Schulenberg · 10 years ago
  47. d17b480 Improving the multiline regexes, making the one with single quotes work again. by Benno Schulenberg · 10 years ago
  48. 1d5134d Renaming the struct type 'exttype' to 'regexlisttype', and upon exit by Benno Schulenberg · 10 years ago
  49. cf4f80d Renaming and symmetrifying two functions, and improving some comments. by Benno Schulenberg · 10 years ago
  50. 8e01293 Handling the libmagic and headerline regexes in the same manner. by Benno Schulenberg · 10 years ago
  51. d2892ad Adding a missing parenthesis, and removing a distracting blank line. by Benno Schulenberg · 10 years ago
  52. 07f14de Improving some comments, and removing some mispasted or superfluous ones. by Benno Schulenberg · 10 years ago
  53. 1d19e01 Showing bright foreground colours for interface elements as valid. by Benno Schulenberg · 10 years ago
  54. 85c2c2a Providing startup feedback for the spell checker, as for the linter. by Benno Schulenberg · 10 years ago
  55. 61523be 2014-05-10 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 10 years ago
  56. a225841 Making syntax highlighting into a separate section, by Benno Schulenberg · 10 years ago
  57. e7d6e55 Making it possible for interface-foreground colours to be bright. by Benno Schulenberg · 10 years ago
  58. 77afd32 Describing bindable functions in the third person -- it somehow sounds better. by Benno Schulenberg · 10 years ago
  59. a6804b5 Putting softwrap back among the "Appearance" toggles. by Benno Schulenberg · 10 years ago
  60. 387b209 Defining a shortcut for the linter when the speller is disabled, by Benno Schulenberg · 10 years ago
  61. d16f9af Not defining nor accepting shortcuts for functions that are disabled. by Benno Schulenberg · 10 years ago
  62. 59cd3e6 Counting only shortcuts that are actually shown, so that clicking by Benno Schulenberg · 10 years ago
  63. a152311 Stopping the brace content from spilling. by Benno Schulenberg · 10 years ago
  64. c1c67d8 Synchronizing the documentation, and tweaking some wording. by Benno Schulenberg · 10 years ago
  65. aa9b1ee Adding sections on the Cutbuffer and the Mark, by Benno Schulenberg · 10 years ago
  66. 22a0442 New file, syntax colouring for Texinfo files. by Benno Schulenberg · 10 years ago
  67. 763f314 Letting 'makeinfo' figure out the node pointers. by Benno Schulenberg · 10 years ago
  68. 38cb8ac Differentiating between options that take an argument and those that don't. by Benno Schulenberg · 10 years ago
  69. c1005fa Legalizing the four new interface-coloring options in the nanorc syntax. by Benno Schulenberg · 10 years ago
  70. f8507bb Allowing the function do_cut_till_end() to be rebound. by Benno Schulenberg · 10 years ago
  71. dcb0557 Giving syntax highlighting its own section, by Benno Schulenberg · 10 years ago
  72. abaaf2d Oops. by Benno Schulenberg · 10 years ago
  73. 0846583 Allowing the Backwards toggle to be rebound, by Benno Schulenberg · 10 years ago
  74. 8056390 Showing quotes where quotes are needed, removing some unneeded spaces, by Benno Schulenberg · 10 years ago
  75. 693e2aa Documenting the interface colours settings. by Benno Schulenberg · 10 years ago
  76. c970035 Renaming a variable, and removing an unneeded call of wattroff(). by Benno Schulenberg · 10 years ago
  77. 0c3ced0 Eliding a variable. by Benno Schulenberg · 10 years ago
  78. 794956f Tiny Changelog tweak. by Benno Schulenberg · 10 years ago
  79. be3e302 Paragraph jumping only makes sense in the MAIN editing menu, by Benno Schulenberg · 10 years ago
  80. 672821c Removing the search-mode toggles from the WHEREISFILE and by Benno Schulenberg · 10 years ago
  81. 523598a Ordering the shortcut associations in roughly the same manner as by Benno Schulenberg · 10 years ago
  82. 436cd34 Unfolding long lines that add shortcuts, for visual consistency. by Benno Schulenberg · 10 years ago
  83. 1663994 Adding the ability to colour four elements of nano's interface differently. by Benno Schulenberg · 10 years ago
  84. 7a9f4a4 Update the years in the copyright notices. by Benno Schulenberg · 10 years ago
  85. 6371612 Improving the order of the help items still further, and by Benno Schulenberg · 10 years ago
  86. 5f655da Fixing compilation with --enable-tiny. by Benno Schulenberg · 10 years ago
  87. 4da2434 Improving order and grouping in the main help text and help lines. by Benno Schulenberg · 10 years ago
  88. 61758e9 Show the important toggles early on in the help lines by Benno Schulenberg · 10 years ago
  89. c269d31 In a concise help text, mention only those options that actually do something. by Benno Schulenberg · 10 years ago
  90. 4301918 Not blurting out the full help text when command line contains some mistake. by Benno Schulenberg · 10 years ago
  91. 20011f4 Plugging two tiny memory leaks. Patch essentially by Mark Majeres. by Benno Schulenberg · 10 years ago
  92. 618051c Group related functions together, remove duplicate "up"/"down", by Benno Schulenberg · 10 years ago
  93. 301c4ef Allow do_spell() to be bound to other key combos. by Benno Schulenberg · 10 years ago
  94. 11d7644 Make help lines show "Close" again when more than one buffer is open. by Benno Schulenberg · 10 years ago
  95. 20b1e92 Add a pointer to the tail of the functions list, by Benno Schulenberg · 10 years ago
  96. 67e1387 Updating the FAQ. by Benno Schulenberg · 10 years ago
  97. 00db994 Increase the contrast between hard-wrapping and soft-wrapping by Benno Schulenberg · 10 years ago
  98. 9df7672 Putting the two wrapping toggles together and increasing their contrast a bit. by Benno Schulenberg · 10 years ago
  99. 86b8686 Returning the first shortcut that matches a given func in a given menu. by Benno Schulenberg · 10 years ago
  100. b991403 Making the Minus and Space keys work in the help viewer and file browser by Benno Schulenberg · 10 years ago