Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
New Packages in Pre-Release:
===========================
bbdb-1.18-pkg.tar.gz
clearcase-1.03-pkg.tar.gz
dictionary-1.07-pkg.tar.gz
edict-1.13-pkg.tar.gz (Mule)
ediff-1.36-pkg.tar.gz
edit-utils-1.77-pkg.tar.gz
footnote-1.14-pkg.tar.gz
ps-print-1.03-pkg.tar.gz
text-modes-1.38-pkg.tar.gz
viper-1.32-pkg.tar.gz
xemacs-base-1.59-pkg.tar.gz
xemacs-devel-1.41-pkg.tar.gz
Previously Announced Packages Still in Pre-Release:
==================================================
None
Detailed Changes:
================
bbdb-1.18-pkg.tar.gz
--------------------
2002-02-13 Steve Youngs <youngs(a)xemacs.org>
* Sync to BBDB 2.34.
* lisp/bbdb-sc.el (bbdb-insinuate-sc): Autoload it.
2002-01-15 Waider <waider(a)waider.ie>
* testing/bbdb-test.el:
New file
* bits/make.bat:
Merged in some changes from the mailing list. Note, this is
still experimental.
* lisp/bbdb-com.el:
Don't fset things that aren't ours
Last of compiler warning cleanup
Fixed one more completion bug
2002-01-14 Waider <waider(a)waider.ie>
* lisp/bbdb-hooks.el:
Conditionalise the rmail load
* lisp/bbdb-gui.el:
Make X/Emacs compatibility less intrusive
2002-01-13 Waider <waider(a)waider.ie>
* lisp/bbdb-hooks.el:
Don't force VM on people, even if it is a great mailer...
2002-01-10 Waider <waider(a)waider.ie>
* bbdb-com.el:
Last few fixes (hopefully) to completion
* lisp/bbdb-snarf.el:
Make bbdb-rfc822-addresses the default address parser
Remove test-harness code to elsewhere (i.e. not in user code!)
* lisp/bbdb.el:
Changed the workaround for set-keymap-prompt, as it seemed to be
clashing with VM. Ideally, all this Emacs/XEmacs stuff should go
in a separate file, or at least all in one part of bbdb.el.
2002-01-06 Waider <waider(a)waider.ie>
* lisp/bbdb-xemacs.el, lisp/bbdb-srv.el, lisp/bbdb-sc.el,
lisp/bbdb-gui.el, lisp/bbdb-ftp.el, lisp/bbdb-com.el,
lisp/bbdb-hooks.el, lisp/bbdb-w3.el, lisp/bbdb.el,
lisp/bbdb-snarf.el:
Compiler cleanup
2002-01-04 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb-snarf.el (bbdb-extract-address-component-regexps):
Replaced the call of bbdb-clean-username bt a call to
mail-extract-address-components in order to handle addresses of
the form "Lastname, Firstname" and "Firstname Lastname, Jr" in the
right way.
(bbdb-test/bbdb-extract-address-components): New test function to
check if everything is working as it should.
2002-01-03 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb-com.el (bbdb-complete-name): fixed cycling when the
current completion is equal to one of the nets.
Added code for C-u M-TAB which lists all possible nets of current
completed addess.
2002-01-01 Waider <waider(a)waider.ie>
* lisp/bbdb-com.el (bbdb-complete-name):
Two fixes based on further testing with completion-type.
2001-12-27 Waider <waider(a)waider.ie>
* lisp/bbdb-com.el
(bbdb-completing-read-one-record):
Correctly handle case where no records are selected
(bbdb-complete-name):
Whoops. Small logic error in cycling code
* lisp/bbdb.el (bbdb-send-mail-style),
lisp/bbdb-com.el (bbdb-send-mail-internal):
Add Mew as an option for bbdb-send-mail-style
2001-12-27 Jeff Bigler <jcb(a)mit.edu>
* lisp/bbdb-com.el (bbdb-phone-area-regexp):
Allow / and . as separators when parsing a phone number.
2001-12-26 Waider <waider(a)waider.ie>
* lisp/bbdb-com.el (bbdb-complete-name):
Mostly rewritten to consolidate the last four years(!) of code
glomming.
* lisp/bbdb.el (bbdb-search-intertwingle):
New function. More stringent version of bbdb-search-simple,
intended for internal bbdb use only
2001-12-10 Karl Fogel <kfogel(a)red-bean.com>
* bbdb.texinfo
(Mail Sending Interfaces):
Use `add-hook' instead of `setq' in the examples, so users won't
clobber existing hooks.
(Known Bugs):
Reference mailing lists, as is done in other places where the
`bbdb-info' list is mentioned.
2001-11-19 Waider <waider(a)waider.ie>
* lisp/bbdb.el (bbdb-format-address):
Several people contributed a patch to fix this. Alex Schroeder's
was the most general as it handles both printing and
non-printing situations.
* lisp/bbdb-print.el
Some more fixes from Alex.
2001-11-12 Waider <waider(a)waider.ie>
* lisp/bbdb-snarf.el (bbdb-extract-address-component-regexps):
Allow '+' as part of an email address
* lisp/bbdb-com.el (bbdb-complete-name-allow-cycling):
Documentation fix
(bbdb-get-help-window):
Removed dead code
* lisp/bbdb.el
Try to autoload the message-mode and mail-mode keymaps rather than
defining them as nil.
2001-11-11 Waider <waider(a)waider.ie>
* lisp/bbdb-vm.el (bbdb/vm-set-auto-folder-alist-field):
Move into mua-specific group
(bbdb/vm-set-auto-folder-alist):
Documentation typo
2001-11-06 Waider <waider(a)waider.ie>
* texinfo/bbdb.texinfo (Mail Sending Interfaces):
Mention message-setup-hook in the mail aliases section
(Raymond Scholz)
2001-10-14 Waider <waider(a)waider.ie>
* lisp/bbdb-gnus.el
(bbdb/gnus-pop-up-bbdb-buffer):
Move the call to bbdb-display-records back inside the (when...)
I had two bug reports for this (Sudesh Joseph and Michael
Totschnig).
* lisp/bbdb.el:
Added Nix's patch to make inside-bbdb-notice-hook work as
advertised, also other bbdb-expire support.
(bbdb-search-simple):
Try company name if record name is unset, before falling back to
"". (Martin Schwenke)
* lisp/bbdb-com.el
(bbdb-complete-name):
Restored the original code to handle making sure primary addresses
get picked first, since the code I'd replaced it with had some
dubious side-effects.
(bbdb-create-internal):
Documentation fix. (Ueli Schläpfer)
2001-09-20 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb.el (bbdb-create-hook), (bbdb-notice-hook):
Added a note that hook functions might use the new variables
bbdb-update-address-class and bbdb-update-address-header to obtain
information about the currently processed email address.
* lisp/bbdb-com.el (bbdb-get-addresses-headers): merged
bbdb-get-addresses-from-headers and bbdb-get-addresses-to-headers
into this variable.
(bbdb-get-addresses): new generic function for extraction of email
addresses from header, which is used by Gnus and VM
(bbdb-update-address-class), (bbdb-update-address-header): new
variable providing additional information to hook functions about
the currently processed email address.
* lisp/bbdb-gnus.el (bbdb/gnus-update-records): uses
bbdb-get-addresses instead of bbdb/gnus-get-addresses which was
removed.
(bbdb/gnus-show-sender), (bbdb/gnus-show-all-recipients),
(bbdb/gnus-show-records): modified to use new style of
bbdb-get-addresses-headers
* lisp/bbdb-vm.el (bbdb/vm-get-header-content): VM specific header
extraction function.
(bbdb/vm-update-records): bbdb-get-addresses instead of
bbdb/vm-get-addresses which was removed.
(bbdb/vm-show-all-recipients),
(bbdb/vm-show-sender), (bbdb/vm-show-records): modified to use new
style of bbdb-get-addresses-headers
* lisp/bbdb-hooks.el (bbdb-auto-notes-alist): Additional element
type to allow actions also on recipients of an message
(bbdb-auto-notes-hook): Fixed to perfom auto-note actions only for
authors of a message. Support for new features of
bbdb-auto-notes-alist. Honor bbdb-silent-running.
2001-09-18 Waider <waider(a)waider.ie>
* lisp/bbdb-snarf.el (bbdb-rfc822-addresses):
Cope with rfc822-addresses returning nil as the car.
2001-09-11 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb-print.el (bbdb-print-field-shown-p): Added as a
replacement for bbdb-field-shown-p.
(bbdb-print-omit-fields): Added as a replacement for
bbdb-print-elided-display.
* lisp/bbdb-com.el (bbdb-get-addresses-headers):
bbdb-auto-notes-alist does not know if a address comes form a
author or recipient of a message and therefore might update wrong
records, e.g. the organization of recipients to that of the
author.
Therfore the default is now bbdb-get-addresses-from-headers until
the hook functions are able to tell the type (author/recp) of an
address.
2001-09-09 Waider <waider(a)waider.ie>
* lisp/bbdb-gui.el:
Fixed bogus fset (fsetting variable instead of 'variable)
(bbdb-hack-x-face):
use bbdb-find-face, not find-face
* lisp/bbdb.el
(bbdb-initialize):
Fixed vm entry. vm-load-hook no longer exists!
(bbdb-mode):
Removed references to bbdb-elide-record
2001-09-05 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb-com.el (bbdb-complete-name-hooks): Fixed the
documentation.
(bbdb-get-only-first-address-p): fixed the default value, which
should have been t
2001-09-04 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb.el (bbdb-annotate-message-sender): calling of
bbdb-create-hook functions moved to the end of function
(bbdb-display-layout-alist): replaced by the nice version
provided by Alex Schroeder <alex(a)gnu.org>
2001-08-31 Robert Fenk <Robert.Fenk(a)gmx.de>
* lisp/bbdb-hooks.el (bbdb-auto-notes-alist): applied posted
patch of better customization.
* lisp/bbdb-srv.el, lisp/bbdb-rmail.el, lisp/bbdb-mhe.el,
lisp/bbdb-vm.el, lisp/bbdb-gnus.el, lisp/bbdb.el,
lisp/bbdb-com.el: replaced occureneces of bbdb-elided-display and
bbdb-pop-up-elided-display.
* lisp/bbdb-gui.el (build-bbdb-menu): Fix menus to use new display
layout toggeling functions.
* lisp/bbdb-com.el (bbdb-change-records-state-and-redisplay),
(bbdb-toggle-all-records-display-layout),
(bbdb-toggle-records-display-layout),
(bbdb-display-all-records-completely),
(bbdb-display-record-completely): modified functions for toggeling
the display layout of records. Old functions bbdb-elide-record
and bbdb-unelide-records have been removed.
* lisp/bbdb.el
(bbdb-display-layout-alist): variable controling options for
display layouts, support for user defines format functions still
missing.
(bbdb-display-layout): variable controling the default display layout
(bbdb-pop-up-display-layout): variable controling the default display
layout for pop-up buffers.
(bbdb-elided-display), (bbdb-pop-up-elided-display): are obsolete
variables now.
(bbdb-elided-display-sanity-setup): function which sets up the
layout variables from the obsolete bbdb-elided-display and
bbdb-pop-up-elided-display variables. Might be removed along with
the variables in the future.
(bbdb-format-record): rewitten to support multiple
layouts according to bbdb-display-layout-alist
(bbdb-format-record-layout-multi-line),
(bbdb-format-record-layout-one-line),
(bbdb-format-record-one-line-*): Function specific to certain
layouts.
clearcase-1.03-pkg.tar.gz
-------------------------
2002-02-12 Michael Diers <mdiers(a)elego.de>
* clearcase.el (clearcase-get-version-string): Fix version
detection for Cygwin.
2002-01-24 Steven E. Harris <seh(a)speakeasy.org>
* clearcase.el (clearcase-dired-reformat-buffer): Fix path
conversions for cygwin.
(clearcase-dired-list-checkouts): Fix newline escape for proper
'ct lsco' output. (clearcase-applet-diff-file-with-version): Fix
path conversions for cygwin. (clearcase-diff-file-with-version):
Clean up temp. file. (clearcase-diff-files): Fix path conversions
for cygwin.
dictionary-1.07-pkg.tar.gz
--------------------------
2002-01-29 Torsten Hilbrich <dictionary(a)myrkr.in-berlin.de>
* dictionary.el (dictionary-default-popup-strategy): added this
variable and changed dictionary-popup-matching-words to use
this as matching strategy (suggested by Renaud Pons)
edict-1.13-pkg.tar.gz (Mule)
---------------------
2002-01-30 Stephen J. Turnbull <stephen(a)xemacs.org>
* edict-english.el:
* edict-japanese.el:
* edict.el:
Update version to 0.9.9.
* README:
* TODO:
* edict.el:
Change a couple of `FSF's to `GNU's.
* edict.el (edict-dictionary-path): Correct Customize initialization.
* Makefile (DATA_FILES): Add the 0.9.6 docs per README.
2002-01-29 Stephen J. Turnbull <stephen(a)xemacs.org>
* README: Update copyrights, version, create NEWS section.
* edict-edit.el:
* edict-morphology.el:
Update version and copyrights (especially Bob Kerns).
* Makefile (EXTRA_SOURCES): Add Makefile.GNU so GNU Emacs users
can use the bindist package.
(DATA_FILES): Add README.
* edict-update.el (edict-update): Implement. Improve docstring.
* edict.el (edict-dictionary-path): Fix docstring and Customize type.
2002-01-28 Stephen J. Turnbull <stephen(a)xemacs.org>
* dui.el (dl-indicator-string): Renamed to dl-mode-line-string.
(dl-mode-line-string): New name for dl-indicator-string.
(dui-method-alist):
(dl-mode-hook):
(dl-mode-prefix):
Conform to * convention for user variables.
(dl): New group.
(dl-mode-line-string):
(dl-conflict-warning):
(dl-warn-conflict-verbosity):
(dui-warn-previously-registered-methods-p):
Easy Customizations done.
* edict-edit.el (*brackets-allowed-in-english*):
(edict-verbose-electric-henkan):
(edict-use-electric-henkan):
Easy Customizations done.
* edict-morphology.el (*edict-expand-string-trace*): Move to top.
* ts-mode.el (ts-mode-prefix):
(ts-mode-hook):
Conform to * convention for user variables.
(ts-conflict-warning):
(ts-warn-conflict-verbosity):
Easy Customizations done.
2002-01-27 Stephen J. Turnbull <stephen(a)xemacs.org>
* Makefile: Add copyright notice and update email address.
(ELCS):
(DATA_FILES):
edictj.demo is data, not source.
(GENERATED):
(all):
Handle custom-load.el.
* dui.el:
* dui-registry.el:
* edict-edit.el:
* edict-english.el:
* edict-japanese.el:
* edict-morphology.el:
* ts-mode.el:
Update copyright notice and email address.
* edict.el: Update Commentary, copyright notice, email address.
(edict-match-buffer): Add docstring.
(edict): New Custom group.
(edict-default-coding-system):
(edict-user-dictionary):
(edict-dictionary-path):
(edict-dictionaries):
(edict-buffer-name):
(edict-match-buffer-name):
(edict-warn-missing-dictionaries-p):
(*edict-window-location*):
Customize.
(*edict-romaji-remaps*): Initialize, not setq; defvar -> defconst.
(edict-version-date):
(edict-version):
(*edict-file-begin-marker*):
(*edict-file-end-marker*):
(*edict-kanji-whitespace*):
(*edict-eigo-whitespace*):
(*edict-unreadable-error*):
(*edict-unreadable-error*):
Change defvars to defconsts.
* edict-update.el: New file.
(edict-update): New custom group.
* Makefile.GNU: Renamed from Makefile.FSF.
ediff-1.36-pkg.tar.gz
---------------------
2002-02-09 Michael Kifer <kifer(a)cs.stonybrook.edu>
* ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
* ediff-wind.el (ediff-setup-control-frame): Use
ediff-has-gutter-support.
2002-02-09 Michael Kifer <kifer(a)cs.stonybrook.edu>
* ediff-util.el (ediff-dispose-of-variant-according-to-user):
check if buff is alive.
* ediff.el: typo in comment.
edit-utils-1.77-pkg.tar.gz
--------------------------
2002-01-29 John Paul Wallington <jpw(a)shootybangbang.com>
* ibuffer.el (ibuffer-name-map): use [buttonx], not [(mouse-x)].
(ibuffer-mode-name-map): ditto.
(ibuffer-occur-mode-map): ditto.
(ibuffer-fontification-level): return font-lock-auto-fontify when
font-lock-mode is bound.
footnote-1.14-pkg.tar.gz
------------------------
2002-02-12 Steve Youngs <youngs(a)xemacs.org>
* package-info.in (provides): Update to include all provides.
2002-01-28 Björn Torkelsson <torkel(a)pdc.kth.se>
* footnote.el: add menu entries
* footnote.el (footnote-mode): add key/binding for Footnote-set-style
ps-print-1.03-pkg.tar.gz
------------------------
2002-02-01 Björn Torkelsson <torkel(a)pdc.kth.se>
* ps-print.el (ps-print-preprint-region): use region-active-p
instead of mark-active
text-modes-1.38-pkg.tar.gz
--------------------------
2002-02-13 Steve Youngs <youngs(a)xemacs.org>
* flyspell.el: Sync to upstream version 1.6g
2002-02-01 Jeff Mincy <jeff(a)delphioutpost.com>
* xpm-mode.el: Add xpm-mode to auto-mode-alist.
viper-1.32-pkg.tar.gz
---------------------
2002-02-09 Michael Kifer <kifer(a)cs.stonybrook.edu>
* viper-util.el (viper-read-key-sequence): fixed so it'll read
fast key sequences in emacs native mode
(viper-events-to-keys): deleted
* viper.el (describe-key, describe-key-briefly): get rid of
viper-events-to-keys.
xemacs-base-1.59-pkg.tar.gz
---------------------------
2002-01-28 David A. Panariti <panariti(a)mediaone.net>
* ffap.el (ffap-url-regexp):
Changed http to https? to allow https urls to be recognized.
xemacs-devel-1.41-pkg.tar.gz
----------------------------
2002-02-08 Simon Josefsson <jas(a)extundo.com>
* elp.el: Change maintainer to XEmacs dev team exclusively.
Replace GNU Emacs with XEmacs in the license text. Add note about
sync status.
Installing These:
================
Manually:
--------
1) Download the packages that you want to install from:
/ftp.xemacs.org:/pub/xemacs/beta/experimental/packages/
2) Unpack them to: [1]
/usr/local/lib/xemacs/xemacs-packages/
3) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.[245].x):
----------------------------------------------
1) Tools -> Packages -> Add Download Site -> Pre-Releases
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 -> Pre-Releases
2) Options -> Manage Packages -> List and Install
3 - 5) As per XEmacs 21.[245].x.
Footnotes:
[1] Note: Mule packages should be installed into:
/usr/local/lib/xemacs/mule-packages/
" nil 0)
))
(define-abbrev-table 'gnus-article-edit-mode-abbrev-table '(
("annpub" "Hello.
The following XEmacs packages have just been released.
Updated or New Packages:
=======================
Detailed Changes:
================
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.
Footnotes:
[1] Or from a mirror near you.
[2] Note: Mule packages should be installed into:
/usr/local/lib/xemacs/mule-packages/
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|