Blame ChangeLog

Packit Service c30d13
Changes between v2.9.7 and v2.9.8:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (64):
Packit Service c30d13
      build: fix compilation failure when configured with --enable-tiny
Packit Service c30d13
      build: fix compilation when configured with --disable-justify
Packit Service c30d13
      build: fix compilation when configured with --disable-multibuffer
Packit Service c30d13
      build: fix compilation with --enable-{tiny,help,multibuffer}
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.8 release
Packit Service c30d13
      copyright: update the years for significantly changed files
Packit Service c30d13
      credits: sort the names roughly according to amount of influence
Packit Service c30d13
      docs: add a missing double quote in the default brackets string
Packit Service c30d13
      docs: describe what constitutes a paragraph
Packit Service c30d13
      docs: improve description of 'speller' and related bindable functions
Packit Service c30d13
      docs: improve the description of --nonewlines, and properly sort it
Packit Service c30d13
      docs: improve the description of the --autoindent option
Packit Service c30d13
      docs: make quotes around regexes bold, as they are part of the command
Packit Service c30d13
      docs: mark the filtering of text through an external command as done
Packit Service c30d13
      docs: register Marco as the author of the filtering feature
Packit Service c30d13
      docs: remove mention of the quotestr for when regex support is lacking
Packit Service c30d13
      docs: remove quotes around the name of a syntax -- they are not needed
Packit Service c30d13
      docs: thank Kamil for his bug fixes, and update an email address
Packit Service c30d13
      docs, usage: make it clear that the argument of --quotestr is a regex
Packit Service c30d13
      files: give feedback during writeout also when prepending or appending
Packit Service c30d13
      filtering: pair the cut and the insert, so they can be undone together
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      justification: find the beginning of a paragraph in a better way
Packit Service c30d13
      justification: limit the amount of recursion to prevent a stack overflow
Packit Service c30d13
      justification: recognize indented paragraphs also without --autoindent
Packit Service c30d13
      justification: when leading whitespace exceeds fill width, wrap anyway
Packit Service c30d13
      linter: don't try to access absent stat info, as that gives a crash
Packit Service c30d13
      linter: make sure that the margin is updated before displaying a buffer
Packit Service c30d13
      linter: make sure the shortcuts bar will redrawn when exiting early
Packit Service c30d13
      main: add "/" to the quoting regex, to allow justifying //-comments
