emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99640: Bump version to 24.0.50.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99640: Bump version to 24.0.50.
Date: Wed, 10 Mar 2010 10:17:13 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99640
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-10 10:17:13 -0500
message:
  Bump version to 24.0.50.
modified:
  ChangeLog
  README
  admin/ChangeLog
  configure.in
  doc/emacs/ChangeLog
  doc/emacs/emacs.texi
  doc/lispintro/ChangeLog
  doc/lispref/ChangeLog
  doc/lispref/book-spine.texinfo
  doc/lispref/elisp.texi
  doc/lispref/vol1.texi
  doc/lispref/vol2.texi
  doc/man/ChangeLog
  doc/man/emacs.1
  doc/misc/ChangeLog
  doc/misc/faq.texi
  etc/ChangeLog
  leim/ChangeLog
  lib-src/ChangeLog
  lib-src/makefile.w32-in
  lisp/ChangeLog
  lisp/erc/ChangeLog
  lisp/mh-e/ChangeLog
  lisp/org/ChangeLog
  lisp/url/ChangeLog
  lisp/version.el
  lwlib/ChangeLog
  msdos/ChangeLog
  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/emacs.rc
  nt/emacsclient.rc
  oldXMenu/ChangeLog
  src/ChangeLog
  test/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-01-31 21:28:22 +0000
+++ b/ChangeLog 2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-01-31  Juri Linkov  <address@hidden>
 
        * .bzrignore: Add TAGS-LISP.

=== modified file 'README'
--- a/README    2010-02-27 03:09:45 +0000
+++ b/README    2010-03-10 15:17:13 +0000
@@ -3,7 +3,7 @@
 See the end of the file for license conditions.
 
 
-This directory tree holds version 23.1.93 of GNU Emacs, the extensible,
+This directory tree holds version 24.0.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

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2010-03-10 14:16:06 +0000
+++ b/admin/ChangeLog   2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-10  Miles Bader  <address@hidden>
 
        * quick-install-emacs: Use more portable shell syntax.

=== modified file 'configure.in'
--- a/configure.in      2010-02-27 03:09:45 +0000
+++ b/configure.in      2010-03-10 15:17:13 +0000
@@ -22,7 +22,7 @@
 dnl  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.62)
-AC_INIT(emacs, 23.1.93)
+AC_INIT(emacs, 24.0.50)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)
 

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-03-06 19:02:49 +0000
+++ b/doc/emacs/ChangeLog       2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-06  Chong Yidong  <address@hidden>
 
        * custom.texi (Init Examples): Add xref to Locals.

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2010-02-27 03:09:45 +0000
+++ b/doc/emacs/emacs.texi      2010-03-10 15:17:13 +0000
@@ -5,7 +5,7 @@
 
 @c The edition number appears in several places in this file
 @set EDITION   Sixteenth
address@hidden EMACSVER  23.1.93
address@hidden EMACSVER  24.0.50
 
 @copying
 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2010-02-16 02:38:00 +0000
+++ b/doc/lispintro/ChangeLog   2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-16  Glenn Morris  <address@hidden>
 
        * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-03-06 20:27:19 +0000
+++ b/doc/lispref/ChangeLog     2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-06  Chong Yidong  <address@hidden>
 
        * objects.texi (Integer Type): Take note of the read syntax

=== modified file 'doc/lispref/book-spine.texinfo'
--- a/doc/lispref/book-spine.texinfo    2010-02-27 03:09:45 +0000
+++ b/doc/lispref/book-spine.texinfo    2010-03-10 15:17:13 +0000
@@ -11,7 +11,7 @@
 @center @titlefont{GNU Emacs Lisp Reference Manual}
 @sp 5
 @center GNU
address@hidden Emacs Version 23.1.93
address@hidden Emacs Version 24.0.50
 @center for Unix Users
 @sp 5
 

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2010-02-27 03:09:45 +0000
+++ b/doc/lispref/elisp.texi    2010-03-10 15:17:13 +0000
@@ -8,7 +8,7 @@
 @c Please remember to update the edition number in README as well.
 @c And also the copies in vol1.texi and vol2.texi.
 @set VERSION  3.0
