==============
2000/01/10 22:59:06
author: amai
lib/calc.c(1.10)

mwm.c, calc.c: remove double #include
events.c:
Loring Holden <lsh@cs.brown.edu> writes:
When using pointer focus policy, mwm does not take away keyboard
focus from a window when the pointer moves to the root window...

This patch fixes that bug.

Well, I currently have some configuration problems with
mwm here anyway, but this patch doesn't make situation worse ;-)
==============
2000/01/21 16:04:18
author: amai
lib/SciPlot.c(1.6)

fix more prototype warnings
==============
2000/01/21 18:17:11
author: amai
lib/SciPlot.c(1.7)

That's the price to pay for full-blown prototypes:
the compiler starts warning about improper pointer
types when using implicit casts of pointers to functions ...
==============
2000/01/25 11:54:19
author: amai
lib/AnimatedButton.c(1.5)
lib/AppShell.c(1.3)
lib/BubbleButton.c(1.6)
lib/DisplayFallbackResources.c(1.2)
lib/DisplayOptions.c(1.3)
lib/EntrySB.c(1.4)
lib/FilePicker.c(1.6)
lib/Host.c(1.12)
lib/HostTranscript.c(1.6)
lib/ListTree.c(1.8)
lib/NodeButton.c(1.5)
lib/NumEntry.c(1.10)
lib/SciPlotUtil.c(1.4)
lib/SelectDebugLevel.c(1.5)
lib/SelectionBox.c(1.2)
lib/SetClientIcon.c(1.2)
lib/Sound.c(1.3)
lib/Stroke.c(1.4)
lib/ToolBar.c(1.14)
lib/Working.c(1.6)
lib/YesNo.c(1.3)
lib/calc.c(1.11)

cleanup patch:
 - include "../config.h" in all files; this was
   missing and caused missing proper prototypes, etc.
 - fixed manually some prototypes
==============
2000/01/25 13:17:17
author: amai
lib/ListTree.h(1.4)

ListTree.*: fully protyped this thing;
            corrected a typo, namely misordered arguments
            in two function calls
Sound.c: prototyping, too
==============
2000/01/25 21:25:58
author: amai
lib/ListTree.c(1.10)
lib/ListTree.h(1.5)
lib/calc.c(1.12)

Ok, now they should be really "clean" WRT -Wall -Wstrict-prototypes
==============
2000/04/26 09:08:51
author: amai
tests/AnimatedButton/test3.c(1.2)
tests/AnimatedButton/test4.c(1.4)
tests/FontChooser/test2.c(1.3)
tests/Host/test1.c(1.6)
tests/ListTree/demo.c(1.4)

'source cosmetics': fix some warnings WRT missing prototypes, etc.
==============
2000/04/26 09:45:09
author: amai
tests/SciPlot/xyplot.c(1.3)

ANSIfication: not yet complete, but a step in the right direction

Side effect: discovered wrong signature in local function calls
within select-push.c
==============
2000/05/02 21:05:18
author: rwscott
configure.in(1.50)

Some more of Ralf's configure improvements, and a couple of mine. The
patch didn't exactly apply cleanly, I hope I got it right.....
==============
2000/06/29 10:05:24
author: amai
tests/AnimatedButton/test4.c(1.5)
tests/EntrySB/test1.c(1.5)
tests/NodeButton/test5.c(1.4)
tests/NumEntry/test3.c(1.6)
tests/Strokes/test1.c(1.4)

tests/AnimatedButton/test4.c tests/BubbleButton/test1.c tests/EntrySB/test1.c tests/NodeButton/test5.c
tests/NumEntry/test3.c tests/Strokes/test1.c: ANSIfication
==============
2000/06/29 10:05:26
author: amai
tests/BubbleButton/test1.c(1.3)

tests/AnimatedButton/test4.c tests/BubbleButton/test1.c tests/EntrySB/test1.c tests/NodeButton/test5.c
tests/NumEntry/test3.c tests/Strokes/test1.c: ANSIfication
==============
2000/06/29 10:09:39
author: amai
tests/SciPlot/xyplot.c(1.4)

