Changelog for
nano-debugsource-2.4.2-5.3.x86_64.rpm :
* Mon Jul 06 2015 astiegerAATTsuse.com- GNU nano 2.4.2:
* ability to resize when in modes other than the main editing window
* proper displaying of invalid UTF-8 bytes
* new syntax definitions for Elisp, Guile, and PostgreSQL
* better display of shortcuts in the help menu and file browser
* Thu Apr 16 2015 astiegerAATTsuse.com- GNU nano 2.4.1:
* several fixes for issues with the file browser menu
* linter and formatter functions fixes
* spell checker fixes
* fixes to undo/redo with some specific marked-cutting situations
* small improvements to the color syntax highlighting definitions
* Sat Mar 28 2015 mpluskalAATTsuse.com- Add gpg signature
* Mon Mar 23 2015 sor.alexeiAATTmeowr.ru- Update to 2.4.0:
* doc/nanorc.sample.in: Remove ‘undo’ section which is now obsolete.
* doc/syntax/nanorc.nanorc: Remove \'undo\' from the valid options.
* doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix.
* src/global.c (add_to_sclist): Remove the now unused and unneeded addition ability from this builder function of the shortcut list.
* src/global.c (strtokeytype): Move this to a better place.
* src/global.c (first_sc_for): Move this too to a better place.
* src/prompt.c (do_yesno_prompt): Use the new and more direct func_from_key() wrapper instead of get_shortcut().
* src/text.c (do_linter): Likewise.
* src/files.c (do_insertfile, do_writeout): Likewise.
* src/files.c (do_insertfile): Adjust some indentation.
* src/prompt.c (do_statusbar_input), src/browser.c (do_browser): Reorder a few things, and adjust some whitespace.
* doc/man/nano.1, doc/man/rnano.1: Separate short and long option by a comma instead of putting the long one between parentheses. And showing the required quotes around the argument of -Q.
* doc/texinfo/nano.texi: Standardize the formatting of command-line options -- each one separately. Also add some more markup.
* doc/man/nano.1, doc/man/rnano.1: Tweak the formatting a bit so that po4a will create a nicer POT file.
* doc/man/nanorc.5: Improve some of the wordings and formatting.
* doc/syntax/nanorc.nanorc: Remove a mistaken OR which causes a \'Bad regex, empty (sub)expression\' error on some systems.
* doc/texinfo/nano.texi: Improve some wordings and formatting.
* src/text.c (do_justify): Replace the old get_shortcut() wrapper with the new func_from_key().
* doc/syntax/{perl,python,ruby,sh}.nanorc: Recognize also header lines of the form \"#!/usr/bin/env thing\" besides \"#!/bin/thing\".
* doc/syntax/spec.nanorc: Colorize %pretrans and %posttrans fully.
* src/files.c (do_lockfile): Gettextize the \"File being edited\" prompt, and improve its wording.
* src/winio.c (do_credits): Remove the names of past translators from the Easter-egg scroll.
* THANKS: Add a missing historical translator name.
* src/winio.c (do_credits): Add Mark to the scroll, for all his undo work, colouring nano\'s interface, and other patches.
* New formatter code to support syntaxes like go which have tools to automatically lint and reformat the text for you (gofmt), which is lovely. rcfile option formatter, function text.c:do_formatter() and some other calls.
* src/files.c (open_buffer): Check here for locking and properly handle choosing to not open a file when locked instead of in open_file().
* src/winio.c (do_credits): Add a general entry for all translators.
* src/files.c (write_lockfile): Avoid writing uninitialized bytes to the lock file -- a simple null_at() would not initialize the buffer.
* src/files.c (do_lockfile): Make sure that \'lockprog\' and \'lockuser\' are terminated -- strncpy() does not guarantee that on its own.
* src/files.c (do_lockfile): Avoid printing a wrong PID on the status bar due to treating serialized PID bytes as signed integers.
* src/files.c (write_lockfile): Do not trim the nano version number -- snprintf() counts the trailing zero into the size limit.
* src/cut.c (do_cut_text): Make sure to set modified even when using --enable-tiny.
* src/file.c (do_lockfile): Also show the name of the affected file when finding a lock file, for when many files are opened at once.
* src/file.c (do_lockfile): The user does the editing, not the editor.
* doc/syntax/sh.nanorc: Recognize also dash, openrc and runscript.
* README: Fix the explanation of how to subscribe to a mailing list.
* doc/syntax/{java,lua,python,ruby}.nanorc: Wrap some overlong lines.
* src/rcfile.c (parse_binding): Add an exception for do_toggle() as rebinding toggles broke with r5022. (Fixed in r5134.)
* doc/man/nanorc.5, doc/texinfo/nano.texi: Add a note about the inherent imperfection of using regular expressions for syntax highlighting.
* doc/man/nanorc.5: Improve the indentation of some lists.
* doc/man/nanorc.5, doc/texinfo/nano.texi: Remove the mistaken square brackets around the arguments of \"header\" and \"magic\" -- those arguments are not optional. Also add \"formatter\" to the texinfo document, and slightly improve its punctuation.
* src/proto.h, src/nano.c: Fix compilation with --enable-tiny plus - -enable-nanorc.
* src/rcfile.c (parse_binding): Fix the rebinding of toggles.
* doc/man/{nano.1,rnano.1,nanorc.5}, doc/texinfo/nano.texi: Update years and version numbers in the docs in anticipation of a release.
* src/nano.c (version): Drop compile time from version information to enable a reproducible build.
* src/nano.c (renumber): Get out if there is nothing to renumber, to prevent do_undo() from falling over trying to renumber emptiness.
* src/text.c (do_formatter): Fix a message plus a few comments.
* src/text.c (do_alt_speller): Do not set the modified flag when an external spell checker didn\'t make any changes.
* src/nano.c (finish_stdin_pager, cancel_stdin_pager, stdin_pager): Normalize the whitespace, remove an old comment, and place another one better.
* src/text.c (do_undo): Make a message equal to another one. It was mistakenly changed in r4950. (This is translation-neutral.)
* src/global.c (shortcut_init): Keep related items together in the ^G help screen.
* src/text.c (do_alt_speller): Restore the positions of the mark and the cursor in a better way: to the columns where they were.
* src/text.c (do_alt_speller): Remove some leftovers.
* src/search.c: Place some comments better and unwrap some lines.
* src/chars.c (move_mbleft): Start looking for a multibyte char not at the start of the string, but only as far back as such a char can possibly be. Change suggested by Mark Majeres.
* src/search.c (findnextstr): Step backward or forward not simply one byte but one character (possibly multibyte).
* src/winio.c (edit_redraw): Do not center the current line when smooth scrolling is used.- Do less manually in spec.
* Tue Sep 16 2014 asterios.dramisAATTgmail.com- Update to version 2.3.6:
* Fix for installing internationalization files.
* Documentation (in particular man page) fixes.
* Few touch ups to syntax highlighting definitions. From version 2.3.5:
* Many visible and under-the-hood fixes for components such as file locking, more fixes to the undo system, and you no longer have to explicitly ask nano to have undo/redo support as it now defaults to being enabled.
* Better handling of --tempfile mode.
* Better handling of command line arguments when also attempting to specify +
. From version 2.3.4:
* Small number of fixes, but in particular allows nano to compile on non-UTF8 curses implementations (i.e. libncursesw).
* Small fixes to the undo implementation.
* Small fixes to the default syntax config. From version 2.3.3:
* Many improvements to the core system, including substantial improvements to the undo/redo code, UTF-8 handling, the configure script, and display of shortcuts on very wide terminals.
* Ability to read named pipes (--noread), as well as linter support (see the nanorc man page for details).
* Much improved syntax highlighting code, and configurations for JSON, texinfo, Go, and a default syntax for catch all highlighting.
* Ability to set the color of the title bar, status bar, and shortcut keys (e.g. \"^X\") and their descriptions (see the nanorc man page for details).
* Lots of other fixes.- Added new build requirements groff-full, makeinfo and pkg-config.
* Sat Mar 23 2013 asterios.dramisAATTgmail.com- Update to version 2.3.2:
* vim-style file locking (though not backup/restore), useful when using nano in a multi-editor environment.
* Additional support for word boundary checking when cross compiling.
* Fixes for trying to go to an invalid line number.
* Documentation tweaks.
* Wed May 11 2011 asterios.dramisAATTgmail.com- Update to version 2.3.1:
* Some fixes for the new libmagic code.
* Fix for improper character counts when using auto-indent.
* New syntax highlighting definitions for RPM spec and lua files.- Spec file updates:
* Simplified License: to GPLv3+ which is the main license.- Removed nano-no-build-date.patch and added a fix inside the spec file.
* Sun Feb 27 2011 asterios.dramisAATTgmail.com- Update to version 2.3.0:
* libmagic support for syntax highlighting has been added on top of the existing file extension and header support already available.
* Cursor position can be saved between editing sessions with the -P or - -poslog command line flags, or via \"set poslog\" in your .nanorc.
* Also included are some fixes for compilation with g++, and better handling of issues writing the backup file, which should reduce the need for the \'set allow_insecure_backup\" nanorc option.- Spec file updates:
* More changes based on rpmdevtools templates and spec-cleaner run.
* Changed License: to GPLv3+ and (GFDL or GPLv3+).
* Added description for the patch based on openSUSE Patches Guidelines.
* Updates in Buildrequires: and Requires: sections.
* Added Recommends: for the lang package.
* Updated Authors: data.
* Updates in %install section. Manually install the doc files in order to easily split them between the main and lang package.
* Removed %check section (the package doesn\'t implement \"make check\").
* Use %preun instead of %postun for \"install_info\".
* Sat Jan 01 2011 asterios.dramisAATTgmail.com- Update to version 2.2.6
* This is just a small release to update a bug where restricted mode was not particularly restricted since key bindings were introduced.- Spec file changes after spec-cleaner run.
* Tue Aug 31 2010 cristian.rodriguezAATTopensuse.org- Update to version 2.2.5
* This release includes slightly less restrictive checkng when writing files in strange environments
* Also included are some syntax highlighting updated- Do not provide build dates in binaries
* Thu Apr 15 2010 pascal.bleserAATTopensuse.org- update to 2.2.4:
* security fixes due to an assessment of nano\'s vulnerability to symlink attacks on open files; the CVEs fixed with this release are CVE-2010-1160 and CVE-2010-1161
* fixes for various crash modes when using the spell checker on new files in multibuffer mode
* fix for the \'file was modified\' message when saving to a new filename
* fixes to page up/down due to the soft wrapping code
* new syntax higlighting definition for cmake-related files- changes from 2.2.3:
* fix for paging up/down with smooth scrolling causing the cursor position not being preserved due to a bug in 2.2.2
* Sun Jan 24 2010 bitshufflerAATTopensuse.org- Updated to 2.2.2- Removed generic INSTALL file- Split of -lang subpackage
* Tue Dec 01 2009 crrodriguezAATTopensuse.org- update to nano 2.2.0 (stable release)
* Mon Nov 23 2009 crrodriguezAATTnovell.com- update to version 2.1.99pre2
* Sun Oct 11 2009 crrodriguezAATTopensuse.org- --enable-debug for a while..
* Wed Sep 30 2009 crrodriguezAATTopensuse.org- correct voidreturn patch
* Tue Sep 29 2009 crrodriguezAATTsuse.de- cleanup spec file a bit- fix voidreturn
* Mon Sep 21 2009 crrodriguezAATTsuse.de- update to version 2.1.11- tag localized man pages correctly
* Sat Sep 05 2009 crrodriguezAATTsuse.de- update to version 2.1.10 see NEWS for details