[ANNOUNCE] New Sumo Packages Released
Norbert Koch <[email protected]> Mon, 06 Oct 2003 07:08:44 +0200
| Newsgroups | gmane.emacs.xemacs.announce |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! 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: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Sun-1.14-pkg.tar.gz author-version: 21.4 c-support-1.17-pkg.tar.gz author-version: 21.4 cc-mode-1.40-pkg.tar.gz author-version: 5.30.7 crisp-1.13-pkg.tar.gz author-version: 1.34 dired-1.14-pkg.tar.gz author-version: 7.11 ecb-1.12-pkg.tar.gz author-version: 1.96 edebug-1.19-pkg.tar.gz author-version: 21.4 efs-1.31-pkg.tar.gz author-version: 1.22 emerge-1.10-pkg.tar.gz author-version: 21.4 eterm-1.14-pkg.tar.gz author-version: 21.4 frame-icon-1.10-pkg.tar.gz author-version: 21.4 igrep-1.11-pkg.tar.gz author-version: 2.95 mail-lib-1.62-pkg.tar.gz author-version: 21.4 mh-e-1.25-pkg.tar.gz author-version: 7.4.2 mine-1.15-pkg.tar.gz author-version: 1.9 misc-games-1.17-pkg.tar.gz author-version: 21.4 prog-modes-1.89-pkg.tar.gz author-version: 21.4 reftex-1.32-pkg.tar.gz author-version: 4.21 sgml-1.09-pkg.tar.gz author-version: 21.4 slider-1.14-pkg.tar.gz author-version: 0.3x1 sounds-au-1.11-pkg.tar.gz author-version: 21.4 sounds-wav-1.11-pkg.tar.gz author-version: 21.4 strokes-1.09-pkg.tar.gz author-version: 21.4 text-modes-1.66-pkg.tar.gz author-version: 21.4 tooltalk-1.14-pkg.tar.gz author-version: 21.4 tpu-1.13-pkg.tar.gz author-version: 4.2X vm-7.17-pkg.tar.gz author-version: 7.17 xemacs-base-1.81-pkg.tar.gz author-version: 21.4 Detailed Changes: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D cc-mode-1.40 - ------------ 2003-09-25 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.40 released. 2003-09-24 Martin Stjernholm <[email protected]> * cc-engine.el (c-parse-state): Fixed bug that could cause errors when the state cache contains info on parts that have been narrowed out. 2003-09-24 Martin Stjernholm <[email protected]> * cc-vars.el (c-comment-prefix-regexp): Document that `c-setup-paragraph-variables' has to be used when this variable is changed; it doesn't work to reinitialize the mode since that typically clobbers the variable. * cc-styles.el (c-setup-paragraph-variables): Made it interactive. 2003-09-24 Martin Stjernholm <[email protected]> * cc-fonts.el (c-font-lock-declarations): Fixed recognition of constructors and destructors for classes whose names are matched by `*-font-lock-extra-types'. * cc-langs.el (c-type-list-kwds): If "operator" is followed by an identifier in C++ then it's a type. 2003-09-24 Martin Stjernholm <[email protected]> * cc-fonts.el (c-font-lock-invalid-string): Fixed eob problem that primarily affected XEmacs. Don't use faces to find unterminated strings since Emacs and XEmacs fontify strings differently - this function should now work better in XEmacs. 2003-09-24 Martin Stjernholm <[email protected]> * cc-cmds.el (c-electric-brace): Fixed a bug in the `expand-abbrev' workaround which caused braces to disbehave inside macros. * cc-engine.el (c-forward-keyword-clause): Fixed error handling. This bug could cause interactive font locking to bail out. 2003-09-24 Martin Stjernholm <[email protected]> * cc-engine.el (c-just-after-func-arglist-p): Handle paren-style types in Pike. Also fixed some cases of insufficient handling of unbalanced parens. dired-1.14 - ---------- 2003-08-31 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.14 released. 2003-08-30 Mike Sperber <[email protected]> * Dired 7.11. 2003-08-30 Mike Sperber <[email protected]> * dired.el (dired-noselect):=20 (dired-find-buffer-nocreate): Only access `find-file-compare-truenames' if it's bound. 2003-08-19 Ren=E9 Kyllingstad <[email protected]> * dired.el (dired-noselect):=20 (dired-find-file-compare-truenames): (dired-find-buffer-nocreate): Opening a dired buffer with find-file-compare-truenames non-nil is very slow on win32, yet it is especially helpful to have it non-nil on win32 since it detects when one opens the same file with different case in the filename/path (not so important for dired buffers). 2003-08-11 Mike Sperber <[email protected]> * dired.el (dired-re-month-and-time): Change `setq' to a `defconst'. Add comment. 2003-08-05 Mike Sperber <[email protected]> * dired-xemacs.el (dired-move-to-permissions): Remove copy; somehow, there were two of them. 2003-08-03 Mike Sperber <[email protected]> * dired.el (dired-use-ls-dired): Add. (dired-insert-directory): (dired-indent-listing): (dired-insert-subdir-doinsert): (dired-add-entry): (dired-add-entry-do-indentation): Respect `dired-use-ls-dired'. (dired-manual-move-to-filename): Use `dired-maybe-filename-start'. (dired-manual-move-to-end-of-filename): Use `dired-maybe-filename-end'. * dired-xemacs.el (dired-maybe-filename-start):=20 (dired-maybe-filename-end): Added. (dired-set-text-properties): Don't create new extent if there's one already there. * dired-fsf.el (dired-maybe-filename-start):=20 (dired-maybe-filename-end): Added. (Completely untested.) 2003-08-02 Mike Sperber <[email protected]> * dired-sex.el (dired-parse-ls): Convert from macro to a function. Set `name' correctly. 2003-07-24 Mike Sperber <[email protected]> * dired.el (dired-copy-file-recursive): Implemented recursive copy. (dired-copy-confirmer): Added. (dired-no-confirm): Added (const recursive-copy) type. 2003-01-28 James LewisMoss <[email protected]> * dired.el (dired-re-month-and-time): add iso-date format to possible month-day formats. 2002-08-27 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * dired.el (dired-find-buffer-nocreate): Cater to GNU Emacs which doesn't have `find-file-compare-truenames' (but which seems to always compare by truename.) * Makefile.dired (install_elc): Rename from install_obj. (install_elc): Ignore errors from installing non-existent .info file. (install_src): Ignore errors from installing non-existent .texi file. ecb-1.12 - -------- 2003-09-18 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.12 released. 2003-09-18 Klaus Berndl <[email protected]> * ecb-winman-support.el DOS line-endings --> Unix 2003-09-18 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.11 released. 2003-09-18 Klaus Berndl <[email protected]> * Sync with current upstream 1.96, see NEWS for details. edebug-1.19 - ----------- 2003-09-10 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.19 released. 2003-09-08 Mike Sperber <[email protected]> * edebug.el (edebug-var-status): Added (edebug-restore-status): Added. (edebug-enter):=20 (edebug-outside-excursion): Use above. Correctly handle {pre,post}-command-hook, as per RMS's suggestion at: http://article.gmane.org/gmane.emacs.pretest.bugs/1010 efs-1.31 - -------- 2003-09-29 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.31 released. 2003-09-29 Mike Sperber <[email protected]> * EFS 1.22 2003-09-05 Mike Sperber <[email protected]> * efs-cp-p.el (efs-local-time): Use `efs-decode-month-name' instead of `efs-month-alist.' * default-dir.el (default-dir-set-visited-file-name): Accept optional args. 2003-09-05 Mike Sperber <[email protected]> * EFS 1.21. 2003-08-31 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.30 released. 2003-08-11 Mike Sperber <[email protected]> * efs.el (efs-skip-msgs-alist): Add EPRT as another command which ftp clients might send behind EFS's back. 2003-08-07 Mike Sperber <[email protected]> * efs.el (efs-month-and-time-regexp): Rewrite to match Dired. (efs-file-size-submatch):=20 (efs-month-date-submatch):=20 (efs-time-or-year-submatch): Add. (efs-month-regexp-alist): Replaces `efs-month-alist'. Should handle lotsa more languages than before. (efs-decode-month-name): Add. (efs-parse-month-date): Add. (efs-unix-t-converter): Use above. (efs-unix-S-converter): Use above. (efs-ls-parse-file-line): Use above. (efs-ls-parse-1-liner): Use above. 2003-08-06 Mike Sperber <[email protected]> * efs.el (efs-binary-file-name-regexp): Add .bz2 to `efs-binary-file-name-regexp'. 2003-08-05 Mike Sperber <[email protected]> (efs-start-process): Do (setenv "TERM" "dumb") so the ftp client doesn't output fancy escape sequence as if talking to a human. (efs-send-progress-off): Zap; with above change, we don't need it any more. (efs-guess-hash-mark-size): Don't respect `efs-send-progress-off' anymore. 2003-08-05 Mike Sperber <[email protected]> * efs.el (efs-ls): Zap --dired if it's part of the switches. 2002-09-05 Katsumi Yamaoka <[email protected]> * efs.el (efs-load):=20 (efs-require): Make `eval-after-load' work. 2002-09-01 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs.el (efs-send-cmd): Use `efs-fix-dir-path' instead of `efs-fix-path' for CWD. 2002-08-29 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs-guardian.el (efs-fix-path): Rewrite slightly. 2002-08-28 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs.el (efs-insert-file-contents-general): Send a NOOP command after a solitary rnfr for Guardian hosts, as they choke on the command after RNFR if it's not RNTO. 2002-08-27 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs-guardian.el (efs-fix-path):=20 (efs-split-guardian-path): (efs-guardian-file-name-nondirectory): (efs-fix-dir-path): Rewrite Guardian path handling based on suggestions from Richard Bielawski <[email protected]>. * efs.el (efs-mvs-pwd-line-template): Fix regexp. Suggested by Matthew Miner <[email protected]>. * efs-netrc.el (efs-disable-netrc-security-check): Set to nil on Windows. Suggested by Matthew Miner <[email protected]>. * Makefile.efs (install_elc): Rename from install_obj. 2002-08-10 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs.el (efs-start-polling): Modify to use a timer rather than a wakeup process. (efs-ftp-buffer-poll-timer): Introduce. 2002-06-04 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs.el (efs-tmp-name-template): Guess `efs-tmp-name-template' better on GNU Emacs. 2002-05-29 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs-guardian.el (efs-fix-path): Make the regexps more liberal, based on data from Richard Bielawski <[email protected]>. 2002-05-17 Michael Sperber [Mr. Preprocessor] <[email protected]= uebingen.de> * efs.el (efs-local-apollo-unix): Put back (getenv "HOME"). igrep-1.11 - ---------- 2003-09-29 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.11 released. 2003-09-24 Mike Sperber <[email protected]> * igrep.el (igrep-find-use-xargs): Don't assume xargs behaves GNU-like if find does. * igrep.el (igrep-find-prune-clause): Prune .svn directories. mail-lib-1.62 - ------------- 2003-09-12 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.62 released. 2003-09-12 Hrvoje Niksic <[email protected]> * pop3.el (pop3-movemail): Use binary coding system when writing to crashbox. Since binary was used to read the data from the network, using it for writing guarantees that the same octets will be stored that were retrieved from the server. 2003-09-04 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.61 released. 2003-09-04 Martin Gasbichler <[email protected]> * browse-url.el (browse-url-mozilla): Fix position of parenthesis. misc-games-1.17 - --------------- 2003-09-20 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.17 released. 2003-09-02 Martin Buchholz <[email protected]> * studly.el (studlify-region): Avoid infinite loop if region ends in middle of word. Support non-ASCII characters. Don't mess with the match data. mh-e-1.25 - --------- 2003-09-16 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.25 released. 2003-09-16 Steve Youngs <[email protected]> * Makefile (LISPFILES): List the source files in an explicit order to fix building on XEmacs 21.1. (EXTRA_SOURCES): Add a couple of missing files. 2003-09-03 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.24 released. 2003-09-03 Steve Youngs <[email protected]> * Sync to upstream version 7.4.2. See 'ChangeLog.upstream' for details. * mh-gnus.el: New file. * package-info.in (provides): Add missing provides. * Makefile (AUTHOR_VERSION): Bump. prog-modes-1.89 - --------------- 2003-09-30 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.89 released. 2003-09-30 Ville Skytt=E4 <[email protected]> * php-mode.el (php-font-lock-keywords-3): Use explicit grouping with php-superglobals due to differences between our and GNU regexp-opt implementations. 2003-09-29 Ville Skytt=E4 <[email protected]> * php-mode.el: Sync with upstream 1.0.5, unbreak imenu regexps while at it. 2003-09-25 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.88 released. 2003-09-24 Jake Colman <[email protected]> * prog-modes.texi: Major bulking up of the info content. 2003-09-22 Steve Youngs <[email protected]> * Makefile (EXPLICIT_DOCS): Removed. (STANDARD_DOCS): Use this instead. 2003-09-21 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.87 released. 2003-09-19 Jake Colman <[email protected]> * Makefile (EXPLICIT_DOCS): New. 2003-09-03 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.86 released. 2003-09-02 Ville Skytt=E4 <[email protected]> * rpm-spec-mode.el (rpm-spec-intitialize): Integer concatenation fix for default-epoch !=3D nil, avoid extra newline at the end. Thanks to Enrico Scholz. reftex-1.32 - ----------- 2003-09-15 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.32 released. 2003-09-16 Steve Youngs <[email protected]> * Makefile (CATEGORY): Change to "standard". text-modes-1.66 - --------------- 2003-10-01 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.66 released. 2003-09-30 Ville Skytt=E4 <[email protected]> * desktop-entry-mode.el: New. 2003-09-30 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.65 released. 2003-08-31 Ville Skytt=E4 <[email protected]> * apache-mode.el (apache-font-lock-keywords): Add handlers of various core modules. 2003-09-15 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.64 released. 2003-09-14 Jari Aalto <[email protected]> * other/folding.el (DOCUMENTATION): Added 'Uninstall' and 'To read the manual' sections. (folding-install): 2.109 Removed 'folding installed' message. (folding-install): 2.109 Removed 'folding uninstalled' message. (folding-add-to-marks-list): 2.109 Added support to `php-mode'. (folding-add-to-marks-list): 2.109 Added support to=20 `change-log-mode'. (folding-add-to-marks-list): 2.109 Added support to `finder-mode' (folding-add-to-marks-list): 2.109 Added support to=20 `javascript-mode'. (folding-uninstall-keymaps): 2.109 New. (folding-install-keymaps): 2.109 New. (folding-install): 2.109 Cmpletely rewritten. (folding-mode): 2.109 Added (assq 'folding-mode minor-mode-alist)= =20 check if not there, call `folding-install'. (folding-skip-folds): Removed variable `search' and `funcall'. It's faster to call `search-backward' and `search-forward' directly. prog-modes-1.86 - --------------- 2003-09-03 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.86 released. 2003-09-02 Ville Skytt=E4 <[email protected]> * rpm-spec-mode.el (rpm-spec-intitialize): Integer concatenation fix for default-epoch !=3D nil, avoid extra newline at the end. Thanks to Enrico Scholz. 2003-08-31 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.85 released. * package-info.in: provide uil-mode. 2003-08-31 Ville Skytt=E4 <[email protected]> * uil-mode.el: Add auto-mode-alist autoload cookie for *.uil. 2003-08-31 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.84 released. 2003-08-29 Jake Colman <[email protected]> * Makefile (ELCS): added uil-mode vm-7.17 - ------- 2003-09-03 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 7.17 released. 2003-09-03 Steve Youngs <[email protected]> * Sync to upstream version 7.17 * Makefile (AUTHOR_VERSION): Bump. (VERSION): Set to 7.16 so that the automatic release process increments it to 7.17 for the release. xemacs-base-1.81 - ---------------- 2003-09-20 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.81 released. 2003-09-20 Steve Youngs <[email protected]> * compile.el (grep-null-device): Add missing quote. 2003-09-13 Adrian Aichner <[email protected]> * compile.el: Partial sync with GNU Emacs compile.el revision 1.279. * compile.el (compilation-parse-errors-function): Whitespace cleanup. * compile.el (compilation-error-regexp-alist-alist): Sync up, adding new and simplifying some old expressions. * compile.el (compilation-error-regexp-systems-list): Extend and sort systems alphabetically. * compile.el (compilation-error-screen-columns): Indentation sync. * compile.el (compilation-read-command): Docstring sync. * compile.el (compilation-ask-about-save): Ditto. * compile.el (grep-regexp-alist): Support file names with blanks. * compile.el (grep-find-use-xargs): Docstring fix. * compile.el (compile): Whitespace cleanup. * compile.el (grep-find): Docstring sync. * compile.el (compile-internal): Whitespace cleanup. * compile.el (compilation-setup): Docstring sync. * compile.el (compilation-handle-exit): Docstring sync. * compile.el (compile-error-at-point): Ditto. * compile.el (compilation-next-error): Ditto. * compile.el (compilation-previous-error): Ditto. * compile.el (compilation-next-file): Error message sync (dropping period). * compile.el (kill-compilation): Ditto. * compile.el (compile-goto-error): Ditto. * compile.el (next-error): Docstring sync. * compile.el (previous-error): Ditto. * compile.el (first-error): Ditto. * compile.el (compilation-next-error-locus): Whitespace cleanup. 2003-09-19 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.80 released. * Makefile (VERSION): XEmacs package 1.79 released. 2003-09-19 Stephen J. Turnbull <[email protected]> * compile.el (grep-null-device): Use null-device if bound. Installing Sumo Packages: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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. Footnotes:=20 [1] 'emacs-roots' defaults to '/usr/local/'. C-h v emacs-roots RET to check. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gPjIgu3ywdHdhM0RAucFAJ9xXLwhi5Kl1vHx47Tss5Md8nusfgCfQ63N PXJGbFBAVHys8BFuTuEIUIA=3D =3DNgre -----END PGP SIGNATURE-----