List overview

Download

XEmacs-Announce February 2004

xemacs-announce@xemacs.org
  • 3 participants
  • 3 discussions
XEmacs SUMOs have been released 21 years, 9 months

Norbert Koch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! I have just released new SUMOs in the XEmacs packages directory ftp://ftp.xemacs.org/xemacs/packages/. Updated or New Packages Since the Last Sumo: =========================================== auctex-1.36-pkg.tar.gz upstream version: 11.13 c-support-1.19-pkg.tar.gz upstream version: none calendar-1.23-pkg.tar.gz upstream version: none cc-mode-1.42-pkg.tar.gz upstream version: 5.30.8 ecb-1.14-pkg.tar.gz upstream version: 2.11 ecrypto-0.16-pkg.tar.gz upstream version: 2.0 edit-utils-2.11-pkg.tar.gz upstream version: none erc-0.05-pkg.tar.gz upstream version: Version 4.0 Revision: 1.608 ess-1.07-pkg.tar.gz upstream version: 5.1.21 fsf-compat-1.14-pkg.tar.gz upstream version: none gnus-1.79-pkg.tar.gz upstream version: 5.10.6 hyperbole-1.15-pkg.tar.gz upstream version: 4.18 ispell-1.29-pkg.tar.gz upstream version: 3.6 liece-1.13-pkg.tar.gz upstream version: 1.4.9 mail-lib-1.64-pkg.tar.gz upstream version: none mailcrypt-2.14-pkg.tar.gz upstream version: 3.5.8 mh-e-1.28-pkg.tar.gz upstream version: 7.4.2 mule-base-1.46-pkg.tar.gz upstream version: none net-utils-1.38-pkg.tar.gz upstream version: N/A os-utils-1.35-pkg.tar.gz upstream version: none prog-modes-1.94-pkg.tar.gz upstream version: none psgml-1.42-pkg.tar.gz upstream version: 1.3.1 riece-1.14-pkg.tar.gz upstream version: 0.1.7 sgml-1.11-pkg.tar.gz upstream version: none sieve-1.15-pkg.tar.gz upstream version: none sml-mode-0.11-pkg.tar.gz upstream version: 3.9.5 text-modes-1.73-pkg.tar.gz upstream version: none tramp-1.17-pkg.tar.gz upstream version: 2.0.35 x-symbol-1.09-pkg.tar.gz upstream version: 4.5.1 xemacs-base-1.84-pkg.tar.gz upstream version: none xemacs-devel-1.61-pkg.tar.gz upstream version: none zenirc-1.15-pkg.tar.gz upstream version: 2.112 Detailed Changes: ================ - ------- ChangeLog Entries from xemacs-packages/auctex/ChangeLog ------- 2003年12月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.36 released. 2003年08月02日 Mike Sperber <mike(a)xemacs.org> * latex.el (latex-mode): Really turn off filladapt. It just doesn't work with `LaTeX-fill-paragraph'. 2003年10月26日 Ville Skyttä <scop(a)xemacs.org> * CHANGES: cvs rm'd, generated from texi/changes.texi. * INSTALLATION: Ditto, generated from texi/install.texi. * README: Ditto, generated from texi/intro.texi. * .cvsignore: Add CHANGES, INSTALLATION and README. * Makefile (EXTRA_DEPENDENCIES): Add texi/math-ref.log and texi/tex-ref.log. * texi/.cvsignore: Add math-ref.log and tex-ref.log. 2003年03月21日 Ben Wing <ben(a)xemacs.org> * texi/.cvsignore: Add entries for auc-tex*.html. 2003年03月09日 Ben Wing <ben(a)xemacs.org> * Makefile: Delete explicit compile:: and binkit: rules. Don't add custom-load.elc to the list of generated elc's. Include Local.rules.inc at the beginning for access to BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the end. Use EXPLICIT_DOCS instead of explicitly giving the targets and dependencies. Add INSTALLATION to EXTRA_SOURCES. Copy various stuff from texi/Makefile. Create EXTRA_DEPENDENCIES; delete EXTRA_OBJS. * texi/Makefile: Delete. - ------- ChangeLog Entries from xemacs-packages/c-support/ChangeLog ------- 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.19 released. 2003年12月02日 Nix <nix(a)esperi.org.uk> * hideshow.el (hs-grok-mode-type): Don't fail if comment-start or comment-end are nil. - ------- ChangeLog Entries from xemacs-packages/calendar/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.23 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * appt.el (appt-check): Fix parenthesizing error. - ------- ChangeLog Entries from xemacs-packages/cc-mode/ChangeLog ------- 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.42 released. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * Patch release 5.30.8. * cc-engine.el (c-guess-continued-construct, c-guess-basic-syntax): Check a little more carefully if it's a function declaration when an unknown construct followed by a block is found inside a statement context. This avoids macros followed by blocks to be taken as function declarations. (c-guess-continued-construct): Changed the analysis of a statement continuation with a brace open to `substatement-block', for consistency with recognized statements. (c-add-stmt-syntax): Don't continue to the surrounding sexp if the start is in a position so that `c-beginning-of-statement-1' jumped to the beginning of the same statement. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't accept binary operators in the arglist if we're in a function call context, i.e. if `c-restricted-<>-arglists' is set. That avoids template recognition in cases like "if (a < b || c > d)". (c-restricted-<>-arglists): New more appropriate name for `c-disallow-comma-in-<>-arglists'. Accessing functions updated for the variable name change. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the match data could get clobbered if NOT-INSIDE-TOKEN is used. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in labels. (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1' instead of duplicating parts of it. This fixes bogus label recognition. * cc-align.el (c-gnu-impose-minimum): Reverted to the old method of checking the context in which to apply the minimum indentation, so that it isn't enforced in e.g. namespace blocks. * cc-vars.el (c-inside-block-syms): New constant used by `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist' to somewhat reduce the risk of becoming stale. * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from cc-cmds to cc-engine to allow use from cc-align. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully qualified identifiers containing "::". 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-defs.el (c-make-keywords-re): Added kludge for bug in `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-vars.el (c-emacs-features): Use a space in front of the name of the temporary buffer. That also avoids dumping problems in XEmacs due to undo info being left around after the buffer is killed. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-in-knr-argdecl): Look closer at the function arglist to see if it's a K&R style declaration. (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl' before returning `knr-argdecl-intro'. - ------- ChangeLog Entries from xemacs-packages/ecb/ChangeLog ------- 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年11月18日 Klaus Berndl <klaus.berndl(a)sdm.de> * Sync with current upstream 2.11, see NEWS for details. - ------- ChangeLog Entries from xemacs-packages/ecrypto/ChangeLog ------- 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.16 released. 2004年01月16日 Simon Josefsson <jas(a)extundo.com> * password.el: Add. * Makefile (REQUIRES): Add xemacs-base. (ELCS): Add password.el. 2003年12月16日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.15 released. 2003年12月15日 Simon Josefsson <jas(a)extundo.com> * hex-util.el, sha1-el.el: Gnus CVS sync changes for the following ChangeLog entries, until 2001年12月29日 below. 2003年12月16日 Simon Josefsson <jas(a)extundo.com> * sha1-el.el (autoload): Don't use ignore-errors. (sha1-use-external): Use condition-case. Suggested by Katsumi Yamaoka <yamaoka(a)jpl.org>. 2003年12月15日 Simon Josefsson <jas(a)extundo.com> * sha1-el.el (autoload): Ignore errors for executable-find. (XEmacs ecrypto does not require sh-script where executable.el is located.) (sha1-use-external): Likewise. * sha1-el.el (sha1): Add defgroup. (sha1-maximum-internal-length, sha1-program, sha1-use-external) (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL. (sha1): Autoload. 2002年02月20日 Katsumi Yamaoka <yamaoka(a)jpl.org> * hex-util.el: Remove trailing whitespaces, replace spc+tab with tab, replace leading whitespaces with tabs. 2001年12月29日 ShengHuo ZHU <zsh(a)cs.rochester.edu> * sha1-el.el (sha1-use-external): New variable. (sha1-region): Use it. (sha1-string): Ditto. - ------- ChangeLog Entries from xemacs-packages/edit-utils/ChangeLog ------- 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 2.11 released. * winring.el: Sync with upstream version 3.11. - ------- ChangeLog Entries from xemacs-packages/erc/ChangeLog ------- 2004年01月20日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.05 released. * Makefile (VERSION): XEmacs package 0.04 released. * Makefile (AUTHOR_VERSION): Set to correct version. 2004年01月19日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.03 released. 2004年01月18日 Adrian Aichner <adrian(a)xemacs.org> * Full sync with upstream erc 4.0 revision 1.608. * erc-autojoin.el (erc-autojoin-version): Manual expand to preserve upstream revision number. * erc-bbdb.el (erc-bbdb-version): Ditto. * erc-button.el (erc-button-version): Ditto. * erc-chess.el (erc-chess-version): Ditto. * erc-compat.el: * erc-compat.el (erc-compat-version): Ditto. * erc-compat.el (nil): * erc-complete.el (erc-complete-version): Ditto. * erc-dcc.el (erc-dcc-version): Ditto. * erc-ezbounce.el (erc-ezb-version): Ditto. * erc-fill.el (erc-fill-version): Ditto. * erc-ibuffer.el (erc-ibuffer-version): Ditto. * erc-imenu.el (erc-imenu-version): Ditto. * erc-list.el: * erc-list.el (erc-no-list-networks): New. * erc-list.el (erc-chanlist-frame-parameters): New. * erc-list.el (erc-chanlist-hide-modeline): New. * erc-list.el (erc-chanlist-channel-line-regexp): New. * erc-list.el (erc-chanlist-last-time): * erc-list.el (erc-chanlist-frame): New. * erc-list.el (erc-chanlist-sort-state): New. * erc-list.el (erc-chanlist-mode-hook): New. * erc-list.el (erc-chanlist-mode): * erc-list.el (erc-chanlist-mode-map): Removed. * erc-list.el (erc-cmd-LIST): New. * erc-list.el (erc-chanlist): * erc-list.el (erc-chanlist-322): * erc-list.el (erc-chanlist-post-command-hook): New. * erc-list.el (erc-chanlist-highlight-line): New. * erc-list.el (erc-prettify-channel-list): New. * erc-list.el (erc-chanlist-toggle-sort-state): New. * erc-list.el (erc-chanlist-quit): New. * erc-list.el (erc-chanlist-join-channel): New. * erc-match.el (erc-match-version): Manual expand to preserve upstream revision number. * erc-netsplit.el (erc-netsplit-version): Ditto. * erc-nickserv.el (erc-nickserv-version): Ditto. * erc-nickserv.el (erc-current-network): * erc-pcomplete.el: * erc-pcomplete.el (erc-pcomplete-version): Manual expand to preserve upstream revision number. * erc-pcomplete.el (pcomplete/erc-mode/IDLE): New. * erc-replace.el (erc-replace-version): Manual expand to preserve upstream revision number. * erc-ring.el (erc-ring-version): Ditto. * erc-stamp.el (erc-stamp-version): Ditto. * erc-track.el: * erc-track.el (erc-track-version): Ditto. * erc-track.el (erc-track-visibility): New. * erc-track.el (erc-track-exclude-types): * erc-track.el (track): * erc-track.el (track-when-inactive): New. * erc-track.el (erc-buffer-activity): New. * erc-track.el (erc-buffer-activity-timeout): New. * erc-track.el (erc-user-is-active): New. * erc-track.el (erc-buffer-visible): New. * erc-track.el (erc-modified-channels-update): * erc-track.el (erc-modified-channels-display): * erc-track.el (erc-track-modified-channels): * erc.el: * erc.el (erc-version-string): * erc.el (erc-official-location): * erc.el (erc-user-mode): * erc.el (erc-hide-prompt): * erc.el (erc-show-my-nick): * erc.el (erc-message-type): * erc.el ('erc-message-type): New. * erc.el (erc-server-parameters): * erc.el (erc-connected): * erc.el (channel-members): * erc.el (erc-string-no-properties): * erc.el (erc-prompt): * erc.el (erc-command-indicator): * erc.el (erc-prompt-interactive-input): Removed. * erc.el (erc-echo-notices-in-minibuffer-flag): * erc.el (erc-auto-reconnect): * erc.el (erc-ignore-list): * erc.el (erc-ignore-reply-list): * erc.el (erc-quit-reason-various-alist): * erc.el (erc-part-reason-various-alist): * erc.el (erc-quit-reason): * erc.el (erc-part-reason): * erc.el (erc-send-completed-hook): * erc.el (erc-quit-hook): * erc.el (erc-part-hook): * erc.el (erc-connect-pre-hook): * erc.el (erc-process): * erc.el (define-erc-module): * erc.el (erc-once-with-server-event): * erc.el (erc-once-with-server-event-global): New. * erc.el (erc-server-buffer): * erc.el (erc-server-buffer-p): * erc.el (erc-query-buffer-p): New. * erc.el (erc-ison-p): * erc.el (erc-generate-new-buffer-name): * erc.el (erc-get-buffer-create): * erc.el (erc-member-ignore-case): * erc.el (erc-with-buffer): * erc.el (erc-with-all-buffers-of-server): * erc.el (erc-channel-list): * erc.el (erc-buffer-list-with-nick): * erc.el (erc-network-name): * erc.el (erc-modules): * erc.el ("erc"): * erc.el (erc-update-modules): * erc.el (erc): * erc.el (erc-initialize-log-marker): * erc.el (erc-debug-irc-protocol): * erc.el (NOTE): New. * erc.el (erc-log-irc-protocol): * erc.el (erc-toggle-debug-irc-protocol): * erc.el (erc-send-command): * erc.el (erc-split-command): * erc.el (erc-send-ctcp-message): * erc.el (erc-send-ctcp-notice): * erc.el (erc-noncommands-list): * erc.el (erc-display-line-1): * erc.el (erc-scroll-to-bottom): * erc.el (erc-display-message-highlight): * erc.el (erc-display-message): * erc.el (erc-message-type-member): * erc.el (erc-send-input-line): * erc.el (erc-cmd-AMSG): * erc.el (erc-cmd-SAY): * erc.el (erc-cmd-SET): * erc.el (erc-cmd-default): * erc.el (erc-cmd-IGNORE): * erc.el (erc-cmd-OPS): New. * erc.el (erc-cmd-CTCP): * erc.el (erc-cmd-HELP): * erc.el (erc-cmd-JOIN): * erc.el (erc-channel-new-member-names): * erc.el (erc-cmd-KICK): * erc.el (erc-cmd-WHOIS): * erc.el (erc-cmd-IDLE): New. * erc.el (erc-cmd-ME): * erc.el (erc-cmd-LASTLOG): * erc.el (erc-send-message): * erc.el (erc-cmd-MSG): * erc.el (erc-cmd-SQUERY): * erc.el (erc-cmd-NICK): * erc.el (erc-cmd-QUOTE): * erc.el (erc-cmd-QUERY): * erc.el (erc-quit-reason-normal): * erc.el (erc-quit-reason-zippy): * erc.el (erc-quit-reason-various): * erc.el (erc-part-reason-normal): * erc.el (erc-part-reason-zippy): * erc.el (erc-part-reason-various): * erc.el (erc-kill-queries-on-quit): * erc.el (erc-cmd-GQUIT): * erc.el (erc-cmd-SV): * erc.el (erc-cmd-DEOP): * erc.el (erc-cmd-OP): * erc.el (erc-cmd-BANLIST): * erc.el (erc-cmd-MASSUNBAN): * erc.el (erc-prepend-properties): * erc.el (erc-strip-controls): * erc.el (erc-decode-controls): * erc.el (erc-interpret-controls): * erc.el (erc-merge-controls): * erc.el (erc-grab-region): * erc.el (erc-display-prompt): * erc.el (erc-interactive-input-map): Removed. * erc.el (erc-join-channel): * erc.el (erc-part-from-channel): * erc.el (erc-quit-server): * erc.el (erc-bol): * erc.el (erc-complete-word): * erc.el (erc-default-server-handler): * erc.el (erc-debug-missing-hooks): * erc.el (erc-call-hooks): * erc.el (erc-duplicate-timeout): * erc.el (erc-parse-line-from-server): * erc.el (erc-server-vectors): * erc.el (erc-query): * erc.el (erc-auto-query): * erc.el (erc-nickname-in-use): * erc.el (erc-server-hook-list): * erc.el (erc-server-JOIN): * erc.el (erc-server-MODE): * erc.el (erc-server-NICK): * erc.el (erc-server-PART): * erc.el (erc-server-PING): * erc.el (erc-server-PONG): * erc.el (erc-setup-periodical-server-ping): * erc.el (erc-server-PRIVMSG-or-NOTICE): * erc.el (erc-server-QUIT): * erc.el (erc-server-TOPIC): * erc.el (erc-server-005): * erc.el (erc-server-305): * erc.el (erc-server-306): * erc.el (erc-server-311-or-314): * erc.el (channel-banlist): * erc.el (erc-banlist-store): * erc.el (erc-banlist-finished): * erc.el (erc-banlist-update): * erc.el (erc-group-list): * erc.el (erc-handle-login): * erc.el (erc-server-MOTD): * erc.el (erc-connection-established): * erc.el (erc-set-initial-user-mode): * erc.el (erc-display-error-notice): * erc.el (erc-server-401): * erc.el (erc-server-403): * erc.el (erc-server-405): * erc.el (erc-server-406): * erc.el (erc-process-ctcp-query): * erc.el (erc-ctcp-query-ACTION): * erc.el (erc-ctcp-query-CLIENTINFO): * erc.el (erc-ctcp-query-ECHO): * erc.el (erc-ctcp-query-FINGER): * erc.el (erc-ctcp-query-PING): * erc.el (erc-ctcp-query-TIME): * erc.el (erc-ctcp-query-USERINFO): * erc.el (erc-ctcp-query-VERSION): * erc.el (erc-process-ctcp-reply): * erc.el (erc-ctcp-reply-ECHO): * erc.el (erc-ctcp-reply-CLIENTINFO): * erc.el (erc-ctcp-reply-FINGER): * erc.el (erc-ctcp-reply-PING): * erc.el (erc-ctcp-reply-TIME): * erc.el (erc-ctcp-reply-VERSION): * erc.el (erc-process-away): * erc.el (erc-channel-begin-receiving-names): * erc.el (erc-channel-end-receiving-names): * erc.el (erc-channel-receive-names): * erc.el (erc-update-current-channel-member): * erc.el (erc-update-channel-member): * erc.el (erc-get-current-channel-members): * erc.el (erc-get-channel-members): * erc.el (erc-remove-current-channel-member): * erc.el (erc-remove-channel-member): * erc.el (erc-update-channel-topic): * erc.el (erc-set-modes): * erc.el (erc-sort-strings): * erc.el (erc-parse-modes): * erc.el (erc-update-modes): * erc.el (erc-update-channel-limit): * erc.el (erc-find-channel-info-buffer): * erc.el (erc-update-channel-info-buffer): * erc.el (erc-remove-member-all-channels): * erc.el (erc-update-member-all-channels): * erc.el (erc-update-channel-info-buffers): * erc.el (erc-handle-user-status-change): * erc.el (erc-highlight-notice): * erc.el (erc-highlight-error): * erc.el (erc-parse-user): * erc.el (erc-extract-nick): * erc.el (erc-put-text-properties): * erc.el (erc-beg-of-input-line): * erc.el (erc-end-of-input-line): * erc.el (erc-send-distinguish-noncommands): * erc.el (erc-set-current-nick): * erc.el (erc-current-nick): * erc.el (erc-current-nick-p): * erc.el (erc-nick-equal-p): * erc.el (erc-default-target): * erc.el (erc-add-default-channel): * erc.el (erc-delete-default-channel): * erc.el (erc-add-query): * erc.el (erc-delete-query): * erc.el (erc-ignored-user-p): * erc.el (erc-ignored-reply-p): * erc.el (erc-message-target): * erc.el (erc-toggle-ctcp-autoresponse): * erc.el (erc-toggle-flood-control): * erc.el (erc-toggle-interpret-controls): * erc.el (erc-invite-only-mode): * erc.el (erc-toggle-channel-mode): * erc.el (erc-insert-mode-command): * erc.el (erc-channel-names): * erc.el (erc-find-file): * erc.el (erc-select-startup-file): * erc.el (erc-find-script-file): * erc.el (erc-load-script): * erc.el (erc-process-script-line): * erc.el (erc-load-irc-script): * erc.el (erc-load-irc-script-lines): * erc.el (erc-login): * erc.el (erc-determine-parameters): * erc.el (erc-compute-server): * erc.el (erc-compute-nick): * erc.el (erc-compute-full-name): * erc.el (erc-string-to-emacs-time): * erc.el (found): New. * erc.el (erc-emacs-time-to-erc-time): * erc.el (erc-current-time): * erc.el (erc-time-diff): * erc.el (erc-time-gt): * erc.el (erc-sec-to-time): * erc.el (erc-seconds-to-string): New. * erc.el (erc-clientinfo-alist): * erc.el (erc-client-info): * erc.el (erc-directory-writable-p): * erc.el (erc-kill-query-buffers): * erc.el (erc-nick-at-point): * erc.el (erc-operator-p): * erc.el (erc-away-p): * erc.el (erc-mode-line-format): * erc.el (erc-header-line-format): * erc.el (erc-common-server-suffixes): * erc.el (erc-shorten-server-name): * erc.el (erc-prepare-mode-line-format): * erc.el (erc-update-mode-line-buffer): * erc.el (erc-update-mode-line): * erc.el (erc-port-to-string): * erc.el (erc-string-to-port): * erc.el (erc-trim-string): * erc.el (erc-arrange-session-in-multiple-windows): * erc.el (erc-make-message-variable-name): * erc.el (erc-define-catalog-entry): * erc.el (erc-define-catalog): * erc.el (erc-message-english-PART): * erc.el (erc-retrieve-catalog-entry): * erc.el (erc-format-message): * erc.el (erc-make-read-only): * erc.el (erc-kill-buffer-hook): * erc.el (erc-unmorse): 2003年11月26日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.02 released. * Makefile (AUTHOR_VERSION): Remove leftover from a CVS Revision tag. 2003年11月25日 Adrian Aichner <adrian(a)xemacs.org> * erc-log.el (erc-log-file-coding-system): Use 'binary coding-system under XEmacs (instead of 'emacs-mule). * erc-log.el (erc-w32-invalid-file-characters): Removed as no longer needed. * erc-log.el (erc-generate-log-file-name-long): Use `convert-standard-filename', which exists in XEmacs too. 2003年11月23日 Adrian Aichner <adrian(a)xemacs.org> * erc-button.el (erc-widget-press-button): New. Fixes [ 843318 ] as suggested in http://gnufans.net/~deego/emacspub/site-lisp/ignotus-erc-init.el 2003年11月23日 Adrian Aichner <aichner(a)xemacs.org> * Create package. - ------- ChangeLog Entries from xemacs-packages/ess/ChangeLog ------- 2004年01月30日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.07 released. 2004年01月28日 Jerry James <james(a)xemacs.org> * lisp/essl-omg.el: Comment out malformed modify-syntax-entry. - ------- ChangeLog Entries from xemacs-packages/fsf-compat/ChangeLog ------- 2003年12月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年11月29日 Adrian Aichner <adrian(a)xemacs.org> * goto-addr.el: Require overlay based (featurep 'xemacs) instead of (fboundp 'overlays-in). - ------- ChangeLog Entries from xemacs-packages/gnus/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.79 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * lisp/gnus-spec.el (gnus-parse-simple-format): Fix setq value omission. 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.78 released. 2004年01月16日 Steve Youngs <sryoungs(a)bigpond.net.au> * lisp/gnus.el: Autoload `message-y-or-n-p' 2004年01月12日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.77 released. 2004年01月12日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (DONTCOMPILE): Add _pkg.el, auto-autoloads.el, and custom-load.el to prevent circular dependencies and double files in the tarballs. 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.76 released. 2004年01月05日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (AUTHOR_VERSION): Gnus 5.10.6 is released. See the ChangeLog.upstream files for details. 2003年12月08日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.75 released. 2003年12月08日 Steve Youngs <sryoungs(a)bigpond.net.au> * lisp/lpath.el: Maybe bind `with-timeout'. * lisp/dgnushack-xemacs.el: Defalias `match-string-no-properties' to `match-string'. * Makefile (DONTCOMPILE): Add gpg*.el. (REQUIRES): Remove rmail, tm, and apel. 2003年12月08日 Katsumi Yamaoka <yamaoka(a)jpl.org> * lisp/gnus-util.el: Revert 2003年11月29日 change, instead, provide the compiler macro for rmail-select-summary if rmail is not available. 2003年12月04日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.74 released. 2003年12月03日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (REQUIRES): Remove fsf-compat, add ps-print. (LISPFILES): Removed. (DONTCOMPILE): New. For any lisp that shouldn't be compiled. (ELCS): Use it. (PRELOADS): New. Preload lisp/dgnushack-xemacs.el & lisp/lpath.el * lisp/dgnushack.el: New. We don't do anything with this file, it's only here because it exists in the upstream tree. * lisp/dgnushack-xemacs.el: New. XEmacs package version of above. * lisp/lpath.el: New. From upstream tree. 2003年11月29日 Jerry James <james(a)xemacs.org> * lisp/gnus-util.el: Get rmail definitions when compiling. * lisp/gnus-xmas.el: Add autoloads for macros defined in gnus.el. 2003年12月01日 Steve Youngs <sryoungs(a)bigpond.net.au> * lisp/mm-url.el: Require itimer when building with XEmacs. * lisp/gpg.el: Ditto. - ------- ChangeLog Entries from xemacs-packages/hyperbole/ChangeLog ------- 2004年01月12日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.15 released. 2003年11月29日 Jerry James <james(a)xemacs.org> * hgnus.el: Get macros in gnus-sum when compiling. * hvm.el (vm-edit-message-end): Follow recent VM name change. 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. - ------- ChangeLog Entries from xemacs-packages/ispell/ChangeLog ------- 2004年01月14日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.29 released. 2004年01月08日 Jerry James <james(a)xemacs.org> * ispell.el (ispell-library-path): Do not look for the ispell executable at compile time. 2003年12月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.28 released. 2003年12月31日 Ville Skyttä <scop(a)xemacs.org> * Makefile (AUTHOR_VERSION): This is upstream 3.6. 2003年12月30日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.27 released. 2003年12月20日 Jerry James <james(a)xemacs.org> * ispell.el: Upgrade to version 3.6 from Ken Stevens <k.stevens(a)ieee.org>. - ------- ChangeLog Entries from xemacs-packages/mail-lib/ChangeLog ------- 2003年12月07日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.64 released. 2003年11月06日 Mats Lidell <matsl(a)xemacs.org> * browse-url.el: Sync up with GNU Emacs CVS version 1.32 including the following changes below before entry 2003年10月31日 2003年07月31日 John Paul Wallington <jpw(a)gnu.org> * browse-url.el (browse-url-epiphany): Doc fix. 2003年07月07日 Richard M. Stallman <rms(a)gnu.org> * net/browse-url.el (browse-url-browser-function): Add alternative for Epiphany. (browse-url-epiphany-program, browse-url-epiphany-arguments) (browse-url-epiphany-startup-arguments) (browse-url-epiphany-new-window-is-tab): New variables. (browse-url-epiphany, browse-url-epiphany-sentinel): New functions. 2003年04月12日 Stefan Monnier <monnier(a)cs.yale.edu> * net/browse-url.el: Don't autoload all these defcustoms. (browse-url-default-macosx-browser): New fun. (browse-url-browser-function): Use it for system-type = darwin. (browse-url-usr1-signal): Remove. (browse-url-mosaic): Use SIGUSR1 directly instead. (browse-url-gnome-moz-program): New var. (browse-url-gnome-moz, browse-url-default-browser): Use it. - ------- ChangeLog Entries from xemacs-packages/mailcrypt/ChangeLog ------- 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 2.14 released. 2003年11月29日 Jerry James <james(a)xemacs.org> * mc-toplev.el: Autoload definitions from mh-utils when compiling. - ------- ChangeLog Entries from xemacs-packages/mh-e/ChangeLog ------- 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.28 released. 2003年11月17日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (MAINTAINER): Change to XEmacs Beta, I don't have time for it anymore. * package-info.in (description): Update. - ------- ChangeLog Entries from mule-packages/mule-base/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.46 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * isearch-mule.el (isearch-fep-read-quail): Fix parentheses. 2003年12月19日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.45 released. 2003年12月15日 Steve Youngs <sryoungs(a)bigpond.net.au> * package-info.in (description): A slightly less confusing description. - ------- ChangeLog Entries from xemacs-packages/net-utils/ChangeLog ------- 2004年01月12日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.38 released. 2004年01月12日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (REQUIRES): Add fsf-compat for browse-clt12. (DONTCOMPILE): New. (ELCS): Use it. 2004年01月07日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.37 released. 2004年01月07日 Steve Youngs <sryoungs(a)bigpond.net.au> * google-query.el: Don't autoload `url-hexify-string'. (google-query-unreserved-chars): New. (google-query-hexify-string): New. (google-query): Use it. Remove eye-candy. (google-query-result-count): New. (google-query): Use it. From Jeff Mincy <jeff(a)delphioutpost.com> 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.36 released. 2004年01月05日 Steve Youngs <sryoungs(a)bigpond.net.au> * google-query.el: New. * mozmail.el: New. * package-info.in (provides): Add `google-query', `mozmail'. 2003年12月03日 Katsumi Yamaoka <yamaoka(a)jpl.org> * dns.el: Fix misplaced eval-when-compile. 2003年12月04日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.35 released. 2003年12月03日 Steve Youngs <sryoungs(a)bigpond.net.au> * xml.el: defalias `match-string-no-properties' to `match-string'. * webster-www.el: Autoload `w3-form-encode-xwfu' at compile time. * net-utils.el: Autoload `ffap-string-at-point' at compile time. * feedmail.el: Require smtpmail at compile time. * browse-cltl2.el (url-retrieve): Autoload it. * Makefile (AUTHOR_VERSION): Set to N/A. (MAINTAINER): Set to me. (ELCS): Change to something a whole lot easier to maintain using patsubst. (REQUIRES): Remove fsf-compat, add vm. 2003年11月29日 Jerry James <james(a)xemacs.org> * dns.el: Autoloading 'gnus-xmacs-open-network-stream did not work. Require gnus-xmas when compiling instead. 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.34 released. 2003年11月17日 Steve Youngs <sryoungs(a)bigpond.net.au> * xemacsbug.el (report-xemacs-bug-packages-list): New. (report-xemacs-bug): Use it. - ------- ChangeLog Entries from xemacs-packages/prog-modes/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.94 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * teco.el (teco-read-command): Fix parenthesizing error. 2004年01月26日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.93 released. 2004年01月25日 Ville Skyttä <scop(a)xemacs.org> * php-mode.el: Sync with upstream 1.1.0. * prog-modes.texi: Typo/spelling fixes. 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.92 released. 2003年12月08日 Ville Skyttä <scop(a)xemacs.org> * php-mode.el (php-mode): Make autoload hack autoload-only, add interactive flag. - ------- ChangeLog Entries from xemacs-packages/psgml/ChangeLog ------- 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.42 released. 2003年12月08日 Ville Skyttä <scop(a)xemacs.org> * psgml.el (xml-mode): Make autoload hack autoload-only, add interactive flag. - ------- ChangeLog Entries from xemacs-packages/riece/ChangeLog ------- 2003年12月28日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年12月25日 Daiki Ueno <ueno(a)unixuser.org> * Riece: Version 0.1.7 released. * configure.ac: Bump up version to 0.1.7. 2003年11月10日 Daiki Ueno <ueno(a)unixuser.org> * Riece: Version 0.1.6 released. * configure.ac: Bump up version to 0.1.6. 2003年12月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.13 released. 2003年12月01日 Adrian Aichner <adrian(a)xemacs.org> * Makefile: Fix a copy-cat error. - ------- ChangeLog Entries from xemacs-packages/sgml/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.11 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * sgml-mode.el (sgml-skip-tag-forward): Insert omitted setq value. - ------- ChangeLog Entries from xemacs-packages/sieve/ChangeLog ------- 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.15 released. 2004年01月16日 Simon Josefsson <jas(a)extundo.com> * Makefile (REQUIRES): Add ecrypto. *: Sync with Gnus CVS, ChangeLog entries below until 2003年10月31日. 2004年01月05日 Simon Josefsson <jas(a)extundo.com> * sieve-manage.el: Use the password package. (sieve-manage-read-passwd): Remove. (sieve-manage-interactive-login): Use password. Re-add condition-case around loop. 2002年08月07日 Simon Josefsson <jas(a)extundo.com> * sieve-manage.el (require): Use SASL, not RFC2104/MD5. (sieve-manage-authenticators): (sieve-manage-authenticator-alist): Add some SASL mechs. (sieve-sasl-auth): New function. (sieve-manage-cram-md5-auth): (sieve-manage-plain-auth): Rewrite using SASL library. (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth) (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth) (sieve-manage-ntlm-p, sieve-manage-ntlm-auth) (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers. 2003年06月24日 Jesper Harder <harder(a)ifa.au.dk> * sieve.texi (Sieve Mode): Formatting fix. 2003年05月17日 Adrian Aichner <adrian(a)xemacs.org> * sieve.texi (Managing Sieve): Ruthless typo fixing. 2003年05月02日 Dave Love <fx(a)gnu.org> * sieve.el (sieve-manage-mode-menu): Define before use. 2003年04月29日 Simon Josefsson <jas(a)extundo.com> * sieve-mode.el (c-mode): Autoload it (fix xemacs compile warnings). 2003年01月26日 Simon Josefsson <jas(a)extundo.com> * sieve.texi (Installation): Extension .sv is also used. 2003年01月25日 Simon Josefsson <jas(a)extundo.com> * sieve-manage.el (sieve-manage-is-okno): Parse literal strings. * sieve.el (sieve-upload): Fix error printing. 2003年01月12日 Simon Josefsson <jas(a)extundo.com> * sieve.el (sieve-upload-and-bury): New. Suggested by kai.grossjohann(a)uni-duisburg.de (Kai Großjohann). * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c. Suggested by kai.grossjohann(a)uni-duisburg.de (Kai Großjohann). - ------- ChangeLog Entries from xemacs-packages/sml-mode/ChangeLog ------- 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.11 released. 2003年12月08日 Ville Skyttä <scop(a)xemacs.org> * sml-mode.el (sml-mode): Make autoload hack autoload-only, add interactive flag. - ------- ChangeLog Entries from xemacs-packages/text-modes/ChangeLog ------- 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.73 released. 2004年01月04日 Ville Skyttä <scop(a)xemacs.org> * desktop-entry-mode.el: Version 0.93, adding imenu support, better support for X-* keys and group headers, keywords reserved for use with KDE and miscellaneous cosmetic changes. 2003年12月31日 Ville Skyttä <scop(a)xemacs.org> * po-compat.el: Sync with gettext 0.13.1, po-mode.el already in sync. * po-mode.el: Don't autoload auto-mode-alist association until `po-mode' is autoloaded as well. 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.72 released. * htmlize.el: Sync with upstream version 1.16. - ------- ChangeLog Entries from xemacs-packages/tramp/ChangeLog ------- 2003年12月02日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.17 released. 2003年11月25日 Jeff Miller <jmiller(a)cablespeed.com> * Makefile (MAKEINFO_FLAGS): Add -D xemacs so that XEmacs specific tramp syntax is used in the info files, not the Emacs syntax. - ------- ChangeLog Entries from xemacs-packages/x-symbol/ChangeLog ------- 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.09 released. 2003年12月09日 Steve Youngs <sryoungs(a)bigpond.net.au> * man/x-symbol.texi: Update to latest edition. 2003年12月06日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.08 released. 2003年12月06日 Steve Youngs <sryoungs(a)bigpond.net.au> * man/x-symbol.texi: Remove URI to ProofGeneral page, it has become a porn site. - ------- ChangeLog Entries from xemacs-packages/xemacs-base/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.84 released. 2004年01月27日 Jerry James <james(a)xemacs.org> * easy-mmode.el: Synch with Emacs 21.3. 2003年12月04日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.83 released. 2003年11月28日 Robert Widhopf <mailspam3(a)robf.de> * compile.el (compilation-ask-about-kill): Added new variable allowing to kill a running compilation without being bothered by a question if you really want to kill it. * compile.el (compile-internal): honor `compilation-ask-about-kill' - ------- ChangeLog Entries from xemacs-packages/zenirc/ChangeLog ------- 2004年01月20日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.15 released. 2004年01月15日 Jerry James <james(a)xemacs.org> * Makefile (PRELOADS): Define x-color-defined-p to something harmless. Installing Sumo Packages: ======================== 1) Download the SUMO packages from ftp://ftp.xemacs.org/xemacs/packages/ or any of its mirrors. 2) Unpack to <emacs-roots>/lib/xemacs/ [1] e.g - cd /usr/local/lib/xemacs RET - tar zxvf /path/to/xemacs-sumo.tar.gz RET 3) Restart XEmacs. Norbert Koch, XEmacs Package Release Manager. Footnotes: [1] 'emacs-roots' defaults to '/usr/local/'. C-h v emacs-roots RET to check. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAIma7gu3ywdHdhM0RAoorAJ46FzY+keuEnj3xEG0IZXXt9Vd4fgCeMEIC yOi+Z6fnKIrDSVs9LeVxsxw= =nNbW -----END PGP SIGNATURE-----
  • 1 participants
  • 0 comments
