1. ddd9c7a tweaks: try to distinguish between keystrokes and characters by Benno Schulenberg · 9 years ago
  2. 03c689c tweaks: normalize a type, and rewrap a line by Benno Schulenberg · 9 years ago
  3. 5270dd8 tweaks: add a reporter's name by Benno Schulenberg · 9 years ago
  4. f33796b tweaks: elide an impossible case by Benno Schulenberg · 9 years ago
  5. e679c51 tweaks: elide an unneeded variable by Benno Schulenberg · 9 years ago
  6. ba9214c syntaxes: add highlighting rules for Rust by Luke Francl · 9 years ago
  7. 68acc1d tabs: compute the number of required spaces without iterating by Benno Schulenberg · 9 years ago
  8. 1a4ec6c moving: allow specifying negative numbers in "Go To Line" by Benno Schulenberg · 9 years ago
  9. 6bb3097 tweaks: add a translator hint by Benno Schulenberg · 9 years ago
  10. c0c3073 browser: don't use a term that is not explained in the documentation by Benno Schulenberg · 9 years ago
  11. 49eaa7c docs: bump pointers to the newest version available by Jordi Mallach · 9 years ago
  12. c2b199e docs: use https for nano-editor.org, and drop the www by Jordi Mallach · 9 years ago
  13. 80552ae tweaks: elide an intermediate copy of some line data by Benno Schulenberg · 9 years ago
  14. dfbabc0 tweaks: fix a date and an email address by Benno Schulenberg · 9 years ago
  15. 59b9b22 moving: ignore any number when ^Y or ^V is given by Benno Schulenberg · 9 years ago
  16. 79e3eaf linter: refresh the edit window in order to actually place the cursor by Benno Schulenberg · 9 years ago
  17. 9106cc8 main: let the main loop restore the main menu, if needed by Benno Schulenberg · 9 years ago
  18. 17fb6df tweaks: reshuffle two lines and improve two comments by Benno Schulenberg · 9 years ago
  19. 95f417f tweaks: rewrap a bunch of lines and some comments by Benno Schulenberg · 9 years ago
  20. 49cb559 po: regenerated POT file, and updated PO files from TP by Benno Schulenberg · 9 years ago
  21. f26e88b tweaks: a few last tiny adjustments before release by Benno Schulenberg · 9 years ago
  22. 8875acf po: correctly advertise whether new PO files have arrived by Benno Schulenberg · 9 years ago
  23. a025878 po: delete an obsolete script by Benno Schulenberg · 9 years ago
  24. 9aaa835 docs: add a list of the important changes since version 2.2.6 by Benno Schulenberg · 9 years ago
  25. 627f04e docs: rename a file, to be less confusing by Benno Schulenberg · 9 years ago
  26. 158388c justify: enable cursor display also for the first keystroke afterward by Benno Schulenberg · 9 years ago
  27. 3e45c9c version: cover the copyrights that are not assigned to the FSF by Benno Schulenberg · 9 years ago
  28. 7165bd5 input: don't allocate too much, and don't move too many by Benno Schulenberg · 9 years ago
  29. 883373c undo: start renumbering from the head of the paste, not from its tail by Benno Schulenberg · 9 years ago
  30. 9536edf add a news item for 2.6.0 by Benno Schulenberg · 9 years ago
  31. efa42e4 docs: update the version number for the upcoming release by Benno Schulenberg · 9 years ago
  32. 3e5fcec remove the GNU marker from nano's name by Benno Schulenberg · 9 years ago
  33. 956fead browser: show an error message when selecting an inaccessible directory by Benno Schulenberg · 9 years ago
  34. aa09abe files: when the requested operating directory cannot be set, fail by Benno Schulenberg · 9 years ago
  35. 5aa1df3 files: recompute the multidata only when the applicable syntax changed by Benno Schulenberg · 9 years ago
  36. ca2c808 files: free all the multidata when a file is saved, then recompute it by Benno Schulenberg · 9 years ago
  37. d87c357 tweaks: remove two redundant assignments by Benno Schulenberg · 9 years ago
  38. ccffc54 text: after undoing or redoing something, unset the mark by Benno Schulenberg · 9 years ago
  39. 83b89a4 text: remove a redundant undo element by Benno Schulenberg · 9 years ago
  40. 87a2544 text: remove a pointless setting of an undo element; it is never used by Benno Schulenberg · 9 years ago
  41. 9192b7f text: add an undo item before starting to comment or uncomment lines by Benno Schulenberg · 9 years ago
  42. 5dee9fb files: it is fine to "change" the name of a nameless buffer by Benno Schulenberg · 9 years ago
  43. f0c65bc tweaks: add come comments and rename a variable by Benno Schulenberg · 9 years ago
  44. 5f4d759 tweaks: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
  45. ec7b20e syntax: don't call getcwd() with a NULL pointer by Benno Schulenberg · 9 years ago
  46. edf230b text: store the new file size in the undo item also when joining lines by Benno Schulenberg · 9 years ago
  47. 0eefd2c README.GIT: reformat the text a bit by Benno Schulenberg · 9 years ago
  48. f390eb8 docs: mention that pkg-config is needed when building from git by Benno Schulenberg · 9 years ago
  49. 9f4b4c9 files: prevent dereferencing a possible (although very unlikely) NULL by Benno Schulenberg · 9 years ago
  50. 0293eac files: report an unwritable file in a separate message by Benno Schulenberg · 9 years ago
  51. 0172cb0 tweaks: improve a couple of comments by Benno Schulenberg · 9 years ago
  52. 56f067a chars: ensure that files are sorted also when strncasecmp() is strange by Benno Schulenberg · 9 years ago
  53. 660584c search: find, and thus delete, only exact matches from history by Benno Schulenberg · 9 years ago
  54. e198c85 tweaks: rename two variables, and elide a third by Benno Schulenberg · 9 years ago
  55. 05e2a6d chars: a control character can never be an invalid multibyte sequence by Benno Schulenberg · 9 years ago
  56. 21d9bd1 tweaks: rename some variables to be more readable by Benno Schulenberg · 9 years ago
  57. 5864d97 tweaks: harmonize the routine for tabs with the one for spaces by Benno Schulenberg · 9 years ago
  58. 3ac3764 screen: check for the most frequent character first: a space by Benno Schulenberg · 9 years ago
  59. b42887f tweaks: adjust a couple of comments by Benno Schulenberg · 9 years ago
  60. 4172268 chars: the representation of control characters is always two columns wide by Benno Schulenberg · 9 years ago
  61. a9f79a6 tweaks: reindent and rewrap a few lines, and shorten a comment by Benno Schulenberg · 9 years ago
  62. 115aeda text: keep the file size correct when undoing/redoing a comment/uncomment by Mike Scalora · 9 years ago
  63. 17cf833 tweaks: normalize some whitespace by Benno Schulenberg · 9 years ago
  64. aaab6e5 screen: when using positionlog, show as much of the file as possible by Benno Schulenberg · 9 years ago
  65. fbd817f utils: rename some variables, to match those in strnlenpt() by Benno Schulenberg · 9 years ago
  66. e3e3f65 tweaks: use an available macro to silence a compiler warning by Benno Schulenberg · 9 years ago
  67. 3129ff6 tweaks: rename a variable, because nothing is returned there by Benno Schulenberg · 9 years ago
  68. 1d3d307 tweaks: more consistently use * instead of [0] when checking for '\0' by Benno Schulenberg · 9 years ago
  69. 2fae87d tweaks: harmonize some indentations, elide an #ifdef, and rewrap a line by Benno Schulenberg · 9 years ago
  70. a5b3f00 chars: make comparing multibyte strings twice as fast by Benno Schulenberg · 9 years ago
  71. 1bffa17 tweaks: rename two more variables by Benno Schulenberg · 9 years ago
  72. a151167 tweaks: rename some variables for contrast by Benno Schulenberg · 9 years ago
  73. 6a2032f new feature: comment/uncomment current line or selected lines by Mike Scalora · 9 years ago
  74. d3bd855 tweaks: rename a function, and move the sorting there too by Benno Schulenberg · 9 years ago
  75. bd3f156 browser: move all openings and closings of a directory to the same function by Rishabh Dave · 9 years ago
  76. 3b21659 tweaks: elide four #ifdefs, improve one comment and unwrap some others by Benno Schulenberg · 9 years ago
  77. bf64386 tweaks: rename a variable, for aptness by Benno Schulenberg · 9 years ago
  78. 1b902d6 tweaks: elide unneeded intermediate assignments by Benno Schulenberg · 9 years ago
  79. 619044e tweaks: put some conditions in a better order: the main one first by Benno Schulenberg · 9 years ago
  80. e0e788e tweaks: reshuffle a few things by Benno Schulenberg · 9 years ago
  81. a617d9c tweaks: remove a redundant assignment by Benno Schulenberg · 9 years ago
  82. 99e6293 tweaks: remove an unnecessary intermediate assignment by Benno Schulenberg · 9 years ago
  83. 286b6a9 tweaks: rename a variable, to indicate better what it contains by Benno Schulenberg · 9 years ago
  84. 27e07d2 tweaks: rename two variables, to avoid using a name for different purposes by Benno Schulenberg · 9 years ago
  85. 1228b2c tweaks: rename a variable, to indicate what it contains by Benno Schulenberg · 9 years ago
  86. d6a04b8 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
  87. fbb6208 browser, files: use full path in error message when in confined mode by Benno Schulenberg · 9 years ago
  88. c028568 startup: show an error message when argument of --operatingdir is invalid by Benno Schulenberg · 9 years ago
  89. 60da39c files: fix a memory leak by Benno Schulenberg · 9 years ago
  90. 2e75c22 browser: fix a memory leak by Benno Schulenberg · 9 years ago
  91. 9576eb6 browser: show a message when getcwd() fails, instead of just beeping by Benno Schulenberg · 9 years ago
  92. f9fe9a7 backups: take an unlikely condition into account by Benno Schulenberg · 9 years ago
  93. 8bf5e58 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
  94. f6fdeeb files: remove a redundant condition by Benno Schulenberg · 9 years ago
  95. e65352b files: when writing a lockfile fails, continue loading the file by Benno Schulenberg · 9 years ago
  96. c8f530a statusbar: add a non-beeping message type that does not get overwritten by Benno Schulenberg · 9 years ago
  97. c9d1936 files: don't reuse a variable that may have been modified by dirname() by Benno Schulenberg · 9 years ago
  98. faf5227 files: remove a superfluous condition, and do not ignore a "No" by Benno Schulenberg · 9 years ago
  99. bc33539 files: upgrade the locking errors, so they will not be overwritten by Benno Schulenberg · 9 years ago
  100. 906ada8 files: remove the special 'quiet' mechanism for not overwriting messages by Benno Schulenberg · 9 years ago