Bump the version to 25.2.50
* README: * configure.ac: * etc/NEWS: * msdos/sed2v2.inp: Increment the Emacs version to 25.2.50.
This commit is contained in:
parent
87925f1125
commit
65dc67c875
4 changed files with 12 additions and 13 deletions
2
README
2
README
|
@ -2,7 +2,7 @@ Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
|||
See the end of the file for license conditions.
|
||||
|
||||
|
||||
This directory tree holds version 25.1.50 of GNU Emacs, the extensible,
|
||||
This directory tree holds version 25.2.50 of GNU Emacs, the extensible,
|
||||
customizable, self-documenting real-time display editor.
|
||||
|
||||
The file INSTALL in this directory says how to build and install GNU
|
||||
|
|
|
@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
AC_PREREQ(2.65)
|
||||
dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
|
||||
AC_INIT(GNU Emacs, 25.1.50, bug-gnu-emacs@gnu.org)
|
||||
AC_INIT(GNU Emacs, 25.2.50, bug-gnu-emacs@gnu.org)
|
||||
|
||||
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
|
||||
dnl and then quoted again for a C string. Separate options with spaces.
|
||||
|
|
19
etc/NEWS
19
etc/NEWS
|
@ -21,9 +21,8 @@ Temporary note:
|
|||
--- means no change in the manuals is needed.
|
||||
When you add a new item, use the appropriate mark if you are sure it applies,
|
||||
otherwise leave it unmarked.
|
||||
|
||||
|
||||
* Installation Changes in Emacs 25.2
|
||||
* Installation Changes in Emacs 25.3
|
||||
|
||||
** By default libgnutls is now required when building Emacs.
|
||||
Use 'configure --with-gnutls=no' to build even when GnuTLS is missing.
|
||||
|
@ -57,10 +56,10 @@ erc-emacs-build-time.
|
|||
affected by this, as SGI stopped supporting IRIX in December 2013.
|
||||
|
||||
|
||||
* Startup Changes in Emacs 25.2
|
||||
* Startup Changes in Emacs 25.3
|
||||
|
||||
|
||||
* Changes in Emacs 25.2
|
||||
* Changes in Emacs 25.3
|
||||
|
||||
+++
|
||||
** The new function 'call-shell-region' executes a command in an
|
||||
|
@ -207,7 +206,7 @@ questions, with a handy way to display help texts.
|
|||
** 'switch-to-buffer-preserve-window-point' now defaults to t.
|
||||
|
||||
|
||||
* Editing Changes in Emacs 25.2
|
||||
* Editing Changes in Emacs 25.3
|
||||
|
||||
+++
|
||||
** New bindings for 'query-replace-map'.
|
||||
|
@ -225,7 +224,7 @@ Instead of only checking the modification time, Emacs now also checks
|
|||
the file's actual content before prompting the user.
|
||||
|
||||
|
||||
* Changes in Specialized Modes and Packages in Emacs 25.2
|
||||
* Changes in Specialized Modes and Packages in Emacs 25.3
|
||||
|
||||
** Ibuffer
|
||||
|
||||
|
@ -450,12 +449,12 @@ contents of the buffer to determine whether it's a C or C++ source
|
|||
file.
|
||||
|
||||
|
||||
* New Modes and Packages in Emacs 25.2
|
||||
* New Modes and Packages in Emacs 25.3
|
||||
|
||||
** New Elisp data-structure library 'radix-tree'.
|
||||
|
||||
|
||||
* Incompatible Lisp Changes in Emacs 25.2
|
||||
* Incompatible Lisp Changes in Emacs 25.3
|
||||
|
||||
+++
|
||||
** Resizing a frame no longer runs 'window-configuration-change-hook'.
|
||||
|
@ -484,7 +483,7 @@ now generate less chatter and more-compact diagnostics. The auxiliary
|
|||
function 'check-declare-errmsg' has been removed.
|
||||
|
||||
|
||||
* Lisp Changes in Emacs 25.2
|
||||
* Lisp Changes in Emacs 25.3
|
||||
|
||||
** New function undo-amalgamate-change-group to get rid of undo-boundaries
|
||||
between two states.
|
||||
|
@ -599,7 +598,7 @@ collection).
|
|||
can be used for creation of temporary files of remote or mounted directories.
|
||||
|
||||
|
||||
* Changes in Emacs 25.2 on Non-Free Operating Systems
|
||||
* Changes in Emacs 25.3 on Non-Free Operating Systems
|
||||
|
||||
** Intercepting hotkeys on Windows 7 and later now works better.
|
||||
The new keyboard hooking code properly grabs system hotkeys such as
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
|
||||
/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION VERSION/
|
||||
/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
|
||||
/^#undef VERSION/s/^.*$/#define VERSION "25.1.50"/
|
||||
/^#undef VERSION/s/^.*$/#define VERSION "25.2.50"/
|
||||
/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
|
||||
/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
|
||||
/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
|
||||
|
|
Loading…
Add table
Reference in a new issue