1. 377a6e3 Using visible characters by default for when showing whitespace. by Benno Schulenberg · 11 years ago
  2. d39de24 Adding 'quiet', sorting 'locking', and condensing the highlighting string. by Benno Schulenberg · 11 years ago
  3. 3a5f55e 2014-03-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  4. c347ce4 Not mentioning -$/--softwrap in usage text of tiny version. by Benno Schulenberg · 11 years ago
  5. 6cd8314 Synchronizing the texinfo and nanorc docs, and improving alphabetization. by Benno Schulenberg · 11 years ago
  6. 37d638a Slightly improving the formatting and wording of two man pages. by Benno Schulenberg · 11 years ago
  7. 54a1105 Trimming some redundant code, and correcting scrolling behaviour by Benno Schulenberg · 11 years ago
  8. b1a7fdd Correctly computing the needed amount to scroll down by Benno Schulenberg · 11 years ago
  9. 3ae5bab Adding a newline for "air", and marking two strings instead of translating them. by Benno Schulenberg · 11 years ago
  10. e52eac5 2014-03-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  11. bc5c7c3 Not writing to stderr on magic errors, patch mostly by Mike Frysinger. by Benno Schulenberg · 11 years ago
  12. 3aea69d Indenting conditions consistently and tightly. by Benno Schulenberg · 11 years ago
  13. 919c9bd Removing unused function 'free_shortcutage'. by Benno Schulenberg · 11 years ago
  14. fe267f6 Not just marking but actually translating a helpful message. by Benno Schulenberg · 11 years ago
  15. 92ccf77 Correcting the misspelled keyword "mutlibuffer". by Benno Schulenberg · 11 years ago
  16. 9a21761 Removing a redundant 'ifdef DEBUG'. by Benno Schulenberg · 11 years ago
  17. 46fccb2 Equalizing pipe error messages. by Benno Schulenberg · 11 years ago
  18. 22a1440 Avoiding a warning when compiling with clang, patch by Eitan Adler. by Benno Schulenberg · 11 years ago
  19. 16fe178 Tiny textual tweaks of ChangeLog and NEWS. by Benno Schulenberg · 11 years ago
  20. 9c11ba9 Adding colorization for bind/unbind in nanorc, patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  21. 86fb8dd Relocating the misplaced unbind section, patch mostly by Mike Frysinger. by Benno Schulenberg · 11 years ago
  22. 8e82d35 Restoring 'Space' as an alias for PageDown in the help browser. by Benno Schulenberg · 11 years ago
  23. 8a2c245 Colouring trailing whitespace in Makefiles, patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  24. b2b7c2f Updating Gentoo-specific colouring to newer EAPIs, patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  25. 5d5e930 Improve highlighting of shell builtins, common commands, and variables. by Benno Schulenberg · 11 years ago
  26. c05a2ee Better colouring of manpage files. by Benno Schulenberg · 11 years ago
  27. cae7aea Grouping related commands into the same column of the help lines. by Benno Schulenberg · 11 years ago
  28. b3306b2 Slightly improving the regexes for multiline strings in Python. by Benno Schulenberg · 11 years ago
  29. df7bba3 Scrolling an extra amount when softwrap is on and the current line runs off. by Benno Schulenberg · 11 years ago
  30. db906ea Making ^G and ^C exit from help, and ^C from the file browser. by Benno Schulenberg · 11 years ago
  31. be5ab4e Ordering "Prev Word" and "Next Word" better. by Benno Schulenberg · 11 years ago
  32. 7f87393 Tweaking comments and removing some superfluous blank lines. by Benno Schulenberg · 11 years ago
  33. ccb02f7 Fixing some typos and wordings in the NEWS file. by Benno Schulenberg · 11 years ago
  34. 01a1434 Make git ignore generated files and bak files, patch mostly by Mike Frysinger. by Benno Schulenberg · 11 years ago
  35. fde9d4c Renaming 'INCLUDES' to 'AM_CPPFLAGS', patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  36. ae092b9 Fix a typo and two inconsistent spellings in three statusbar messages. by Benno Schulenberg · 11 years ago
  37. 4ab142c Call the help browser with the correct refresher for afterwards. by Benno Schulenberg · 11 years ago
  38. 64c00b5 More cleanups of the ChangeLog, triggered by a corrective s/python/Fortran/. by Benno Schulenberg · 11 years ago
  39. 34b7f1c * src/winio.c (do_credits) - Add Benno, my children, by Chris Allegretta · 11 years ago
  40. 5575bfa 2014-02-24 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  41. 1dd389e Colour a $VAR within "" but not within ''. by Benno Schulenberg · 11 years ago
  42. c4b344f Comment and punctuation tweaks in the sample nanorc files. by Benno Schulenberg · 11 years ago
  43. 183fa5a Tweaking the ChangeLog -- adding some periods and bug number hashes, by Benno Schulenberg · 11 years ago
  44. e9ee078 End exhorting status-bar messages with a period, to avoid by Benno Schulenberg · 11 years ago
  45. 4abf944 Adding a missing malloc, to avoid a segfault on some systems. by Benno Schulenberg · 11 years ago
  46. c4520d5 Correcting an oversight in the 'do_up_void' and 'do_down_void' naming. by Benno Schulenberg · 11 years ago
  47. 10a18c1 Better colouring expressions for HTML. by Benno Schulenberg · 11 years ago
  48. cf79e52 Also recognzie 'c++' as an extension for C syntax highlighting. by Benno Schulenberg · 11 years ago
  49. 7249507 Updating 'mark_begin' when mark and cursor are on the same line. by Benno Schulenberg · 11 years ago
  50. d6e3972 Adding four needed compilation conditions on ENABLE_NANORC. by Benno Schulenberg · 11 years ago
  51. 44e8583 Applying a tiny patch by Felipe Bugno. by Benno Schulenberg · 11 years ago
  52. fb4e402 Applying a compile-fixing and warning-fixing patch by David Ramsey. by Benno Schulenberg · 11 years ago
  53. b55ce29 Applying a textual patch by David Ramsey. by Benno Schulenberg · 11 years ago
  54. 6f517bc Until someone else wants the job by Chris Allegretta · 11 years ago
  55. c218415 2014-01-24 Benno Schulenberg <bens> by Chris Allegretta · 12 years ago
  56. d2f29d0 2014-01-25 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  57. bac696a 2014-01-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  58. 2ed673f Change nano.text to not be considered binary, since it's......not by Chris Allegretta · 12 years ago
  59. 18b1092 2014-01-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  60. d1336f6 2013-06-13 Matthew Fischer <mfisch@Savannah> by Chris Allegretta · 12 years ago
  61. bf406ff 2013-06-13 David Lawrence Ramsey <pooka109@gmail.com> by Chris Allegretta · 12 years ago
  62. 2e46cc1 2013-06-13 Kamil Dudka <kdudka@redhat.com> by Chris Allegretta · 12 years ago
  63. f9e9464 Make Changelog entries consistent (tabs for all sub-bullets and not just 8 spaces) by Chris Allegretta · 12 years ago
  64. f2af9aa Bump versions in README by Chris Allegretta · 12 years ago
  65. 2d34586 * src/files.c (write_file): Don't re-stat() the file if we're writing out by Chris Allegretta · 12 years ago
  66. 6251358 2013-04-12 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  67. 4cc4b9b 013-04-07 Michael Berg <mike@berg-net.us> by Chris Allegretta · 12 years ago
  68. 0438575 Back to svn and add missing entry for release in changelog by Chris Allegretta · 12 years ago
  69. 2b4e433 GNU nano 2.3.2 release by Chris Allegretta · 12 years ago
  70. 22c83ec 2013-03-17 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  71. 2072b74 * doc/man/nanorc.5: Fix typo in softwrap description, reported by by Chris Allegretta · 13 years ago
  72. 66e5972 2013-01-19 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  73. a149549 * configure.ac: Added --with-wordbounds option to let cross compilers force by Chris Allegretta · 13 years ago
  74. 67acf2c 2013-01-20 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  75. 29479ca 2013-01-19 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  76. b7a2dfb 2013-01-13 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  77. f4e26d1 2013-01-02 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 13 years ago
  78. 2e4228f 2013-01-09 Fabian Groffen <grobian@Savannah> by Chris Allegretta · 13 years ago
  79. a016f00 2013-01-02 David Benjamin <davidben@Savannah> by Chris Allegretta · 13 years ago
  80. 76d61ec 2013-01-02 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 13 years ago
  81. 2a76b43 2013-01-02 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 13 years ago
  82. 1642e6a 2013-01-02 Eitan Adler <lists@eitanadler.com> by Chris Allegretta · 13 years ago
  83. 3116d2f Fix impromper calls to nmalloc in new locking implementation. by Chris Allegretta · 13 years ago
  84. 4cc2462 Clean-up warnings with -pedantic. by Chris Allegretta · 13 years ago
  85. 170607b Add missing proto for int write_lockfile() by Chris Allegretta · 13 years ago
  86. 636e76a 2013-01-02 Eitan Adler <lists@eitanadler.com> by Chris Allegretta · 13 years ago
  87. 2202471 Add locking entry to sample nanorc by Chris Allegretta · 13 years ago
  88. d70c7f3 Implement the modification bit of the .swp file, put it in the correct actual by Chris Allegretta · 13 years ago
  89. 21f73f9 Fix trying to lock an un-writable directory. Just put a message by Chris Allegretta · 13 years ago
  90. bf88d27 2012-12-31 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  91. 2ad1de0 Remove trailing spaces on source files as they suck by Chris Allegretta · 13 years ago
  92. d84849e 2012-02-05 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  93. 8d7402f GNU nano 2.3.1 release by Chris Allegretta · 14 years ago
  94. daeab05 2011-05-10 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  95. 090e2cf 2011-05-08 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  96. 7a70767 2011-03-28 Asterios Dramis <asterios.dramis@gmail.com> by Chris Allegretta · 14 years ago
  97. f921743 2011-03-12 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  98. fda622c 2011-03-04 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  99. bccf2fa 2011-03-03 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  100. 34de1a6 Back to SVN by Chris Allegretta · 14 years ago