# HG changeset patch # User Chong Yidong # Date 1270255330 14400 # Node ID 14f1ff916f19fdbaa1ca42dc9dde418bba829d3e # Parent 2d36607da023a90dba9274de6742c59f6e82422d Bump version to 23.1.95. diff -r 2d36607da023 -r 14f1ff916f19 README --- a/README Fri Apr 02 11:24:16 2010 -0400 +++ b/README Fri Apr 02 20:42:10 2010 -0400 @@ -3,7 +3,7 @@ See the end of the file for license conditions. -This directory tree holds version 23.1.94 of GNU Emacs, the extensible, +This directory tree holds version 23.1.95 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. The file INSTALL in this directory says how to build and install GNU diff -r 2d36607da023 -r 14f1ff916f19 configure --- a/configure Fri Apr 02 11:24:16 2010 -0400 +++ b/configure Fri Apr 02 20:42:10 2010 -0400 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for emacs 23.1.94. +# Generated by GNU Autoconf 2.62 for emacs 23.1.95. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -594,8 +594,8 @@ # Identity of this package. PACKAGE_NAME='emacs' PACKAGE_TARNAME='emacs' -PACKAGE_VERSION='23.1.94' -PACKAGE_STRING='emacs 23.1.94' +PACKAGE_VERSION='23.1.95' +PACKAGE_STRING='emacs 23.1.95' PACKAGE_BUGREPORT='' ac_unique_file="src/lisp.h" @@ -1371,7 +1371,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures emacs 23.1.94 to adapt to many kinds of systems. +\`configure' configures emacs 23.1.95 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1445,7 +1445,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of emacs 23.1.94:";; + short | recursive ) echo "Configuration of emacs 23.1.95:";; esac cat <<\_ACEOF @@ -1588,7 +1588,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -emacs configure 23.1.94 +emacs configure 23.1.95 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1602,7 +1602,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by emacs $as_me 23.1.94, which was +It was created by emacs $as_me 23.1.95, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -26259,7 +26259,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by emacs $as_me 23.1.94, which was +This file was extended by emacs $as_me 23.1.95, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26312,7 +26312,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -emacs config.status 23.1.94 +emacs config.status 23.1.95 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -r 2d36607da023 -r 14f1ff916f19 configure.in --- a/configure.in Fri Apr 02 11:24:16 2010 -0400 +++ b/configure.in Fri Apr 02 20:42:10 2010 -0400 @@ -22,7 +22,7 @@ dnl along with GNU Emacs. If not, see . AC_PREREQ(2.62) -AC_INIT(emacs, 23.1.94) +AC_INIT(emacs, 23.1.95) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) diff -r 2d36607da023 -r 14f1ff916f19 doc/emacs/emacs.texi --- a/doc/emacs/emacs.texi Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/emacs/emacs.texi Fri Apr 02 20:42:10 2010 -0400 @@ -5,7 +5,7 @@ @c The edition number appears in several places in this file @set EDITION Sixteenth -@set EMACSVER 23.1.94 +@set EMACSVER 23.1.95 @copying This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* diff -r 2d36607da023 -r 14f1ff916f19 doc/lispref/book-spine.texinfo --- a/doc/lispref/book-spine.texinfo Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/lispref/book-spine.texinfo Fri Apr 02 20:42:10 2010 -0400 @@ -11,7 +11,7 @@ @center @titlefont{GNU Emacs Lisp Reference Manual} @sp 5 @center GNU -@center Emacs Version 23.1.94 +@center Emacs Version 23.1.95 @center for Unix Users @sp 5 diff -r 2d36607da023 -r 14f1ff916f19 doc/lispref/elisp.texi --- a/doc/lispref/elisp.texi Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/lispref/elisp.texi Fri Apr 02 20:42:10 2010 -0400 @@ -8,7 +8,7 @@ @c Please remember to update the edition number in README as well. @c And also the copies in vol1.texi and vol2.texi. @set VERSION 3.0 -@set EMACSVER 23.1.94 +@set EMACSVER 23.1.95 @set DATE July 2009 @c in general, keep the following line commented out, unless doing a diff -r 2d36607da023 -r 14f1ff916f19 doc/lispref/vol1.texi --- a/doc/lispref/vol1.texi Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/lispref/vol1.texi Fri Apr 02 20:42:10 2010 -0400 @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.1.94 +@set EMACSVER 23.1.95 @set DATE July 2009 @dircategory Emacs diff -r 2d36607da023 -r 14f1ff916f19 doc/lispref/vol2.texi --- a/doc/lispref/vol2.texi Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/lispref/vol2.texi Fri Apr 02 20:42:10 2010 -0400 @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.1.94 +@set EMACSVER 23.1.95 @set DATE July 2009 @dircategory Emacs diff -r 2d36607da023 -r 14f1ff916f19 doc/man/emacs.1 --- a/doc/man/emacs.1 Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/man/emacs.1 Fri Apr 02 20:42:10 2010 -0400 @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.94" +.TH EMACS 1 "2007 April 13" "GNU Emacs 23.1.95" . . .SH NAME diff -r 2d36607da023 -r 14f1ff916f19 doc/misc/faq.texi --- a/doc/misc/faq.texi Fri Apr 02 11:24:16 2010 -0400 +++ b/doc/misc/faq.texi Fri Apr 02 20:42:10 2010 -0400 @@ -5,7 +5,7 @@ @c %**end of header @c This is used in many places -@set VER 23.1.94 +@set VER 23.1.95 @c This file is maintained by Romain Francoise . @c Feel free to install changes without prior permission (but I'd diff -r 2d36607da023 -r 14f1ff916f19 etc/AUTHORS --- a/etc/AUTHORS Fri Apr 02 11:24:16 2010 -0400 +++ b/etc/AUTHORS Fri Apr 02 20:42:10 2010 -0400 @@ -33,8 +33,8 @@ Adrian Robert: co-wrote ns-win.el and changed nsterm.m nsfns.m nsfont.m nsterm.h Makefile.in nsmenu.m - configure.in README config.in emacs.c font.c keyboard.c nsgui.h image.c - lisp.h macos.texi menu.c nsimage.m xdisp.c Info-gnustep.plist darwin.h + configure.in README config.in emacs.c font.c keyboard.c nsgui.h xdisp.c + image.c lisp.h macos.texi menu.c nsimage.m Info-gnustep.plist darwin.h and 83 other files Ævar Arnfjörð Bjarmason: changed rcirc.el @@ -164,12 +164,12 @@ Andreas Luik: changed xfns.c xterm.c -Andreas Politz: changed elp.el ido.el term.el +Andreas Politz: changed editfns.c elp.el ido.el term.el Andreas Schwab: changed Makefile.in configure.in lisp.h xdisp.c files.el coding.c alloc.c process.c print.c editfns.c fileio.c fns.c dired.el xterm.c keyboard.c simple.el eval.c info.el buffer.c sysdep.c emacs.c - and 480 other files + and 483 other files Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus.el nnslashdot.el gnus-util.el mm-url.el mm-uu.el url-http.el xterm.c @@ -230,7 +230,7 @@ ldap.el message.el mm-decode.el mml-sec.el mml.el mule-conf.el nnimap.el nnrss.el wid-edit.el -Arni Magnusson: changed ada-mode.texi +Arni Magnusson: changed ada-mode.texi frames.texi Artem Chuprina: changed message.el @@ -282,7 +282,7 @@ and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el nnmbox.el simple.el vc-cvs.el -Bernhard Herzog: changed vc-hg.el +Bernhard Herzog: changed vc-hg.el menu.c Bernt Hansen: changed org-clock.el @@ -433,10 +433,10 @@ Chong Yidong: wrote redisplay-testsuite.el and co-wrote longlines.el -and changed xdisp.c simple.el files.el display.texi files.texi - frames.texi keyboard.c cus-edit.el faces.el xterm.c Makefile.in - emacs.texi xfaces.c font.c startup.el xfns.c image.c misc.texi - compile.el configure.in custom.texi and 608 other files +and changed xdisp.c simple.el files.el display.texi frames.texi + files.texi emacs.texi keyboard.c cus-edit.el faces.el xterm.c + Makefile.in xfaces.c font.c startup.el xfns.c misc.texi image.c + compile.el custom.texi text.texi and 633 other files Chris Chase: co-wrote idlw-shell.el idlwave.el @@ -557,6 +557,8 @@ emacs.c files.el term.c process.c vc-rcs.el bindings.el diff-mode.el lisp-mode.el and 840 other files +Dan Rosenberg: changed movemail.c + Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el Daniel Colascione: co-wrote js.el @@ -905,25 +907,26 @@ Eric M. Ludlam: wrote analyze.el args.el autoconf-edit.el bovine.el c.el cedet-cscope.el cedet-files.el cedet-global.el cedet-idutils.el - cedet-utests.el chart.el checkdoc.el compile.el cpp-root.el + cedet-utests.el chart.el checkdoc.el compile.el complete.el cpp-root.el cscope.el ctxt.el data-debug.el db-debug.el db-el.el db-file.el db-find.el db-global.el db-mode.el db-ref.el db-typecache.el db.el debug.el decorate.el dep.el dframe.el dictionary.el dired.el doc.el - document.el ede-grammar.el ede.el edit.el eieio-base.el eieio-comp.el - eieio-custom.el eieio-datadebug.el eieio-opt.el eieio-speedbar.el - eieio.el el.el expandproto.el extract.el ezimage.el fcn.el - fields.el filter.el filters.el find.el format.el fw.el gcc.el - getset.el global.el grep.el html.el ia-sb.el ia.el idle.el idutils.el - include.el insert.el inversion.el java.el javascript.el lex-spp.el - lex.el linux.el list.el locate.el make.el makefile-edit.el map.el - mode.el mru-bookmark.el pconf.el pmake.el proj-archive.el proj-aux.el - proj-comp.el proj-elisp.el proj-info.el proj-misc.el proj-obj.el - proj-prog.el proj-scheme.el proj-shared.el proj.el project-am.el - pulse.el refs.el sb-image.el sb.el scm.el scope.el semantic-ia-utest.el - semantic-tests.el semantic-utest-c.el semantic-utest.el semantic.el - shell.el simple.el sort.el source.el speedbar.el srecode.el srt.el + document.el ede-grammar.el ede-tests.el ede.el edit.el eieio-base.el + eieio-comp.el eieio-custom.el eieio-datadebug.el eieio-opt.el + eieio-speedbar.el eieio.el el.el emacs.el expandproto.el extract.el + ezimage.el fcn.el fields.el files.el filter.el filters.el find.el + format.el fw.el gcc.el getset.el global.el grep.el html.el ia-sb.el + ia.el idle.el idutils.el imenu.el include.el insert.el inversion.el + java.el javascript.el lex-spp.el lex.el linux.el list.el locate.el + make.el makefile-edit.el map.el mode.el mru-bookmark.el pconf.el + pmake.el proj-archive.el proj-aux.el proj-comp.el proj-elisp.el + proj-info.el proj-misc.el proj-obj.el proj-prog.el proj-scheme.el + proj-shared.el proj.el project-am.el pulse.el refs.el sb-image.el sb.el + scm.el scope.el semantic-ia-utest.el semantic-tests.el + semantic-utest-c.el semantic-utest.el semantic.el shell.el simple.el + sort.el source.el speedbar.el srecode-tests.el srecode.el srt.el symref.el system.el table.el tag-file.el tag-ls.el tag-write.el tag.el - texi.el util.el + test.el texi.el util.el and co-wrote cpp.el db-ebrowse.el util-modes.el and changed *.el info.el rmail.el speedbspec.el gud.el sb-dir-minus.xpm sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm @@ -999,9 +1002,9 @@ Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi mm-decode.el mm-util.el -Francesc Rocher: changed startup.el cus-start.el gnus.el gnus.png - gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c xdisp.c - xterm.c +Francesc Rocher: changed startup.el MORE.STUFF cus-start.el gnus.el + gnus.png gnus.svg macterm.c splash.png splash.svg splash8.xpm w32term.c + xdisp.c xterm.c Francesco Potortì: wrote cmacexp.el and changed etags.c man.el delta.h etags.1 undigest.el Makefile.in @@ -1130,7 +1133,7 @@ cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in cal-islam.el bytecomp.el calendar.texi cal-bahai.el files.el appt.el cal-china.el emacs.texi rmailsum.el simple.el startup.el - and 972 other files + and 975 other files Glynn Clements: wrote gamegrid.el snake.el tetris.el @@ -1342,7 +1345,7 @@ Jan Djärv: wrote dnd.el font-setting.el x-dnd.el and changed gtkutil.c xterm.c xfns.c configure.in xterm.h xmenu.c x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in - emacs.c xselect.c startup.el xresources.texi alloc.c cus-start.el + emacs.c xselect.c xresources.texi startup.el alloc.c cus-start.el xlwmenu.c process.c and 203 other files Jan Moringen: co-wrote cpp.el @@ -1629,10 +1632,10 @@ Juan León Lahoz García: wrote wdired.el and changed files.el perl-mode.el -Juanma Barranquero: changed makefile.w32-in subr.el files.el bs.el - faces.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c +Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el + bs.el help-fns.el w32fns.c org.el server.el simple.el emacsclient.c desktop.el buffer.c mule-cmds.el ido.el window.c xdisp.c allout.el - keyboard.c replace.el eval.c and 924 other files + keyboard.c replace.el eval.c and 930 other files Juergen Hoetzel: changed url-handlers.el @@ -1729,7 +1732,7 @@ and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el mm-util.el mm-view.el rfc2047.el mml.el gnus-group.el gnus-msg.el gnus-util.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el - mm-uu.el nnmail.el emacs-mime.texi nnheader.el and 107 other files + mm-uu.el nnmail.el emacs-mime.texi nnheader.el and 108 other files Kaveh R. Ghazi: changed delta88k.h xterm.c @@ -2948,6 +2951,8 @@ Steinar Bang: changed imap.el +Štěpán Němec: changed subr.el vc-git.el + Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi ediff-mult.el @@ -3083,7 +3088,7 @@ Terry Jones: wrote shadow.el -Tetsurou Okazaki: changed byte-opt.el log-edit.el xterm.c +Tetsurou Okazaki: changed Makefile.in byte-opt.el log-edit.el xterm.c Thamer Mahmoud: changed arabic.el @@ -3311,7 +3316,7 @@ Wilson H. Tien: changed unexelf.c -Wilson Snyder: changed verilog-mode.el +Wilson Snyder: changed verilog-mode.el files.el Wim Nieuwenhuizen: changed TUTORIAL.nl @@ -3343,7 +3348,7 @@ Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h macmenu.c macgui.h image.c macselect.c xdisp.c keyboard.c xterm.c Makefile.in emacs.c darwin.h macos.texi unexmacosx.c w32term.c alloc.c - configure.in dispnew.c and 82 other files + configure.in dispnew.c and 83 other files Yann Dirson: changed imenu.el diff -r 2d36607da023 -r 14f1ff916f19 etc/NEWS --- a/etc/NEWS Fri Apr 02 11:24:16 2010 -0400 +++ b/etc/NEWS Fri Apr 02 20:42:10 2010 -0400 @@ -268,6 +268,7 @@ To disable this check, set compose-mail-user-agent-warnings to nil. +--- ** The default value of mail-interactive is t, since Emacs 23.1. (This was not announced at the time.) It means that when sending mail, Emacs will wait for the process sending mail to return. If you @@ -464,7 +465,7 @@ * Lisp changes in Emacs 23.2 - +--- ** All the default-FOO variables that hold the default value of the FOO variable, are now declared obsolete. diff -r 2d36607da023 -r 14f1ff916f19 lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Fri Apr 02 11:24:16 2010 -0400 +++ b/lib-src/makefile.w32-in Fri Apr 02 20:42:10 2010 -0400 @@ -22,7 +22,7 @@ .PHONY: $(ALL) -VERSION = 23.1.94 +VERSION = 23.1.95 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ diff -r 2d36607da023 -r 14f1ff916f19 lisp/cedet/semantic/db-find.el --- a/lisp/cedet/semantic/db-find.el Fri Apr 02 11:24:16 2010 -0400 +++ b/lisp/cedet/semantic/db-find.el Fri Apr 02 20:42:10 2010 -0400 @@ -774,7 +774,7 @@ (buffer-name)) (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*") - (data-debug-insert-tag-list lost "*") + ;; (data-debug-insert-tag-list lost "*") ))) (defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext) diff -r 2d36607da023 -r 14f1ff916f19 lisp/ldefs-boot.el --- a/lisp/ldefs-boot.el Fri Apr 02 11:24:16 2010 -0400 +++ b/lisp/ldefs-boot.el Fri Apr 02 20:42:10 2010 -0400 @@ -1149,8 +1149,8 @@ ;;;*** -;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19352 -;;;;;; 21362)) +;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19378 +;;;;;; 33860)) ;;; Generated autoloads from textmodes/artist.el (autoload 'artist-mode "artist" "\ @@ -1319,7 +1319,7 @@ Variables - This is a brief overview of the different varaibles. For more info, + This is a brief overview of the different variables. For more info, see the documentation for the variables (type \\[describe-variable] RET). artist-rubber-banding Interactively do rubber-banding or not @@ -2963,7 +2963,7 @@ ;;;*** ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" -;;;;;; (19352 21360)) +;;;;;; (19367 42950)) ;;; Generated autoloads from progmodes/cc-engine.el (autoload 'c-guess-basic-syntax "cc-engine" "\ @@ -4851,7 +4851,7 @@ ;;;;;; customize-mode customize customize-save-variable customize-set-variable ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" -;;;;;; (19352 21362)) +;;;;;; (19359 48895)) ;;; Generated autoloads from cus-edit.el (defvar custom-browse-sort-alphabetically nil "\ @@ -5719,7 +5719,7 @@ ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" -;;;;;; "desktop.el" (19352 21353)) +;;;;;; "desktop.el" (19370 51420)) ;;; Generated autoloads from desktop.el (defvar desktop-save-mode nil "\ @@ -10459,7 +10459,7 @@ ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) -;;;;;; "flyspell" "textmodes/flyspell.el" (19352 21362)) +;;;;;; "flyspell" "textmodes/flyspell.el" (19369 7847)) ;;; Generated autoloads from textmodes/flyspell.el (autoload 'flyspell-prog-mode "flyspell" "\ @@ -10782,7 +10782,7 @@ ;;;*** ;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" -;;;;;; (19352 21362)) +;;;;;; (19372 60979)) ;;; Generated autoloads from progmodes/gdb-ui.el (autoload 'gdb "gdb-ui" "\ @@ -13641,8 +13641,8 @@ ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window -;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19352 -;;;;;; 21354)) +;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19355 +;;;;;; 62587)) ;;; Generated autoloads from ido.el (defvar ido-mode nil "\ @@ -14118,7 +14118,7 @@ ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) -;;;;;; "image-dired" "image-dired.el" (19352 21354)) +;;;;;; "image-dired" "image-dired.el" (19367 42949)) ;;; Generated autoloads from image-dired.el (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ @@ -14160,7 +14160,7 @@ With optional argument APPEND, append thumbnail to thumbnail buffer instead of erasing it first. -Option argument DO-NOT-POP controls if `pop-to-buffer' should be +Optional argument DO-NOT-POP controls if `pop-to-buffer' should be used or not. If non-nil, use `display-buffer' instead of `pop-to-buffer'. This is used from functions like `image-dired-next-line-and-display' and @@ -15367,7 +15367,7 @@ ;;;*** -;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19352 21355)) +;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19375 48608)) ;;; Generated autoloads from progmodes/js.el (autoload 'js-mode "js" "\ @@ -16475,7 +16475,7 @@ ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) -;;;;;; "make-mode" "progmodes/make-mode.el" (19352 21355)) +;;;;;; "make-mode" "progmodes/make-mode.el" (19370 15152)) ;;; Generated autoloads from progmodes/make-mode.el (autoload 'makefile-mode "make-mode" "\ @@ -16707,7 +16707,7 @@ ;;;;;; message-forward-make-body message-forward message-recover ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply ;;;;;; message-reply message-news message-mail message-mode) "message" -;;;;;; "gnus/message.el" (19352 21361)) +;;;;;; "gnus/message.el" (19374 17766)) ;;; Generated autoloads from gnus/message.el (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) @@ -17353,7 +17353,7 @@ ;;;*** ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" -;;;;;; "gnus/mm-uu.el" (19352 21355)) +;;;;;; "gnus/mm-uu.el" (19382 2266)) ;;; Generated autoloads from gnus/mm-uu.el (autoload 'mm-uu-dissect "mm-uu" "\ @@ -22562,8 +22562,8 @@ ;;;*** -;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19352 -;;;;;; 21358)) +;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19367 +;;;;;; 42950)) ;;; Generated autoloads from textmodes/reftex-vars.el (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) @@ -22815,8 +22815,8 @@ ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers ;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp -;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19352 -;;;;;; 21360)) +;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19363 +;;;;;; 36802)) ;;; Generated autoloads from mail/rmail.el (autoload 'rmail-movemail-variant-p "rmail" "\ @@ -23783,7 +23783,7 @@ ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name ;;;;;; mail-header-separator send-mail-function mail-interactive ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) -;;;;;; "sendmail" "mail/sendmail.el" (19352 21361)) +;;;;;; "sendmail" "mail/sendmail.el" (19374 15070)) ;;; Generated autoloads from mail/sendmail.el (defvar mail-from-style 'default "\ @@ -23937,9 +23937,11 @@ (custom-autoload 'mail-signature-file "sendmail" t) (defvar mail-default-directory (purecopy "~/") "\ -Directory for mail buffers. -Value of `default-directory' for mail buffers. -This directory is used for auto-save files of mail buffers.") +Value of `default-directory' for Mail mode buffers. +This directory is used for auto-save files of Mail mode buffers. + +Note that Message mode does not use this variable; it auto-saves +in `message-auto-save-directory'.") (custom-autoload 'mail-default-directory "sendmail" t) @@ -24660,7 +24662,7 @@ ;;;*** ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" -;;;;;; (19352 21358)) +;;;;;; (19367 42950)) ;;; Generated autoloads from gnus/smiley.el (autoload 'smiley-region "smiley" "\ @@ -24670,8 +24672,8 @@ \(fn START END)" t nil) (autoload 'smiley-buffer "smiley" "\ -Run `smiley-region' at the buffer, specified in the argument or -interactively. If there's no argument, do it at the current buffer +Run `smiley-region' at the BUFFER, specified in the argument or +interactively. If there's no argument, do it at the current buffer. \(fn &optional BUFFER)" t nil) @@ -26678,7 +26680,7 @@ ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" -;;;;;; (19352 21363)) +;;;;;; (19371 46148)) ;;; Generated autoloads from textmodes/tex-mode.el (defvar tex-shell-file-name nil "\ @@ -27673,7 +27675,7 @@ ;;;*** ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" -;;;;;; "tmm.el" (19352 21359)) +;;;;;; "tmm.el" (19376 53416)) ;;; Generated autoloads from tmm.el (define-key global-map "\M-`" 'tmm-menubar) (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) @@ -27923,7 +27925,7 @@ ;;;*** ;;;### (autoloads (trace-function-background trace-function trace-buffer) -;;;;;; "trace" "emacs-lisp/trace.el" (19352 21359)) +;;;;;; "trace" "emacs-lisp/trace.el" (19367 42950)) ;;; Generated autoloads from emacs-lisp/trace.el (defvar trace-buffer (purecopy "*trace-output*") "\ @@ -27936,7 +27938,7 @@ For every call of FUNCTION Lisp-style trace messages that display argument and return values will be inserted into BUFFER. This function generates the trace advice for FUNCTION and activates it together with any other advice -there might be!! The trace BUFFER will popup whenever FUNCTION is called. +there might be!! The trace BUFFER will popup whenever FUNCTION is called. Do not use this to trace functions that switch buffers or do any other display oriented stuff, use `trace-function-background' instead. @@ -27960,7 +27962,7 @@ ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" -;;;;;; "net/tramp.el" (19352 21361)) +;;;;;; "net/tramp.el" (19356 59749)) ;;; Generated autoloads from net/tramp.el (defvar tramp-mode t "\ @@ -29183,7 +29185,7 @@ ;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window ;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action ;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) -;;;;;; "vc" "vc.el" (19352 21359)) +;;;;;; "vc" "vc.el" (19371 62620)) ;;; Generated autoloads from vc.el (defvar vc-checkout-hook nil "\ @@ -29270,9 +29272,10 @@ \(fn HISTORIC &optional NOT-URGENT)" t nil) (autoload 'vc-root-diff "vc" "\ -Display diffs between file revisions. -Normally this compares the currently selected fileset with their -working revisions. With a prefix argument HISTORIC, it reads two revision +Display diffs between VC-controlled whole tree revisions. +Normally, this compares the tree corresponding to the current +fileset with the working revision. +With a prefix argument HISTORIC, prompt for two revision designators specifying which revisions to compare. The optional argument NOT-URGENT non-nil means it is ok to say no to @@ -29327,12 +29330,20 @@ (autoload 'vc-print-log "vc" "\ List the change log of the current fileset in a window. -If WORKING-REVISION is non-nil, leave the point at that revision. +If WORKING-REVISION is non-nil, leave point at that revision. +If LIMIT is non-nil, it should be a number specifying the maximum +number of revisions to show; the default is `vc-log-show-limit'. + +When called interactively with a prefix argument, prompt for +WORKING-REVISION and LIMIT. \(fn &optional WORKING-REVISION LIMIT)" t nil) (autoload 'vc-print-root-log "vc" "\ -List the change log of for the current VC controlled tree in a window. +List the change log for the current VC controlled tree in a window. +If LIMIT is non-nil, it should be a number specifying the maximum +number of revisions to show; the default is `vc-log-show-limit'. +When called interactively with a prefix argument, prompt for LIMIT. \(fn &optional LIMIT)" t nil) @@ -31435,7 +31446,7 @@ ;;;*** ;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) -;;;;;; "woman" "woman.el" (19352 21359)) +;;;;;; "woman" "woman.el" (19359 48737)) ;;; Generated autoloads from woman.el (defvar woman-locale nil "\ @@ -31788,8 +31799,8 @@ ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el" ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" -;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el" -;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" +;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" +;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" @@ -31928,8 +31939,8 @@ ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" -;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19352 -;;;;;; 23109 108328)) +;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19382 +;;;;;; 35538 347447)) ;;;*** diff -r 2d36607da023 -r 14f1ff916f19 lisp/version.el --- a/lisp/version.el Fri Apr 02 11:24:16 2010 -0400 +++ b/lisp/version.el Fri Apr 02 20:42:10 2010 -0400 @@ -32,7 +32,7 @@ (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") -(defconst emacs-version "23.1.94" "\ +(defconst emacs-version "23.1.95" "\ Version numbers of this version of Emacs.") (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ diff -r 2d36607da023 -r 14f1ff916f19 nextstep/Cocoa/Emacs.base/Contents/Info.plist --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist Fri Apr 02 11:24:16 2010 -0400 +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist Fri Apr 02 20:42:10 2010 -0400 @@ -553,7 +553,7 @@ CFBundleExecutable Emacs CFBundleGetInfoString - Emacs 23.1.94 Copyright (C) 2010 Free Software Foundation, Inc. + Emacs 23.1.95 Copyright (C) 2010 Free Software Foundation, Inc. CFBundleIconFile Emacs.icns CFBundleIdentifier @@ -566,7 +566,7 @@ APPL CFBundleShortVersionString - 23.1.94 + 23.1.95 CFBundleSignature EMAx diff -r 2d36607da023 -r 14f1ff916f19 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings Fri Apr 02 11:24:16 2010 -0400 +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings Fri Apr 02 20:42:10 2010 -0400 @@ -1,6 +1,6 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Emacs"; -CFBundleShortVersionString = "Version 23.1.94"; -CFBundleGetInfoString = "Emacs version 23.1.94, NS Windowing"; +CFBundleShortVersionString = "Version 23.1.95"; +CFBundleGetInfoString = "Emacs version 23.1.95, NS Windowing"; NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; diff -r 2d36607da023 -r 14f1ff916f19 nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop --- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop Fri Apr 02 11:24:16 2010 -0400 +++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop Fri Apr 02 20:42:10 2010 -0400 @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Type=Application -Version=23.1.94 +Version=23.1.95 Categories=GNUstep Name=Emacs Comment=GNU Emacs for NeXT/Open/GNUstep and OS X diff -r 2d36607da023 -r 14f1ff916f19 nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist --- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist Fri Apr 02 11:24:16 2010 -0400 +++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist Fri Apr 02 20:42:10 2010 -0400 @@ -2,7 +2,7 @@ ApplicationDescription = "GNU Emacs for GNUstep / OS X"; ApplicationIcon = emacs.tiff; ApplicationName = Emacs; - ApplicationRelease = "23.1.94"; + ApplicationRelease = "23.1.95"; Authors = ( "Adrian Robert (GNUstep)", "Christophe de Dinechin (MacOS X)", @@ -13,7 +13,7 @@ ); Copyright = "Copyright (C) 2010 Free Software Foundation, Inc."; CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; - FullVersionID = "Emacs 23.1.94, NS Windowing"; + FullVersionID = "Emacs 23.1.95, NS Windowing"; NSExecutable = Emacs; NSIcon = emacs.tiff; NSPrincipalClass = NSApplication; diff -r 2d36607da023 -r 14f1ff916f19 nt/emacs.rc --- a/nt/emacs.rc Fri Apr 02 11:24:16 2010 -0400 +++ b/nt/emacs.rc Fri Apr 02 20:42:10 2010 -0400 @@ -7,8 +7,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,1,94,0 - PRODUCTVERSION 23,1,94,0 + FILEVERSION 23,1,95,0 + PRODUCTVERSION 23,1,95,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -25,12 +25,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" - VALUE "FileVersion", "23, 1, 94, 0\0" + VALUE "FileVersion", "23, 1, 95, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "23, 1, 94, 0\0" + VALUE "ProductVersion", "23, 1, 95, 0\0" VALUE "OLESelfRegister", "\0" END END diff -r 2d36607da023 -r 14f1ff916f19 nt/emacsclient.rc --- a/nt/emacsclient.rc Fri Apr 02 11:24:16 2010 -0400 +++ b/nt/emacsclient.rc Fri Apr 02 20:42:10 2010 -0400 @@ -5,8 +5,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,1,94,0 - PRODUCTVERSION 23,1,94,0 + FILEVERSION 23,1,95,0 + PRODUCTVERSION 23,1,95,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" - VALUE "FileVersion", "23, 1, 94, 0\0" + VALUE "FileVersion", "23, 1, 95, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "23, 1, 94, 0\0" + VALUE "ProductVersion", "23, 1, 95, 0\0" VALUE "OLESelfRegister", "\0" END END