]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump version to 24.2
authorChong Yidong <cyd@gnu.org>
Wed, 15 Aug 2012 16:12:37 +0000 (00:12 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 15 Aug 2012 16:12:37 +0000 (00:12 +0800)
36 files changed:
ChangeLog
README
admin/ChangeLog
configure.in
doc/emacs/ChangeLog
doc/emacs/emacsver.texi
doc/lispintro/ChangeLog
doc/lispref/ChangeLog
doc/man/ChangeLog
doc/man/emacs.1
doc/misc/ChangeLog
etc/ChangeLog
leim/ChangeLog
lib-src/ChangeLog
lisp/ChangeLog
lisp/cedet/ChangeLog
lisp/erc/ChangeLog
lisp/mh-e/ChangeLog
lisp/org/ChangeLog
lisp/url/ChangeLog
lwlib/ChangeLog
msdos/ChangeLog
msdos/sed2v2.inp
nextstep/ChangeLog
nextstep/Cocoa/Emacs.base/Contents/Info.plist
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
nt/ChangeLog
nt/config.nt
nt/emacs.rc
nt/emacsclient.rc
nt/makefile.w32-in
oldXMenu/ChangeLog
src/ChangeLog
test/ChangeLog

index 6cc23499bb197be52e4bc788864ee641f689e47b..31091767f93bcafcbf88632b3e93f8f38deaa40a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-14  Ulrich Mueller  <ulm@gentoo.org>
 
        * lib/gnulib.mk:
diff --git a/README b/README
index 4226721862754a51213b0d9459ce5f8c8a9ceeff..590296461d9213eac5a4263391e9ad03fe9068bf 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2012  Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
-This directory tree holds version 24.1 of GNU Emacs, the extensible,
+This directory tree holds version 24.2 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
index abe759dc53c9c9dca8f5943ee087343e38c2288c..57b5ac0bd242b543cdf8bc89c810b8a278e30dbf 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-10  Glenn Morris  <rgm@gnu.org>
 
        * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
index f9aef8195c69bd9d55309c01ab28d19b749da6e0..2b0b2f7e9bdf8bb08ff5e2675c793eb7646a979e 100644 (file)
@@ -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.1)
+AC_INIT(emacs, 24.2)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)
 AC_CONFIG_AUX_DIR(build-aux)
