[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] [ANNOUNCE] nano-2.9.1 is released
From: |
Benno Schulenberg |
Subject: |
[Nano-devel] [ANNOUNCE] nano-2.9.1 is released |
Date: |
Mon, 27 Nov 2017 19:34:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
2017.11.27 - GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
is on, ^S would overwrite the file with just the marked
region. This release further clears the "Modified" flag
when all edits are undone, adds or updates some magic
strings, and does not forget when the cursor was last
at line 1, column 1.
GNU nano is a simple and easy-to-use editor for on the terminal.
https://nano-editor.org/
The tarball and its signature are here:
https://nano-editor.org/dist/latest/nano-2.9.1.tar.xz
https://nano-editor.org/dist/latest/nano-2.9.1.tar.xz.asc
Specific bugs that were fixed in this release:
https://savannah.gnu.org/bugs/?52445 (magic no longer worked)
https://savannah.gnu.org/bugs/?52468 (build failure with certain options)
https://savannah.gnu.org/bugs/?52470 (don't cancel softmark when not moving)
https://savannah.gnu.org/bugs/?52474 (linter would leave the mark on)
https://savannah.gnu.org/bugs/?52482 (^S would ruin file when mark is on)
https://savannah.gnu.org/bugs/?52504 (clear "Modified" when all is undone)
https://savannah.gnu.org/bugs/?52505 (don't forget when at line 1, column 1)
https://savannah.gnu.org/bugs/?52519 (always update stat info for full file)
Changes between v2.9.0 and v2.9.1:
----------------------------------
Benno Schulenberg (21):
build: fix compilation with --disable-browser --disable-tabcomp
bump version numbers and add a news item for the 2.9.1 release
files: always update the stat info when the entire file is written
files: save the marked region only when we've prompted for a file name
gnulib: update to its current upstream state
history: create the path '~/.local/share/' when it is needed
history: make nano's state directory accessible for the user only
history: save the positions file also when a record was deleted
input: make the macro key discoverable by giving feedback when undefined
linting: switch the mark off when the linter starts
po: update translations and regenerate POT file and PO files
selecting: do not cancel the softmark when the cursor is not moved
selecting: let a justification cancel a softmark
syntax: adjust the magic strings for the changes since file-5.10
tweaks: adjust indentation after previous change
tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough
tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
tweaks: reshuffle a couple of lines, and frob a comment or two
tweaks: reshuffle a couple of lines, to put similar things together
undo: clear the Modified state when the very first edit is undone
undo: discarding the stack does not always lose information
--
Benno
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nano-devel] [ANNOUNCE] nano-2.9.1 is released,
Benno Schulenberg <=