xyplot.c: missing #include added
==============
2000/08/21 20:04:42
author: dannybackx
CVSMake(1.4)

My changes since the cvs.hungry.com snapshot.
Except for the stuff in doc/www.lesstif.org - Alexander has made more
recent changes to those files.
==============
2000/08/22 14:32:29
author: dannybackx
configure.in(1.51)
lib/ListTree.html(1.2)
lib/ListTreeProg.html(1.2)
lib/SciPlot.html(1.2)
lib/SciPlotProg.html(1.2)

Third attempt.
==============
2000/08/24 11:46:48
author: dannybackx
CVSMake(1.5)

TextF.c: Patch from Steve Olson <sholson@my-Deja.com> to
           fix some memory leaks

        There was some discussion about this. My conclusion was that this
        patch is ok, but someone might clean up the file and get rid of the
        shared vs. non non-shared GCs alternatives!?

CVSMake: shorten things; add --foreign; add lynx test
  acinclude.m4: give default result for XTHREADS test - but issue a warning if
                cross-compiling
==============
2000/08/24 21:42:33
author: dannybackx
CVSMake(1.6)

RowColumn.c: Perhaps experimental, but at least the xmgrace example looks fine
               w/o the tear-off catch I commented out ...

CVSMake : make sure they're the same as on cvs.hungry.com

Makefile.am : remove a file
==============
2000/08/29 21:59:19
author: dannybackx
tests/SelectionBox/test1.c(1.2)

Hopefully this time the commit is right.
==============
2000/08/30 07:35:01
author: amai
CVSMake(1.7)

CVSMake: due to a bug in automake our set of options triggers a non-zero
         return value. So we a) should neglect error return codes of the
         broken auto* stuff at all and b) put it *automake) at the end of
         the chain
==============
2000/09/17 17:16:05
author: rwscott
lib/BubbleButton.h(1.4)


As much as I hate tool tips, bubble help, balloon help, whatever you want to
call it....... It seems that people really like these things sliding in and
out now..... So I threw this together. I'd like to hear some opinions, so
try

Xlt/tests/BubbleButton/test2 -xrm "*fadeRate: 10" -xrm "*bubbleDuration: 3000"
==============
2000/09/20 09:38:05
author: amai
configure.in(1.52)
lib/AppShellP.h(1.2)
lib/FontChooser.h(1.4)
lib/FontChooserP.h(1.6)
lib/Host.c(1.13)
lib/ListTree.h(1.6)
lib/NumEntryP.h(1.3)
lib/RedirectStdErr.c(1.5)
lib/SciPlot.h(1.3)
lib/SciPlotP.h(1.2)
lib/SciPlotUtil.c(1.5)
lib/SciPlotUtil.h(1.3)
lib/Sound.h(1.3)
lib/Stroke.h(1.4)
lib/Xlt.h(1.6)
lib/calc.c(1.13)
lib/calc.h(1.2)

*c, *.h: some cleanup (pre-ANSI C, misplaced extern "C", ...)
configure.in: add some checks which are not used (yet).
              Is Xlt really as portable as LessTif itself
              (<- network/socket stuff)?
==============
2000/09/20 23:43:43
author: rwscott
lib/BubbleButton.c(1.8)

Rumour has it that the tool-tips only slide down.....
==============
2000/09/22 15:39:32
author: rwscott
lib/BubbleButton.c(1.9)

Hmmm, seems that with Motif if you specify the height of a shell,
the width doesn't get it's prefered size. So set the width myself.
==============
2000/10/02 13:05:35
author: amai
CVSMake(1.8)
tests/AppShell/.cvsignore(1.2)
tests/FilePicker/.cvsignore(1.3)
tests/FontChooser/.cvsignore(1.3)
tests/ListTree/.cvsignore(1.3)
tests/SciPlot/.cvsignore(1.3)

Xlt/CVSMake: forgot to check in the nodist patch here
*/.cvsignore: add '.deps'
==============
2000/10/13 08:16:13
author: amai
configure.in(1.53)