address@hidden EMACSVER 23.1.93
address@hidden EMACSVER 24.0.50
 @set DATE July 2009
 
 @c in general, keep the following line commented out, unless doing a

=== modified file 'doc/lispref/vol1.texi'
--- a/doc/lispref/vol1.texi     2010-02-27 03:09:45 +0000
+++ b/doc/lispref/vol1.texi     2010-03-10 15:17:13 +0000
@@ -27,7 +27,7 @@
 @c Version of the manual and of Emacs.
 @c Please remember to update the edition number in README as well.
 @set VERSION  3.0
address@hidden EMACSVER 23.1.93
address@hidden EMACSVER 24.0.50
 @set DATE July 2009
 
 @dircategory Emacs

=== modified file 'doc/lispref/vol2.texi'
--- a/doc/lispref/vol2.texi     2010-02-27 03:09:45 +0000
+++ b/doc/lispref/vol2.texi     2010-03-10 15:17:13 +0000
@@ -27,7 +27,7 @@
 @c Version of the manual and of Emacs.
 @c Please remember to update the edition number in README as well.
 @set VERSION  3.0
address@hidden EMACSVER 23.1.93
address@hidden EMACSVER 24.0.50
 @set DATE July 2009
 
 @dircategory Emacs

=== modified file 'doc/man/ChangeLog'
--- a/doc/man/ChangeLog 2010-01-13 08:35:10 +0000
+++ b/doc/man/ChangeLog 2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-01-09  Chong Yidong  <address@hidden>
 
        * emacs.1: Copyedits.  Update options -Q, -mm and --daemon.  Remove

=== modified file 'doc/man/emacs.1'
--- a/doc/man/emacs.1   2010-02-27 03:09:45 +0000
+++ b/doc/man/emacs.1   2010-03-10 15:17:13 +0000
@@ -1,5 +1,5 @@
 .\" See section COPYING for copyright and redistribution information.
-.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.93"
+.TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.50"
 .
 .
 .SH NAME

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-03-03 02:44:52 +0000
+++ b/doc/misc/ChangeLog        2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-03  Chong Yidong  <address@hidden>
 
        * faq.texi (Escape sequences in shell output): Note that ansi-color is

=== modified file 'doc/misc/faq.texi'
--- a/doc/misc/faq.texi 2010-03-03 02:44:52 +0000
+++ b/doc/misc/faq.texi 2010-03-10 15:17:13 +0000
@@ -5,7 +5,7 @@
 @c %**end of header
 
 @c This is used in many places
