From: Chong Yidong Date: Tue, 1 Mar 2011 03:29:00 +0000 (-0500) Subject: Release logs for 23.3 release. X-Git-Tag: emacs-23.3~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22770c84d5acd892c6a3302790f92f37f600c93e;p=emacs.git Release logs for 23.3 release. Regenerate configure and other release files. --- diff --git a/ChangeLog b/ChangeLog index a58004ec2be..0c70bf296a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-01-27 Chong Yidong * configure.in: Test existence of xaw3d library, not just the diff --git a/README b/README index db6104b0e06..a1cdd4e2bfc 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, See the end of the file for license conditions. -This directory tree holds version 23.2.94 of GNU Emacs, the extensible, +This directory tree holds version 23.3 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. The file INSTALL in this directory says how to build and install GNU diff --git a/admin/ChangeLog b/admin/ChangeLog index d0e7b78f2e8..741902d3249 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-22 Juanma Barranquero * notes/bugtracker (bugtracker_debbugs_url): Fix typo. diff --git a/configure b/configure index e87e7a184a6..8fbd738517f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for emacs 23.2.94. +# Generated by GNU Autoconf 2.67 for emacs 23.3. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -549,8 +549,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='emacs' PACKAGE_TARNAME='emacs' -PACKAGE_VERSION='23.2.94' -PACKAGE_STRING='emacs 23.2.94' +PACKAGE_VERSION='23.3' +PACKAGE_STRING='emacs 23.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1320,7 +1320,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures emacs 23.2.94 to adapt to many kinds of systems. +\`configure' configures emacs 23.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1394,7 +1394,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of emacs 23.2.94:";; + short | recursive ) echo "Configuration of emacs 23.3:";; esac cat <<\_ACEOF @@ -1540,7 +1540,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -emacs configure 23.2.94 +emacs configure 23.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2091,7 +2091,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by emacs $as_me 23.2.94, which was +It was created by emacs $as_me 23.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -14056,7 +14056,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by emacs $as_me 23.2.94, which was +This file was extended by emacs $as_me 23.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14122,7 +14122,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -emacs config.status 23.2.94 +emacs config.status 23.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.in b/configure.in index a89d6d596de..275e8125ab3 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see . AC_PREREQ(2.62) -AC_INIT(emacs, 23.2.94) +AC_INIT(emacs, 23.3) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index fe3e17a2c91..73e2aca30f0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-25 Eli Zaretskii * search.texi (Regexp Search): Move index entries about regexps to the diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index ec2d00e3c31..34a604f7654 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -5,7 +5,7 @@ @c The edition number appears in several places in this file @set EDITION Sixteenth -@set EMACSVER 23.2.94 +@set EMACSVER 23.3 @copying This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 19bb3195d66..50566340701 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-18 Eli Zaretskii * emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir. diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2bb357cf8a1..e91cf93e3f0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-25 Glenn Morris * variables.texi (Directory Local Variables): Mention the optional diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo index 9a6f549dc49..3a8aa1c0705 100644 --- a/doc/lispref/book-spine.texinfo +++ b/doc/lispref/book-spine.texinfo @@ -11,7 +11,7 @@ @center @titlefont{GNU Emacs Lisp Reference Manual} @sp 5 @center GNU -@center Emacs Version 23.2.94 +@center Emacs Version 23.3 @center for Unix Users @sp 5 diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index cfc02a07068..2093806fa49 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -8,7 +8,7 @@ @c Please remember to update the edition number in README as well. @c And also the copies in vol1.texi and vol2.texi. @set VERSION 3.0 -@set EMACSVER 23.2.94 +@set EMACSVER 23.3 @set DATE July 2009 @c in general, keep the following line commented out, unless doing a diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 9d6bb7da68c..392bfc5b5e9 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.2.94 +@set EMACSVER 23.3 @set DATE July 2009 @dircategory Emacs diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 18027ee362f..63f35b7e531 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.2.94 +@set EMACSVER 23.3 @set DATE July 2009 @dircategory Emacs diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 98b04de4177..0c7079b2913 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-12-29 Jari Aalto (tiny change) * emacsclient.1: Arrange options alphabetically (Bug#7620). diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 8f01e4a2165..0baf3abe5e3 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.94" +.TH EMACS 1 "2007 April 13" "GNU Emacs 23.3" . . .SH NAME diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c8d981125d2..122a9ae2920 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-23 Glenn Morris * dbus.texi (Type Conversion): Grammar fix. diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index adacecbabd1..d3acccf1693 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi @@ -5,7 +5,7 @@ @c %**end of header @c This is used in many places -@set VER 23.2.94 +@set VER 23.3 @c This file is maintained by Romain Francoise . @c Feel free to install changes without prior permission (but I'd diff --git a/etc/AUTHORS b/etc/AUTHORS index ad9142931a6..56efcaa0ea5 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS @@ -442,7 +442,7 @@ and co-wrote longlines.el and changed xdisp.c simple.el files.el display.texi files.texi frames.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el Makefile.in font.c xfaces.c image.c misc.texi xfns.c startup.el - text.texi compile.el configure.in and 664 other files + text.texi compile.el configure.in and 665 other files Chris Chase: co-wrote idlw-shell.el idlwave.el @@ -882,8 +882,8 @@ Eli Tziperman: wrote rmail-spam-filter.el Eli Zaretskii: wrote rxvt.el tty-colors.el and changed msdos.c makefile.w32-in Makefile.in files.el info.el fileio.c rmail.el mainmake.v2 pc-win.el simple.el startup.el config.bat msdos.h - w32.c dired.c frame.c menu-bar.el process.c INSTALL internal.el xdisp.c - and 606 other files + w32.c dired.c frame.c menu-bar.el process.c INSTALL files.texi + internal.el and 642 other files Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el gnus.el @@ -1150,7 +1150,7 @@ Glenn Morris: wrote check-declare.el and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in calendar.texi cal-islam.el bytecomp.el cal-bahai.el appt.el emacs.texi - files.el cal-china.el simple.el rmailsum.el cal-tex.el + files.el simple.el cal-china.el rmailsum.el cal-tex.el and 1012 other files Glynn Clements: wrote gamegrid.el snake.el tetris.el @@ -1662,7 +1662,7 @@ and changed files.el perl-mode.el Juanma Barranquero: changed makefile.w32-in subr.el files.el faces.el w32fns.c bs.el help-fns.el server.el org.el simple.el emacsclient.c buffer.c desktop.el mule-cmds.el ido.el window.c xdisp.c allout.el - keyboard.c replace.el eval.c and 939 other files + keyboard.c replace.el eval.c and 942 other files Juergen Kreileder: changed imap.el nnimap.el @@ -2212,8 +2212,8 @@ Michael Albinus: wrote dbus.el tramp-cmds.el tramp-compat.el tramp-fish.el tramp-ftp.el tramp-gvfs.el tramp-gw.el tramp-smb.el xesam.el zeroconf.el and co-wrote tramp-cache.el tramp.el -and changed tramp.texi dbusbind.c dbus.texi trampver.el ange-ftp.el - trampver.texi files.el files.texi tramp-vc.el Makefile.in tramp-util.el +and changed tramp.texi dbusbind.c dbus.texi trampver.el trampver.texi + ange-ftp.el files.el files.texi tramp-vc.el Makefile.in tramp-util.el tramp-imap.el tramp-uu.el dired-aux.el compile.el configure.in em-unix.el grep.el simple.el vc.el dired.el and 51 other files diff --git a/etc/ChangeLog b/etc/ChangeLog index 82020dc3c9c..24e6e9cfc53 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-01-18 Glenn Morris * PROBLEMS: Add note about svn+ssh. (Bug#7791) diff --git a/leim/ChangeLog b/leim/ChangeLog index 292097559fa..c9d7b437f27 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-23 Juanma Barranquero * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 58c37c493ae..c6d9fa73e53 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-02 Eli Zaretskii * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 139fd64406c..396060a3d75 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 .PHONY: $(ALL) -VERSION = 23.2.94 +VERSION = 23.3 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a11cb793648..20ed72b2ce6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-26 Eli Zaretskii * international/mule-cmds.el (set-default-coding-systems): Use the diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 580667f0ce6..2f34afdb112 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-10-29 Glenn Morris * mode-local.el (mode-local-augment-function-help): diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index fb05e6f9d1f..000d48e5198 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-01-31 Antoine Levitt (tiny change) * erc-track.el (track): Don't reset erc-modified-channels-object diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 0e3564d9664..77e95cbf74a 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -494,7 +494,7 @@ A replacement function for `newline-and-indent', aligning as it goes. ;;;*** ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" -;;;;;; (19752 41642)) +;;;;;; (19813 16320)) ;;; Generated autoloads from allout.el (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) @@ -4504,7 +4504,7 @@ Update copyright notice for all files in DIRECTORY matching MATCH. ;;;*** ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) -;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19752 41642)) +;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19813 16320)) ;;; Generated autoloads from progmodes/cperl-mode.el (put 'cperl-indent-level 'safe-local-variable 'integerp) (put 'cperl-brace-offset 'safe-local-variable 'integerp) @@ -10995,7 +10995,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. ;;;*** ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server -;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19752 41642)) +;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19806 64998)) ;;; Generated autoloads from gnus/gnus.el (when (fboundp 'custom-autoload) (custom-autoload 'gnus-select-method "gnus")) @@ -11048,7 +11048,7 @@ prompt the user for the name of an NNTP server to use. ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" -;;;;;; "gnus/gnus-agent.el" (19752 41642)) +;;;;;; "gnus/gnus-agent.el" (19813 16320)) ;;; Generated autoloads from gnus/gnus-agent.el (autoload 'gnus-unplugged "gnus-agent" "\ @@ -11590,7 +11590,7 @@ If picons are already displayed, remove them. ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" -;;;;;; "gnus/gnus-range.el" (19752 41642)) +;;;;;; "gnus/gnus-range.el" (19813 16320)) ;;; Generated autoloads from gnus/gnus-range.el (autoload 'gnus-sorted-difference "gnus-range" "\ @@ -11734,8 +11734,8 @@ Update the format specification near point. ;;;*** ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news -;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19752 -;;;;;; 41642)) +;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (19813 +;;;;;; 16320)) ;;; Generated autoloads from gnus/gnus-start.el (autoload 'gnus-declare-backend "gnus-start" "\ @@ -13550,7 +13550,7 @@ See also the variable `idlwave-shell-prompt-pattern'. ;;;*** ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" -;;;;;; (19752 41642)) +;;;;;; (19813 16320)) ;;; Generated autoloads from progmodes/idlwave.el (autoload 'idlwave-mode "idlwave" "\ @@ -14357,7 +14357,7 @@ Image files are those whose name has an extension in ;;;*** ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode -;;;;;; image-mode) "image-mode" "image-mode.el" (19752 41642)) +;;;;;; image-mode) "image-mode" "image-mode.el" (19806 64998)) ;;; Generated autoloads from image-mode.el (push (cons (purecopy "\\.jpe?g\\'") 'image-mode) auto-mode-alist) (push (cons (purecopy "\\.png\\'") 'image-mode) auto-mode-alist) @@ -15993,7 +15993,7 @@ except that FILTER is not optional. ;;;*** -;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19752 41642)) +;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19806 64998)) ;;; Generated autoloads from log-edit.el (autoload 'log-edit "log-edit" "\ @@ -18350,7 +18350,7 @@ symbol in the alist. ;;;*** ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" -;;;;;; (19752 41642)) +;;;;;; (19802 41007)) ;;; Generated autoloads from gnus/nnfolder.el (autoload 'nnfolder-generate-active-file "nnfolder" "\ @@ -18660,7 +18660,7 @@ including a reproducible test case and send the message. ;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle -;;;;;; org-mode) "org" "org/org.el" (19752 41642)) +;;;;;; org-mode) "org" "org/org.el" (19813 31420)) ;;; Generated autoloads from org/org.el (autoload 'org-mode "org" "\ @@ -18873,7 +18873,7 @@ Call the customize function with org as argument. ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda -;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19752 41642)) +;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19813 31420)) ;;; Generated autoloads from org/org-agenda.el (autoload 'org-agenda "org-agenda" "\ @@ -19573,7 +19573,7 @@ that uses these same face definitions. ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" -;;;;;; (19752 41642)) +;;;;;; (19813 31420)) ;;; Generated autoloads from org/org-icalendar.el (autoload 'org-export-icalendar-this-file "org-icalendar" "\ @@ -19921,7 +19921,7 @@ See also the variable `org-reverse-note-order'. ;;;*** ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) -;;;;;; "org-table" "org/org-table.el" (19752 41642)) +;;;;;; "org-table" "org/org-table.el" (19813 31420)) ;;; Generated autoloads from org/org-table.el (autoload 'turn-on-orgtbl "org-table" "\ @@ -22864,8 +22864,8 @@ variable. ;;;;;; 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" (19761 -;;;;;; 5822)) +;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19813 +;;;;;; 31420)) ;;; Generated autoloads from mail/rmail.el (autoload 'rmail-movemail-variant-p "rmail" "\ @@ -28448,7 +28448,7 @@ You might need to set `uce-mail-reader' before using this. ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize" -;;;;;; "international/ucs-normalize.el" (19752 41642)) +;;;;;; "international/ucs-normalize.el" (19813 31420)) ;;; Generated autoloads from international/ucs-normalize.el (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\ @@ -29895,7 +29895,7 @@ Key bindings specific to `verilog-mode-map' are: ;;;*** ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" -;;;;;; (19752 41642)) +;;;;;; (19813 16320)) ;;; Generated autoloads from progmodes/vhdl-mode.el (autoload 'vhdl-mode "vhdl-mode" "\ @@ -32014,8 +32014,8 @@ Zone out, completely. ;;;;;; "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") (19801 -;;;;;; 62231 520663)) +;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19820 +;;;;;; 23317 611837)) ;;;*** diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 9c1fbc0ddf5..a983bca8e7a 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-05-07 Chong Yidong * Version 23.2 released. diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 80f63a1ee78..db2d0e009c0 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-23 Juanma Barranquero * org.el (org-maybe-keyword-time-regexp): diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index de0f57d073c..3b049a07a50 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-12-04 Chong Yidong * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART. diff --git a/lisp/version.el b/lisp/version.el index aa5016960cb..92eb56440aa 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -32,7 +32,7 @@ (defconst emacs-copyright "Copyright (C) 2011 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") -(defconst emacs-version "23.2.94" "\ +(defconst emacs-version "23.3" "\ 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 --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 6244a9b04d6..febd45b37f1 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-01-23 Werner Meisner * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 10b7056b5c6..1718bdeb0c1 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-05-07 Chong Yidong * Version 23.2 released. diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 5d2f1fe6f2a..cbdb559f7a5 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-01-02 Glenn Morris * Cocoa/Emacs.base/Contents/Info.plist: diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist index 6ed6a9a2359..c18c2267473 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 . CFBundleExecutable Emacs CFBundleGetInfoString - Emacs 23.2.94 Copyright (C) 2011 Free Software Foundation, Inc. + Emacs 23.3 Copyright (C) 2011 Free Software Foundation, Inc. CFBundleIconFile Emacs.icns CFBundleIdentifier @@ -566,7 +566,7 @@ along with GNU Emacs. If not, see . APPL CFBundleShortVersionString - 23.2.94 + 23.3 CFBundleSignature EMAx 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 02ad5911e8d..a2e48d47741 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 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Emacs"; -CFBundleShortVersionString = "Version 23.2.94"; -CFBundleGetInfoString = "Emacs version 23.2.94, NS Windowing"; +CFBundleShortVersionString = "Version 23.3"; +CFBundleGetInfoString = "Emacs version 23.3, NS Windowing"; NSHumanReadableCopyright = "Copyright (C) 2011 Free Software Foundation, Inc."; diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop index cf38bab8282..431106a0fa5 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop +++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Type=Application -Version=23.2.94 +Version=23.3 Categories=GNUstep Name=Emacs Comment=GNU Emacs for NeXT/Open/GNUstep and OS X diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist index 45472835d85..26847cced89 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist +++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist @@ -2,7 +2,7 @@ ApplicationDescription = "GNU Emacs for GNUstep / OS X"; ApplicationIcon = emacs.tiff; ApplicationName = Emacs; - ApplicationRelease = "23.2.94"; + ApplicationRelease = "23.3"; Authors = ( "Adrian Robert (GNUstep)", "Christophe de Dinechin (MacOS X)", @@ -13,7 +13,7 @@ ); Copyright = "Copyright (C) 2011 Free Software Foundation, Inc."; CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; - FullVersionID = "Emacs 23.2.94, NS Windowing"; + FullVersionID = "Emacs 23.3, NS Windowing"; NSExecutable = Emacs; NSIcon = emacs.tiff; NSPrincipalClass = NSApplication; diff --git a/nt/ChangeLog b/nt/ChangeLog index 84fc6001461..fe1fc62f46f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-12-31 Eli Zaretskii * configure.bat (end): Unset environment variables used by this diff --git a/nt/emacs.rc b/nt/emacs.rc index d370bff1633..540781c2b8e 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,2,94,0 - PRODUCTVERSION 23,2,94,0 + FILEVERSION 23,3,0,0 + PRODUCTVERSION 23,3,0,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -25,12 +25,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" - VALUE "FileVersion", "23, 2, 94, 0\0" + VALUE "FileVersion", "23, 3, 0, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "23, 2, 94, 0\0" + VALUE "ProductVersion", "23, 3, 0, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index fc1e6b12b2b..42e0d422956 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 23,2,94,0 - PRODUCTVERSION 23,2,94,0 + FILEVERSION 23,3,0,0 + PRODUCTVERSION 23,3,0,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" - VALUE "FileVersion", "23, 2, 94, 0\0" + VALUE "FileVersion", "23, 3, 0, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "23, 2, 94, 0\0" + VALUE "ProductVersion", "23, 3, 0, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 58d76eabe39..f831e71c001 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-11-01 Elias Pipping (tiny change) Make Emacs compile with clang (bug#7309). diff --git a/src/ChangeLog b/src/ChangeLog index 0fdc151e540..7a46109c9b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2011-02-22 Kenichi Handa * font.c (font_open_entity): Be sure to set scaled_pixel_size. diff --git a/test/ChangeLog b/test/ChangeLog index 0b0f88f45c9..284054fdf8e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Chong Yidong + + * Version 23.3 released. + 2010-05-07 Chong Yidong * Version 23.2 released.