List overview

Download

XEmacs-Announce October 2003

xemacs-announce@xemacs.org
  • 2 participants
  • 3 discussions
completion problem on xemacs-21.1.14-1 on Linux 22 years, 1 month

Dotan Barak
Hi I have a problem activating the TAB completion on my xemacs for Linux It is not working ? What could it be ? Thanks. Dotan
  • 1 participants
  • 0 comments
[ANNOUNCE] New Sumo Packages Released 22 years, 1 month

Norbert Koch
-----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: =========================================== 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: ================ cc-mode-1.40 - ------------ 2003年09月25日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.40 released. 2003年09月24日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年08月30日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * Dired 7.11. 2003年08月30日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * dired.el (dired-noselect): (dired-find-buffer-nocreate): Only access `find-file-compare-truenames' if it's bound. 2003年08月19日 René Kyllingstad <kyllingstad(a)users.sourceforge.net> * dired.el (dired-noselect): (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 <sperber(a)informatik.uni-tuebingen.de> * dired.el (dired-re-month-and-time): Change `setq' to a `defconst'. Add comment. 2003年08月05日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * dired-xemacs.el (dired-move-to-permissions): Remove copy; somehow, there were two of them. 2003年08月03日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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): (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): (dired-maybe-filename-end): Added. (Completely untested.) 2003年08月02日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * dired-sex.el (dired-parse-ls): Convert from macro to a function. Set `name' correctly. 2003年07月24日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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 <dres(a)lewismoss.org> * dired.el (dired-re-month-and-time): add iso-date format to possible month-day formats. 2002年08月27日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.12 released. 2003年09月18日 Klaus Berndl <klaus.berndl(a)sdm.de> * ecb-winman-support.el DOS line-endings --> Unix 2003年09月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.11 released. 2003年09月18日 Klaus Berndl <klaus.berndl(a)sdm.de> * Sync with current upstream 1.96, see NEWS for details. edebug-1.19 - ----------- 2003年09月10日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.19 released. 2003年09月08日 Mike Sperber <mike(a)xemacs.org> * edebug.el (edebug-var-status): Added (edebug-restore-status): Added. (edebug-enter): (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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.31 released. 2003年09月29日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * EFS 1.22 2003年09月05日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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 <sperber(a)informatik.uni-tuebingen.de> * EFS 1.21. 2003年08月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.30 released. 2003年08月11日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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 <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-month-and-time-regexp): Rewrite to match Dired. (efs-file-size-submatch): (efs-month-date-submatch): (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 <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-binary-file-name-regexp): Add .bz2 to `efs-binary-file-name-regexp'. 2003年08月05日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> (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 <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-ls): Zap --dired if it's part of the switches. 2002年09月05日 Katsumi Yamaoka <yamaoka(a)jpl.org> * efs.el (efs-load): (efs-require): Make `eval-after-load' work. 2002年09月01日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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] <sperber(a)informatik.uni-tuebingen.de> * efs-guardian.el (efs-fix-path): Rewrite slightly. 2002年08月28日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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] <sperber(a)informatik.uni-tuebingen.de> * efs-guardian.el (efs-fix-path): (efs-split-guardian-path): (efs-guardian-file-name-nondirectory): (efs-fix-dir-path): Rewrite Guardian path handling based on suggestions from Richard Bielawski <Richard_Bielawski(a)mastercard.com>. * efs.el (efs-mvs-pwd-line-template): Fix regexp. Suggested by Matthew Miner <Matthew.Miner(a)iqfinancial.com>. * efs-netrc.el (efs-disable-netrc-security-check): Set to nil on Windows. Suggested by Matthew Miner <Matthew.Miner(a)iqfinancial.com>. * Makefile.efs (install_elc): Rename from install_obj. 2002年08月10日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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] <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-tmp-name-template): Guess `efs-tmp-name-template' better on GNU Emacs. 2002年05月29日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.de> * efs-guardian.el (efs-fix-path): Make the regexps more liberal, based on data from Richard Bielawski <Richard_Bielawski(a)mastercard.com>. 2002年05月17日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-local-apollo-unix): Put back (getenv "HOME"). igrep-1.11 - ---------- 2003年09月29日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.11 released. 2003年09月24日 Mike Sperber <mike(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.62 released. 2003年09月12日 Hrvoje Niksic <hniksic(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.61 released. 2003年09月04日 Martin Gasbichler <gasbichl(a)informatik.uni-tuebingen.de> * browse-url.el (browse-url-mozilla): Fix position of parenthesis. misc-games-1.17 - --------------- 2003年09月20日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.17 released. 2003年09月02日 Martin Buchholz <martin(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.25 released. 2003年09月16日 Steve Youngs <youngs(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.24 released. 2003年09月03日 Steve Youngs <youngs(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.89 released. 2003年09月30日 Ville Skyttä <scop(a)xemacs.org> * 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ä <scop(a)xemacs.org> * php-mode.el: Sync with upstream 1.0.5, unbreak imenu regexps while at it. 2003年09月25日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.88 released. 2003年09月24日 Jake Colman <jake.colman(a)xemacs.org> * prog-modes.texi: Major bulking up of the info content. 2003年09月22日 Steve Youngs <youngs(a)xemacs.org> * Makefile (EXPLICIT_DOCS): Removed. (STANDARD_DOCS): Use this instead. 2003年09月21日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.87 released. 2003年09月19日 Jake Colman <jake.colman(a)xemacs.org> * Makefile (EXPLICIT_DOCS): New. 2003年09月03日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.86 released. 2003年09月02日 Ville Skyttä <scop(a)xemacs.org> * rpm-spec-mode.el (rpm-spec-intitialize): Integer concatenation fix for default-epoch != nil, avoid extra newline at the end. Thanks to Enrico Scholz. reftex-1.32 - ----------- 2003年09月15日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.32 released. 2003年09月16日 Steve Youngs <youngs(a)xemacs.org> * Makefile (CATEGORY): Change to "standard". text-modes-1.66 - --------------- 2003年10月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.66 released. 2003年09月30日 Ville Skyttä <scop(a)xemacs.org> * desktop-entry-mode.el: New. 2003年09月30日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.65 released. 2003年08月31日 Ville Skyttä <scop(a)xemacs.org> * apache-mode.el (apache-font-lock-keywords): Add handlers of various core modules. 2003年09月15日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.64 released. 2003年09月14日 Jari Aalto <jari.aalto(a)poboxes.com> * 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 `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 `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) 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.86 released. 2003年09月02日 Ville Skyttä <scop(a)xemacs.org> * rpm-spec-mode.el (rpm-spec-intitialize): Integer concatenation fix for default-epoch != nil, avoid extra newline at the end. Thanks to Enrico Scholz. 2003年08月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.85 released. * package-info.in: provide uil-mode. 2003年08月31日 Ville Skyttä <scop(a)xemacs.org> * uil-mode.el: Add auto-mode-alist autoload cookie for *.uil. 2003年08月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.84 released. 2003年08月29日 Jake Colman <jake.colman(a)xemacs.org> * Makefile (ELCS): added uil-mode vm-7.17 - ------- 2003年09月03日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 7.17 released. 2003年09月03日 Steve Youngs <youngs(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.81 released. 2003年09月20日 Steve Youngs <youngs(a)xemacs.org> * compile.el (grep-null-device): Add missing quote. 2003年09月13日 Adrian Aichner <adrian(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.80 released. * Makefile (VERSION): XEmacs package 1.79 released. 2003年09月19日 Stephen J. Turnbull <stephen(a)xemacs.org> * compile.el (grep-null-device): Use null-device if bound. 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. 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) iD8DBQE/gPjIgu3ywdHdhM0RAucFAJ9xXLwhi5Kl1vHx47Tss5Md8nusfgCfQ63N PXJGbFBAVHys8BFuTuEIUIA= =Ngre -----END PGP SIGNATURE-----
  • 1 participants
  • 0 comments