XEmacs-21.4.15 "Security Through Obscurity" is Announced 21 years, 9 months

Vin Shelton
* XEmacs 21.4.15 "Security Through Obscurity" is released. "Security Through Obscurity" is the fifteenth in the OXYMORON series. The latest stable release of XEmacs, XEmacs 21.4.15 - "Security Through Obscurity", is now available from xemacs.org and its mirrors. * Availability Anonymous ftp: ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4 See http://www.xemacs.org/Install/. (Note that the tarball breakdown is slightly different from that implied for 21.1. For 21.4, the xemacs-21.4.15.tar.gz tarball contains the full contents of the xemacs-21.4.15-{src,elc,info}.tar.gz tarballs.) If you already have a 21.4.14 source tree, a patchkit is available in xemacs-21.4.14-21.4.15.patch.gz. This does not update .elcs or .infos, they will be rebuilt when you make XEmacs. If you have an earlier version, you can repeatedly apply patchkits. Also, if you don't have the packages yet, see http://www.xemacs.org/Documentation/packageGuide.html. Anonymous (pserver) CVS: Anonymous CVS is available. We are very grateful to the staff at our host, SunSITE.dk, for a lot of help and quick reponse to all our requests. If you haven't used XEmacs CVS recently, we moved the repository before the 21.4.6 release. The repository structure is the same as before, so it should be possible to reuse an existing checked-out CVS tree. Take care that your Root is set correctly to CVSROOT=:pserver:cvs@cvs.xemacs.org:/pack/xemacscvs On platforms with a Bourne shell and find available, something like for r in `find . -name Root`; do echo $CVSROOT > $r; done will convert your entire tree. Tags are also the same; to update to release 21.4.15, use the release tag "r21-4-15". To set a sticky tag which will always update to the current release, use the branch tag "release-21-4". For more details, see http://www.xemacs.org/Develop/cvsaccess.html * Brief summary of Changes to XEmacs 21.4.15 "Security Through Obscurity" -- Fix: Remove miscellaneous typos and documentation cleanups -- Fix: Fix X resizing on redisplay -- Fix: Fix byte-code compiler for defvar -- Fix: Fix shrink-to-fit function -- Fix: Repair test harness to better report failures -- Fix: Fix Solaris 2.9 build failure -- Fix: Repair case-folding in latin1 searches -- Fix: Conditionally compile missing cygwin messages -- Fix: Add configuration support for Solaris 2.10 -- Fix: Use null device when we have it -- Fix: Add test for regexp \{m,n\} construct -- Fix: Find installexe.sh correctly -- Fix: Fix XtSetArg idiom in frame-x. -- Fix: Fdelete_window fix -- Fix: Support the Intel compiler (icc) -- Fix: Prevent regexp stack overflow -- Fix: Deprecate Motif on Linux -- Fix: Give full version and build date in about.el -- Fix: Sync test harness to 21.5 -- Fix: Call princ and prin1 as functions -- Fix: Sync minitar.c from 21.5 -- Fix: Fix 'make install' assert caused by version control -- Fix: Only display search dialog box if available and requested -- Fix: Don't apply format in byte-compile-warn -- Fix: Allow overwrite on Windows installation -- Fix: Make start-itimer punctual -- Fix: Use shell-command-switch in info.el -- Fix: Support icc 8.0 -- Fix: Support passing ldflags to lib-src -- Fix: Workaround hanging on X errors. -- Update: Add descriptions of 2 Solaris build problems -- Update: Update package versions -- Update: Sync PUI to 21.5 -- Update: Improve specifier documentation -- Feature: Add variable_binding_locus to identify where a variable comes from -- Feature: Add compiler and libc version to installation info -------- ChangeLog Entries from ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released 2004年01月30日 Vin Shelton <acs(a)xemacs.org> * etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15. 2004年01月25日 Steve Youngs <youngs(a)xemacs.org> * etc/package-index.LATEST.gpg: New, replaces `package-index.LATEST.pgp'. * etc/package-index.LATEST.pgp: Removed, replaced with `package-index.LATEST.gpg'. 2004年01月20日 Jerry James <james(a)xemacs.org> * configure.in: The icc compiler pretends to be gcc. It isn't. 2003年11月28日 Norbert Koch <viteno(a)xemacs.org> * etc/PACKAGES (ERC): new. 2003年11月19日 Vin Shelton <acs(a)xemacs.org> * configure.usage (--with-widgets): widgets now defaults to --with-widgets=no. Patch inspired by Jim Schumacher. 2003年10月25日 Norbert Koch <viteno(a)xemacs.org> * etc/PACKAGES (riece): New package. * etc/PACKAGES (liece): Mark as deprecated. 2003年10月26日 Vin Shelton <acs(a)xemacs.org> * configure.in: Add Intel C++ compiler detection to compiler version reporting. 2003年10月16日 Valdis Kletnieks <valdis.kletnieks(a)vt.edu> * configure.in: record additional info about compiler and libc versions, to assist in debugging. 2003年08月28日 Stephen J. Turnbull <stephen(a)xemacs.org> * configure.in (line 3573): (Mule input methods): Deprecate Motif for Linux. (Installation): Report when LessTif is used. 2003年10月11日 Jerry James <james(a)xemacs.org> * configure.in: installexe.sh is under srcdir, not blddir. 2003年10月16日 Jerry James <james(a)xemacs.org> * aclocal.m4: Add icc (Intel compiler) support. * configure.in: Ditto. 2003年09月13日 Martin Buchholz <martin(a)xemacs.org> * configure.in (OS_RELEASE): Add support for SunOS 5.10. On current OSes produced by Sun, `uname -r' prints "5.9". It seems likely that on future OSes, `uname -r' will print "5.10". We need to accept multi-digit release numbers. 2003年09月12日 Rodney Sparapani <rsparapa(a)mcw.edu> * PROBLEMS: Propose bash as an alternative to buggy Solaris /bin/sh. 2003年09月10日 Martin Buchholz <martin(a)xemacs.org> * configure.in: XEmacs failed to build on Solaris9. Solaris9 comes with /usr/demo/SOUND, but no headers or libraries therein. -------- ChangeLog Entries from lib-src/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released -------- ChangeLog Entries from lisp/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released 2003年12月12日 Katsumi Yamaoka <yamaoka(a)jpl.org> * itimer.el (activate-itimer): Modify the itimer timeout value as if it were begun at the last time when the itimer driver was woken up. 2004年01月27日 Stephen J. Turnbull <stephen(a)xemacs.org> * specifier.el (Copyright): Update. (make-specifier-and-init): (map-specifier): (canonicalize-inst-pair): (canonicalize-spec-list): (set-specifier): Synch docstrings to 21.5 where appropriate. 2004年01月25日 Steve Youngs <sryoungs(a)bigpond.net.au> * package-get.el (package-get-list-packages-where): New. A function that allows searching for groups of packages. For example, find all packages that require the fsf-compat package. 2004年01月25日 Steve Youngs <youngs(a)xemacs.org> The Great PUI Sync. * auto-autoloads.el: Regenerated. * custom-load.el: Regenerated. * dumped-lisp.el (packages-hardcoded-lisp): New. * menubar-items.el (menu-max-items): New. (menu-submenu-max-items): New. (menu-submenu-name-format): New. (menu-split-long-menu): New. (menu-sort-menu): New. (default-menubar): Sync to 21.5 in regard to the PUI menus. * obsolete.el (pui-add-install-directory): Renamed to the more logical `pui-set-local-package-get-directory'. (package-get-download-menu): Moved to `package-ui.el' and renamed to `package-ui-add-download-menu'. * package-admin.el (package-admin-install-function-mswindows): Whitespace clean up. (package-admin-add-single-file-package): Removed. (package-admin-default-install-function): Whitespace clean up. (package-admin-find-top-directory): New. (package-admin-get-install-dir): Use it. (package-admin-get-manifest-file): (package-admin-check-manifest): (package-admin-add-binary-package): (package-admin-get-lispdir): (package-admin-delete-binary-package): (package-admin): * package-get.el (package-get-package-index-file-location): New. (package-get-install-to-user-init-directory): New. (package-get-remote): (package-get-download-sites): (package-get-pre-release-download-sites): New. (package-get-site-release-download-sites): New. (package-get-base-filename): (package-get-always-update): (package-get-user-index-filename): Removed. (package-get-pgp-available-p): New. (package-get-require-signed-base-updates): (package-get-was-current): (package-entries-are-signed): New. (package-get-continue-update-base): New. (package-get-download-menu): Removed. (package-get-require-base): (package-get-update-base-entry): (package-get-locate-file): (package-get-locate-index-file): (package-get-maybe-save-index): (package-get-update-base): (package-get-update-base-from-buffer): (package-get-update-base-entries): (package-get-interactive-package-query): (package-get-update-all): (package-get-all): (package-get-dependencies): (package-get-init-package): (package-get-info): New. (package-get): (package-get-staging-dir): (package-get-set-version-prop): Removed. (package-get-installedp): (package-get-ever-installed-p): (packages): Removed. (package-get-custom-groups): Removed. (package-get-custom): Removed. (package-get-custom-add-entry): Removed. * package-info.el (batch-update-package-info): * package-net.el (package-net-batch-generate-bin-ini): (package-net-update-installed-db): * package-ui.el (pui-info-buffer): (pui-directory-exists): Removed. (pui-package-dir-list): Removed. (pui-add-install-directory): Removed. (package-ui-download-menu): New. (package-ui-pre-release-download-menu): New. (package-ui-site-release-download-menu): New. (pui-set-local-package-get-directory): New. (pui-package-symbol-char): (pui-update-package-display): (pui-toggle-package): (pui-toggle-package-key): (pui-toggle-package-delete): (pui-toggle-package-delete-key): (pui-toggle-package-event): (pui-toggle-verbosity-redisplay): (pui-install-selected-packages): (pui-add-required-packages): (pui-help-echo): (pui-display-info): (list-packages-mode): (pui-list-packages): * packages.el (packages-compute-package-locations): (package-require): (package-delete-name): (packages-hardcoded-lisp): Removed. (packages-useful-lisp): Removed. (packages-unbytecompiled-lisp): Removed. (packages-find-package-directories): Summary: Major code clean up of all things PUI. Much improved code to determine where packages should be installed. PUI no longer depends on any packages being pre-installed to compute where packages are to be installed to. The user can specify the location of their package-index file. It isn't necessary to set this because it has sane defaults. People who "run-in-place" won't accidently overwrite the CVS package-index file. See `package-get-package-index-file-location'. PUI will now properly clean up after itself in the event of an unsuccessful package install. This drastically reduces the number of "wrong md5sum" FAQs. non-Mule XEmacsen can no longer install Mule packages. Package management via the custom interface has been removed. The PUI related menubar items have been reorganised. The PGP verification code has been fixed and the default for whether or not it is used is automatically computed. * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)): Just a couple of small changes to allow for `packages-(hardcoded|useful|unbytecompiled)-lisp' not really existing anymore. 2003年12月10日 Hrvoje Niksic <hniksic(a)xemacs.org> * bytecomp.el (byte-compile-warn-about-unused-variables): Don't apply `format' to the first argument of byte-compile-warn, it already calls format. 2003年12月03日 Adrian Aichner <adrian(a)xemacs.org> * files.el (delete-old-versions): Avoid going interactive during make install when environment variable VERSION_CONTROL is set. 2003年12月04日 Vin Shelton <acs(a)xemacs.org> * menubar-items.el (menu-item-search): Only bring up search dialog box if the feature is available and desired. 2003年11月04日 Stephen J. Turnbull <stephen(a)xemacs.org> * about.el (about-personal-info): Fix typo in Tony Rossini's entry. 2003年11月05日 Vin Shelton <acs(a)xemacs.org> * help.el (Help-prin1-face): (Help-princ-face): princ and prin1 are functions and need to be called as such. The idea for this patch was submitted by Eric Eide <eeide(a)cs.utah.edu>. 2003年10月22日 Stephen J. Turnbull <stephen(a)xemacs.org> * about.el (about-xemacs): Give full version and build date. 2003年09月19日 Stephen J. Turnbull <stephen(a)xemacs.org> * win32-native.el (grep-null-device): This XEmacs has null-device. 2003年09月06日 Mike Sperber <mike(a)xemacs.org> * bytecomp.el (byte-compile-defvar-or-defconst): Actually implement the specified semantics for `defvar.' 2003年09月07日 Adrian Aichner <adrian(a)xemacs.org> * window-xemacs.el (display-buffer): Fix for `shrink-to-fit' by Klaus Berndl, calling `shrink-window-if-larger-than-buffer' when displaying buffer in question. -------- ChangeLog Entries from lwlib/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released -------- ChangeLog Entries from man/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released 2004年01月27日 Stephen J. Turnbull <stephen(a)xemacs.org> * lispref/lispref.texi (Top): Pluralize node name Specifier Examples. * lispref/specifiers.texi: Synch to 21.5 where appropriate. 2003年11月04日 Stephen J. Turnbull <stephen(a)xemacs.org> * xemacs-faq.texi: Fix Tony Rossini's address. 2004年01月25日 Steve Youngs <youngs(a)xemacs.org> * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to remove a package. (Q3.8.2): big-menubar is in the edit-utils package. (Q4.3.2): Add a comment about not needing TM for things like Gnus, MH-E and VM. (Q5.3.3): State correct location of ps-print.el. * xemacs/packages.texi (Packages): Remove "Creating Packages" menu entry. (Package Terminology): Whitespace clean up. (Installing Packages): Whitespace clean up and add some @code formatters. Re-organise the menu so that installation via PUI is first and Sumo is last. (Automatically): mule-base is no longer a requirement for using PUI. Mention optionally requiring mailcrypt. (Note): Removed. (Manually): Move to below the PUI installation method. (Sumo): Move to below the manual installation method. (Which Packages): Add mailcrypt. (Building Packages): Remove duplicated stuff that is in lispref/packaging.texi, xref to it instead. (Local.rules File): xref to the appropriate node in lispref/packaging.texi. (Available Packages): Update to current reality. (all): Removed. (srckit): Removed. (binkit): Removed. * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. * new-users-guide/custom2.texi (Init File): big-menubar.el is in the edit-utils package. * lispref/packaging.texi (Packaging): (The User View): (The Library Maintainer View): (Infrastructure): (Control Files): (Obtaining): (The Package Release Engineer View): (Package Terminology): (Building Packages): (Makefile Targets): (packages): New. (Local.rules File): (XEMACS_PACKAGES): Removed. (XEMACS_INSTALLED_PACKAGES_ROOT): New. (NONMULE_PACKAGES): New. (EXCLUDES): New. (Creating Packages): (BATCH): New. (VERSION): Removed. (AUTHOR_VERSION): Removed. (MAINTAINER): Removed. (PACKAGE): Removed. (PKG_TYPE): Removed. (REQUIRES): Removed. (CATEGORY): Removed. (ELS): Removed. (ELCS): Removed. (all): Removed. (srckit): Removed. (binkit): Removed. (are): New. (STANDARD_DOCS): New. (ELCS_1_DEST): New. (example): New. (PACKAGE_SUPPRESS): New. (EXPLICIT_DOCS): New. (DATA_DEST): New. (Documenting Packages): Not quite a total rewrite, but a fairly thorough audit nonetheless. 2003年08月15日 Stephen J. Turnbull <stephen(a)xemacs.org> * internals/internals.texi: Update copyright notice. (GCPROing): Add missing period. (Adding Global Lisp Variables): general.c -> general-slots.h. (A Reader's Guide to XEmacs Coding Conventions): New node. 2003年10月22日 Ilya N. Golubev <gin(a)mo.msk.ru> * custom.texi (The Init File): * xemacs-faq.texi (Q2.1.3): (Q2.1.5): * internals/internals.texi (Modules for Internationalization): * lispref/display.texi (Beeping): * lispref/ldap.texi (Encoder/Decoder Functions): * lispref/markers.texi (The Mark): (The Region): * lispref/menus.texi (Menu Accelerator Functions): * lispref/numbers.texi (Math Functions): * lispref/packaging.texi (package-compile.el): (Makefile Targets): (Local.rules File): * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): (libpq Lisp Variables): (Synchronous Interface Functions): (Other libpq Functions): * new-users-guide/custom2.texi (Init File): (Setting Variables): * new-users-guide/files.texi (File Names): (Saving Files): * new-users-guide/search.texi (Search and Replace): * xemacs/custom.texi (X Resources): Fix up erroneous uses of @var instead of @code for the names of particular variables in programming languages. 2003年10月20日 Ilya N. Golubev <gin(a)mo.msk.ru> * lispref/tips.texi (Style Tips): Note disabling undo in temporary buffers. 2003年10月16日 Ilya N. Golubev <gin(a)mo.msk.ru> * lispref/tips.texi (Comment Tips): Typo fix. 2003年09月22日 Adrian Aichner <adrian(a)xemacs.org> * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE argument for a cross reference to "The XEmacs User's Manual". -------- ChangeLog Entries from netinstall/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released -------- ChangeLog Entries from nt/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released 2003年12月10日 Adrian Aichner <adrian(a)xemacs.org> * xemacs.mak (COPYCMD): New. * xemacs.mak (COPY): New. * xemacs.mak (COPYDIR): New. * xemacs.mak (XEMACS_INCLUDES): * xemacs.mak (install): Allow xemacs.mak to overwrite existing installation. 2003年11月06日 Adrian Aichner <adrian(a)xemacs.org> * minitar.c: Sync with Xemacs 21.5 version to fix package installation in native Windows XEmacs. -------- ChangeLog Entries from src/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released 2004年01月30日 Glynn Clements <glynn.clements(a)virgin.net> * device-x.c (x_error_handler): Don't call stderr_out 2003年11月07日 Katsumi Yamaoka <yamaoka(a)jpl.org> * buffer.c (other-buffer): Clarify documentation of order of arguments for FSF Emacs. 2003年10月11日 Olivier Galibert <galibert(a)pobox.com> * window.c (Fdelete_window): Dirty the mirror structure _before_ marking the window deleted. 2003年09月15日 Jerry James <james(a)xemacs.org> * event-msw.c (debug_mswin_messages): Conditionally compile messages missing from the Cygwin headers. 2003年06月16日 Stephen J. Turnbull <stephen(a)xemacs.org> * data.c (eq_with_ebola_notice): Fix typo in comment. (Ftrue_list_p): Improve docstring. 2003年10月13日 Stephen J. Turnbull <stephen(a)xemacs.org> * frame-x.c (x_update_frame_external_traits): Fix XtSetArg idiom. 2003年09月27日 Stephen J. Turnbull <stephen(a)xemacs.org> * search.c (trivial_regexp_p): Regexps containing "\{" are nontrivial. Thanks to Manfred Bartz for reporting the bug and Stefan Monnier for suggesting a diagnosis. 2003年09月25日 Stephen J. Turnbull <stephen(a)xemacs.org> * elhash.c (make-hash-table): Clarify use of :test #'equal. 2003年09月12日 Stephen J. Turnbull <stephen(a)xemacs.org> * search.c (Fsearch_forward): (Fsearch_backward): Document negative count. 2003年09月13日 Stephen J. Turnbull <stephen(a)xemacs.org> * regex.c (re_max_failures): Bump to 20000 for REGEX_MALLOC, too. 2003年09月13日 Martin Buchholz <martin(a)xemacs.org> * s/sol2.h: Use OS_RELEASE=os_release_major*100+os_release_minor 2003年09月15日 Vin Shelton <acs(a)xemacs.org> * .gdbinit (pobj): Remove Ilya's fix that was only intended for 21.5. 2003年09月12日 Yoshiki Hayashi <yoshiki(a)xemacs.org> * regex.c (TRANSLATE_EXTENDED_UNSAFE): Remove. (re_search_2): Match the first byte of Bufbyte, not Emchar. (re_match_2_internal): Use TRANSLATE instead of TRANSLATE_EXTENDED_UNSAFE. The latter was a hack to bypass non-ASCII char case conversion. 2003年09月08日 Mike Sperber <mike(a)xemacs.org> * symbols.c (Fvariable_binding_locus): Add, as per suggestion from RMS at: http://article.gmane.org/gmane.emacs.pretest.bugs/1010 2003年06月14日 Ilya N. Golubev <gin(a)mo.msk.ru> * .gdbinit (pobj): fix printing of symbol name. 2003年08月01日 Ilya N. Golubev <gin(a)mo.msk.ru> * frame-x.c (x_layout_widgets): When resizing is about to cause frame size slip, mark it for redisplay. 2003年08月18日 Jerry James <james(a)xemacs.org> * opaque.h: Remove unused (X)OPAQUE_MARKFUN definitions. -------- ChangeLog Entries from tests/ChangeLog -------- 2004年02月02日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.15 is released 2003年10月22日 Vin Shelton <acs(a)xemacs.org> * automated/hash-table-tests.el: Remove debugging print statements. 2003年10月22日 Stephen J. Turnbull <stephen(a)xemacs.org> * automated/test-harness.el: Synch to 21.5. 2003年09月25日 Stephen J. Turnbull <stephen(a)xemacs.org> * automated/regexp-tests.el (multiple-match): Test \{m,n\}. 2003年09月09日 Adrian Aichner <adrian(a)xemacs.org> * automated/test-harness.el (test-harness-from-buffer): Log results when running noninteractive. * automated/test-harness.el (batch-test-emacs): Remove misplaced debugging code. Sincerely, Vin Shelton Stable Release Manager for XEmacs
  • 1 participants
  • 0 comments
