summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-28files: run `chmod` and `chown` on the descriptor, not on the filenameat-nano-7.2Benno Schulenberg3-13/+14
2024-04-18justify: set `x = 0` for the undo item, for when using --cutfromcursorBenno Schulenberg1-1/+2
2024-04-18startup: use a format string, to deflect format-string attacksBenno Schulenberg1-1/+1
2024-04-18linter: use a format string, to deflect format-string attacksBenno Schulenberg1-3/+3
2023-01-18po: update translations and regenerate POT file and PO filesv7.2Benno Schulenberg39-1122/+1124
2023-01-18bump version numbers and add a news item for the 7.2 releaseBenno Schulenberg10-11/+31
2023-01-17bindings: let ^/ toggle between the 'search' and 'gotoline' menusBenno Schulenberg1-0/+1
2023-01-17gnulib: update to its current upstream stateBenno Schulenberg1-1/+1
2023-01-12docs: give ^K and ^U some useful function in the alternative bindingsBenno Schulenberg1-1/+2
2023-01-12docs: put the binding of ^Y after its unbinding, for it to be effectiveBenno Schulenberg1-2/+2
2023-01-06tweaks: separate a special thanks from the preceding onesBenno Schulenberg1-2/+2
2023-01-06copyright: update the years for the FSFBenno Schulenberg23-25/+25
2023-01-05syntax: html: colorize specially the other two emphasizing tags tooBenno Schulenberg1-2/+2
2023-01-05tweaks: rewrap an old news itemBenno Schulenberg1-16/+16
2023-01-04input: disallow bracketed pastes when in view modeBenno Schulenberg1-1/+4
2023-01-02tweaks: avoid warnings when compiling with -WpedanticBenno Schulenberg2-2/+2
2022-12-14po: update translations and regenerate POT file and PO filesv7.1Benno Schulenberg40-627/+3510
2022-12-14bump version numbers and add a news item for the 7.1 releaseBenno Schulenberg10-11/+29
2022-12-11tweaks: wrap overlong lines in the Tcl syntax, to make them manageableBenno Schulenberg1-4/+15
2022-12-11copyright: update the last year for significantly changed filesBenno Schulenberg8-8/+8
2022-12-09docs: say thanks to the Albanian translatorBenno Schulenberg1-1/+2
2022-12-02rcfile: report an error when an included file does not existBenno Schulenberg1-2/+2
2022-11-30tweaks: avoid passing NULL to access()Benno Schulenberg1-1/+1
2022-11-28text: upon Enter, eat only lefthand blanks, not any other charactersBenno Schulenberg1-1/+1
2022-11-18build: fix compilation when configured with --disable-commentBenno Schulenberg1-1/+4
2022-11-15po: update translations and regenerate POT file and PO filesv7.0Benno Schulenberg38-21266/+21586
2022-11-15bump version numbers and add a news item for the 7.0 releaseBenno Schulenberg12-15/+132
2022-11-13gnulib: update to its current upstream stateBenno Schulenberg1-1/+1
2022-11-11tweaks: attribute some of the features that were added in the last yearsBenno Schulenberg1-1/+3
2022-10-20docs: improve the legibility of an itemized listBenno Schulenberg1-13/+21
2022-10-17startup: for +/string, center the found occurrence when possibleBenno Schulenberg1-0/+1
2022-10-16startup: report an empty search string also when there is a modifierBenno Schulenberg1-1/+1
2022-10-09execute: show "Cancelled" instead of "Error" when the user hits ^CBenno Schulenberg1-2/+2
2022-10-09filtering: terminate also the sender process when the user hits ^CBenno Schulenberg1-3/+10
2022-10-07files: improve the error handling when executing an external commandBenno Schulenberg1-4/+25
2022-10-03tweaks: elide an unused return valueBenno Schulenberg1-8/+4
2022-10-03tweaks: elide an unused parameterBenno Schulenberg1-3/+3
2022-09-28filtering: when returning to a line number, ensure it is within rangeBenno Schulenberg1-1/+5
2022-09-28tweaks: replace sizeof(char) with 1, as that is assumed anywayBenno Schulenberg2-7/+7
2022-09-28tweaks: avoid iterating over the same string twice in a rowBenno Schulenberg4-14/+13
2022-09-27files: before sending data to an external command, decode LF back to NULBenno Schulenberg1-1/+10
2022-09-27startup: quit when standard input is not a TTY (after handling arguments)Benno Schulenberg1-0/+4
2022-09-26tweaks: simplify a pasting routine, modelling it after the injection oneBenno Schulenberg1-8/+4
2022-09-26tweaks: improve two comments, and exclude two unneeded prototypesBenno Schulenberg4-7/+8
2022-09-25input: allocate two small character buffers too, and never free themBenno Schulenberg2-13/+22
2022-09-25input: give up when the capacity of the keystroke buffer overflowsBenno Schulenberg1-4/+3
2022-09-25input: allocate a small keystroke buffer, and never free itBenno Schulenberg2-9/+24
2022-09-23tweaks: reshuffle a declaration, and correct the wording of a commentBenno Schulenberg1-7/+6
2022-09-22tweaks: condense a comment, add two small ones, and reshuffle a lineBenno Schulenberg1-13/+11
2022-09-20tweaks: reshuffle some lines, to be more readable instead of compactBenno Schulenberg1-8/+13