aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-07 13:00:16 -0700
committerGlenn Morris2012-04-07 13:00:16 -0700
commitf3774f20c34ca2590d3ea58d44317386aca9016e (patch)
tree46aec371bd702e21c9790c2c24868131f543a19f
parenta1ed8b05eedc1bded036d1c35a867fbdc7a1eba2 (diff)
downloademacs-f3774f20c34ca2590d3ea58d44317386aca9016e.tar.gz
emacs-f3774f20c34ca2590d3ea58d44317386aca9016e.zip
Bump trunk version to 24.1.50.
* README, configure.in (AC_INIT): Bump version to 24.1.50. * doc/emacs/emacsver.texi (EMACSVER): Bump version to 24.1.50. * doc/man/emacs.1: Bump version to 24.1.50. * msdos/sed2v2.inp: Bump version to 24.1.50. * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: * nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop: Bump version to 24.1.50. * nt/config.nt, nt/makefile.w32-in, nt/emacs.rc, nt/emacsclient.rc: Bump version to 24.1.50.
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--configure.in4
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/emacsver.texi2
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacs.12
-rw-r--r--msdos/ChangeLog4
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nextstep/ChangeLog8
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist4
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist4
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt2
-rw-r--r--nt/emacs.rc8
-rw-r--r--nt/emacsclient.rc8
-rw-r--r--nt/makefile.w32-in2
19 files changed, 52 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c0e8104c4c..c3903258200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4
12012-04-07 Eli Zaretskii <eliz@gnu.org> 52012-04-07 Eli Zaretskii <eliz@gnu.org>
2 6
3 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD. 7 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
diff --git a/README b/README
index 8710ad438aa..4e1a4c4556f 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2012 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
5This directory tree holds version 24.0.95 of GNU Emacs, the extensible, 5This directory tree holds version 24.1.50 of GNU Emacs, the extensible,
6customizable, self-documenting real-time display editor. 6customizable, self-documenting real-time display editor.
7 7
8The file INSTALL in this directory says how to build and install GNU 8The file INSTALL in this directory says how to build and install GNU
diff --git a/configure.in b/configure.in
index 78d81115443..20b6de07246 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl autoconf
4dnl in the directory containing this script. 4dnl in the directory containing this script.
5dnl If you changed any AC_DEFINES, also run autoheader. 5dnl If you changed any AC_DEFINES, also run autoheader.
6dnl 6dnl
7dnl Copyright (C) 1994-1996, 1999-2012 Free Software Foundation, Inc. 7dnl Copyright (C) 1994-1996, 1999-2012 Free Software Foundation, Inc.
8dnl 8dnl
9dnl This file is part of GNU Emacs. 9dnl This file is part of GNU Emacs.
10dnl 10dnl
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25AC_INIT(emacs, 24.0.95) 25AC_INIT(emacs, 24.1.50)
26AC_CONFIG_HEADER(src/config.h:src/config.in) 26AC_CONFIG_HEADER(src/config.h:src/config.in)
27AC_CONFIG_SRCDIR(src/lisp.h) 27AC_CONFIG_SRCDIR(src/lisp.h)
28AC_CONFIG_AUX_DIR(build-aux) 28AC_CONFIG_AUX_DIR(build-aux)
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8b50579ba10..549b677c4f2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
4
12012-04-05 Glenn Morris <rgm@gnu.org> 52012-04-05 Glenn Morris <rgm@gnu.org>
2 6
3 * glossary.texi (Glossary): Use anchors for internal cross-references. 7 * glossary.texi (Glossary): Use anchors for internal cross-references.
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi
index 809fbcb6442..88c6f2c6045 100644
--- a/doc/emacs/emacsver.texi
+++ b/doc/emacs/emacsver.texi
@@ -1,4 +1,4 @@
1@c It would be nicer to generate this using configure and @version@. 1@c It would be nicer to generate this using configure and @version@.
2@c However, that would mean emacsver.texi would always be newer 2@c However, that would mean emacsver.texi would always be newer
3@c then the info files in release tarfiles. 3@c then the info files in release tarfiles.
4@set EMACSVER 24.0.95 4@set EMACSVER 24.1.50
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index b6def1a7d8c..cf7e1a50c9f 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,3 +1,7 @@
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * emacs.1: Bump version to 24.1.50.
4
12011-11-16 Juanma Barranquero <lekktu@gmail.com> 52011-11-16 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * etags.1: Fix typo. 7 * etags.1: Fix typo.
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index 94d2a0c35bf..ff673245680 100644
--- a/doc/man/emacs.1
+++ b/doc/man/emacs.1
@@ -1,5 +1,5 @@
1.\" See section COPYING for copyright and redistribution information. 1.\" See section COPYING for copyright and redistribution information.
2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.95" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 24.1.50"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index b057a06bbd6..0c00364d6fa 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * sed2v2.inp: Bump version to 24.1.50.
4
12012-02-04 Eli Zaretskii <eliz@gnu.org> 52012-02-04 Eli Zaretskii <eliz@gnu.org>
2 6
3 * sed3v2.inp (insrcdir): Use $(<F) rather than $<, as 7 * sed3v2.inp (insrcdir): Use $(<F) rather than $<, as
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index b96b1000c49..7c7a4ad6271 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -59,7 +59,7 @@
59/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ 59/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
60/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 60/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
61/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ 61/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
62/^#undef VERSION/s/^.*$/#define VERSION "24.0.95"/ 62/^#undef VERSION/s/^.*$/#define VERSION "24.1.50"/
63/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 63/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
64/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 64/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
65/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ 65/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 6a080ac2e31..6451f7a7322 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,11 @@
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * Cocoa/Emacs.base/Contents/Info.plist:
4 * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
5 * GNUstep/Emacs.base/Resources/Info-gnustep.plist:
6 * GNUstep/Emacs.base/Resources/Emacs.desktop:
7 Bump version to 24.1.50.
8
12012-01-05 Glenn Morris <rgm@gnu.org> 92012-01-05 Glenn Morris <rgm@gnu.org>
2 10
3 * Cocoa/Emacs.base/Contents/Info.plist: 11 * Cocoa/Emacs.base/Contents/Info.plist:
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 8fa9d4a125b..31100020cc3 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
553 <key>CFBundleExecutable</key> 553 <key>CFBundleExecutable</key>
554 <string>Emacs</string> 554 <string>Emacs</string>
555 <key>CFBundleGetInfoString</key> 555 <key>CFBundleGetInfoString</key>
556 <string>Emacs 24.0.95 Copyright (C) 2012 Free Software Foundation, Inc.</string> 556 <string>Emacs 24.1.50 Copyright (C) 2012 Free Software Foundation, Inc.</string>
557 <key>CFBundleIconFile</key> 557 <key>CFBundleIconFile</key>
558 <string>Emacs.icns</string> 558 <string>Emacs.icns</string>
559 <key>CFBundleIdentifier</key> 559 <key>CFBundleIdentifier</key>
@@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
566 <string>APPL</string> 566 <string>APPL</string>
567 <!-- This should be the emacs version number. --> 567 <!-- This should be the emacs version number. -->
568 <key>CFBundleShortVersionString</key> 568 <key>CFBundleShortVersionString</key>
569 <string>24.0.95</string> 569 <string>24.1.50</string>
570 <key>CFBundleSignature</key> 570 <key>CFBundleSignature</key>
571 <string>EMAx</string> 571 <string>EMAx</string>
572 <!-- This SHOULD be a build number. --> 572 <!-- This SHOULD be a build number. -->
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
index 4be577ecc14..cd1920317b0 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
1/* Localized versions of Info.plist keys */ 1/* Localized versions of Info.plist keys */
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "Version 24.0.95"; 4CFBundleShortVersionString = "Version 24.1.50";
5CFBundleGetInfoString = "Emacs version 24.0.95, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 24.1.50, NS Windowing";
6NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
index add1a608a5e..4e79b4f380e 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
+++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
@@ -1,7 +1,7 @@
1[Desktop Entry] 1[Desktop Entry]
2Encoding=UTF-8 2Encoding=UTF-8
3Type=Application 3Type=Application
4Version=24.0.95 4Version=24.1.50
5Categories=GNUstep 5Categories=GNUstep
6Name=Emacs 6Name=Emacs
7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X 7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
index 86e3897421c..e22b9daa373 100644
--- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
+++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
@@ -2,7 +2,7 @@
2 ApplicationDescription = "GNU Emacs for GNUstep / OS X"; 2 ApplicationDescription = "GNU Emacs for GNUstep / OS X";
3 ApplicationIcon = emacs.tiff; 3 ApplicationIcon = emacs.tiff;
4 ApplicationName = Emacs; 4 ApplicationName = Emacs;
5 ApplicationRelease = "24.0.95"; 5 ApplicationRelease = "24.1.50";
6 Authors = ( 6 Authors = (
7 "Adrian Robert (GNUstep)", 7 "Adrian Robert (GNUstep)",
8 "Christophe de Dinechin (MacOS X)", 8 "Christophe de Dinechin (MacOS X)",
@@ -13,7 +13,7 @@
13 ); 13 );
14 Copyright = "Copyright (C) 2012 Free Software Foundation, Inc."; 14 Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; 15 CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
16 FullVersionID = "Emacs 24.0.95, NS Windowing"; 16 FullVersionID = "Emacs 24.1.50, NS Windowing";
17 NSExecutable = Emacs; 17 NSExecutable = Emacs;
18 NSIcon = emacs.tiff; 18 NSIcon = emacs.tiff;
19 NSPrincipalClass = NSApplication; 19 NSPrincipalClass = NSApplication;
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 88cafb59859..349a43fe692 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
4 Bump version to 24.1.50.
5
12012-04-07 Eli Zaretskii <eliz@gnu.org> 62012-04-07 Eli Zaretskii <eliz@gnu.org>
2 7
3 * configure.bat: Support building with libxml2. 8 * configure.bat: Support building with libxml2.
diff --git a/nt/config.nt b/nt/config.nt
index 2e8215b3488..8aadf2c150d 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -331,7 +331,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
331#define PACKAGE "emacs" 331#define PACKAGE "emacs"
332 332
333/* Version number of package */ 333/* Version number of package */
334#define VERSION "24.0.95" 334#define VERSION "24.1.50"
335 335
336/* Define to `__inline__' or `__inline' if that's what the C compiler 336/* Define to `__inline__' or `__inline' if that's what the C compiler
337 calls it, or to nothing if 'inline' is not supported under any name. */ 337 calls it, or to nothing if 'inline' is not supported under any name. */
diff --git a/nt/emacs.rc b/nt/emacs.rc
index a5fd0e3163b..7a6b00ef2a8 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
7#endif 7#endif
8 8
9VS_VERSION_INFO VERSIONINFO 9VS_VERSION_INFO VERSIONINFO
10 FILEVERSION 24,0,95,0 10 FILEVERSION 24,1,50,0
11 PRODUCTVERSION 24,0,95,0 11 PRODUCTVERSION 24,1,50,0
12 FILEFLAGSMASK 0x3FL 12 FILEFLAGSMASK 0x3FL
13#ifdef EMACSDEBUG 13#ifdef EMACSDEBUG
14 FILEFLAGS 0x1L 14 FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
25 BEGIN 25 BEGIN
26 VALUE "CompanyName", "Free Software Foundation\0" 26 VALUE "CompanyName", "Free Software Foundation\0"
27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" 27 VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
28 VALUE "FileVersion", "24, 0, 95, 0\0" 28 VALUE "FileVersion", "24, 1, 50, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
31 VALUE "OriginalFilename", "emacs.exe" 31 VALUE "OriginalFilename", "emacs.exe"
32 VALUE "ProductName", "Emacs\0" 32 VALUE "ProductName", "Emacs\0"
33 VALUE "ProductVersion", "24, 0, 95, 0\0" 33 VALUE "ProductVersion", "24, 1, 50, 0\0"
34 VALUE "OLESelfRegister", "\0" 34 VALUE "OLESelfRegister", "\0"
35 END 35 END
36 END 36 END
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc
index f0543ea1a6e..d99b2fcd8fa 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
5#endif 5#endif
6 6
7VS_VERSION_INFO VERSIONINFO 7VS_VERSION_INFO VERSIONINFO
8 FILEVERSION 24,0,95,0 8 FILEVERSION 24,1,50,0
9 PRODUCTVERSION 24,0,95,0 9 PRODUCTVERSION 24,1,50,0
10 FILEFLAGSMASK 0x3FL 10 FILEFLAGSMASK 0x3FL
11#ifdef EMACSDEBUG 11#ifdef EMACSDEBUG
12 FILEFLAGS 0x1L 12 FILEFLAGS 0x1L
@@ -23,12 +23,12 @@ BEGIN
23 BEGIN 23 BEGIN
24 VALUE "CompanyName", "Free Software Foundation\0" 24 VALUE "CompanyName", "Free Software Foundation\0"
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" 25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
26 VALUE "FileVersion", "24, 0, 95, 0\0" 26 VALUE "FileVersion", "24, 1, 50, 0\0"
27 VALUE "InternalName", "EmacsClient\0" 27 VALUE "InternalName", "EmacsClient\0"
28 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0" 28 VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
29 VALUE "OriginalFilename", "emacsclientw.exe" 29 VALUE "OriginalFilename", "emacsclientw.exe"
30 VALUE "ProductName", "EmacsClient\0" 30 VALUE "ProductName", "EmacsClient\0"
31 VALUE "ProductVersion", "24, 0, 95, 0\0" 31 VALUE "ProductVersion", "24, 1, 50, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 48f4e299fc6..f090849e6a9 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -22,7 +22,7 @@
22# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out 22# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
23# (and remove or replace this comment). 23# (and remove or replace this comment).
24 24
25VERSION = 24.0.95 25VERSION = 24.1.50
26 26
27TMP_DIST_DIR = emacs-$(VERSION) 27TMP_DIST_DIR = emacs-$(VERSION)
28 28