*/configure.in: re-arrange some code, add AIX (3.x) check, etc.
==============
2000/10/15 15:46:40
author: rwscott
configure.in(1.54)
lib/BubbleButton.c(1.10)
lib/BubbleButtonP.h(1.6)
lib/Makefile.am(1.35)
lib/XltBubbleButton.3.in(1.5)
tests/Makefile.am(1.13)


New widget, XltSlideContext. This is used by BubbleButton to display the
tooltips, but in general it can be used to change the geometry of a widget
over a period of time. The Slide/test1 shows how to use it to shrink a
dialog off the screen, instead of simply Unmanaging it, and how to have a
popup menu grow out of the pointer.
==============
2000/10/15 17:20:13
author: amai
lib/BubbleButton.c(1.11)
lib/NumEntry.c(1.11)
lib/calc.c(1.14)
lib/calc.h(1.3)

*: clean up namespace a bit.
   There's an XmCreateScrolledListTree left which is probably not
   a suitable name?!
==============
2000/10/23 09:12:40
author: amai
CVSMake(1.9)

*/CVSMake: always remove config.*
           For developers CVSMake will be run mostly when working on config
           stuff. But during development one might face broken config.*
           files which should therefore be removed
==============
2000/11/13 15:22:54
author: dannybackx
configure.in(1.55)

This is the lib/ part of getting LessTif to configure and build in a 2.1
compatible version.
==============
2000/11/14 18:55:49
author: rwscott
lib/BubbleButton.c(1.12)

Allow setting the bubbleString with setValues.
==============
2000/11/14 22:40:45
author: dannybackx
configure.in(1.56)

Changes for the errors in the build that were found today.
Also bump the version of Xbae to 4.8.4, to be released today.
==============
2000/11/15 16:24:04
author: amai
configure.in(1.57)

configure.in: be able to pick up 2.1 stuff if its default
==============
2000/11/17 19:27:38
author: dannybackx
Makefile.am(1.12)

Include CVSMake files in the distributions.
==============
2000/12/18 09:29:28
author: amai
CVSMake(1.10)

*/CVSMake: make sure the M4 processor found in PATH is being used (see
           nightly/make_release* scripts)
           Fix the check for lynx and add another candidate (links) for
           HTML2ASCII conversion of INSTALL.html
==============
2000/12/18 13:24:57
author: amai
lib/calc.c(1.15)

calc.c: some cosmetics I found when looking around my source tree ...
==============
2000/12/18 19:41:48
author: amai
lib/Host.c(1.14)

configure.in events.c mwm.h: add a new configure check for wait3
Host.c: add #ifdef for non-standard API
==============
2000/12/19 11:12:40
author: amai
acconfig.h(1.3)
acinclude.m4(1.8)
configure.in(1.58)

acconfig.h acinclude.m4 configure.in: add getservbyname(enabled) and
         gethostbyname(disabled) tests
==============
2000/12/22 12:26:50
author: amai
acconfig.h(1.4)
configure.in(1.59)

acconfig.h configure.in: give my gethostbyname() test a chance ...
==============
2001/01/02 15:46:37
author: amai
acinclude.m4(1.9)

CURRENT_NOTES: small addition
mail_announcement: drop details and refer to NOTES instead
acinclude.m4: quick attempt to fix problems similar to those reported by
              Karsten Jensen for toplevel acinclude.m4
==============
2001/01/02 15:52:58
author: amai
acinclude.m4(1.10)

acinclude.m4: this should fix the CFLAGS, etc. variables as K. Jensen
              pointed out for toplevel acinclude.m4
==============
2001/01/03 12:13:11
author: amai
Makefile.am(1.13)
acinclude.m4(1.11)
configure.in(1.60)

Makefile.am acinclude.m4 configure.in: support for exuberant ctags
==============
2001/01/09 14:19:31
author: amai
lib/ListTreeProg.html(1.3)
lib/SciPlot.html(1.3)
lib/SciPlotProg.html(1.3)

*.html: fix some 'tidy' warnings
==============
2001/01/11 23:23:34
author: rwscott
lib/Makefile.am(1.36)
lib/SelectionBox.c(1.3)