index 1253a7cec61d0ecde662e4456d3aa003bbfcf00e..bb3863858a318376dab3d486131628c16be114fb 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-07-31  Chong Yidong  <cyd@gnu.org>
 
        * emacs.texi: Fix ISBN (Bug#12080).
index 1c12f47497c85998d11c08a3e340f2aee3086406..7313b62c25ab6a0dffed3f0e10dd4b61511c8d0b 100644 (file)
@@ -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.1
+@set EMACSVER 24.2
index 0cf74ae5878aafb0bb9c83180fdc51e413d45b86..9a5f0a43fca6014b1b1a6ca157ae7c96745599cd 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-19  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
index f91f99d9c3dd2bbe6bca0ae68ec771c94b70fa6d..8acf76c93b05ad414d2197f89f26c9441dff5116 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
 
        * functions.texi (Closures): Put the main index entry for
index 8355e6742126fd6a84070e90882d7a694c88a4e5..07504ebaf6ef161d4ccb5a3b17b2911e103a667a 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 6dd8c55b013235856e97e5e1d66ad6f0362d6856..c6caebf890cce216503b8767c4934fbe715d0fa7 100644 (file)
@@ -1,5 +1,5 @@
 .\" See section COPYING for copyright and redistribution information.
-.TH EMACS 1 "2007 April 13" "GNU Emacs 24.1"
+.TH EMACS 1 "2007 April 13" "GNU Emacs 24.2"
 .
 .
 .SH NAME
index 5a414e66f9a28346ec379d09db5a520005b9654b..33118558cbb26700fa1dd8d0c066a49161363aa2 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-06  AurĂ©lien Aptel  <aurelien.aptel@gmail.com>
 
        * url.texi (Parsed URLs): Adjust to the code's use of defstruct
index 903407e47d5d7f4a7a0aa6a6ce4ebd460be6563d..af72e050e43312e17bd7a56700420fa3696a31bb 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 2d062f6e54dc2152ee4773e19ca28ced8981da64..c30e0fc787850047b1c4bf556b2bfcca12372e8c 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index bdb6058c09aa66db8f2c985c9b264cfbd9875626..6ae19d1fdf4fb21db9b609d7598d470af0990036 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 143c255136f5a9eba5dfee1f84c2066ec08b9345..7293a4626ffc1ef46f28ae668961d1f234aa3d20 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-15  Leo Liu  <sdl.web@gmail.com>
 
        * net/rcirc.el (rcirc-split-message): Fix for buffer-local
index 9d7da3430adfa1f0678f6684cc486b33be452890..59b1b480d459902d566d5cb037b6d8637bf4725a 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index b4d4586b6f373faa263e906c97f0f365a94f791e..37ef37f1edc975740120f24070a0132ec837628f 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 0a15a65dc715f653f832ff6b3379ba7e67e06a0a..6e431cb80958f146c8b4c964e2c45f85dce8b3cb 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index dc3b532b537b2e81d2fe214bb7f5e1a4e28e4a51..8c588c4d559578b1bcb7f5597e611201a4c8906d 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 685f32505b1397b42c97161e08928c0936076fe8..e71f266c54498758fc97cca5c5827e5e2be08196 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-23  Leo Liu  <sdl.web@gmail.com>
 
        * url-http.el (url-http-codes): Fix mal-formed defconst.
index 4b07b7927aed5bc505dd36948ce78aabaa1dde63..8b8b3418c77de5ea156878e21feeb03682a7be8f 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index de20128d88cae467231d8be0c19d2faacab2aeca..e7113ce2669284f6e02d17ec3a9251d787ff8690 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 2e215bfd4e4ea3f8a2f6b791e3c6fd992c2de064..48ab482f7f4bb85c71d644ee534260864c73baeb 100644 (file)
@@ -59,7 +59,7 @@
 /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
 /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
 /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
-/^#undef VERSION/s/^.*$/#define VERSION "24.1"/
+/^#undef VERSION/s/^.*$/#define VERSION "24.2"/
 /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
 /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
 /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
index f5cbdc33847315bd45eaff104842eb205a68d504..07dc3d1bb4cf1d42368844a0f9a760b0b66d0629 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 793e022f86827deae2f8f0a36826e5727c375205..34af9f34c4e2eb6e5455d21716002c78d2f4bb48 100644 (file)
@@ -553,7 +553,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        <key>CFBundleExecutable</key>
        <string>Emacs</string>
        <key>CFBundleGetInfoString</key>
-       <string>Emacs 24.1 Copyright (C) 2012 Free Software Foundation, Inc.</string>
+       <string>Emacs 24.2 Copyright (C) 2012 Free Software Foundation, Inc.</string>
        <key>CFBundleIconFile</key>
        <string>Emacs.icns</string>
        <key>CFBundleIdentifier</key>
@@ -566,7 +566,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        <string>APPL</string>
        <!-- This should be the emacs version number. -->
        <key>CFBundleShortVersionString</key>
-       <string>24.1</string>
+       <string>24.2</string>
        <key>CFBundleSignature</key>
        <string>EMAx</string>
        <!-- This SHOULD be a build number. -->
index 19cdba8a0dd66626b2766dbe1783cf9cab3b569b..02baa7ba6ccf43774879301178184a14a02bb5e7 100644 (file)
@@ -1,6 +1,6 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "Emacs";
-CFBundleShortVersionString = "Version 24.1";
-CFBundleGetInfoString = "Emacs version 24.1, NS Windowing";
+CFBundleShortVersionString = "Version 24.2";
+CFBundleGetInfoString = "Emacs version 24.2, NS Windowing";
 NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
index da1a3be2f86533fa8f552fbfe711c09cadb3c560..fe8702a49092a5554c17fff3168669fa0a379c07 100644 (file)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Type=Application
-Version=24.1
+Version=24.2
 Categories=GNUstep
 Name=Emacs
 Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
index 2c95656af5c9ddee80e431c1eb1c34e52c6056be..cfbf09c9efac301ed62972ba0c5b1f8a992493f8 100644 (file)
@@ -2,7 +2,7 @@
     ApplicationDescription = "GNU Emacs for GNUstep / OS X";
     ApplicationIcon = emacs.tiff;
     ApplicationName = Emacs;
-    ApplicationRelease = "24.1";
+    ApplicationRelease = "24.2";
     Authors = (
        "Adrian Robert (GNUstep)",
        "Christophe de Dinechin (MacOS X)",
@@ -13,7 +13,7 @@
     );
     Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
     CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
-    FullVersionID = "Emacs 24.1, NS Windowing";
+    FullVersionID = "Emacs 24.2, NS Windowing";
     NSExecutable = Emacs;
     NSIcon = emacs.tiff;
     NSPrincipalClass = NSApplication;
index f27b4867ebed253341349e127ade403c2dfebca7..abc71a1bb19c798df33bc4296edfba5de39fcce7 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 94cb60726037ff2468b91107cb5487585f36f4b3..d44df3c21f0f08e744aff6a492a40f8259032e56 100644 (file)
@@ -331,7 +331,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define PACKAGE "emacs"
 
 /* Version number of package */
-#define VERSION "24.1"
+#define VERSION "24.2"
 
 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
index e9d472de79f1a6e8c536c8d680a452fc24ab625a..e92b665ef4417588f390da6c23c9ee2d75f45235 100644 (file)
@@ -7,8 +7,8 @@ Emacs ICON   icons\emacs.ico
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 24,1,0,0
- PRODUCTVERSION 24,1,0,0
+ FILEVERSION 24,2,0,0
+ PRODUCTVERSION 24,2,0,0
  FILEFLAGSMASK 0x3FL
 #ifdef EMACSDEBUG
  FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
-           VALUE "FileVersion", "24, 1, 0, 0\0"
+           VALUE "FileVersion", "24, 2, 0, 0\0"
            VALUE "InternalName", "Emacs\0"
            VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs\0"
-           VALUE "ProductVersion", "24, 1, 0, 0\0"
+           VALUE "ProductVersion", "24, 2, 0, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
      END
index 0af025c6c0fa5a9f54a14be59075797a76946cb6..5c905a8c5335a9c7502bd02fabd6c4b33f603584 100644 (file)
@@ -5,8 +5,8 @@ Emacs ICON   icons\emacs.ico
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 24,1,0,0
- PRODUCTVERSION 24,1,0,0
+ FILEVERSION 24,2,0,0
+ PRODUCTVERSION 24,2,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, 1, 0, 0\0"
+           VALUE "FileVersion", "24, 2, 0, 0\0"
            VALUE "InternalName", "EmacsClient\0"
            VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
            VALUE "ProductName", "EmacsClient\0"
-           VALUE "ProductVersion", "24, 1, 0, 0\0"
+           VALUE "ProductVersion", "24, 2, 0, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
      END
index cb151785888298f6fed1147f98d1404c051a13a2..161fc8fd7062ab73b03bcfef47c4adbf9cd82060 100644 (file)
@@ -22,7 +22,7 @@
 # FIXME: This file uses DOS EOLs.  Convert to Unix after 22.1 is out\r
 #        (and remove or replace this comment).\r
 \r
-VERSION                = 24.1\r
+VERSION                = 24.2\r
 \r
 TMP_DIST_DIR   = emacs-$(VERSION)\r
 \r
index 2d42a65356f9328c30c807fc5626258962576b02..338f9e754293518df73ff90d975d5249b4f79d17 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-06-01  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.1 released.
index 26369903c337b11c4c0292e9cd92ce65b6bbacea..7da25a856e682f667b6d1ba92498e3f06bf67c86 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-14  Glenn Morris  <rgm@gnu.org>
 
        * eval.c (Fcalled_interactively_p): Doc fix.  (Bug#11747)
index 1cdd054da3e8f2b3f97a8864105664e99e1475f2..4f707a4e74a8fa853fe15c9304862b3b15114f02 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-15  Chong Yidong  <cyd@gnu.org>
+
+       * Version 24.2 released.
+
 2012-08-14  Chong Yidong  <cyd@gnu.org>
 
        * automated/files.el: Test every combination of values for