==============
1999/07/16 10:10:09
author: rwscott
CVSMake(1.3)

Pavel's CVSMake patch. I don't really like the configure bit in here also.
So I commented it out. The comments are still there in case someone needs
to figure out what to do next.
==============
1999/07/22 16:19:05
author: rwscott
configure.in(1.36)
lib/Host.c(1.6)
lib/RedirectStdErr.c(1.3)
tests/EntrySB/test1.c(1.3)


It seems that if you have more than 1 alternate input source, there is some
situation that you may end up in one of the input callback procedures when
there is no data to be read, thus causing the read to block. So, protect the
reads with a select call first, to make sure there is data and the read will
not block. The use of select causes all sorts of portability problems.
Autoconf seems to catch most of them. Hopefully this will work across
different platforms.
==============
1999/07/24 15:02:38
author: rwscott
lib/Host.c(1.7)
lib/RedirectStdErr.c(1.4)

Alexander's additions for the addition of using select. This has got to be
the most non-portable system call out there.
==============
1999/07/25 11:53:05
author: rwscott
lib/ListTree.c(1.3)


Okay, time for a bit of a clean up.....

ListTree.c - A set_values on XmNindent will now re-layout the widget.

DebugUtil.c - Add XdbDragType2String.

DragBS.c - Damn, I hate dumping core in debugs. A comment about Jon's stubs
	for Netscape, I think they belong in DropSMgrI.c.

DragDrop.c - fix one of the debugs I added. I keep forgetting the comma after
	the string for some reason.

FileSB.c - noGeoRequest was always returning yes. Now only dis-allow requests
	from the lists. I think this was a left over from when I was looking
	into the openDX dialog problems. This was reported wrt Ted.

Vendor.c - add the __FILE__ and __LINE__ to the set_values debug. Without
	this you have no idea where the messages are coming from in the case
	of chained methods.

Netscape navigator 4.61 netscape-dynMotif now runs "out of the box" with
LessTif. However I wouldn't advise doing any DnD stuff, or anything that
involves an XmFileSelectionDialog. These are at least 2 of the areas that
Netscape have modified heavily.
==============
1999/08/07 15:32:51
author: rwscott
acinclude.m4(1.4)


CVSMake - only call the auto tools on those parts that exist.

keep the -INONE and -LNONE out of the builds when Motif is not found.

Get rid of some of the compiler warnings that have been creeping in. Most
were harmless, a couple were really problems.....
==============
1999/08/16 04:07:28
author: danny
lib/Makefile.am(1.29)

A note and build support for XltFontChooser.
==============
1999/08/16 04:34:56
author: danny
configure.in(1.37)
lib/Makefile.am(1.30)

Add manual page for XltFontChooser.
==============
1999/08/17 12:46:28
author: rwscott
configure.in(1.38)
tests/Makefile.am(1.11)


Simple example of Danny's FontChooser
==============
1999/08/28 09:57:50
author: danny
ac_find_xlt.m4(1.9)

Small changes to make these comply more with the way other macros work :
	define HAVE_XLT instead of HAS_XLT, similar for HAVE_XBAE.
==============
1999/08/29 15:38:03
author: rwscott
lib/BubbleButton.c(1.4)


Problems with the mouseOver effect. If the sensitivity is changed while the
mouseOver effect is displayed. You get into an infinite loop of set_values,
due to the fact that setting to in-sensitive generates a fake LeaveWindow
event in order to clear the bubble and mouse effect, which in turn generates
a set_values. This has meant an extra instance variable to keep track of
the swapped state.
==============
1999/08/29 15:38:04
author: rwscott
lib/BubbleButtonP.h(1.4)


Problems with the mouseOver effect. If the sensitivity is changed while the
mouseOver effect is displayed. You get into an infinite loop of set_values,
due to the fact that setting to in-sensitive generates a fake LeaveWindow
event in order to clear the bubble and mouse effect, which in turn generates
a set_values. This has meant an extra instance variable to keep track of
the swapped state.
==============