Missing class variable for the SelectionBox part. The list_callback
element was missing.
Some minor Slide fixups
==============
2001/01/12 14:48:24
author: rwscott
lib/BubbleButton.c(1.13)

Make sure the Slider instance variable gets initialized to NULL
==============
2001/03/05 10:05:56
author: amai
lib/XltAppShell.3.in(1.2)

*.3.in: get the tables rendered with some "man" implementations which
        get it right so far
==============
2001/03/05 10:07:21
author: amai
lib/Makefile.am(1.37)

*/Makefile.am: We were erroenously overwriting LDFLAGS unconditionally :-\
               Now use libfoo_la_LDFLAGS for additional linker flags
==============
2001/03/05 11:08:54
author: rwscott
lib/XltBubbleButton.3.in(1.7)

Get rid of extra tab in table
==============
2001/03/07 10:16:00
author: amai
tests/SciPlot/Makefile.am(1.8)

Makefile.am realtime.c: add missing example from SciPlot 1.36 distribution.
         I applied some 'cosmetical' changes to the source, though
==============
2001/03/07 10:45:16
author: amai
lib/SciPlot.c(1.8)
lib/SciPlot.h(1.4)
lib/SciPlotP.h(1.3)

SciPlot*.*: add double-buffer support from Andrei Romanenko <andrew@eq.uc.pt>
realtime.c: it now demonstrates the nice new feature!
==============
2001/03/07 11:10:57
author: amai
tests/SciPlot/.cvsignore(1.4)

*.uil: uil stuff for SciPlot.
       Not integrated in build mechanism yet
.cvsignore: add 'realtime'
==============
2001/03/07 23:15:38
author: amai
tests/SciPlot/Makefile.am(1.9)

example.*: an uil-based example from Andrei Romanenko <andrew@eq.uc.pt>
Makefile.am: add missing SciPlotDemo.html to distribution.
             add incomplete support to build the example just added
==============
2001/03/08 00:06:33
author: amai
lib/SciPlot.c(1.9)
lib/SciPlotP.h(1.4)
tests/SciPlot/Makefile.am(1.10)

*: more on getting uil support/example to work
==============
2001/03/08 08:25:01
author: dannybackx
tests/AnimatedButton/Makefile.am(1.9)
tests/AppShell/Makefile.am(1.7)
tests/BubbleButton/Makefile.am(1.10)
tests/EntrySB/Makefile.am(1.7)
tests/FilePicker/Makefile.am(1.7)
tests/FontChooser/Makefile.am(1.6)
tests/Host/Makefile.am(1.9)
tests/ListTree/Makefile.am(1.7)
tests/NodeButton/Makefile.am(1.7)
tests/NumEntry/Makefile.am(1.8)
tests/SciPlot/Makefile.am(1.11)
tests/SelectionBox/Makefile.am(1.2)
tests/Strokes/Makefile.am(1.8)
tests/ToolBar/Makefile.am(1.7)
tests/WaitTillMapped/Makefile.am(1.7)
tests/YesNo/Makefile.am(1.7)

Change the link in Xlt examples to include -lMrm.

Dt : rename library to DtPrint, this appears to be what the commercial vendors
install. Also remove the print_screen field from a structure, the Motif 2.1
manual pages are misleading about libDtPrint (see XmPrintSetup).
==============
2001/03/08 08:59:45
author: amai
lib/Makefile.am(1.38)
tests/SciPlot/Makefile.am(1.12)

*/M
==============
2001/03/08 09:30:48
author: amai
lib/Makefile.am(1.39)
lib/SciPlot.c(1.10)
lib/SciPlot.h(1.5)
lib/SciPlotP.h(1.5)
lib/SciPlotProg.html(1.4)

*: try to get the "MOTIF-enhanced" version of the SciPlot widget enabled
==============
2001/03/08 10:28:38
author: amai
lib/Makefile.am(1.40)
lib/SciPlot.c(1.11)
lib/SetClientIcon.c(1.3)
lib/ToolBar.c(1.15)

