diff options
| author | Chong Yidong | 2010-05-07 23:28:26 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-07 23:28:26 -0400 |
| commit | 61a808e8197bb47dad1a78d7b032268482c45a9c (patch) | |
| tree | 9c98131154139dd228ad264d71806033060732b3 | |
| parent | 3b180a24db6877b62fd11b6e82b0a4946e9322f6 (diff) | |
| download | emacs-23.2.tar.gz emacs-23.2.zip | |
Bump version to 23.2.emacs-23.2
41 files changed, 156 insertions, 68 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | 5 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * INSTALL: Fix typos. | 7 | * INSTALL: Fix typos. |
| @@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | |||
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | This directory tree holds version 23.1.97 of GNU Emacs, the extensible, | 6 | This directory tree holds version 23.2 of GNU Emacs, the extensible, |
| 7 | customizable, self-documenting real-time display editor. | 7 | customizable, self-documenting real-time display editor. |
| 8 | 8 | ||
| 9 | The file INSTALL in this directory says how to build and install GNU | 9 | The file INSTALL in this directory says how to build and install GNU |
diff --git a/admin/ChangeLog b/admin/ChangeLog index da7ef59e8e6..56166ffa7ce 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-02-14 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-02-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * quick-install-emacs (PRUNED): Fix typo in message. | 7 | * quick-install-emacs (PRUNED): Fix typo in message. |
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.62 for emacs 23.1.97. | 3 | # Generated by GNU Autoconf 2.62 for emacs 23.2. |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| @@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |||
| 594 | # Identity of this package. | 594 | # Identity of this package. |
| 595 | PACKAGE_NAME='emacs' | 595 | PACKAGE_NAME='emacs' |
| 596 | PACKAGE_TARNAME='emacs' | 596 | PACKAGE_TARNAME='emacs' |
| 597 | PACKAGE_VERSION='23.1.97' | 597 | PACKAGE_VERSION='23.2' |
| 598 | PACKAGE_STRING='emacs 23.1.97' | 598 | PACKAGE_STRING='emacs 23.2' |
| 599 | PACKAGE_BUGREPORT='' | 599 | PACKAGE_BUGREPORT='' |
| 600 | 600 | ||
| 601 | ac_unique_file="src/lisp.h" | 601 | ac_unique_file="src/lisp.h" |
| @@ -1371,7 +1371,7 @@ if test "$ac_init_help" = "long"; then | |||
| 1371 | # Omit some internal or obsolete options to make the list less imposing. | 1371 | # Omit some internal or obsolete options to make the list less imposing. |
| 1372 | # This message is too long to be a string in the A/UX 3.1 sh. | 1372 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 1373 | cat <<_ACEOF | 1373 | cat <<_ACEOF |
| 1374 | \`configure' configures emacs 23.1.97 to adapt to many kinds of systems. | 1374 | \`configure' configures emacs 23.2 to adapt to many kinds of systems. |
| 1375 | 1375 | ||
| 1376 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1376 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1377 | 1377 | ||
| @@ -1445,7 +1445,7 @@ fi | |||
| 1445 | 1445 | ||
| 1446 | if test -n "$ac_init_help"; then | 1446 | if test -n "$ac_init_help"; then |
| 1447 | case $ac_init_help in | 1447 | case $ac_init_help in |
| 1448 | short | recursive ) echo "Configuration of emacs 23.1.97:";; | 1448 | short | recursive ) echo "Configuration of emacs 23.2:";; |
| 1449 | esac | 1449 | esac |
| 1450 | cat <<\_ACEOF | 1450 | cat <<\_ACEOF |
| 1451 | 1451 | ||
| @@ -1588,7 +1588,7 @@ fi | |||
| 1588 | test -n "$ac_init_help" && exit $ac_status | 1588 | test -n "$ac_init_help" && exit $ac_status |
| 1589 | if $ac_init_version; then | 1589 | if $ac_init_version; then |
| 1590 | cat <<\_ACEOF | 1590 | cat <<\_ACEOF |
| 1591 | emacs configure 23.1.97 | 1591 | emacs configure 23.2 |
| 1592 | generated by GNU Autoconf 2.62 | 1592 | generated by GNU Autoconf 2.62 |
| 1593 | 1593 | ||
| 1594 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 1594 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| @@ -1602,7 +1602,7 @@ cat >config.log <<_ACEOF | |||
| 1602 | This file contains any messages produced by compilers while | 1602 | This file contains any messages produced by compilers while |
| 1603 | running configure, to aid debugging if configure makes a mistake. | 1603 | running configure, to aid debugging if configure makes a mistake. |
| 1604 | 1604 | ||
| 1605 | It was created by emacs $as_me 23.1.97, which was | 1605 | It was created by emacs $as_me 23.2, which was |
| 1606 | generated by GNU Autoconf 2.62. Invocation command line was | 1606 | generated by GNU Autoconf 2.62. Invocation command line was |
| 1607 | 1607 | ||
| 1608 | $ $0 $@ | 1608 | $ $0 $@ |
| @@ -26269,7 +26269,7 @@ exec 6>&1 | |||
| 26269 | # report actual input values of CONFIG_FILES etc. instead of their | 26269 | # report actual input values of CONFIG_FILES etc. instead of their |
| 26270 | # values after options handling. | 26270 | # values after options handling. |
| 26271 | ac_log=" | 26271 | ac_log=" |
| 26272 | This file was extended by emacs $as_me 23.1.97, which was | 26272 | This file was extended by emacs $as_me 23.2, which was |
| 26273 | generated by GNU Autoconf 2.62. Invocation command line was | 26273 | generated by GNU Autoconf 2.62. Invocation command line was |
| 26274 | 26274 | ||
| 26275 | CONFIG_FILES = $CONFIG_FILES | 26275 | CONFIG_FILES = $CONFIG_FILES |
| @@ -26322,7 +26322,7 @@ Report bugs to <bug-autoconf@gnu.org>." | |||
| 26322 | _ACEOF | 26322 | _ACEOF |
| 26323 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 26323 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 26324 | ac_cs_version="\\ | 26324 | ac_cs_version="\\ |
| 26325 | emacs config.status 23.1.97 | 26325 | emacs config.status 23.2 |
| 26326 | configured by $0, generated by GNU Autoconf 2.62, | 26326 | configured by $0, generated by GNU Autoconf 2.62, |
| 26327 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | 26327 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
| 26328 | 26328 | ||
diff --git a/configure.in b/configure.in index 1ddd7c21472..6ed14667cc0 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.62) | 24 | AC_PREREQ(2.62) |
| 25 | AC_INIT(emacs, 23.1.97) | 25 | AC_INIT(emacs, 23.2) |
| 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 27 | AC_CONFIG_SRCDIR(src/lisp.h) | 27 | AC_CONFIG_SRCDIR(src/lisp.h) |
| 28 | 28 | ||
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2b8482cf53b..5551cc4a5e1 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 5 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 3 | * building.texi (GDB Graphical Interface): Remove misleading comparison | 7 | * building.texi (GDB Graphical Interface): Remove misleading comparison |
| 4 | to an IDE (Bug#6128). | 8 | to an IDE (Bug#6128). |
| 5 | 9 | ||
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index f19c45c740c..7d82c08a01a 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | @c The edition number appears in several places in this file | 6 | @c The edition number appears in several places in this file |
| 7 | @set EDITION Sixteenth | 7 | @set EDITION Sixteenth |
| 8 | @set EMACSVER 23.1.97 | 8 | @set EMACSVER 23.2 |
| 9 | 9 | ||
| 10 | @copying | 10 | @copying |
| 11 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* | 11 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* |
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index e683cc1054f..e5b31e52640 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-02-16 Glenn Morris <rgm@gnu.org> | 5 | 2010-02-16 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command. | 7 | * emacs-lisp-intro.texi: Fix typo in name of `find-tag' command. |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e331a3d5df0..93e958c0746 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | 5 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * windows.texi (Textual Scrolling): | 7 | * windows.texi (Textual Scrolling): |
diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo index d8717350e4d..54e0a5e7170 100644 --- a/doc/lispref/book-spine.texinfo +++ b/doc/lispref/book-spine.texinfo | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @center @titlefont{GNU Emacs Lisp Reference Manual} | 11 | @center @titlefont{GNU Emacs Lisp Reference Manual} |
| 12 | @sp 5 | 12 | @sp 5 |
| 13 | @center GNU | 13 | @center GNU |
| 14 | @center Emacs Version 23.1.97 | 14 | @center Emacs Version 23.2 |
| 15 | @center for Unix Users | 15 | @center for Unix Users |
| 16 | @sp 5 | 16 | @sp 5 |
| 17 | 17 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 8b6f540c460..8117e456077 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @c Please remember to update the edition number in README as well. | 8 | @c Please remember to update the edition number in README as well. |
| 9 | @c And also the copies in vol1.texi and vol2.texi. | 9 | @c And also the copies in vol1.texi and vol2.texi. |
| 10 | @set VERSION 3.0 | 10 | @set VERSION 3.0 |
| 11 | @set EMACSVER 23.1.97 | 11 | @set EMACSVER 23.2 |
| 12 | @set DATE July 2009 | 12 | @set DATE July 2009 |
| 13 | 13 | ||
| 14 | @c in general, keep the following line commented out, unless doing a | 14 | @c in general, keep the following line commented out, unless doing a |
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 5a2719ded08..d2e4fbe9b90 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | @c Version of the manual and of Emacs. | 27 | @c Version of the manual and of Emacs. |
| 28 | @c Please remember to update the edition number in README as well. | 28 | @c Please remember to update the edition number in README as well. |
| 29 | @set VERSION 3.0 | 29 | @set VERSION 3.0 |
| 30 | @set EMACSVER 23.1.97 | 30 | @set EMACSVER 23.2 |
| 31 | @set DATE July 2009 | 31 | @set DATE July 2009 |
| 32 | 32 | ||
| 33 | @dircategory Emacs | 33 | @dircategory Emacs |
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 74cca078cd8..df31d031577 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | @c Version of the manual and of Emacs. | 27 | @c Version of the manual and of Emacs. |
| 28 | @c Please remember to update the edition number in README as well. | 28 | @c Please remember to update the edition number in README as well. |
| 29 | @set VERSION 3.0 | 29 | @set VERSION 3.0 |
| 30 | @set EMACSVER 23.1.97 | 30 | @set EMACSVER 23.2 |
| 31 | @set DATE July 2009 | 31 | @set DATE July 2009 |
| 32 | 32 | ||
| 33 | @dircategory Emacs | 33 | @dircategory Emacs |
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 84ce0044cea..290482b6cdc 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-01-09 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-01-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove | 7 | * emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 87f366cb0da..a42c07ec330 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 23.1.97" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 23.2" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index eac91977f31..2294dc3a070 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | 5 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * url.texi (HTTP language/coding, Customization): | 7 | * url.texi (HTTP language/coding, Customization): |
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index 782d6e1dce1..fd1b7d335d4 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @c %**end of header | 5 | @c %**end of header |
| 6 | 6 | ||
| 7 | @c This is used in many places | 7 | @c This is used in many places |
| 8 | @set VER 23.1.97 | 8 | @set VER 23.2 |
| 9 | 9 | ||
| 10 | @c This file is maintained by Romain Francoise <rfrancoise@gnu.org>. | 10 | @c This file is maintained by Romain Francoise <rfrancoise@gnu.org>. |
| 11 | @c Feel free to install changes without prior permission (but I'd | 11 | @c Feel free to install changes without prior permission (but I'd |
diff --git a/etc/ChangeLog b/etc/ChangeLog index c881bdd2bb4..083035717ba 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-04-27 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-04-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Document gcc-4.5 bug (Bug#6031). | 7 | * PROBLEMS: Document gcc-4.5 bug (Bug#6031). |
diff --git a/leim/ChangeLog b/leim/ChangeLog index d9159694565..a16f52b8c78 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-04-06 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-04-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * quail/vntelex.el: Fix "af" rule (Bug#5836). | 7 | * quail/vntelex.el: Fix "af" rule (Bug#5836). |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5ff764a7573..6b3584eb90f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-05-05 Christoph <cschol2112@googlemail.com> (tiny change) | 5 | 2010-05-05 Christoph <cschol2112@googlemail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis | 7 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 78f09cb6d10..75c5795cb90 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs | |||
| 22 | 22 | ||
| 23 | .PHONY: $(ALL) | 23 | .PHONY: $(ALL) |
| 24 | 24 | ||
| 25 | VERSION = 23.1.97 | 25 | VERSION = 23.2 |
| 26 | 26 | ||
| 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 28 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 28 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33e93d80026..99bbf884752 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * international/mule.el (auto-coding-alist): Only purecopy | 7 | * international/mule.el (auto-coding-alist): Only purecopy |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index c192b3400b4..3dea16b6dbf 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-02-07 Vivek Dasmohapatra <vivek@etla.org> | 5 | 2010-02-07 Vivek Dasmohapatra <vivek@etla.org> |
| 2 | 6 | ||
| 3 | * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520). | 7 | * erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520). |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 980c3fd2517..8afe722bd2a 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4037,8 +4037,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4037 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4037 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4038 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4038 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4039 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook | 4039 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook |
| 4040 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19383 | 4040 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19405 |
| 4041 | ;;;;;; 49284)) | 4041 | ;;;;;; 51439)) |
| 4042 | ;;; Generated autoloads from progmodes/compile.el | 4042 | ;;; Generated autoloads from progmodes/compile.el |
| 4043 | 4043 | ||
| 4044 | (defvar compilation-mode-hook nil "\ | 4044 | (defvar compilation-mode-hook nil "\ |
| @@ -5979,7 +5979,7 @@ Major mode for editing the diary file. | |||
| 5979 | ;;;*** | 5979 | ;;;*** |
| 5980 | 5980 | ||
| 5981 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" | 5981 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" |
| 5982 | ;;;;;; "diff.el" (19383 49279)) | 5982 | ;;;;;; "diff.el" (19419 35832)) |
| 5983 | ;;; Generated autoloads from diff.el | 5983 | ;;; Generated autoloads from diff.el |
| 5984 | 5984 | ||
| 5985 | (defvar diff-switches (purecopy "-c") "\ | 5985 | (defvar diff-switches (purecopy "-c") "\ |
| @@ -9886,7 +9886,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 9886 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively | 9886 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively |
| 9887 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find | 9887 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find |
| 9888 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) | 9888 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) |
| 9889 | ;;;;;; "filecache" "filecache.el" (19383 49279)) | 9889 | ;;;;;; "filecache" "filecache.el" (19409 46567)) |
| 9890 | ;;; Generated autoloads from filecache.el | 9890 | ;;; Generated autoloads from filecache.el |
| 9891 | 9891 | ||
| 9892 | (autoload 'file-cache-add-directory "filecache" "\ | 9892 | (autoload 'file-cache-add-directory "filecache" "\ |
| @@ -9899,8 +9899,8 @@ be added to the cache. | |||
| 9899 | (autoload 'file-cache-add-directory-list "filecache" "\ | 9899 | (autoload 'file-cache-add-directory-list "filecache" "\ |
| 9900 | Add DIRECTORY-LIST (a list of directory names) to the file cache. | 9900 | Add DIRECTORY-LIST (a list of directory names) to the file cache. |
| 9901 | If the optional REGEXP argument is non-nil, only files which match it | 9901 | If the optional REGEXP argument is non-nil, only files which match it |
| 9902 | will be added to the cache. Note that the REGEXP is applied to the files | 9902 | will be added to the cache. Note that the REGEXP is applied to the |
| 9903 | in each directory, not to the directory list itself. | 9903 | files in each directory, not to the directory list itself. |
| 9904 | 9904 | ||
| 9905 | \(fn DIRECTORY-LIST &optional REGEXP)" t nil) | 9905 | \(fn DIRECTORY-LIST &optional REGEXP)" t nil) |
| 9906 | 9906 | ||
| @@ -9923,10 +9923,10 @@ STRING is passed as an argument to the locate command. | |||
| 9923 | 9923 | ||
| 9924 | (autoload 'file-cache-add-directory-recursively "filecache" "\ | 9924 | (autoload 'file-cache-add-directory-recursively "filecache" "\ |
| 9925 | Adds DIR and any subdirectories to the file-cache. | 9925 | Adds DIR and any subdirectories to the file-cache. |
| 9926 | This function does not use any external programs | 9926 | This function does not use any external programs. |
| 9927 | If the optional REGEXP argument is non-nil, only files which match it | 9927 | If the optional REGEXP argument is non-nil, only files which match it |
| 9928 | will be added to the cache. Note that the REGEXP is applied to the files | 9928 | will be added to the cache. Note that the REGEXP is applied to the |
| 9929 | in each directory, not to the directory list itself. | 9929 | files in each directory, not to the directory list itself. |
| 9930 | 9930 | ||
| 9931 | \(fn DIR &optional REGEXP)" t nil) | 9931 | \(fn DIR &optional REGEXP)" t nil) |
| 9932 | 9932 | ||
| @@ -10044,7 +10044,7 @@ result is a string that should be ready for the command line. | |||
| 10044 | 10044 | ||
| 10045 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 10045 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 10046 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" | 10046 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" |
| 10047 | ;;;;;; (19383 49279)) | 10047 | ;;;;;; (19422 11991)) |
| 10048 | ;;; Generated autoloads from find-dired.el | 10048 | ;;; Generated autoloads from find-dired.el |
| 10049 | 10049 | ||
| 10050 | (defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ | 10050 | (defvar find-ls-option (if (eq system-type 'berkeley-unix) (purecopy '("-ls" . "-gilsb")) (purecopy '("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -14285,7 +14285,7 @@ easy-to-use form. | |||
| 14285 | 14285 | ||
| 14286 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 14286 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 14287 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 14287 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 14288 | ;;;;;; "image-file.el" (19383 49279)) | 14288 | ;;;;;; "image-file.el" (19422 11991)) |
| 14289 | ;;; Generated autoloads from image-file.el | 14289 | ;;; Generated autoloads from image-file.el |
| 14290 | 14290 | ||
| 14291 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ | 14291 | (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\ |
| @@ -14347,7 +14347,7 @@ Image files are those whose name has an extension in | |||
| 14347 | ;;;*** | 14347 | ;;;*** |
| 14348 | 14348 | ||
| 14349 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode | 14349 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode |
| 14350 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19383 49276)) | 14350 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19412 35030)) |
| 14351 | ;;; Generated autoloads from image-mode.el | 14351 | ;;; Generated autoloads from image-mode.el |
| 14352 | (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) | 14352 | (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) |
| 14353 | (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) | 14353 | (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) |
| @@ -14382,7 +14382,7 @@ displays an image file as text. `image-minor-mode' provides the key | |||
| 14382 | to display an image file as the actual image. | 14382 | to display an image file as the actual image. |
| 14383 | 14383 | ||
| 14384 | You can use `image-mode-as-text' in `auto-mode-alist' when you want | 14384 | You can use `image-mode-as-text' in `auto-mode-alist' when you want |
| 14385 | to display an image file as text inititally. | 14385 | to display an image file as text initially. |
| 14386 | 14386 | ||
| 14387 | See commands `image-mode' and `image-minor-mode' for more information | 14387 | See commands `image-mode' and `image-minor-mode' for more information |
| 14388 | on these modes. | 14388 | on these modes. |
| @@ -14614,7 +14614,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 14614 | ;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos | 14614 | ;;;;;; Info-goto-emacs-command-node Info-mode info-finder info-apropos |
| 14615 | ;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone | 14615 | ;;;;;; Info-index Info-directory Info-on-current-buffer info-standalone |
| 14616 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" | 14616 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" |
| 14617 | ;;;;;; (19387 20299)) | 14617 | ;;;;;; (19412 35030)) |
| 14618 | ;;; Generated autoloads from info.el | 14618 | ;;; Generated autoloads from info.el |
| 14619 | 14619 | ||
| 14620 | (autoload 'info-other-window "info" "\ | 14620 | (autoload 'info-other-window "info" "\ |
| @@ -15400,7 +15400,7 @@ by `jka-compr-installed'. | |||
| 15400 | 15400 | ||
| 15401 | ;;;*** | 15401 | ;;;*** |
| 15402 | 15402 | ||
| 15403 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19383 49284)) | 15403 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19421 38445)) |
| 15404 | ;;; Generated autoloads from progmodes/js.el | 15404 | ;;; Generated autoloads from progmodes/js.el |
| 15405 | 15405 | ||
| 15406 | (autoload 'js-mode "js" "\ | 15406 | (autoload 'js-mode "js" "\ |
| @@ -16740,7 +16740,7 @@ Returns non-nil if the new state is enabled. | |||
| 16740 | ;;;;;; message-forward-make-body message-forward message-recover | 16740 | ;;;;;; message-forward-make-body message-forward message-recover |
| 16741 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 16741 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 16742 | ;;;;;; message-reply message-news message-mail message-mode) "message" | 16742 | ;;;;;; message-reply message-news message-mail message-mode) "message" |
| 16743 | ;;;;;; "gnus/message.el" (19383 49284)) | 16743 | ;;;;;; "gnus/message.el" (19409 46567)) |
| 16744 | ;;; Generated autoloads from gnus/message.el | 16744 | ;;; Generated autoloads from gnus/message.el |
| 16745 | 16745 | ||
| 16746 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 16746 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -25167,8 +25167,8 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25167 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 25167 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 25168 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 25168 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 25169 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help | 25169 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help |
| 25170 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19383 | 25170 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (19412 |
| 25171 | ;;;;;; 49282)) | 25171 | ;;;;;; 35030)) |
| 25172 | ;;; Generated autoloads from progmodes/sql.el | 25172 | ;;; Generated autoloads from progmodes/sql.el |
| 25173 | 25173 | ||
| 25174 | (autoload 'sql-add-product-keywords "sql" "\ | 25174 | (autoload 'sql-add-product-keywords "sql" "\ |
| @@ -25286,7 +25286,7 @@ the variables `sql-user', `sql-password', and `sql-database' as | |||
| 25286 | defaults, if set. Additional command line parameters can be stored in | 25286 | defaults, if set. Additional command line parameters can be stored in |
| 25287 | the list `sql-oracle-options'. | 25287 | the list `sql-oracle-options'. |
| 25288 | 25288 | ||
| 25289 | The buffer is put in sql-interactive-mode, giving commands for sending | 25289 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25290 | input. See `sql-interactive-mode'. | 25290 | input. See `sql-interactive-mode'. |
| 25291 | 25291 | ||
| 25292 | To specify a coding system for converting non-ASCII characters | 25292 | To specify a coding system for converting non-ASCII characters |
| @@ -25312,7 +25312,7 @@ the variables `sql-server', `sql-user', `sql-password', and | |||
| 25312 | `sql-database' as defaults, if set. Additional command line parameters | 25312 | `sql-database' as defaults, if set. Additional command line parameters |
| 25313 | can be stored in the list `sql-sybase-options'. | 25313 | can be stored in the list `sql-sybase-options'. |
| 25314 | 25314 | ||
| 25315 | The buffer is put in sql-interactive-mode, giving commands for sending | 25315 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25316 | input. See `sql-interactive-mode'. | 25316 | input. See `sql-interactive-mode'. |
| 25317 | 25317 | ||
| 25318 | To specify a coding system for converting non-ASCII characters | 25318 | To specify a coding system for converting non-ASCII characters |
| @@ -25336,7 +25336,7 @@ If buffer exists and a process is running, just switch to buffer | |||
| 25336 | Interpreter used comes from variable `sql-informix-program'. Login uses | 25336 | Interpreter used comes from variable `sql-informix-program'. Login uses |
| 25337 | the variable `sql-database' as default, if set. | 25337 | the variable `sql-database' as default, if set. |
| 25338 | 25338 | ||
| 25339 | The buffer is put in sql-interactive-mode, giving commands for sending | 25339 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25340 | input. See `sql-interactive-mode'. | 25340 | input. See `sql-interactive-mode'. |
| 25341 | 25341 | ||
| 25342 | To specify a coding system for converting non-ASCII characters | 25342 | To specify a coding system for converting non-ASCII characters |
| @@ -25364,7 +25364,7 @@ the variables `sql-user', `sql-password', `sql-database', and | |||
| 25364 | `sql-server' as defaults, if set. Additional command line parameters | 25364 | `sql-server' as defaults, if set. Additional command line parameters |
| 25365 | can be stored in the list `sql-sqlite-options'. | 25365 | can be stored in the list `sql-sqlite-options'. |
| 25366 | 25366 | ||
| 25367 | The buffer is put in sql-interactive-mode, giving commands for sending | 25367 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25368 | input. See `sql-interactive-mode'. | 25368 | input. See `sql-interactive-mode'. |
| 25369 | 25369 | ||
| 25370 | To specify a coding system for converting non-ASCII characters | 25370 | To specify a coding system for converting non-ASCII characters |
| @@ -25392,7 +25392,7 @@ the variables `sql-user', `sql-password', `sql-database', and | |||
| 25392 | `sql-server' as defaults, if set. Additional command line parameters | 25392 | `sql-server' as defaults, if set. Additional command line parameters |
| 25393 | can be stored in the list `sql-mysql-options'. | 25393 | can be stored in the list `sql-mysql-options'. |
| 25394 | 25394 | ||
| 25395 | The buffer is put in sql-interactive-mode, giving commands for sending | 25395 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25396 | input. See `sql-interactive-mode'. | 25396 | input. See `sql-interactive-mode'. |
| 25397 | 25397 | ||
| 25398 | To specify a coding system for converting non-ASCII characters | 25398 | To specify a coding system for converting non-ASCII characters |
| @@ -25417,7 +25417,7 @@ Interpreter used comes from variable `sql-solid-program'. Login uses | |||
| 25417 | the variables `sql-user', `sql-password', and `sql-server' as | 25417 | the variables `sql-user', `sql-password', and `sql-server' as |
| 25418 | defaults, if set. | 25418 | defaults, if set. |
| 25419 | 25419 | ||
| 25420 | The buffer is put in sql-interactive-mode, giving commands for sending | 25420 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25421 | input. See `sql-interactive-mode'. | 25421 | input. See `sql-interactive-mode'. |
| 25422 | 25422 | ||
| 25423 | To specify a coding system for converting non-ASCII characters | 25423 | To specify a coding system for converting non-ASCII characters |
| @@ -25441,7 +25441,7 @@ If buffer exists and a process is running, just switch to buffer | |||
| 25441 | Interpreter used comes from variable `sql-ingres-program'. Login uses | 25441 | Interpreter used comes from variable `sql-ingres-program'. Login uses |
| 25442 | the variable `sql-database' as default, if set. | 25442 | the variable `sql-database' as default, if set. |
| 25443 | 25443 | ||
| 25444 | The buffer is put in sql-interactive-mode, giving commands for sending | 25444 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25445 | input. See `sql-interactive-mode'. | 25445 | input. See `sql-interactive-mode'. |
| 25446 | 25446 | ||
| 25447 | To specify a coding system for converting non-ASCII characters | 25447 | To specify a coding system for converting non-ASCII characters |
| @@ -25467,7 +25467,7 @@ variables `sql-user', `sql-password', `sql-database', and `sql-server' | |||
| 25467 | as defaults, if set. Additional command line parameters can be stored | 25467 | as defaults, if set. Additional command line parameters can be stored |
| 25468 | in the list `sql-ms-options'. | 25468 | in the list `sql-ms-options'. |
| 25469 | 25469 | ||
| 25470 | The buffer is put in sql-interactive-mode, giving commands for sending | 25470 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25471 | input. See `sql-interactive-mode'. | 25471 | input. See `sql-interactive-mode'. |
| 25472 | 25472 | ||
| 25473 | To specify a coding system for converting non-ASCII characters | 25473 | To specify a coding system for converting non-ASCII characters |
| @@ -25493,7 +25493,7 @@ the variables `sql-database' and `sql-server' as default, if set. | |||
| 25493 | Additional command line parameters can be stored in the list | 25493 | Additional command line parameters can be stored in the list |
| 25494 | `sql-postgres-options'. | 25494 | `sql-postgres-options'. |
| 25495 | 25495 | ||
| 25496 | The buffer is put in sql-interactive-mode, giving commands for sending | 25496 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25497 | input. See `sql-interactive-mode'. | 25497 | input. See `sql-interactive-mode'. |
| 25498 | 25498 | ||
| 25499 | To specify a coding system for converting non-ASCII characters | 25499 | To specify a coding system for converting non-ASCII characters |
| @@ -25523,7 +25523,7 @@ Interpreter used comes from variable `sql-interbase-program'. Login | |||
| 25523 | uses the variables `sql-user', `sql-password', and `sql-database' as | 25523 | uses the variables `sql-user', `sql-password', and `sql-database' as |
| 25524 | defaults, if set. | 25524 | defaults, if set. |
| 25525 | 25525 | ||
| 25526 | The buffer is put in sql-interactive-mode, giving commands for sending | 25526 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25527 | input. See `sql-interactive-mode'. | 25527 | input. See `sql-interactive-mode'. |
| 25528 | 25528 | ||
| 25529 | To specify a coding system for converting non-ASCII characters | 25529 | To specify a coding system for converting non-ASCII characters |
| @@ -25547,7 +25547,7 @@ If buffer exists and a process is running, just switch to buffer | |||
| 25547 | Interpreter used comes from variable `sql-db2-program'. There is not | 25547 | Interpreter used comes from variable `sql-db2-program'. There is not |
| 25548 | automatic login. | 25548 | automatic login. |
| 25549 | 25549 | ||
| 25550 | The buffer is put in sql-interactive-mode, giving commands for sending | 25550 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25551 | input. See `sql-interactive-mode'. | 25551 | input. See `sql-interactive-mode'. |
| 25552 | 25552 | ||
| 25553 | If you use \\[sql-accumulate-and-indent] to send multiline commands to | 25553 | If you use \\[sql-accumulate-and-indent] to send multiline commands to |
| @@ -25585,7 +25585,7 @@ local connections, `sql-server' refers to the server name from the | |||
| 25585 | for this to work). If `sql-password' is an empty string, inl will use | 25585 | for this to work). If `sql-password' is an empty string, inl will use |
| 25586 | an empty password. | 25586 | an empty password. |
| 25587 | 25587 | ||
| 25588 | The buffer is put in sql-interactive-mode, giving commands for sending | 25588 | The buffer is put in SQL interactive mode, giving commands for sending |
| 25589 | input. See `sql-interactive-mode'. | 25589 | input. See `sql-interactive-mode'. |
| 25590 | 25590 | ||
| 25591 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.) | 25591 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.) |
| @@ -29590,7 +29590,7 @@ case, and the process object in the asynchronous case. | |||
| 29590 | 29590 | ||
| 29591 | ;;;*** | 29591 | ;;;*** |
| 29592 | 29592 | ||
| 29593 | ;;;### (autoloads nil "vc-hg" "vc-hg.el" (19403 31656)) | 29593 | ;;;### (autoloads nil "vc-hg" "vc-hg.el" (19405 52797)) |
| 29594 | ;;; Generated autoloads from vc-hg.el | 29594 | ;;; Generated autoloads from vc-hg.el |
| 29595 | (defun vc-hg-registered (file) | 29595 | (defun vc-hg-registered (file) |
| 29596 | "Return non-nil if FILE is registered with hg." | 29596 | "Return non-nil if FILE is registered with hg." |
| @@ -31971,8 +31971,8 @@ Zone out, completely. | |||
| 31971 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" | 31971 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" |
| 31972 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" | 31972 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" |
| 31973 | ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" | 31973 | ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" |
| 31974 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19405 | 31974 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19428 |
| 31975 | ;;;;;; 42 652971)) | 31975 | ;;;;;; 55161 909254)) |
| 31976 | 31976 | ||
| 31977 | ;;;*** | 31977 | ;;;*** |
| 31978 | 31978 | ||
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 70f96e0dbc7..b72478a32bd 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-03-22 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-03-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * mh-scan.el (mh-scan-cmd-note-width): Doc fix. | 7 | * mh-scan.el (mh-scan-cmd-note-width): Doc fix. |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 7ce303b5add..405232742a3 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-02-15 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-02-15 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * org-freemind.el (org-freemind-from-org-mode-node) | 7 | * org-freemind.el (org-freemind-from-org-mode-node) |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 2a8c6ebe25b..a1b045213da 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-01-23 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-01-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * url-util.el: Require url-vars (Bug#5459). | 7 | * url-util.el: Require url-vars (Bug#5459). |
diff --git a/lisp/version.el b/lisp/version.el index 7439fcf1b35..bc9ff1b41ca 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ | 32 | (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ |
| 33 | Short copyright string for this version of Emacs.") | 33 | Short copyright string for this version of Emacs.") |
| 34 | 34 | ||
| 35 | (defconst emacs-version "23.1.97" "\ | 35 | (defconst emacs-version "23.2" "\ |
| 36 | Version numbers of this version of Emacs.") | 36 | Version numbers of this version of Emacs.") |
| 37 | 37 | ||
| 38 | (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ | 38 | (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 65ef9431939..efe0f3bc1c8 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * xlwmenu.c: | 7 | * xlwmenu.c: |
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 5889f04cf2f..dfd5c41d7d5 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-02-19 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-02-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * INSTALL: Remove a CVS-specific note. Update for latest versions | 7 | * INSTALL: Remove a CVS-specific note. Update for latest versions |
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 6e296cfc595..9396f90a5c7 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-01-11 Glenn Morris <rgm@gnu.org> | 5 | 2010-01-11 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Cocoa/Emacs.base/Contents/Info.plist: | 7 | * 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 5bdfc0a52f6..c84b94a7864 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 23.1.97 Copyright (C) 2010 Free Software Foundation, Inc.</string> | 556 | <string>Emacs 23.2 Copyright (C) 2010 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>23.1.97</string> | 569 | <string>23.2</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 e6cb862e887..6f342cbfc38 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 | ||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "Version 23.1.97"; | 4 | CFBundleShortVersionString = "Version 23.2"; |
| 5 | CFBundleGetInfoString = "Emacs version 23.1.97, NS Windowing"; | 5 | CFBundleGetInfoString = "Emacs version 23.2, NS Windowing"; |
| 6 | NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; | 6 | NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop index a5d27abf873..e7a7311536a 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] |
| 2 | Encoding=UTF-8 | 2 | Encoding=UTF-8 |
| 3 | Type=Application | 3 | Type=Application |
| 4 | Version=23.1.97 | 4 | Version=23.2 |
| 5 | Categories=GNUstep | 5 | Categories=GNUstep |
| 6 | Name=Emacs | 6 | Name=Emacs |
| 7 | Comment=GNU Emacs for NeXT/Open/GNUstep and OS X | 7 | Comment=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 dee27e82e4d..41888523481 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 = "23.1.97"; | 5 | ApplicationRelease = "23.2"; |
| 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) 2010 Free Software Foundation, Inc."; | 14 | Copyright = "Copyright (C) 2010 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 23.1.97, NS Windowing"; | 16 | FullVersionID = "Emacs 23.2, 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 624cb960b40..b00b5b616fc 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-01-13 Martin Rudalics <rudalics@gmx.at> | 5 | 2010-01-13 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * emacsclient.rc: Fix format of "LegalCopyright" value. | 7 | * emacsclient.rc: Fix format of "LegalCopyright" value. |
diff --git a/nt/emacs.rc b/nt/emacs.rc index 4ea67f4789e..46a1fb4bc76 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico | |||
| 7 | #endif | 7 | #endif |
| 8 | 8 | ||
| 9 | VS_VERSION_INFO VERSIONINFO | 9 | VS_VERSION_INFO VERSIONINFO |
| 10 | FILEVERSION 23,1,97,0 | 10 | FILEVERSION 23,2,0,0 |
| 11 | PRODUCTVERSION 23,1,97,0 | 11 | PRODUCTVERSION 23,2,0,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", "23, 1, 97, 0\0" | 28 | VALUE "FileVersion", "23, 2, 0, 0\0" |
| 29 | VALUE "InternalName", "Emacs\0" | 29 | VALUE "InternalName", "Emacs\0" |
| 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" | 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" |
| 31 | VALUE "OriginalFilename", "emacs.exe" | 31 | VALUE "OriginalFilename", "emacs.exe" |
| 32 | VALUE "ProductName", "Emacs\0" | 32 | VALUE "ProductName", "Emacs\0" |
| 33 | VALUE "ProductVersion", "23, 1, 97, 0\0" | 33 | VALUE "ProductVersion", "23, 2, 0, 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 705cae8db82..187e209e753 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico | |||
| 5 | #endif | 5 | #endif |
| 6 | 6 | ||
| 7 | VS_VERSION_INFO VERSIONINFO | 7 | VS_VERSION_INFO VERSIONINFO |
| 8 | FILEVERSION 23,1,97,0 | 8 | FILEVERSION 23,2,0,0 |
| 9 | PRODUCTVERSION 23,1,97,0 | 9 | PRODUCTVERSION 23,2,0,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", "23, 1, 97, 0\0" | 26 | VALUE "FileVersion", "23, 2, 0, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient\0" | 30 | VALUE "ProductName", "EmacsClient\0" |
| 31 | VALUE "ProductVersion", "23, 1, 97, 0\0" | 31 | VALUE "ProductVersion", "23, 2, 0, 0\0" |
| 32 | VALUE "OLESelfRegister", "\0" | 32 | VALUE "OLESelfRegister", "\0" |
| 33 | END | 33 | END |
| 34 | END | 34 | END |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index bdf0957ef9d..a7a1b849519 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2009-06-21 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Branch for 23.1. | 7 | * Branch for 23.1. |
diff --git a/src/ChangeLog b/src/ChangeLog index 29506bee67e..34d52a4442c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-04-30 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2010-04-30 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * composite.c (autocmp_chars): Save point as marker before calling | 7 | * composite.c (autocmp_chars): Save point as marker before calling |
diff --git a/test/ChangeLog b/test/ChangeLog index da85fc4a1bf..e030322c83e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-03-29 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-03-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * cedet/semantic-ia-utest.el | 7 | * cedet/semantic-ia-utest.el |