xtoys
24 years agoBuild separately from libraries. 1.3.0
mdw [Thu, 11 Nov 1999 19:50:13 +0000 (19:50 +0000)]
Build separately from libraries.

24 years agoMinor edits.
mdw [Tue, 26 Oct 1999 15:53:55 +0000 (15:53 +0000)]
Minor edits.

24 years agoNew source file `atom.c'. 1.2.6
mdw [Fri, 20 Aug 1999 07:32:23 +0000 (07:32 +0000)]
New source file `atom.c'.

24 years agoVersion bump.
mdw [Fri, 20 Aug 1999 07:32:00 +0000 (07:32 +0000)]
Version bump.

24 years agoUse new `mdwopt' flags in options table.
mdw [Fri, 20 Aug 1999 07:31:00 +0000 (07:31 +0000)]
Use new `mdwopt' flags in options table.

24 years agoMiscellaneous changes, mostly concerning options parsing.
mdw [Fri, 20 Aug 1999 07:30:33 +0000 (07:30 +0000)]
Miscellaneous changes, mostly concerning options parsing.

24 years agoNew command line syntax, and new atom protocol. Wait for multiple
mdw [Fri, 20 Aug 1999 07:29:55 +0000 (07:29 +0000)]
New command line syntax, and new atom protocol.  Wait for multiple
properties and listen for multiple (or all) values.

24 years agoNew command line syntax, and new atom protocol.
mdw [Fri, 20 Aug 1999 07:29:19 +0000 (07:29 +0000)]
New command line syntax, and new atom protocol.

24 years agoNew source file for manipulating atom-valued window properties.
mdw [Fri, 20 Aug 1999 07:28:44 +0000 (07:28 +0000)]
New source file for manipulating atom-valued window properties.

24 years agoMinor tidying and typo correction.
mdw [Fri, 30 Jul 1999 07:03:43 +0000 (07:03 +0000)]
Minor tidying and typo correction.

24 years agoFix relative order of `automake' and `autoconf'.
mdw [Tue, 27 Jul 1999 18:59:13 +0000 (18:59 +0000)]
Fix relative order of `automake' and `autoconf'.

24 years agoImprove signal handling. Fix options parsing to POSIX order only.
mdw [Sat, 19 Jun 1999 23:42:55 +0000 (23:42 +0000)]
Improve signal handling.  Fix options parsing to POSIX order only.

24 years agoImprove signal handling.
mdw [Sat, 19 Jun 1999 23:42:37 +0000 (23:42 +0000)]
Improve signal handling.

24 years agoTake advantage of new dynamic string macros.
mdw [Fri, 21 May 1999 22:09:19 +0000 (22:09 +0000)]
Take advantage of new dynamic string macros.

24 years agoTrack gratuitous change in mdwopt interface. 1.2.5
mdw [Wed, 19 May 1999 20:41:15 +0000 (20:41 +0000)]
Track gratuitous change in mdwopt interface.

24 years agomdwopt is redundant when we have mLib.
mdw [Wed, 5 May 1999 18:55:53 +0000 (18:55 +0000)]
mdwopt is redundant when we have mLib.

24 years agoBlock SIGCHLD around the `fork' call to prevent a race.
mdw [Wed, 5 May 1999 18:55:18 +0000 (18:55 +0000)]
Block SIGCHLD around the `fork' call to prevent a race.

24 years agoKeep blank lines out of the history list.
mdw [Wed, 5 May 1999 18:54:37 +0000 (18:54 +0000)]
Keep blank lines out of the history list.

24 years agoScript to transform CVS sources into buildable source tree.
mdw [Wed, 5 May 1999 18:54:13 +0000 (18:54 +0000)]
Script to transform CVS sources into buildable source tree.

25 years agoRemove absolute dependence on GTK. 1.2.4
mdw [Thu, 25 Mar 1999 23:37:21 +0000 (23:37 +0000)]
Remove absolute dependence on GTK.

25 years agoImprove display for large files. Keep newly added material in view if 1.2.3
mdw [Wed, 24 Mar 1999 22:23:57 +0000 (22:23 +0000)]
Improve display for large files.  Keep newly added material in view if
scrolled to bottom of window.

25 years agoRemove redundant call to AC_PROG_INSTALL.
mdw [Wed, 24 Mar 1999 22:23:00 +0000 (22:23 +0000)]
Remove redundant call to AC_PROG_INSTALL.

25 years agoReturn exit status of child process, rather than always returning 1.2.2
mdw [Sun, 20 Dec 1998 17:19:16 +0000 (17:19 +0000)]
Return exit status of child process, rather than always returning
success.

25 years agoYet another patchlevel.
mdw [Sun, 20 Dec 1998 17:18:53 +0000 (17:18 +0000)]
Yet another patchlevel.

25 years agoStop the dropdown list from dropping down when you press enter. 1.2.1
mdw [Wed, 16 Dec 1998 19:58:53 +0000 (19:58 +0000)]
Stop the dropdown list from dropping down when you press enter.

25 years agoFiddle version number.
mdw [Wed, 16 Dec 1998 19:58:03 +0000 (19:58 +0000)]
Fiddle version number.

25 years agoFix tabbing in help text. 1.2.0
mdw [Wed, 16 Dec 1998 00:10:58 +0000 (00:10 +0000)]
Fix tabbing in help text.