[ANNOUNCE] Updated Packages Released 22 years, 1 month

Norbert Koch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello. The following XEmacs packages have just been released. Updated or New Packages: ======================= 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: ================ cc-mode-1.40 - ------------ 2003年09月25日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.40 released. 2003年09月24日 Martin Stjernholm <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <bug-cc-mode(a)gnu.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.14 released. 2003年08月30日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * Dired 7.11. 2003年08月30日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * dired.el (dired-noselect): (dired-find-buffer-nocreate): Only access `find-file-compare-truenames' if it's bound. 2003年08月19日 René Kyllingstad <kyllingstad(a)users.sourceforge.net> * dired.el (dired-noselect): (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 <sperber(a)informatik.uni-tuebingen.de> * dired.el (dired-re-month-and-time): Change `setq' to a `defconst'. Add comment. 2003年08月05日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * dired-xemacs.el (dired-move-to-permissions): Remove copy; somehow, there were two of them. 2003年08月03日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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): (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): (dired-maybe-filename-end): Added. (Completely untested.) 2003年08月02日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * dired-sex.el (dired-parse-ls): Convert from macro to a function. Set `name' correctly. 2003年07月24日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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 <dres(a)lewismoss.org> * dired.el (dired-re-month-and-time): add iso-date format to possible month-day formats. 2002年08月27日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.12 released. 2003年09月18日 Klaus Berndl <klaus.berndl(a)sdm.de> * ecb-winman-support.el DOS line-endings --> Unix 2003年09月18日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.11 released. 2003年09月18日 Klaus Berndl <klaus.berndl(a)sdm.de> * Sync with current upstream 1.96, see NEWS for details. edebug-1.19 - ----------- 2003年09月10日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.19 released. 2003年09月08日 Mike Sperber <mike(a)xemacs.org> * edebug.el (edebug-var-status): Added (edebug-restore-status): Added. (edebug-enter): (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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.31 released. 2003年09月29日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * EFS 1.22 2003年09月05日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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 <sperber(a)informatik.uni-tuebingen.de> * EFS 1.21. 2003年08月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.30 released. 2003年08月11日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> * 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 <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-month-and-time-regexp): Rewrite to match Dired. (efs-file-size-submatch): (efs-month-date-submatch): (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 <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-binary-file-name-regexp): Add .bz2 to `efs-binary-file-name-regexp'. 2003年08月05日 Mike Sperber <sperber(a)informatik.uni-tuebingen.de> (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 <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-ls): Zap --dired if it's part of the switches. 2002年09月05日 Katsumi Yamaoka <yamaoka(a)jpl.org> * efs.el (efs-load): (efs-require): Make `eval-after-load' work. 2002年09月01日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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] <sperber(a)informatik.uni-tuebingen.de> * efs-guardian.el (efs-fix-path): Rewrite slightly. 2002年08月28日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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] <sperber(a)informatik.uni-tuebingen.de> * efs-guardian.el (efs-fix-path): (efs-split-guardian-path): (efs-guardian-file-name-nondirectory): (efs-fix-dir-path): Rewrite Guardian path handling based on suggestions from Richard Bielawski <Richard_Bielawski(a)mastercard.com>. * efs.el (efs-mvs-pwd-line-template): Fix regexp. Suggested by Matthew Miner <Matthew.Miner(a)iqfinancial.com>. * efs-netrc.el (efs-disable-netrc-security-check): Set to nil on Windows. Suggested by Matthew Miner <Matthew.Miner(a)iqfinancial.com>. * Makefile.efs (install_elc): Rename from install_obj. 2002年08月10日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.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] <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-tmp-name-template): Guess `efs-tmp-name-template' better on GNU Emacs. 2002年05月29日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.de> * efs-guardian.el (efs-fix-path): Make the regexps more liberal, based on data from Richard Bielawski <Richard_Bielawski(a)mastercard.com>. 2002年05月17日 Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.de> * efs.el (efs-local-apollo-unix): Put back (getenv "HOME"). igrep-1.11 - ---------- 2003年09月29日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.11 released. 2003年09月24日 Mike Sperber <mike(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.62 released. 2003年09月12日 Hrvoje Niksic <hniksic(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.61 released. 2003年09月04日 Martin Gasbichler <gasbichl(a)informatik.uni-tuebingen.de> * browse-url.el (browse-url-mozilla): Fix position of parenthesis. misc-games-1.17 - --------------- 2003年09月20日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.17 released. 2003年09月02日 Martin Buchholz <martin(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.25 released. 2003年09月16日 Steve Youngs <youngs(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.24 released. 2003年09月03日 Steve Youngs <youngs(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.89 released. 2003年09月30日 Ville Skyttä <scop(a)xemacs.org> * 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ä <scop(a)xemacs.org> * php-mode.el: Sync with upstream 1.0.5, unbreak imenu regexps while at it. 2003年09月25日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.88 released. 2003年09月24日 Jake Colman <jake.colman(a)xemacs.org> * prog-modes.texi: Major bulking up of the info content. 2003年09月22日 Steve Youngs <youngs(a)xemacs.org> * Makefile (EXPLICIT_DOCS): Removed. (STANDARD_DOCS): Use this instead. 2003年09月21日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.87 released. 2003年09月19日 Jake Colman <jake.colman(a)xemacs.org> * Makefile (EXPLICIT_DOCS): New. 2003年09月03日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.86 released. 2003年09月02日 Ville Skyttä <scop(a)xemacs.org> * rpm-spec-mode.el (rpm-spec-intitialize): Integer concatenation fix for default-epoch != nil, avoid extra newline at the end. Thanks to Enrico Scholz. reftex-1.32 - ----------- 2003年09月15日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.32 released. 2003年09月16日 Steve Youngs <youngs(a)xemacs.org> * Makefile (CATEGORY): Change to "standard". text-modes-1.66 - --------------- 2003年10月01日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.66 released. 2003年09月30日 Ville Skyttä <scop(a)xemacs.org> * desktop-entry-mode.el: New. 2003年09月30日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.65 released. 2003年08月31日 Ville Skyttä <scop(a)xemacs.org> * apache-mode.el (apache-font-lock-keywords): Add handlers of various core modules. 2003年09月15日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.64 released. 2003年09月14日 Jari Aalto <jari.aalto(a)poboxes.com> * 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 `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 `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) 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.86 released. 2003年09月02日 Ville Skyttä <scop(a)xemacs.org> * rpm-spec-mode.el (rpm-spec-intitialize): Integer concatenation fix for default-epoch != nil, avoid extra newline at the end. Thanks to Enrico Scholz. 2003年08月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.85 released. * package-info.in: provide uil-mode. 2003年08月31日 Ville Skyttä <scop(a)xemacs.org> * uil-mode.el: Add auto-mode-alist autoload cookie for *.uil. 2003年08月31日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.84 released. 2003年08月29日 Jake Colman <jake.colman(a)xemacs.org> * Makefile (ELCS): added uil-mode vm-7.17 - ------- 2003年09月03日 Norbert Koch <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 7.17 released. 2003年09月03日 Steve Youngs <youngs(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.81 released. 2003年09月20日 Steve Youngs <youngs(a)xemacs.org> * compile.el (grep-null-device): Add missing quote. 2003年09月13日 Adrian Aichner <adrian(a)xemacs.org> * 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 <viteno(a)xemacs.org> * Makefile (VERSION): XEmacs package 1.80 released. * Makefile (VERSION): XEmacs package 1.79 released. 2003年09月19日 Stephen J. Turnbull <stephen(a)xemacs.org> * compile.el (grep-null-device): Use null-device if bound. 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. Enjoy, norbert. 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) iD8DBQE/fVbWgu3ywdHdhM0RAh59AKDgXFSXToC1bo9mjP0DbDE4TCe6LgCdGs1n q3WWckS/xI9+hUepcnGBWlo= =T4Cw -----END PGP SIGNATURE-----
  • 1 participants
  • 0 comments
Results per page:

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