Bump version to 24.5 for the release-candidate
This commit is contained in:
parent
118b6a92f5
commit
8478885dfa
34 changed files with 1174 additions and 1094 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.ac: Fix jpeg version check to work with gcc >= 5.
|
||||
|
|
2
README
2
README
|
@ -2,7 +2,7 @@ Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
|||
See the end of the file for license conditions.
|
||||
|
||||
|
||||
This directory tree holds version 24.4.91 of GNU Emacs, the extensible,
|
||||
This directory tree holds version 24.5 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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-02-04 Kelvin White <kwhite@gnu.org>
|
||||
|
||||
* MAINTAINERS: Add myself to section 2
|
||||
|
|
|
@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
|
|||
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ(2.65)
|
||||
AC_INIT(emacs, 24.4.91)
|
||||
AC_INIT(emacs, 24.5)
|
||||
|
||||
dnl We get MINGW64 with MSYS2
|
||||
if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-18 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* misc.texi (Term Mode):
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@c It would be nicer to generate this using configure and @version@.
|
||||
@c However, that would mean emacsver.texi would always be newer
|
||||
@c then the info files in release tarfiles.
|
||||
@set EMACSVER 24.4.91
|
||||
@set EMACSVER 24.5
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-11-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (version): Remove variable.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* objects.texi (Equality Predicates): Fix typo in example.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" See section COPYING for copyright and redistribution information.
|
||||
.TH EMACS 1 "2007 April 13" "GNU Emacs 24.4.91"
|
||||
.TH EMACS 1 "2007 April 13" "GNU Emacs 24.5"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* efaq-w32.texi: Remove outdated information and update.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-02-12 Kelvin White <kwhite@gnu.org>
|
||||
|
||||
* NEWS: Add section to include ERC changes
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/smie.el (smie-backward-sexp-command)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-02-17 Kelvin White <kwhite@gnu.org>
|
||||
|
||||
* erc.el: Add old version string back to file header for
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-23 Ben Bacarisse <ben.lists@bsb.me.uk> (tiny change)
|
||||
|
||||
* nnmh.el (nnmh-request-expire-articles):
|
||||
|
|
2142
lisp/ldefs-boot.el
2142
lisp/ldefs-boot.el
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* url-handlers.el (url-insert-file-contents): Call
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
|
||||
/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
|
||||
/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
|
||||
/^#undef VERSION/s/^.*$/#define VERSION "24.4.91"/
|
||||
/^#undef VERSION/s/^.*$/#define VERSION "24.5"/
|
||||
/^#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/
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-07 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* INSTALL: Add some more installation instructions for mingw-get
|
||||
|
|
|
@ -1576,7 +1576,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#undef USG_SUBTTY_WORKS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "24.4.91"
|
||||
#define VERSION "24.5"
|
||||
|
||||
/* Define to 1 if unsetenv returns void instead of int. */
|
||||
#undef VOID_UNSETENV
|
||||
|
|
|
@ -11,8 +11,8 @@ Emacs ICON icons/emacs.ico
|
|||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 24,4,91,0
|
||||
PRODUCTVERSION 24,4,91,0
|
||||
FILEVERSION 24,5,0,0
|
||||
PRODUCTVERSION 24,5,0,0
|
||||
FILEFLAGSMASK 0x3FL
|
||||
#ifdef EMACSDEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -29,12 +29,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Free Software Foundation\0"
|
||||
VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
|
||||
VALUE "FileVersion", "24, 4, 91, 0\0"
|
||||
VALUE "FileVersion", "24, 5, 0, 0\0"
|
||||
VALUE "InternalName", "Emacs\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001-2015\0"
|
||||
VALUE "OriginalFilename", "emacs.exe"
|
||||
VALUE "ProductName", "Emacs\0"
|
||||
VALUE "ProductVersion", "24, 4, 91, 0\0"
|
||||
VALUE "ProductVersion", "24, 5, 0, 0\0"
|
||||
VALUE "OLESelfRegister", "\0"
|
||||
END
|
||||
END
|
||||
|
|
|
@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
|
|||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 24,4,91,0
|
||||
PRODUCTVERSION 24,4,91,0
|
||||
FILEVERSION 24,5,0,0
|
||||
PRODUCTVERSION 24,5,0,0
|
||||
FILEFLAGSMASK 0x3FL
|
||||
#ifdef EMACSDEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -23,12 +23,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Free Software Foundation\0"
|
||||
VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
|
||||
VALUE "FileVersion", "24, 4, 91, 0\0"
|
||||
VALUE "FileVersion", "24, 5, 0, 0\0"
|
||||
VALUE "InternalName", "EmacsClient\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001-2015\0"
|
||||
VALUE "OriginalFilename", "emacsclientw.exe"
|
||||
VALUE "ProductName", "EmacsClient\0"
|
||||
VALUE "ProductVersion", "24, 4, 91, 0\0"
|
||||
VALUE "ProductVersion", "24, 5, 0, 0\0"
|
||||
VALUE "OLESelfRegister", "\0"
|
||||
END
|
||||
END
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
|
||||
# (and remove or replace this comment).
|
||||
|
||||
VERSION = 24.4.91
|
||||
VERSION = 24.5
|
||||
|
||||
TMP_DIST_DIR = emacs-$(VERSION)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Version 24.4 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-03-25 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* gtkutil.c (update_theme_scrollbar_width): Don't round up
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-04-01 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* Version 24.5 released.
|
||||
|
||||
2015-01-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
|
||||
|
||||
* automated/python-tests.el
|
||||
|
|
Loading…
Add table
Reference in a new issue