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
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.
--- 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.
-
\f
-* 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.
affected by this, as SGI stopped supporting IRIX in December 2013.
\f
-* Startup Changes in Emacs 25.2
+* Startup Changes in Emacs 25.3
\f
-* Changes in Emacs 25.2
+* Changes in Emacs 25.3
+++
** The new function 'call-shell-region' executes a command in an
** 'switch-to-buffer-preserve-window-point' now defaults to t.
\f
-* Editing Changes in Emacs 25.2
+* Editing Changes in Emacs 25.3
+++
** New bindings for 'query-replace-map'.
the file's actual content before prompting the user.
\f
-* Changes in Specialized Modes and Packages in Emacs 25.2
+* Changes in Specialized Modes and Packages in Emacs 25.3
** Ibuffer
file.
\f
-* New Modes and Packages in Emacs 25.2
+* New Modes and Packages in Emacs 25.3
** New Elisp data-structure library 'radix-tree'.
\f
-* Incompatible Lisp Changes in Emacs 25.2
+* Incompatible Lisp Changes in Emacs 25.3
+++
** Resizing a frame no longer runs 'window-configuration-change-hook'.
function 'check-declare-errmsg' has been removed.
\f
-* 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.
can be used for creation of temporary files of remote or mounted directories.
\f
-* 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
/^#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/