Packit Service c30d13
      main: interpret only a double slash (//) as quoting, not a single one
Packit Service c30d13
      rcfile: don't crash when a bind to a string lacks the closing quote
Packit Service c30d13
      startup: provide a hint for people unfamiliar with the ^char convention
Packit Service c30d13
      syntaxes: condense and/or correct some extension regexes
Packit Service c30d13
      syntax: makefile: color all keywords that GNU make recognizes
Packit Service c30d13
      tweaks: adjust a translator hint
Packit Service c30d13
      tweaks: avoid an unused-variable warning with --enable-tiny
Packit Service c30d13
      tweaks: avoid a warning with --enable-{tiny,help,multibuffer}
Packit Service c30d13
      tweaks: condense a comment, and elide an unneeded 'if'
Packit Service c30d13
      tweaks: condense some repetitious comments, and check before assigning
Packit Service c30d13
      tweaks: condense two statements into one, and elide a 'break'
Packit Service c30d13
      tweaks: elide a function that is called just once
Packit Service c30d13
      tweaks: elide another function that is called just once
Packit Service c30d13
      tweaks: exclude an unneeded 'if' from the single-buffer version
Packit Service c30d13
      tweaks: frob a couple of comments
Packit Service c30d13
      tweaks: frob some comments, and rename two parameters to make sense
Packit Service c30d13
      tweaks: give some continuation lines a more obvious indentation
Packit Service c30d13
      tweaks: improve a couple of comments, and reshuffle a group of lines
Packit Service c30d13
      tweaks: make better use of an existing variable
Packit Service c30d13
      tweaks: make better use of an intermediate variable
Packit Service c30d13
      tweaks: reduce the abundance of the word 'toggle' in the Info manual
Packit Service c30d13
      tweaks: remove a superfluous assignment -- the lead length never changes
Packit Service c30d13
      tweaks: remove two superfluous checks, after making one of them so
Packit Service c30d13
      tweaks: rename a function, for more aptness and extra contrast
Packit Service c30d13
      tweaks: rename a variable, for contrast, and improve two comments
Packit Service c30d13
      tweaks: rename a variable, to give it some meaning
Packit Service c30d13
      tweaks: rename two variables, to better fit their tasks
Packit Service c30d13
      tweaks: reshuffle a condition, and adjust a comment and some indentation
Packit Service c30d13
      tweaks: reshuffle a couple of assignments
Packit Service c30d13
      tweaks: simplify the determining of the prefix for justified lines
Packit Service c30d13
      tweaks: stop decreasing both the iterator and the limit of a loop
Packit Service c30d13
      tweaks: use a more meaningful variable name, and avoid a distant 'else'
Packit Service c30d13
      wrapping: use "smart" autoindenting only when hard-wrapping is enabled
Packit Service c30d13
      wrapping: when autoindenting, use indentation of next line as example
Packit Service c30d13
Packit Service c30d13
Brand Huntsman (1):
Packit Service c30d13
      tweaks: avoid two unused variable warnings when NLS is disabled
Packit Service c30d13
Packit Service c30d13
Cristian Caloghera (1):
Packit Service c30d13
      syntax: makefile: recognize also an all-lowercase makefile name
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (3):
Packit Service c30d13
      bindings: add the "flippipe" bindable function
Packit Service c30d13
      tweaks: avoid an unused variable warning with --enable-tiny
Packit Service c30d13
      tweaks: fix some grammar plus a typo in the comments
Packit Service c30d13
Packit Service c30d13
Marco Diego Aurélio Mesquita (2):
Packit Service c30d13
      linter: check all open buffers, instead of just the next one
Packit Service c30d13
      new feature: allow piping (selected) text to an external command
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.6 and v2.9.7:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (21):
Packit Service c30d13
      bindings: add the 'linenumbers' bindable function
Packit Service c30d13
      bindings: rename constupdate to constantshow, cuttoend to cutfromcursor
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.7 release
Packit Service c30d13
      docs: add notes about deprecated options and function names
Packit Service c30d13
      docs: break down some old improvements further per version
Packit Service c30d13
      docs: note a small difference with Pico in the default hard-wrapping
Packit Service c30d13
      docs: say thanks to three recent translators, and re-sort two others
Packit Service c30d13
      docs: slightly improve the description of the file browser in the manual
Packit Service c30d13
      main: clear a spurious error number, to avoid irrelevant messages later
Packit Service c30d13
      prompt: when asking for Yes/No/All, recognize also UTF-8 letters
Packit Service c30d13
      scrolling: only do a scroll when the edit window has more than one row
Packit Service c30d13
      signals: don't trap segfault/abort when envvar NANO_NOCATCH is defined
Packit Service c30d13
      signals: exclude the crash handler from the tiny version
Packit Service c30d13
      startup: suggest using ^D to finish reading from standard input
Packit Service c30d13
      tweaks: improve a couple of comments
Packit Service c30d13
      tweaks: normalize indentation and whitespace after previous changes
Packit Service c30d13
      tweaks: put check for -h and -l options in their alphabetical positions
Packit Service c30d13
      tweaks: put Yes/No/All in a consistent order (for the translators)
Packit Service c30d13
      tweaks: rename two variables, to be more descriptive
Packit Service c30d13
      tweaks: sort an option better, and reschedule a removal
Packit Service c30d13
      tweaks: use symbolic names instead of puzzling TRUE and FALSE
Packit Service c30d13
Packit Service c30d13
Devin Hussey (1):
Packit Service c30d13
      signals: upon a crash, save changed buffers and reset terminal state
Packit Service c30d13
Packit Service c30d13
Mark-Weston (1):
Packit Service c30d13
      new feature: an option to make the 'nextword' function stop at word ends
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.5 and v2.9.6:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (39):
Packit Service c30d13
      build: do not prefix an alternative rcfilename with a dot
Packit Service c30d13
      build: fix compilation when configured with --disable-help
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.6 release
Packit Service c30d13
      command-execution: do not crash when opening the pipe would fail
Packit Service c30d13
      completion: correctly do a signed comparison, to avoid a segfault
Packit Service c30d13
      files: prevent a hang when a call to sigaction() would fail
Packit Service c30d13
      formatting, linting: redetermine the argument list for every run
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      memory: use a reallocation to reduce the amount of leakage
Packit Service c30d13
      prompt: recognize Yes/No/All in English when the locale gives no match
Packit Service c30d13
      rcfile: skip color commands where some color name is invalid
Packit Service c30d13
      scrolling: don't redraw entire edit window when cursor goes offscreen
Packit Service c30d13
      search: always go forward by default, also when coming from Goto-Line
Packit Service c30d13
      search: use a better value to mean "nothing was typed"
Packit Service c30d13
      speller: don't add an extra newline when saving the text to a tempfile
Packit Service c30d13
      syntax: po: highlight also other escaped characters, not just \n
Packit Service c30d13
      syntax: sh: colorize options only when they are preceded by whitespace
Packit Service c30d13
      tweaks: adjust the translator hint about Yes/No/All
Packit Service c30d13
      tweaks: correct or improve a couple of comments
Packit Service c30d13
      tweaks: elide a function that is called just once
Packit Service c30d13
      tweaks: fix a typo, remove a blank line, and improve some comments
Packit Service c30d13
      tweaks: frob a couple of comments
Packit Service c30d13
      tweaks: group some more of the empty functions together
Packit Service c30d13
      tweaks: improve some comments, and exit with nonzero status upon error
Packit Service c30d13
      tweaks: improve the ordering of a couple of functions
Packit Service c30d13
      tweaks: invert two conditions and reshuffle, to reduce duplication
Packit Service c30d13
      tweaks: move a function to its proper location
Packit Service c30d13
      tweaks: move a function to its proper location
Packit Service c30d13
      tweaks: rearrange a few if statements more symmetrically
Packit Service c30d13
      tweaks: remove the group handling for undoing/redoing (un)indents
Packit Service c30d13
      tweaks: rename a function, to be more distinct from its caller
Packit Service c30d13
      tweaks: rename a function, to be more fitting and descriptive
Packit Service c30d13
      tweaks: rename a variable, for clarity
Packit Service c30d13
      tweaks: rename a variable, to be a bit more fitting
Packit Service c30d13
      tweaks: rename a variable, to be more clear and to match another
Packit Service c30d13
      tweaks: rename a variable, to match another and to be more visible
Packit Service c30d13
      tweaks: reshuffle two declarations
Packit Service c30d13
      tweaks: set the correct flags just once for each spell-fixing session
Packit Service c30d13
      tweaks: use meaningful names instead of puzzling values
Packit Service c30d13
Packit Service c30d13
Liu Hao (1):
Packit Service c30d13
      replacing: always clear the backwards flag for ^\, just like for ^W
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.4 and v2.9.5:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (45):
Packit Service c30d13
      build: exclude more things when configured with --disable-multibuffer
Packit Service c30d13
      build: fix compilation again when configured with --enable-tiny
Packit Service c30d13
      build: fix compilation when configured with --disable-multibuffer
Packit Service c30d13
      build: fix compilation with --enable-{tiny,help,multibuffer}
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.5 release
Packit Service c30d13
      cut: avoid calling renumber() on what might be NULL
Packit Service c30d13
      docs: clarify how the Linux console is deficient: in the arrow keys
Packit Service c30d13
      docs: clarify what the scrollup and scrolldown bindable functions do
Packit Service c30d13
      docs: document the newly added color name "normal"
Packit Service c30d13
      docs: mention in the FAQ that <Shift+Insert> pastes from the clipboard
Packit Service c30d13
      files: prevent an infinite loop when reading from standard input fails
Packit Service c30d13
      files: prevent the undo of reading a file into a new buffer
Packit Service c30d13
      help: describe the Scroll-Up and Scroll-Down commands more precisely
Packit Service c30d13
      help: do not reserve space for line numbers, as they are absent
Packit Service c30d13
      linting: drop messages for other files when configured for one buffer
Packit Service c30d13
      memory: plug a leak, by actually freeing a discarded undo struct
Packit Service c30d13
      scrolling: first move the cursor before pushing current chunk offscreen
Packit Service c30d13
      scrolling: let Scroll-Up/Down keep the cursor in the same text position
Packit Service c30d13
      selecting: don't cancel a softmark when just scrolling the screen
Packit Service c30d13
      small addition: understand color name "normal" to mean the default color
Packit Service c30d13
      syntax: sh: color also the 'cut', 'head', 'tail', and 'sort' commands
Packit Service c30d13
      syntax: sh: color options distinctively, and color also long options
Packit Service c30d13
      syntax: sh: uncolor "tar" when it's part of a filename
Packit Service c30d13
      tweaks: adjust a couple of types, to reduce the number of warnings
Packit Service c30d13
      tweaks: adjust or correct some comments, and rename a function
Packit Service c30d13
      tweaks: adjust the indentation after the previous changes
Packit Service c30d13
      tweaks: bundle some settings for a new buffer
Packit Service c30d13
      tweaks: change a parameter of open_buffer() and invert its logic
Packit Service c30d13
      tweaks: condense some code, to remove a bit of duplication
Packit Service c30d13
      tweaks: drop a handful of unhelpful asserts
Packit Service c30d13
      tweaks: elide an unneeded and shadowing variable
Packit Service c30d13
      tweaks: elide a parameter, as it's always the inverse of another
Packit Service c30d13
      tweaks: elide a parameter that is always 1
Packit Service c30d13
      tweaks: elide two parameters and thus a pair of wrapper functions
Packit Service c30d13
      tweaks: factor out the check for 'viewok' into its own function
Packit Service c30d13
      tweaks: fix a typo and adjust some wording and formatting in the FAQ
Packit Service c30d13
      tweaks: frob some comments plus miscellaneous other stuff
Packit Service c30d13
      tweaks: fuse two ifs into one
Packit Service c30d13
      tweaks: move an 'if' and then remove an unneeded label
Packit Service c30d13
      tweaks: reduce the font size of the questions in the FAQ
Packit Service c30d13
      tweaks: remove an inconsistent space from two pointer declarations
Packit Service c30d13
      tweaks: remove unneeded settings and unsettings of MULTIBUFFER
Packit Service c30d13
      tweaks: reshuffle some movement code, to reduce the number of conditions
Packit Service c30d13
      tweaks: revert commit c88a2fd9 -- the extra variable is needed
Packit Service c30d13
      tweaks: rewrap and amend some lines in the NEWS file
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (1):
Packit Service c30d13
      tweaks: correct several parameter types
Packit Service c30d13
Packit Service c30d13
Kamil Dudka (1):
Packit Service c30d13
      input: do not crash if sctofunc() returns NULL
Packit Service c30d13
Packit Service c30d13
Liu Hao (1):
Packit Service c30d13
      build: fix compilation error when configured with --disable-justify
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.3 and v2.9.4:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (65):
Packit Service c30d13
      bindings: make a key defined as string work also in browser and viewer
Packit Service c30d13
      bindings: rename the bindable function 'gototext' to 'flipgoto'
Packit Service c30d13
      bindings: revert the ^/ changes, as ^/ is not always Go-To-Line
Packit Service c30d13
      bindings: show ^/ instead of ^_ for Go-To-Line
Packit Service c30d13
      build: fix compilation when configured with --enable-tiny
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.4 release
Packit Service c30d13
      docs: mention that a key can be bound to a string
Packit Service c30d13
      docs: note also in the Info manual that text can be selected with Shift
Packit Service c30d13
      editing: when --smooth is used, make <Enter>-at-bottom scroll one row
Packit Service c30d13
      general: detect in a better way whether we're running on a Linux console
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      goto: avoid a segfault, by initializing 'answer' when it is NULL
Packit Service c30d13
      help: mention that some keys work on a region when the mark is on
Packit Service c30d13
      help: tweak the descriptions of ^X and ^R
Packit Service c30d13
      input: handle the implant() function separately also for the prompt
Packit Service c30d13
      input: handle the implant() function separately, as it is special
Packit Service c30d13
      memory: avoid a leak when toggling from Search to Goto
Packit Service c30d13
      memory: squeal when there is something wrong, instead of stumbling on
Packit Service c30d13
      new feature: allow binding a key to a string (in a nanorc file)
Packit Service c30d13
      prompt: disallow pasting when in restricted mode
Packit Service c30d13
      rcfile: allow a syntax name to be unquoted
Packit Service c30d13
      search: clear the existing answer when starting a new search
Packit Service c30d13
      search: get rid of some unneeded recursion when just toggling things
Packit Service c30d13
      selecting: cancel the softmark upon any attempt to move the cursor
Packit Service c30d13
      small addition: allow customizing the color of an error message
Packit Service c30d13
      syntax: color also ^/ in nano's help texts and in nanorc files
Packit Service c30d13
      syntaxes: remove quotes from each syntax name, and color it differently
Packit Service c30d13
      syntax: nanorc: color also bindings to a string as valid
Packit Service c30d13
      tweaks: adjust comments and indentation after the previous change
Packit Service c30d13
      tweaks: adjust two comments, move two declarations, rewrap three lines
Packit Service c30d13
      tweaks: appease valgrind concerning syscalls with uninitialized values
Packit Service c30d13
      tweaks: condense a comment and elide an 'if'
Packit Service c30d13
      tweaks: correct a typo in NEWS
Packit Service c30d13
      tweaks: correct a typo that broke binding a key to a string
Packit Service c30d13
      tweaks: do not needlessly renumber the lines in the buffer
Packit Service c30d13
      tweaks: don't call strcmp() to determine whether a string is empty
Packit Service c30d13
      tweaks: drop an assert, add a warning, and change a 'for' to a 'while'
Packit Service c30d13
      tweaks: drop some debugging stuff, and adjust what remains of it
Packit Service c30d13
      tweaks: elide another variable, to call a function less often
Packit Service c30d13
      tweaks: elide an unneeded variable
Packit Service c30d13
      tweaks: elide an unneeded variable
Packit Service c30d13
      tweaks: elide an unneeded variable
Packit Service c30d13
      tweaks: elide an unused variable and parameter
Packit Service c30d13
      tweaks: elide two unneeded booleans
Packit Service c30d13
      tweaks: exclude an unlikely error message from the tiny version
Packit Service c30d13
      tweaks: exclude an unlikely warning from the tiny version
Packit Service c30d13
      tweaks: fix a copy-and-paste error
Packit Service c30d13
      tweaks: make the fsfromline() call only for the undo types that need it
Packit Service c30d13
      tweaks: plug a memory leak when using Verbatim Input at a prompt
Packit Service c30d13
      tweaks: refactor the implanting of a key expansion
Packit Service c30d13
      tweaks: remove another superfluous check
Packit Service c30d13
      tweaks: remove a superfluous check
Packit Service c30d13
      tweaks: remove two deprecated options and six rebindable function names
Packit Service c30d13
      tweaks: remove two superfluous checks, and restrict two others
Packit Service c30d13
      tweaks: rename a parameter and a variable, to be more fitting
Packit Service c30d13
      tweaks: rename a variable to be more distinct and greppable
Packit Service c30d13
      tweaks: rename two variables, to be more meaningful
Packit Service c30d13
      tweaks: reshuffle some code, to be slightly less ugly
Packit Service c30d13
      tweaks: reshuffle some of the search-and-replace cleanup calls
Packit Service c30d13
      tweaks: reshuffle the undo types into mostly the same order everywhere
Packit Service c30d13
      tweaks: shorten the name of two record elements
Packit Service c30d13
      tweaks: slightly rewrap the FAQ's table of contents
Packit Service c30d13
      tweaks: transform a 'do' to a 'while', and reshuffle a comment
Packit Service c30d13
      tweaks: unabbreviate two variable names
Packit Service c30d13
      undo: when redoing, don't try to find a line number that might not exist
Packit Service c30d13
Packit Service c30d13
Brand Huntsman (1):
Packit Service c30d13
      color: remove unneeded bright comparision to prevent duplicate pairs
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (3):
Packit Service c30d13
      docs: mention that errorcolor does have default colors
Packit Service c30d13
      input: don't stop prepending when the user adds text via a shortcut
Packit Service c30d13
      tweaks: fix typo in rebindable function name
Packit Service c30d13
Packit Service c30d13
Tom Levy (1):
Packit Service c30d13
      syntax: go: highlight also floats with leading zeroes as valid
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.2 and v2.9.3:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (65):
Packit Service c30d13
      build: fix compilation when configured with --enable(tiny,color,nanorc}
Packit Service c30d13
      build: fix compilation with --enable-tiny --enable-justify
Packit Service c30d13
      build: let ./configure fail (not just warn) when curses.h is missing
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.3 release
Packit Service c30d13
      copyright: update the years for the FSF
Packit Service c30d13
      display: wipe the status bar when doing a total refresh
Packit Service c30d13
      docs: remove the note about needing a recent ncurses for macros to work
Packit Service c30d13
      docs: update the FAQ for the changed default location of history files
Packit Service c30d13
      docs: update the TODO file to the current state of affairs
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      help: don't get stuck when there is an unwrappable piece of text
Packit Service c30d13
      input: consume only the actual length of an escape sequence
Packit Service c30d13
      input: fully reset state when a three-digit character code is cut short
Packit Service c30d13
      input: make <Shift+Tab> do an unindent also on a Manjaro console
Packit Service c30d13
      input: recognize escape sequences for <Shift+PageUp> and <Shift+PageDown>
Packit Service c30d13
      input: recognize more escape sequences for <Shift+Home> and <Shift+End>
Packit Service c30d13
      input: recognize the deviant keycode for <Ctrl+End> in urxvt
Packit Service c30d13
      options: recognize -M and --trimblanks on the command line
Packit Service c30d13
      painting: look for an end match only after a start match, if any
Packit Service c30d13
      prompt: show whitespace only in the filename, not in the whole line
Packit Service c30d13
      replacing: don't skip the first character of a backwards-marked region
Packit Service c30d13
      search: suppress the occurrence at the cursor only when replacing
Packit Service c30d13
      startup: allow a named pipe as file argument when --noread is used
Packit Service c30d13
      startup: make an error message succinct and to the point
Packit Service c30d13
      startup: move the initialization of colors, so any error gets printed
Packit Service c30d13
      syntax: go: colorize only valid octal numbers
Packit Service c30d13
      syntax: lua: do not color debug.setinfo as it doesn't exist
Packit Service c30d13
      syntax: nanohelp: color also the Sh-Tab key combo
Packit Service c30d13
      tweaks: change a 'do' to a 'while', and return early to elide an 'if'
Packit Service c30d13
      tweaks: check for the type of terminal far earlier
Packit Service c30d13
      tweaks: condense a condition and a comment, and reshuffle a line
Packit Service c30d13
      tweaks: condense and rewrap some comments, and reindent two lines
Packit Service c30d13
      tweaks: condense the conditional compilation of shortcut reassignments
Packit Service c30d13
      tweaks: don't bother freeing the key buffer, just reallocate it
Packit Service c30d13
      tweaks: don't bother to reallocate when the keybuffer size decreases
Packit Service c30d13
      tweaks: drop a superfluous parameter, as it is always 1
Packit Service c30d13
      tweaks: drop a useless assert, and don't abort over an unhandled option
Packit Service c30d13
      tweaks: drop two unneeded initializations, and trim a comment
Packit Service c30d13
      tweaks: elide a tiny intermediate buffer, and rename two variables
Packit Service c30d13
      tweaks: exclude --trimblanks when no wrapping or justifying is configured
Packit Service c30d13
      tweaks: fully include Savefile and Wherewas in the tiny version
Packit Service c30d13
      tweaks: indenting text files with tabs is not a good idea
Packit Service c30d13
      tweaks: mark the two blocks that have a deviant indentation
Packit Service c30d13
      tweaks: move a bunch of comments to the lines that they refer to
Packit Service c30d13
      tweaks: move two functions to their proper place, orderingwise
Packit Service c30d13
      tweaks: remove a fragment of dead code
Packit Service c30d13
      tweaks: remove a handful of redundant (because always true) asserts
Packit Service c30d13
      tweaks: remove a superfluous case -- there can never be four digits
Packit Service c30d13
      tweaks: remove a superfluous check, as we insert always one code
Packit Service c30d13
      tweaks: rename a function, for aptness, and drop a superfluous check
Packit Service c30d13
      tweaks: rename a function, to be more distinct
Packit Service c30d13
      tweaks: rename a variable, and further condense some comments
Packit Service c30d13
      tweaks: rename a variable, for more contrast
Packit Service c30d13
      tweaks: rename a variable, to better fit its usage
Packit Service c30d13
      tweaks: rename two variables, and swap their declaration order
Packit Service c30d13
      tweaks: rename two variables, for preciseness and shortness
Packit Service c30d13
      tweaks: reshuffle a couple of lines
Packit Service c30d13
      tweaks: reshuffle a couple of lines, to make a bit more sense
Packit Service c30d13
      tweaks: reshuffle some stuff, and avoid a memory leak
Packit Service c30d13
      tweaks: reshuffle two condition series, to look better
Packit Service c30d13
      tweaks: rewrap a bunch of lines in the NEWS file
Packit Service c30d13
      tweaks: set a modifier in a single place, for conciseness
Packit Service c30d13
      tweaks: swap the row and col parameters to a more consistent order
Packit Service c30d13
      tweaks: transform a parameter, from a pointer to the value itself
Packit Service c30d13
      wrapping: don't trim a blank character that the user just typed
Packit Service c30d13
Packit Service c30d13
Brand Huntsman (1):
Packit Service c30d13
      startup: parse interface colors when they are read, not when initialized
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.1 and v2.9.2:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benjamin Mintz (1):
Packit Service c30d13
      syntax: python: add 'async', 'await', and 'nonlocal' as keywords
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (62):
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.2 release
Packit Service c30d13
      display: ensure that cursor is visible when compiled with --with-slang
Packit Service c30d13
      docs: mention that the source code is best viewed with a tab size of 4
Packit Service c30d13
      docs: say thanks to some fairly recent translators, and rename one
Packit Service c30d13
      gnulib: pull in the fix for the missing stat include
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      help: show that "Tab" will indent, just like "Sh-Tab" will unindent
Packit Service c30d13
      help: swap the order of the Complete and Comment functions
Packit Service c30d13
      indenting: don't exclude last line of region when region is empty
Packit Service c30d13
      indenting: keep affecting last line of marked region if it was at first
Packit Service c30d13
      input: allow using <Tab> and <Shift+Tab> to (un)indent selected region
Packit Service c30d13
      input: make <Ctrl+Shift+Arrow> work also when using --rebindkeypad
Packit Service c30d13
      input: optimize a bit for non-shortcut keys, as they are most frequent
Packit Service c30d13
      options: rename 'justifytrim' to 'trimblanks', because it has morphed
Packit Service c30d13
      prompt: blank the bar when a "continue?" is answered with No or ^C
Packit Service c30d13
      syntaxes: remove redundant word-boundary markers
Packit Service c30d13
      syntax: javascript: add some comments, and color explicit numbers too
Packit Service c30d13
      syntax: javascript: add some keywords, and sort them more logically
Packit Service c30d13
      syntax: javascript: color strings differently from major keywords
Packit Service c30d13
      syntax: javascript: require that a comment is preceded by whitespace
Packit Service c30d13
      syntax: lua: condense some regexes, tweak comments, reorder things
Packit Service c30d13
      syntax: nanorc: don't color parts of valid strings as if invalid
Packit Service c30d13
      syntax: python: color also the special values 'False', 'None', 'True'
Packit Service c30d13
      text: allow unindenting when not all lines are indented
Packit Service c30d13
      text: keep cursor at left edge when it IS there when indenting/commenting
Packit Service c30d13
      text: let a Shift-selection persist when indenting and commenting
Packit Service c30d13
      text: let indenting/commenting skip the last line if its x is zero
Packit Service c30d13
      text: set and reset the Modified state correctly when undoing/redoing
Packit Service c30d13
      tweaks: add a separate function that actually wipes the status bar
Packit Service c30d13
      tweaks: avoid incrementing a variable that won't be used again later
Packit Service c30d13
      tweaks: condense or rewrap a bunch of repetitious comments
Packit Service c30d13
      tweaks: condense, reword, and rewrap a bunch of comments
Packit Service c30d13
      tweaks: condense some debugging code, and rewrap a line
Packit Service c30d13
      tweaks: convert the indentation of the NEWS file too
Packit Service c30d13
      tweaks: convert the indentation to use only tabs
Packit Service c30d13
      tweaks: drop some old debugging code plus a superfluous comment
Packit Service c30d13
      tweaks: elide two parameters from the get_region() function
Packit Service c30d13
      tweaks: elide two variables that are used just once
Packit Service c30d13
      tweaks: factor out a piece of common code
Packit Service c30d13
      tweaks: fix some whitespace errors, and convert alignment tabs to spaces
Packit Service c30d13
      tweaks: fold some regexes into one another, for conciseness
Packit Service c30d13
      tweaks: frob four comments, and rewrap two lines
Packit Service c30d13
      tweaks: invert the logic of a variable, and rename it
Packit Service c30d13
      tweaks: limit the resetting of "Modified" to writing a full buffer
Packit Service c30d13
      tweaks: move some frequently-used keystrokes to the top of the list
Packit Service c30d13
      tweaks: remove a redundant call of renumber()
Packit Service c30d13
      tweaks: remove a superfluous condition
Packit Service c30d13
      tweaks: remove a superfluous placing of a terminating nul byte
Packit Service c30d13
      tweaks: remove some unneeded parentheses, and shorten two function calls
Packit Service c30d13
      tweaks: remove two irrelevant conditions
Packit Service c30d13
      tweaks: rename three variables, for more contrast and variety
Packit Service c30d13
      tweaks: reshuffle a bit of common code, moving it to an existing function
Packit Service c30d13
      tweaks: reshuffle another bit of code, for conciseness
Packit Service c30d13
      tweaks: rewrap some lines and some comments, and trim two others
Packit Service c30d13
      tweaks: slightly rename four functions, for aptness and variety
Packit Service c30d13
      tweaks: strip some debugging stuff, and condense a bit of code
Packit Service c30d13
      tweaks: trim another placing of a terminating nul byte
Packit Service c30d13
      tweaks: use for git the more faithful "less -x1,5" suggested by Brand
Packit Service c30d13
      tweaks: use spaces for alignment also in the THANKS file
Packit Service c30d13
      wrapping: delete trailing blanks upon hardwrapping, when requested
Packit Service c30d13
      wrapping: keep prepending to the same next line as long as possible
Packit Service c30d13
      wrapping: we're still on the same line if the next line has not changed
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (3):
Packit Service c30d13
      input: support backtab when Slang and/or --rebindkeypad is used
Packit Service c30d13
      tweaks: use printf's z modifier for (s)size_t, instead of casting
Packit Service c30d13
      undo: when adding text adds a magicline, an undo should remove both
Packit Service c30d13
Packit Service c30d13
Liu Hao (1):
Packit Service c30d13
      syntax: c: increase the color contrast of reminders like FIXME
Packit Service c30d13
Packit Service c30d13
Michael Francis (1):
Packit Service c30d13
      syntax: php: function and variable names can contain uppercase and digits
Packit Service c30d13
Packit Service c30d13
Mike Frysinger (1):
Packit Service c30d13
      syntax: javascript: add newer keywords and string syntax
Packit Service c30d13
Packit Service c30d13
Tom Levy (6):
Packit Service c30d13
      syntax: go: fix word boundary before dot in number literal
Packit Service c30d13
      syntax: go: sign of exponent in number literal is optional
Packit Service c30d13
      syntax: lua: add new and missing standard library functions
Packit Service c30d13
      syntax: lua: correct the word boundaries on standard library functions
Packit Service c30d13
      syntax: lua: require at least one digit for hexadecimal numbers
Packit Service c30d13
      syntax: lua: support fractional part and exponent for decimal and hex
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.9.0 and v2.9.1:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (20):
Packit Service c30d13
      build: fix compilation with --disable-browser --disable-tabcomp
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.1 release
Packit Service c30d13
      files: always update the stat info when the entire file is written
Packit Service c30d13
      files: save the marked region only when we've prompted for a file name
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      history: create the path '~/.local/share/' when it is needed
Packit Service c30d13
      history: make nano's state directory accessible for the user only
Packit Service c30d13
      history: save the positions file also when a record was deleted
Packit Service c30d13
      input: make the macro key discoverable by giving feedback when undefined
Packit Service c30d13
      linting: switch the mark off when the linter starts
Packit Service c30d13
      selecting: do not cancel the softmark when the cursor is not moved
Packit Service c30d13
      selecting: let a justification cancel a softmark
Packit Service c30d13
      syntax: adjust the magic strings for the changes since file-5.10
Packit Service c30d13
      tweaks: adjust indentation after previous change
Packit Service c30d13
      tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough
Packit Service c30d13
      tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
Packit Service c30d13
      tweaks: reshuffle a couple of lines, and frob a comment or two
Packit Service c30d13
      tweaks: reshuffle a couple of lines, to put similar things together
Packit Service c30d13
      undo: clear the Modified state when the very first edit is undone
Packit Service c30d13
      undo: discarding the stack does not always lose information
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.7 and v2.9.0:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (103):
Packit Service c30d13
      bindings: don't allow calling help when searching in the help viewer
Packit Service c30d13
      bindings: make ^Q and ^S do something useful by default
Packit Service c30d13
      bindings: make the search function rebindable again in help and browser
Packit Service c30d13
      bindings: make ^W start always a forward search (as there is ^Q now)
Packit Service c30d13
      browser: place the cursor properly on the selected file when -g is used
Packit Service c30d13
      build: let git ignore also the generated PDF file
Packit Service c30d13
      bump version numbers and add a news item for the 2.9.0 release
Packit Service c30d13
      copyright: update some years, and standardize on the dashed format
Packit Service c30d13
      display: keep the cursor switched on when resizing the screen
Packit Service c30d13
      display: rework the switching on and off of the cursor
Packit Service c30d13
      display: stop the help viewer from turning on the multibuffer indicator
Packit Service c30d13
      display: switch off the cursor early on during startup
Packit Service c30d13
      docs: make it clearer that a Signed-off-by is wanted on patches
Packit Service c30d13
      docs: mention that macros work correctly only on terminal emulators
Packit Service c30d13
      docs: remove another remark about indenting lacking undo capability
Packit Service c30d13
      docs: update references to the nanorc files for the XDG changes
Packit Service c30d13
      files: avoid an abortion when excuting a command in a new buffer
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      help: don't fall back to other syntaxes if there is no nanohelp one
Packit Service c30d13
      history: after loading the lists, mark them as unchanged
Packit Service c30d13
      history: remove the migration service for the old searches file
Packit Service c30d13
      input: recognize Option+Arrow keys on iTerm2 in "xterm mode"
Packit Service c30d13
      moving: don't slither and slide over tabs when they are overlong
Packit Service c30d13
      moving: prevent the cursor sticking on or skipping over overwide tabs
Packit Service c30d13
      new feature: a bindable function that starts always a backward search
Packit Service c30d13
      options: remove '--quiet' and 'set quiet', because they hide problems
Packit Service c30d13
      options: retire 'set backwards' -- it's still recognized but a no-op
Packit Service c30d13
      organization: move all history-related stuff to its own file
Packit Service c30d13
      ouch: set the positions-file name also when using the legacy state dir
Packit Service c30d13
      painting: evade an ncurses bug by adding the A_PROTECT attribute
Packit Service c30d13
      search: suppress the "not found" message when replacements were made
Packit Service c30d13
      search: suppress the "Search Wrapped" message when doing replacements
Packit Service c30d13
      search: wipe reassuring feedback as soon as searching has finished
Packit Service c30d13
      startup: don't ask the user to press Enter upon an rcfile error
Packit Service c30d13
      startup: don't produce more than three consecutive beeps
Packit Service c30d13
      startup: when an rcfile contains errors, report this on the status bar
Packit Service c30d13
      syntax: default: use colors that are readable also on dark backgrounds
Packit Service c30d13
      titlebar: don't reshow version when dropping back to a single buffer
Packit Service c30d13
      titlebar: don't show nano's name and version when in the file browser
Packit Service c30d13
      titlebar: drop the prefix "File: " from before the filename
Packit Service c30d13
      tweaks: add a translator hint, and adjust two others
Packit Service c30d13
      tweaks: adjust a comment, and condense a fragment of code
Packit Service c30d13
      tweaks: adjust indentation and comments after the previous change
Packit Service c30d13
      tweaks: adjust two comments, and correct and a few cosmetic mistakes
Packit Service c30d13
      tweaks: avoid an unused-variable warning with --disable-nanorc
Packit Service c30d13
      tweaks: change some mayday messages, to urge the user to report a bug
Packit Service c30d13
      tweaks: change the arrows to triangles also for searching in file browser
Packit Service c30d13
      tweaks: change the help-text arrows to triangles, to be more visible
Packit Service c30d13
      tweaks: chuck a bunch of asserts -- they have lost their usefulness
Packit Service c30d13
      tweaks: chuck an assert, and then condense the code and a comment
Packit Service c30d13
      tweaks: constify the result strings of getenv(), as a reminder
Packit Service c30d13
      tweaks: correct two minor things in the documentation
Packit Service c30d13
      tweaks: discard another set of useless asserts
Packit Service c30d13
      tweaks: discard some obsolete debugging stuff
Packit Service c30d13
      tweaks: don't construct the positions-history filename time and again
Packit Service c30d13
      tweaks: drop a bunch of outdated asserts
Packit Service c30d13
      tweaks: drop the ineffective cgitrc -- sorting by "age" does not work
Packit Service c30d13
      tweaks: elide a comment, and improve a couple of others
Packit Service c30d13
      tweaks: elide an unneeded check
Packit Service c30d13
      tweaks: elide an unneeded function now that stuff is grouped together
Packit Service c30d13
      tweaks: elide a superfluous allocation
Packit Service c30d13
      tweaks: elide two variables by using a pointer instead of an index
Packit Service c30d13
      tweaks: fix compilation when configured with --disable-histories
Packit Service c30d13
      tweaks: fix compilation when configured with --enable-tiny
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny --enable-histories
Packit Service c30d13
      tweaks: frob a couple of comments
Packit Service c30d13
      tweaks: frob some comments and rename a few variables and a function
Packit Service c30d13
      tweaks: get rid of some cluttering conditional compilation
Packit Service c30d13
      tweaks: improve some comments, and rename a variable for symmetry
Packit Service c30d13
      tweaks: make the switching on and off of the cursor a bit more compact
Packit Service c30d13
      tweaks: move a general function to the utils.c file
Packit Service c30d13
      tweaks: reduce a bit of code duplication
Packit Service c30d13
      tweaks: remove a comment from the docs that is no longer accurate
Packit Service c30d13
      tweaks: remove another bit of conditional compilation
Packit Service c30d13
      tweaks: remove a superfluous no-op function call
Packit Service c30d13
      tweaks: remove a useless prefix from a hundred constants
Packit Service c30d13
      tweaks: rename a function and swap its two parameters
Packit Service c30d13
      tweaks: rename a function plus two parameters, to be more fitting
Packit Service c30d13
      tweaks: rename a macro, to make a little more sense
Packit Service c30d13
      tweaks: rename a variable, to avoid a possible confusion
Packit Service c30d13
      tweaks: rename a variable, to make more sense
Packit Service c30d13
      tweaks: rename one variable once more
Packit Service c30d13
      tweaks: rename some constants, to follow the same underscoreless scheme
Packit Service c30d13
      tweaks: rename three functions, to be shorter or clearer
Packit Service c30d13
      tweaks: rename three variables, for more contrast
Packit Service c30d13
      tweaks: rename two variables, for contrast, and frob some comments
Packit Service c30d13
      tweaks: rename two variables, to be more indicative of what they do
Packit Service c30d13
      tweaks: rename two variables, to make a little more sense
Packit Service c30d13
      tweaks: reshuffle a bit of code and elide an unneeded variable
Packit Service c30d13
      tweaks: reshuffle a couple of lines, and trim some comments
Packit Service c30d13
      tweaks: reshuffle some code, and rename a variable
Packit Service c30d13
      tweaks: reshuffle some code in order to elide a variable
Packit Service c30d13
      tweaks: reshuffle some regexes, for order and compactness
Packit Service c30d13
      tweaks: strip four unneeded checks
Packit Service c30d13
      tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR
Packit Service c30d13
      tweaks: transform the token DISABLE_EXTRA to ENABLE_EXTRA
Packit Service c30d13
      tweaks: transform the token DISABLE_HISTORIES to ENABLE_HISTORIES
Packit Service c30d13
      tweaks: transform the token DISABLE_JUSTIFY to ENABLE_JUSTIFY
Packit Service c30d13
      tweaks: transform the token DISABLE_OPERATINGDIR to ENABLE_OPERATINGDIR
Packit Service c30d13
      tweaks: transform the token DISABLE_SPELLER to ENABLE_SPELLER
Packit Service c30d13
      tweaks: transform the token DISABLE_WRAPJUSTIFY to ENABLED_WRAPORJUSTIFY
Packit Service c30d13
      tweaks: transform the token DISABLE_WRAPPING to ENABLE_WRAPPING
Packit Service c30d13
      tweaks: use mnemonic constants instead of TRUE and FALSE
Packit Service c30d13
Packit Service c30d13
Brand Huntsman (3):
Packit Service c30d13
      bindings: allow exiting from the help viewer with F1, like with ^G
Packit Service c30d13
      history: prevent overwriting of positions between multiple instances
Packit Service c30d13
      syntax: nanohelp: colorize Up, Down, Left and Right (when not in UTF-8)
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (18):
Packit Service c30d13
      build: add history.c to the list of files with translatable strings
Packit Service c30d13
      display: don't cut off zero-width characters at the end of a chunk
Packit Service c30d13
      docs: decribe the bindable functions 'recordmacro' and 'runmacro'
Packit Service c30d13
      docs: document the more everyday names of three bindable functions
Packit Service c30d13
      docs: remove man page reference to indent/unindent lacking undo/redo
Packit Service c30d13
      files: don't change file format when inserting into an existing buffer
Packit Service c30d13
      help: allow firstline and lastline to work at the search prompt
Packit Service c30d13
      history: fix the check for an existing $HOME/.nano/ directory
Packit Service c30d13
      moving: set the preferred column properly when doing a smart home
Packit Service c30d13
      search: don't bother saving and restoring the search direction
Packit Service c30d13
      search: trim a failed search string for width instead of length
Packit Service c30d13
      softwrap: break before multi-column Unicode blanks when they overshoot
Packit Service c30d13
      syntax: nanorc: properly color valid arguments of 'selectedcolor'
Packit Service c30d13
      text: hook up indenting and unindenting to the undo/redo code
Packit Service c30d13
      text: move the indenting of a single line into its own function
Packit Service c30d13
      text: move the unindenting of a single line into its own function
Packit Service c30d13
      tweaks: use printf's z modifier for most of the size_t/ssize_t types
Packit Service c30d13
      undo: generalize update_comment_undo() into update_multiline_undo()
Packit Service c30d13
Packit Service c30d13
Lion Yang (1):
Packit Service c30d13
      input: ensure that standard input uses blocking mode
Packit Service c30d13
Packit Service c30d13
Marco Diego Aurélio Mesquita (5):
Packit Service c30d13
      general: do not free strings gotten from getenv(), to avoid a crash
Packit Service c30d13
      history: remember the commands that were executed during this session
Packit Service c30d13
      history: remember the list of executed commands across sessions
Packit Service c30d13
      new feature: show current and total number of open buffers in title bar
Packit Service c30d13
      new feature: the ability to record and play back a series of keystrokes
Packit Service c30d13
Packit Service c30d13
Simon Ochsenreither (1):
Packit Service c30d13
      startup: look for nanorc and history files also in the XDG directories
Packit Service c30d13
Packit Service c30d13
Viorel Bota (1):
Packit Service c30d13
      files: check for a changed disk file also for 'savefile' and --tempfile
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.6 and v2.8.7:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (54):
Packit Service c30d13
      bindings: hard-bind Alt+Up and Alt+Down to findprevious and findnext
Packit Service c30d13
      browser: correct the inverted search behavior for Alt+Up/Alt+Down
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.7 release
Packit Service c30d13
      display: catch all cases where the cursor can be pushed offscreen
Packit Service c30d13
      display: don't doubly show tabs that cross a chunk boundary
Packit Service c30d13
      files: do not silently ignore an invalid backup directory, but die
Packit Service c30d13
      files: don't close a file descriptor when opening failed  [coverity scan]
Packit Service c30d13
      files: don't try to open a negative file descriptor  [coverity scan]
Packit Service c30d13
      gnulib: update to its current upstream state
Packit Service c30d13
      linting: don't try to put the cursor at a negative x position
Packit Service c30d13
      linting: skip the introductory message produced by 'gcc -fshow-column'
Packit Service c30d13
      mouse: one click of the wheel should move three lines, not three pages
Packit Service c30d13
      moving: don't push x forward when backward movement lands on a split tab
Packit Service c30d13
      moving: get <Up> unstuck when trying to pass over a sprawling tab
Packit Service c30d13
      moving: improve retention of the target column somewhat
Packit Service c30d13
      moving: the current chunk is always 0 when not in softwrap mode
Packit Service c30d13
      moving: use the correct formula for pushing the index forward
Packit Service c30d13
      rcfile: don't leak a shortcut when something goes wrong  [coverity scan]
Packit Service c30d13
      softwrap: properly move up and down over tabs that are split over rows
Packit Service c30d13
      syntax: c: give labels some color too
Packit Service c30d13
      syntax: html: don't bother coloring tags that cross line boundaries
Packit Service c30d13
      syntax: python: don't require a character after an opening triple quote
Packit Service c30d13
      text: properly unindent lines that consist of only whitespace
Packit Service c30d13
      tweaks: a comma does not end a sentence, and is not part of a variable
Packit Service c30d13
      tweaks: adjust the indentation after the previous change
Packit Service c30d13
      tweaks: adjust the indentation after the previous change
Packit Service c30d13
      tweaks: adjust the indentation after the previous change
Packit Service c30d13
      tweaks: allow enough space for the Y/N/A characters  [coverity scan]
Packit Service c30d13
      tweaks: avoid trying to stat a file that might be NULL  [coverity scan]
Packit Service c30d13
      tweaks: close a file also in the error path  [coverity scan]
Packit Service c30d13
      tweaks: condense or improve some comments
Packit Service c30d13
      tweaks: condense some logic, to elide a variable and a comment
Packit Service c30d13
      tweaks: do not leak the indentation when all lines are empty
Packit Service c30d13
      tweaks: don't close a descriptor when its stream has already been closed
Packit Service c30d13
      tweaks: drop some debugging stuff
Packit Service c30d13
      tweaks: drop some debugging stuff, and frob two comments
Packit Service c30d13
      tweaks: elide an unneeded pointer
Packit Service c30d13
      tweaks: elide the global variable 'full_operating_dir'
Packit Service c30d13
      tweaks: fix compilation with --enable-{tiny,help,multibuffer}
Packit Service c30d13
      tweaks: group all movement routines in corresponding pairs
Packit Service c30d13
      tweaks: keep the const qualifier of the syntax name  [coverity scan]
Packit Service c30d13
      tweaks: remove includes that appear to be superfluous
Packit Service c30d13
      tweaks: rename a function, to let it make more sense
Packit Service c30d13
      tweaks: rename a label, to better match its task
Packit Service c30d13
      tweaks: renumber the special key codes, to be in sequence and grouped
Packit Service c30d13
      tweaks: reshuffle code and frob comments, to reduce the number of lines
Packit Service c30d13
      tweaks: reshuffle some code to harmonize two related functions
Packit Service c30d13
      tweaks: reshuffle some declarations and trim a few comments
Packit Service c30d13
      tweaks: restore an include that is necessary on some platforms
Packit Service c30d13
      tweaks: show "where is next" in the help lines of the file browser
Packit Service c30d13
      tweaks: simply set the proper scrolling mode, instead of imitating it
Packit Service c30d13
      tweaks: snip a superfluous clearing of the bottom bars after help
Packit Service c30d13
      tweaks: sort the includes, so it's a little easier to see what is there
Packit Service c30d13
      tweaks: specify more directly in what manner to move the viewport
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (23):
Packit Service c30d13
      browser: allow backward/forward re-searches with Alt+Up/Alt+Down
Packit Service c30d13
      display: constrain line numbers on softwrapped lines with sprawling tabs
Packit Service c30d13
      display: do show the visible character for a tab when it starts a row
Packit Service c30d13
      display: revamp how screen updates are done in the movement code
Packit Service c30d13
      moving: redraw not just the new current line but also the prior one
Packit Service c30d13
      small addition: allow customizing the color of selected text
Packit Service c30d13
      softwrap: correctly move vertically through overwide tabs
Packit Service c30d13
      softwrap: don't push a straddling tab to the next chunk
Packit Service c30d13
      softwrap: improve left/right navigation across line boundaries
Packit Service c30d13
      softwrap: make sure char_len is set when a tab is wider than a chunk
Packit Service c30d13
      softwrap: properly update the viewport when adding text at firstcolumn
Packit Service c30d13
      text: make indenting add to the beginning of the line
Packit Service c30d13
      text: make unindenting remove from the beginning of the line
Packit Service c30d13
      tweaks: adjust spacing and wording in sample.nanorc
Packit Service c30d13
      tweaks: correct a comment typo and an indentation error
Packit Service c30d13
      tweaks: harmonize some prototypes with their functions
Packit Service c30d13
      tweaks: remove unneeded parentheses and blank line and braces
Packit Service c30d13
      tweaks: replace a misplaced tab with a space
Packit Service c30d13
      tweaks: set the target row for smooth scrolling more directly
Packit Service c30d13
      tweaks: use charalloc() instead of (char *)nmalloc() * sizeof(char)
Packit Service c30d13
      weeding: drop the forreal parameter from place_the_cursor()
Packit Service c30d13
      weeding: remove redundant casts of nmalloc()
Packit Service c30d13
      weeding: remove the unused be_clever parameter from do_home()/do_end()
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (1):
Packit Service c30d13
      new feature: allow pasting at all input prompts
Packit Service c30d13
Packit Service c30d13
Urja Rannikko (1):
Packit Service c30d13
      bindings: hard-bind Alt+Left and Alt+Right to buffer switching
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.5 and v2.8.6:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (58):
Packit Service c30d13
      build: for Solaris, tell the linker to use a threading lib
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.6 release
Packit Service c30d13
      display: avoid a jumpy cursor by redrawing bottom bars only when needed
Packit Service c30d13
      display: when back in the main loop, always redraw the help lines
Packit Service c30d13
      display: wipe stale messages from the status bar straightaway
Packit Service c30d13
      docs: add some more mark-up to the Info document
Packit Service c30d13
      docs: be more precise about when a dash is given instead of a filename
Packit Service c30d13
      docs: drop the cluttering Info-style links from the HTML manual
Packit Service c30d13
      docs: improve cross references and mark-up in the Info document
Packit Service c30d13
      docs: improve some spacing, especially of the synopsis in the PDF
Packit Service c30d13
      docs: make the guillemot and the middle dot appear correctly in HTML
Packit Service c30d13
      docs: move the descriptions of 'header' and 'magic' next to 'syntax'
Packit Service c30d13
      docs: remove the mention of backslashes for the argument of 'comment'
Packit Service c30d13
      docs: reword the explanation of the 'syntax' command
Packit Service c30d13
      docs: use real cross references in the Info document
Packit Service c30d13
      docs: use the @command and @option mark-up more consistently
Packit Service c30d13
      files: don't bother counting rows when opening a fresh buffer
Packit Service c30d13
      files: warn more conspicuously when the file on disk has changed
Packit Service c30d13
      gnulib: update to its current state
Packit Service c30d13
      input: recognize the Ctrl+Arrow key sequences from Haiku's Terminal
Packit Service c30d13
      options: recognize -a and --atblanks on the command line
Packit Service c30d13
      options: rename --cut to --cutfromcursor, to be clearer
Packit Service c30d13
      pasting: restore the cap on the number of chunks to move backward
Packit Service c30d13
      rcfile: don't require backslashing in the argument of 'comment'
Packit Service c30d13
      screen: defeat a VTE/Konsole bug also for the case of --constantshow
Packit Service c30d13
      screen: retain the same help-line tags when the window is resized
Packit Service c30d13
      softwrap: when possible, go back a whole bunch of chunks at a time
Packit Service c30d13
      startup: don't try parsing color names that were not specified
Packit Service c30d13
      startup: in default mode, display the tail of the file as Pico does
Packit Service c30d13
      suspension: prevent entering an invalid byte upon resume (with S-Lang)
Packit Service c30d13
      syntax: gentoo: make it clearer that the file contains two syntaxes
Packit Service c30d13
      syntax: man, groff: fix the string that introduces a comment
Packit Service c30d13
      syntax: nanorc: don't color numeric arguments specially
Packit Service c30d13
      syntax: nanorc: don't color the argument of 'linter' as if invalid
Packit Service c30d13
      syntax: texinfo: cover also some special cases like @U, @OE and @TeX
Packit Service c30d13
      tweaks: adjust an error message so it fits all possible cases
Packit Service c30d13
      tweaks: avoid a clang warning about an expression being treated as NULL
Packit Service c30d13
      tweaks: avoid a failure with black diamonds in a PDF
Packit Service c30d13
      tweaks: avoid an unused-variable warning for the tiny version
Packit Service c30d13
      tweaks: chuck some debugging stuff
Packit Service c30d13
      tweaks: chuck two useless asserts, and elide a call to strncasecmp()
Packit Service c30d13
      tweaks: correct two conditions for conditional compilation
Packit Service c30d13
      tweaks: drop a bunch of useless asserts
Packit Service c30d13
      tweaks: elide unneeded calls of get_last_chunk_leftedge()
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny
Packit Service c30d13
      tweaks: move an include to the file that actually makes use of it
Packit Service c30d13
      tweaks: put declarations always first, so it will compile on Haiku
Packit Service c30d13
      tweaks: recognize the empty string as comment inhibitor, instead of NULL
Packit Service c30d13
      tweaks: remove two superfluous includes
Packit Service c30d13
      tweaks: rename a constant, to match the corresponding option
Packit Service c30d13
      tweaks: rename another constant, to be more precise
Packit Service c30d13
      tweaks: rename a variable, to have more contrast
Packit Service c30d13
      tweaks: rename four functions, to be more distinct
Packit Service c30d13
      tweaks: rename two variables, to make a little sense
Packit Service c30d13
      tweaks: reshuffle some things to condense the code
Packit Service c30d13
      tweaks: simplify the parsing of color combinations
Packit Service c30d13
      tweaks: spell an option correctly in NEWS
Packit Service c30d13
      tweaks: swap ^X and ^L in the help lines of the help viewer
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (29):
Packit Service c30d13
      display: when converting tabs, don't go beyond the screen width
Packit Service c30d13
      docs: consistently describe the -U/-c and -r/-w overrides
Packit Service c30d13
      docs: mention that boldtext can be overridden also for function tags
Packit Service c30d13
      docs: mention the default values for comment and whitespace directives
Packit Service c30d13
      moving: fix the cursor jumping back and forth with non-smooth paging
Packit Service c30d13
      moving: make vertical movement account for varying chunk width
Packit Service c30d13
      new feature: allow lines to be softwrapped at whitespace
Packit Service c30d13
      replacing: make spotlight() account for varying chunk width
Packit Service c30d13
      softwrap: add new functions for chunks of varying width
Packit Service c30d13
      softwrap: don't flag EOL too early, nor break continuous text too early
Packit Service c30d13
      softwrap: in do_mouse(), keep the cursor before a softwrap breakpoint
Packit Service c30d13
      softwrap: make the changes to actually allow the chunk width to vary
Packit Service c30d13
      softwrap: prepare for allowing the chunk width to vary
Packit Service c30d13
      softwrap: remove unneeded caps on the number of chunks to move
Packit Service c30d13
      syntax: nanorc: properly color a "fill" option with a negative value
Packit Service c30d13
      text: adjust the comments in do_indent() and do_unindent()
Packit Service c30d13
      text: make do_unindent() an exact copy of do_indent()
Packit Service c30d13
      text: make sure commenting is disabled when comment "" was specified
Packit Service c30d13
      text: normalize the indentation in do_indent() and do_unindent()
Packit Service c30d13
      text: remove indent-related code from do_unindent()
Packit Service c30d13
      text: remove the last usage of cols in do_indent() and do_unindent()
Packit Service c30d13
      text: remove unindent-related code from do_indent()
Packit Service c30d13
      text: remove unneeded references to cols from the indentation routines
Packit Service c30d13
      text: update placewewant properly when indenting/unindenting
Packit Service c30d13
      tweaks: correct a parameter type, and correct two empty initializations
Packit Service c30d13
      tweaks: fix a typo in NEWS
Packit Service c30d13
      tweaks: only compensate for a partially-offscreen line in softwrap mode
Packit Service c30d13
      tweaks: remove unneeded braces, and mark empty parameter list as void
Packit Service c30d13
      usage: a dash doesn't have to come first among the filenames
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.4 and v2.8.5:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (35):
Packit Service c30d13
      bindings: in the tiny version exclude word jumping from the prompts
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.5 release
Packit Service c30d13
      display: don't let a SIGCONT write anything to the screen
Packit Service c30d13
      display: don't show the cursor while we are busy calculating its position
Packit Service c30d13
      display: redraw title bar and edit window only when needed
Packit Service c30d13
      display: show the cursor position also when searching took a while
Packit Service c30d13
      docs: avoid a double "see" for cross references in the HTML manual
Packit Service c30d13
      docs: spell "title bar" and "status bar" correctly
Packit Service c30d13
      gnulib: update to its current state
Packit Service c30d13
      input: give an appropriate message when there are too many errors
Packit Service c30d13
      startup: allow negative line and column numbers on the command line
Packit Service c30d13
      startup: allow positioning the cursor also when reading standard input
Packit Service c30d13
      startup: always open with the file that was mentioned first
Packit Service c30d13
      startup: don't crash when opening standard input would fail
Packit Service c30d13
      startup: don't mark the buffer as modified when in view mode
Packit Service c30d13
      startup: don't mark the buffer as modified when nothing was read
Packit Service c30d13
      startup: don't try placing the cursor when reading standard input failed
Packit Service c30d13
      startup: don't use position history when reading from standard input
Packit Service c30d13
      suspension: fake a SIGWINCH when coming back out of the background
Packit Service c30d13
      suspension: remove a duplicate setting of the HUP and TERM handler
Packit Service c30d13
      syntax: default: allow leading whitespace before a hash comment
Packit Service c30d13
      tweaks: adjust indentation after preceding changes
Packit Service c30d13
      tweaks: avoid compiler warning about implicit type
Packit Service c30d13
      tweaks: be consistent in the spelling of title bar and status bar
Packit Service c30d13
      tweaks: don't bother calculating the position when we won't show it
Packit Service c30d13
      tweaks: elide a function that should not be a separate one
Packit Service c30d13
      tweaks: elide a variable
Packit Service c30d13
      tweaks: frob a few comments, and elide and #ifndef
Packit Service c30d13
      tweaks: reduce the scope of three variables, and rename them besides
Packit Service c30d13
      tweaks: reduce the scope of two variables, and rename them too
Packit Service c30d13
      tweaks: rename a function and a variable, to better match what they do
Packit Service c30d13
      tweaks: rename a variable, and frob a couple of comments
Packit Service c30d13
      tweaks: rename two functions and a variable, and invert its logic
Packit Service c30d13
      tweaks: reshuffle some stuff, to put related things closer together
Packit Service c30d13
      tweaks: unglobalize the nodelay_mode variable
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.3 and v2.8.4:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (11):
Packit Service c30d13
      build: correct the inverted logic for the nanorc man page
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.4 release
Packit Service c30d13
      gnulib: update to its current state
Packit Service c30d13
      syntax: default: color also hash comments and email addresses
Packit Service c30d13
      syntax: php: color "static" again as "function", like it used to be
Packit Service c30d13
      tweaks: adjust the indentation after the preceding change
Packit Service c30d13
      tweaks: avoid an unused-variable warning when using --disable-comment
Packit Service c30d13
      tweaks: do actual screen refreshes in a single call, when possible
Packit Service c30d13
      tweaks: remove the no-op x$disable tests
Packit Service c30d13
      tweaks: reorder three items in the Info document
Packit Service c30d13
      tweaks: reshuffle a few things to reduce duplication
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.2 and v2.8.3:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (34):
Packit Service c30d13
      bindings: allow toggling a new buffer when multiple buffers are enabled
Packit Service c30d13
      build: don't use a dummy dependency, as it breaks non-GNU makes
Packit Service c30d13
      build: for Solaris, tell the linker where to find clock_gettime()
Packit Service c30d13
      build: use backticks to avoid a warning during autoreconf
Packit Service c30d13
      build: use the "force" mechanism to always run the revision rule
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.3 release
Packit Service c30d13
      chars: optimize moving a character left in the non-UTF-8 case
Packit Service c30d13
      chars: probe for a valid UTF-8 starter byte, instead of overstepping
Packit Service c30d13
      chars: valid UTF-8 codes are at most 4 bytes long, so look only that far
Packit Service c30d13
      display: keep the cursor put, also when toggling nohelp or morespace
Packit Service c30d13
      files: don't ask "save anyway" when user orders to discard the buffer
Packit Service c30d13
      history: don't save the cursor position for temporary help files
Packit Service c30d13
      moving: limit the target column when it is beyond the last chunk
Packit Service c30d13
      replacing: don't let placewewant influence the placement of the cursor
Packit Service c30d13
      startup: don't call delwin() with NULL, to avoid crashing on Solaris
Packit Service c30d13
      syntax: makefile: color comments only at start of line or after whitespace
Packit Service c30d13
      syntax: nanohelp: color also ^6 as a shortcut keystroke
Packit Service c30d13
      syntax: php: color also variable names, and color more reserved words
Packit Service c30d13
      syntax: php: recognize also the .phtml and .php7 extensions
Packit Service c30d13
      syntax: xml: recognize an XML file also by its first line
Packit Service c30d13
      tweaks: add another warning for an impossible condition
Packit Service c30d13
      tweaks: adjust whitespace and comments after the preceding change
Packit Service c30d13
      tweaks: avoid an empty function call in tiny version with line numbers
Packit Service c30d13
      tweaks: exclude from the tiny version five error-betraying messages
Packit Service c30d13
      tweaks: exclude from the tiny version two messages that will never occur
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny ...-help and ...-multibuffer
Packit Service c30d13
      tweaks: remove an old fault-catching message
Packit Service c30d13
      tweaks: remove five dummy function definitions from the tiny version
Packit Service c30d13
      tweaks: rename three empty functions, and reshuffle some others
Packit Service c30d13
      tweaks: rewrap a couple of old items in NEWS, and fix an article
Packit Service c30d13
      tweaks: swap a comparison, to be clearer
Packit Service c30d13
      tweaks: transform the token DISABLE_BROWSER to ENABLE_BROWSER
Packit Service c30d13
      tweaks: transform the token DISABLE_NANORC to ENABLE_NANORC
Packit Service c30d13
      tweaks: transform the token DISABLE_TABCOMP to ENABLE_TABCOMP
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (2):
Packit Service c30d13
      display: ensure smooth scrolling when the edit window is resized
Packit Service c30d13
      tweaks: fix several whitespace irregularities
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.1 and v2.8.2:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (64):
Packit Service c30d13
      bindings: allow using <Backspace> to scroll back up in the help viewer
Packit Service c30d13
      bindings: allow using '/' to start a search in the help viewer
Packit Service c30d13
      bindings: show Home and End in browser help text, instead of M-| and M-?
Packit Service c30d13
      browser: make ^End work properly by fixing a paste error
Packit Service c30d13
      build: make --enable-help properly depend on --enable-multibuffer
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.2 release
Packit Service c30d13
      display: initialize the colors only when starting to draw the content
Packit Service c30d13
      display: push the titlebar to the screen as soon as it has been drawn
Packit Service c30d13
      docs: add an item to the FAQ, about pasting from Windows to a remote nano
Packit Service c30d13
      docs: harmonize the nanorc man page and Info document a bit
Packit Service c30d13
      docs: in the FAQ, extend the answer to the pasting problem
Packit Service c30d13
      docs: reword the main paragraph of the man page
Packit Service c30d13
      docs: update the list of who authored what
Packit Service c30d13
      gnulib: update to its current state in git
Packit Service c30d13
      help: after a search, show the cursor only when something was found
Packit Service c30d13
      help: allocate enough space for the descriptions, so we don't crash
Packit Service c30d13
      help: don't crash when nano was started with --noread
Packit Service c30d13
      help: don't cycle forward in the buffers when exiting from help
Packit Service c30d13
      help: keep the same position also after M-\ or M-/ has been used
Packit Service c30d13
      help: keep the text at the same position when the screen is resized
Packit Service c30d13
      help: remove the final blank line, so <End> does the same as all <Down>
Packit Service c30d13
      help: set tabsize to the default width while showing a help text
Packit Service c30d13
      help: suppress nano's name and number to make it clearer this is help
Packit Service c30d13
      help: use a dedicated syntax to color shortcuts in a help text
Packit Service c30d13
      help: when searching, do it forward, without case, and without regexes
Packit Service c30d13
      input: avoid crashing when resizing the window during verbatim input
Packit Service c30d13
      options: allow -U (--quickblank) to be used in the tiny version
Packit Service c30d13
      scrolling: don't bother to limit the number of lines to step back
Packit Service c30d13
      startup: warn about a strange character size only in the UTF-8 case
Packit Service c30d13
      syntax: nanohelp: change the hue of the keystrokes to match sample.nanorc
Packit Service c30d13
      tweaks: add a warning for a condition that should never occur
Packit Service c30d13
      tweaks: add three warnings for conditions that should never occur
Packit Service c30d13
      tweaks: avoid an unused-variable warning
Packit Service c30d13
      tweaks: be more precise about what --disable-extra does
Packit Service c30d13
      tweaks: check for an empty needle in a central place
Packit Service c30d13
      tweaks: complete the exclusion of backups and such from the tiny version
Packit Service c30d13
      tweaks: condense two bits of code, and drop two asserts
Packit Service c30d13
      tweaks: distinguish (in the comments) between buffers and linestructs
Packit Service c30d13
      tweaks: drop a bunch of asserts
Packit Service c30d13
      tweaks: elide a function that is used just once
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny --enable-color --enable-speller
Packit Service c30d13
      tweaks: fix two typos
Packit Service c30d13
      tweaks: remove a superfluous check
Packit Service c30d13
      tweaks: remove a superfluous strlen() call from the reverse searches
Packit Service c30d13
      tweaks: remove some superfluous placements of the cursor
Packit Service c30d13
      tweaks: remove two superfluous calls of wnoutrefresh()
Packit Service c30d13
      tweaks: rename a constant, to match the corresponding option
Packit Service c30d13
      tweaks: rename a function, to be more accurate
Packit Service c30d13
      tweaks: rename a function, to better suit what it does
Packit Service c30d13
      tweaks: rename another function, to better describe what it does
Packit Service c30d13
      tweaks: rename a parameter, to be more imperative
Packit Service c30d13
      tweaks: rename a variable, use a faster comparison, and reshuffle a bit
Packit Service c30d13
      tweaks: rename one variable again
Packit Service c30d13
      tweaks: rename some more of these 'rev_start' variables
Packit Service c30d13
      tweaks: rename three variables, elide another, and reshuffle some stuff
Packit Service c30d13
      tweaks: rename two variables, because this 'rev_start' is irksome
Packit Service c30d13
      tweaks: reshuffle a couple of lines to avoid a duplicate call
Packit Service c30d13
      tweaks: reshuffle help-text initialization, to elide a save-and-restore
Packit Service c30d13
      tweaks: reshuffle some more stuff, and rename two more variables
Packit Service c30d13
      tweaks: swap the names of two variables, to make more sense
Packit Service c30d13
      tweaks: transform the token DISABLE_MOUSE to ENABLE_MOUSE
Packit Service c30d13
      tweaks: transform the token DISABLE_MULTIBUFFER to ENABLE_MULTIBUFFER
Packit Service c30d13
      tweaks: use the logic from revstrstr() also in mbrevstrcasestr()
Packit Service c30d13
      tweaks: use the logic from revstrstr() also in revstrcasestr()
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (1):
Packit Service c30d13
      docs: mention that also numbercolor overrides boldtext
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (1):
Packit Service c30d13
      new feature: add a search facility to the help viewer
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.8.0 and v2.8.1:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (33):
Packit Service c30d13
      bindings: make ^Home and ^End go to top and tail of buffer
Packit Service c30d13
      bindings: make ^Up/^Down go to first/last row in the file browser
Packit Service c30d13
      bindings: use arrows instead of words to designate the cursor keys
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.1 release
Packit Service c30d13
      copyright: update the year in --version, and use the standard hyphen
Packit Service c30d13
      copyright: update the years, use ranges, and explain this usage
Packit Service c30d13
      display: check the correct character for being double-width
Packit Service c30d13
      display: with softwrap, show the cursor where the eye expects it
Packit Service c30d13
      docs: correct an answer to a question in the FAQ
Packit Service c30d13
      docs: mention another difference with Pico in the Info document
Packit Service c30d13
      docs: remove the self-referencing stuff and the changelog from the FAQ
Packit Service c30d13
      docs: trim the TODO file a bit, and put the more important items first
Packit Service c30d13
      editing: avoid creating blank lines when using autoindent
Packit Service c30d13
      files: check also for write errors when prepending, not just read errors
Packit Service c30d13
      gnulib: update to current state
Packit Service c30d13
      linting: treat a tab as one "column", not eight
Packit Service c30d13
      linting: when no is said to a file, remove all corresponding entries
Packit Service c30d13
      moving: when determining where we are on the screen, use placewewant
Packit Service c30d13
      tweaks: adjust a couple of comments
Packit Service c30d13
      tweaks: again use memory on the stack instead of malloc() and free()
Packit Service c30d13
      tweaks: close the backup file also when we skip making a backup
Packit Service c30d13
      tweaks: delete a function that hasn't been used since 2005
Packit Service c30d13
      tweaks: delete unnecessary function prototypes
Packit Service c30d13
      tweaks: elide a variable and a pair of braces
Packit Service c30d13
      tweaks: fix some inconsistencies in an old Changelog
Packit Service c30d13
      tweaks: fix two typos in the NEWS file
Packit Service c30d13
      tweaks: group ^D and ^H together in the help lines
Packit Service c30d13
      tweaks: keep the help text aligned, also with the narrow arrows
Packit Service c30d13
      tweaks: put M-A before ^6, to look better above M-6 in the help lines
Packit Service c30d13
      tweaks: put unshifted shortcuts ^6 and M-6 first, instead of ^^ and M-^
Packit Service c30d13
      tweaks: reduce the number of additions that actual_x() performs
Packit Service c30d13
      tweaks: replace a function call or a macro with a hard number
Packit Service c30d13
      tweaks: use memory on the stack instead of calling malloc() and free()
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (5):
Packit Service c30d13
      bindings: use arrows instead of words for search history too
Packit Service c30d13
      display: show '<' and '>' placeholders for characters that get split
Packit Service c30d13
      input: support escape sequences for ^Home and ^End
Packit Service c30d13
      scrolling: properly compensate for the onscreen chunks
Packit Service c30d13
      tweaks: avoid a compilation warning
Packit Service c30d13
Packit Service c30d13
Kamil Dudka (1):
Packit Service c30d13
      backup: prevent a symlink attack by operating on the file descriptor
Packit Service c30d13
Packit Service c30d13
Mike Frysinger (2):
Packit Service c30d13
      configure: fix up word boundary regex logic now that we have gnulib
Packit Service c30d13
      configure: ignore the REG_ENHANCED test when we use gnulib
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.7.5 and v2.8.0:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (56):
Packit Service c30d13
      bindings: accept "q" and "x" to exit from help viewer and file browser
Packit Service c30d13
      bindings: group the three search-again shortcuts together
Packit Service c30d13
      bump version numbers and add a news item for the 2.8.0 release
Packit Service c30d13
      docs: mention some more differences with Pico in the Info document
Packit Service c30d13
      files: drop the pointless "[from ./]" from the insert-file prompt
Packit Service c30d13
      files: on second thought... keep the "[from ./]"
Packit Service c30d13
      input: count a manually entered unicode as one character
Packit Service c30d13
      moving: don't try to redraw lines that have gone outside the viewport
Packit Service c30d13
      moving: /do/ redraw the prior line when the viewport hasn't changed
Packit Service c30d13
      moving: the current chunk cannot be beyond the last chunk of a line
Packit Service c30d13
      oops -- that's what you get when you don't test things before pushing
Packit Service c30d13
      painting: don't try to start highlighting before column zero
Packit Service c30d13
      screen: don't push the longer-line indicator ($) to the next row
Packit Service c30d13
      spelling: keep the cursor at end-of-line if it was there
Packit Service c30d13
      startup: add option 'nopauses' to disable pausing after a warning
Packit Service c30d13
      tweaks: add a warning for a condition that should never occur
Packit Service c30d13
      tweaks: avoid a few needless reallocations
Packit Service c30d13
      tweaks: chuck some debugging stuff and some useless asserts
Packit Service c30d13
      tweaks: condense some declarations by reshuffling
Packit Service c30d13
      tweaks: correct some formatting irregularities in the FAQ
Packit Service c30d13
      tweaks: don't loop over an initializer
Packit Service c30d13
      tweaks: don't optimize for the wrong case
Packit Service c30d13
      tweaks: don't turn the mark off before it's needed
Packit Service c30d13
      tweaks: ehm... the warning is more important for the softwrap case
Packit Service c30d13
      tweaks: elide an intermediate variable
Packit Service c30d13
      tweaks: elide a small intermediate buffer
Packit Service c30d13
      tweaks: elide a variable
Packit Service c30d13
      tweaks: elide two variables, and condense some statements
Packit Service c30d13
      tweaks: factor out a bit of common code
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny --enable-help
Packit Service c30d13
      tweaks: frob a couple of comments
Packit Service c30d13
      tweaks: frob some parentheses and other things, to be more consistent
Packit Service c30d13
      tweaks: gettextize a forgotten error message
Packit Service c30d13
      tweaks: make WhereIsNext available in browser in tiny version
Packit Service c30d13
      tweaks: mark a message for translation
Packit Service c30d13
      tweaks: optimize determining the number of columns that a text spans
Packit Service c30d13
      tweaks: reduce the scope of five variables, and frob some comments
Packit Service c30d13
      tweaks: remove a disabled warning, and adjust a translator hint
Packit Service c30d13
      tweaks: rename and shorten a small helper function
Packit Service c30d13
      tweaks: rename a variable and invert its logic
Packit Service c30d13
      tweaks: rename a variable, drop a false assert, and reshuffle a bit
Packit Service c30d13
      tweaks: rename three variables, to better distinguish bytes from columns
Packit Service c30d13
      tweaks: rename two variables, to be more distinctive
Packit Service c30d13
      tweaks: reshuffle some lines and adjust some comments
Packit Service c30d13
      tweaks: reshuffle some more lines and improve four comments
Packit Service c30d13
      tweaks: reshuffle some statements, to avoid double assignments
Packit Service c30d13
      tweaks: reshuffle the bindings to group things more logically
Packit Service c30d13
      tweaks: reshuffle three statements, and shorten a comment
Packit Service c30d13
      tweaks: reshuffle two declarations for a more consistent order
Packit Service c30d13
      tweaks: shorten a bit of logic
Packit Service c30d13
      tweaks: simplify and correct a computation
Packit Service c30d13
      tweaks: suggest a separate color scheme for root
Packit Service c30d13
      tweaks: trim a displayable string in a more efficient manner
Packit Service c30d13
      tweaks: use two extra variables to make it clearer what is being done
Packit Service c30d13
      usage: don't mention +LINE,COLUMN as an option, because it isn't
Packit Service c30d13
      wrapping: add the correct char length when skipping consecutive blanks
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (52):
Packit Service c30d13
      configure: don't check for the existence of iswspace() anymore
Packit Service c30d13
      display: don't compensate for chunks before firstcolumn
Packit Service c30d13
      display: don't draw more chunks than the screen can hold
Packit Service c30d13
      display: limit an optimization to non-softwrap mode
Packit Service c30d13
      display: make PageUp/PageDown use the correct beginning of the viewport
Packit Service c30d13
      docs: update README.GIT for gnulib-related changes
Packit Service c30d13
      files: revamp the insertion of a file, to be more like pasting text
Packit Service c30d13
      moving: determine the correct leftedge when paging up/down too
Packit Service c30d13
      replacing: fix spotlight() to highlight words properly in softwrap mode
Packit Service c30d13
      softwrap: account for firstcolumn in reset_cursor()
Packit Service c30d13
      softwrap: account for firstcolumn when checking for offscreen current
Packit Service c30d13
      softwrap: account for firstcolumn when scrolling up a line
Packit Service c30d13
      softwrap: account for softwrap in get_page_start()
Packit Service c30d13
      softwrap: account for softwrapped chunks when adding text
Packit Service c30d13
      softwrap: account for softwrap when checking whether current is offscreen
Packit Service c30d13
      softwrap: add two chunk-iterator functions
Packit Service c30d13
      softwrap: adjust firstcolumn when the window width changes
Packit Service c30d13
      softwrap: count softwrapped chunks properly in do_gotolinecolumn()
Packit Service c30d13
      softwrap: count softwrapped chunks properly in do_uncut_text()
Packit Service c30d13
      softwrap: count softwrapped chunks properly in read_file()
Packit Service c30d13
      softwrap: improve End's behavior with softwrapped chunks
Packit Service c30d13
      softwrap: improve Home's behavior with softwrapped lines
Packit Service c30d13
      softwrap: improve Left and Right's behavior with softwrapped chunks
Packit Service c30d13
      softwrap: improve PageUp and PageDown's behavior with softwrapped chunks
Packit Service c30d13
      softwrap: improve Up and Down's behavior with softwrapped chunks
Packit Service c30d13
      softwrap: iterate through softwrapped chunks better in do_mouse()
Packit Service c30d13
      softwrap: iterate through softwrapped chunks in adjust_viewport()
Packit Service c30d13
      softwrap: iterate through softwrapped chunks in edit_scroll()
Packit Service c30d13
      softwrap: move the updating of a softwrapped line to a new function
Packit Service c30d13
      softwrap: prepare for a more flexible viewport
Packit Service c30d13
      softwrap: remove and replace workarounds for firstcolumn
Packit Service c30d13
      softwrap: save and restore firstcolumn when copying text
Packit Service c30d13
      softwrap: save and restore firstcolumn when internally spell-fixing text
Packit Service c30d13
      softwrap: save and restore firstcolumn when replacing text
Packit Service c30d13
      softwrap: save firstcolumn when justifying, restore it when unjustifying
Packit Service c30d13
      speller: fix replacing marked text in the alternate spell checker
Packit Service c30d13
      syntax: nanorc: color also the option "linenumbers" as being valid
Packit Service c30d13
      tweaks: add a parameter to do_home() and do_end()
Packit Service c30d13
      tweaks: fix a comment typo
Packit Service c30d13
      tweaks: mention nano's ability to read from standard input in usage()
Packit Service c30d13
      tweaks: move comments outside of if blocks in break_line()
Packit Service c30d13
      tweaks: prepare for improvements to do_home() and do_end()
Packit Service c30d13
      tweaks: remove cluttering #ifdefs from break_line()
Packit Service c30d13
      tweaks: rename need_horizontal_scroll() to line_needs_update()
Packit Service c30d13
      tweaks: slightly optimize an allocation in display_string()
Packit Service c30d13
      tweaks: stop converting text once we overshoot span columns
Packit Service c30d13
      undo: fix undoing/redoing insertions, since they no longer do partitioning
Packit Service c30d13
      usage: mention the -g/--showcursor option
Packit Service c30d13
      weeding: remove ensure_line_is_visible()
Packit Service c30d13
      weeding: remove maxlines and related code
Packit Service c30d13
      weeding: remove partitioning and related stuff from do_insertfile()
Packit Service c30d13
      weeding: remove partitioning and related stuff from do_justify()
Packit Service c30d13
Packit Service c30d13
Hans-Bernhard Broeker (1):
Packit Service c30d13
      tweaks: make sure calls to <ctype.h> functions/macros use "unsigned char"
Packit Service c30d13
Packit Service c30d13
Mike Frysinger (19):
Packit Service c30d13
      add an explicit test for set_escdelay()
Packit Service c30d13
      add support for gnulib
Packit Service c30d13
      assume getopt_long support is always available
Packit Service c30d13
      assume regex.h support is always available
Packit Service c30d13
      configure: require autoconf-2.69/automake-1.14
Packit Service c30d13
      configure: require gettext-0.18.3, and drop our bundled m4 files
Packit Service c30d13
      drop the getdelim/getline fallback functions
Packit Service c30d13
      drop the glib fallback for snprintf/vsnprintf
Packit Service c30d13
      drop the isblank/iswblank fallback functions
Packit Service c30d13
      drop the wchar.h/wctype.h/stdarg.h checks
Packit Service c30d13
      drop various str fallback functions
Packit Service c30d13
      fix build on systems without pwd.h
Packit Service c30d13
      handle builds on systems without termios.h
Packit Service c30d13
      handle deficient signal systems
Packit Service c30d13
      pull in the glob module from gnulib
Packit Service c30d13
      pull in the lstat module from gnulib
Packit Service c30d13
      pull in the nl_langinfo & wcwidth modules from gnulib
Packit Service c30d13
      pull in the sys_wait module from gnulib
Packit Service c30d13
      tweaks: disable gnulib's workaround for the globbing of broken symlinks
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.7.4 and v2.7.5:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (65):
Packit Service c30d13
      bump version numbers and add a news item for the 2.7.5 release
Packit Service c30d13
      files: leave out the confusing "[from ./]" when prompting for a command
Packit Service c30d13
      general: stop the spell checker from crashing after the changes in search
Packit Service c30d13
      justify: reduce the character count when trimming trailing spaces
Packit Service c30d13
      painting: account for index maybe being zero after the preceding change
Packit Service c30d13
      painting: advance only when both start /and/ end match are zero-length
Packit Service c30d13
      painting: do not bluntly ignore zero-length start matches -- handle them
Packit Service c30d13
      painting: do not let a match for 'end' overlap a match for 'start'
Packit Service c30d13
      painting: don't look at the current multidata when coloring a line
Packit Service c30d13
      painting: make use of the multidata of the preceding line
Packit Service c30d13
      painting: mark an unpaired start match as CWOULDBE
Packit Service c30d13
      painting: properly detect a change in start/end matches
Packit Service c30d13
      painting: properly look for a new start match only after the end match
Packit Service c30d13
      painting: stay within the line when skipping zero-length matches
Packit Service c30d13
      painting: when skipping a zero-length match, skip a character, not a byte
Packit Service c30d13
      rcfile: don't accept empty regexes for syntax coloring
Packit Service c30d13
      replacing: compensate cursor position only for replacements /before/ it
Packit Service c30d13
      replacing: detect when the whole region has already been covered
Packit Service c30d13
      replacing: don't go outside of the selected region
Packit Service c30d13
      replacing: ignore the first match when the user said no
Packit Service c30d13
      replacing: start at the region's edge instead of one step before it
Packit Service c30d13
      replacing: stop searching in a region when edge of buffer is reached
Packit Service c30d13
      screen: don't compare a character index with a column position
Packit Service c30d13
      screen: ehm... no, that was wrong: page_start /is/ a column position
Packit Service c30d13
      search: begin from where we are, to be able to find the first \B
Packit Service c30d13
      search: make the \b and \B anchors work correctly in both directions
Packit Service c30d13
      spelling: correctly adjust the length of a single-line region
Packit Service c30d13
      spelling: don't unnecessarily fiddle with the viewport
Packit Service c30d13
      startup: report an error when the given line or column number is invalid
Packit Service c30d13
      statusbar: display at most three consecutive alert messages
Packit Service c30d13
      tweaks: adjust some comments, reshuffle a line, and use a while loop
Packit Service c30d13
      tweaks: adjust two comments, to be more accurate
Packit Service c30d13
      tweaks: adjust whitespace after preceding changes
Packit Service c30d13
      tweaks: and rename another variable, to keep in style
Packit Service c30d13
      tweaks: chuck some obscuring debugging stuff
Packit Service c30d13
      tweaks: condense a comment, rename a variable, and use a while loop
Packit Service c30d13
      tweaks: differentiate single-regex matches from paired-regex matches
Packit Service c30d13
      tweaks: discard the now unused multidata-resetting routine
Packit Service c30d13
      tweaks: elide a variable plus its corresponding dark logic
Packit Service c30d13
      tweaks: fiddle with some wordings in the texinfo document
Packit Service c30d13
      tweaks: free an option string also when it was invalid
Packit Service c30d13
      tweaks: move a comment and rewrap a line
Packit Service c30d13
      tweaks: normalize some paragraph formatting in the FAQ
Packit Service c30d13
      tweaks: rearrange some code to separate softwrap and normal mode more
Packit Service c30d13
      tweaks: rename a function, and drop an unneeded parameter
Packit Service c30d13
      tweaks: rename a function, to show it refers to screen rows
Packit Service c30d13
      tweaks: rename another variable, to be shorter
Packit Service c30d13
      tweaks: rename a variable and condense an if
Packit Service c30d13
      tweaks: rename a variable -- lines refers to buffer, rows to screen
Packit Service c30d13
      tweaks: rename a variable, to be more general
Packit Service c30d13
      tweaks: rename a variable, to be more general and match one elsewhere
Packit Service c30d13
      tweaks: rename some variables, to better distinguish rows from lines
Packit Service c30d13
      tweaks: rename some variables, to show they refer to screen rows
Packit Service c30d13
      tweaks: rename two variables, and always pass a valid result back
Packit Service c30d13
      tweaks: rename two variables, to avoid double negatives
Packit Service c30d13
      tweaks: reshuffle an assignment and trim some comments
Packit Service c30d13
      tweaks: reshuffle a test to a better place
Packit Service c30d13
      tweaks: reshuffle three variables
Packit Service c30d13
      tweaks: scrap a bunch of debugging lines -- they obscure the logic
Packit Service c30d13
      tweaks: scrap some debugging stuff
Packit Service c30d13
      tweaks: slightly speed up the change detection for multiline matches
Packit Service c30d13
      tweaks: swap two blocks of code to reduce the number of #ifdefs
Packit Service c30d13
      tweaks: update some copyright years
Packit Service c30d13
      tweaks: use a cheaper way to detect an end-of-line
Packit Service c30d13
      tweaks: use a subtraction instead of a counter
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (16):
Packit Service c30d13
      docs: mention the ability to read from stdin
Packit Service c30d13
      screen: don't hide two-column characters at left edge in softwrap mode
Packit Service c30d13
      tweaks: adjust and correct some comments
Packit Service c30d13
      tweaks: always directly do a refresh when the margin changes
Packit Service c30d13
      tweaks: do a comparison a bit differently in do_output() and do_deletion()
Packit Service c30d13
      tweaks: fix compilation when configured with --enable-tiny
Packit Service c30d13
      tweaks: improve comments and formatting in update_line()
Packit Service c30d13
      tweaks: let update_line() return the correct value on error
Packit Service c30d13
      tweaks: reduce duplicate code in new_magicline() and move_to_filestruct()
Packit Service c30d13
      tweaks: rename a variable and adjust some types in edit_scroll()
Packit Service c30d13
      tweaks: rename a variable in edit_redraw(), to make sense
Packit Service c30d13
      tweaks: rename a variable in edit_scroll(), to make sense
Packit Service c30d13
      tweaks: rename mouse_x & mouse_y to mouse_col & mouse_row in do_mouse()
Packit Service c30d13
      tweaks: rename the functions for moving to and copying from a buffer
Packit Service c30d13
      tweaks: rewrap two lines and fix two typos
Packit Service c30d13
      tweaks: split the grafting code off from copy_from_buffer()
Packit Service c30d13
Packit Service c30d13
Mike Frysinger (3):
Packit Service c30d13
      syntax: c++: add override keyword
Packit Service c30d13
      syntax: gentoo: flag mixed whitespace
Packit Service c30d13
      syntax: gentoo: match .eblit files too
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.7.3 and v2.7.4:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (48):
Packit Service c30d13
      build: check for GNU-style word-boundary support also in the tiny version
Packit Service c30d13
      build: include the old Changelogs in the tarball
Packit Service c30d13
      build: install the Info and Html manuals even when 'makeinfo' is missing
Packit Service c30d13
      build: move all documentation into a single directory
Packit Service c30d13
      build: move the syntax files out of the doc/ directory
Packit Service c30d13
      build: rename the sample config file, so it will be colored like a nanorc
Packit Service c30d13
      bump version numbers and add a news item for the 2.7.4 release
Packit Service c30d13
      copy: properly set preferred x position when region was marked backwards
Packit Service c30d13
      cut: indicate a buffer as modified only if actually something was deleted
Packit Service c30d13
      docs: add a new Changelog -- a list of the short commit messages
Packit Service c30d13
      docs: bring some air into the FAQ, so that <Ctrl+Up/Down> become useful
Packit Service c30d13
      docs: fix some spellos and trim some trailing tabs in the old Changelog
Packit Service c30d13
      docs: rename the Changelogs to indicate which periods they cover
Packit Service c30d13
      docs: snip some obsolete items from the FAQ, and normalize its dates
Packit Service c30d13
      docs: standardize the dates in the old Changelog
Packit Service c30d13
      inserting: adjust the desired x position (don't restore the old one)
Packit Service c30d13
      screen: examine the whole line when painting, to set the correct info
Packit Service c30d13
      search: make a regex with a beginning-of-word anchor work correctly
Packit Service c30d13
      softwrap: don't scroll half a page when just a few lines will do
Packit Service c30d13
      softwrap: when pasting an overlong line, ensure it is fully visible
Packit Service c30d13
      softwrap: when typing M-/, ensure the last line is fully visible
Packit Service c30d13
      syntax: html: be more precise with tags, and paint attribute names
Packit Service c30d13
      tweaks: adjust whitespace after the previous change
Packit Service c30d13
      tweaks: chuck a couple of useless asserts
Packit Service c30d13
      tweaks: condense two ifs to a single one
Packit Service c30d13
      tweaks: discard some conditional compilation
Packit Service c30d13
      tweaks: don't compare a character offset with a column position
Packit Service c30d13
      tweaks: don't use a variable for two different purposes
Packit Service c30d13
      tweaks: fix compilation when configured with --disable-wrapping
Packit Service c30d13
      tweaks: frob some comments, and transform one variable
Packit Service c30d13
      tweaks: frob some comments, elide a variable, and use 'while' loops
Packit Service c30d13
      tweaks: if there is no end match, there is nothing to paint
Packit Service c30d13
      tweaks: miscellaneous frobbings
Packit Service c30d13
      tweaks: rearrange and reindent some lines in the painting routines
Packit Service c30d13
      tweaks: remove the cluttering conditional compilation of a parameter
Packit Service c30d13
      tweaks: rename another variable, to show it refers to columns not chars
Packit Service c30d13
      tweaks: rename a variable, chuck an assert, and frob a comment
Packit Service c30d13
      tweaks: rename three painting variables, to be more distinct
Packit Service c30d13
      tweaks: rename two variables, for distinguishing characters from columns
Packit Service c30d13
      tweaks: rename two variables to be just one as they play the same role
Packit Service c30d13
      tweaks: rename two variables, to be more telling
Packit Service c30d13
      tweaks: reshuffle a statement to a better place and condense some comments
Packit Service c30d13
      tweaks: set the length of a search match in a clearer manner
Packit Service c30d13
      tweaks: slightly condense a function and its comment
Packit Service c30d13
      tweaks: terminate lots of sentences with a period in the old Changelog
Packit Service c30d13
      tweaks: the starting point for painting /cannot/ be offscreen
Packit Service c30d13
      tweaks: when allow_tabs is FALSE, allow_files is irrelevant
Packit Service c30d13
      undo: properly create separate items for deletes at different positions
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (7):
Packit Service c30d13
      screen: properly place the cursor after inserting a file
Packit Service c30d13
      softwrap: ensure the current line is fully visible after inserting a file
Packit Service c30d13
      tweaks: avoid an unnecessary fiddling with current_y in do_mouse()
Packit Service c30d13
      tweaks: line numbers are ssize_t, not int
Packit Service c30d13
      tweaks: move a setting, fix a type, and rearrange a line in do_mouse()
Packit Service c30d13
      weeding: remove another unnecessary setting of openfile->current_y
Packit Service c30d13
      weeding: remove unnecessary settings of openfile->current_y
Packit Service c30d13
Packit Service c30d13
Felix Janda (1):
Packit Service c30d13
      speller: fix build when tiny build is enabled
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.7.2 and v2.7.3:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Arturo Borrero GonzĂ¡lez (1):
Packit Service c30d13
      syntax: nftables: add two new families, and add set references
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (62):
Packit Service c30d13
      binding: use plain codes instead of function calls for the jumping keys
Packit Service c30d13
      binding: use the code for the Enter directly instead of a function call
Packit Service c30d13
      bump version numbers and add a news item for the 2.7.3 release
Packit Service c30d13
      chars: optimize for the most common case
Packit Service c30d13
      chars: use memory on the stack instead of calling malloc() and free()
Packit Service c30d13
      docs: clarify the difference between "Esc Esc ddd" and "M-V xxxxxx"
Packit Service c30d13
      files: don't change embedded newlines into nulls in filenames
Packit Service c30d13
      files: show newlines in filenames as ^J also in error messages
Packit Service c30d13
      general: simplify the detection of a SIGWINCH
Packit Service c30d13
      history: avoid crashing when the positionlog file is malformed
Packit Service c30d13
      history: don't bother encoding search items -- they cannot contain newlines
Packit Service c30d13
      history: encode newlines in filenames as nulls
Packit Service c30d13
      history: search for the two position numbers from EOL instead of BOL
Packit Service c30d13
      history: search items *can* contain newlines -- encoded NUL bytes
Packit Service c30d13
      input: detect again when both Shift and Ctrl are being held on a VT
Packit Service c30d13
      input: discard a verbatim 0x0A or 0x00 byte, depending on the mode
Packit Service c30d13
      input: don't crash when receiving a KEY_CANCEL
Packit Service c30d13
      locking: disable an annoying warning
Packit Service c30d13
      memory: don't bother making a snug fit for things that will be freed soon
Packit Service c30d13
      oops: forgot to add and amend this to the previous commit
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      prompt: do not treat a leading newline in a filename specially
Packit Service c30d13
      prompt: represent newlines as ^J instead of breaking the bar
Packit Service c30d13
      screen: display byte value 0x0A in the right places as ^@ or as ^J
Packit Service c30d13
      screen: draw new content immediately, to prevent color flashes
Packit Service c30d13
      screen: show an embedded newline in filenames as ^J instead of ^@
Packit Service c30d13
      text: avoid a crash when a spell-checked line has gotten shorter
Packit Service c30d13
      text: discard the undo stack after formatting and after spell checking
Packit Service c30d13
      titlebar: always pass a pathname through display_string()
Packit Service c30d13
      tweaks: adjust some comments and indentation and ordering
Packit Service c30d13
      tweaks: chuck a special case, and reduce the scope of two variables
Packit Service c30d13
      tweaks: condense the setting of three flags
Packit Service c30d13
      tweaks: conditionalize a function that is not used in the tiny version
Packit Service c30d13
      tweaks: delete a bunch of unneeded asserts
Packit Service c30d13
      tweaks: don't bother making the next line of an end point NULL
Packit Service c30d13
      tweaks: don't bother reallocating a string of which there is only one
Packit Service c30d13
      tweaks: don't bother trimming the final newline from a position item
Packit Service c30d13
      tweaks: drive closer to the edge
Packit Service c30d13
      tweaks: elide a counter and a comparison
Packit Service c30d13
      tweaks: elide a function that is called just once
Packit Service c30d13
      tweaks: move a setting to a better place -- it needs setting just once
Packit Service c30d13
      tweaks: put some prototypes in the proper order, and move a bit of code
Packit Service c30d13
      tweaks: remove pointless or obscuring asserts
Packit Service c30d13
      tweaks: rename a function to describe what it does
Packit Service c30d13
      tweaks: rename a function to something less abbrevy
Packit Service c30d13
      tweaks: rename a variable and rewrap two lines
Packit Service c30d13
      tweaks: rename a variable to be shorter and clearer
Packit Service c30d13
      tweaks: rename five variables, for uniformity with a few others
Packit Service c30d13
      tweaks: rename four variables, for density and aptness
Packit Service c30d13
      tweaks: rename three variables, for visibility
Packit Service c30d13
      tweaks: rename three variables, to be more fitting
Packit Service c30d13
      tweaks: rename two variables, for self-documentation
Packit Service c30d13
      tweaks: retype, rename, and reshuffle a function
Packit Service c30d13
      tweaks: start searching at a better place
Packit Service c30d13
      tweaks: use a faster comparison
Packit Service c30d13
      tweaks: use a slightly faster comparison
Packit Service c30d13
      tweaks: use memory on the stack instead of calling malloc() and free()
Packit Service c30d13
      tweaks: write two pieces of conditionalized code like all others
Packit Service c30d13
      undo: there are just two forms of deletion: backspacing and deleting
Packit Service c30d13
      utils: go on to parse the line number even if the column number is bad
Packit Service c30d13
      utils: slightly speed up the calculation of the size of a buffer
Packit Service c30d13
      version: properly mention --disable-wordcomp if it was used
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (2):
Packit Service c30d13
      tweaks: adjust the type of two arguments
Packit Service c30d13
      tweaks: elide two unneeded variables from line numbering mode
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.7.1 and v2.7.2:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (53):
Packit Service c30d13
      binding: allow to rebind the word-completion function, and document it
Packit Service c30d13
      binding: always initialize some keycode variables to a standard value
Packit Service c30d13
      build: add configure option --disable-wordcomp to disable word completion
Packit Service c30d13
      build: clean out the revision.h file, to make 'make distcheck' pass
Packit Service c30d13
      bump version numbers and add a news item for 2.7.2
Packit Service c30d13
      docs: correct and improve the description of --disable-wrapping
Packit Service c30d13
      docs: harmonize the indentation of the README, and tweak some wordings
Packit Service c30d13
      docs: mention that a foreground color can be bright
Packit Service c30d13
      docs: mention that libncursesw5-dev is needed for building from git
Packit Service c30d13
      docs: note Sumedh as the author of the word-completion feature
Packit Service c30d13
      docs: tweak some lines in the NEWS file
Packit Service c30d13
      files: trying to open a non-existent file will never succeed
Packit Service c30d13
      input: add the shifted PageUp and PageDown keycodes produced by VTE
Packit Service c30d13
      input: distinguish <Alt+Left> from <Alt+Right> on an rxvt terminal
Packit Service c30d13
      input: distinguish <Shift+Home> from <Home> on an rxvt terminal
Packit Service c30d13
      mouse: use the correct screen width for calculating the cursor position
Packit Service c30d13
      oops: the yesno prompt for replacing does not want a visible cursor
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      prompt: remove two fragments of dead code
Packit Service c30d13
      rcfile: actually avoid opening directories and devices
Packit Service c30d13
      rcfile: actually don't try to open things that cannot be syntax files
Packit Service c30d13
      rcfile: check the vital shortcuts just once, not for every included file
Packit Service c30d13
      rcfile: let a 'set fill' reenable hardwrapping
Packit Service c30d13
      screen: do a refresh before changing the value of 'focusing'
Packit Service c30d13
      screen: don't hide the cursor when --constantshow is used
Packit Service c30d13
      screen: don't request an update of the edit window for every yesno prompt
Packit Service c30d13
      screen: don't restore the previous menu after a yesno prompt
Packit Service c30d13
      screen: remove an unneeded blanking of the statusbar
Packit Service c30d13
      screen: switch the cursor back on only in the main loop
Packit Service c30d13
      screen: use the correct width to determine whether a softwrap occurred
Packit Service c30d13
      spelling: correctly restore the selected region
Packit Service c30d13
      startup: activate restricted mode earlier, so --help will reflect it
Packit Service c30d13
      syntax: don't leave the number after 'fill' and 'tabsize' in red
Packit Service c30d13
      syntax: give the statistics part of a git patch a different color
Packit Service c30d13
      tweaks: add a few translator hints
Packit Service c30d13
      tweaks: correct the wording of a string
Packit Service c30d13
      tweaks: delete some obscuring debugging stuff
Packit Service c30d13
      tweaks: factor out a small function
Packit Service c30d13
      tweaks: fix compilation when configured with --enable-tiny
Packit Service c30d13
      tweaks: get rid of some spurious textual references to edit_refresh()
Packit Service c30d13
      tweaks: miscellaneous frobbings and rewrappings
Packit Service c30d13
      tweaks: move a cursor-on switch to a more logical place (again)
Packit Service c30d13
      tweaks: move a switching on of the cursor to a more logical place
Packit Service c30d13
      tweaks: remove a bit of obscuring conditional compilation
Packit Service c30d13
      tweaks: remove an annoying conditional compilation of an argument
Packit Service c30d13
      tweaks: remove a superfluous cleanup call
Packit Service c30d13
      tweaks: remove some cluttering conditional compilation
Packit Service c30d13
      tweaks: remove some more annoying conditional compilation
Packit Service c30d13
      tweaks: rename two variables to make more sense
Packit Service c30d13
      tweaks: replace some unneeded direct calls of edit_refresh()
Packit Service c30d13
      tweaks: reshuffle some things in a more linear manner
Packit Service c30d13
      tweaks: reshuffle three initializations and trim some comments
Packit Service c30d13
      tweaks: use a while loop when the end point is not known in advance
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (8):
Packit Service c30d13
      docs: add info about Slang to README.GIT, and improve info about glib2
Packit Service c30d13
      files: give feedback when restricted mode prevents overwriting a file
Packit Service c30d13
      general: gettextize three overlooked statusbar messages
Packit Service c30d13
      input: make Shift+Alt+Arrow work properly on rxvt and Eterm terminals
Packit Service c30d13
      input: properly check the full escape sequences for all keys
Packit Service c30d13
      moving: always account for the margin when in line numbering mode
Packit Service c30d13
      tweaks: adjust the type of four lockfile variables
Packit Service c30d13
      tweaks: conditionalize a bit of softwrap code
Packit Service c30d13
Packit Service c30d13
Mike Frysinger (3):
Packit Service c30d13
      configure: fix ncurses lib symbol checking
Packit Service c30d13
      syntax: avoid using black colors
Packit Service c30d13
      syntax: gentoo: various updates
Packit Service c30d13
Packit Service c30d13
Sumedh Pendurkar (1):
Packit Service c30d13
      new feature: complete a fragment to a longer word found in the buffer
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.7.0 and v2.7.1:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (71):
Packit Service c30d13
      binding: fix some duplicated carets and too restrictive menus
Packit Service c30d13
      binding: properly conditionalize the UTF-8 parts
Packit Service c30d13
      binding: supply the keycode for most special keys directly
Packit Service c30d13
      binding: use arrows instead of words to designate the cursor keys
Packit Service c30d13
      browser: add the option showcursor, to place the cursor on the highlight
Packit Service c30d13
      build: avoid an annoying warning at configure time
Packit Service c30d13
      build: avoid updated PO files being remerged upon every make
Packit Service c30d13
      bump version numbers and add a news item for 2.7.1
Packit Service c30d13
      docs: add 'linenumbers' and 'numbercolor' to the sample nanorc
Packit Service c30d13
      docs: add 'set linenumbers' and '--linenumbers' to the texinfo document
Packit Service c30d13
      docs: brush up the TODO list
Packit Service c30d13
      docs: mark some rebindable function names as deprecated
Packit Service c30d13
      docs: mention the existence of the toggles in the man page
Packit Service c30d13
      docs: refresh some info in the FAQ
Packit Service c30d13
      docs: remove a reference that was only valid on Debian systems
Packit Service c30d13
      files: alert about an unwritable file also in the tiny version
Packit Service c30d13
      files: mark a new buffer as modified after inserting command output
Packit Service c30d13
      general: add the option -g/--showcursor, to match Pico
Packit Service c30d13
      general: include word-jumping and block-jumping into the tiny version
Packit Service c30d13
      history: slate the search-history migration for removal
Packit Service c30d13
      input: don't return zero when some function is completely unbound
Packit Service c30d13
      input: handle the "resize key" in a better way
Packit Service c30d13
      input: keep the Ctrl+Arrow keys working when their synonyms are unbound
Packit Service c30d13
      moving: adjust the Y position to correspond with the changed X position
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      rcfile: add an option to customize the color of line numbers
Packit Service c30d13
      screen: defeat a VTE bug by doing an extra cursor move and update
Packit Service c30d13
      screen: keep the help items aligned in more configurations
Packit Service c30d13
      screen: keep the help items nicely lined up also in the tiny version
Packit Service c30d13
      screen: move the margin determination to the main loop
Packit Service c30d13
      screen: refresh when a new magicline is added in line-numbering mode
Packit Service c30d13
      screen: repaint the edit window in a single place -- the main loop
Packit Service c30d13
      screen: suppress line numbers when the terminal is very narrow
Packit Service c30d13
      scrolling: don't put the last line at the bottom when softwrap in on
Packit Service c30d13
      scrolling: use a comparison that will work also in softwrap mode
Packit Service c30d13
      softwrap: ensure the current line is fully visible when moving in it
Packit Service c30d13
      softwrap: initialize 'editwincols' early, for computing the number of wraps
Packit Service c30d13
      softwrap: scroll 'enough' whenever it surpasses 'amount'
Packit Service c30d13
      softwrap: scroll the current line fully into view when jumping words
Packit Service c30d13
      softwrap: scroll when searching lands on an overlong bottom line
Packit Service c30d13
      startup: allow to rebind the RegExp toggle also in the tiny version
Packit Service c30d13
      startup: always initialize 'margin' and 'editwincols'
Packit Service c30d13
      syntax: make the contents of the X-Bugs field in a PO file stand out
Packit Service c30d13
      syntax: show another deprecated keyword (replace2) in red
Packit Service c30d13
      syntax: show deprecated keywords in red, and 'wordchars' in green
Packit Service c30d13
      tweaks: adjust some comments and reduce the scope of some variables
Packit Service c30d13
      tweaks: adjust some indentation
Packit Service c30d13
      tweaks: adjust some whitespace and a comment
Packit Service c30d13
      tweaks: compile two parameters unconditionally
Packit Service c30d13
      tweaks: don't bother redrawing some lines when whole screen will be redrawn
Packit Service c30d13
      tweaks: don't spread a statement over multiple lines unnecessarily
Packit Service c30d13
      tweaks: elide an unneeded variable
Packit Service c30d13
      tweaks: elide a parameter that is always FALSE
Packit Service c30d13
      tweaks: fix compilation when configured with --enable-tiny
Packit Service c30d13
      tweaks: frob a few comments
Packit Service c30d13
      tweaks: make several small adjustments to the documentation
Packit Service c30d13
      tweaks: make tiny nano a teeny bit smaller
Packit Service c30d13
      tweaks: move a variable that doesn't need to be global
Packit Service c30d13
      tweaks: preen some comments, and reshuffle a few ifdefs
Packit Service c30d13
      tweaks: remove a band-aid condition that is no longer needed
Packit Service c30d13
      tweaks: remove a bit of duplication
Packit Service c30d13
      tweaks: remove a superfluous blanking of the statusbar
Packit Service c30d13
      tweaks: remove a superfluous setting, and add a comment
Packit Service c30d13
      tweaks: remove a useless cursor movement
Packit Service c30d13
      tweaks: rename a function to better describe what it does
Packit Service c30d13
      tweaks: rename a variable, for consistency
Packit Service c30d13
      tweaks: reshuffle a couple of items
Packit Service c30d13
      tweaks: reshuffle an if statement
Packit Service c30d13
      tweaks: reshuffle some ifdefs, for less fragmentation
Packit Service c30d13
      tweaks: stop compiling the whole_word_only parameter conditionally
Packit Service c30d13
      tweaks: use hard-baked keycodes where possible
Packit Service c30d13
Packit Service c30d13
Faissal Bensefia (1):
Packit Service c30d13
      new feature: the ability to show line numbers before the text
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (2):
Packit Service c30d13
      rcfile: reject key names that are wrong or too long
Packit Service c30d13
      rcfile: reject rebindings that have no effect or have side effects
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.6.3 and v2.7.0:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (47):
Packit Service c30d13
      AUTHORS: add Mahyar Abbaspour and Mike Scalora for their contributions
Packit Service c30d13
      bottombar: only count help items that have a shortcut bound to them
Packit Service c30d13
      bump version numbers and add a news item for 2.7.0
Packit Service c30d13
      docs: explain how to contribute code
Packit Service c30d13
      files: close a lockfile after reading it
Packit Service c30d13
      input: ignore the resize "key", to prevent reporting an unbound key
Packit Service c30d13
      input: look at the modifier keys only when compiled on Linux
Packit Service c30d13
      input: unset a softmark whenever a character is typed
Packit Service c30d13
      moving: make PgUp and PgDown functional also in very flat terminals
Packit Service c30d13
      new feature: allow text selection by holding Shift with the cursor keys
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      prompt: don't crash when the terminal is less than four columns wide
Packit Service c30d13
      prompt: leave always at least the last character of the answer visible
Packit Service c30d13
      prompt: mouse clicks that moved the cursor need no further processing
Packit Service c30d13
      prompt: recompose the statusbar text whenever the window size changes
Packit Service c30d13
      prompt: set up the prepared answer before allowing to change it
Packit Service c30d13
      prompt: show a trailing $ when the tail of the answer is offscreen
Packit Service c30d13
      prompt: use angular brackets as continuation mark, as Pico does
Packit Service c30d13
      prompt: work around a VTE bug by outdancing an ncurses optimization
Packit Service c30d13
      restore the GNU marker in nano's name
Packit Service c30d13
      screen: continue to function also in a terminal with very few lines
Packit Service c30d13
      screen: don't die when the window is narrower than four columns
Packit Service c30d13
      screen: retain the placewewant also when using an alternate speller
Packit Service c30d13
      startup: don't crash when dying early
Packit Service c30d13
      statusbar: leave out the brackets when the message is very long
Packit Service c30d13
      tweaks: adjust indentation after previous change
Packit Service c30d13
      tweaks: adjust indentation after previous change
Packit Service c30d13
      tweaks: adjust some braces and indentations
Packit Service c30d13
      tweaks: adjust some comments and remove needless asserts
Packit Service c30d13
      tweaks: don't bother avoiding unneeded rewrites of the promptbar
Packit Service c30d13
      tweaks: don't bother trimming the prompt again
Packit Service c30d13
      tweaks: elide a variable and rename some others
Packit Service c30d13
      tweaks: fix compilation when configured with --with-slang
Packit Service c30d13
      tweaks: fix compilation with --disable-histories
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny again
Packit Service c30d13
      tweaks: improve some indentation and reshuffle a few lines
Packit Service c30d13
      tweaks: make a call in one place instead of in four different ones
Packit Service c30d13
      tweaks: remove an unneeded check, reshuffle some things, add a comment
Packit Service c30d13
      tweaks: rename a function and adjust indentation
Packit Service c30d13
      tweaks: rename three variables
Packit Service c30d13
      tweaks: rename two variables, to make some sense
Packit Service c30d13
      tweaks: reshuffle some stuff in a more logical order
Packit Service c30d13
      tweaks: reshuffle some things, and remove a misplaced comment
Packit Service c30d13
      tweaks: simplify the determination of the number of shown help items
Packit Service c30d13
      tweaks: use a separate function to ask ncurses for keycodes
Packit Service c30d13
      update the copyright notices
Packit Service c30d13
      update the license text to the preferred version
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.6.2 and v2.6.3:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (53):
Packit Service c30d13
      bump version numbers and add a news item for 2.6.3
Packit Service c30d13
      chars: don't persist when only one of the compared sequences is invalid
Packit Service c30d13
      chars: make searching case-insensitively some ten percent faster
Packit Service c30d13
      chars: properly compare strings of different lengths
Packit Service c30d13
      chars: remove a special case that never occurs
Packit Service c30d13
      chars: remove superfluous afterchecks
Packit Service c30d13
      chars: straighten out the flow of a loop, so it is easier to follow
Packit Service c30d13
      debug: add a timing instrument to the main search routine
Packit Service c30d13
      docs: tweak some spacing and spelling
Packit Service c30d13
      files: avoid a warning about not being able to write a lockfile
Packit Service c30d13
      files: make allowances for 32-bit PIDs
Packit Service c30d13
      input: after an Esc, don't discard starter byte of a multibyte sequence
Packit Service c30d13
      input: be more strict in recognizing certain escape sequences
Packit Service c30d13
      input: don't bother putting a keycode into byte range
Packit Service c30d13
      input: don't use a function call when a literal value will do
Packit Service c30d13
      input: fix a pasto from eight years ago, from commit e347efb
Packit Service c30d13
      input: ingest as verbatim just one control code or one or two escapes
Packit Service c30d13
      input: make the Ctrl+Arrow keys work on a Linux console
Packit Service c30d13
      locking: remove any lock files when dying
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      screen: don't look at placewewant but at where we actually were and are
Packit Service c30d13
      screen: remove redundant redrawings of the entire edit window
Packit Service c30d13
      shortcuts: group the setting of key string and keycode into one function
Packit Service c30d13
      shortcuts: remove any unnecessary classifying of keys
Packit Service c30d13
      spelling: don't abort when a misspelled word isn't found, just note it
Packit Service c30d13
      spelling: don't consider digits as word parts, because GNU spell doesn't
Packit Service c30d13
      tweaks: add a variable, in preparation for making returning easier
Packit Service c30d13
      tweaks: adjust indentation after previous changes
Packit Service c30d13
      tweaks: adjust indentation after the previous changes
Packit Service c30d13
      tweaks: check earlier on for sufficient length of the sequence
Packit Service c30d13
      tweaks: compile a parameter unconditionally
Packit Service c30d13
      tweaks: condense three asserts into a single one
Packit Service c30d13
      tweaks: consistently use a parameter instead of a struct element
Packit Service c30d13
      tweaks: correct one comment, and adjust another
Packit Service c30d13
      tweaks: don't bother setting meta_key to false when a key is invalid
Packit Service c30d13
      tweaks: don't optimize for a special case -- it is far too seldom
Packit Service c30d13
      tweaks: don't use a function call when reference to the variable will do
Packit Service c30d13
      tweaks: elide the global variable 'func_key'
Packit Service c30d13
      tweaks: move some debugging stuff, and move modified editing keys too
Packit Service c30d13
      tweaks: move the modified editing keys again
Packit Service c30d13
      tweaks: normalize some indentation
Packit Service c30d13
      tweaks: normalize some whitespace and adjust several comments
Packit Service c30d13
      tweaks: reduce two comparisons to a single one
Packit Service c30d13
      tweaks: remove some unnecessary keycodes from a switch statement
Packit Service c30d13
      tweaks: rename a function, and adjust some comments
Packit Service c30d13
      tweaks: rename a struct element, to be more fitting
Packit Service c30d13
      tweaks: rename three constants, for clarity, and hardcode two others
Packit Service c30d13
      tweaks: replace a three-case switch with an if and an else
Packit Service c30d13
      tweaks: reshuffle two ifs for a little more speed
Packit Service c30d13
      tweaks: restore earlier conditions to prevent superfluous redrawings
Packit Service c30d13
      tweaks: return quicker from the key parsing routine
Packit Service c30d13
      tweaks: unconditionally compile a couple of parameters
Packit Service c30d13
      usage: show that the option --wordchars needs an argument
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (1):
Packit Service c30d13
      shortcuts: zero the value of 'toggle' for keys that are not toggles
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.6.1 and v2.6.2:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (81):
Packit Service c30d13
      browser: elide another call of opendir()
Packit Service c30d13
      browser: trim all trailing slashes (just in case there are more)
Packit Service c30d13
      build: refresh the git description whenever something is recompiled
Packit Service c30d13
      build-sys: ignore the revision header file
Packit Service c30d13
      bump version numbers and add a news item for 2.6.2
Packit Service c30d13
      chars: delete a now-unused function
Packit Service c30d13
      chars: don't try to see a character in an empty line
Packit Service c30d13
      chars: invalid sequences are not blank, nor text, nor punctuation
Packit Service c30d13
      chars: look at bytes in their context, so only valid sequences are accepted
Packit Service c30d13
      chars: measure invalid sequences and unassigned codepoints more quickly
Packit Service c30d13
      chars: plug a gushing memory leak
Packit Service c30d13
      chars: represent the high-bit controls more intelligibly
Packit Service c30d13
      chars: speed up the determination whether something is a control character
Packit Service c30d13
      chars: speed up two reverse-searching routines a bit
Packit Service c30d13
      chars: the representation of a control character is always two bytes
Packit Service c30d13
      color: forget about aborting the precalculation for multiline regexes
Packit Service c30d13
      color: integrate the hilite attribute into the pair number
Packit Service c30d13
      color: push the resets further when start and end match are equal
Packit Service c30d13
      color: refresh the screen whenever the active syntax changes
Packit Service c30d13
      credits: don't bother blanking the second line nor the help lines
Packit Service c30d13
      debug: remove duplicate information
Packit Service c30d13
      files: beep whenever writing out a file fails
Packit Service c30d13
      input: accept only the four iTerm sequences that actually get handled
Packit Service c30d13
      input: add some missing keycodes to the parsing routine
Packit Service c30d13
      input: consider only O, o and [ as starters of multi-character sequences
Packit Service c30d13
      input: don't crash when the window is resized during verbatim input
Packit Service c30d13
      input: don't drop a keystroke on the floor when the terminal resizes
Packit Service c30d13
      input: don't drop the first byte when user starts typing during loading
Packit Service c30d13
      input: elide an extra buffer for inserting stuff into the text
Packit Service c30d13
      input: plug a memory leak
Packit Service c30d13
      input: report keystroke M-[ as being unbindable instead of just unbound
Packit Service c30d13
      input: treat Ctrl+Alt+key different from Esc followed by Ctrl+key
Packit Service c30d13
      moving: don't do an automatic smart home with Ctrl+Up and Ctrl+Down
Packit Service c30d13
      new feature: add the option --wordchars, to set extra word characters
Packit Service c30d13
      new feature: functions to jump to previous or following block of text
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      screen: again, look at the bytes in their context
Packit Service c30d13
      screen: avoid converting each character twice from multibyte to wide
Packit Service c30d13
      screen: avoid looking up the width of whitespace and control codes
Packit Service c30d13
      screen: don't check for every character whether there is still enough space
Packit Service c30d13
      screen: don't simulate a sigwinch but directly reinitialize the screen
Packit Service c30d13
      screen: elide another intermediate buffer for every visible character
Packit Service c30d13
      screen: elide the intermediate buffer for every single character
Packit Service c30d13
      screen: include a workaround only when compiling against older ncurses
Packit Service c30d13
      search: match a beginning-of-line anchor just once per line
Packit Service c30d13
      tweaks: adjust a comment for removed definitions
Packit Service c30d13
      tweaks: adjust a couple of comments
Packit Service c30d13
      tweaks: adjust indentation after the previous change, and edit comments
Packit Service c30d13
      tweaks: avoid a runtime error when compiled with -fsanitize=undefined
Packit Service c30d13
      tweaks: avoid two compiler warnings
Packit Service c30d13
      tweaks: compute the sizes of the subwindows in a more direct manner
Packit Service c30d13
      tweaks: correct a comment
Packit Service c30d13
      tweaks: delete an element that is always FALSE and never used
Packit Service c30d13
      tweaks: don't bother resetting the Unicode code holder
Packit Service c30d13
      tweaks: don't call a thing malloc... when it doesn't call malloc()
Packit Service c30d13
      tweaks: elide a bit of code duplication
Packit Service c30d13
      tweaks: elide a typedef, as it now has just one element
Packit Service c30d13
      tweaks: elide two unneeded variables
Packit Service c30d13
      tweaks: factor out a common condition
Packit Service c30d13
      tweaks: fix compilation with --enable-tiny
Packit Service c30d13
      tweaks: fuse two handlings of a delete key, and fix a comment
Packit Service c30d13
      tweaks: improve a few comments
Packit Service c30d13
      tweaks: improve two comments
Packit Service c30d13
      tweaks: move a debug statement to its proper place, and improve aspect
Packit Service c30d13
      tweaks: put all the movement functions together
Packit Service c30d13
      tweaks: put similar things together
Packit Service c30d13
      tweaks: put some case labels closer to their statements
Packit Service c30d13
      tweaks: put the case labels (the keycodes) in a more sensible order
Packit Service c30d13
      tweaks: rearrange a function in my style, and rename a variable
Packit Service c30d13
      tweaks: reduce the scope of two variables
Packit Service c30d13
      tweaks: rename another variable, for aptness
Packit Service c30d13
      tweaks: rename a variable and a type, to be less confusing
Packit Service c30d13
      tweaks: rename a variable to be more accurate
Packit Service c30d13
      tweaks: rename a variable, to clarify it refers to columns, not to bytes
Packit Service c30d13
      tweaks: rename a variable -- to match others and to be more concise
Packit Service c30d13
      tweaks: rename two variables, to match others
Packit Service c30d13
      tweaks: shuffle the resetting of a counter to the tail of the routine
Packit Service c30d13
      tweaks: straighten out the flow of a loop
Packit Service c30d13
      tweaks: trim some comments, and simplify a condition
Packit Service c30d13
      tweaks: use mallocstrcpy() instead of strdup(), for a graceful death
Packit Service c30d13
      utils: don't bother to check line and column for NULL
Packit Service c30d13
Packit Service c30d13
David Lawrence Ramsey (1):
Packit Service c30d13
      input: provide feedback on the Unicode digits typed so far
Packit Service c30d13
Packit Service c30d13
Dirkjan Ochtman (1):
Packit Service c30d13
      syntax: allow capital letters in Rust struct/trait names
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (4):
Packit Service c30d13
      browser: elide a variable by fusing the uses of 'newpath' and 'path'
Packit Service c30d13
      browser: select an inaccessible directory also when tabbed
Packit Service c30d13
      tweaks: reduce the number of wattron/wattrof calls
Packit Service c30d13
      utils: accept mistypings and common separators between line and column
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.6.0 and v2.6.1:
Packit Service c30d13
----------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (20):
Packit Service c30d13
      browser: don't use a term that is not explained in the documentation
Packit Service c30d13
      bump version numbers and add a news item for 2.6.1
Packit Service c30d13
      docs: adjust the description of the verbatim function
Packit Service c30d13
      linter: refresh the edit window in order to actually place the cursor
Packit Service c30d13
      main: let the main loop restore the main menu, if needed
Packit Service c30d13
      moving: allow specifying negative numbers in "Go To Line"
Packit Service c30d13
      moving: ignore any number when ^Y or ^V is given
Packit Service c30d13
      po: make the linguas script regenerate the POT file
Packit Service c30d13
      po: update translations and regenerate POT file and PO files
Packit Service c30d13
      tabs: compute the number of required spaces without iterating
Packit Service c30d13
      tweaks: add a reporter's name
Packit Service c30d13
      tweaks: add a translator hint
Packit Service c30d13
      tweaks: elide an impossible case
Packit Service c30d13
      tweaks: elide an intermediate copy of some line data
Packit Service c30d13
      tweaks: elide an unneeded variable
Packit Service c30d13
      tweaks: fix a date and an email address
Packit Service c30d13
      tweaks: normalize a type, and rewrap a line
Packit Service c30d13
      tweaks: reshuffle two lines and improve two comments
Packit Service c30d13
      tweaks: rewrap a bunch of lines and some comments
Packit Service c30d13
      tweaks: try to distinguish between keystrokes and characters
Packit Service c30d13
Packit Service c30d13
Jordi Mallach (2):
Packit Service c30d13
      docs: bump pointers to the newest version available
Packit Service c30d13
      docs: use https for nano-editor.org, and drop the www
Packit Service c30d13
Packit Service c30d13
Luke Francl (1):
Packit Service c30d13
      syntaxes: add highlighting rules for Rust
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (1):
Packit Service c30d13
      browser: don't seem to enter a directory when it is inaccessible
Packit Service c30d13
Packit Service c30d13
Packit Service c30d13
Changes between v2.5.3 and v2.6.0 since 2016 April 1:
Packit Service c30d13
-----------------------------------------------------
Packit Service c30d13
Packit Service c30d13
Benno Schulenberg (192):
Packit Service c30d13
      all: eradicate SVN's $Id$ tags
Packit Service c30d13
      backups: take an unlikely condition into account
Packit Service c30d13
      browser: add a binding for the refresh function
Packit Service c30d13
      browser: after getting a mouse click, don't try any further interpretation
Packit Service c30d13
      browser, files: use full path in error message when in confined mode
Packit Service c30d13
      browser: fix a memory leak
Packit Service c30d13
      browser: keep the highlight in the same spot or column, when possible
Packit Service c30d13
      browser: make Ctrl+Left and Ctrl+Right jump to left and right column
Packit Service c30d13
      browser: make the calculation of files-per-line a straightforward one
Packit Service c30d13
      browser: provide tab completion also outside of the working directory
Packit Service c30d13
      browser: rearrange the search loop to elide two unneeded variables
Packit Service c30d13
      browser: show a message when getcwd() fails, instead of just beeping
Packit Service c30d13
      browser: show an error message when selecting an inaccessible directory
Packit Service c30d13
      browser: use the reselection mechanism also after resizing and after help
Packit Service c30d13
      browser: when nothing was found, restore the global search flags
Packit Service c30d13
      build-sys: detect a build from git and show its short commit hash
Packit Service c30d13
      build-sys: identify a build from git not as one from svn
Packit Service c30d13
      build-sys: ignore .patch, .orig and .swp files
Packit Service c30d13
      chars: a control character can never be an invalid multibyte sequence
Packit Service c30d13
      chars: ensure that files are sorted also when strncasecmp() is strange
Packit Service c30d13
      chars: make comparing multibyte strings twice as fast
Packit Service c30d13
      chars: the representation of control characters is always two columns wide
Packit Service c30d13
      docs: add a list of the important changes since version 2.2.6
Packit Service c30d13
      docs: mention that pkg-config is needed when building from git
Packit Service c30d13
      docs: rename a file, to be less confusing
Packit Service c30d13
      docs: update the version number for the upcoming release
Packit Service c30d13
      files: allocate enough space for the prompt when finding a lock file
Packit Service c30d13
      files: do not call free on the result of dirname
Packit Service c30d13
      files: do not use two variables for two different purposes each
Packit Service c30d13
      files: don't reuse a variable that may have been modified by dirname()
Packit Service c30d13
      files: fix a memory leak
Packit Service c30d13
      files: free all the multidata when a file is saved, then recompute it
Packit Service c30d13
      files: handle systems that disallow NULL as first parameter of getcwd
Packit Service c30d13
      files: it is fine to "change" the name of a nameless buffer
Packit Service c30d13
      files: limit the number of attempts at climbing up the directory tree
Packit Service c30d13
      files: make an 'if' more transparent and snip an unneeded condition
Packit Service c30d13
      files: miscellaneous tweaks of braces, comments, and variable names
Packit Service c30d13
      files: prevent dereferencing a possible (although very unlikely) NULL
Packit Service c30d13
      files: prune a message to be less than 76 characters
Packit Service c30d13
      files: recompute the multidata only when the applicable syntax changed
Packit Service c30d13
      files: remove a redundant condition
Packit Service c30d13
      files: remove a superfluous condition, and do not ignore a "No"
Packit Service c30d13
      files: remove the special 'quiet' mechanism for not overwriting messages
Packit Service c30d13
      files: report an unwritable file in a separate message
Packit Service c30d13
      files: rewrap en reindent some lines
Packit Service c30d13
      files: tweak the function tail() and rename two variables
Packit Service c30d13
      files: upgrade the locking errors, so they will not be overwritten
Packit Service c30d13
      files: when opening a buffer, make sure to expand a tilde in its name
Packit Service c30d13
      files: when the requested operating directory cannot be set, fail
Packit Service c30d13
      files: when writing a lockfile fails, continue loading the file
Packit Service c30d13
      help: add an extra blank line to the lists of searching shortcuts
Packit Service c30d13
      help: bring some air into the lists of shortcuts, giving the eye a hold
Packit Service c30d13
      help: only speak of Control and Meta sequences
Packit Service c30d13
      i18n: advise the translators about the maximum length of some strings
Packit Service c30d13
      i18n: gather three more translatable strings into the POT file
Packit Service c30d13
      input: after an unknown sequence, reenable cursor only when in main menu
Packit Service c30d13
      input: distinguish an unknown escape sequence from an unbound key
Packit Service c30d13
      input: don't allocate too much, and don't move too many
Packit Service c30d13
      input: don't take multiple keystrokes to be a single sequence
Packit Service c30d13
      input: give more detailed feedback when an unbound key is struck
Packit Service c30d13
      input: properly restore waiting mode, or retain non-waiting mode
Packit Service c30d13
      input: simplify a bit of code, reducing a four-case switch to a single if
Packit Service c30d13
      input: trim some oververbose comments
Packit Service c30d13
      input: write a few ifs more compactly
Packit Service c30d13
      inserting: differentiate not finding a file from not finding a string
Packit Service c30d13
      inserting: don't bother zero-terminating every single character
Packit Service c30d13
      inserting: prune a duplicate variable
Packit Service c30d13
      inserting: prune some superfluous settings, and do one differently
Packit Service c30d13
      inserting: reshuffle some conditions for a teeny bit more speed
Packit Service c30d13
      inserting: strip a carriage return before copying the line
Packit Service c30d13
      inserting: treat also the final \r of a Mac file as a newline
Packit Service c30d13
      justify: enable cursor display also for the first keystroke afterward
Packit Service c30d13
      keyboard: reshuffle some lines to avoid an empty while
Packit Service c30d13
      locking: don't try to read more bytes than the buffer can hold
Packit Service c30d13
      po: correctly advertise whether new PO files have arrived
Packit Service c30d13
      po: delete an obsolete script
Packit Service c30d13
      po: regenerated POT file, and updated PO files from TP
Packit Service c30d13
      prompt: properly save and restore the x position in the statusbar
Packit Service c30d13
      rcfile: disallow 'bind' and 'unbind' in an included file
Packit Service c30d13
      rcfile: make an error message equal to another, and more informative
Packit Service c30d13
      README.GIT: reformat the text a bit
Packit Service c30d13
      remove the GNU marker from nano's name
Packit Service c30d13
      replacing: properly detect when we've rereached the starting position
Packit Service c30d13
      screen: a full refresh is only needed when softwrap is on
Packit Service c30d13
      screen: avoid redrawing a line twice
Packit Service c30d13
      screen: catch a window resize also when the keyboard is in nodelay mode
Packit Service c30d13
      screen: check for the most frequent character first: a space
Packit Service c30d13
      screen: concentrate the setting of placewewant
Packit Service c30d13
      screen: displaying the cursor position should not suppress it next time
Packit Service c30d13
      screen: don't always set 'edit_refresh_needed' when adjusting edittop
Packit Service c30d13
      screen: don't redraw some lines when doing a full refresh anyway
Packit Service c30d13
      screen: don't redraw the current line unnecessarily
Packit Service c30d13
      screen: elide a variable and serialize some logic for clarity
Packit Service c30d13
      screen: fix compilation when configured with --enable-tiny
Packit Service c30d13
      screen: improve the conditional placement of a help-line item
Packit Service c30d13
      screen: make better use of the available space in the titlebar
Packit Service c30d13
      screen: rename a variable, because 'disable' sounds too permanent
Packit Service c30d13
      screen: rename 'edit_refresh_needed' to 'refresh_needed'
Packit Service c30d13
      screen: when using positionlog, show as much of the file as possible
Packit Service c30d13
      scrolling: catch the special case of reading a file from standard input
Packit Service c30d13
      scrolling: center the cursor when inserted stuff does not fit on screen
Packit Service c30d13
      scrolling: don't scroll too much when having to bridge blank lines
Packit Service c30d13
      scrolling: elide a variable, to make clearer that edittop is being moved
Packit Service c30d13
      search: avoid saving and restoring placewewant when bracket matching
Packit Service c30d13
      search: don't set placewewant when we are just iterating
Packit Service c30d13
      search: elide an unneeded function
Packit Service c30d13
      search: find, and thus delete, only exact matches from history
Packit Service c30d13
      search: fix compilation when configured with --enable-tiny
Packit Service c30d13
      searching: don't keep track of current_y, but calculate it at the end
Packit Service c30d13
      search: modify a function to take a length as parameter instead of a word
Packit Service c30d13
      search: rename a variable and a function, for clarity and contrast
Packit Service c30d13
      search: terminate the loop a tiny bit earlier when spell checking
Packit Service c30d13
      search: untangle two lines and tweak two comments
Packit Service c30d13
      search: when looking for whole words, examine the entire line
Packit Service c30d13
      search: when polling the keyboard, consume all waiting keystrokes
Packit Service c30d13
      softwrap: adjust for current_x when computing the amount to scroll
Packit Service c30d13
      speller: don't proceed when the user aborts the searching
Packit Service c30d13
      speller: simplify the calculation of the width of the misspelled word
Packit Service c30d13
      spelling: don't partition the file for replacements in a marked region
Packit Service c30d13
      spelling: gettextize the next-word message
Packit Service c30d13
      spelling: if rereading the file fails, don't destroy the current buffer
Packit Service c30d13
      spelling: pass the correct position of the cursor
Packit Service c30d13
      spelling: retreat one x position, to not miss the first word
Packit Service c30d13
      spelling: separate the fixing of different words with a short pause
Packit Service c30d13
      startup: show an error message when argument of --operatingdir is invalid
Packit Service c30d13
      statusbar: add a non-beeping message type that does not get overwritten
Packit Service c30d13
      statusbar: prevent error messages from overwriting each other
Packit Service c30d13
      syntax: don't call getcwd() with a NULL pointer
Packit Service c30d13
      tabbing: avoid recalculating the length of the first match every time
Packit Service c30d13
      tabbing: don't null-terminate a directory name on the slash but after it
Packit Service c30d13
      tabbing: don't refresh the edit window when nothing was printed on it
Packit Service c30d13
      tabbing: fix erroneous use of strnlenpt()
Packit Service c30d13
      tabbing: make sure to refresh the edit window when returning to it
Packit Service c30d13
      tabbing: refresh the edit window in case a previous tab listed names
Packit Service c30d13
      tabbing: refresh the window also when Goto-Dir in browser was cancelled
Packit Service c30d13
      tabbing: rename four variables, snipping a redundant part
Packit Service c30d13
      text: add an undo item before starting to comment or uncomment lines
Packit Service c30d13
      text: after undoing or redoing something, unset the mark
Packit Service c30d13
      text: remove a pointless setting of an undo element; it is never used
Packit Service c30d13
      text: remove a redundant undo element
Packit Service c30d13
      text: store the new file size in the undo item also when joining lines
Packit Service c30d13
      titlebar: snip two superfluous tests for having enough space
Packit Service c30d13
      TODO: tidy up the punctuation
Packit Service c30d13
      tweaks: add come comments and rename a variable
Packit Service c30d13
      tweaks: adjust a couple of comments
Packit Service c30d13
      tweaks: a few last tiny adjustments before release
Packit Service c30d13
      tweaks: avoid a warning when configured with --disable-wrapping
Packit Service c30d13
      tweaks: do an assignment in a more transparent way
Packit Service c30d13
      tweaks: elide an unneeded variable
Packit Service c30d13
      tweaks: elide four #ifdefs, improve one comment and unwrap some others
Packit Service c30d13
      tweaks: elide unneeded intermediate assignments
Packit Service c30d13
      tweaks: fix compilation when configured with --enable-tiny
Packit Service c30d13
      tweaks: fix compilation when configured with --enable-tiny --enable-browser
Packit Service c30d13
      tweaks: harmonize some indentations, elide an #ifdef, and rewrap a line
Packit Service c30d13
      tweaks: harmonize the routine for tabs with the one for spaces
Packit Service c30d13
      tweaks: improve a couple of comments
Packit Service c30d13
      tweaks: improve a few comments
Packit Service c30d13
      tweaks: improve a few comments
Packit Service c30d13
      tweaks: make advancing and retreating more symmetrical
Packit Service c30d13
      tweaks: make the conditions for statusbar blanking more transparent
Packit Service c30d13
      tweaks: more consistently use * instead of [0] when checking for '\0'
Packit Service c30d13
      tweaks: normalize some whitespace
Packit Service c30d13
      tweaks: normalize some whitespace
Packit Service c30d13
      tweaks: put some conditions in a better order: the main one first
Packit Service c30d13
      tweaks: rearrange some key reading stuff in a clearer way
Packit Service c30d13
      tweaks: reindent and rewrap a few lines, and shorten a comment
Packit Service c30d13
      tweaks: remove an unnecessary intermediate assignment
Packit Service c30d13
      tweaks: remove a redundant assignment
Packit Service c30d13
      tweaks: remove a superfluous call of 'wnoutrefresh'
Packit Service c30d13
      tweaks: remove a superfluous condition
Packit Service c30d13
      tweaks: remove a superfluous setting of 'refresh_needed'
Packit Service c30d13
      tweaks: remove the fiddling with an unrelated setting
Packit Service c30d13
      tweaks: remove two redundant assignments
Packit Service c30d13
      tweaks: rename a function, and move the sorting there too
Packit Service c30d13
      tweaks: rename a variable, because nothing is returned there
Packit Service c30d13
      tweaks: rename a variable, for aptness
Packit Service c30d13
      tweaks: rename a variable, to indicate better what it contains
Packit Service c30d13
      tweaks: rename a variable, to indicate what it contains
Packit Service c30d13
      tweaks: rename some variables for contrast
Packit Service c30d13
      tweaks: rename some variables to be more readable
Packit Service c30d13
      tweaks: rename two more variables
Packit Service c30d13
      tweaks: rename two variables, and elide a third
Packit Service c30d13
      tweaks: rename two variables, to avoid using a name for different purposes
Packit Service c30d13
      tweaks: reshuffle a few things
Packit Service c30d13
      tweaks: trim or improve some comments, and rewrap two lines
Packit Service c30d13
      tweaks: use an available macro to silence a compiler warning
Packit Service c30d13
      undo: start renumbering from the head of the paste, not from its tail
Packit Service c30d13
      utils: distinguish between width (columns) and length (bytes)
Packit Service c30d13
      utils: provide a failure message for all uses of 'fsfromline'
Packit Service c30d13
      utils: rename some variables, to match those in strnlenpt()
Packit Service c30d13
      utils: snip a superfluous check for NULL
Packit Service c30d13
      version: cover the copyrights that are not assigned to the FSF
Packit Service c30d13
Packit Service c30d13
Chris Allegretta (2):
Packit Service c30d13
      add /intl to gitignore
Packit Service c30d13
      rename README.SVN -> README.GIT and take out the branch details
Packit Service c30d13
Packit Service c30d13
Mike Frysinger (3):
Packit Service c30d13
      more svn->git updates
Packit Service c30d13
      README.GIT: update a few more points to match current tree
Packit Service c30d13
      syntax: changelog: support more bug/issue styles
Packit Service c30d13
Packit Service c30d13
Mike Scalora (3):
Packit Service c30d13
      keyboard: recognize four escape sequences produced by iTerm2
Packit Service c30d13
      new feature: comment/uncomment current line or selected lines
Packit Service c30d13
      text: keep the file size correct when undoing/redoing a comment/uncomment
Packit Service c30d13
Packit Service c30d13
Rishabh Dave (2):
Packit Service c30d13
      browser: keep the same file selected when the directory contents change
Packit Service c30d13
      browser: move all openings and closings of a directory to the same function