Executive Summary
Of 202 files, 13 changed, and 189 had no change

File                             Current Rev. Last Release 
.cvsignore                       1.3          1.3          No Change
AUTHORS                          1.3          1.3          No Change
COPYING                          1.1          1.1          No Change
COPYING.LIB                      1.1          1.1          No Change
CVSMake                          1.3          1.2          
ChangeLog                        1.8          1.8          No Change
INSTALL                          1.2          1.2          No Change
Makefile.am                      1.10         1.10         No Change
NEWS                             1.1          1.1          No Change
README                           1.3          1.3          No Change
ac_find_xlt.m4                   1.9          1.8          
acconfig.h                       1.1          1.1          No Change
acinclude.m4                     1.4          1.3          
configure.in                     1.38         1.35         
parselog                         1.5          1.5          No Change
lib/.cvsignore                   1.2          1.2          No Change
lib/AnimatedButton.c             1.3          1.3          No Change
lib/AnimatedButton.h             1.2          1.2          No Change
lib/AnimatedButtonP.h            1.1          1.1          No Change
lib/AppShell.c                   1.1          1.1          No Change
lib/AppShell.h                   1.1          1.1          No Change
lib/AppShellP.h                  1.1          1.1          No Change
lib/BubbleButton.c               1.4          1.3          
lib/BubbleButton.h               1.3          1.3          No Change
lib/BubbleButtonP.h              1.4          1.3          
lib/DisplayFallbackResources.c   1.1          1.1          No Change
lib/DisplayOptions.c             1.1          1.1          No Change
lib/EntrySB.c                    1.2          1.2          No Change
lib/EntrySB.h                    1.1          1.1          No Change
lib/EntrySB.w                    1.1          1.1          No Change
lib/EntrySBP.h                   1.1          1.1          No Change
lib/FilePicker.c                 1.4          1.4          No Change
lib/FilePicker.h                 1.1          1.1          No Change
lib/FilePickerP.h                1.1          1.1          No Change
lib/FontChooser.c                1.6          1.6          No Change
lib/FontChooser.h                1.3          1.3          No Change
lib/FontChooserP.h               1.4          1.4          No Change
lib/Host.c                       1.7          1.5          
lib/Host.h                       1.3          1.3          No Change
lib/HostP.h                      1.2          1.2          No Change
lib/HostTranscript.c             1.4          1.4          No Change
lib/ListTree.c                   1.3          1.2          
lib/ListTree.gif                 1.1          1.1          No Change
lib/ListTree.h                   1.3          1.3          No Change
lib/ListTree.html                1.1          1.1          No Change
lib/ListTreeP.h                  1.1          1.1          No Change
lib/ListTreeProg.html            1.1          1.1          No Change
lib/ListTreeTitle.gif            1.1          1.1          No Change
lib/Makefile.am                  1.30         1.28         
lib/NodeButton.c                 1.3          1.3          No Change
lib/NodeButton.h                 1.1          1.1          No Change
lib/NodeButtonP.h                1.1          1.1          No Change
lib/NumEntry.c                   1.5          1.5          No Change
lib/NumEntry.h                   1.2          1.2          No Change
lib/NumEntryP.h                  1.2          1.2          No Change
lib/RedirectStdErr.c             1.4          1.2          
lib/SciPlot.c                    1.3          1.3          No Change
lib/SciPlot.h                    1.2          1.2          No Change
lib/SciPlot.html                 1.1          1.1          No Change
lib/SciPlotP.h                   1.1          1.1          No Change
lib/SciPlotProg.html             1.1          1.1          No Change
lib/SciPlotUtil.c                1.2          1.2          No Change
lib/SciPlotUtil.h                1.2          1.2          No Change
lib/SelectDebugLevel.c           1.2          1.2          No Change
lib/SetClientIcon.c              1.1          1.1          No Change
lib/Sound.c                      1.2          1.2          No Change
lib/Sound.h                      1.1          1.1          No Change
lib/Stroke.c                     1.2          1.2          No Change
lib/Stroke.h                     1.2          1.2          No Change
lib/StrokeInstall.3.in           1.1          1.1          No Change
lib/Strokes.3.in                 1.1          1.1          No Change
lib/ToolBar.c                    1.12         1.12         No Change
lib/TreeFSel.gif                 1.1          1.1          No Change
lib/Working.c                    1.4          1.4          No Change
lib/Xlt.3.in                     1.3          1.3          No Change
lib/Xlt.h                        1.4          1.4          No Change
lib/XltAnimatedButton.3.in       1.2          1.2          No Change
lib/XltAppInitialize.3.in        1.1          1.1          No Change
lib/XltAppShell.3.in             1.1          1.1          No Change
lib/XltBubbleButton.3.in         1.3          1.3          No Change
lib/XltCheckArgSize.3.in         1.1          1.1          No Change
lib/XltCreateAnimatedButton.3.in 1.1          1.1          No Change
lib/XltCreateBubbleButton.3.in   1.1          1.1          No Change
lib/XltCreateFilePicker.3.in     1.1          1.1          No Change
lib/XltCreateHost.3.in           1.1          1.1          No Change
lib/XltCreateNumEntry.3.in       1.1          1.1          No Change
lib/XltEntrySB.3.in              1.2          1.2          No Change
lib/XltFilePicker.3.in           1.1          1.1          No Change
lib/XltFilePickerGetChild.3.in   1.1          1.1          No Change
lib/XltFilePickerGetString.3.in  1.1          1.1          No Change
lib/XltFilePickerSetString.3.in  1.1          1.1          No Change
lib/XltFontChooser.3.in          1.4          1.4          No Change
lib/XltGetValues.3.in            1.1          1.1          No Change
lib/XltHost.3.in                 1.3          1.3          No Change
lib/XltHostCreateTranscript.3.in 1.1          1.1          No Change
lib/XltHostDiscardOutput.3.in    1.1          1.1          No Change
lib/XltHostSelect.3.in           1.1          1.1          No Change
lib/XltHostSendData.3.in         1.1          1.1          No Change
lib/XltHostSendString.3.in       1.1          1.1          No Change
lib/XltNumEntry.3.in             1.2          1.2          No Change
lib/XltNumEntryGetChild.3.in     1.1          1.1          No Change
lib/XltRedirectStdErr.3.in       1.1          1.1          No Change
lib/XltSetClientIcon.3.in        1.1          1.1          No Change
lib/XltSetValues.3.in            1.1          1.1          No Change
lib/XltWaitTillMapped.3.in       1.1          1.1          No Change
lib/XltWorking.3.in              1.1          1.1          No Change
lib/YesNo.c                      1.1          1.1          No Change
lib/calc.c                       1.4          1.4          No Change
lib/calc.h                       1.1          1.1          No Change
lib/new.gif                      1.1          1.1          No Change
tests/.cvsignore                 1.1          1.1          No Change
tests/Makefile.am                1.11         1.10         
tests/AnimatedButton/.cvsignore  1.1          1.1          No Change
tests/AnimatedButton/Makefile.am 1.5          1.5          No Change
tests/AnimatedButton/eye.xpm     1.1          1.1          No Change
tests/AnimatedButton/eye1.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye10.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye11.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye12.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye13.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye14.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye15.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye16.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye17.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye18.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye19.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye2.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye20.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye21.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye22.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye23.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye24.xpm   1.1          1.1          No Change
tests/AnimatedButton/eye3.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye4.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye5.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye6.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye7.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye8.xpm    1.1          1.1          No Change
tests/AnimatedButton/eye9.xpm    1.1          1.1          No Change
tests/AnimatedButton/test3.c     1.1          1.1          No Change
tests/AnimatedButton/test4.c     1.2          1.2          No Change
tests/AppShell/.cvsignore        1.1          1.1          No Change
tests/AppShell/Makefile.am       1.3          1.3          No Change
tests/AppShell/test1.c           1.1          1.1          No Change
tests/BubbleButton/.cvsignore    1.2          1.2          No Change
tests/BubbleButton/Makefile.am   1.6          1.6          No Change
tests/BubbleButton/dates.xpm     1.1          1.1          No Change
tests/BubbleButton/test1.c       1.1          1.1          No Change
tests/BubbleButton/test2.c       1.1          1.1          No Change
tests/EntrySB/.cvsignore         1.1          1.1          No Change
tests/EntrySB/Makefile.am        1.3          1.3          No Change
tests/EntrySB/test1.c            1.3          1.2          
tests/FilePicker/.cvsignore      1.2          1.2          No Change
tests/FilePicker/Makefile.am     1.3          1.3          No Change
tests/FilePicker/test1.c         1.1          1.1          No Change
tests/FontChooser/.cvsignore     1.1          1.1          No Change
tests/FontChooser/Makefile.am    1.2          1.2          No Change
tests/FontChooser/test1.c        1.1          1.1          No Change
tests/FontChooser/test2.c        1.2          1.2          No Change
tests/Host/.cvsignore            1.1          1.1          No Change
tests/Host/Makefile.am           1.5          1.5          No Change
tests/Host/test1.c               1.4          1.4          No Change
tests/ListTree/.cvsignore        1.2          1.2          No Change
tests/ListTree/Makefile.am       1.3          1.3          No Change
tests/ListTree/demo.c            1.2          1.2          No Change
tests/NodeButton/.cvsignore      1.1          1.1          No Change
tests/NodeButton/Makefile.am     1.3          1.3          No Change
tests/NodeButton/test5.c         1.2          1.2          No Change
tests/NumEntry/.cvsignore        1.1          1.1          No Change
tests/NumEntry/Makefile.am       1.4          1.4          No Change
tests/NumEntry/test3.c           1.4          1.4          No Change
tests/SciPlot/.cvsignore         1.2          1.2          No Change
tests/SciPlot/Makefile.am        1.4          1.4          No Change
tests/SciPlot/SciPlotDemo.html   1.1          1.1          No Change
tests/SciPlot/data.txt           1.1          1.1          No Change
tests/SciPlot/xyplot.c           1.2          1.1          
tests/Strokes/.cvsignore         1.1          1.1          No Change
tests/Strokes/Makefile.am        1.4          1.4          No Change
tests/Strokes/test1.c            1.2          1.2          No Change
tests/ToolBar/.cvsignore         1.1          1.1          No Change
tests/ToolBar/Makefile.am        1.3          1.3          No Change
tests/ToolBar/dates.xpm          1.2          1.2          No Change
tests/ToolBar/floppy3.xpm        1.2          1.2          No Change
tests/ToolBar/icon.xpm           1.2          1.2          No Change
tests/ToolBar/icon_s.xpm         1.2          1.2          No Change
tests/ToolBar/lesstif.xpm        1.2          1.2          No Change
tests/ToolBar/new_acc.xpm        1.2          1.2          No Change
tests/ToolBar/new_trans.xpm      1.2          1.2          No Change
tests/ToolBar/open.xpm           1.2          1.2          No Change
tests/ToolBar/plot_acc.xpm       1.2          1.2          No Change
tests/ToolBar/print.xpm          1.2          1.2          No Change
tests/ToolBar/recur_trans.xpm    1.2          1.2          No Change
tests/ToolBar/stopsign.xpm       1.2          1.2          No Change
tests/ToolBar/test1.c            1.2          1.2          No Change
tests/ToolBar/view_acc.xpm       1.2          1.2          No Change
tests/ToolBar/view_trans.xpm     1.2          1.2          No Change
tests/WaitTillMapped/.cvsignore  1.1          1.1          No Change
tests/WaitTillMapped/Makefile.am 1.3          1.3          No Change
tests/WaitTillMapped/test1.c     1.2          1.2          No Change
tests/YesNo/.cvsignore           1.1          1.1          No Change
tests/YesNo/Makefile.am          1.3          1.3          No Change
tests/YesNo/test5.c              1.2          1.2          No Change