Makefile.am: add some more -I statements
SciPlot.c: add missing #include
SetClientIcon.c ToolBar.c: add "#error" if no xpm is available
==============
2001/03/08 13:30:01
author: amai
configure.in(1.61)
lib/Makefile.am(1.41)
lib/SciPlot.c(1.12)
lib/SciPlotP.h(1.6)
lib/SciPlotProg.html(1.5)
tests/AnimatedButton/Makefile.am(1.10)
tests/AppShell/Makefile.am(1.8)
tests/BubbleButton/Makefile.am(1.11)
tests/EntrySB/Makefile.am(1.8)
tests/FilePicker/Makefile.am(1.8)
tests/FontChooser/Makefile.am(1.7)
tests/Host/Makefile.am(1.10)
tests/ListTree/Makefile.am(1.8)
tests/NodeButton/Makefile.am(1.8)
tests/NumEntry/Makefile.am(1.9)
tests/SciPlot/Makefile.am(1.13)
tests/SelectionBox/Makefile.am(1.3)
tests/Strokes/Makefile.am(1.9)
tests/ToolBar/Makefile.am(1.8)
tests/WaitTillMapped/Makefile.am(1.8)
tests/YesNo/Makefile.am(1.8)

configure.in SciPlot*.*: make Motif and uil support for sciplot widget
           conditional and supply configure switches to adjust those
*/Makefile.am: ony conditionally link -lMrm to the test programs
==============
2001/03/09 09:34:57
author: amai
tests/SciPlot/.cvsignore(1.5)

.cvsignore: add entries
==============
2001/03/09 18:34:00
author: amai
lib/AppShell.c(1.4)

AppShell.c: fix compiler warning (real bug?) in string2visualclass()
==============
2001/03/17 23:03:48
author: amai
lib/BubbleButton.c(1.14)

BubbleButton.c: address SF bug #409454: "0.92.21: implicit fn declaration"
==============
2001/03/19 19:44:54
author: amai
lib/FontChooser.c(1.11)

*.c: fix some signed vs. unsigned compiler warnings and
     add some #include "Xlt.h" for consistency
==============
2001/03/20 21:29:35
author: amai
lib/AppShell.c(1.5)
lib/DisplayOptions.c(1.4)
lib/ListTree.c(1.11)
lib/RedirectStdErr.c(1.6)
lib/SciPlot.c(1.13)
lib/SelectDebugLevel.c(1.6)
lib/Sound.c(1.5)
lib/ToolBar.c(1.16)

*.c: fix some "signed vs. unsigned" compiler warnings and
     some missing #includes
==============
2001/03/28 22:06:31
author: rwscott
lib/NumEntry.c(1.12)

Add some translations so that the KeyPad keys always produce numbers.
After all it is a NumEntry dialog :)
==============
2001/03/28 22:07:43
author: rwscott
Makefile.am(1.14)
parselog(1.6)

Get parselog working again.
==============


