Share

LessTif and Motif Extension Library

File Release Notes and Changelog

Release Name: 11.1.11

Notes:


Changes: ============== 2001/09/26 00:22:59 author: amai configure.in(1.88) lib/ListTree.h(1.13) Missing check for interface and add missing declaration ============== 2001/10/01 23:37:26 author: rwscott lib/Host.c(1.19) Clean this up a bit in anticipation of adding a delay after the XltNterminator is sent. Some devices seem to need a very long time to chew on commands.... ============== 2001/10/20 19:15:48 author: amai lib/HostTranscript.c(1.9) Add #include ============== 2001/10/21 14:46:34 author: amai Makefile.am(1.20) configure.in(1.89) Create a scripts subdirectory and move some files to that place ============== 2001/10/23 14:03:43 author: rwscott lib/Makefile.am(1.54) Get a make distcheck working again ============== 2001/11/03 14:44:27 author: rwscott lib/Host.c(1.20) The user can alter the len field of the callback struct during an input callback. Verify the sanity of the value after the callback. Also, pass a copy of the data that was read so the user can't screw with it. ============== 2001/11/03 16:03:02 author: rwscott doc/XltHost.3.in(1.2) Update the man page also. Not just the source. ============== 2001/11/08 00:37:19 author: rwscott .cvsignore(1.5) CVSMake(1.13) configure.in(1.90) lib/Makefile.am(1.55) tests/AnimatedButton/Makefile.am(1.15) tests/AppShell/Makefile.am(1.13) tests/BubbleButton/Makefile.am(1.16) tests/EntrySB/Makefile.am(1.13) tests/FilePicker/Makefile.am(1.13) tests/FontChooser/Makefile.am(1.12) tests/Host/Makefile.am(1.15) tests/ListTree/Makefile.am(1.13) tests/NodeButton/Makefile.am(1.13) tests/NumEntry/Makefile.am(1.14) tests/SciPlot/Makefile.am(1.20) tests/SelectionBox/Makefile.am(1.8) tests/Slide/Makefile.am(1.8) tests/Strokes/Makefile.am(1.14) tests/ToolBar/Makefile.am(1.13) tests/WaitTillMapped/Makefile.am(1.13) tests/YesNo/Makefile.am(1.13) Since we will no longer ever be linking against an un-installed LessTif tree, clean these up a little. ============== 2001/11/08 13:29:42 author: amai CVSMake(1.14) Add hyack to ensure scripts/parselog is executable. Should be done in CVS repository ... ============== 2001/11/11 13:07:42 author: rwscott .cvsignore(1.6) CVSMake(1.15) Makefile.am(1.21) acinclude.m4(1.21) It seems that aclocal will now let you prepend to it's search path for macros. So, macros that we want to install can now also be used without duplicating the code.So this should now configure and build whether or not ac_find_motif.m4 is installed yet or not. Make sure you do a maintainer-clean before you try :) ============== 2001/11/14 22:11:34 author: rwscott lib/Host.c(1.21) Add the reverse rep type for XltNhostType ============== 2001/12/14 10:45:37 author: amai doc/Makefile.am(1.4) Don't put stuff in $prefix/Lesstif, but $prefix/Xlt ============== 2002/01/09 22:34:25 author: rwscott lib/Host.c(1.22) tests/Host/test1.c(1.9) Fix the initialization of the TextFields in the Select dialog. They were not getting set correctly if there was more than 1 XltHost widget in the app. ============== 2002/01/10 14:00:06 author: rwscott lib/HostTranscript.c(1.10) Don't send an extra \r when enter is pressed in the transcript ============== 2002/01/10 14:04:46 author: rwscott CVSMake(1.16) configure.in(1.91) Don't know why I changed these, but I did.... ============== 2002/01/10 14:05:50 author: rwscott ChangeLog(1.16) configure.in(1.92) change-release 9.2.9 -> 9.3.9 ============== 2002/01/10 14:37:06 author: rwscott Makefile.am(1.22) Need to distribute this also ============== 2002/01/15 21:53:04 author: amai CVSROOT/syncmail(1.4) update from master copy ============== 2002/02/13 15:22:21 author: amai doc/ListTreeProg.html(1.3) doc/SciPlot.html(1.2) doc/SciPlotProg.html(1.3) Move all docs in one place (again?). Add missing HTML version of LGPL. Fix HTML errors (broken links) ============== 2002/02/13 17:17:30 author: amai Makefile.am(1.23) NEWS(1.5) tests/Makefile.am(1.14) Drop some "useless" entries from the Makefiles ============== 2002/02/14 10:30:48 author: amai tests/Makefile.am(1.15) Fix typo from last commit ============== 2002/02/14 10:36:11 author: amai doc/Makefile.am(1.5) tests/SciPlot/Makefile.am(1.21) Fix dist target ============== 2002/03/03 13:03:39 author: rwscott lib/HostTranscript.c(1.11) Create the ScrolledText transcript window in MULTI_LINE_EDIT mode by default. ============== 2002/03/06 19:58:24 author: dannybackx ac_find_xlt.m4(1.13) I was getting errors because of an empty then clause, so I've inserted a NULL (/bin/true) statement. ============== 2002/03/09 17:03:55 author: amai CVSROOT/loginfo(1.15) Send commit logs to xlt-commits in future ============== 2002/03/10 21:46:25 author: amai CVSROOT/loginfo(1.16) Correct reply address of commit messages ============== 2002/04/12 17:06:58 author: rwscott Makefile.am(1.24) Make sure the m4 macros get into the dist ============== 2002/04/12 17:19:46 author: rwscott tests/AnimatedButton/test3.c(1.5) tests/BubbleButton/test1.c(1.5) tests/ListTree/demo.c(1.7) tests/ToolBar/test1.c(1.6) Use the Motif xpm stuff if possible ============== 2002/08/29 17:18:20 author: rwscott lib/HostTranscript.c(1.12) Add a popup menu to the HostTranscript. So far only the ability to clear the transcript is there. ============== 2002/08/29 17:19:55 author: rwscott ChangeLog(1.17) configure.in(1.93) change-release 9.3.9 -> 9.4.9 ============== 2002/09/24 16:18:58 author: rwscott lib/NumEntry.c(1.16) Initialize the instance variable result to be the same as the value. ============== 2003/01/23 14:26:23 author: rwscott lib/Host.c(1.23) Don't try to actually connect if the host or port is NULL or "". ============== 2003/01/23 19:02:02 author: rwscott lib/Host.c(1.24) Keep the UI more responsive during reception of large volumes of data. ============== 2003/01/25 14:44:58 author: rwscott ac_find_xlt.m4(1.14) Use the optional args to AC_DEFINE to avoid the need for acconfig.h ============== 2003/05/04 16:04:50 author: rwscott ac_find_xpm.m4(1.4) Update these to use the optional arguments to AC_DEFINE so that the acconfig.h file is not necessary ============== 2003/06/19 13:03:05 author: rwscott lib/Stroke.c(1.7) Attempt to avoid a freeze with popup conflicts ============== 2003/06/19 20:32:52 author: rwscott ChangeLog(1.18) configure.in(1.94) change-release 9.4.9 -> 9.5.9 ============== 2003/06/19 20:43:24 author: rwscott .cvsignore(1.7) Another auto* file ============== 2003/07/16 21:25:41 author: rwscott Makefile.am(1.25) Add a latest-release for all the target releases. Makes it simple to find the newest tag. ============== 2003/11/06 20:54:22 author: rwscott lib/SetClientIcon.c(1.8) set the _NET_WM_ICON property so the window manager can snag it also. ============== 2003/11/06 20:55:18 author: rwscott lib/Host.c(1.25) Allow the app to re-allocate the data during an input callback. ============== 2003/11/06 20:58:34 author: rwscott ChangeLog(1.19) configure.in(1.95) interface-add-release 9.5.9 -> 10.0.10 ============== 2004/04/17 16:02:09 author: rwscott lib/Host.c(1.26) When we disconnect, lets make sure we get back to ASCII mode. ============== 2004/07/02 10:59:16 author: rwscott lib/Host.c(1.27) I've been leaking here for years. Free the old Host Port and Terminator strings in set_values. ============== 2004/07/02 12:46:56 author: rwscott lib/Host.c(1.28) Hold off a bit on the free, still need the values further down in this function. ============== 2004/07/02 16:45:47 author: rwscott lib/SetClientIcon.c(1.9) re-organizing a bit ============== 2004/07/02 18:33:21 author: rwscott ChangeLog(1.20) configure.in(1.96) change-release 10.0.10 -> 10.1.10 ============== 2004/07/02 18:43:01 author: rwscott acinclude.m4(1.22) configure.in(1.97) Use autoconf's new easier AC_DEFINE ============== 2004/07/02 19:04:03 author: rwscott configure.in(1.98) lib/Makefile.am(1.56) lib/Xlt.h(1.10) tests/Makefile.am(1.16) Code to add/alter strings in the RESOURCE_MANAGER property ============== 2004/07/03 13:38:30 author: rwscott configure.in(1.99) doc/Makefile.am(1.6) doc/Xlt.3.in(1.2) Add the man page for XltRdbPutString ============== 2004/07/03 14:21:09 author: rwscott lib/BubbleButton.c(1.17) Fix for bug 863771. can't set XltNbubbleString after widget created ============== 2004/07/03 17:39:43 author: rwscott configure.in(1.100) doc/Makefile.am(1.7) doc/Xlt.3.in(1.3) lib/Makefile.am(1.57) Wrappers around the Xt timer functions that let you query how much time is remaining on a timer. ============== 2004/07/04 12:51:39 author: rwscott ChangeLog(1.21) configure.in(1.101) interface-add-release 10.1.10 -> 11.0.11 ============== 2004/07/11 14:57:48 author: rwscott lib/NumEntry.c(1.17) Set the initial width/height to the correct values. Adjust the width when the columns change. ============== 2004/07/16 21:34:22 author: rwscott lib/FilePicker.c(1.9) The file selection okCallback needs to be adjusted to correspond to the picker that managed it. ============== 2004/07/19 17:55:50 author: rwscott lib/Host.c(1.29) Make sure the disconnect callback gets called whenever the connection is terminated, no matter what the reason. ============== 2004/08/22 15:49:38 author: rwscott lib/Host.c(1.30) gethostbyname needs herror, not perror getservbyname doesn't set an error if a client specifies a host of "-", use stdin ============== 2004/08/22 15:59:00 author: rwscott doc/XltHost.3.in(1.3) Add a bit about "-" being stdin ============== 2004/09/01 20:28:58 author: rwscott lib/SetClientIcon.c(1.10) To get an event when the Shell is created, use the ConfigureNotify in the StructureNotifyMask. Substructure tells me things about the children of the window. ============== 2004/09/23 21:02:49 author: rwscott ac_find_xlt.m4(1.15) ac_find_xpm.m4(1.5) Fedora Core 2 says that these are under-quoted ============== 2004/09/24 15:00:05 author: rwscott lib/RedirectStdErr.c(1.10) Make the StdErr dialog have the same title as the topLevelShell that it belongs to. ============== Executive Summary Of 260 files, 52 changed, and 208 had no change File Current Rev. Last Release .cvsignore 1.7 1.4 AUTHORS 1.3 1.3 No Change COPYING 1.1 1.1 No Change COPYING.LIB 1.1 1.1 No Change CVSMake 1.16 1.12 ChangeLog 1.21 1.15 INSTALL 1.2 1.2 No Change Makefile.am 1.25 1.19 NEWS 1.5 1.4 README 1.5 1.5 No Change ac_find_motif.m4 1.3 1.3 No Change ac_find_xlt.m4 1.15 1.12 ac_find_xpm.m4 1.5 1.3 acinclude.m4 1.22 1.20 configure.in 1.101 1.87 CVSROOT/checkoutlist 1.4 1.4 No Change CVSROOT/commit_prep 1.1 1.1 No Change CVSROOT/commitinfo 1.5 1.5 No Change CVSROOT/config 1.1 1.1 No Change CVSROOT/cvswrappers 1.1 1.1 No Change CVSROOT/editinfo 1.1 1.1 No Change CVSROOT/log_accum 1.6 1.6 No Change CVSROOT/loginfo 1.16 1.14 CVSROOT/modules 1.1 1.1 No Change CVSROOT/notify 1.1 1.1 No Change CVSROOT/rcsinfo 1.1 1.1 No Change CVSROOT/syncmail 1.4 1.3 CVSROOT/taginfo 1.1 1.1 No Change CVSROOT/verifymsg 1.1 1.1 No Change doc/.cvsignore 1.2 1.2 No Change doc/ListTree.gif 1.1 1.1 No Change doc/ListTree.html 1.1 1.1 No Change doc/ListTreeProg.html 1.3 1.2 doc/ListTreeTitle.gif 1.1 1.1 No Change doc/Makefile.am 1.7 1.3 doc/SciPlot.html 1.2 1.1 doc/SciPlotDemo.gif 1.1 1.1 No Change doc/SciPlotDemo.html 1.1 1.1 No Change doc/SciPlotExample.gif 1.1 1.1 No Change doc/SciPlotProg.html 1.3 1.2 doc/SciPlotTitle.gif 1.1 1.1 No Change doc/StrokeInstall.3.in 1.1 1.1 No Change doc/Strokes.3.in 1.1 1.1 No Change doc/TreeFSel.gif 1.1 1.1 No Change doc/Xlt.3.in 1.3 1.1 doc/XltAnimatedButton.3.in 1.1 1.1 No Change doc/XltAppAddTimeOut.3.in 1.1 1.1 No Change doc/XltAppInitialize.3.in 1.1 1.1 No Change doc/XltAppShell.3.in 1.1 1.1 No Change doc/XltBubbleButton.3.in 1.1 1.1 No Change doc/XltCheckArgSize.3.in 1.1 1.1 No Change doc/XltCreateAnimatedButton.3.in 1.1 1.1 No Change doc/XltCreateBubbleButton.3.in 1.1 1.1 No Change doc/XltCreateFilePicker.3.in 1.1 1.1 No Change doc/XltCreateHost.3.in 1.1 1.1 No Change doc/XltCreateNumEntry.3.in 1.1 1.1 No Change doc/XltDisplayFallbackResources.3.in 1.1 1.1 No Change doc/XltDisplayOptions.3.in 1.1 1.1 No Change doc/XltEntrySB.3.in 1.1 1.1 No Change doc/XltFilePicker.3.in 1.1 1.1 No Change doc/XltFilePickerGetChild.3.in 1.1 1.1 No Change doc/XltFilePickerGetString.3.in 1.1 1.1 No Change doc/XltFilePickerSetString.3.in 1.1 1.1 No Change doc/XltFontChooser.3.in 1.1 1.1 No Change doc/XltGetValues.3.in 1.1 1.1 No Change doc/XltHost.3.in 1.3 1.1 doc/XltHostCreateTranscript.3.in 1.1 1.1 No Change doc/XltHostDiscardOutput.3.in 1.1 1.1 No Change doc/XltHostSelect.3.in 1.1 1.1 No Change doc/XltHostSendData.3.in 1.1 1.1 No Change doc/XltHostSendString.3.in 1.1 1.1 No Change doc/XltNumEntry.3.in 1.1 1.1 No Change doc/XltNumEntryGetChild.3.in 1.1 1.1 No Change doc/XltRdbPutString.3.in 1.1 1.1 No Change doc/XltRedirectStdErr.3.in 1.1 1.1 No Change doc/XltSelectDebugLevel.3.in 1.1 1.1 No Change doc/XltSelectionBox.3.in 1.1 1.1 No Change doc/XltSetClientIcon.3.in 1.1 1.1 No Change doc/XltSetValues.3.in 1.1 1.1 No Change doc/XltSlideContext.3.in 1.1 1.1 No Change doc/XltToolBarAddItem.3.in 1.1 1.1 No Change doc/XltToolBarConfigure.3.in 1.1 1.1 No Change doc/XltWaitTillMapped.3.in 1.1 1.1 No Change doc/XltWorking.3.in 1.1 1.1 No Change doc/XltYesNo.3.in 1.1 1.1 No Change doc/lgpl.html 1.1 1.1 No Change doc/new.gif 1.1 1.1 No Change doc/new.png 1.1 1.1 No Change lib/.cvsignore 1.4 1.4 No Change lib/AnimatedButton.c 1.7 1.7 No Change lib/AnimatedButton.h 1.3 1.3 No Change lib/AnimatedButtonP.h 1.2 1.2 No Change lib/AppShell.c 1.7 1.7 No Change lib/AppShell.h 1.2 1.2 No Change lib/AppShellP.h 1.3 1.3 No Change lib/BubbleButton.c 1.17 1.16 lib/BubbleButton.h 1.5 1.5 No Change lib/BubbleButtonP.h 1.7 1.7 No Change lib/DisplayFallbackResources.c 1.5 1.5 No Change lib/DisplayOptions.c 1.6 1.6 No Change lib/EntrySB.c 1.7 1.7 No Change lib/EntrySB.h 1.1 1.1 No Change lib/EntrySB.w 1.2 1.2 No Change lib/EntrySBP.h 1.1 1.1 No Change lib/FilePicker.c 1.9 1.8 lib/FilePicker.h 1.2 1.2 No Change lib/FilePickerP.h 1.2 1.2 No Change lib/FontChooser.c 1.19 1.19 No Change lib/FontChooser.h 1.5 1.5 No Change lib/FontChooserP.h 1.7 1.7 No Change lib/Host.c 1.30 1.18 lib/Host.h 1.5 1.5 No Change lib/HostP.h 1.5 1.5 No Change lib/HostTranscript.c 1.12 1.8 lib/ListTree.c 1.20 1.20 No Change lib/ListTree.h 1.13 1.12 lib/ListTreeP.h 1.5 1.5 No Change lib/Makefile.am 1.57 1.53 lib/NodeButton.c 1.6 1.6 No Change lib/NodeButton.h 1.2 1.2 No Change lib/NodeButtonP.h 1.2 1.2 No Change lib/NumEntry.c 1.17 1.15 lib/NumEntry.h 1.3 1.3 No Change lib/NumEntryP.h 1.4 1.4 No Change lib/Rdb.c 1.1 1.1 No Change lib/RedirectStdErr.c 1.10 1.9 lib/SciPlot.c 1.17 1.17 No Change lib/SciPlot.h 1.7 1.7 No Change lib/SciPlot.uil 1.1 1.1 No Change lib/SciPlotP.h 1.9 1.9 No Change lib/SciPlotUtil.c 1.7 1.7 No Change lib/SciPlotUtil.h 1.4 1.4 No Change lib/SelectDebugLevel.c 1.8 1.8 No Change lib/SelectionBox.c 1.6 1.6 No Change lib/SelectionBox.h 1.3 1.3 No Change lib/SelectionBoxP.h 1.2 1.2 No Change lib/SetClientIcon.c 1.10 1.7 lib/SlideC.c 1.4 1.4 No Change lib/SlideC.h 1.2 1.2 No Change lib/SlideCP.h 1.4 1.4 No Change lib/Sound.c 1.8 1.8 No Change lib/Sound.h 1.4 1.4 No Change lib/Stroke.c 1.7 1.6 lib/Stroke.h 1.4 1.4 No Change lib/Timer.c 1.1 1.1 No Change lib/Timer.h 1.1 1.1 No Change lib/ToolBar.c 1.19 1.19 No Change lib/Working.c 1.10 1.10 No Change lib/Xlt.h 1.10 1.9 lib/YesNo.c 1.6 1.6 No Change lib/calc.c 1.18 1.18 No Change lib/calc.h 1.3 1.3 No Change scripts/.cvsignore 1.1 1.1 No Change scripts/Makefile.am 1.2 1.2 No Change scripts/Xlt.def.dist 1.1 1.1 No Change scripts/Xlt.spec.in 1.1 1.1 No Change scripts/parselog 1.1 1.1 No Change tests/.cvsignore 1.1 1.1 No Change tests/Makefile.am 1.16 1.13 tests/AnimatedButton/.cvsignore 1.2 1.2 No Change tests/AnimatedButton/Makefile.am 1.15 1.14 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.5 1.4 tests/AnimatedButton/test4.c 1.8 1.7 tests/AppShell/.cvsignore 1.3 1.3 No Change tests/AppShell/Makefile.am 1.13 1.12 tests/AppShell/test1.c 1.1 1.1 No Change tests/BubbleButton/.cvsignore 1.3 1.3 No Change tests/BubbleButton/Makefile.am 1.16 1.15 tests/BubbleButton/dates.xpm 1.1 1.1 No Change tests/BubbleButton/test1.c 1.5 1.4 tests/BubbleButton/test2.c 1.2 1.2 No Change tests/EntrySB/.cvsignore 1.2 1.2 No Change tests/EntrySB/Makefile.am 1.13 1.12 tests/EntrySB/test1.c 1.6 1.6 No Change tests/FilePicker/.cvsignore 1.4 1.4 No Change tests/FilePicker/Makefile.am 1.13 1.12 tests/FilePicker/test1.c 1.2 1.2 No Change tests/FontChooser/.cvsignore 1.4 1.4 No Change tests/FontChooser/Makefile.am 1.12 1.11 tests/FontChooser/test1.c 1.2 1.2 No Change tests/FontChooser/test2.c 1.4 1.4 No Change tests/Host/.cvsignore 1.2 1.2 No Change tests/Host/Makefile.am 1.15 1.14 tests/Host/test1.c 1.9 1.8 tests/ListTree/.cvsignore 1.4 1.4 No Change tests/ListTree/Makefile.am 1.13 1.12 tests/ListTree/demo.c 1.7 1.6 tests/NodeButton/.cvsignore 1.2 1.2 No Change tests/NodeButton/Makefile.am 1.13 1.12 tests/NodeButton/test5.c 1.5 1.5 No Change tests/NumEntry/.cvsignore 1.2 1.2 No Change tests/NumEntry/Makefile.am 1.14 1.13 tests/NumEntry/test3.c 1.7 1.7 No Change tests/Rdb/.cvsignore 1.1 1.1 No Change tests/Rdb/Makefile.am 1.1 1.1 No Change tests/Rdb/test1.c 1.1 1.1 No Change tests/SciPlot/.cvsignore 1.6 1.6 No Change tests/SciPlot/Makefile.am 1.21 1.19 tests/SciPlot/data.txt 1.1 1.1 No Change tests/SciPlot/example.c 1.4 1.4 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.4 No Change tests/SelectionBox/.cvsignore 1.2 1.2 No Change tests/SelectionBox/Makefile.am 1.8 1.7 tests/SelectionBox/test1.c 1.3 1.3 No Change tests/Slide/.cvsignore 1.4 1.4 No Change tests/Slide/Makefile.am 1.8 1.7 tests/Slide/test1.c 1.3 1.3 No Change tests/Strokes/.cvsignore 1.2 1.2 No Change tests/Strokes/Makefile.am 1.14 1.13 tests/Strokes/test1.c 1.6 1.6 No Change tests/ToolBar/.cvsignore 1.2 1.2 No Change tests/ToolBar/Makefile.am 1.13 1.12 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.6 1.5 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.2 1.2 No Change tests/WaitTillMapped/Makefile.am 1.13 1.12 tests/WaitTillMapped/test1.c 1.4 1.4 No Change tests/YesNo/.cvsignore 1.2 1.2 No Change tests/YesNo/Makefile.am 1.13 1.12 tests/YesNo/test5.c 1.4 1.4 No Change