Commit Graph

  • e0334e861d shutdown: when dying, do not install/restore a handler for Ctrl+C Benno Schulenberg 2021-09-28 18:05:15 +0200
  • b07fb5a811 files: exclude the call of fsync() from the tiny version Benno Schulenberg 2021-09-28 10:57:50 +0200
  • 9ab49658d7 files: prepending to a fifo makes no sense, so do not try that Benno Schulenberg 2021-09-28 10:05:23 +0200
  • bb3d367716 files: making a backup of a fifo makes no sense, so do not try that Benno Schulenberg 2021-09-28 09:40:03 +0200
  • 26c0a7962e files: check for a fifo only when it is an existing file Benno Schulenberg 2021-09-28 09:31:52 +0200
  • a2b20a1915 files: do not call fsync() on a fifo, to avoid a spurious error message Benno Schulenberg 2021-09-27 17:15:57 +0200
  • 2087c20a83 tweaks: in comments, say "buffer" instead of "file" where appropriate Benno Schulenberg 2021-09-27 16:37:03 +0200
  • 5512c63bdd copyright: update to the current year for significantly changed files Benno Schulenberg 2021-09-24 11:01:41 +0200
  • d31cf1da68 gnulib: update to its current upstream state Benno Schulenberg 2021-09-21 16:52:04 +0200
  • ce656cfca8 docs: improve the description of the spotlighting of a search match Benno Schulenberg 2021-09-21 16:49:40 +0200
  • 46cdf8b745 startup: if TERM is unset, try falling back to VT220 instead of failing Benno Schulenberg 2021-09-09 16:17:04 +0200
  • fdc0b0ac24 tweaks: rename three variables, to follow the general scheme Benno Schulenberg 2021-09-20 10:08:56 +0200
  • 42b7dea14b docs: add some details to the bug-reporting paragraph in the README Benno Schulenberg 2021-09-19 11:31:10 +0200
  • 239c794503 feedback: use a smaller diamond to represent an anchor, to not overflow Benno Schulenberg 2021-09-19 11:42:35 +0200
  • 189960c467 cutting: copy anchors into the cutbuffer, so that undo can restore them Benno Schulenberg 2021-09-15 12:56:27 +0200
  • 04f8aa83ef tweaks: reshuffle a few lines, for esthetics and to elide an #ifdef Benno Schulenberg 2021-09-17 10:06:21 +0200
  • 802a20b222 tweaks: rename a variable, to be more grammatical Benno Schulenberg 2021-09-16 12:32:19 +0200
  • 88f7ec38f8 docs: spell "filename" as a single word, like in most other occurrences Benno Schulenberg 2021-09-15 10:21:41 +0200
  • baaff48547 syntax: nanorc: recognize also the template of the sample nanorc file Benno Schulenberg 2021-09-15 10:00:41 +0200
  • 0010cd4443 tweaks: slightly reword or rewrap some comments in the sample nanorc Benno Schulenberg 2021-09-15 09:55:14 +0200
  • 7d6ffd9e78 docs: don't use "light" after "bold", as the latter often implies "light" Benno Schulenberg 2021-09-14 12:14:49 +0200
  • b8daf1fb0b docs: correct the default value of the errorcolor option Hussam al-Homsi 2021-09-12 13:55:17 -0400
  • fe5f05f037 files: give the user time to absorb a warning about someone else editing Benno Schulenberg 2021-09-12 10:33:18 +0200
  • 5cedb53c62 files: write a lock file also for a freshly saved buffer Benno Schulenberg 2021-09-12 09:54:31 +0200
  • 650dc14e0f tweaks: rename a defined type, to fit within the general pattern Benno Schulenberg 2021-09-11 17:57:02 +0200
  • 43ebabe05d docs: mention how to properly colorize all types in nano's source code Benno Schulenberg 2021-09-11 17:50:11 +0200
  • b6366411dc tweaks: reshuffle a few lines to avoid an #ifdef and unbalanced braces Benno Schulenberg 2021-09-11 15:07:05 +0200
  • 914921887e tweaks: rename a variable, to make more sense Benno Schulenberg 2021-09-11 11:09:56 +0200
  • 64a8f1930e history: emit a warning when file cannot be made private [coverity] Benno Schulenberg 2021-09-07 16:44:08 +0200
  • 0ac2dfd920 docs: refer to the FAQ when <Alt+Up> does nothing on a Linux console Benno Schulenberg 2021-09-04 12:29:31 +0200
  • aa553ee5d6 docs: correct the descriptions of how to invoke the spell checker Benno Schulenberg 2021-08-28 10:20:31 +0200
  • a8961c561f po: permit the Indonesian PO file to come back -- there was a big update Benno Schulenberg 2021-08-27 12:37:26 +0200
  • abce19b0e4 docs: improve the recipe in the FAQ for dealing with Alt+Up on a console Benno Schulenberg 2021-08-25 11:53:27 +0200
  • fc317660cb tweaks: harmonize the indentations in the FAQ somewhat Benno Schulenberg 2021-08-25 11:28:45 +0200
  • 949fcde6f7 docs: indent the paragraphs in the FAQ that list commands to be typed Benno Schulenberg 2021-08-25 11:25:05 +0200
  • 9f24b6ea65 po: delete the ancient PO files for Indonesian and Nynorsk Benno Schulenberg 2021-08-24 10:15:34 +0200
  • c6ba4ae89a docs: improve the descriptions of several bindable functions Benno Schulenberg 2021-08-23 10:12:55 +0200
  • dab3f95c71 tweaks: instead of "one" use "you", like in the rest of the man page Benno Schulenberg 2021-08-23 10:04:01 +0200
  • 840ad5890f docs: move the notice in the main man page, to try and catch other eyes Benno Schulenberg 2021-08-23 10:00:44 +0200
  • ae61bab60b files: when there is a slash after the dot, then there is no extension Benno Schulenberg 2021-08-23 09:51:14 +0200
  • d3a7f3abed tweaks: restore a quote that was accidentally deleted four months ago Benno Schulenberg 2021-08-23 09:34:55 +0200
  • 694cd9ddd4 build: ensure that mkstemps() is available by importing the gnulib module Benno Schulenberg 2021-08-22 10:52:29 +0200
  • 47c8e627f4 build: help Haiku find the header files that define mkstemps() Benno Schulenberg 2021-08-21 17:01:41 +0200
  • f429ebe34d files: add the original file's suffix to the name of a temporary file Benno Schulenberg 2021-08-20 12:25:04 +0200
  • 083bbae0e4 tweaks: rename a variable, away form an abbreviation Benno Schulenberg 2021-08-20 10:35:56 +0200
  • eaff5ec9e5 files: check the result of fdopen(), to avoid a possible crash Benno Schulenberg 2021-08-20 10:28:42 +0200
  • 51eb938fea tweaks: rewrap three lines, for esthetics Benno Schulenberg 2021-08-20 10:14:21 +0200
  • 296c5a32c7 docs: replace a non-problem in the FAQ with something possibly useful Benno Schulenberg 2021-08-18 11:45:11 +0200
  • ef6ccc47c8 syntax: perl, ruby: remove arbitrary highlighting of here documents Hussam al-Homsi 2021-08-06 18:42:28 -0400
  • eea2dfce48 tweaks: fix a typo Benno Schulenberg 2021-07-31 20:48:10 +0200
  • 85682abbd5 docs: add a simulated "screenshot" of nano to the README Benno Schulenberg 2021-07-21 10:15:07 +0200
  • 4005ee3284 docs: mention in the README which licenses cover nano's code and docs Benno Schulenberg 2021-07-21 10:01:35 +0200
  • 9ead4c87a7 docs: add a paragraph at the start of the README about what nano is Benno Schulenberg 2021-07-18 17:02:10 +0200
  • 1b5d9171f2 tweaks: try chmodding a dump file only when it was actually written Benno Schulenberg 2021-07-14 10:38:02 +0200
  • 50543300d9 tweaks: reshuffle some code to elide a variable, and improve a comment Benno Schulenberg 2021-07-14 10:36:15 +0200
  • d9469b894f tweaks: remove a redundant feedback message Benno Schulenberg 2021-07-14 10:21:01 +0200
  • 6b9c24f7dd feedback: when not in curses mode, write error messages to the terminal Benno Schulenberg 2021-07-14 10:16:31 +0200
  • 5954eeaff2 tweaks: reshuffle a fragment of code, to prepare for the next change Benno Schulenberg 2021-07-14 10:08:32 +0200
  • c84a769733 memory: free any allocated strings, also in the emergency code path Benno Schulenberg 2021-07-14 10:06:04 +0200
  • e3ef778756 files: when the buffer is nameless, include the PID in name of dump file Benno Schulenberg 2021-07-14 09:53:18 +0200
  • 806e8e439f tweaks: reshuffle some lines to elide a variable Benno Schulenberg 2021-07-10 16:07:33 +0200
  • 30aaea2d04 tweaks: rename a variable and flip its logic, to avoid two negations Benno Schulenberg 2021-07-10 15:56:38 +0200
  • d0cb64650b usage: improve the description of the --positionlog option Benno Schulenberg 2021-07-01 16:41:45 +0200
  • 0694255893 tweaks: adjust a description of 'showcursor', to match the other ones Benno Schulenberg 2021-07-01 16:12:06 +0200
  • 5563c710d0 docs: improve the description of the 'tabstospaces' option Benno Schulenberg 2021-07-01 09:47:41 +0200
  • 177e4e5805 general: prevent die() from getting recursed into Benno Schulenberg 2021-06-30 15:01:45 +0200
  • 8d1a666dcf input: give up on the input stream only after millions of errors Benno Schulenberg 2021-06-29 13:20:16 +0200
  • fc01c5a10e feedback: when not in curses mode, just skip displaying any message Benno Schulenberg 2021-06-29 12:51:44 +0200
  • 896f174f94 syntax: rust: update the license to GPL3 or newer Benno Schulenberg 2021-06-27 11:08:42 +0200
  • 7b4a835df4 syntax: gentoo: remove some obsolete keywords and add some new ones David Michael 2021-06-21 11:15:06 -0400
  • ac85e16458 syntax: gentoo: highlight additional EAPI 7/8 variables David Michael 2021-06-14 11:27:24 -0400
  • 45420968ee tweaks: correct two typos and a spello [codespell] Benno Schulenberg 2021-06-17 10:52:44 +0200
  • 3c35538e8b tweaks: add Schiermonnikoog to the list of friendly islands Benno Schulenberg 2021-06-16 11:19:23 +0200
  • 4f981cd5d9 po: update translations and regenerate POT file and PO files Benno Schulenberg 2021-06-15 10:28:23 +0200
  • 44a6c4963b tweaks: avoid a compiler warning when configured with --enable-tiny Benno Schulenberg 2021-06-15 10:20:28 +0200
  • 622bfb5b83 build: commit the LINGUAS file too while rolling a release Benno Schulenberg 2021-06-15 10:11:19 +0200
  • a2cb22faab bump version numbers and add a news item for the 5.8 release Benno Schulenberg 2021-06-15 09:49:18 +0200
  • 9f8309fba8 help: use smaller triangles for the arrows Benno Schulenberg 2021-06-14 09:10:08 +0200
  • bf7954bdb7 tweaks: rename a variable, for contrast with the function name Benno Schulenberg 2021-06-13 16:57:08 +0200
  • 0371dd1bde tweaks: rename two functions, to get rid of an ugly _void suffix Benno Schulenberg 2021-06-13 12:14:35 +0200
  • 7c53b133a1 tweaks: use two symbolic names instead of TRUE and FALSE, for clarity Benno Schulenberg 2021-06-13 12:06:24 +0200
  • b1e5f9d9a8 docs: add a relevant item to the news for the 4.3 release Benno Schulenberg 2021-06-13 11:15:40 +0200
  • 424969258a docs: say thanks to the Icelandic and Slovak translators Benno Schulenberg 2021-06-12 16:38:18 +0200
  • 6d0fc38285 gnulib: update to its current upstream state Benno Schulenberg 2021-06-12 11:06:06 +0200
  • 984c9e1078 tweaks: redraw only the affected line instead of doing a full refresh Benno Schulenberg 2021-06-11 16:44:31 +0200
  • 101dc4e805 docs: make ^E access the Execute menu in the example CUA bindings Benno Schulenberg 2021-06-10 17:18:00 +0200
  • d7e3226158 memory: move the correct number of bytes, and not one too many Benno Schulenberg 2021-06-10 11:34:04 +0200
  • 74c6bdac9f docs: add example bindings for uppercasing and lowercasing a word Benno Schulenberg 2021-06-10 10:36:37 +0200
  • 73168bb1b9 docs: improve the contact info and some line spacing in the PDF Benno Schulenberg 2021-06-08 11:31:18 +0200
  • f895f1beba docs: mention the new 'set minicolor' option Benno Schulenberg 2021-06-08 10:51:19 +0200
  • e2e8bf0a3e options: accept 'set minicolor' for setting the color of the minibar Benno Schulenberg 2021-06-07 12:10:23 +0200
  • 3f340836a6 search: automatically drop the spotlighting after a few moments Benno Schulenberg 2021-05-31 10:40:46 +0200
  • 092c62ccb8 bindings: allow copying text (with M-6) also when in view mode Hussam al-Homsi 2021-06-01 14:05:16 -0400
  • 97dd505647 linter: strip filename and line plus column number from the message Benno Schulenberg 2021-05-30 11:30:32 +0200
  • 635977fe33 syntax: nanohelp: avoid colorizing M-) in (M-) and M-" in "M-" Benno Schulenberg 2021-05-30 10:28:42 +0200
  • 6ab70c2b0a tweaks: improve a comment, remove unneeded braces, reshuffle some lines Benno Schulenberg 2021-05-28 16:42:56 +0200
  • 3a86b24a3e tweaks: remove a check that is not needed Benno Schulenberg 2021-05-28 16:18:46 +0200
  • 77ca8735ab syntax: nanorc: colorize "light" as valid only for the eight basic colors Benno Schulenberg 2021-05-26 15:53:07 +0200
  • 3a0922799d tweaks: reshuffle the coloring of color names, to remove some duplication Benno Schulenberg 2021-05-26 15:39:14 +0200
  • b27efce732 docs: mention that "grey"/"gray" may be used as a synonym of "lightblack" Benno Schulenberg 2021-05-26 11:38:46 +0200