Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
22770c84
Commit
22770c84
authored
Feb 28, 2011
by
Chong Yidong
Browse files
Release logs for 23.3 release.
Regenerate configure and other release files.
parent
d1f61aaf
Changes
43
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
61 additions
and
25 deletions
+61
-25
ChangeLog
ChangeLog
+4
-0
README
README
+1
-1
admin/ChangeLog
admin/ChangeLog
+4
-0
configure
configure
+9
-9
configure.in
configure.in
+1
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/emacs.texi
doc/emacs/emacs.texi
+1
-1
doc/lispintro/ChangeLog
doc/lispintro/ChangeLog
+4
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/book-spine.texinfo
doc/lispref/book-spine.texinfo
+1
-1
doc/lispref/elisp.texi
doc/lispref/elisp.texi
+1
-1
doc/lispref/vol1.texi
doc/lispref/vol1.texi
+1
-1
doc/lispref/vol2.texi
doc/lispref/vol2.texi
+1
-1
doc/man/ChangeLog
doc/man/ChangeLog
+4
-0
doc/man/emacs.1
doc/man/emacs.1
+1
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/faq.texi
doc/misc/faq.texi
+1
-1
etc/AUTHORS
etc/AUTHORS
+7
-7
etc/ChangeLog
etc/ChangeLog
+4
-0
leim/ChangeLog
leim/ChangeLog
+4
-0
No files found.
ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-01-27 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Test existence of xaw3d library, not just the
...
...
README
View file @
22770c84
...
...
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
See the end of the file for license conditions.
This directory tree holds version 23.
2.94
of GNU Emacs, the extensible,
This directory tree holds version 23.
3
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
...
...
admin/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-22 Juanma Barranquero <lekktu@gmail.com>
* notes/bugtracker (bugtracker_debbugs_url): Fix typo.
...
...
configure
View file @
22770c84
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for emacs 23.
2.94
.
# Generated by GNU Autoconf 2.67 for emacs 23.
3
.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
...
...
@@ -549,8 +549,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='emacs'
PACKAGE_TARNAME='emacs'
PACKAGE_VERSION='23.
2.94
'
PACKAGE_STRING='emacs 23.
2.94
'
PACKAGE_VERSION='23.
3
'
PACKAGE_STRING='emacs 23.
3
'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
...
...
@@ -1320,7 +1320,7 @@ if test "$ac_init_help" = "long"; then
# 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.
2.94
to adapt to many kinds of systems.
\`configure' configures emacs 23.
3
to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
...
...
@@ -1394,7 +1394,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of emacs 23.
2.94
:";;
short | recursive ) echo "Configuration of emacs 23.
3
:";;
esac
cat <<\_ACEOF
...
...
@@ -1540,7 +1540,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
emacs configure 23.
2.94
emacs configure 23.
3
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
...
...
@@ -2091,7 +2091,7 @@ cat >config.log <<_ACEOF
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.
2.94
, which was
It was created by emacs $as_me 23.
3
, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
...
...
@@ -14056,7 +14056,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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.
2.94
, which was
This file was extended by emacs $as_me 23.
3
, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
...
...
@@ -14122,7 +14122,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
emacs config.status 23.
2.94
emacs config.status 23.
3
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
...
...
configure.in
View file @
22770c84
...
...
@@ -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.62)
AC_INIT(emacs, 23.
2.94
)
AC_INIT(emacs, 23.
3
)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)
...
...
doc/emacs/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-25 Eli Zaretskii <eliz@gnu.org>
* search.texi (Regexp Search): Move index entries about regexps to the
...
...
doc/emacs/emacs.texi
View file @
22770c84
...
...
@@ -5,7 +5,7 @@
@c The edition number appears in several places in this file
@set EDITION Sixteenth
@set EMACSVER 23.
2.94
@set EMACSVER 23.
3
@copying
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,@*
...
...
doc/lispintro/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-18 Eli Zaretskii <eliz@gnu.org>
* emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
...
...
doc/lispref/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-25 Glenn Morris <rgm@gnu.org>
* variables.texi (Directory Local Variables): Mention the optional
...
...
doc/lispref/book-spine.texinfo
View file @
22770c84
...
...
@@ -11,7 +11,7 @@
@center @titlefont
{
GNU Emacs Lisp Reference Manual
}
@sp 5
@center GNU
@center Emacs Version 23.
2.94
@center Emacs Version 23.
3
@center for Unix Users
@sp 5
...
...
doc/lispref/elisp.texi
View file @
22770c84
...
...
@@ -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
@set EMACSVER 23.
2.94
@set EMACSVER 23.
3
@set DATE July 2009
@c in general, keep the following line commented out, unless doing a
...
...
doc/lispref/vol1.texi
View file @
22770c84
...
...
@@ -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
@set EMACSVER 23.
2.94
@set EMACSVER 23.
3
@set DATE July 2009
@dircategory Emacs
...
...
doc/lispref/vol2.texi
View file @
22770c84
...
...
@@ -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
@set EMACSVER 23.
2.94
@set EMACSVER 23.
3
@set DATE July 2009
@dircategory Emacs
...
...
doc/man/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2010-12-29 Jari Aalto <jari.aalto@cante.net> (tiny change)
* emacsclient.1: Arrange options alphabetically (Bug#7620).
...
...
doc/man/emacs.1
View file @
22770c84
.\" See section COPYING for copyright and redistribution information.
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.
2.94
"
.TH EMACS 1 "2007 April 13" "GNU Emacs 23.
3
"
.
.
.SH NAME
...
...
doc/misc/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-02-23 Glenn Morris <rgm@gnu.org>
* dbus.texi (Type Conversion): Grammar fix.
...
...
doc/misc/faq.texi
View file @
22770c84
...
...
@@ -5,7 +5,7 @@
@
c
%**
end
of
header
@
c
This
is
used
in
many
places
@
set
VER
23.
2.94
@
set
VER
23.
3
@
c
This
file
is
maintained
by
Romain
Francoise
<
rfrancoise
@
gnu
.
org
>.
@
c
Feel
free
to
install
changes
without
prior
permission
(
but
I
'd
...
...
etc/AUTHORS
View file @
22770c84
...
...
@@ -442,7 +442,7 @@ and co-wrote longlines.el
and changed xdisp.c simple.el files.el display.texi files.texi
frames.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el
Makefile.in font.c xfaces.c image.c misc.texi xfns.c startup.el
text.texi compile.el configure.in and 66
4
other files
text.texi compile.el configure.in and 66
5
other files
Chris Chase: co-wrote idlw-shell.el idlwave.el
...
...
@@ -882,8 +882,8 @@ Eli Tziperman: wrote rmail-spam-filter.el
Eli Zaretskii: wrote rxvt.el tty-colors.el
and changed msdos.c makefile.w32-in Makefile.in files.el info.el fileio.c
rmail.el mainmake.v2 pc-win.el simple.el startup.el config.bat msdos.h
w32.c dired.c frame.c menu-bar.el process.c INSTALL
internal.el xdisp.c
and 6
06
other files
w32.c dired.c frame.c menu-bar.el process.c INSTALL
files.texi
internal.el
and 6
42
other files
Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el
gnus.el
...
...
@@ -1150,7 +1150,7 @@ Glenn Morris: wrote check-declare.el
and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el
cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in
calendar.texi cal-islam.el bytecomp.el cal-bahai.el appt.el emacs.texi
files.el
cal-china.el simple
.el rmailsum.el cal-tex.el
files.el
simple.el cal-china
.el rmailsum.el cal-tex.el
and 1012 other files
Glynn Clements: wrote gamegrid.el snake.el tetris.el
...
...
@@ -1662,7 +1662,7 @@ and changed files.el perl-mode.el
Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el
w32fns.c bs.el help-fns.el server.el org.el simple.el emacsclient.c
buffer.c desktop.el mule-cmds.el ido.el window.c xdisp.c allout.el
keyboard.c replace.el eval.c and 9
39
other files
keyboard.c replace.el eval.c and 9
42
other files
Juergen Kreileder: changed imap.el nnimap.el
...
...
@@ -2212,8 +2212,8 @@ Michael Albinus: wrote dbus.el tramp-cmds.el tramp-compat.el
tramp-fish.el tramp-ftp.el tramp-gvfs.el tramp-gw.el tramp-smb.el
xesam.el zeroconf.el
and co-wrote tramp-cache.el tramp.el
and changed tramp.texi dbusbind.c dbus.texi trampver.el
ange-ftp.el
trampver.texi
files.el files.texi tramp-vc.el Makefile.in tramp-util.el
and changed tramp.texi dbusbind.c dbus.texi trampver.el
trampver.texi
ange-ftp.el
files.el files.texi tramp-vc.el Makefile.in tramp-util.el
tramp-imap.el tramp-uu.el dired-aux.el compile.el configure.in
em-unix.el grep.el simple.el vc.el dired.el and 51 other files
...
...
etc/ChangeLog
View file @
22770c84
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-01-18 Glenn Morris <rgm@gnu.org>
* PROBLEMS: Add note about svn+ssh. (Bug#7791)
...
...
leim/ChangeLog
View file @
22770c84
2011
-
02
-
28
Chong
Yidong
<
cyd
@
stupidchicken
.
com
>
*
Version
23.3
released
.
2011
-
02
-
23
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
quail
/
ethiopic
.
el
(
"ethiopic"
):
Fix
tpo
in
docstring
.
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment