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