address@hidden VER 23.1.93
address@hidden VER 24.0.50
 
 @c This file is maintained by Romain Francoise <address@hidden>.
 @c Feel free to install changes without prior permission (but I'd

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2010-03-06 03:06:37 +0000
+++ b/etc/ChangeLog     2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-06  Glenn Morris  <address@hidden>
 
        * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+.

=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2010-02-16 06:58:32 +0000
+++ b/leim/ChangeLog    2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-16  Kenichi Handa  <address@hidden>
 
        * SKK-DIC/SKK-JISYO.L: Updated to the latest version.

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-03-08 13:00:18 +0000
+++ b/lib-src/ChangeLog 2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-20  Kevin Ryde  <address@hidden>
 
        * etags.c (Scheme_functions): Don't loop past a null character

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2010-02-27 03:09:45 +0000
+++ b/lib-src/makefile.w32-in   2010-03-10 15:17:13 +0000
@@ -22,7 +22,7 @@
 
 .PHONY: $(ALL)
 
-VERSION                = 23.1.93
+VERSION                = 24.0.50
 
 LOCAL_FLAGS    = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
                  -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-10 06:32:43 +0000
+++ b/lisp/ChangeLog    2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-10  Stefan Monnier  <address@hidden>
 
        * vc-git.el (vc-git-revision-table): Include remote branches.

=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2010-02-07 06:36:17 +0000
+++ b/lisp/erc/ChangeLog        2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-07  Vivek Dasmohapatra  <address@hidden>
 
        * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2010-01-13 08:35:10 +0000
+++ b/lisp/mh-e/ChangeLog       2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2009-12-01  Bill Wohler  <address@hidden>
 
        * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format.

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-02-16 14:46:15 +0000
+++ b/lisp/org/ChangeLog        2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-15  Chong Yidong  <address@hidden>
 
        * org-freemind.el (org-freemind-from-org-mode-node)

=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-01-23 22:50:13 +0000
+++ b/lisp/url/ChangeLog        2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-01-23  Chong Yidong  <address@hidden>
 
        * url-util.el: Require url-vars (Bug#5459).

=== modified file 'lisp/version.el'
--- a/lisp/version.el   2010-02-27 03:09:45 +0000
+++ b/lisp/version.el   2010-03-10 15:17:13 +0000
@@ -32,7 +32,7 @@
 (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." 
"\
 Short copyright string for this version of Emacs.")
 
-(defconst emacs-version "23.1.93" "\
+(defconst emacs-version "24.0.50" "\
 Version numbers of this version of Emacs.")
 
 (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) 
(string-to-number (match-string 0 emacs-version))) "\

=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2010-01-13 08:35:10 +0000
+++ b/lwlib/ChangeLog   2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2009-10-19  Dan Nicolaescu  <address@hidden>
 
        * xlwmenu.c:

=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2010-02-19 13:26:50 +0000
+++ b/msdos/ChangeLog   2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-19  Eli Zaretskii  <address@hidden>
 
        * INSTALL: Remove a CVS-specific note.  Update for latest versions

=== modified file 'nextstep/ChangeLog'
--- a/nextstep/ChangeLog        2010-01-13 08:35:10 +0000
+++ b/nextstep/ChangeLog        2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-01-11  Glenn Morris  <address@hidden>
 
        * Cocoa/Emacs.base/Contents/Info.plist:

=== modified file 'nextstep/Cocoa/Emacs.base/Contents/Info.plist'
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist     2010-02-27 03:09:45 
+0000
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist     2010-03-10 15:17:13 
+0000
@@ -553,7 +553,7 @@
        <key>CFBundleExecutable</key>
        <string>Emacs</string>
        <key>CFBundleGetInfoString</key>
-       <string>Emacs 23.1.93 Copyright (C) 2010 Free Software Foundation, 
Inc.</string>
+       <string>Emacs 24.0.50 Copyright (C) 2010 Free Software Foundation, 
Inc.</string>
        <key>CFBundleIconFile</key>
        <string>Emacs.icns</string>
        <key>CFBundleIdentifier</key>
@@ -566,7 +566,7 @@
        <string>APPL</string>
        <!-- This should be the emacs version number. -->
        <key>CFBundleShortVersionString</key>
-       <string>23.1.93</string>
+       <string>24.0.50</string>
        <key>CFBundleSignature</key>
        <string>EMAx</string>
        <!-- This SHOULD be a build number. -->

=== modified file 
'nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings'
--- 
a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings  
    2010-02-27 03:09:45 +0000
+++ 
b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings  
    2010-03-10 15:17:13 +0000
@@ -1,6 +1,6 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "Emacs";
-CFBundleShortVersionString = "Version 23.1.93";
-CFBundleGetInfoString = "Emacs version 23.1.93, NS Windowing";
+CFBundleShortVersionString = "Version 24.0.50";
+CFBundleGetInfoString = "Emacs version 24.0.50, NS Windowing";
 NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc.";

=== modified file 'nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop'
--- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop       2010-02-27 
03:09:45 +0000
+++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop       2010-03-10 
15:17:13 +0000
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Type=Application
-Version=23.1.93
+Version=24.0.50
 Categories=GNUstep
 Name=Emacs
 Comment=GNU Emacs for NeXT/Open/GNUstep and OS X

=== modified file 'nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist'
--- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist  2010-02-27 
03:09:45 +0000
+++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist  2010-03-10 
15:17:13 +0000
@@ -2,7 +2,7 @@
     ApplicationDescription = "GNU Emacs for GNUstep / OS X";
     ApplicationIcon = emacs.tiff;
     ApplicationName = Emacs;
-    ApplicationRelease = "23.1.93";
+    ApplicationRelease = "24.0.50";
     Authors = (
        "Adrian Robert (GNUstep)",
        "Christophe de Dinechin (MacOS X)",
@@ -13,7 +13,7 @@
     );
     Copyright = "Copyright (C) 2010 Free Software Foundation, Inc.";
     CopyrightDescription = "Released under the GNU General Public License 
Version 3 or later";
-    FullVersionID = "Emacs 23.1.93, NS Windowing";
+    FullVersionID = "Emacs 24.0.50, NS Windowing";
     NSExecutable = Emacs;
     NSIcon = emacs.tiff;
     NSPrincipalClass = NSApplication;

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2010-01-13 12:11:48 +0000
+++ b/nt/ChangeLog      2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-01-13  Martin Rudalics  <address@hidden>
 
        * emacsclient.rc: Fix format of "LegalCopyright" value.

=== modified file 'nt/emacs.rc'
--- a/nt/emacs.rc       2010-02-27 03:09:45 +0000
+++ b/nt/emacs.rc       2010-03-10 15:17:13 +0000
@@ -7,8 +7,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,1,93,0
- PRODUCTVERSION 23,1,93,0
+ FILEVERSION 24,0,50,0
+ PRODUCTVERSION 24,0,50,0
  FILEFLAGSMASK 0x3FL
 #ifdef EMACSDEBUG
  FILEFLAGS 0x1L
@@ -25,12 +25,12 @@
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU Emacs: The extensible 
self-documenting text editor\0"
-           VALUE "FileVersion", "23, 1, 93, 0\0"
+           VALUE "FileVersion", "24, 0, 50, 0\0"
            VALUE "InternalName", "Emacs\0"
            VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 
2005, 2006, 2007, 2008, 2009, 2010\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs\0"
-           VALUE "ProductVersion", "23, 1, 93, 0\0"
+           VALUE "ProductVersion", "24, 0, 50, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
      END

=== modified file 'nt/emacsclient.rc'
--- a/nt/emacsclient.rc 2010-02-27 03:09:45 +0000
+++ b/nt/emacsclient.rc 2010-03-10 15:17:13 +0000
@@ -5,8 +5,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,1,93,0
- PRODUCTVERSION 23,1,93,0
+ FILEVERSION 24,0,50,0
+ PRODUCTVERSION 24,0,50,0
  FILEFLAGSMASK 0x3FL
 #ifdef EMACSDEBUG
  FILEFLAGS 0x1L
@@ -23,12 +23,12 @@
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU EmacsClient: Client for the 
extensible self-documenting text editor\0"
-           VALUE "FileVersion", "23, 1, 93, 0\0"
+           VALUE "FileVersion", "24, 0, 50, 0\0"
            VALUE "InternalName", "EmacsClient\0"
            VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 
2005, 2006, 2007, 2008, 2009, 2010\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
            VALUE "ProductName", "EmacsClient\0"
-           VALUE "ProductVersion", "23, 1, 93, 0\0"
+           VALUE "ProductVersion", "24, 0, 50, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
      END

=== modified file 'oldXMenu/ChangeLog'
--- a/oldXMenu/ChangeLog        2010-01-13 08:35:10 +0000
+++ b/oldXMenu/ChangeLog        2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2009-06-21  Chong Yidong  <address@hidden>
 
        * Branch for 23.1.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-03-10 14:45:21 +0000
+++ b/src/ChangeLog     2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-03-10  Stefan Monnier  <address@hidden>
 
        Cleanup setup of gl_state in various parts of the code.

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2010-02-19 18:59:00 +0000
+++ b/test/ChangeLog    2010-03-10 15:17:13 +0000
@@ -1,3 +1,7 @@
+2010-03-10  Chong Yidong  <address@hidden>
+
+       * Branch for 23.2.
+
 2010-02-19  Ulf Jasper  <address@hidden>
 
        * icalendar-testsuite.el


reply via email to

[Prev in Thread] Current Thread [Next in Thread]