25 years agoNew program: captures input and puts it in a window.
mdw [Tue, 15 Dec 1998 23:46:50 +0000 (23:46 +0000)]
New program: captures input and puts it in a window.

25 years agoAdd `xcatch', and rearrange so that the GTK-based programs are only
mdw [Tue, 15 Dec 1998 23:46:24 +0000 (23:46 +0000)]
Add `xcatch', and rearrange so that the GTK-based programs are only
mentioned in the Makefile.

25 years agoUpdates for mLib/mgLib. Support history files for recalling past 1.1.0
mdw [Fri, 11 Dec 1998 09:53:02 +0000 (09:53 +0000)]
Updates for mLib/mgLib.  Support history files for recalling past
entries, using a drop-down list.

25 years agoDocumentation updates for history support.
mdw [Fri, 11 Dec 1998 09:52:07 +0000 (09:52 +0000)]
Documentation updates for history support.

25 years agoUse mgLib's `msg' box rather than doing things the hard way.
mdw [Fri, 11 Dec 1998 09:51:51 +0000 (09:51 +0000)]
Use mgLib's `msg' box rather than doing things the hard way.

25 years agoMoved to mgLib.
mdw [Fri, 11 Dec 1998 09:50:58 +0000 (09:50 +0000)]
Moved to mgLib.

25 years agoRecursively build and configure mLib and mgLib.
mdw [Fri, 11 Dec 1998 09:50:38 +0000 (09:50 +0000)]
Recursively build and configure mLib and mgLib.

25 years agoMinor modifications to work with mLib and mgLib.
mdw [Fri, 11 Dec 1998 09:50:07 +0000 (09:50 +0000)]
Minor modifications to work with mLib and mgLib.

25 years agoHonour escape presses in the dialogue boxes.
mdw [Thu, 3 Dec 1998 01:00:19 +0000 (01:00 +0000)]
Honour escape presses in the dialogue boxes.

25 years agoSet focus on the entry field, rather than leaving things to luck.
mdw [Thu, 3 Dec 1998 00:56:29 +0000 (00:56 +0000)]
Set focus on the entry field, rather than leaving things to luck.

25 years agoForce focus when starting up.
mdw [Thu, 3 Dec 1998 00:39:45 +0000 (00:39 +0000)]
Force focus when starting up.

25 years agoHandling for my weird focus rules.
mdw [Thu, 3 Dec 1998 00:39:27 +0000 (00:39 +0000)]
Handling for my weird focus rules.

25 years agoAnother version increment.
mdw [Thu, 3 Dec 1998 00:39:07 +0000 (00:39 +0000)]
Another version increment.

25 years agoNew file: mdwfocus.c
mdw [Thu, 3 Dec 1998 00:37:19 +0000 (00:37 +0000)]
New file: mdwfocus.c

25 years agoTidy up tabbing in help texts very slightly.
mdw [Mon, 30 Nov 1998 22:36:53 +0000 (22:36 +0000)]
Tidy up tabbing in help texts very slightly.

25 years agoFix formatting bogosity.
mdw [Mon, 23 Nov 1998 00:52:35 +0000 (00:52 +0000)]
Fix formatting bogosity.

25 years agoDecked file out properly with big banner comments and things. 1.0.2
mdw [Sat, 21 Nov 1998 22:50:22 +0000 (22:50 +0000)]
Decked file out properly with big banner comments and things.

25 years agoReap children which die before I get my signal handler installed.
mdw [Sat, 21 Nov 1998 22:41:19 +0000 (22:41 +0000)]
Reap children which die before I get my signal handler installed.

25 years agoSupport GNU-style long options throughout, and introduce proper help
mdw [Sat, 21 Nov 1998 22:30:27 +0000 (22:30 +0000)]
Support GNU-style long options throughout, and introduce proper help
text to all programs.  Update manual pages to match.

25 years agoSupport library building in Makefile. Bump patchlevel.
mdw [Sat, 21 Nov 1998 22:27:42 +0000 (22:27 +0000)]
Support library building in Makefile.  Bump patchlevel.

25 years agoChange build structure a bit: put common code in a library.
mdw [Sat, 21 Nov 1998 22:27:21 +0000 (22:27 +0000)]
Change build structure a bit: put common code in a library.

25 years agoDon't bother with AC_ARG_PROGRAM any more. 1.0.1
mdw [Thu, 19 Nov 1998 12:48:19 +0000 (12:48 +0000)]
Don't bother with AC_ARG_PROGRAM any more.

25 years agoChange version number.
mdw [Wed, 18 Nov 1998 21:25:39 +0000 (21:25 +0000)]
Change version number.

25 years agoRemove bogus `-h' option from the options list.
mdw [Wed, 18 Nov 1998 21:25:30 +0000 (21:25 +0000)]
Remove bogus `-h' option from the options list.

25 years agoReap dead children as they arrive. The previous shell may have
mdw [Wed, 18 Nov 1998 21:25:06 +0000 (21:25 +0000)]
Reap dead children as they arrive.  The previous shell may have
carelessly left them behind.

25 years agoYawn 1.0.0
mdw [Mon, 16 Nov 1998 23:04:54 +0000 (23:04 +0000)]
Yawn

25 years agoInitial versions.
mdw [Mon, 16 Nov 1998 23:04:38 +0000 (23:04 +0000)]
Initial versions.