aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-04-02 20:42:10 -0400
committerChong Yidong2010-04-02 20:42:10 -0400
commitd86d8ea85a165558eb06fe16ffdf24c06886e7b4 (patch)
tree11d5e9077a36e214b94be23fb3d474fa3ef7353f
parentc8f19d81022a1f17cd14d1553a9c063f4eabe3c2 (diff)
downloademacs-d86d8ea85a165558eb06fe16ffdf24c06886e7b4.tar.gz
emacs-d86d8ea85a165558eb06fe16ffdf24c06886e7b4.zip
Bump version to 23.1.95.emacs-pretest-23.1.95
-rw-r--r--README2
-rwxr-xr-xconfigure18
-rw-r--r--configure.in2
-rw-r--r--doc/emacs/emacs.texi2
-rw-r--r--doc/lispref/book-spine.texinfo2
-rw-r--r--doc/lispref/elisp.texi2
-rw-r--r--doc/lispref/vol1.texi2
-rw-r--r--doc/lispref/vol2.texi2
-rw-r--r--doc/man/emacs.12
-rw-r--r--doc/misc/faq.texi2
-rw-r--r--etc/AUTHORS79
-rw-r--r--etc/NEWS3
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lisp/cedet/semantic/db-find.el2
-rw-r--r--lisp/ldefs-boot.el97
-rw-r--r--lisp/version.el2
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist4
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop2
-rw-r--r--nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist4
-rw-r--r--nt/emacs.rc8
-rw-r--r--nt/emacsclient.rc8
22 files changed, 134 insertions, 117 deletions
diff --git a/README b/README
index a98ac450810..41e12e0e0e8 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
5 5
6This directory tree holds version 23.1.94 of GNU Emacs, the extensible, 6This directory tree holds version 23.1.95 of GNU Emacs, the extensible,
7customizable, self-documenting real-time display editor. 7customizable, self-documenting real-time display editor.
8 8
9The file INSTALL in this directory says how to build and install GNU 9The file INSTALL in this directory says how to build and install GNU
diff --git a/configure b/configure
index d14d02ac217..35515707f49 100755
--- a/configure
+++ b/configure
@@ -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.94. 3# Generated by GNU Autoconf 2.62 for emacs 23.1.95.
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.
595PACKAGE_NAME='emacs' 595PACKAGE_NAME='emacs'
596PACKAGE_TARNAME='emacs' 596PACKAGE_TARNAME='emacs'
597PACKAGE_VERSION='23.1.94' 597PACKAGE_VERSION='23.1.95'
598PACKAGE_STRING='emacs 23.1.94' 598PACKAGE_STRING='emacs 23.1.95'
599PACKAGE_BUGREPORT='' 599PACKAGE_BUGREPORT=''
600 600
601ac_unique_file="src/lisp.h" 601ac_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.94 to adapt to many kinds of systems. 1374\`configure' configures emacs 23.1.95 to adapt to many kinds of systems.
1375 1375
1376Usage: $0 [OPTION]... [VAR=VALUE]... 1376Usage: $0 [OPTION]... [VAR=VALUE]...
1377 1377
@@ -1445,7 +1445,7 @@ fi
1445 1445
1446if test -n "$ac_init_help"; then 1446if 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.94:";; 1448 short | recursive ) echo "Configuration of emacs 23.1.95:";;
1449 esac 1449 esac
1450 cat <<\_ACEOF 1450 cat <<\_ACEOF
1451 1451
@@ -1588,7 +1588,7 @@ fi
1588test -n "$ac_init_help" && exit $ac_status 1588test -n "$ac_init_help" && exit $ac_status
1589if $ac_init_version; then 1589if $ac_init_version; then
1590 cat <<\_ACEOF 1590 cat <<\_ACEOF
1591emacs configure 23.1.94 1591emacs configure 23.1.95
1592generated by GNU Autoconf 2.62 1592generated by GNU Autoconf 2.62
1593 1593
1594Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1594Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1602,7 +1602,7 @@ cat >config.log <<_ACEOF
1602This file contains any messages produced by compilers while 1602This file contains any messages produced by compilers while
1603running configure, to aid debugging if configure makes a mistake. 1603running configure, to aid debugging if configure makes a mistake.
1604 1604
1605It was created by emacs $as_me 23.1.94, which was 1605It was created by emacs $as_me 23.1.95, which was
1606generated by GNU Autoconf 2.62. Invocation command line was 1606generated by GNU Autoconf 2.62. Invocation command line was
1607 1607
1608 $ $0 $@ 1608 $ $0 $@
@@ -26259,7 +26259,7 @@ exec 6>&1
26259# report actual input values of CONFIG_FILES etc. instead of their 26259# report actual input values of CONFIG_FILES etc. instead of their
26260# values after options handling. 26260# values after options handling.
26261ac_log=" 26261ac_log="
26262This file was extended by emacs $as_me 23.1.94, which was 26262This file was extended by emacs $as_me 23.1.95, which was
26263generated by GNU Autoconf 2.62. Invocation command line was 26263generated by GNU Autoconf 2.62. Invocation command line was
26264 26264
26265 CONFIG_FILES = $CONFIG_FILES 26265 CONFIG_FILES = $CONFIG_FILES
@@ -26312,7 +26312,7 @@ Report bugs to <bug-autoconf@gnu.org>."
26312_ACEOF 26312_ACEOF
26313cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 26313cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26314ac_cs_version="\\ 26314ac_cs_version="\\
26315emacs config.status 23.1.94 26315emacs config.status 23.1.95
26316configured by $0, generated by GNU Autoconf 2.62, 26316configured by $0, generated by GNU Autoconf 2.62,
26317 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 26317 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26318 26318
diff --git a/configure.in b/configure.in
index a361489d8a3..d513705e495 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.62) 24AC_PREREQ(2.62)
25AC_INIT(emacs, 23.1.94) 25AC_INIT(emacs, 23.1.95)
26AC_CONFIG_HEADER(src/config.h:src/config.in) 26AC_CONFIG_HEADER(src/config.h:src/config.in)
27AC_CONFIG_SRCDIR(src/lisp.h) 27AC_CONFIG_SRCDIR(src/lisp.h)
28 28
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index e480f45ec4e..383c8f82d90 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.94 8@set EMACSVER 23.1.95
9 9
10@copying 10@copying
11This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* 11This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo
index 097513778fd..03bca57387b 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.94 14@center Emacs Version 23.1.95
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 aba6fa2ef14..195827edf43 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.94 11@set EMACSVER 23.1.95
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 9eb4fed6bad..d08239c5269 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.94 30@set EMACSVER 23.1.95
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 01424c47cbd..70992eeb036 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.94 30@set EMACSVER 23.1.95
31@set DATE July 2009 31@set DATE July 2009
32 32
33@dircategory Emacs 33@dircategory Emacs
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1
index 98ffcdbb77f..488d247c2b5 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.94" 2.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.95"
3. 3.
4. 4.
5.SH NAME 5.SH NAME
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index 4850dc0e345..460022f6e8e 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.94 8@set VER 23.1.95
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/AUTHORS b/etc/AUTHORS
index 72988c24c64..dca566f75ad 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -33,8 +33,8 @@ Adrian Lanz: changed mail-source.el spam.el
33 33
34Adrian Robert: co-wrote ns-win.el 34Adrian Robert: co-wrote ns-win.el
35and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m 35and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m
36 configure.in README config.in emacs.c font.c keyboard.c nsgui.h image.c 36 configure.in README config.in emacs.c font.c keyboard.c nsgui.h xdisp.c
37 lisp.h macos.texi menu.c nsimage.m xdisp.c Info-gnustep.plist darwin.h 37 image.c lisp.h macos.texi menu.c nsimage.m Info-gnustep.plist darwin.h
38 and 83 other files 38 and 83 other files
39 39
40Ævar Arnfjörð Bjarmason: changed rcirc.el 40Ævar Arnfjörð Bjarmason: changed rcirc.el
@@ -164,12 +164,12 @@ Andreas Leue: changed artist.el
164 164
165Andreas Luik: changed xfns.c xterm.c 165Andreas Luik: changed xfns.c xterm.c
166 166
167Andreas Politz: changed elp.el ido.el term.el 167Andreas Politz: changed editfns.c elp.el ido.el term.el
168 168
169Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c files.el 169Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c files.el
170 coding.c alloc.c process.c print.c editfns.c fileio.c fns.c dired.el 170 coding.c alloc.c process.c print.c editfns.c fileio.c fns.c dired.el
171 xterm.c keyboard.c simple.el eval.c info.el buffer.c sysdep.c emacs.c 171 xterm.c keyboard.c simple.el eval.c info.el buffer.c sysdep.c emacs.c
172 and 480 other files 172 and 483 other files
173 173
174Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus.el 174Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus.el
175 nnslashdot.el gnus-util.el mm-url.el mm-uu.el url-http.el xterm.c 175 nnslashdot.el gnus-util.el mm-url.el mm-uu.el url-http.el xterm.c
@@ -230,7 +230,7 @@ and changed smime.el mml-smime.el smime-ldap.el gnus-art.el gnus-sieve.el
230 ldap.el message.el mm-decode.el mml-sec.el mml.el mule-conf.el 230 ldap.el message.el mm-decode.el mml-sec.el mml.el mule-conf.el
231 nnimap.el nnrss.el wid-edit.el 231 nnimap.el nnrss.el wid-edit.el
232 232
233Arni Magnusson: changed ada-mode.texi 233Arni Magnusson: changed ada-mode.texi frames.texi
234 234
235Artem Chuprina: changed message.el 235Artem Chuprina: changed message.el
236 236
@@ -282,7 +282,7 @@ Benjamin Rutt: co-wrote gnus-dired.el
282and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el 282and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el
283 nnmbox.el simple.el vc-cvs.el 283 nnmbox.el simple.el vc-cvs.el
284 284
285Bernhard Herzog: changed vc-hg.el 285Bernhard Herzog: changed vc-hg.el menu.c
286 286
287Bernt Hansen: changed org-clock.el 287Bernt Hansen: changed org-clock.el
288 288
@@ -433,10 +433,10 @@ Chip Coldwell: changed font.c
433 433
434Chong Yidong: wrote redisplay-testsuite.el 434Chong Yidong: wrote redisplay-testsuite.el
435and co-wrote longlines.el 435and co-wrote longlines.el
436and changed xdisp.c simple.el files.el display.texi files.texi 436and changed xdisp.c simple.el files.el display.texi frames.texi
437 frames.texi keyboard.c cus-edit.el faces.el xterm.c Makefile.in 437 files.texi emacs.texi keyboard.c cus-edit.el faces.el xterm.c
438 emacs.texi xfaces.c font.c startup.el xfns.c image.c misc.texi 438 Makefile.in xfaces.c font.c startup.el xfns.c misc.texi image.c
439 compile.el configure.in custom.texi and 608 other files 439 compile.el custom.texi text.texi and 633 other files
440 440
441Chris Chase: co-wrote idlw-shell.el idlwave.el 441Chris Chase: co-wrote idlw-shell.el idlwave.el
442 442
@@ -557,6 +557,8 @@ and changed vc.el vc-hg.el vc-git.el Makefile.in vc-bzr.el vc-cvs.el
557 emacs.c files.el term.c process.c vc-rcs.el bindings.el diff-mode.el 557 emacs.c files.el term.c process.c vc-rcs.el bindings.el diff-mode.el
558 lisp-mode.el and 840 other files 558 lisp-mode.el and 840 other files
559 559
560Dan Rosenberg: changed movemail.c
561
560Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el 562Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
561 563
562Daniel Colascione: co-wrote js.el 564Daniel Colascione: co-wrote js.el
@@ -905,25 +907,26 @@ Eric Knauel: changed gnus.el spam-report.el spam.el
905 907
906Eric M. Ludlam: wrote analyze.el args.el autoconf-edit.el bovine.el c.el 908Eric M. Ludlam: wrote analyze.el args.el autoconf-edit.el bovine.el c.el
907 cedet-cscope.el cedet-files.el cedet-global.el cedet-idutils.el 909 cedet-cscope.el cedet-files.el cedet-global.el cedet-idutils.el
908 cedet-utests.el chart.el checkdoc.el compile.el cpp-root.el 910 cedet-utests.el chart.el checkdoc.el compile.el complete.el cpp-root.el
909 cscope.el ctxt.el data-debug.el db-debug.el db-el.el db-file.el 911 cscope.el ctxt.el data-debug.el db-debug.el db-el.el db-file.el
910 db-find.el db-global.el db-mode.el db-ref.el db-typecache.el db.el 912 db-find.el db-global.el db-mode.el db-ref.el db-typecache.el db.el
911 debug.el decorate.el dep.el dframe.el dictionary.el dired.el doc.el 913 debug.el decorate.el dep.el dframe.el dictionary.el dired.el doc.el
912 document.el ede-grammar.el ede.el edit.el eieio-base.el eieio-comp.el 914 document.el ede-grammar.el ede-tests.el ede.el edit.el eieio-base.el
913 eieio-custom.el eieio-datadebug.el eieio-opt.el eieio-speedbar.el 915 eieio-comp.el eieio-custom.el eieio-datadebug.el eieio-opt.el
914 eieio.el el.el expandproto.el extract.el ezimage.el fcn.el 916 eieio-speedbar.el eieio.el el.el emacs.el expandproto.el extract.el
915 fields.el filter.el filters.el find.el format.el fw.el gcc.el 917 ezimage.el fcn.el fields.el files.el filter.el filters.el find.el
916 getset.el global.el grep.el html.el ia-sb.el ia.el idle.el idutils.el 918 format.el fw.el gcc.el getset.el global.el grep.el html.el ia-sb.el
917 include.el insert.el inversion.el java.el javascript.el lex-spp.el 919 ia.el idle.el idutils.el imenu.el include.el insert.el inversion.el
918 lex.el linux.el list.el locate.el make.el makefile-edit.el map.el 920 java.el javascript.el lex-spp.el lex.el linux.el list.el locate.el
919 mode.el mru-bookmark.el pconf.el pmake.el proj-archive.el proj-aux.el 921 make.el makefile-edit.el map.el mode.el mru-bookmark.el pconf.el
920 proj-comp.el proj-elisp.el proj-info.el proj-misc.el proj-obj.el 922 pmake.el proj-archive.el proj-aux.el proj-comp.el proj-elisp.el
921 proj-prog.el proj-scheme.el proj-shared.el proj.el project-am.el 923 proj-info.el proj-misc.el proj-obj.el proj-prog.el proj-scheme.el
922 pulse.el refs.el sb-image.el sb.el scm.el scope.el semantic-ia-utest.el 924 proj-shared.el proj.el project-am.el pulse.el refs.el sb-image.el sb.el
923 semantic-tests.el semantic-utest-c.el semantic-utest.el semantic.el 925 scm.el scope.el semantic-ia-utest.el semantic-tests.el
924 shell.el simple.el sort.el source.el speedbar.el srecode.el srt.el 926 semantic-utest-c.el semantic-utest.el semantic.el shell.el simple.el
927 sort.el source.el speedbar.el srecode-tests.el srecode.el srt.el
925 symref.el system.el table.el tag-file.el tag-ls.el tag-write.el tag.el 928 symref.el system.el table.el tag-file.el tag-ls.el tag-write.el tag.el
926 texi.el util.el 929 test.el texi.el util.el
927and co-wrote cpp.el db-ebrowse.el util-modes.el 930and co-wrote cpp.el db-ebrowse.el util-modes.el
928and changed *.el info.el rmail.el speedbspec.el gud.el sb-dir-minus.xpm 931and changed *.el info.el rmail.el speedbspec.el gud.el sb-dir-minus.xpm
929 sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm 932 sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm
@@ -999,9 +1002,9 @@ Flemming Hoejstrup Hansen: changed forms.el
999Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi 1002Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi
1000 mm-decode.el mm-util.el 1003 mm-decode.el mm-util.el
1001 1004
1002Francesc Rocher: changed startup.el cus-start.el gnus.el gnus.png 1005Francesc Rocher: changed startup.el MORE.STUFF cus-start.el gnus.el
1003 gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c xdisp.c 1006 gnus.png gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c
1004 xterm.c 1007 xdisp.c xterm.c
1005 1008
1006Francesco Potortì: wrote cmacexp.el 1009Francesco Potortì: wrote cmacexp.el
1007and changed etags.c man.el delta.h etags.1 undigest.el Makefile.in 1010and changed etags.c man.el delta.h etags.1 undigest.el Makefile.in
@@ -1130,7 +1133,7 @@ and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el
1130 cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in 1133 cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in
1131 cal-islam.el bytecomp.el calendar.texi cal-bahai.el files.el appt.el 1134 cal-islam.el bytecomp.el calendar.texi cal-bahai.el files.el appt.el
1132 cal-china.el emacs.texi rmailsum.el simple.el startup.el 1135 cal-china.el emacs.texi rmailsum.el simple.el startup.el
1133 and 972 other files 1136 and 975 other files
1134 1137
1135Glynn Clements: wrote gamegrid.el snake.el tetris.el 1138Glynn Clements: wrote gamegrid.el snake.el tetris.el
1136 1139
@@ -1342,7 +1345,7 @@ and changed bytecode.c mail-extr.el subr.el
1342Jan Djärv: wrote dnd.el font-setting.el x-dnd.el 1345Jan Djärv: wrote dnd.el font-setting.el x-dnd.el
1343and changed gtkutil.c xterm.c xfns.c configure.in xterm.h xmenu.c 1346and changed gtkutil.c xterm.c xfns.c configure.in xterm.h xmenu.c
1344 x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in 1347 x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in
1345 emacs.c xselect.c startup.el xresources.texi alloc.c cus-start.el 1348 emacs.c xselect.c xresources.texi startup.el alloc.c cus-start.el
1346 xlwmenu.c process.c and 203 other files 1349 xlwmenu.c process.c and 203 other files
1347 1350
1348Jan Moringen: co-wrote cpp.el 1351Jan Moringen: co-wrote cpp.el
@@ -1629,10 +1632,10 @@ João Cachopo: changed spam.el
1629Juan León Lahoz García: wrote wdired.el 1632Juan León Lahoz García: wrote wdired.el
1630and changed files.el perl-mode.el 1633and changed files.el perl-mode.el
1631 1634
1632Juanma Barranquero: changed makefile.w32-in subr.el files.el bs.el 1635Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el
1633 faces.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c 1636 bs.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c
1634 desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el 1637 desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el
1635 keyboard.c replace.el eval.c and 924 other files 1638 keyboard.c replace.el eval.c and 930 other files
1636 1639
1637Juergen Hoetzel: changed url-handlers.el 1640Juergen Hoetzel: changed url-handlers.el
1638 1641
@@ -1729,7 +1732,7 @@ Katsumi Yamaoka: wrote canlock.el
1729and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el 1732and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el
1730 mm-util.el mm-view.el rfc2047.el mml.el gnus-group.el gnus-msg.el 1733 mm-util.el mm-view.el rfc2047.el mml.el gnus-group.el gnus-msg.el
1731 gnus-util.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el 1734 gnus-util.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el
1732 mm-uu.el nnmail.el emacs-mime.texi nnheader.el and 107 other files 1735 mm-uu.el nnmail.el emacs-mime.texi nnheader.el and 108 other files
1733 1736
1734Kaveh R. Ghazi: changed delta88k.h xterm.c 1737Kaveh R. Ghazi: changed delta88k.h xterm.c
1735 1738
@@ -2948,6 +2951,8 @@ Stefan Wiens: changed gnus-sum.el
2948 2951
2949Steinar Bang: changed imap.el 2952Steinar Bang: changed imap.el
2950 2953
2954Štěpán Němec: changed subr.el vc-git.el
2955
2951Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi 2956Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi
2952 ediff-mult.el 2957 ediff-mult.el
2953 2958
@@ -3083,7 +3088,7 @@ Terrence Brannon: wrote landmark.el
3083 3088
3084Terry Jones: wrote shadow.el 3089Terry Jones: wrote shadow.el
3085 3090
3086Tetsurou Okazaki: changed byte-opt.el log-edit.el xterm.c 3091Tetsurou Okazaki: changed Makefile.in byte-opt.el log-edit.el xterm.c
3087 3092
3088Thamer Mahmoud: changed arabic.el 3093Thamer Mahmoud: changed arabic.el
3089 3094
@@ -3311,7 +3316,7 @@ William Xu: changed outline.el webjump.el
3311 3316
3312Wilson H. Tien: changed unexelf.c 3317Wilson H. Tien: changed unexelf.c
3313 3318
3314Wilson Snyder: changed verilog-mode.el 3319Wilson Snyder: changed verilog-mode.el files.el
3315 3320
3316Wim Nieuwenhuizen: changed TUTORIAL.nl 3321Wim Nieuwenhuizen: changed TUTORIAL.nl
3317 3322
@@ -3343,7 +3348,7 @@ Yagi Tatsuya: changed gnus-art.el gnus-start.el
3343Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h 3348Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h
3344 macmenu.c macgui.h image.c macselect.c xdisp.c keyboard.c xterm.c 3349 macmenu.c macgui.h image.c macselect.c xdisp.c keyboard.c xterm.c
3345 Makefile.in emacs.c darwin.h macos.texi unexmacosx.c w32term.c alloc.c 3350 Makefile.in emacs.c darwin.h macos.texi unexmacosx.c w32term.c alloc.c
3346 configure.in dispnew.c and 82 other files 3351 configure.in dispnew.c and 83 other files
3347 3352
3348Yann Dirson: changed imenu.el 3353Yann Dirson: changed imenu.el
3349 3354
diff --git a/etc/NEWS b/etc/NEWS
index 4fba24d9516..0d6bfbf52aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -268,6 +268,7 @@ unaware that their mail configuration has changed.
268 268
269To disable this check, set compose-mail-user-agent-warnings to nil. 269To disable this check, set compose-mail-user-agent-warnings to nil.
270 270
271---
271** The default value of mail-interactive is t, since Emacs 23.1. 272** The default value of mail-interactive is t, since Emacs 23.1.
272(This was not announced at the time.) It means that when sending mail, 273(This was not announced at the time.) It means that when sending mail,
273Emacs will wait for the process sending mail to return. If you 274Emacs will wait for the process sending mail to return. If you
@@ -464,7 +465,7 @@ mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'.
464 465
465 466
466* Lisp changes in Emacs 23.2 467* Lisp changes in Emacs 23.2
467 468---
468** All the default-FOO variables that hold the default value of the FOO 469** All the default-FOO variables that hold the default value of the FOO
469variable, are now declared obsolete. 470variable, are now declared obsolete.
470 471
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index b59273ef33d..131cca7fdd7 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
25VERSION = 23.1.94 25VERSION = 23.1.95
26 26
27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 27LOCAL_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/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el
index 754ba231c37..4c2626ca8bd 100644
--- a/lisp/cedet/semantic/db-find.el
+++ b/lisp/cedet/semantic/db-find.el
@@ -774,7 +774,7 @@ Examines the variable `semanticdb-find-lost-includes'."
774 (buffer-name)) 774 (buffer-name))
775 775
776 (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*") 776 (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*")
777 (data-debug-insert-tag-list lost "*") 777 ;; (data-debug-insert-tag-list lost "*")
778 ))) 778 )))
779 779
780(defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext) 780(defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext)
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index c60b644753c..d4ccb4ceea7 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1149,8 +1149,8 @@ Entering array mode calls the function `array-mode-hook'.
1149 1149
1150;;;*** 1150;;;***
1151 1151
1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19352 1152;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19378
1153;;;;;; 21362)) 1153;;;;;; 33860))
1154;;; Generated autoloads from textmodes/artist.el 1154;;; Generated autoloads from textmodes/artist.el
1155 1155
1156(autoload 'artist-mode "artist" "\ 1156(autoload 'artist-mode "artist" "\
@@ -1319,7 +1319,7 @@ Selecting operation
1319 1319
1320Variables 1320Variables
1321 1321
1322 This is a brief overview of the different varaibles. For more info, 1322 This is a brief overview of the different variables. For more info,
1323 see the documentation for the variables (type \\[describe-variable] <variable> RET). 1323 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1324 1324
1325 artist-rubber-banding Interactively do rubber-banding or not 1325 artist-rubber-banding Interactively do rubber-banding or not
@@ -2963,7 +2963,7 @@ Obsoletes `c-forward-into-nomenclature'.
2963;;;*** 2963;;;***
2964 2964
2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" 2965;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
2966;;;;;; (19352 21360)) 2966;;;;;; (19367 42950))
2967;;; Generated autoloads from progmodes/cc-engine.el 2967;;; Generated autoloads from progmodes/cc-engine.el
2968 2968
2969(autoload 'c-guess-basic-syntax "cc-engine" "\ 2969(autoload 'c-guess-basic-syntax "cc-engine" "\
@@ -4851,7 +4851,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4851;;;;;; customize-mode customize customize-save-variable customize-set-variable 4851;;;;;; customize-mode customize customize-save-variable customize-set-variable
4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically 4852;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" 4853;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4854;;;;;; (19352 21362)) 4854;;;;;; (19359 48895))
4855;;; Generated autoloads from cus-edit.el 4855;;; Generated autoloads from cus-edit.el
4856 4856
4857(defvar custom-browse-sort-alphabetically nil "\ 4857(defvar custom-browse-sort-alphabetically nil "\
@@ -5719,7 +5719,7 @@ as well as widgets, buttons, overlays, and text properties.
5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5719;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save 5720;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" 5721;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5722;;;;;; "desktop.el" (19352 21353)) 5722;;;;;; "desktop.el" (19370 51420))
5723;;; Generated autoloads from desktop.el 5723;;; Generated autoloads from desktop.el
5724 5724
5725(defvar desktop-save-mode nil "\ 5725(defvar desktop-save-mode nil "\
@@ -10459,7 +10459,7 @@ Turn flymake mode off.
10459 10459
10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 10460;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) 10461;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10462;;;;;; "flyspell" "textmodes/flyspell.el" (19352 21362)) 10462;;;;;; "flyspell" "textmodes/flyspell.el" (19369 7847))
10463;;; Generated autoloads from textmodes/flyspell.el 10463;;; Generated autoloads from textmodes/flyspell.el
10464 10464
10465(autoload 'flyspell-prog-mode "flyspell" "\ 10465(autoload 'flyspell-prog-mode "flyspell" "\
@@ -10782,7 +10782,7 @@ and choose the directory as the fortune-file.
10782;;;*** 10782;;;***
10783 10783
10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 10784;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
10785;;;;;; (19352 21362)) 10785;;;;;; (19372 60979))
10786;;; Generated autoloads from progmodes/gdb-ui.el 10786;;; Generated autoloads from progmodes/gdb-ui.el
10787 10787
10788(autoload 'gdb "gdb-ui" "\ 10788(autoload 'gdb "gdb-ui" "\
@@ -13641,8 +13641,8 @@ The main features of this mode are
13641;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13641;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13642;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13642;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13643;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13643;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19352 13644;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19355
13645;;;;;; 21354)) 13645;;;;;; 62587))
13646;;; Generated autoloads from ido.el 13646;;; Generated autoloads from ido.el
13647 13647
13648(defvar ido-mode nil "\ 13648(defvar ido-mode nil "\
@@ -14118,7 +14118,7 @@ Example:
14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag 14118;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14119;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs 14119;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14120;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) 14120;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
14121;;;;;; "image-dired" "image-dired.el" (19352 21354)) 14121;;;;;; "image-dired" "image-dired.el" (19367 42949))
14122;;; Generated autoloads from image-dired.el 14122;;; Generated autoloads from image-dired.el
14123 14123
14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ 14124(autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
@@ -14160,7 +14160,7 @@ you have the dired buffer in the left window and the
14160With optional argument APPEND, append thumbnail to thumbnail buffer 14160With optional argument APPEND, append thumbnail to thumbnail buffer
14161instead of erasing it first. 14161instead of erasing it first.
14162 14162
14163Option argument DO-NOT-POP controls if `pop-to-buffer' should be 14163Optional argument DO-NOT-POP controls if `pop-to-buffer' should be
14164used or not. If non-nil, use `display-buffer' instead of 14164used or not. If non-nil, use `display-buffer' instead of
14165`pop-to-buffer'. This is used from functions like 14165`pop-to-buffer'. This is used from functions like
14166`image-dired-next-line-and-display' and 14166`image-dired-next-line-and-display' and
@@ -15367,7 +15367,7 @@ by `jka-compr-installed'.
15367 15367
15368;;;*** 15368;;;***
15369 15369
15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19352 21355)) 15370;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19375 48608))
15371;;; Generated autoloads from progmodes/js.el 15371;;; Generated autoloads from progmodes/js.el
15372 15372
15373(autoload 'js-mode "js" "\ 15373(autoload 'js-mode "js" "\
@@ -16475,7 +16475,7 @@ The mail client is taken to be the handler of mailto URLs.
16475 16475
16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode 16476;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) 16477;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16478;;;;;; "make-mode" "progmodes/make-mode.el" (19352 21355)) 16478;;;;;; "make-mode" "progmodes/make-mode.el" (19370 15152))
16479;;; Generated autoloads from progmodes/make-mode.el 16479;;; Generated autoloads from progmodes/make-mode.el
16480 16480
16481(autoload 'makefile-mode "make-mode" "\ 16481(autoload 'makefile-mode "make-mode" "\
@@ -16707,7 +16707,7 @@ Returns non-nil if the new state is enabled.
16707;;;;;; message-forward-make-body message-forward message-recover 16707;;;;;; message-forward-make-body message-forward message-recover
16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply 16708;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
16709;;;;;; message-reply message-news message-mail message-mode) "message" 16709;;;;;; message-reply message-news message-mail message-mode) "message"
16710;;;;;; "gnus/message.el" (19352 21361)) 16710;;;;;; "gnus/message.el" (19374 17766))
16711;;; Generated autoloads from gnus/message.el 16711;;; Generated autoloads from gnus/message.el
16712 16712
16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) 16713(define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
@@ -17353,7 +17353,7 @@ Insert file contents of URL using `mm-url-program'.
17353;;;*** 17353;;;***
17354 17354
17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" 17355;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17356;;;;;; "gnus/mm-uu.el" (19352 21355)) 17356;;;;;; "gnus/mm-uu.el" (19382 2266))
17357;;; Generated autoloads from gnus/mm-uu.el 17357;;; Generated autoloads from gnus/mm-uu.el
17358 17358
17359(autoload 'mm-uu-dissect "mm-uu" "\ 17359(autoload 'mm-uu-dissect "mm-uu" "\
@@ -22562,8 +22562,8 @@ of master file.
22562 22562
22563;;;*** 22563;;;***
22564 22564
22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19352 22565;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19367
22566;;;;;; 21358)) 22566;;;;;; 42950))
22567;;; Generated autoloads from textmodes/reftex-vars.el 22567;;; Generated autoloads from textmodes/reftex-vars.el
22568(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22568(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22569(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) 22569(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
@@ -22815,8 +22815,8 @@ variable.
22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers 22815;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers 22816;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp 22817;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp
22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19352 22818;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19363
22819;;;;;; 21360)) 22819;;;;;; 36802))
22820;;; Generated autoloads from mail/rmail.el 22820;;; Generated autoloads from mail/rmail.el
22821 22821
22822(autoload 'rmail-movemail-variant-p "rmail" "\ 22822(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -23783,7 +23783,7 @@ Semantic mode.
23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 23783;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
23784;;;;;; mail-header-separator send-mail-function mail-interactive 23784;;;;;; mail-header-separator send-mail-function mail-interactive
23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) 23785;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23786;;;;;; "sendmail" "mail/sendmail.el" (19352 21361)) 23786;;;;;; "sendmail" "mail/sendmail.el" (19374 15070))
23787;;; Generated autoloads from mail/sendmail.el 23787;;; Generated autoloads from mail/sendmail.el
23788 23788
23789(defvar mail-from-style 'default "\ 23789(defvar mail-from-style 'default "\
@@ -23937,9 +23937,11 @@ File containing the text inserted at end of mail buffer.")
23937(custom-autoload 'mail-signature-file "sendmail" t) 23937(custom-autoload 'mail-signature-file "sendmail" t)
23938 23938
23939(defvar mail-default-directory (purecopy "~/") "\ 23939(defvar mail-default-directory (purecopy "~/") "\
23940Directory for mail buffers. 23940Value of `default-directory' for Mail mode buffers.
23941Value of `default-directory' for mail buffers. 23941This directory is used for auto-save files of Mail mode buffers.
23942This directory is used for auto-save files of mail buffers.") 23942
23943Note that Message mode does not use this variable; it auto-saves
23944in `message-auto-save-directory'.")
23943 23945
23944(custom-autoload 'mail-default-directory "sendmail" t) 23946(custom-autoload 'mail-default-directory "sendmail" t)
23945 23947
@@ -24660,7 +24662,7 @@ If no conflict maker is found, turn off `smerge-mode'.
24660;;;*** 24662;;;***
24661 24663
24662;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24664;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24663;;;;;; (19352 21358)) 24665;;;;;; (19367 42950))
24664;;; Generated autoloads from gnus/smiley.el 24666;;; Generated autoloads from gnus/smiley.el
24665 24667
24666(autoload 'smiley-region "smiley" "\ 24668(autoload 'smiley-region "smiley" "\
@@ -24670,8 +24672,8 @@ A list of images is returned.
24670\(fn START END)" t nil) 24672\(fn START END)" t nil)
24671 24673
24672(autoload 'smiley-buffer "smiley" "\ 24674(autoload 'smiley-buffer "smiley" "\
24673Run `smiley-region' at the buffer, specified in the argument or 24675Run `smiley-region' at the BUFFER, specified in the argument or
24674interactively. If there's no argument, do it at the current buffer 24676interactively. If there's no argument, do it at the current buffer.
24675 24677
24676\(fn &optional BUFFER)" t nil) 24678\(fn &optional BUFFER)" t nil)
24677 24679
@@ -26678,7 +26680,7 @@ tetris-mode keybindings:
26678;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 26680;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26679;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 26681;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26680;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 26682;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26681;;;;;; (19352 21363)) 26683;;;;;; (19371 46148))
26682;;; Generated autoloads from textmodes/tex-mode.el 26684;;; Generated autoloads from textmodes/tex-mode.el
26683 26685
26684(defvar tex-shell-file-name nil "\ 26686(defvar tex-shell-file-name nil "\
@@ -27673,7 +27675,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27673;;;*** 27675;;;***
27674 27676
27675;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27677;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27676;;;;;; "tmm.el" (19352 21359)) 27678;;;;;; "tmm.el" (19376 53416))
27677;;; Generated autoloads from tmm.el 27679;;; Generated autoloads from tmm.el
27678 (define-key global-map "\M-`" 'tmm-menubar) 27680 (define-key global-map "\M-`" 'tmm-menubar)
27679 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27681 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
@@ -27923,7 +27925,7 @@ to a tcp server on another machine.
27923;;;*** 27925;;;***
27924 27926
27925;;;### (autoloads (trace-function-background trace-function trace-buffer) 27927;;;### (autoloads (trace-function-background trace-function trace-buffer)
27926;;;;;; "trace" "emacs-lisp/trace.el" (19352 21359)) 27928;;;;;; "trace" "emacs-lisp/trace.el" (19367 42950))
27927;;; Generated autoloads from emacs-lisp/trace.el 27929;;; Generated autoloads from emacs-lisp/trace.el
27928 27930
27929(defvar trace-buffer (purecopy "*trace-output*") "\ 27931(defvar trace-buffer (purecopy "*trace-output*") "\
@@ -27936,7 +27938,7 @@ Traces FUNCTION with trace output going to BUFFER.
27936For every call of FUNCTION Lisp-style trace messages that display argument 27938For every call of FUNCTION Lisp-style trace messages that display argument
27937and return values will be inserted into BUFFER. This function generates the 27939and return values will be inserted into BUFFER. This function generates the
27938trace advice for FUNCTION and activates it together with any other advice 27940trace advice for FUNCTION and activates it together with any other advice
27939there might be!! The trace BUFFER will popup whenever FUNCTION is called. 27941there might be!! The trace BUFFER will popup whenever FUNCTION is called.
27940Do not use this to trace functions that switch buffers or do any other 27942Do not use this to trace functions that switch buffers or do any other
27941display oriented stuff, use `trace-function-background' instead. 27943display oriented stuff, use `trace-function-background' instead.
27942 27944
@@ -27960,7 +27962,7 @@ BUFFER defaults to `trace-buffer'.
27960;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 27962;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
27961;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 27963;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
27962;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" 27964;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
27963;;;;;; "net/tramp.el" (19352 21361)) 27965;;;;;; "net/tramp.el" (19356 59749))
27964;;; Generated autoloads from net/tramp.el 27966;;; Generated autoloads from net/tramp.el
27965 27967
27966(defvar tramp-mode t "\ 27968(defvar tramp-mode t "\
@@ -29183,7 +29185,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29183;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window 29185;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window
29184;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action 29186;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action
29185;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 29187;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
29186;;;;;; "vc" "vc.el" (19352 21359)) 29188;;;;;; "vc" "vc.el" (19371 62620))
29187;;; Generated autoloads from vc.el 29189;;; Generated autoloads from vc.el
29188 29190
29189(defvar vc-checkout-hook nil "\ 29191(defvar vc-checkout-hook nil "\
@@ -29270,9 +29272,10 @@ saving the buffer.
29270\(fn HISTORIC &optional NOT-URGENT)" t nil) 29272\(fn HISTORIC &optional NOT-URGENT)" t nil)
29271 29273
29272(autoload 'vc-root-diff "vc" "\ 29274(autoload 'vc-root-diff "vc" "\
29273Display diffs between file revisions. 29275Display diffs between VC-controlled whole tree revisions.
29274Normally this compares the currently selected fileset with their 29276Normally, this compares the tree corresponding to the current
29275working revisions. With a prefix argument HISTORIC, it reads two revision 29277fileset with the working revision.
29278With a prefix argument HISTORIC, prompt for two revision
29276designators specifying which revisions to compare. 29279designators specifying which revisions to compare.
29277 29280
29278The optional argument NOT-URGENT non-nil means it is ok to say no to 29281The optional argument NOT-URGENT non-nil means it is ok to say no to
@@ -29327,12 +29330,20 @@ allowed and simply skipped).
29327 29330
29328(autoload 'vc-print-log "vc" "\ 29331(autoload 'vc-print-log "vc" "\
29329List the change log of the current fileset in a window. 29332List the change log of the current fileset in a window.
29330If WORKING-REVISION is non-nil, leave the point at that revision. 29333If WORKING-REVISION is non-nil, leave point at that revision.
29334If LIMIT is non-nil, it should be a number specifying the maximum
29335number of revisions to show; the default is `vc-log-show-limit'.
29336
29337When called interactively with a prefix argument, prompt for
29338WORKING-REVISION and LIMIT.
29331 29339
29332\(fn &optional WORKING-REVISION LIMIT)" t nil) 29340\(fn &optional WORKING-REVISION LIMIT)" t nil)
29333 29341
29334(autoload 'vc-print-root-log "vc" "\ 29342(autoload 'vc-print-root-log "vc" "\
29335List the change log of for the current VC controlled tree in a window. 29343List the change log for the current VC controlled tree in a window.
29344If LIMIT is non-nil, it should be a number specifying the maximum
29345number of revisions to show; the default is `vc-log-show-limit'.
29346When called interactively with a prefix argument, prompt for LIMIT.
29336 29347
29337\(fn &optional LIMIT)" t nil) 29348\(fn &optional LIMIT)" t nil)
29338 29349
@@ -31435,7 +31446,7 @@ With arg, turn Winner mode on if and only if arg is positive.
31435;;;*** 31446;;;***
31436 31447
31437;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) 31448;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31438;;;;;; "woman" "woman.el" (19352 21359)) 31449;;;;;; "woman" "woman.el" (19359 48737))
31439;;; Generated autoloads from woman.el 31450;;; Generated autoloads from woman.el
31440 31451
31441(defvar woman-locale nil "\ 31452(defvar woman-locale nil "\
@@ -31788,8 +31799,8 @@ Zone out, completely.
31788;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el" 31799;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
31789;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" 31800;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
31790;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" 31801;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
31791;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el" 31802;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
31792;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" 31803;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
31793;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" 31804;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
31794;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" 31805;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
31795;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" 31806;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
@@ -31928,8 +31939,8 @@ Zone out, completely.
31928;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 31939;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31929;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" 31940;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31930;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" 31941;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el"
31931;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19352 31942;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19382
31932;;;;;; 23109 108328)) 31943;;;;;; 35538 347447))
31933 31944
31934;;;*** 31945;;;***
31935 31946
diff --git a/lisp/version.el b/lisp/version.el
index fbdabd571af..c5c9bfa5fb6 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." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.1.94" "\ 35(defconst emacs-version "23.1.95" "\
36Version numbers of this version of Emacs.") 36Version 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/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 35df94e336a..18033a3679c 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.94 Copyright (C) 2010 Free Software Foundation, Inc.</string> 556 <string>Emacs 23.1.95 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.94</string> 569 <string>23.1.95</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 9f868885612..ef467d6c9b3 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
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "Version 23.1.94"; 4CFBundleShortVersionString = "Version 23.1.95";
5CFBundleGetInfoString = "Emacs version 23.1.94, NS Windowing"; 5CFBundleGetInfoString = "Emacs version 23.1.95, NS Windowing";
6NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; 6NSHumanReadableCopyright = "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 3e7b2171649..4c6073e402e 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]
2Encoding=UTF-8 2Encoding=UTF-8
3Type=Application 3Type=Application
4Version=23.1.94 4Version=23.1.95
5Categories=GNUstep 5Categories=GNUstep
6Name=Emacs 6Name=Emacs
7Comment=GNU Emacs for NeXT/Open/GNUstep and OS X 7Comment=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 e9477bb1b94..80a3fc1b137 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.94"; 5 ApplicationRelease = "23.1.95";
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.94, NS Windowing"; 16 FullVersionID = "Emacs 23.1.95, 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/emacs.rc b/nt/emacs.rc
index 1b7efabbceb..bdeae568f41 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
7#endif 7#endif
8 8
9VS_VERSION_INFO VERSIONINFO 9VS_VERSION_INFO VERSIONINFO
10 FILEVERSION 23,1,94,0 10 FILEVERSION 23,1,95,0
11 PRODUCTVERSION 23,1,94,0 11 PRODUCTVERSION 23,1,95,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, 94, 0\0" 28 VALUE "FileVersion", "23, 1, 95, 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, 94, 0\0" 33 VALUE "ProductVersion", "23, 1, 95, 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 eaaf6f8049d..20b764cc352 100644
--- a/nt/emacsclient.rc
+++ b/nt/emacsclient.rc
@@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico
5#endif 5#endif
6 6
7VS_VERSION_INFO VERSIONINFO 7VS_VERSION_INFO VERSIONINFO
8 FILEVERSION 23,1,94,0 8 FILEVERSION 23,1,95,0
9 PRODUCTVERSION 23,1,94,0 9 PRODUCTVERSION 23,1,95,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, 94, 0\0" 26 VALUE "FileVersion", "23, 1, 95, 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, 94, 0\0" 31 VALUE "ProductVersion", "23, 1, 95, 0\0"
32 VALUE "OLESelfRegister", "\0" 32 VALUE "OLESelfRegister", "\0"
33 END 33 END
34 END 34 END