1. 4bbbb18 tweaks: adjust the indentation after the previous change by Benno Schulenberg · 8 years ago
  2. 6645351 tweaks: avoid trying to stat a file that might be NULL [coverity scan] by Benno Schulenberg · 8 years ago
  3. a5981ab tweaks: don't close a descriptor when its stream has already been closed by Benno Schulenberg · 8 years ago
  4. 807f5c2 tweaks: do not leak the indentation when all lines are empty by Benno Schulenberg · 8 years ago
  5. 1b2a091 tweaks: condense or improve some comments by Benno Schulenberg · 8 years ago
  6. bd770ea text: properly unindent lines that consist of only whitespace by Benno Schulenberg · 8 years ago
  7. c3de3ec gnulib: update to its current upstream state by Benno Schulenberg · 8 years ago
  8. 8b86af3 tweaks: adjust the indentation after the previous change by Benno Schulenberg · 8 years ago
  9. 21a5978 tweaks: reshuffle some code to harmonize two related functions by Benno Schulenberg · 8 years ago
  10. b4fd08f tweaks: keep the const qualifier of the syntax name [coverity scan] by Benno Schulenberg · 8 years ago
  11. 252dc13 tweaks: reshuffle some declarations and trim a few comments by Benno Schulenberg · 8 years ago
  12. de57d8b files: don't try to open a negative file descriptor [coverity scan] by Benno Schulenberg · 8 years ago
  13. dbbe267 files: don't close a file descriptor when opening failed [coverity scan] by Benno Schulenberg · 8 years ago
  14. eed0090 tweaks: close a file also in the error path [coverity scan] by Benno Schulenberg · 8 years ago
  15. 52e2e52 tweaks: allow enough space for the Y/N/A characters [coverity scan] by Benno Schulenberg · 8 years ago
  16. 3f0e42c syntax: c: give labels some color too by Benno Schulenberg · 8 years ago
  17. d8e5799 tweaks: adjust the indentation after the previous change by Benno Schulenberg · 8 years ago
  18. 0f4716e text: make unindenting remove from the beginning of the line by David Lawrence Ramsey · 8 years ago
  19. 749b1b3 text: make indenting add to the beginning of the line by David Lawrence Ramsey · 8 years ago
  20. 566a2da tweaks: remove unneeded parentheses and blank line and braces by David Lawrence Ramsey · 8 years ago
  21. 9f6c3a6 display: don't doubly show tabs that cross a chunk boundary by Benno Schulenberg · 8 years ago
  22. 6273768 tweaks: renumber the special key codes, to be in sequence and grouped by Benno Schulenberg · 8 years ago
  23. 4562401 bindings: hard-bind Alt+Up and Alt+Down to findprevious and findnext by Benno Schulenberg · 8 years ago
  24. 1cc030f bindings: hard-bind Alt+Left and Alt+Right to buffer switching by Urja Rannikko · 8 years ago
  25. 65d1655 softwrap: don't push a straddling tab to the next chunk by David Lawrence Ramsey · 8 years ago
  26. 8e779b6 softwrap: properly update the viewport when adding text at firstcolumn by David Lawrence Ramsey · 8 years ago
  27. 3ab943c tweaks: condense some logic, to elide a variable and a comment by Benno Schulenberg · 8 years ago
  28. ec20e3a tweaks: rename a function, to let it make more sense by Benno Schulenberg · 8 years ago
  29. dd88842 tweaks: elide the global variable 'full_operating_dir' by Benno Schulenberg · 8 years ago
  30. 751e7f0 files: do not silently ignore an invalid backup directory, but die by Benno Schulenberg · 8 years ago
  31. ee3254b tweaks: simply set the proper scrolling mode, instead of imitating it by Benno Schulenberg · 8 years ago
  32. 938aa63 tweaks: drop some debugging stuff by Benno Schulenberg · 8 years ago
  33. 06ffcfa display: catch all cases where the cursor can be pushed offscreen by Benno Schulenberg · 8 years ago
  34. f2317cc tweaks: a comma does not end a sentence, and is not part of a variable by Benno Schulenberg · 8 years ago
  35. b281fd7 tweaks: snip a superfluous clearing of the bottom bars after help by Benno Schulenberg · 8 years ago
  36. 7e334c9 tweaks: harmonize some prototypes with their functions by David Lawrence Ramsey · 8 years ago
  37. 11072ed tweaks: sort the includes, so it's a little easier to see what is there by Benno Schulenberg · 8 years ago
  38. 67915f5 tweaks: restore an include that is necessary on some platforms by Benno Schulenberg · 8 years ago
  39. 884d410 syntax: python: don't require a character after an opening triple quote by Benno Schulenberg · 8 years ago
  40. 1c1cbae small addition: allow customizing the color of selected text by David Lawrence Ramsey · 8 years ago
  41. 276ab2c tweaks: reshuffle code and frob comments, to reduce the number of lines by Benno Schulenberg · 8 years ago
  42. 80686bb tweaks: remove includes that appear to be superfluous by Benno Schulenberg · 8 years ago
  43. 969e99b tweaks: adjust spacing and wording in sample.nanorc by David Lawrence Ramsey · 8 years ago
  44. 94b484e syntax: html: don't bother coloring tags that cross line boundaries by Benno Schulenberg · 8 years ago
  45. ac2c81f tweaks: correct a comment typo and an indentation error by David Lawrence Ramsey · 8 years ago
  46. 829a1a5 new feature: allow pasting at all input prompts by Rishabh Dave · 8 years ago
  47. 5dcf375 linting: skip the introductory message produced by 'gcc -fshow-column' by Benno Schulenberg · 8 years ago
  48. 50379cc tweaks: elide an unneeded pointer by Benno Schulenberg · 8 years ago
  49. e2d3ee2 tweaks: replace a misplaced tab with a space by David Lawrence Ramsey · 8 years ago
  50. beae2da weeding: remove redundant casts of nmalloc() by David Lawrence Ramsey · 8 years ago
  51. 79c836b tweaks: drop some debugging stuff, and frob two comments by Benno Schulenberg · 8 years ago
  52. c24432e linting: don't try to put the cursor at a negative x position by Benno Schulenberg · 8 years ago
  53. 85bffcf tweaks: use charalloc() instead of (char *)nmalloc() * sizeof(char) by David Lawrence Ramsey · 8 years ago
  54. 381a386 weeding: drop the forreal parameter from place_the_cursor() by David Lawrence Ramsey · 8 years ago
  55. 6f9bb53 tweaks: set the target row for smooth scrolling more directly by David Lawrence Ramsey · 8 years ago
  56. 4d54231 po: regenerate POT file and PO files by Benno Schulenberg · 8 years ago
  57. 8f2ac1b bump version numbers and add a news item for the 2.8.6 release by Benno Schulenberg · 8 years ago
  58. ee8681d tweaks: only compensate for a partially-offscreen line in softwrap mode by David Lawrence Ramsey · 8 years ago
  59. a1fba43 pasting: restore the cap on the number of chunks to move backward by Benno Schulenberg · 8 years ago
  60. 0e4cbd4 softwrap: when possible, go back a whole bunch of chunks at a time by Benno Schulenberg · 8 years ago
  61. ce68f81 softwrap: remove unneeded caps on the number of chunks to move by David Lawrence Ramsey · 8 years ago
  62. 255f547 startup: in default mode, display the tail of the file as Pico does by Benno Schulenberg · 8 years ago
  63. 2a7c9b7 files: don't bother counting rows when opening a fresh buffer by Benno Schulenberg · 8 years ago
  64. 1146381 tweaks: drop a bunch of useless asserts by Benno Schulenberg · 8 years ago
  65. 8b1f283 moving: fix the cursor jumping back and forth with non-smooth paging by David Lawrence Ramsey · 8 years ago
  66. 43a5c87 suspension: prevent entering an invalid byte upon resume (with S-Lang) by Benno Schulenberg · 8 years ago
  67. e4a69f8 docs: move the descriptions of 'header' and 'magic' next to 'syntax' by Benno Schulenberg · 8 years ago
  68. 8b3213c tweaks: chuck some debugging stuff by Benno Schulenberg · 8 years ago
  69. 14c5f03 tweaks: rename another constant, to be more precise by Benno Schulenberg · 8 years ago
  70. 1e2d9a6 tweaks: rename a constant, to match the corresponding option by Benno Schulenberg · 8 years ago
  71. 63c428a options: rename --cut to --cutfromcursor, to be clearer by Benno Schulenberg · 8 years ago
  72. f55b65b syntax: nanorc: don't color the argument of 'linter' as if invalid by Benno Schulenberg · 8 years ago
  73. f4c3670 docs: reword the explanation of the 'syntax' command by Benno Schulenberg · 8 years ago
  74. 6d121cc docs: improve some spacing, especially of the synopsis in the PDF by Benno Schulenberg · 8 years ago
  75. e57b755 docs: use the @command and @option mark-up more consistently by Benno Schulenberg · 8 years ago
  76. fb54783 syntax: texinfo: cover also some special cases like @U, @OE and @TeX by Benno Schulenberg · 8 years ago
  77. 961294f docs: add some more mark-up to the Info document by Benno Schulenberg · 8 years ago
  78. 46cec27 docs: use real cross references in the Info document by Benno Schulenberg · 8 years ago
  79. baa73d6 docs: improve cross references and mark-up in the Info document by Benno Schulenberg · 8 years ago
  80. 6855b79 tweaks: swap ^X and ^L in the help lines of the help viewer by Benno Schulenberg · 8 years ago
  81. 934a219 screen: retain the same help-line tags when the window is resized by Benno Schulenberg · 8 years ago
  82. 5df47bf display: avoid a jumpy cursor by redrawing bottom bars only when needed by Benno Schulenberg · 8 years ago
  83. fb51d61 text: adjust the comments in do_indent() and do_unindent() by David Lawrence Ramsey · 8 years ago
  84. 7e9799d text: remove the last usage of cols in do_indent() and do_unindent() by David Lawrence Ramsey · 8 years ago
  85. d02c199 text: normalize the indentation in do_indent() and do_unindent() by David Lawrence Ramsey · 8 years ago
  86. 42f5a84 text: remove indent-related code from do_unindent() by David Lawrence Ramsey · 8 years ago
  87. 109ad09 text: remove unindent-related code from do_indent() by David Lawrence Ramsey · 8 years ago
  88. ee52f45 text: remove unneeded references to cols from the indentation routines by David Lawrence Ramsey · 8 years ago
  89. 2367f3d text: make do_unindent() an exact copy of do_indent() by David Lawrence Ramsey · 8 years ago
  90. 684fc8f tweaks: remove two superfluous includes by Benno Schulenberg · 8 years ago
  91. 092174d tweaks: move an include to the file that actually makes use of it by Benno Schulenberg · 8 years ago
  92. 78bc8b6 tweaks: avoid a clang warning about an expression being treated as NULL by Benno Schulenberg · 8 years ago
  93. d58ef8d gnulib: update to its current state by Benno Schulenberg · 8 years ago
  94. 4f3249d display: when converting tabs, don't go beyond the screen width by David Lawrence Ramsey · 8 years ago
  95. ecc7c26 tweaks: rename a variable, to have more contrast by Benno Schulenberg · 8 years ago
  96. fbbf501 tweaks: rename four functions, to be more distinct by Benno Schulenberg · 8 years ago
  97. ac7a071 options: recognize -a and --atblanks on the command line by Benno Schulenberg · 8 years ago
  98. 09723b0 tweaks: fix compilation with --enable-tiny by Benno Schulenberg · 8 years ago
  99. dd667ce softwrap: don't flag EOL too early, nor break continuous text too early by David Lawrence Ramsey · 8 years ago
  100. 482fb35 tweaks: elide unneeded calls of get_last_chunk_leftedge() by Benno Schulenberg · 8 years ago