Mercurial > hg > xemacs-beta
changeset 642:277f059a321b
[xemacs-hg @ 2001-08-01 18:59:04 by adrian]
[PATCH] xemacs-21.5: Peter's patch refilled with verbatim ChangeLog <elqvbof1.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Wed, 01 Aug 2001 18:59:04 +0000 |
parents | b17040ffddd1 |
children | af2db7d310f2 |
files | ChangeLog configure.usage |
diffstat | 2 files changed, 14 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jul 28 08:14:59 2001 +0000 +++ b/ChangeLog Wed Aug 01 18:59:04 2001 +0000 @@ -1,3 +1,12 @@ +2001-08-02 Peter Brown <rendhalver@users.sourceforge.net> + + * configure.usage (--with-dialogs): added lucid to list of options + * configure.usage (--with-widgets): added lucid to list of options + * configure.usage (--with-dragndrop): added GTK to list of protocols + * configure.usage (--mail-locking): added `locking' or `mmdf' to + list of options syncing options documentation with those in + configure.in + 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.2 "artichoke" is released.
--- a/configure.usage Sat Jul 28 08:14:59 2001 +0000 +++ b/configure.usage Wed Aug 01 18:59:04 2001 +0000 @@ -77,15 +77,16 @@ *WARNING* The Motif menubar is currently broken. --with-scrollbars=TYPE Use TYPE scrollbars (lucid, motif, athena, or no). ---with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, or no). +--with-dialogs=TYPE Use TYPE dialog boxes (lucid, motif, athena, or no). Lucid menubars and scrollbars are the default. Motif dialog boxes will be used if Motif can be found. ---with-widgets=TYPE Use TYPE widgets (motif, athena, or no). +--with-widgets=TYPE Use TYPE widgets (lucid, motif, athena, or no). Motif widgets will be used if Motif can be found. Other widget types are currently unsupported. --with-dragndrop Compile in the generic drag and drop API. This is automatically added if one of the drag and drop - protocols is found (currently CDE, OffiX, MSWindows). + protocols is found (currently CDE, OffiX, MSWindows, + and GTK). *WARNING* The Drag'n'drop support is under development and is considered experimental. --with-cde Compile in support for CDE drag and drop. @@ -154,7 +155,7 @@ --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent concurrent updates of mail spool files. Valid types - are `lockf', `flock', and `dot'. + are `lockf', `flock', `dot', `locking' or `mmdf'. --with-pop Support POP for mail retrieval. --with-kerberos Support Kerberos-authenticated POP. --with-hesiod Support Hesiod to get the POP server host.