==============
1999/09/16 14:53:40
author: rwscott
lib/FontChooser.c(1.9)

My HP box didn't like the arguments to _XmWarning, so I replaced them with
fprintf(stderr instead
==============
1999/09/16 19:32:00
author: danny
configure.in(1.40)

Add a couple of AC_SUBST calls.
Jon, these may work around your problem. Wait and see what
	terror.hungry.com makes of it.
==============
1999/09/16 19:42:24
author: danny
lib/SciPlot.c(1.4)

A lot of diffs (against (hopefully) current CVS version) are attached:

 - Small (OS/2 related) diffs to mwm source
   mwm.h, icons.c

 - make gcc more happy
   (-> warning: suggest explicit braces to avoid ambiguous `else')
   I hope I set them right ...
   LTXpm.c, SciPlot.c, Xbae/Draw.c, Xbae/Utils.c

 - ResConvert.c:
   XmConvertStringToUnits() is not yet implemented but at least
   it should have the correct return type (int instead of void)

 - missing #include in xmbind.c



------------------------------------------------------------------
  Alexander Mai
  st002279@hrzpub.tu-darmstadt.de
==============
1999/09/22 14:27:46
author: rwscott
lib/AnimatedButton.c(1.4)
lib/EntrySB.c(1.3)
lib/FilePicker.c(1.5)
lib/Host.c(1.8)
lib/HostTranscript.c(1.5)
lib/ListTree.c(1.4)
lib/NodeButton.c(1.4)
lib/NumEntry.c(1.6)
lib/Working.c(1.5)
lib/YesNo.c(1.2)

Cast some parameters more correctly to satisfy du's cc.
==============
1999/09/22 14:27:47
author: rwscott
lib/BubbleButton.c(1.5)

Cast some parameters more correctly to satisfy du's cc.
==============
1999/09/22 22:03:49
author: rwscott
Makefile.am(1.11)
acconfig.h(1.2)
acinclude.m4(1.6)
configure.in(1.41)
lib/Makefile.am(1.31)
tests/AnimatedButton/Makefile.am(1.7)
tests/AppShell/Makefile.am(1.5)
tests/BubbleButton/Makefile.am(1.8)
tests/EntrySB/Makefile.am(1.5)
tests/FilePicker/Makefile.am(1.5)
tests/FontChooser/Makefile.am(1.4)
tests/Host/Makefile.am(1.7)
tests/ListTree/Makefile.am(1.5)
tests/NodeButton/Makefile.am(1.5)
tests/NumEntry/Makefile.am(1.6)
tests/SciPlot/Makefile.am(1.6)
tests/Strokes/Makefile.am(1.6)
tests/ToolBar/Makefile.am(1.5)
tests/WaitTillMapped/Makefile.am(1.5)

Add an autoconf macro to find the xpm stuff, and use it for the tests
==============
1999/09/22 22:44:51
author: rwscott
ac_find_xlt.m4(1.10)

add requires AC_FIND_XPM
==============
1999/09/23 01:54:38
author: rwscott
acinclude.m4(1.7)
configure.in(1.42)


configure.in - prevent an error message from showing up with _some_ shells
	if aclocal cannot be found. For details edit the configure script,
	search for aclocal and read some of the comments. This now runs
	aclocal the same way.

lib/Xlt/acinclude.m4 - It seems that aclocal is not yet smart enough to track
	macros defined by way of an sinclude. So after installing ac_find_xpm,
	the next run of aclocal puts 2 copies of this macro into aclocal.m4
	and all hell breaks loose with autoconf!!! So, acinclude.m4 now
	contains an entire copy of ac_find_xpm.m4. aclocal manages to find
	the macro this way and doesn't include it twice, sighhh
==============
1999/09/23 21:18:50
author: rwscott
lib/ToolBar.c(1.13)

Fix up the casts that Alexander pointed out.
==============
1999/09/24 11:29:56
author: danny
configure.in(1.43)

Try again. AM_PROG_CC_STDC
==============
1999/09/27 21:49:08
author: rwscott
tests/AnimatedButton/Makefile.am(1.8)
tests/AppShell/Makefile.am(1.6)
tests/BubbleButton/Makefile.am(1.9)
tests/EntrySB/Makefile.am(1.6)
tests/FilePicker/Makefile.am(1.6)
tests/FontChooser/Makefile.am(1.5)
tests/Host/Makefile.am(1.8)
tests/ListTree/Makefile.am(1.6)
tests/NodeButton/Makefile.am(1.6)
tests/NumEntry/Makefile.am(1.7)
tests/SciPlot/Makefile.am(1.7)
tests/Strokes/Makefile.am(1.7)
tests/ToolBar/Makefile.am(1.6)
tests/WaitTillMapped/Makefile.am(1.6)
tests/YesNo/Makefile.am(1.6)

All praise sed......

Get -lXt in front of ${X_PRE_LIBS}
==============
1999/10/12 21:32:30
author: rwscott
lib/FontChooser.c(1.10)


Someone mentioned that _XmMessageBoxGeoMatrixCreate is not defined, so let's
simply XmInherit it....
==============
1999/10/22 14:11:34
author: amai
tests/EntrySB/test1.c(1.4)

another warning removed
==============
1999/10/22 16:02:46
author: amai
lib/ListTree.c(1.5)
tests/ListTree/demo.c(1.3)

tried to address 2 warnings
minor cleanup in the .html
==============
1999/10/23 12:37:39
author: danny
configure.in(1.44)

configure.in : Pavel had some Ctrl-M in there.
lib/Xlt/configure.in : as suggested by
         Michal Jaegermann <michal@ellpspace.math.ualberta.ca>
but on configure.in not configure.

Container.c : some simple stuff.

!! Does anyone know why test/Xm-2.0/container/test1.c won't show the button ?
!! It does if you replace the container by a BulletinBoard; I am probably
!! missing something really obvious.
==============
1999/10/23 12:48:10
author: amai
lib/Stroke.h(1.3)

more C++ catches
==============
1999/10/26 09:16:22
author: amai
tests/AnimatedButton/test4.c(1.3)
tests/BubbleButton/test2.c(1.2)
tests/Host/test1.c(1.5)
tests/NodeButton/test5.c(1.3)
tests/NumEntry/test3.c(1.5)
tests/ToolBar/test1.c(1.3)
tests/WaitTillMapped/test1.c(1.3)
tests/YesNo/test5.c(1.3)

Some explicit casts to keep cc (DU) happy
==============
1999/10/26 09:16:24
author: amai
tests/BubbleButton/test1.c(1.2)

Some explicit casts to keep cc (DU) happy
==============
1999/10/30 01:20:32
author: rwscott
lib/XltHost.3.in(1.4)

Emphasis the fact that a GetValues on the String resources returns a
pointer to the string, and not a copy. This is due to the fact that this
is sub-classed off of Core and therefore does not have the luxury of the
synthetic resources.
==============
1999/10/30 01:29:05
author: rwscott
ChangeLog(1.10)

Get ready for Jon's release.......
==============


Executive Summary
Of 203 files, 50 changed, and 153 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.3          No Change
ChangeLog                        1.10         1.9          
INSTALL                          1.2          1.2          No Change
Makefile.am                      1.11         1.10         
NEWS                             1.1          1.1          No Change
README                           1.3          1.3          No Change
ac_find_xlt.m4                   1.10         1.9          
ac_find_xpm.m4                   1.1          1.1          No Change
acconfig.h                       1.2          1.1          
acinclude.m4                     1.7          1.5          
configure.in                     1.44         1.39         
parselog                         1.5          1.5          No Change
lib/.cvsignore                   1.2          1.2          No Change
lib/AnimatedButton.c             1.4          1.3          
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.5          1.4          
lib/BubbleButton.h               1.3          1.3          No Change
lib/BubbleButtonP.h              1.4          1.4          No Change
lib/DisplayFallbackResources.c   1.1          1.1          No Change
lib/DisplayOptions.c             1.1          1.1          No Change
lib/EntrySB.c                    1.3          1.2          
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.5          1.4          
lib/FilePicker.h                 1.1          1.1          No Change
lib/FilePickerP.h                1.1          1.1          No Change
lib/FontChooser.c                1.10         1.8          
lib/FontChooser.h                1.3          1.3          No Change
lib/FontChooserP.h               1.5          1.5          No Change
lib/Host.c                       1.8          1.7          
lib/Host.h                       1.3          1.3          No Change
lib/HostP.h                      1.2          1.2          No Change
lib/HostTranscript.c             1.5          1.4          
lib/ListTree.c                   1.5          1.3          
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.31         1.30         
lib/NodeButton.c                 1.4          1.3          
lib/NodeButton.h                 1.1          1.1          No Change
lib/NodeButtonP.h                1.1          1.1          No Change
lib/NumEntry.c                   1.6          1.5          
lib/NumEntry.h                   1.2          1.2          No Change
lib/NumEntryP.h                  1.2          1.2          No Change
lib/RedirectStdErr.c             1.4          1.4          No Change
lib/SciPlot.c                    1.4          1.3          
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.2          1.1          
lib/Stroke.c                     1.2          1.2          No Change
lib/Stroke.h                     1.3          1.2          
lib/StrokeInstall.3.in           1.1          1.1          No Change
lib/Strokes.3.in                 1.1          1.1          No Change
lib/ToolBar.c                    1.13         1.12         
lib/TreeFSel.gif                 1.1          1.1          No Change
lib/Working.c                    1.5          1.4          
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.4          1.3          
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.2          1.1          
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.11         No Change
tests/AnimatedButton/.cvsignore  1.1          1.1          No Change
tests/AnimatedButton/Makefile.am 1.8          1.6          
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.3          1.2          
tests/AppShell/.cvsignore        1.1          1.1          No Change
tests/AppShell/Makefile.am       1.6          1.4          
tests/AppShell/test1.c           1.1          1.1          No Change
tests/BubbleButton/.cvsignore    1.2          1.2          No Change
tests/BubbleButton/Makefile.am   1.9          1.7          
tests/BubbleButton/dates.xpm     1.1          1.1          No Change
tests/BubbleButton/test1.c       1.2          1.1          
tests/BubbleButton/test2.c       1.2          1.1          
tests/EntrySB/.cvsignore         1.1          1.1          No Change
tests/EntrySB/Makefile.am        1.6          1.4          
tests/EntrySB/test1.c            1.4          1.3          
tests/FilePicker/.cvsignore      1.2          1.2          No Change
tests/FilePicker/Makefile.am     1.6          1.4          
tests/FilePicker/test1.c         1.1          1.1          No Change
tests/FontChooser/.cvsignore     1.1          1.1          No Change
tests/FontChooser/Makefile.am    1.5          1.3          
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.8          1.6          
tests/Host/test1.c               1.5          1.4          
tests/ListTree/.cvsignore        1.2          1.2          No Change
tests/ListTree/Makefile.am       1.6          1.4          
tests/ListTree/demo.c            1.3          1.2          
tests/NodeButton/.cvsignore      1.1          1.1          No Change
tests/NodeButton/Makefile.am     1.6          1.4          
tests/NodeButton/test5.c         1.3          1.2          
tests/NumEntry/.cvsignore        1.1          1.1          No Change
tests/NumEntry/Makefile.am       1.7          1.5          
tests/NumEntry/test3.c           1.5          1.4          
tests/SciPlot/.cvsignore         1.2          1.2          No Change
tests/SciPlot/Makefile.am        1.7          1.5          
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.2          No Change
tests/Strokes/.cvsignore         1.1          1.1          No Change
tests/Strokes/Makefile.am        1.7          1.5          
tests/Strokes/test1.c            1.2          1.2          No Change
tests/ToolBar/.cvsignore         1.1          1.1          No Change
tests/ToolBar/Makefile.am        1.6          1.4          
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.3          1.2          
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.6          1.4          
tests/WaitTillMapped/test1.c     1.3          1.2          
tests/YesNo/.cvsignore           1.1          1.1          No Change
tests/YesNo/Makefile.am          1.6          1.4          
tests/YesNo/test5.c              1.3          1.2          