XEmacs Packages have been released (2004年02月02日) 21 years, 9 months

Norbert Koch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello. The following XEmacs packages have just been released. Updated or New Packages: ======================= auctex-1.36-pkg.tar.gz upstream version: 11.13 c-support-1.19-pkg.tar.gz upstream version: none calendar-1.23-pkg.tar.gz upstream version: none cc-mode-1.42-pkg.tar.gz upstream version: 5.30.8 ecb-1.14-pkg.tar.gz upstream version: 2.11 ecrypto-0.16-pkg.tar.gz upstream version: 2.0 edit-utils-2.11-pkg.tar.gz upstream version: none erc-0.05-pkg.tar.gz upstream version: Version 4.0 Revision: 1.608 ess-1.07-pkg.tar.gz upstream version: 5.1.21 fsf-compat-1.14-pkg.tar.gz upstream version: none gnus-1.79-pkg.tar.gz upstream version: 5.10.6 hyperbole-1.15-pkg.tar.gz upstream version: 4.18 ispell-1.29-pkg.tar.gz upstream version: 3.6 liece-1.13-pkg.tar.gz upstream version: 1.4.9 mail-lib-1.64-pkg.tar.gz upstream version: none mailcrypt-2.14-pkg.tar.gz upstream version: 3.5.8 mh-e-1.28-pkg.tar.gz upstream version: 7.4.2 mule-base-1.46-pkg.tar.gz upstream version: none net-utils-1.38-pkg.tar.gz upstream version: N/A os-utils-1.35-pkg.tar.gz upstream version: none prog-modes-1.94-pkg.tar.gz upstream version: none psgml-1.42-pkg.tar.gz upstream version: 1.3.1 riece-1.14-pkg.tar.gz upstream version: 0.1.7 sgml-1.11-pkg.tar.gz upstream version: none sieve-1.15-pkg.tar.gz upstream version: none sml-mode-0.11-pkg.tar.gz upstream version: 3.9.5 text-modes-1.73-pkg.tar.gz upstream version: none tramp-1.17-pkg.tar.gz upstream version: 2.0.35 x-symbol-1.09-pkg.tar.gz upstream version: 4.5.1 xemacs-base-1.84-pkg.tar.gz upstream version: none xemacs-devel-1.61-pkg.tar.gz upstream version: none zenirc-1.15-pkg.tar.gz upstream version: 2.112 Detailed Changes: ================ - ------- ChangeLog Entries from xemacs-packages/auctex/ChangeLog ------- 2003年12月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.36 released. 2003年08月02日 Mike Sperber <mike(a)xemacs.org> * latex.el (latex-mode): Really turn off filladapt. It just doesn't work with `LaTeX-fill-paragraph'. 2003年10月26日 Ville Skyttä <scop(a)xemacs.org> * CHANGES: cvs rm'd, generated from texi/changes.texi. * INSTALLATION: Ditto, generated from texi/install.texi. * README: Ditto, generated from texi/intro.texi. * .cvsignore: Add CHANGES, INSTALLATION and README. * Makefile (EXTRA_DEPENDENCIES): Add texi/math-ref.log and texi/tex-ref.log. * texi/.cvsignore: Add math-ref.log and tex-ref.log. 2003年03月21日 Ben Wing <ben(a)xemacs.org> * texi/.cvsignore: Add entries for auc-tex*.html. 2003年03月09日 Ben Wing <ben(a)xemacs.org> * Makefile: Delete explicit compile:: and binkit: rules. Don't add custom-load.elc to the list of generated elc's. Include Local.rules.inc at the beginning for access to BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the end. Use EXPLICIT_DOCS instead of explicitly giving the targets and dependencies. Add INSTALLATION to EXTRA_SOURCES. Copy various stuff from texi/Makefile. Create EXTRA_DEPENDENCIES; delete EXTRA_OBJS. * texi/Makefile: Delete. - ------- ChangeLog Entries from xemacs-packages/c-support/ChangeLog ------- 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.19 released. 2003年12月02日 Nix <nix(a)esperi.org.uk> * hideshow.el (hs-grok-mode-type): Don't fail if comment-start or comment-end are nil. - ------- ChangeLog Entries from xemacs-packages/calendar/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.23 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * appt.el (appt-check): Fix parenthesizing error. - ------- ChangeLog Entries from xemacs-packages/cc-mode/ChangeLog ------- 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.42 released. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * Patch release 5.30.8. * cc-engine.el (c-guess-continued-construct, c-guess-basic-syntax): Check a little more carefully if it's a function declaration when an unknown construct followed by a block is found inside a statement context. This avoids macros followed by blocks to be taken as function declarations. (c-guess-continued-construct): Changed the analysis of a statement continuation with a brace open to `substatement-block', for consistency with recognized statements. (c-add-stmt-syntax): Don't continue to the surrounding sexp if the start is in a position so that `c-beginning-of-statement-1' jumped to the beginning of the same statement. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't accept binary operators in the arglist if we're in a function call context, i.e. if `c-restricted-<>-arglists' is set. That avoids template recognition in cases like "if (a < b || c > d)". (c-restricted-<>-arglists): New more appropriate name for `c-disallow-comma-in-<>-arglists'. Accessing functions updated for the variable name change. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the match data could get clobbered if NOT-INSIDE-TOKEN is used. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in labels. (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1' instead of duplicating parts of it. This fixes bogus label recognition. * cc-align.el (c-gnu-impose-minimum): Reverted to the old method of checking the context in which to apply the minimum indentation, so that it isn't enforced in e.g. namespace blocks. * cc-vars.el (c-inside-block-syms): New constant used by `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist' to somewhat reduce the risk of becoming stale. * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from cc-cmds to cc-engine to allow use from cc-align. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully qualified identifiers containing "::". 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-defs.el (c-make-keywords-re): Added kludge for bug in `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-vars.el (c-emacs-features): Use a space in front of the name of the temporary buffer. That also avoids dumping problems in XEmacs due to undo info being left around after the buffer is killed. 2003年11月16日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * cc-engine.el (c-in-knr-argdecl): Look closer at the function arglist to see if it's a K&R style declaration. (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl' before returning `knr-argdecl-intro'. - ------- ChangeLog Entries from xemacs-packages/ecb/ChangeLog ------- 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年11月18日 Klaus Berndl <klaus.berndl(a)sdm.de> * Sync with current upstream 2.11, see NEWS for details. - ------- ChangeLog Entries from xemacs-packages/ecrypto/ChangeLog ------- 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.16 released. 2004年01月16日 Simon Josefsson <jas(a)extundo.com> * password.el: Add. * Makefile (REQUIRES): Add xemacs-base. (ELCS): Add password.el. 2003年12月16日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.15 released. 2003年12月15日 Simon Josefsson <jas(a)extundo.com> * hex-util.el, sha1-el.el: Gnus CVS sync changes for the following ChangeLog entries, until 2001年12月29日 below. 2003年12月16日 Simon Josefsson <jas(a)extundo.com> * sha1-el.el (autoload): Don't use ignore-errors. (sha1-use-external): Use condition-case. Suggested by Katsumi Yamaoka <yamaoka(a)jpl.org>. 2003年12月15日 Simon Josefsson <jas(a)extundo.com> * sha1-el.el (autoload): Ignore errors for executable-find. (XEmacs ecrypto does not require sh-script where executable.el is located.) (sha1-use-external): Likewise. * sha1-el.el (sha1): Add defgroup. (sha1-maximum-internal-length, sha1-program, sha1-use-external) (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL. (sha1): Autoload. 2002年02月20日 Katsumi Yamaoka <yamaoka(a)jpl.org> * hex-util.el: Remove trailing whitespaces, replace spc+tab with tab, replace leading whitespaces with tabs. 2001年12月29日 ShengHuo ZHU <zsh(a)cs.rochester.edu> * sha1-el.el (sha1-use-external): New variable. (sha1-region): Use it. (sha1-string): Ditto. - ------- ChangeLog Entries from xemacs-packages/edit-utils/ChangeLog ------- 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 2.11 released. * winring.el: Sync with upstream version 3.11. - ------- ChangeLog Entries from xemacs-packages/erc/ChangeLog ------- 2004年01月20日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.05 released. * Makefile (VERSION): XEmacs package 0.04 released. * Makefile (AUTHOR_VERSION): Set to correct version. 2004年01月19日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.03 released. 2004年01月18日 Adrian Aichner <adrian(a)xemacs.org> * Full sync with upstream erc 4.0 revision 1.608. * erc-autojoin.el (erc-autojoin-version): Manual expand to preserve upstream revision number. * erc-bbdb.el (erc-bbdb-version): Ditto. * erc-button.el (erc-button-version): Ditto. * erc-chess.el (erc-chess-version): Ditto. * erc-compat.el: * erc-compat.el (erc-compat-version): Ditto. * erc-compat.el (nil): * erc-complete.el (erc-complete-version): Ditto. * erc-dcc.el (erc-dcc-version): Ditto. * erc-ezbounce.el (erc-ezb-version): Ditto. * erc-fill.el (erc-fill-version): Ditto. * erc-ibuffer.el (erc-ibuffer-version): Ditto. * erc-imenu.el (erc-imenu-version): Ditto. * erc-list.el: * erc-list.el (erc-no-list-networks): New. * erc-list.el (erc-chanlist-frame-parameters): New. * erc-list.el (erc-chanlist-hide-modeline): New. * erc-list.el (erc-chanlist-channel-line-regexp): New. * erc-list.el (erc-chanlist-last-time): * erc-list.el (erc-chanlist-frame): New. * erc-list.el (erc-chanlist-sort-state): New. * erc-list.el (erc-chanlist-mode-hook): New. * erc-list.el (erc-chanlist-mode): * erc-list.el (erc-chanlist-mode-map): Removed. * erc-list.el (erc-cmd-LIST): New. * erc-list.el (erc-chanlist): * erc-list.el (erc-chanlist-322): * erc-list.el (erc-chanlist-post-command-hook): New. * erc-list.el (erc-chanlist-highlight-line): New. * erc-list.el (erc-prettify-channel-list): New. * erc-list.el (erc-chanlist-toggle-sort-state): New. * erc-list.el (erc-chanlist-quit): New. * erc-list.el (erc-chanlist-join-channel): New. * erc-match.el (erc-match-version): Manual expand to preserve upstream revision number. * erc-netsplit.el (erc-netsplit-version): Ditto. * erc-nickserv.el (erc-nickserv-version): Ditto. * erc-nickserv.el (erc-current-network): * erc-pcomplete.el: * erc-pcomplete.el (erc-pcomplete-version): Manual expand to preserve upstream revision number. * erc-pcomplete.el (pcomplete/erc-mode/IDLE): New. * erc-replace.el (erc-replace-version): Manual expand to preserve upstream revision number. * erc-ring.el (erc-ring-version): Ditto. * erc-stamp.el (erc-stamp-version): Ditto. * erc-track.el: * erc-track.el (erc-track-version): Ditto. * erc-track.el (erc-track-visibility): New. * erc-track.el (erc-track-exclude-types): * erc-track.el (track): * erc-track.el (track-when-inactive): New. * erc-track.el (erc-buffer-activity): New. * erc-track.el (erc-buffer-activity-timeout): New. * erc-track.el (erc-user-is-active): New. * erc-track.el (erc-buffer-visible): New. * erc-track.el (erc-modified-channels-update): * erc-track.el (erc-modified-channels-display): * erc-track.el (erc-track-modified-channels): * erc.el: * erc.el (erc-version-string): * erc.el (erc-official-location): * erc.el (erc-user-mode): * erc.el (erc-hide-prompt): * erc.el (erc-show-my-nick): * erc.el (erc-message-type): * erc.el ('erc-message-type): New. * erc.el (erc-server-parameters): * erc.el (erc-connected): * erc.el (channel-members): * erc.el (erc-string-no-properties): * erc.el (erc-prompt): * erc.el (erc-command-indicator): * erc.el (erc-prompt-interactive-input): Removed. * erc.el (erc-echo-notices-in-minibuffer-flag): * erc.el (erc-auto-reconnect): * erc.el (erc-ignore-list): * erc.el (erc-ignore-reply-list): * erc.el (erc-quit-reason-various-alist): * erc.el (erc-part-reason-various-alist): * erc.el (erc-quit-reason): * erc.el (erc-part-reason): * erc.el (erc-send-completed-hook): * erc.el (erc-quit-hook): * erc.el (erc-part-hook): * erc.el (erc-connect-pre-hook): * erc.el (erc-process): * erc.el (define-erc-module): * erc.el (erc-once-with-server-event): * erc.el (erc-once-with-server-event-global): New. * erc.el (erc-server-buffer): * erc.el (erc-server-buffer-p): * erc.el (erc-query-buffer-p): New. * erc.el (erc-ison-p): * erc.el (erc-generate-new-buffer-name): * erc.el (erc-get-buffer-create): * erc.el (erc-member-ignore-case): * erc.el (erc-with-buffer): * erc.el (erc-with-all-buffers-of-server): * erc.el (erc-channel-list): * erc.el (erc-buffer-list-with-nick): * erc.el (erc-network-name): * erc.el (erc-modules): * erc.el ("erc"): * erc.el (erc-update-modules): * erc.el (erc): * erc.el (erc-initialize-log-marker): * erc.el (erc-debug-irc-protocol): * erc.el (NOTE): New. * erc.el (erc-log-irc-protocol): * erc.el (erc-toggle-debug-irc-protocol): * erc.el (erc-send-command): * erc.el (erc-split-command): * erc.el (erc-send-ctcp-message): * erc.el (erc-send-ctcp-notice): * erc.el (erc-noncommands-list): * erc.el (erc-display-line-1): * erc.el (erc-scroll-to-bottom): * erc.el (erc-display-message-highlight): * erc.el (erc-display-message): * erc.el (erc-message-type-member): * erc.el (erc-send-input-line): * erc.el (erc-cmd-AMSG): * erc.el (erc-cmd-SAY): * erc.el (erc-cmd-SET): * erc.el (erc-cmd-default): * erc.el (erc-cmd-IGNORE): * erc.el (erc-cmd-OPS): New. * erc.el (erc-cmd-CTCP): * erc.el (erc-cmd-HELP): * erc.el (erc-cmd-JOIN): * erc.el (erc-channel-new-member-names): * erc.el (erc-cmd-KICK): * erc.el (erc-cmd-WHOIS): * erc.el (erc-cmd-IDLE): New. * erc.el (erc-cmd-ME): * erc.el (erc-cmd-LASTLOG): * erc.el (erc-send-message): * erc.el (erc-cmd-MSG): * erc.el (erc-cmd-SQUERY): * erc.el (erc-cmd-NICK): * erc.el (erc-cmd-QUOTE): * erc.el (erc-cmd-QUERY): * erc.el (erc-quit-reason-normal): * erc.el (erc-quit-reason-zippy): * erc.el (erc-quit-reason-various): * erc.el (erc-part-reason-normal): * erc.el (erc-part-reason-zippy): * erc.el (erc-part-reason-various): * erc.el (erc-kill-queries-on-quit): * erc.el (erc-cmd-GQUIT): * erc.el (erc-cmd-SV): * erc.el (erc-cmd-DEOP): * erc.el (erc-cmd-OP): * erc.el (erc-cmd-BANLIST): * erc.el (erc-cmd-MASSUNBAN): * erc.el (erc-prepend-properties): * erc.el (erc-strip-controls): * erc.el (erc-decode-controls): * erc.el (erc-interpret-controls): * erc.el (erc-merge-controls): * erc.el (erc-grab-region): * erc.el (erc-display-prompt): * erc.el (erc-interactive-input-map): Removed. * erc.el (erc-join-channel): * erc.el (erc-part-from-channel): * erc.el (erc-quit-server): * erc.el (erc-bol): * erc.el (erc-complete-word): * erc.el (erc-default-server-handler): * erc.el (erc-debug-missing-hooks): * erc.el (erc-call-hooks): * erc.el (erc-duplicate-timeout): * erc.el (erc-parse-line-from-server): * erc.el (erc-server-vectors): * erc.el (erc-query): * erc.el (erc-auto-query): * erc.el (erc-nickname-in-use): * erc.el (erc-server-hook-list): * erc.el (erc-server-JOIN): * erc.el (erc-server-MODE): * erc.el (erc-server-NICK): * erc.el (erc-server-PART): * erc.el (erc-server-PING): * erc.el (erc-server-PONG): * erc.el (erc-setup-periodical-server-ping): * erc.el (erc-server-PRIVMSG-or-NOTICE): * erc.el (erc-server-QUIT): * erc.el (erc-server-TOPIC): * erc.el (erc-server-005): * erc.el (erc-server-305): * erc.el (erc-server-306): * erc.el (erc-server-311-or-314): * erc.el (channel-banlist): * erc.el (erc-banlist-store): * erc.el (erc-banlist-finished): * erc.el (erc-banlist-update): * erc.el (erc-group-list): * erc.el (erc-handle-login): * erc.el (erc-server-MOTD): * erc.el (erc-connection-established): * erc.el (erc-set-initial-user-mode): * erc.el (erc-display-error-notice): * erc.el (erc-server-401): * erc.el (erc-server-403): * erc.el (erc-server-405): * erc.el (erc-server-406): * erc.el (erc-process-ctcp-query): * erc.el (erc-ctcp-query-ACTION): * erc.el (erc-ctcp-query-CLIENTINFO): * erc.el (erc-ctcp-query-ECHO): * erc.el (erc-ctcp-query-FINGER): * erc.el (erc-ctcp-query-PING): * erc.el (erc-ctcp-query-TIME): * erc.el (erc-ctcp-query-USERINFO): * erc.el (erc-ctcp-query-VERSION): * erc.el (erc-process-ctcp-reply): * erc.el (erc-ctcp-reply-ECHO): * erc.el (erc-ctcp-reply-CLIENTINFO): * erc.el (erc-ctcp-reply-FINGER): * erc.el (erc-ctcp-reply-PING): * erc.el (erc-ctcp-reply-TIME): * erc.el (erc-ctcp-reply-VERSION): * erc.el (erc-process-away): * erc.el (erc-channel-begin-receiving-names): * erc.el (erc-channel-end-receiving-names): * erc.el (erc-channel-receive-names): * erc.el (erc-update-current-channel-member): * erc.el (erc-update-channel-member): * erc.el (erc-get-current-channel-members): * erc.el (erc-get-channel-members): * erc.el (erc-remove-current-channel-member): * erc.el (erc-remove-channel-member): * erc.el (erc-update-channel-topic): * erc.el (erc-set-modes): * erc.el (erc-sort-strings): * erc.el (erc-parse-modes): * erc.el (erc-update-modes): * erc.el (erc-update-channel-limit): * erc.el (erc-find-channel-info-buffer): * erc.el (erc-update-channel-info-buffer): * erc.el (erc-remove-member-all-channels): * erc.el (erc-update-member-all-channels): * erc.el (erc-update-channel-info-buffers): * erc.el (erc-handle-user-status-change): * erc.el (erc-highlight-notice): * erc.el (erc-highlight-error): * erc.el (erc-parse-user): * erc.el (erc-extract-nick): * erc.el (erc-put-text-properties): * erc.el (erc-beg-of-input-line): * erc.el (erc-end-of-input-line): * erc.el (erc-send-distinguish-noncommands): * erc.el (erc-set-current-nick): * erc.el (erc-current-nick): * erc.el (erc-current-nick-p): * erc.el (erc-nick-equal-p): * erc.el (erc-default-target): * erc.el (erc-add-default-channel): * erc.el (erc-delete-default-channel): * erc.el (erc-add-query): * erc.el (erc-delete-query): * erc.el (erc-ignored-user-p): * erc.el (erc-ignored-reply-p): * erc.el (erc-message-target): * erc.el (erc-toggle-ctcp-autoresponse): * erc.el (erc-toggle-flood-control): * erc.el (erc-toggle-interpret-controls): * erc.el (erc-invite-only-mode): * erc.el (erc-toggle-channel-mode): * erc.el (erc-insert-mode-command): * erc.el (erc-channel-names): * erc.el (erc-find-file): * erc.el (erc-select-startup-file): * erc.el (erc-find-script-file): * erc.el (erc-load-script): * erc.el (erc-process-script-line): * erc.el (erc-load-irc-script): * erc.el (erc-load-irc-script-lines): * erc.el (erc-login): * erc.el (erc-determine-parameters): * erc.el (erc-compute-server): * erc.el (erc-compute-nick): * erc.el (erc-compute-full-name): * erc.el (erc-string-to-emacs-time): * erc.el (found): New. * erc.el (erc-emacs-time-to-erc-time): * erc.el (erc-current-time): * erc.el (erc-time-diff): * erc.el (erc-time-gt): * erc.el (erc-sec-to-time): * erc.el (erc-seconds-to-string): New. * erc.el (erc-clientinfo-alist): * erc.el (erc-client-info): * erc.el (erc-directory-writable-p): * erc.el (erc-kill-query-buffers): * erc.el (erc-nick-at-point): * erc.el (erc-operator-p): * erc.el (erc-away-p): * erc.el (erc-mode-line-format): * erc.el (erc-header-line-format): * erc.el (erc-common-server-suffixes): * erc.el (erc-shorten-server-name): * erc.el (erc-prepare-mode-line-format): * erc.el (erc-update-mode-line-buffer): * erc.el (erc-update-mode-line): * erc.el (erc-port-to-string): * erc.el (erc-string-to-port): * erc.el (erc-trim-string): * erc.el (erc-arrange-session-in-multiple-windows): * erc.el (erc-make-message-variable-name): * erc.el (erc-define-catalog-entry): * erc.el (erc-define-catalog): * erc.el (erc-message-english-PART): * erc.el (erc-retrieve-catalog-entry): * erc.el (erc-format-message): * erc.el (erc-make-read-only): * erc.el (erc-kill-buffer-hook): * erc.el (erc-unmorse): 2003年11月26日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.02 released. * Makefile (AUTHOR_VERSION): Remove leftover from a CVS Revision tag. 2003年11月25日 Adrian Aichner <adrian(a)xemacs.org> * erc-log.el (erc-log-file-coding-system): Use 'binary coding-system under XEmacs (instead of 'emacs-mule). * erc-log.el (erc-w32-invalid-file-characters): Removed as no longer needed. * erc-log.el (erc-generate-log-file-name-long): Use `convert-standard-filename', which exists in XEmacs too. 2003年11月23日 Adrian Aichner <adrian(a)xemacs.org> * erc-button.el (erc-widget-press-button): New. Fixes [ 843318 ] as suggested in http://gnufans.net/~deego/emacspub/site-lisp/ignotus-erc-init.el 2003年11月23日 Adrian Aichner <aichner(a)xemacs.org> * Create package. - ------- ChangeLog Entries from xemacs-packages/ess/ChangeLog ------- 2004年01月30日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.07 released. 2004年01月28日 Jerry James <james(a)xemacs.org> * lisp/essl-omg.el: Comment out malformed modify-syntax-entry. - ------- ChangeLog Entries from xemacs-packages/fsf-compat/ChangeLog ------- 2003年12月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年11月29日 Adrian Aichner <adrian(a)xemacs.org> * goto-addr.el: Require overlay based (featurep 'xemacs) instead of (fboundp 'overlays-in). - ------- ChangeLog Entries from xemacs-packages/gnus/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.79 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * lisp/gnus-spec.el (gnus-parse-simple-format): Fix setq value omission. 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.78 released. 2004年01月16日 Steve Youngs <sryoungs(a)bigpond.net.au> * lisp/gnus.el: Autoload `message-y-or-n-p' 2004年01月12日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.77 released. 2004年01月12日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (DONTCOMPILE): Add _pkg.el, auto-autoloads.el, and custom-load.el to prevent circular dependencies and double files in the tarballs. 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.76 released. 2004年01月05日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (AUTHOR_VERSION): Gnus 5.10.6 is released. See the ChangeLog.upstream files for details. 2003年12月08日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.75 released. 2003年12月08日 Steve Youngs <sryoungs(a)bigpond.net.au> * lisp/lpath.el: Maybe bind `with-timeout'. * lisp/dgnushack-xemacs.el: Defalias `match-string-no-properties' to `match-string'. * Makefile (DONTCOMPILE): Add gpg*.el. (REQUIRES): Remove rmail, tm, and apel. 2003年12月08日 Katsumi Yamaoka <yamaoka(a)jpl.org> * lisp/gnus-util.el: Revert 2003年11月29日 change, instead, provide the compiler macro for rmail-select-summary if rmail is not available. 2003年12月04日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.74 released. 2003年12月03日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (REQUIRES): Remove fsf-compat, add ps-print. (LISPFILES): Removed. (DONTCOMPILE): New. For any lisp that shouldn't be compiled. (ELCS): Use it. (PRELOADS): New. Preload lisp/dgnushack-xemacs.el & lisp/lpath.el * lisp/dgnushack.el: New. We don't do anything with this file, it's only here because it exists in the upstream tree. * lisp/dgnushack-xemacs.el: New. XEmacs package version of above. * lisp/lpath.el: New. From upstream tree. 2003年11月29日 Jerry James <james(a)xemacs.org> * lisp/gnus-util.el: Get rmail definitions when compiling. * lisp/gnus-xmas.el: Add autoloads for macros defined in gnus.el. 2003年12月01日 Steve Youngs <sryoungs(a)bigpond.net.au> * lisp/mm-url.el: Require itimer when building with XEmacs. * lisp/gpg.el: Ditto. - ------- ChangeLog Entries from xemacs-packages/hyperbole/ChangeLog ------- 2004年01月12日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.15 released. 2003年11月29日 Jerry James <james(a)xemacs.org> * hgnus.el: Get macros in gnus-sum when compiling. * hvm.el (vm-edit-message-end): Follow recent VM name change. 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. - ------- ChangeLog Entries from xemacs-packages/ispell/ChangeLog ------- 2004年01月14日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.29 released. 2004年01月08日 Jerry James <james(a)xemacs.org> * ispell.el (ispell-library-path): Do not look for the ispell executable at compile time. 2003年12月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.28 released. 2003年12月31日 Ville Skyttä <scop(a)xemacs.org> * Makefile (AUTHOR_VERSION): This is upstream 3.6. 2003年12月30日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.27 released. 2003年12月20日 Jerry James <james(a)xemacs.org> * ispell.el: Upgrade to version 3.6 from Ken Stevens <k.stevens(a)ieee.org>. - ------- ChangeLog Entries from xemacs-packages/mail-lib/ChangeLog ------- 2003年12月07日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.64 released. 2003年11月06日 Mats Lidell <matsl(a)xemacs.org> * browse-url.el: Sync up with GNU Emacs CVS version 1.32 including the following changes below before entry 2003年10月31日 2003年07月31日 John Paul Wallington <jpw(a)gnu.org> * browse-url.el (browse-url-epiphany): Doc fix. 2003年07月07日 Richard M. Stallman <rms(a)gnu.org> * net/browse-url.el (browse-url-browser-function): Add alternative for Epiphany. (browse-url-epiphany-program, browse-url-epiphany-arguments) (browse-url-epiphany-startup-arguments) (browse-url-epiphany-new-window-is-tab): New variables. (browse-url-epiphany, browse-url-epiphany-sentinel): New functions. 2003年04月12日 Stefan Monnier <monnier(a)cs.yale.edu> * net/browse-url.el: Don't autoload all these defcustoms. (browse-url-default-macosx-browser): New fun. (browse-url-browser-function): Use it for system-type = darwin. (browse-url-usr1-signal): Remove. (browse-url-mosaic): Use SIGUSR1 directly instead. (browse-url-gnome-moz-program): New var. (browse-url-gnome-moz, browse-url-default-browser): Use it. - ------- ChangeLog Entries from xemacs-packages/mailcrypt/ChangeLog ------- 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 2.14 released. 2003年11月29日 Jerry James <james(a)xemacs.org> * mc-toplev.el: Autoload definitions from mh-utils when compiling. - ------- ChangeLog Entries from xemacs-packages/mh-e/ChangeLog ------- 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.28 released. 2003年11月17日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (MAINTAINER): Change to XEmacs Beta, I don't have time for it anymore. * package-info.in (description): Update. - ------- ChangeLog Entries from mule-packages/mule-base/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.46 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * isearch-mule.el (isearch-fep-read-quail): Fix parentheses. 2003年12月19日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.45 released. 2003年12月15日 Steve Youngs <sryoungs(a)bigpond.net.au> * package-info.in (description): A slightly less confusing description. - ------- ChangeLog Entries from xemacs-packages/net-utils/ChangeLog ------- 2004年01月12日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.38 released. 2004年01月12日 Steve Youngs <sryoungs(a)bigpond.net.au> * Makefile (REQUIRES): Add fsf-compat for browse-clt12. (DONTCOMPILE): New. (ELCS): Use it. 2004年01月07日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.37 released. 2004年01月07日 Steve Youngs <sryoungs(a)bigpond.net.au> * google-query.el: Don't autoload `url-hexify-string'. (google-query-unreserved-chars): New. (google-query-hexify-string): New. (google-query): Use it. Remove eye-candy. (google-query-result-count): New. (google-query): Use it. From Jeff Mincy <jeff(a)delphioutpost.com> 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.36 released. 2004年01月05日 Steve Youngs <sryoungs(a)bigpond.net.au> * google-query.el: New. * mozmail.el: New. * package-info.in (provides): Add `google-query', `mozmail'. 2003年12月03日 Katsumi Yamaoka <yamaoka(a)jpl.org> * dns.el: Fix misplaced eval-when-compile. 2003年12月04日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.35 released. 2003年12月03日 Steve Youngs <sryoungs(a)bigpond.net.au> * xml.el: defalias `match-string-no-properties' to `match-string'. * webster-www.el: Autoload `w3-form-encode-xwfu' at compile time. * net-utils.el: Autoload `ffap-string-at-point' at compile time. * feedmail.el: Require smtpmail at compile time. * browse-cltl2.el (url-retrieve): Autoload it. * Makefile (AUTHOR_VERSION): Set to N/A. (MAINTAINER): Set to me. (ELCS): Change to something a whole lot easier to maintain using patsubst. (REQUIRES): Remove fsf-compat, add vm. 2003年11月29日 Jerry James <james(a)xemacs.org> * dns.el: Autoloading 'gnus-xmacs-open-network-stream did not work. Require gnus-xmas when compiling instead. 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.34 released. 2003年11月17日 Steve Youngs <sryoungs(a)bigpond.net.au> * xemacsbug.el (report-xemacs-bug-packages-list): New. (report-xemacs-bug): Use it. - ------- ChangeLog Entries from xemacs-packages/prog-modes/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.94 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * teco.el (teco-read-command): Fix parenthesizing error. 2004年01月26日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.93 released. 2004年01月25日 Ville Skyttä <scop(a)xemacs.org> * php-mode.el: Sync with upstream 1.1.0. * prog-modes.texi: Typo/spelling fixes. 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.92 released. 2003年12月08日 Ville Skyttä <scop(a)xemacs.org> * php-mode.el (php-mode): Make autoload hack autoload-only, add interactive flag. - ------- ChangeLog Entries from xemacs-packages/psgml/ChangeLog ------- 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.42 released. 2003年12月08日 Ville Skyttä <scop(a)xemacs.org> * psgml.el (xml-mode): Make autoload hack autoload-only, add interactive flag. - ------- ChangeLog Entries from xemacs-packages/riece/ChangeLog ------- 2003年12月28日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年12月25日 Daiki Ueno <ueno(a)unixuser.org> * Riece: Version 0.1.7 released. * configure.ac: Bump up version to 0.1.7. 2003年11月10日 Daiki Ueno <ueno(a)unixuser.org> * Riece: Version 0.1.6 released. * configure.ac: Bump up version to 0.1.6. 2003年12月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.13 released. 2003年12月01日 Adrian Aichner <adrian(a)xemacs.org> * Makefile: Fix a copy-cat error. - ------- ChangeLog Entries from xemacs-packages/sgml/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.11 released. 2004年01月26日 Jerry James <james(a)xemacs.org> * sgml-mode.el (sgml-skip-tag-forward): Insert omitted setq value. - ------- ChangeLog Entries from xemacs-packages/sieve/ChangeLog ------- 2004年01月17日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.15 released. 2004年01月16日 Simon Josefsson <jas(a)extundo.com> * Makefile (REQUIRES): Add ecrypto. *: Sync with Gnus CVS, ChangeLog entries below until 2003年10月31日. 2004年01月05日 Simon Josefsson <jas(a)extundo.com> * sieve-manage.el: Use the password package. (sieve-manage-read-passwd): Remove. (sieve-manage-interactive-login): Use password. Re-add condition-case around loop. 2002年08月07日 Simon Josefsson <jas(a)extundo.com> * sieve-manage.el (require): Use SASL, not RFC2104/MD5. (sieve-manage-authenticators): (sieve-manage-authenticator-alist): Add some SASL mechs. (sieve-sasl-auth): New function. (sieve-manage-cram-md5-auth): (sieve-manage-plain-auth): Rewrite using SASL library. (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth) (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth) (sieve-manage-ntlm-p, sieve-manage-ntlm-auth) (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers. 2003年06月24日 Jesper Harder <harder(a)ifa.au.dk> * sieve.texi (Sieve Mode): Formatting fix. 2003年05月17日 Adrian Aichner <adrian(a)xemacs.org> * sieve.texi (Managing Sieve): Ruthless typo fixing. 2003年05月02日 Dave Love <fx(a)gnu.org> * sieve.el (sieve-manage-mode-menu): Define before use. 2003年04月29日 Simon Josefsson <jas(a)extundo.com> * sieve-mode.el (c-mode): Autoload it (fix xemacs compile warnings). 2003年01月26日 Simon Josefsson <jas(a)extundo.com> * sieve.texi (Installation): Extension .sv is also used. 2003年01月25日 Simon Josefsson <jas(a)extundo.com> * sieve-manage.el (sieve-manage-is-okno): Parse literal strings. * sieve.el (sieve-upload): Fix error printing. 2003年01月12日 Simon Josefsson <jas(a)extundo.com> * sieve.el (sieve-upload-and-bury): New. Suggested by kai.grossjohann(a)uni-duisburg.de (Kai Großjohann). * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c. Suggested by kai.grossjohann(a)uni-duisburg.de (Kai Großjohann). - ------- ChangeLog Entries from xemacs-packages/sml-mode/ChangeLog ------- 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 0.11 released. 2003年12月08日 Ville Skyttä <scop(a)xemacs.org> * sml-mode.el (sml-mode): Make autoload hack autoload-only, add interactive flag. - ------- ChangeLog Entries from xemacs-packages/text-modes/ChangeLog ------- 2004年01月05日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.73 released. 2004年01月04日 Ville Skyttä <scop(a)xemacs.org> * desktop-entry-mode.el: Version 0.93, adding imenu support, better support for X-* keys and group headers, keywords reserved for use with KDE and miscellaneous cosmetic changes. 2003年12月31日 Ville Skyttä <scop(a)xemacs.org> * po-compat.el: Sync with gettext 0.13.1, po-mode.el already in sync. * po-mode.el: Don't autoload auto-mode-alist association until `po-mode' is autoloaded as well. 2003年11月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.72 released. * htmlize.el: Sync with upstream version 1.16. - ------- ChangeLog Entries from xemacs-packages/tramp/ChangeLog ------- 2003年12月02日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.17 released. 2003年11月25日 Jeff Miller <jmiller(a)cablespeed.com> * Makefile (MAKEINFO_FLAGS): Add -D xemacs so that XEmacs specific tramp syntax is used in the info files, not the Emacs syntax. - ------- ChangeLog Entries from xemacs-packages/x-symbol/ChangeLog ------- 2003年12月09日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.09 released. 2003年12月09日 Steve Youngs <sryoungs(a)bigpond.net.au> * man/x-symbol.texi: Update to latest edition. 2003年12月06日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.08 released. 2003年12月06日 Steve Youngs <sryoungs(a)bigpond.net.au> * man/x-symbol.texi: Remove URI to ProofGeneral page, it has become a porn site. - ------- ChangeLog Entries from xemacs-packages/xemacs-base/ChangeLog ------- 2004年01月27日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.84 released. 2004年01月27日 Jerry James <james(a)xemacs.org> * easy-mmode.el: Synch with Emacs 21.3. 2003年12月04日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.83 released. 2003年11月28日 Robert Widhopf <mailspam3(a)robf.de> * compile.el (compilation-ask-about-kill): Added new variable allowing to kill a running compilation without being bothered by a question if you really want to kill it. * compile.el (compile-internal): honor `compilation-ask-about-kill' - ------- ChangeLog Entries from xemacs-packages/zenirc/ChangeLog ------- 2004年01月20日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.15 released. 2004年01月15日 Jerry James <james(a)xemacs.org> * Makefile (PRELOADS): Define x-color-defined-p to something harmless. Installing These: ================ Manually: - -------- 1) Download the packages that you want to install from: [1] /ftp.xemacs.org:/pub/xemacs/packages/ 2) Unpack them to: [2] /usr/local/lib/xemacs/xemacs-packages/ 3) Re-start XEmacs. Using XEmacs Package Tools (XEmacs 21.[245].x): - ---------------------------------------------- 1) Tools -> Packages -> Add Download Site -> choose site 2) Tools -> Packages -> List and Install 3) Select the packages you wish to install (there are brief instructions at the bottom of the packages buffer). 4) Packages -> Install/Remove Selected 5) Re-start XEmacs. Using XEmacs Package Tools (XEmacs 21.1.14): - ------------------------------------------- 1) Options -> Manage Packages -> Add Download Site -> choose site 2) Options -> Manage Packages -> List and Install 3 - 5) As per XEmacs 21.[245].x. Norbert Koch, XEmacs Package Release Manager Footnotes: [1] Or from a mirror near you. [2] Note: Mule packages should be installed into: /usr/local/lib/xemacs/mule-packages/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAHrKSgu3ywdHdhM0RAo1uAKDtZvx7GEU5BdwU2GK/FBU26pCwXwCgq/KB yXDY9T6uLOxHkzZtxLBp28I= =ZygB -----END PGP SIGNATURE-----
  • 1 participants
  • 0 comments
Results per page:

AltStyle によって変換されたページ (->オリジナル) /