Age | Commit message (Expand) | Author | Files | Lines |
2024-04-28 | files: run `chmod` and `chown` on the descriptor, not on the filenameat-nano-7.2 | Benno Schulenberg | 3 | -13/+14 |
2024-04-18 | justify: set `x = 0` for the undo item, for when using --cutfromcursor | Benno Schulenberg | 1 | -1/+2 |
2024-04-18 | startup: use a format string, to deflect format-string attacks | Benno Schulenberg | 1 | -1/+1 |
2024-04-18 | linter: use a format string, to deflect format-string attacks | Benno Schulenberg | 1 | -3/+3 |
2023-01-18 | po: update translations and regenerate POT file and PO filesv7.2 | Benno Schulenberg | 39 | -1122/+1124 |
2023-01-18 | bump version numbers and add a news item for the 7.2 release | Benno Schulenberg | 10 | -11/+31 |
2023-01-17 | bindings: let ^/ toggle between the 'search' and 'gotoline' menus | Benno Schulenberg | 1 | -0/+1 |
2023-01-17 | gnulib: update to its current upstream state | Benno Schulenberg | 1 | -1/+1 |
2023-01-12 | docs: give ^K and ^U some useful function in the alternative bindings | Benno Schulenberg | 1 | -1/+2 |
2023-01-12 | docs: put the binding of ^Y after its unbinding, for it to be effective | Benno Schulenberg | 1 | -2/+2 |
2023-01-06 | tweaks: separate a special thanks from the preceding ones | Benno Schulenberg | 1 | -2/+2 |
2023-01-06 | copyright: update the years for the FSF | Benno Schulenberg | 23 | -25/+25 |
2023-01-05 | syntax: html: colorize specially the other two emphasizing tags too | Benno Schulenberg | 1 | -2/+2 |
2023-01-05 | tweaks: rewrap an old news item | Benno Schulenberg | 1 | -16/+16 |
2023-01-04 | input: disallow bracketed pastes when in view mode | Benno Schulenberg | 1 | -1/+4 |
2023-01-02 | tweaks: avoid warnings when compiling with -Wpedantic | Benno Schulenberg | 2 | -2/+2 |
2022-12-14 | po: update translations and regenerate POT file and PO filesv7.1 | Benno Schulenberg | 40 | -627/+3510 |
2022-12-14 | bump version numbers and add a news item for the 7.1 release | Benno Schulenberg | 10 | -11/+29 |
2022-12-11 | tweaks: wrap overlong lines in the Tcl syntax, to make them manageable | Benno Schulenberg | 1 | -4/+15 |
2022-12-11 | copyright: update the last year for significantly changed files | Benno Schulenberg | 8 | -8/+8 |
2022-12-09 | docs: say thanks to the Albanian translator | Benno Schulenberg | 1 | -1/+2 |
2022-12-02 | rcfile: report an error when an included file does not exist | Benno Schulenberg | 1 | -2/+2 |
2022-11-30 | tweaks: avoid passing NULL to access() | Benno Schulenberg | 1 | -1/+1 |
2022-11-28 | text: upon Enter, eat only lefthand blanks, not any other characters | Benno Schulenberg | 1 | -1/+1 |
2022-11-18 | build: fix compilation when configured with --disable-comment | Benno Schulenberg | 1 | -1/+4 |
2022-11-15 | po: update translations and regenerate POT file and PO filesv7.0 | Benno Schulenberg | 38 | -21266/+21586 |
2022-11-15 | bump version numbers and add a news item for the 7.0 release | Benno Schulenberg | 12 | -15/+132 |
2022-11-13 | gnulib: update to its current upstream state | Benno Schulenberg | 1 | -1/+1 |
2022-11-11 | tweaks: attribute some of the features that were added in the last years | Benno Schulenberg | 1 | -1/+3 |
2022-10-20 | docs: improve the legibility of an itemized list | Benno Schulenberg | 1 | -13/+21 |
2022-10-17 | startup: for +/string, center the found occurrence when possible | Benno Schulenberg | 1 | -0/+1 |
2022-10-16 | startup: report an empty search string also when there is a modifier | Benno Schulenberg | 1 | -1/+1 |
2022-10-09 | execute: show "Cancelled" instead of "Error" when the user hits ^C | Benno Schulenberg | 1 | -2/+2 |
2022-10-09 | filtering: terminate also the sender process when the user hits ^C | Benno Schulenberg | 1 | -3/+10 |
2022-10-07 | files: improve the error handling when executing an external command | Benno Schulenberg | 1 | -4/+25 |
2022-10-03 | tweaks: elide an unused return value | Benno Schulenberg | 1 | -8/+4 |
2022-10-03 | tweaks: elide an unused parameter | Benno Schulenberg | 1 | -3/+3 |
2022-09-28 | filtering: when returning to a line number, ensure it is within range | Benno Schulenberg | 1 | -1/+5 |
2022-09-28 | tweaks: replace sizeof(char) with 1, as that is assumed anyway | Benno Schulenberg | 2 | -7/+7 |
2022-09-28 | tweaks: avoid iterating over the same string twice in a row | Benno Schulenberg | 4 | -14/+13 |
2022-09-27 | files: before sending data to an external command, decode LF back to NUL | Benno Schulenberg | 1 | -1/+10 |
2022-09-27 | startup: quit when standard input is not a TTY (after handling arguments) | Benno Schulenberg | 1 | -0/+4 |
2022-09-26 | tweaks: simplify a pasting routine, modelling it after the injection one | Benno Schulenberg | 1 | -8/+4 |
2022-09-26 | tweaks: improve two comments, and exclude two unneeded prototypes | Benno Schulenberg | 4 | -7/+8 |
2022-09-25 | input: allocate two small character buffers too, and never free them | Benno Schulenberg | 2 | -13/+22 |
2022-09-25 | input: give up when the capacity of the keystroke buffer overflows | Benno Schulenberg | 1 | -4/+3 |
2022-09-25 | input: allocate a small keystroke buffer, and never free it | Benno Schulenberg | 2 | -9/+24 |
2022-09-23 | tweaks: reshuffle a declaration, and correct the wording of a comment | Benno Schulenberg | 1 | -7/+6 |
2022-09-22 | tweaks: condense a comment, add two small ones, and reshuffle a line | Benno Schulenberg | 1 | -13/+11 |
2022-09-20 | tweaks: reshuffle some lines, to be more readable instead of compact | Benno Schulenberg | 1 | -8/+13 |