+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-06-27 Glenn Morris <rgm@gnu.org>
* configure.in: Restore netbsd on mips, mipsel, mipseb.
See the end of the file for license conditions.
-This directory tree holds version 23.0.96 of GNU Emacs, the extensible,
+This directory tree holds version 23.1 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
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-06-24 Kenichi Handa <handa@m17n.org>
* charsets/mapconv: For the UNICODE format files, do reverse sort
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for emacs 23.0.96.
+# Generated by GNU Autoconf 2.61 for emacs 23.1.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# Identity of this package.
PACKAGE_NAME='emacs'
PACKAGE_TARNAME='emacs'
-PACKAGE_VERSION='23.0.96'
-PACKAGE_STRING='emacs 23.0.96'
+PACKAGE_VERSION='23.1'
+PACKAGE_STRING='emacs 23.1'
PACKAGE_BUGREPORT=''
ac_unique_file="src/lisp.h"
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures emacs 23.0.96 to adapt to many kinds of systems.
+\`configure' configures emacs 23.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of emacs 23.0.96:";;
+ short | recursive ) echo "Configuration of emacs 23.1:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-emacs configure 23.0.96
+emacs configure 23.1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by emacs $as_me 23.0.96, which was
+It was created by emacs $as_me 23.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by emacs $as_me 23.0.96, which was
+This file was extended by emacs $as_me 23.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-emacs config.status 23.0.96
+emacs config.status 23.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT(emacs, 23.0.96)
+AC_INIT(emacs, 23.1)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-28 Chong Yidong <cyd@stupidchicken.com>
* building.texi (Lisp Libraries): Clarify meaning of autoloading.
@c The edition number appears in several places in this file
@set EDITION Sixteenth
-@set EMACSVER 23.0.96
+@set EMACSVER 23.1
@copying
This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-28 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-18 Chong Yidong <cyd@stupidchicken.com>
* processes.texi (Shell Arguments): Copyedits.
@center @titlefont{GNU Emacs Lisp Reference Manual}
@sp 5
@center GNU
-@center Emacs Version 23.0.96
+@center Emacs Version 23.1
@center for Unix Users
@sp 5
@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
-@set EMACSVER 23.0.96
+@set EMACSVER 23.1
@set DATE July 2009
@c in general, keep the following line commented out, unless doing a
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@set VERSION 3.0
-@set EMACSVER 23.0.96
+@set EMACSVER 23.1
@set DATE July 2009
@dircategory Emacs
@c Version of the manual and of Emacs.
@c Please remember to update the edition number in README as well.
@set VERSION 3.0
-@set EMACSVER 23.0.96
+@set EMACSVER 23.1
@set DATE July 2009
@dircategory Emacs
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-01-31 Glenn Morris <rgm@gnu.org>
* b2m.1: Minor fixes.
.\" See section COPYING for copyright and redistribution information.
-.TH EMACS 1 "2007 April 13" "GNU Emacs 23.0.96"
+.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1"
.
.
.SH NAME
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-20 Chong Yidong <cyd@stupidchicken.com>
* calc.texi (About This Manual): Don't mention chapter numbers in text.
@c %**end of header
@c This is used in many places
-@set VER 23.0.96
+@set VER 23.1
@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
@c Feel free to install changes without prior permission (but I'd
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-16 Glenn Morris <rgm@gnu.org>
* refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex:
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-06-18 Kenichi Handa <handa@m17n.org>
* quail/hangul.el (hangul-im-keymap): Add binding of key
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
* b2m.c (main): Ensure that each message ends in two newlines.
.PHONY: $(ALL)
-VERSION = 23.0.96
+VERSION = 23.1
LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
-DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-29 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-03-13 D. Goel <deego3@gmail.com>
* erc-backend.el: In (multiple-value-bind/setq .. ls),
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-06-13 Bill Wohler <wohler@newt.com>
Release MH-E version 8.2.
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
* org-gnus.el (org-gnus-store-link): Fix bug where
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
* url-handlers.el (url-file-handler): Save match data.
(defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc."
"Short copyright string for this version of Emacs.")
-(defconst emacs-version "23.0.96" "\
+(defconst emacs-version "23.1" "\
Version numbers of this version of Emacs.")
(defconst emacs-major-version
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-04-14 Eli Zaretskii <eliz@gnu.org>
* mainmake.v2 (src) <gdb.ini>: Don't replace the line with
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-06-05 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.xcodeproj/project.pbxproj: Drop deployment target
<key>CFBundleExecutable</key>
<string>Emacs</string>
<key>CFBundleGetInfoString</key>
- <string>Emacs 23.0.96 Copyright (C) 2009 Free Software Foundation, Inc.</string>
+ <string>Emacs 23.1 Copyright (C) 2009 Free Software Foundation, Inc.</string>
<key>CFBundleIconFile</key>
<string>Emacs.icns</string>
<key>CFBundleIdentifier</key>
<string>APPL</string>
<!-- This should be the emacs version number. -->
<key>CFBundleShortVersionString</key>
- <string>23.0.96</string>
+ <string>23.1</string>
<key>CFBundleSignature</key>
<string>EMAx</string>
<!-- This SHOULD be a build number. -->
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
-CFBundleShortVersionString = "Version 23.0.96";
-CFBundleGetInfoString = "Emacs version 23.0.96, NS Windowing";
+CFBundleShortVersionString = "Version 23.1";
+CFBundleGetInfoString = "Emacs version 23.1, NS Windowing";
NSHumanReadableCopyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
[Desktop Entry]
Encoding=UTF-8
Type=Application
-Version=23.0.96
+Version=23.1
Categories=GNUstep
Name=Emacs
Comment=GNU Emacs for NeXT/Open/GNUstep and OS X
ApplicationDescription = "GNU Emacs for GNUstep / OS X";
ApplicationIcon = emacs.tiff;
ApplicationName = Emacs;
- ApplicationRelease = "23.0.96";
+ ApplicationRelease = "23.1";
Authors = (
"Adrian Robert (GNUstep)",
"Christophe de Dinechin (MacOS X)",
);
Copyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
- FullVersionID = "Emacs 23.0.96, NS Windowing";
+ FullVersionID = "Emacs 23.1, NS Windowing";
NSExecutable = Emacs;
NSIcon = emacs.tiff;
NSPrincipalClass = NSApplication;
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-03-21 Eli Zaretskii <eliz@gnu.org>
* inc/sys/stat.h (struct stat): Change the types of st_uid and
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,0,96,0
- PRODUCTVERSION 23,0,96,0
+ FILEVERSION 23,1,0,0
+ PRODUCTVERSION 23,1,0,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
- VALUE "FileVersion", "23, 0, 96, 0\0"
+ VALUE "FileVersion", "23, 1, 0, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
- VALUE "ProductVersion", "23, 0, 96, 0\0"
+ VALUE "ProductVersion", "23, 1, 0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,0,96,0
- PRODUCTVERSION 23,0,96,0
+ FILEVERSION 23,1,0,0
+ PRODUCTVERSION 23,1,0,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
- VALUE "FileVersion", "23, 0, 96, 0\0"
+ VALUE "FileVersion", "23, 1, 0, 0\0"
VALUE "InternalName", "EmacsClient\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
- VALUE "ProductVersion", "23, 0, 96, 0\0"
+ VALUE "ProductVersion", "23, 1, 0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
* descrip.mms:
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
+2009-07-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.1 released.
+
2009-01-25 Ulf Jasper <ulf.jasper@web.de>
* icalendar-testsuite.el