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