Release logs for 23.3 release.
Regenerate configure and other release files.
This commit is contained in:
parent
d1f61aaf6f
commit
22770c84d5
43 changed files with 155 additions and 63 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-01-27 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* configure.in: Test existence of xaw3d library, not just the
|
||||
|
|
2
README
2
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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-22 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* notes/bugtracker (bugtracker_debbugs_url): Fix typo.
|
||||
|
|
18
configure
vendored
18
configure
vendored
|
@ -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\\"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
|
|||
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ(2.62)
|
||||
AC_INIT(emacs, 23.2.94)
|
||||
AC_INIT(emacs, 23.3)
|
||||
AC_CONFIG_HEADER(src/config.h:src/config.in)
|
||||
AC_CONFIG_SRCDIR(src/lisp.h)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* search.texi (Regexp Search): Move index entries about regexps to the
|
||||
|
|
|
@ -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},@*
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-18 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* variables.texi (Directory Local Variables): Mention the optional
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-12-29 Jari Aalto <jari.aalto@cante.net> (tiny change)
|
||||
|
||||
* emacsclient.1: Arrange options alphabetically (Bug#7620).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* dbus.texi (Type Conversion): Grammar fix.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
@c %**end of header
|
||||
|
||||
@c This is used in many places
|
||||
@set VER 23.2.94
|
||||
@set VER 23.3
|
||||
|
||||
@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
|
||||
@c Feel free to install changes without prior permission (but I'd
|
||||
|
|
14
etc/AUTHORS
14
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
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-01-18 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* PROBLEMS: Add note about svn+ssh. (Bug#7791)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-26 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/mule-cmds.el (set-default-coding-systems): Use the
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-10-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mode-local.el (mode-local-augment-function-help):
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
|
||||
|
||||
* erc-track.el (track): Don't reset erc-modified-channels-object
|
||||
|
|
|
@ -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))
|
||||
|
||||
;;;***
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.2 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* org.el (org-maybe-keyword-time-regexp):
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-12-04 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* url-cookie.el (url-cookie-retrieve): Handle null LOCALPART.
|
||||
|
|
|
@ -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))) "\
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-01-23 Werner Meisner <weme24@gmx.net>
|
||||
|
||||
* lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.2 released.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-01-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Cocoa/Emacs.base/Contents/Info.plist:
|
||||
|
|
|
@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Emacs</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Emacs 23.2.94 Copyright (C) 2011 Free Software Foundation, Inc.</string>
|
||||
<string>Emacs 23.3 Copyright (C) 2011 Free Software Foundation, Inc.</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Emacs.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|||
<string>APPL</string>
|
||||
<!-- This should be the emacs version number. -->
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>23.2.94</string>
|
||||
<string>23.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>EMAx</string>
|
||||
<!-- This SHOULD be a build number. -->
|
||||
|
|
|
@ -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.";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-12-31 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* configure.bat (end): Unset environment variables used by this
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-11-01 Elias Pipping <pipping.elias@googlemail.com> (tiny change)
|
||||
|
||||
Make Emacs compile with clang (bug#7309).
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2011-02-22 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* font.c (font_open_entity): Be sure to set scaled_pixel_size.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2011-02-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.2 released.
|
||||
|
|
Loading…
Add table
Reference in a new issue