1. cf63a29 files: save the marked region only when we've prompted for a file name by Benno Schulenberg · 7 years ago
  2. 7c3c942 tweaks: adjust indentation after previous change by Benno Schulenberg · 7 years ago
  3. 77d2430 tweaks: reshuffle a couple of lines, and frob a comment or two by Benno Schulenberg · 7 years ago
  4. d33b5f3 tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments by Benno Schulenberg · 7 years ago
  5. c24e95e tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough by Benno Schulenberg · 7 years ago
  6. c42489d linting: switch the mark off when the linter starts by Benno Schulenberg · 7 years ago
  7. 2b438e6 input: make the macro key discoverable by giving feedback when undefined by Benno Schulenberg · 7 years ago
  8. 8165b20 build: fix compilation with --disable-browser --disable-tabcomp by Benno Schulenberg · 7 years ago
  9. bacb0f7 syntax: adjust the magic strings for the changes since file-5.10 by Benno Schulenberg · 7 years ago
  10. 11a3bc4 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 7 years ago
  11. 0465adb bump version numbers and add a news item for the 2.9.0 release by Benno Schulenberg · 7 years ago
  12. 7ea13d4 tweaks: correct two minor things in the documentation by Benno Schulenberg · 7 years ago
  13. 06049f5 docs: update references to the nanorc files for the XDG changes by Benno Schulenberg · 7 years ago
  14. 4220854 docs: mention that macros work correctly only on terminal emulators by Benno Schulenberg · 7 years ago
  15. f6e8343 tweaks: elide a comment, and improve a couple of others by Benno Schulenberg · 7 years ago
  16. 169da09 files: don't change file format when inserting into an existing buffer by David Lawrence Ramsey · 7 years ago
  17. e6a92b1 painting: evade an ncurses bug by adding the A_PROTECT attribute by Benno Schulenberg · 7 years ago
  18. ab14df0 search: wipe reassuring feedback as soon as searching has finished by Benno Schulenberg · 7 years ago
  19. 5198c1f tweaks: frob a couple of comments by Benno Schulenberg · 7 years ago
  20. 1e29214 docs: make it clearer that a Signed-off-by is wanted on patches by Benno Schulenberg · 7 years ago
  21. 8649c78 tweaks: drop the ineffective cgitrc -- sorting by "age" does not work by Benno Schulenberg · 7 years ago
  22. 5239e7c copyright: update some years, and standardize on the dashed format by Benno Schulenberg · 7 years ago
  23. f6b6e6c tweaks: reshuffle a bit of code and elide an unneeded variable by Benno Schulenberg · 7 years ago
  24. 0c2b54a tweaks: rename a function plus two parameters, to be more fitting by Benno Schulenberg · 7 years ago
  25. a7f5907 tweaks: move a general function to the utils.c file by Benno Schulenberg · 7 years ago
  26. dfcb126 tweaks: adjust a comment, and condense a fragment of code by Benno Schulenberg · 7 years ago
  27. 2122a1a tweaks: constify the result strings of getenv(), as a reminder by Benno Schulenberg · 7 years ago
  28. e2d3bba general: do not free strings gotten from getenv(), to avoid a crash by Marco Diego Aurélio Mesquita · 7 years ago
  29. 4567360 gnulib: update to its current upstream state by Benno Schulenberg · 7 years ago
  30. 478e34a ouch: set the positions-file name also when using the legacy state dir by Benno Schulenberg · 7 years ago
  31. ea47879 tweaks: don't construct the positions-history filename time and again by Benno Schulenberg · 7 years ago
  32. bfc53f3 history: prevent overwriting of positions between multiple instances by Brand Huntsman · 7 years ago
  33. f0d3685 input: ensure that standard input uses blocking mode by Lion Yang · 7 years ago
  34. 7e6bb91 tweaks: add a translator hint, and adjust two others by Benno Schulenberg · 7 years ago
  35. 7b133aa tweaks: change some mayday messages, to urge the user to report a bug by Benno Schulenberg · 7 years ago
  36. 477b246 tweaks: use printf's z modifier for most of the size_t/ssize_t types by David Lawrence Ramsey · 7 years ago
  37. 7d653e5 history: fix the check for an existing $HOME/.nano/ directory by David Lawrence Ramsey · 7 years ago
  38. c16e79b startup: look for nanorc and history files also in the XDG directories by Simon Ochsenreither · 7 years ago
  39. 1463781 startup: when an rcfile contains errors, report this on the status bar by Benno Schulenberg · 7 years ago
  40. c3a11fb options: remove '--quiet' and 'set quiet', because they hide problems by Benno Schulenberg · 7 years ago
  41. 953c2b8 startup: don't ask the user to press Enter upon an rcfile error by Benno Schulenberg · 7 years ago
  42. d054044 tweaks: transform the token DISABLE_EXTRA to ENABLE_EXTRA by Benno Schulenberg · 7 years ago
  43. 9dc72cf tweaks: avoid an unused-variable warning with --disable-nanorc by Benno Schulenberg · 7 years ago
  44. d5ac1ed tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR by Benno Schulenberg · 7 years ago
  45. 2a4fc95 tweaks: transform the token DISABLE_SPELLER to ENABLE_SPELLER by Benno Schulenberg · 7 years ago
  46. f034992 tweaks: transform the token DISABLE_WRAPJUSTIFY to ENABLED_WRAPORJUSTIFY by Benno Schulenberg · 7 years ago
  47. db0b849 tweaks: transform the token DISABLE_JUSTIFY to ENABLE_JUSTIFY by Benno Schulenberg · 7 years ago
  48. c4d2a92 tweaks: reshuffle some code in order to elide a variable by Benno Schulenberg · 7 years ago
  49. 4e03a24 tweaks: adjust two comments, and correct and a few cosmetic mistakes by Benno Schulenberg · 7 years ago
  50. 028d12f tweaks: transform the token DISABLE_OPERATINGDIR to ENABLE_OPERATINGDIR by Benno Schulenberg · 7 years ago
  51. a5974bd tweaks: transform the token DISABLE_WRAPPING to ENABLE_WRAPPING by Benno Schulenberg · 7 years ago
  52. 87da3ec tweaks: remove another bit of conditional compilation by Benno Schulenberg · 7 years ago
  53. ff35a61 tweaks: transform the token DISABLE_HISTORIES to ENABLE_HISTORIES by Benno Schulenberg · 7 years ago
  54. 3f27c31 tweaks: get rid of some cluttering conditional compilation by Benno Schulenberg · 7 years ago
  55. ab6e4e3 tweaks: fix compilation with --enable-tiny --enable-histories by Benno Schulenberg · 7 years ago
  56. 84c650b files: avoid an abortion when excuting a command in a new buffer by Benno Schulenberg · 7 years ago
  57. 42497f7 tweaks: rename some constants, to follow the same underscoreless scheme by Benno Schulenberg · 7 years ago
  58. 86ef9db tweaks: remove a useless prefix from a hundred constants by Benno Schulenberg · 7 years ago
  59. 160abab tweaks: rename a macro, to make a little more sense by Benno Schulenberg · 7 years ago
  60. d84fb8d tweaks: remove a superfluous no-op function call by Benno Schulenberg · 7 years ago
  61. 14bf53d syntax: default: use colors that are readable also on dark backgrounds by Benno Schulenberg · 7 years ago
  62. ded02d8 search: suppress the "Search Wrapped" message when doing replacements by Benno Schulenberg · 7 years ago
  63. d4945c6 search: suppress the "not found" message when replacements were made by Benno Schulenberg · 7 years ago
  64. ddd300a help: allow firstline and lastline to work at the search prompt by David Lawrence Ramsey · 7 years ago
  65. d344c3d display: don't cut off zero-width characters at the end of a chunk by David Lawrence Ramsey · 7 years ago
  66. 3018ab4 moving: don't slither and slide over tabs when they are overlong by Benno Schulenberg · 7 years ago
  67. 2356693 docs: document the more everyday names of three bindable functions by David Lawrence Ramsey · 7 years ago
  68. 4d35835 docs: decribe the bindable functions 'recordmacro' and 'runmacro' by David Lawrence Ramsey · 7 years ago
  69. f8c75c4 search: don't bother saving and restoring the search direction by David Lawrence Ramsey · 7 years ago
  70. af20d45 bindings: don't allow calling help when searching in the help viewer by Benno Schulenberg · 7 years ago
  71. 08b4953 bindings: allow exiting from the help viewer with F1, like with ^G by Brand Huntsman · 7 years ago
  72. 5789955 tweaks: change the arrows to triangles also for searching in file browser by Benno Schulenberg · 7 years ago
  73. e1e6c5f bindings: make the search function rebindable again in help and browser by Benno Schulenberg · 7 years ago
  74. 58ecc03 tweaks: change the help-text arrows to triangles, to be more visible by Benno Schulenberg · 7 years ago
  75. 501d05c new feature: the ability to record and play back a series of keystrokes by Marco Diego Aurélio Mesquita · 7 years ago
  76. fc36ff7 options: retire 'set backwards' -- it's still recognized but a no-op by Benno Schulenberg · 7 years ago
  77. 3f735d2 bindings: make ^W start always a forward search (as there is ^Q now) by Benno Schulenberg · 7 years ago
  78. ba65cd4 bindings: make ^Q and ^S do something useful by default by Benno Schulenberg · 7 years ago
  79. c7eecd7 new feature: a bindable function that starts always a backward search by Benno Schulenberg · 7 years ago
  80. a7fa174 tweaks: adjust indentation and comments after the previous change by Benno Schulenberg · 7 years ago
  81. 217cfbf files: check for a changed disk file also for 'savefile' and --tempfile by Viorel Bota · 7 years ago
  82. 80ed256 tweaks: remove a comment from the docs that is no longer accurate by Benno Schulenberg · 7 years ago
  83. 7a3a45e moving: prevent the cursor sticking on or skipping over overwide tabs by Benno Schulenberg · 7 years ago
  84. 4436815 help: don't fall back to other syntaxes if there is no nanohelp one by Benno Schulenberg · 7 years ago
  85. d011983 tweaks: reshuffle some regexes, for order and compactness by Benno Schulenberg · 7 years ago
  86. d4074ca syntax: nanohelp: colorize Up, Down, Left and Right (when not in UTF-8) by Brand Huntsman · 7 years ago
  87. ca8317e tweaks: reduce a bit of code duplication by Benno Schulenberg · 7 years ago
  88. 1bd17c4 display: keep the cursor switched on when resizing the screen by Benno Schulenberg · 7 years ago
  89. 762fb4b display: switch off the cursor early on during startup by Benno Schulenberg · 7 years ago
  90. a2b4f00 tweaks: fix compilation when configured with --disable-histories by Benno Schulenberg · 7 years ago
  91. 15738c6 history: remove the migration service for the old searches file by Benno Schulenberg · 7 years ago
  92. ede44e1 build: add history.c to the list of files with translatable strings by David Lawrence Ramsey · 7 years ago
  93. c8a2f36 input: recognize Option+Arrow keys on iTerm2 in "xterm mode" by Benno Schulenberg · 7 years ago
  94. f2f7498 tweaks: rename two variables, for contrast, and frob some comments by Benno Schulenberg · 7 years ago
  95. 762f997 tweaks: elide two variables by using a pointer instead of an index by Benno Schulenberg · 7 years ago
  96. 504a972 softwrap: break before multi-column Unicode blanks when they overshoot by David Lawrence Ramsey · 7 years ago
  97. 3f35e96 syntax: nanorc: properly color valid arguments of 'selectedcolor' by David Lawrence Ramsey · 7 years ago
  98. b5346bc tweaks: rename a variable, to avoid a possible confusion by Benno Schulenberg · 7 years ago
  99. 7c3c3cb tweaks: discard some obsolete debugging stuff by Benno Schulenberg · 7 years ago
  100. b27ab4f browser: place the cursor properly on the selected file when -g is used by Benno Schulenberg · 7 years ago