1. 73a90d8 nano: fix implicit declaration of time function by Dan Pasanen · 7 years ago o8.1
  2. 5f38d96 nano: Make revision.h a stub by Luca Stefani · 8 years ago
  3. c69c4f7 nano: Update makefile for new nanorc path by Luca Stefani · 8 years ago
  4. 27f0698 nano: Add nanorc by Luca Stefani · 8 years ago
  5. 067d8d2 nano: Add android makefile by Luca Stefani · 8 years ago
  6. 8b2cfcb nano: Add config.h and revision.h by Luca Stefani · 8 years ago
  7. b4ade4e nano: Don't ignore config.h & revision.h by Luca Stefani · 8 years ago
  8. d646a3b po: update translations and regenerate POT file and PO files by Benno Schulenberg · 7 years ago
  9. 800a997 bump version numbers and add a news item for the 2.9.1 release by Benno Schulenberg · 7 years ago
  10. c17a8a9 undo: discarding the stack does not always lose information by Benno Schulenberg · 7 years ago
  11. 20aa167 files: always update the stat info when the entire file is written by Benno Schulenberg · 7 years ago
  12. 0c9905d undo: clear the Modified state when the very first edit is undone by Benno Schulenberg · 7 years ago
  13. 73c7f1c history: make nano's state directory accessible for the user only by Benno Schulenberg · 7 years ago
  14. 4200ed3 history: create the path '~/.local/share/' when it is needed by Benno Schulenberg · 7 years ago
  15. 2b314ed selecting: let a justification cancel a softmark by Benno Schulenberg · 7 years ago
  16. 88a0bb9 selecting: do not cancel the softmark when the cursor is not moved by Benno Schulenberg · 7 years ago
  17. 1e718ce tweaks: reshuffle a couple of lines, to put similar things together by Benno Schulenberg · 7 years ago
  18. 5487551 history: save the positions file also when a record was deleted by Benno Schulenberg · 7 years ago
  19. 763bf2e gnulib: update to its current upstream state by Benno Schulenberg · 7 years ago
  20. cf63a29 files: save the marked region only when we've prompted for a file name by Benno Schulenberg · 7 years ago
  21. 7c3c942 tweaks: adjust indentation after previous change by Benno Schulenberg · 7 years ago
  22. 77d2430 tweaks: reshuffle a couple of lines, and frob a comment or two by Benno Schulenberg · 7 years ago
  23. d33b5f3 tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments by Benno Schulenberg · 7 years ago
  24. c24e95e tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough by Benno Schulenberg · 7 years ago
  25. c42489d linting: switch the mark off when the linter starts by Benno Schulenberg · 7 years ago
  26. 2b438e6 input: make the macro key discoverable by giving feedback when undefined by Benno Schulenberg · 7 years ago
  27. 8165b20 build: fix compilation with --disable-browser --disable-tabcomp by Benno Schulenberg · 7 years ago
  28. bacb0f7 syntax: adjust the magic strings for the changes since file-5.10 by Benno Schulenberg · 7 years ago
  29. 11a3bc4 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 7 years ago
  30. 0465adb bump version numbers and add a news item for the 2.9.0 release by Benno Schulenberg · 7 years ago
  31. 7ea13d4 tweaks: correct two minor things in the documentation by Benno Schulenberg · 7 years ago
  32. 06049f5 docs: update references to the nanorc files for the XDG changes by Benno Schulenberg · 7 years ago
  33. 4220854 docs: mention that macros work correctly only on terminal emulators by Benno Schulenberg · 7 years ago
  34. f6e8343 tweaks: elide a comment, and improve a couple of others by Benno Schulenberg · 7 years ago
  35. 169da09 files: don't change file format when inserting into an existing buffer by David Lawrence Ramsey · 7 years ago
  36. e6a92b1 painting: evade an ncurses bug by adding the A_PROTECT attribute by Benno Schulenberg · 7 years ago
  37. ab14df0 search: wipe reassuring feedback as soon as searching has finished by Benno Schulenberg · 7 years ago
  38. 5198c1f tweaks: frob a couple of comments by Benno Schulenberg · 7 years ago
  39. 1e29214 docs: make it clearer that a Signed-off-by is wanted on patches by Benno Schulenberg · 7 years ago
  40. 8649c78 tweaks: drop the ineffective cgitrc -- sorting by "age" does not work by Benno Schulenberg · 7 years ago
  41. 5239e7c copyright: update some years, and standardize on the dashed format by Benno Schulenberg · 7 years ago
  42. f6b6e6c tweaks: reshuffle a bit of code and elide an unneeded variable by Benno Schulenberg · 7 years ago
  43. 0c2b54a tweaks: rename a function plus two parameters, to be more fitting by Benno Schulenberg · 7 years ago
  44. a7f5907 tweaks: move a general function to the utils.c file by Benno Schulenberg · 7 years ago
  45. dfcb126 tweaks: adjust a comment, and condense a fragment of code by Benno Schulenberg · 7 years ago
  46. 2122a1a tweaks: constify the result strings of getenv(), as a reminder by Benno Schulenberg · 7 years ago
  47. e2d3bba general: do not free strings gotten from getenv(), to avoid a crash by Marco Diego Aurélio Mesquita · 7 years ago
  48. 4567360 gnulib: update to its current upstream state by Benno Schulenberg · 7 years ago
  49. 478e34a ouch: set the positions-file name also when using the legacy state dir by Benno Schulenberg · 7 years ago
  50. ea47879 tweaks: don't construct the positions-history filename time and again by Benno Schulenberg · 7 years ago
  51. bfc53f3 history: prevent overwriting of positions between multiple instances by Brand Huntsman · 7 years ago
  52. f0d3685 input: ensure that standard input uses blocking mode by Lion Yang · 7 years ago
  53. 7e6bb91 tweaks: add a translator hint, and adjust two others by Benno Schulenberg · 7 years ago
  54. 7b133aa tweaks: change some mayday messages, to urge the user to report a bug by Benno Schulenberg · 7 years ago
  55. 477b246 tweaks: use printf's z modifier for most of the size_t/ssize_t types by David Lawrence Ramsey · 7 years ago
  56. 7d653e5 history: fix the check for an existing $HOME/.nano/ directory by David Lawrence Ramsey · 7 years ago
  57. c16e79b startup: look for nanorc and history files also in the XDG directories by Simon Ochsenreither · 7 years ago
  58. 1463781 startup: when an rcfile contains errors, report this on the status bar by Benno Schulenberg · 7 years ago
  59. c3a11fb options: remove '--quiet' and 'set quiet', because they hide problems by Benno Schulenberg · 7 years ago
  60. 953c2b8 startup: don't ask the user to press Enter upon an rcfile error by Benno Schulenberg · 7 years ago
  61. d054044 tweaks: transform the token DISABLE_EXTRA to ENABLE_EXTRA by Benno Schulenberg · 7 years ago
  62. 9dc72cf tweaks: avoid an unused-variable warning with --disable-nanorc by Benno Schulenberg · 7 years ago
  63. d5ac1ed tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR by Benno Schulenberg · 7 years ago
  64. 2a4fc95 tweaks: transform the token DISABLE_SPELLER to ENABLE_SPELLER by Benno Schulenberg · 7 years ago
  65. f034992 tweaks: transform the token DISABLE_WRAPJUSTIFY to ENABLED_WRAPORJUSTIFY by Benno Schulenberg · 7 years ago
  66. db0b849 tweaks: transform the token DISABLE_JUSTIFY to ENABLE_JUSTIFY by Benno Schulenberg · 7 years ago
  67. c4d2a92 tweaks: reshuffle some code in order to elide a variable by Benno Schulenberg · 7 years ago
  68. 4e03a24 tweaks: adjust two comments, and correct and a few cosmetic mistakes by Benno Schulenberg · 7 years ago
  69. 028d12f tweaks: transform the token DISABLE_OPERATINGDIR to ENABLE_OPERATINGDIR by Benno Schulenberg · 7 years ago
  70. a5974bd tweaks: transform the token DISABLE_WRAPPING to ENABLE_WRAPPING by Benno Schulenberg · 7 years ago
  71. 87da3ec tweaks: remove another bit of conditional compilation by Benno Schulenberg · 7 years ago
  72. ff35a61 tweaks: transform the token DISABLE_HISTORIES to ENABLE_HISTORIES by Benno Schulenberg · 7 years ago
  73. 3f27c31 tweaks: get rid of some cluttering conditional compilation by Benno Schulenberg · 7 years ago
  74. ab6e4e3 tweaks: fix compilation with --enable-tiny --enable-histories by Benno Schulenberg · 7 years ago
  75. 84c650b files: avoid an abortion when excuting a command in a new buffer by Benno Schulenberg · 7 years ago
  76. 42497f7 tweaks: rename some constants, to follow the same underscoreless scheme by Benno Schulenberg · 7 years ago
  77. 86ef9db tweaks: remove a useless prefix from a hundred constants by Benno Schulenberg · 7 years ago
  78. 160abab tweaks: rename a macro, to make a little more sense by Benno Schulenberg · 7 years ago
  79. d84fb8d tweaks: remove a superfluous no-op function call by Benno Schulenberg · 7 years ago
  80. 14bf53d syntax: default: use colors that are readable also on dark backgrounds by Benno Schulenberg · 7 years ago
  81. ded02d8 search: suppress the "Search Wrapped" message when doing replacements by Benno Schulenberg · 7 years ago
  82. d4945c6 search: suppress the "not found" message when replacements were made by Benno Schulenberg · 7 years ago
  83. ddd300a help: allow firstline and lastline to work at the search prompt by David Lawrence Ramsey · 7 years ago
  84. d344c3d display: don't cut off zero-width characters at the end of a chunk by David Lawrence Ramsey · 7 years ago
  85. 3018ab4 moving: don't slither and slide over tabs when they are overlong by Benno Schulenberg · 7 years ago
  86. 2356693 docs: document the more everyday names of three bindable functions by David Lawrence Ramsey · 7 years ago
  87. 4d35835 docs: decribe the bindable functions 'recordmacro' and 'runmacro' by David Lawrence Ramsey · 7 years ago
  88. f8c75c4 search: don't bother saving and restoring the search direction by David Lawrence Ramsey · 7 years ago
  89. af20d45 bindings: don't allow calling help when searching in the help viewer by Benno Schulenberg · 7 years ago
  90. 08b4953 bindings: allow exiting from the help viewer with F1, like with ^G by Brand Huntsman · 7 years ago
  91. 5789955 tweaks: change the arrows to triangles also for searching in file browser by Benno Schulenberg · 7 years ago
  92. e1e6c5f bindings: make the search function rebindable again in help and browser by Benno Schulenberg · 7 years ago
  93. 58ecc03 tweaks: change the help-text arrows to triangles, to be more visible by Benno Schulenberg · 7 years ago
  94. 501d05c new feature: the ability to record and play back a series of keystrokes by Marco Diego Aurélio Mesquita · 7 years ago
  95. fc36ff7 options: retire 'set backwards' -- it's still recognized but a no-op by Benno Schulenberg · 7 years ago
  96. 3f735d2 bindings: make ^W start always a forward search (as there is ^Q now) by Benno Schulenberg · 7 years ago
  97. ba65cd4 bindings: make ^Q and ^S do something useful by default by Benno Schulenberg · 7 years ago
  98. c7eecd7 new feature: a bindable function that starts always a backward search by Benno Schulenberg · 7 years ago
  99. a7fa174 tweaks: adjust indentation and comments after the previous change by Benno Schulenberg · 7 years ago
  100. 217cfbf files: check for a changed disk file also for 'savefile' and --tempfile by Viorel Bota · 7 years ago