Executive Summary
Of 226 files, 93 changed, and 133 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.10         1.3          
ChangeLog                            1.12         1.12         No Change
INSTALL                              1.2          1.2          No Change
Makefile.am                          1.14         1.11         
NEWS                                 1.1          1.1          No Change
README                               1.3          1.3          No Change
ac_find_xlt.m4                       1.10         1.10         No Change
ac_find_xpm.m4                       1.1          1.1          No Change
acconfig.h                           1.4          1.2          
acinclude.m4                         1.11         1.7          
configure.in                         1.61         1.49         
parselog                             1.6          1.5          
lib/.cvsignore                       1.2          1.2          No Change
lib/AnimatedButton.c                 1.5          1.4          
lib/AnimatedButton.h                 1.2          1.2          No Change
lib/AnimatedButtonP.h                1.1          1.1          No Change
lib/AppShell.c                       1.5          1.2          
lib/AppShell.h                       1.1          1.1          No Change
lib/AppShellP.h                      1.2          1.1          
lib/BubbleButton.c                   1.14         1.5          
lib/BubbleButton.h                   1.4          1.3          
lib/BubbleButtonP.h                  1.6          1.4          
lib/DisplayFallbackResources.c       1.3          1.1          
lib/DisplayOptions.c                 1.4          1.2          
lib/EntrySB.c                        1.4          1.3          
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.6          1.5          
lib/FilePicker.h                     1.1          1.1          No Change
lib/FilePickerP.h                    1.1          1.1          No Change
lib/FontChooser.c                    1.11         1.10         
lib/FontChooser.h                    1.4          1.3          
lib/FontChooserP.h                   1.6          1.5          
lib/Host.c                           1.14         1.11         
lib/Host.h                           1.4          1.4          No Change
lib/HostP.h                          1.4          1.4          No Change
lib/HostTranscript.c                 1.6          1.5          
lib/ListTree.c                       1.11         1.7          
lib/ListTree.gif                     1.1          1.1          No Change
lib/ListTree.h                       1.6          1.3          
lib/ListTree.html                    1.2          1.1          
lib/ListTreeP.h                      1.1          1.1          No Change
lib/ListTreeProg.html                1.3          1.1          
lib/ListTreeTitle.gif                1.1          1.1          No Change
lib/Makefile.am                      1.41         1.34         
lib/NodeButton.c                     1.5          1.4          
lib/NodeButton.h                     1.1          1.1          No Change
lib/NodeButtonP.h                    1.1          1.1          No Change
lib/NumEntry.c                       1.12         1.9          
lib/NumEntry.h                       1.2          1.2          No Change
lib/NumEntryP.h                      1.3          1.2          
lib/RedirectStdErr.c                 1.6          1.4          
lib/SciPlot.c                        1.13         1.5          
lib/SciPlot.h                        1.5          1.2          
lib/SciPlot.html                     1.3          1.1          
lib/SciPlot.uil                      1.1          1.1          No Change
lib/SciPlotExample.gif               1.1          1.1          No Change
lib/SciPlotP.h                       1.6          1.1          
lib/SciPlotProg.html                 1.5          1.1          
lib/SciPlotTitle.gif                 1.1          1.1          No Change
lib/SciPlotUtil.c                    1.5          1.3          
lib/SciPlotUtil.h                    1.3          1.2          
lib/SelectDebugLevel.c               1.6          1.4          
lib/SelectionBox.c                   1.4          1.1          
lib/SelectionBox.h                   1.2          1.2          No Change
lib/SelectionBoxP.h                  1.1          1.1          No Change
lib/SetClientIcon.c                  1.4          1.1          
lib/SlideC.c                         1.2          1.2          No Change
lib/SlideC.h                         1.1          1.1          No Change
lib/SlideCP.h                        1.3          1.3          No Change
lib/Sound.c                          1.5          1.2          
lib/Sound.h                          1.3          1.2          
lib/Stroke.c                         1.4          1.3          
lib/Stroke.h                         1.4          1.3          
lib/StrokeInstall.3.in               1.1          1.1          No Change
lib/Strokes.3.in                     1.1          1.1          No Change
lib/ToolBar.c                        1.16         1.13         
lib/TreeFSel.gif                     1.1          1.1          No Change
lib/Working.c                        1.7          1.5          
lib/Xlt.3.in                         1.4          1.4          No Change
lib/Xlt.h                            1.6          1.5          
lib/XltAnimatedButton.3.in           1.3          1.2          
lib/XltAppInitialize.3.in            1.1          1.1          No Change
lib/XltAppShell.3.in                 1.2          1.1          
lib/XltBubbleButton.3.in             1.7          1.3          
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/XltDisplayFallbackResources.3.in 1.1          1.1          No Change
lib/XltDisplayOptions.3.in           1.1          1.1          No Change
lib/XltEntrySB.3.in                  1.2          1.2          No Change
lib/XltFilePicker.3.in               1.2          1.1          
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.5          1.4          
lib/XltGetValues.3.in                1.1          1.1          No Change
lib/XltHost.3.in                     1.6          1.5          
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.4          1.3          
lib/XltNumEntryGetChild.3.in         1.1          1.1          No Change
lib/XltRedirectStdErr.3.in           1.1          1.1          No Change
lib/XltSelectionBox.3.in             1.2          1.1          
lib/XltSetClientIcon.3.in            1.1          1.1          No Change
lib/XltSetValues.3.in                1.1          1.1          No Change
lib/XltSlideContext.3.in             1.2          1.2          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.4          1.2          
lib/calc.c                           1.15         1.9          
lib/calc.h                           1.3          1.1          
lib/new.gif                          1.1          1.1          No Change
tests/.cvsignore                     1.1          1.1          No Change
tests/Makefile.am                    1.13         1.12         
tests/AnimatedButton/.cvsignore      1.1          1.1          No Change
tests/AnimatedButton/Makefile.am     1.10         1.8          
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.2          1.1          
tests/AnimatedButton/test4.c         1.5          1.3          
tests/AppShell/.cvsignore            1.2          1.1          
tests/AppShell/Makefile.am           1.8          1.6          
tests/AppShell/test1.c               1.1          1.1          No Change
tests/BubbleButton/.cvsignore        1.2          1.2          No Change
tests/BubbleButton/Makefile.am       1.11         1.9          
tests/BubbleButton/dates.xpm         1.1          1.1          No Change
tests/BubbleButton/test1.c           1.3          1.2          
tests/BubbleButton/test2.c           1.2          1.2          No Change
tests/EntrySB/.cvsignore             1.1          1.1          No Change
tests/EntrySB/Makefile.am            1.8          1.6          
tests/EntrySB/test1.c                1.5          1.4          
tests/FilePicker/.cvsignore          1.3          1.2          
tests/FilePicker/Makefile.am         1.8          1.6          
tests/FilePicker/test1.c             1.1          1.1          No Change
tests/FontChooser/.cvsignore         1.3          1.2          
tests/FontChooser/Makefile.am        1.7          1.5          
tests/FontChooser/test1.c            1.1          1.1          No Change
tests/FontChooser/test2.c            1.3          1.2          
tests/Host/.cvsignore                1.1          1.1          No Change
tests/Host/Makefile.am               1.10         1.8          
tests/Host/test1.c                   1.6          1.5          
tests/ListTree/.cvsignore            1.3          1.2          
tests/ListTree/Makefile.am           1.8          1.6          
tests/ListTree/demo.c                1.4          1.3          
tests/NodeButton/.cvsignore          1.1          1.1          No Change
tests/NodeButton/Makefile.am         1.8          1.6          
tests/NodeButton/test5.c             1.4          1.3          
tests/NumEntry/.cvsignore            1.1          1.1          No Change
tests/NumEntry/Makefile.am           1.9          1.7          
tests/NumEntry/test3.c               1.6          1.5          
tests/SciPlot/.cvsignore             1.5          1.2          
tests/SciPlot/Makefile.am            1.13         1.7          
tests/SciPlot/SciPlotDemo.gif        1.1          1.1          No Change
tests/SciPlot/SciPlotDemo.html       1.1          1.1          No Change
tests/SciPlot/data.txt               1.1          1.1          No Change
tests/SciPlot/example.c              1.3          1.3          No Change
tests/SciPlot/example.uil            1.3          1.3          No Change
tests/SciPlot/realtime.c             1.2          1.2          No Change
tests/SciPlot/xyplot.c               1.4          1.2          
tests/SelectionBox/.cvsignore        1.1          1.1          No Change
tests/SelectionBox/Makefile.am       1.3          1.1          
tests/SelectionBox/test1.c           1.2          1.1          
tests/Slide/.cvsignore               1.3          1.3          No Change
tests/Slide/Makefile.am              1.3          1.3          No Change
tests/Slide/test1.c                  1.2          1.2          No Change
tests/Strokes/.cvsignore             1.1          1.1          No Change
tests/Strokes/Makefile.am            1.9          1.7          
tests/Strokes/test1.c                1.4          1.3          
tests/ToolBar/.cvsignore             1.1          1.1          No Change
tests/ToolBar/Makefile.am            1.8          1.6          
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.4          1.3          
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.8          1.6          
tests/WaitTillMapped/test1.c         1.3          1.3          No Change
tests/YesNo/.cvsignore               1.1          1.1          No Change
tests/YesNo/Makefile.am              1.8          1.6          
tests/YesNo/test5.c                  1.3          1.3          No Change
