Commit Graph

  • 308d6e73e3 tweaks: normalize whitespace, drop unneeded prototype, condense comment Benno Schulenberg 2021-11-07 15:51:32 +0100
  • 167c93b85c justify: correctly determine whether top-of-buffer has been reached Benno Schulenberg 2021-11-07 15:15:35 +0100
  • 13c5bcb4d8 tweaks: improve a comment, and drop two cluttering compile conditions Benno Schulenberg 2021-11-07 11:31:52 +0100
  • c692a6ca70 tweaks: reshuffle a line into its proper order, and improve two comments Benno Schulenberg 2021-11-07 11:23:45 +0100
  • 0346e63c20 build: fix compilation when configured with --enable-tiny Benno Schulenberg 2021-11-05 15:53:01 +0100
  • 9e982f3283 tweaks: rename a function, for some contrast and to get rid of a suffix Benno Schulenberg 2021-11-05 15:44:38 +0100
  • 11fec6f63c feedback: when the user types ^Z, say they can suspend nano with ^T^Z Benno Schulenberg 2021-11-05 10:12:27 +0100
  • d0c2c1e6b9 suspension: leave ^Z unbound by default -- just ^T^Z will suspend nano Benno Schulenberg 2021-11-04 10:05:56 +0100
  • fab4d0afcb tweaks: reshuffle a coloring rule, to have related ones together Benno Schulenberg 2021-11-03 17:34:23 +0100
  • d9e42cb274 syntax: nanorc: require whitespace before the start= and end= keywords Benno Schulenberg 2021-11-03 17:19:48 +0100
  • 4d9be13316 syntax: nanorc: add 'execute' menu for unbind, and drop a bad constraint Benno Schulenberg 2021-11-03 16:28:08 +0100
  • 7365ef4092 docs: mention "grey" also at the other place where color names are listed Benno Schulenberg 2021-11-03 11:19:49 +0100
  • 13edbedc79 tweaks: replace a verbose condition with a simpler early return Benno Schulenberg 2021-11-01 18:11:20 +0100
  • fc5d58ad97 tweaks: add two spaces and two comments, and drop an internal check Benno Schulenberg 2021-10-31 11:20:12 +0100
  • a373fa500a docs: add a suggested rebind and three suggested unbinds to the sample rc Benno Schulenberg 2021-10-31 11:14:09 +0100
  • 8da098f5e0 help: group the now lone mouse toggle with the "behavioral" ones Benno Schulenberg 2021-10-31 10:50:02 +0100
  • 52d4b96639 docs: mark options -z, --suspendable, and 'set suspendable' as obsolete Benno Schulenberg 2021-10-31 10:41:28 +0100
  • 83f94a88df suspension: enable ^Z by default -- ignore -z option and drop M-Z toggle Benno Schulenberg 2021-10-24 10:20:05 +0200
  • 8762e04631 replacing: keep the spotlighting, also after toggling the help lines Benno Schulenberg 2021-10-29 10:21:09 +0200
  • 256a0d670e replacing: keep centering the occurrence, also after toggling help lines Benno Schulenberg 2021-10-29 09:35:38 +0200
  • 50106266bc pasting: when less than a line is pasted, allow automatic hard-wrapping Benno Schulenberg 2021-10-21 12:27:22 +0200
  • ba093b0b48 tweaks: elide two parameters, as they are now always the same Benno Schulenberg 2021-10-25 10:37:15 +0200
  • 33041d0ad5 statusbar: count words in the way that matches how Ctrl+Right moves Benno Schulenberg 2021-10-24 09:34:35 +0200
  • b46c8c586b build: include the YAML syntax file among the distributed files Benno Schulenberg 2021-10-27 11:56:06 +0200
  • 0e1d45dc36 tweaks: fold some regexes together, and trim or improve some comments Benno Schulenberg 2021-10-27 11:06:40 +0200
  • 1cd92458e9 tweaks: swap two parts of specific regexes, for consistency with others Benno Schulenberg 2021-10-27 09:45:42 +0200
  • 7bd68365ec syntaxes: avoid coloring "this\" as if it were a valid string Benno Schulenberg 2021-10-26 14:08:35 +0200
  • 485eb18d83 syntaxes: use one regex for coloring quoted strings, to avoid overlap Benno Schulenberg 2021-10-26 12:27:15 +0200
  • 375b30507e syntax: ruby: colorize embedded documentation as a comment Benno Schulenberg 2021-10-25 13:32:10 +0200
  • 7691527f35 tweaks: remove redundant parentheses, trim comments, fold some regexes Benno Schulenberg 2021-10-25 12:31:02 +0200
  • 3313fac8eb tweaks: remove redundant pair of parentheses, and swap two alternatives Benno Schulenberg 2021-10-25 10:24:17 +0200
  • e52c81f5db syntax: nanorc: improve the file-matching regex Benno Schulenberg 2021-10-25 09:16:19 +0200
  • 9b419d0bff tweaks: rename a function, to describe better what it does nowadays Benno Schulenberg 2021-10-22 11:47:15 +0200
  • 0f40752139 docs: add a hint about making ^L do just 'refresh' to the sample nanorc Benno Schulenberg 2021-10-22 11:33:32 +0200
  • d57bfc057f syntax: rust: do not colorize as string the text between two strings Benno Schulenberg 2021-10-21 11:27:29 +0200
  • 918ce1afa3 tweaks: just let do_wrap() set 'refresh_needed' instead of returning TRUE Benno Schulenberg 2021-10-21 11:56:22 +0200
  • 5d285ca896 tweaks: rewrap three old NEWS items, for esthetics, and fix a date Benno Schulenberg 2021-10-21 11:45:42 +0200
  • f368e2732d docs: reword several of the descriptions in the chapter on building nano Benno Schulenberg 2021-10-20 16:06:44 +0200
  • ad13746da9 docs: reword the beginning of the chapter on nanorc files Benno Schulenberg 2021-10-20 13:48:08 +0200
  • 440f39e558 docs: correct the description of the layout -- four areas, not five Benno Schulenberg 2021-10-19 16:15:28 +0200
  • 108c84daf8 docs: move the chapter about editor basics into third position Benno Schulenberg 2021-10-19 15:50:05 +0200
  • e63fe3be69 tweaks: reword a paragraph, and use usual M- to depict Meta keystrokes Benno Schulenberg 2021-10-19 14:51:06 +0200
  • bc4a141cba tweaks: mark keystrokes consistently with @kbd in the manual Benno Schulenberg 2021-10-19 14:21:28 +0200
  • 0dbe857ba2 syntaxes: undouble the backslash within bracket expressions Benno Schulenberg 2021-10-18 12:04:31 +0200
  • 483538f8f3 syntax: email: use a character class, as \s does not work inside brackets Benno Schulenberg 2021-10-18 11:49:52 +0200
  • 1f36d5411a docs: improve the title of the manual, away from the bare "nano" Benno Schulenberg 2021-10-18 10:40:15 +0200
  • 46f76ca8b8 docs: avoid large Table of Contents at top of HTML version of manual Benno Schulenberg 2021-10-17 16:55:24 +0200
  • 3a09577e0c tweaks: replace the obscure @* with the slightly clearer @sp Benno Schulenberg 2021-10-17 12:27:49 +0200
  • b9f472a905 syntax: texinfo: be more precise in colorizing @commands Benno Schulenberg 2021-10-17 12:19:28 +0200
  • 557d8131ca docs: prevent a black square in the PDF after the long synopsis line Benno Schulenberg 2021-10-16 13:00:19 +0200
  • 89fd11109d docs: add a meta description for the HTML rendering of the manual Benno Schulenberg 2021-10-16 11:14:18 +0200
  • badf3edc55 syntax: texinfo: colorize the special @-plus-punctuation commands too Benno Schulenberg 2021-10-15 17:24:18 +0200
  • 36e3284979 help: ensure there is a blank line between title bar and start of text Benno Schulenberg 2021-10-15 11:12:26 +0200
  • 4ac932bd21 syntaxes: drop three redundant end-of-line anchors Benno Schulenberg 2021-10-15 10:15:48 +0200
  • f9468fa987 history: process file faster by not filtering out hypothetical duplicates Benno Schulenberg 2021-10-14 09:47:07 +0200
  • fb7c12f644 tweaks: rename a function, to make it make sense Benno Schulenberg 2021-10-14 09:18:28 +0200
  • 9341c96def tweaks: rename two parameters and one variable, away from single letters Benno Schulenberg 2021-10-13 17:04:21 +0200
  • 74fd78adb1 tweaks: reshuffle a few lines, and rename a variable Benno Schulenberg 2021-10-13 16:45:15 +0200
  • c8ab81dd1c tweaks: rename two variables, to fit with the names of similar ones Benno Schulenberg 2021-10-13 16:38:23 +0200
  • 185e4d6b12 tweaks: rename two variables, away from abbreviations Benno Schulenberg 2021-10-12 18:02:24 +0200
  • 99607a5bbe tweaks: invert a condition, to get an early return instead of indentation Benno Schulenberg 2021-10-12 17:11:52 +0200
  • 7e807cdd2f memory: avoid leaking the filename when dottifying it on the minibar Benno Schulenberg 2021-10-12 12:44:23 +0200
  • e51f6596d4 tweaks: reassign a copy of a string to a variable more economically Benno Schulenberg 2021-10-12 09:33:08 +0200
  • 42610db847 memory: avoid a tiny leak when an option with an argument is given twice Benno Schulenberg 2021-10-11 17:10:49 +0200
  • 6018de2466 tweaks: condense the definitions of all the empty functions Benno Schulenberg 2021-10-11 11:21:31 +0200
  • af757d3b3f docs: reshuffle a GNU marker, to make the title clearer in search engines Benno Schulenberg 2021-10-11 09:27:56 +0200
  • 30abc02277 tweaks: reshuffle two conditions, re-indent, and rewrap a line Benno Schulenberg 2021-10-10 11:47:12 +0200
  • 9a9714fe0c tweaks: rename a variable, to be easier to read and to make more sense Benno Schulenberg 2021-10-10 10:38:51 +0200
  • 77457fa6e9 prompt: avoid resetting the history pointer when the search is cancelled Benno Schulenberg 2021-10-10 10:21:24 +0200
  • 9c45b5da6c tweaks: rename a function and its parameter, to be clearer Benno Schulenberg 2021-10-10 10:11:47 +0200
  • e9f0597e2e tweaks: rename two empty functions, to be more to the point Benno Schulenberg 2021-10-09 17:30:33 +0200
  • 87cde1590d tweaks: elide two functions that each were called just once Benno Schulenberg 2021-10-09 17:15:14 +0200
  • 65d81c60cd help: do not show ^S when --preserve is in effect Benno Schulenberg 2021-10-09 12:55:41 +0200
  • 3d6dcb9568 prompt: begin at bottom of history list when at secondary prompt Benno Schulenberg 2021-10-09 12:12:05 +0200
  • 1ca2911b84 prompt: keep a clear answer clear also after an excursion into history Benno Schulenberg 2021-10-08 12:36:32 +0200
  • 8ef74b3aac tweaks: rename five empty functions, to get rid of a meaningless suffix Benno Schulenberg 2021-10-08 10:53:04 +0200
  • aeae4fb4b9 tweaks: reshuffle some lines, one for clarity, others for conciseness Benno Schulenberg 2021-10-07 19:03:26 +0200
  • bc22b3c876 files: clear original filename when the user toggles Append or Prepend Benno Schulenberg 2021-10-07 12:38:04 +0200
  • 64c9d3c143 rcfile: remove the deprecated 'cutwordleft' and 'cutwordright' keywords Benno Schulenberg 2021-10-07 12:24:38 +0200
  • bec0cdcb54 po: update translations and regenerate POT file and PO files Benno Schulenberg 2021-10-06 10:53:18 +0200
  • ba9e5ac05d bump version numbers and add a news item for the 5.9 release Benno Schulenberg 2021-10-06 08:47:23 +0200
  • 46b5f83601 tweaks: fold two lines into two others, for conciseness Benno Schulenberg 2021-10-04 12:02:04 +0200
  • 6d5b16562f help: make the keystrokes ^W^Y and ^W^V work again Benno Schulenberg 2021-10-04 11:54:02 +0200
  • 508301a2ef browser: make the keystrokes ^W^Y and ^W^V work again Benno Schulenberg 2021-10-04 11:31:22 +0200
  • 2f216281e7 syntax: yaml: allow slash and period in key names Benno Schulenberg 2021-10-03 15:22:31 +0200
  • 9459030d66 syntax: yaml: allow any character in tags except whitespace Benno Schulenberg 2021-10-03 10:41:03 +0200
  • f545735638 syntax: yaml: colorize the two known directives Benno Schulenberg 2021-10-03 10:09:28 +0200
  • bb8f40989f tweaks: change 'return ++var;' to 'return var + 1;' Hussam al-Homsi 2021-10-02 00:55:17 -0400
  • 675ad6386d syntax: yaml: colorize the question mark of complex mappings too Benno Schulenberg 2021-10-02 17:01:15 +0200
  • 6ce3487b65 syntax: yaml: colorize backslash-escaped characters as valid or invalid Benno Schulenberg 2021-10-02 16:41:56 +0200
  • bc7e7d847e docs: list the default color combo for 'spotlightcolor' in sample nanorc Benno Schulenberg 2021-10-01 09:47:45 +0200
  • 71a73a1a10 syntax: yaml: allow double colon in key & do not colorize unspaced colon Benno Schulenberg 2021-09-30 17:11:36 +0200
  • c2790a8af3 syntax: yaml: new file -- coloring rules for YAML files Benno Schulenberg 2021-09-25 14:07:35 +0200
  • fde86518ae tweaks: rename a function, to be more fitting Benno Schulenberg 2021-09-29 15:23:49 +0200
  • 61b3aa6626 tweaks: use five symbolic names, to make eight function calls clearer Benno Schulenberg 2021-09-29 15:18:17 +0200
  • 6799bc69a6 tweaks: adjust three parameters -- two were mistaken, one superfluous Benno Schulenberg 2021-09-29 14:51:22 +0200
  • 0c01227d86 tweaks: rename a parameter, to fit better what it is used for Benno Schulenberg 2021-09-29 12:34:04 +0200
  • c74fd81302 tweaks: rename a parameter and invert its logic Benno Schulenberg 2021-09-29 12:20:21 +0200
  • 4b30cfb8f8 tweaks: rename a variable, to be more visible and to match others Benno Schulenberg 2021-09-29 11:56:45 +0200
  • 36b6416a7b tweaks: reshuffle some lines and adjust some indentation Benno Schulenberg 2021-09-29 11:52:23 +0200