Commit Graph

  • 0f4db1ed0d docs: say thanks to the Albanian translator Benno Schulenberg 2022-12-09 11:56:48 +01:00
  • 4b35626aec rcfile: report an error when an included file does not exist Benno Schulenberg 2022-12-02 09:23:57 +01:00
  • 846588ee81 tweaks: avoid passing NULL to access() Benno Schulenberg 2022-11-30 12:00:07 +01:00
  • 4f92b12a6a text: upon Enter, eat only lefthand blanks, not any other characters Benno Schulenberg 2022-11-24 15:51:43 +01:00
  • 4b4b20f8a9 build: fix compilation when configured with --disable-comment Benno Schulenberg 2022-11-18 16:40:23 +01:00
  • e26fe9bddd po: update translations and regenerate POT file and PO files v7.0 Benno Schulenberg 2022-11-15 11:44:29 +01:00
  • 972be2df04 bump version numbers and add a news item for the 7.0 release Benno Schulenberg 2022-11-14 11:44:28 +01:00
  • 374cb6a7f8 gnulib: update to its current upstream state Benno Schulenberg 2022-11-13 12:23:45 +01:00
  • 923d6300ad tweaks: attribute some of the features that were added in the last years Benno Schulenberg 2022-11-11 12:50:30 +01:00
  • baa4edc6ca docs: improve the legibility of an itemized list Benno Schulenberg 2022-10-20 15:32:52 +02:00
  • 9875311bcc startup: for +/string, center the found occurrence when possible Benno Schulenberg 2022-10-17 11:54:23 +02:00
  • c3a453512a startup: report an empty search string also when there is a modifier Benno Schulenberg 2022-10-16 11:12:48 +02:00
  • e413ed8e1d execute: show "Cancelled" instead of "Error" when the user hits ^C Benno Schulenberg 2022-10-09 16:28:06 +02:00
  • 858f411447 filtering: terminate also the sender process when the user hits ^C Benno Schulenberg 2022-10-07 16:04:06 +02:00
  • 19c8cea8e5 files: improve the error handling when executing an external command Benno Schulenberg 2022-10-03 12:22:18 +02:00
  • 1ae10b1487 tweaks: elide an unused return value Benno Schulenberg 2022-10-03 10:21:22 +02:00
  • 35cde9f8d7 tweaks: elide an unused parameter Benno Schulenberg 2022-10-03 10:10:10 +02:00
  • d4d2840f5d filtering: when returning to a line number, ensure it is within range Benno Schulenberg 2022-09-28 16:21:10 +02:00
  • 119ec47072 tweaks: replace sizeof(char) with 1, as that is assumed anyway Benno Schulenberg 2022-09-28 12:37:56 +02:00
  • ceb305a780 tweaks: avoid iterating over the same string twice in a row Benno Schulenberg 2022-09-28 12:21:52 +02:00
  • 1dc2a75cb6 files: before sending data to an external command, decode LF back to NUL Benno Schulenberg 2022-09-27 15:29:56 +02:00
  • 8d7b716ea7 startup: quit when standard input is not a TTY (after handling arguments) Benno Schulenberg 2022-09-27 11:48:42 +02:00
  • 034af70a65 tweaks: simplify a pasting routine, modelling it after the injection one Benno Schulenberg 2022-09-26 16:02:28 +02:00
  • 162c213e7b tweaks: improve two comments, and exclude two unneeded prototypes Benno Schulenberg 2022-09-26 15:51:06 +02:00
  • 6fde7d8a51 input: allocate two small character buffers too, and never free them Benno Schulenberg 2022-09-25 15:51:02 +02:00
  • e4abef5768 input: give up when the capacity of the keystroke buffer overflows Benno Schulenberg 2022-09-25 09:57:05 +02:00
  • 3922b531a8 input: allocate a small keystroke buffer, and never free it Benno Schulenberg 2022-09-25 09:22:29 +02:00
  • 0d1438a731 tweaks: reshuffle a declaration, and correct the wording of a comment Benno Schulenberg 2022-09-23 09:20:29 +02:00
  • 7eb66d3e09 tweaks: condense a comment, add two small ones, and reshuffle a line Benno Schulenberg 2022-09-22 10:45:56 +02:00
  • c7a600063d tweaks: reshuffle some lines, to be more readable instead of compact Benno Schulenberg 2022-09-20 16:17:02 +02:00
  • 5b654ce9fb docs: suggest a key binding for snipping trailing blanks Benno Schulenberg 2022-09-18 10:38:48 +02:00
  • 98e9a881c0 docs: mention in the man page how M-V can insert any Unicode code point Benno Schulenberg 2022-09-13 11:01:03 +02:00
  • f420f7c177 verbatim: do not overwrite the status bar when the code is invalid Benno Schulenberg 2022-09-13 13:49:17 +02:00
  • 50954a4b6a search: skip a match on the magic line, as it is a just convenience line Benno Schulenberg 2022-09-08 12:17:08 +02:00
  • 567310e698 tweaks: reduce four variations of a message to a single common form Benno Schulenberg 2022-09-12 08:44:34 +02:00
  • f90b710c9b tweaks: group the special keycodes for implanted strings together Benno Schulenberg 2022-09-11 17:48:05 +02:00
  • bdaec3f934 docs: clarify the distinction between binding a function and "{function}" Benno Schulenberg 2022-09-09 16:32:41 +02:00
  • 8198fd9c58 tweaks: reword and/or condense four comments Benno Schulenberg 2022-09-11 12:11:41 +02:00
  • 358a10e3cc tweaks: elide an assignment by iterating with the target variable Benno Schulenberg 2022-09-11 12:02:07 +02:00
  • 7b935e0d40 tweaks: elide an intermediary variable that is no longer needed Benno Schulenberg 2022-09-11 11:57:11 +02:00
  • 7034c3cc47 tweaks: drop shunting of flags by calling the needed function directly Benno Schulenberg 2022-09-11 11:42:10 +02:00
  • e30eadb4de verbatim: don't show dots during Unicode input, as they give wrong idea Benno Schulenberg 2022-09-11 09:18:37 +02:00
  • 3e3f4a167a tweaks: elide a function that does not need to be a separate function Benno Schulenberg 2022-09-07 11:27:20 +02:00
  • c98528f8d3 tweaks: simplify a function now that a Unicode code can be typed quicker Benno Schulenberg 2022-09-07 11:12:02 +02:00
  • 75e5f885e5 verbatim: allow the user to finish Unicode input with <Enter> or <Space> Benno Schulenberg 2022-09-06 17:02:28 +02:00
  • 40b9e68e02 goto: don't center the current line when the user specified a column only Benno Schulenberg 2022-09-04 10:40:17 +02:00
  • e7491920fd docs: explain how to include a double quote plus space in a nanorc regex Benno Schulenberg 2022-09-01 12:27:24 +02:00
  • 9904aa5538 tweaks: make the crawl use the whole screen also in the tiny version Benno Schulenberg 2022-09-01 08:34:06 +02:00
  • 41b89aef8c tweaks: move the arrays of menu names and symbols to where they are used Benno Schulenberg 2022-08-31 17:28:09 +02:00
  • 3925c137a4 tweaks: make two error messages more succinct and easier to translate Benno Schulenberg 2022-08-31 16:49:48 +02:00
  • 97fa42c82b memory: avoid a leak when a string bind specifies an unknown menu Benno Schulenberg 2022-08-31 16:20:29 +02:00
  • ccabaac5a0 build: exclude two unneeded functions correctly from the tiny version Benno Schulenberg 2022-08-29 08:44:28 +02:00
  • 80f7852941 docs: describe --disable-formatter and --disable-linter configure options Benno Schulenberg 2022-08-28 17:11:25 +02:00
  • 6243831dfb build: add options --disable-formatter and --disable-linter to configure Benno Schulenberg 2022-08-28 16:31:04 +02:00
  • 4f9abb52a4 build: fix compilation when configured with --enable-tiny Benno Schulenberg 2022-08-28 12:57:45 +02:00
  • 7bab8780ad tweaks: rewrap some lines, drop a redundant call, and reshuffle a line Benno Schulenberg 2022-08-23 10:47:07 +02:00
  • d0dc270eec tweaks: rename two record elements and three parameters, for clarity Benno Schulenberg 2022-08-28 08:57:03 +02:00
  • cd9402075a tweaks: elide a variable, rename another, and reshuffle an assignment Benno Schulenberg 2022-08-26 09:29:44 +02:00
  • b1f3bdfcbd extra: use the whole terminal for the crawl, and quicken it a bit Benno Schulenberg 2022-08-26 09:02:08 +02:00
  • 541a2dbc88 feedback: suppress undo/redo messages when option --zero is in effect Benno Schulenberg 2022-08-25 08:48:07 +02:00
  • d1e28417d5 tweaks: move to a given line number more efficiently Benno Schulenberg 2022-08-24 16:07:45 +02:00
  • 9410a55679 undo: make sure the current line is defined before it is referenced Benno Schulenberg 2022-08-24 15:45:24 +02:00
  • 25ceefbd89 prompt: ingest queued characters before handling any subsequent function Benno Schulenberg 2022-08-24 09:23:47 +02:00
  • a37c4bb59e tweaks: reshuffle a line, to group things better Benno Schulenberg 2022-08-23 15:40:27 +02:00
  • ee1f8a0494 prompt: return FALSE for non-editing functions also in the tiny version Benno Schulenberg 2022-08-23 15:31:02 +02:00
  • 2c5459a1b7 tweaks: fold two cases together, because they basically do the same Benno Schulenberg 2022-08-21 12:49:52 +02:00
  • b561c386c3 tweaks: discard a bracketed paste in the browser more efficiently Benno Schulenberg 2022-08-21 10:45:49 +02:00
  • a374dd0359 prompt: toggle the help lines only for the 'nohelp' toggle Benno Schulenberg 2022-08-21 10:17:54 +02:00
  • aba4f4e0e2 tweaks: avoid sometimes calling a function three times in a row Benno Schulenberg 2022-08-21 09:55:22 +02:00
  • 210c94d82f prompt: allow rebinding also ^N, ^Q, and ^Y at the yes-no prompt Benno Schulenberg 2022-08-21 09:35:03 +02:00
  • c410ba4d42 tweaks: reshuffle two lines, for conciseness and in preparation Benno Schulenberg 2022-08-21 09:28:07 +02:00
  • f3738fe164 tweaks: don't use a pointer when the value itself is all that is needed Benno Schulenberg 2022-08-21 09:12:35 +02:00
  • 04a08fe6a5 tweaks: rename a variable, away from an abbreviation Benno Schulenberg 2022-08-21 09:02:32 +02:00
  • 69d33ec170 tweaks: rewrap line, improve wording, and correct typo in old news item Benno Schulenberg 2022-08-19 16:58:09 +02:00
  • 40a4225ed8 tweaks: reshuffle some code, to not determine a shortcut twice Benno Schulenberg 2022-08-19 12:40:15 +02:00
  • 801622ce19 tweaks: normalize the indentation after the previous change Benno Schulenberg 2022-08-19 12:07:46 +02:00
  • 67750a30ba tweaks: reshuffle some code and drop some comments, for conciseness Benno Schulenberg 2022-08-19 12:02:48 +02:00
  • 2f25b6a650 tweaks: elide a parameter by moving the general case one level up Benno Schulenberg 2022-08-19 11:51:16 +02:00
  • 5a3bd329d6 prompt: prevent execution of inadmissible functions in view mode Benno Schulenberg 2022-08-18 15:49:22 +02:00
  • 8b4bf2bb8d docs: mention that string binds may contain function names between braces Benno Schulenberg 2022-08-14 16:14:21 +02:00
  • 2a515058be docs: replace control codes in the examples with {command} cartouches Benno Schulenberg 2022-08-12 10:40:35 +02:00
  • 3785f762fc syntax: nanorc: colorize valid function names plus surrounding braces Benno Schulenberg 2022-08-11 15:32:02 +02:00
  • 5cee9f183b build: exclude some pieces that are not needed with --disable-nanorc Benno Schulenberg 2022-08-11 15:37:35 +02:00
  • 958ec294b2 input: interpret commands of the form {functionname} inside string binds Benno Schulenberg 2022-08-09 17:04:18 +02:00
  • 3a781fd719 help: move the M-Del item up, so that M-PgUp and M-PgDn are paired Benno Schulenberg 2022-08-17 14:34:04 +02:00
  • f4a2e7efe2 tweaks: move the --magic option up, so that --zero comes last Benno Schulenberg 2022-08-17 14:15:47 +02:00
  • 027365503f tweaks: add parentheses for consistency, and reshuffle for conciseness Benno Schulenberg 2022-08-17 09:21:11 +02:00
  • e31d59ebc8 tweaks: move two checks plus corresponding calls to a better place Benno Schulenberg 2022-08-17 08:50:38 +02:00
  • 11178e14ab tweaks: rename a macro for clarity, and normalize some indentation Benno Schulenberg 2022-08-16 17:02:30 +02:00
  • 0bcbd0015f tweaks: check the multiline regexes only for Delete and Backspace Benno Schulenberg 2022-08-16 16:18:56 +02:00
  • 271bd5d3ba tweaks: allow the linter to be used in view mode, as it makes no changes Benno Schulenberg 2022-08-16 16:01:39 +02:00
  • 74d252a68f tweaks: drop a parameter that is no longer used Benno Schulenberg 2022-08-15 16:23:22 +02:00
  • 4b928b466a tweaks: determine in another way whether a shortcut is okay in view mode Benno Schulenberg 2022-08-15 11:25:04 +02:00
  • 10b4d0c8ad tweaks: use an auxiliary variable to avoid dereferences of 'shortcut' Benno Schulenberg 2022-08-15 09:09:28 +02:00
  • 433dd92196 tweaks: drop an unneeded check for permissibility of prompt shortcuts Benno Schulenberg 2022-08-15 12:06:52 +02:00
  • 78d284881c help: don't show the New-Buffer toggle when in view mode Benno Schulenberg 2022-08-15 11:45:15 +02:00
  • a36b726bde completion: search through all open buffers for possible completions Benno Schulenberg 2022-08-08 08:56:11 +02:00
  • 83629b9991 startup: ensure that +/string centers the match also with --linenumbers Benno Schulenberg 2022-08-11 08:17:35 +02:00
  • 405c66e864 tweaks: delete a flag that is no longer used Benno Schulenberg 2022-08-08 11:28:38 +02:00
  • e5df84a9ed help: prioritize the unshifted Meta keystrokes for buffer switching Benno Schulenberg 2022-08-05 14:18:08 +02:00