changeset 1617:000fb15e7f54

[xemacs-hg @ 2003-08-12 06:36:38 by stephent] improve lucid option doc <87wudje62i.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 12 Aug 2003 06:36:38 +0000
parents aaf5e80aedd2
children 1038bc1b8cb9
files ChangeLog configure.usage
diffstat 2 files changed, 13 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 12 06:15:51 2003 +0000
+++ b/ChangeLog	Tue Aug 12 06:36:38 2003 +0000
@@ -1,3 +1,7 @@
+2003-08-12  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* configure.usage (Window System): `lucid' option often means `Motif'.
+
 2003-06-13  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* configure.usage (--cflags-warning): Change underscore to hyphen.
--- a/configure.usage	Tue Aug 12 06:15:51 2003 +0000
+++ b/configure.usage	Tue Aug 12 06:36:38 2003 +0000
@@ -129,19 +129,20 @@
 --with-toolbars=no      Don't compile with any toolbar support.
 --with-wmcommand=no     Compile without realized leader window which will
                         keep the WM_COMMAND property.
---with-athena=TYPE      Use TYPE Athena widgets
-                        (xaw, 3d, next, 95, or xpm)
+--with-athena=TYPE      Use TYPE Athena widgets (xaw, 3d, next, 95, or xpm).
 --with-menubars=TYPE    Use TYPE menubars (lucid, motif, or no).  The Lucid
                         widgets emulate Motif (mostly) but are faster.
                         *WARNING*  The Motif menubar is currently broken.
---with-scrollbars=TYPE  Use TYPE scrollbars
-                        (lucid, motif, athena, or no).
+                        Lucid menubars are the default.
+--with-scrollbars=TYPE  Use TYPE scrollbars (lucid, motif, athena, or no).
+                        Lucid scrollbars are the default.
 --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 (lucid, motif, athena, or no).
+                        There are no true Lucid dialogs; Motif dialogs will be
+                        used if Motif can be found, else Athena is used.
+--with-widgets=TYPE     Use TYPE native widgets (lucid, motif, athena, or no).
                         Other widget types are currently unsupported.
-                        Motif widgets will be used if Motif can be found.
+                        There are no true Lucid widgets; Motif widgets will be
+                        used if Motif can be found, else Athena is used.
 --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,