Commit Graph

240 Commits

Author SHA1 Message Date
Michael Jennings 3fe418dd58 Added auto_setbg to automatically set your background to the current image
at every switch.


SVN revision: 1477
1999-12-01 23:23:17 +00:00
Michael Jennings 664df20d8c Wed Dec 1 19:11:13 PST 1999
(KainX)

For one thing, I think I've fixed the seg fault in E-MoonClock.  Here's
hoping.

I also added the background setting functionality to E-Slides, but this time
it was done *right*. :-)  Take a look and see for yourself.  If you look at
the code, it also demonstrates how to use E IPC to set backgrounds.


SVN revision: 1476
1999-12-01 23:09:48 +00:00
Tom Gilbert 586fb5e90c A more useful test app.
SVN revision: 1474
1999-12-01 19:28:34 +00:00
Tom Gilbert 4d1ca43a00 Wed Dec 01 23:05:13 GMT 1999
(gilbertt)

api changes.

Ok. I have added some functions to the api, they are not yet perfect, but
they compile cleanly and don't create any problems. Don't use them yet
though, the api may change.

Window Epplet_create_window(int w,int h,int x,int y,char *title);
void Epplet_window_show(Window win);
void Epplet_window_hide(Window win);
void Epplet_window_destroy(Window win);
void Epplet_window_switch_context(Window newwin);
void Epplet_window_reset_context(void);

All of these functions are in place and work. I have yet to add code to
handle delete_events. At the moment, if you close the dialog window, the
epplet exits. This is clearly not intended ;) I'll fix it tomorrow, its late
here now.

You can even switch context and add widgets to your new window with no
problems ;)

Other things to fix tomorrow is the event handling stuff which assumes only
one window will be around...

I am currently using E-ScreenSave as my test epplet for this code, as I know
only about 2 people use it ;) Try it to see the code working.


SVN revision: 1472
1999-12-01 19:12:33 +00:00
Tom Gilbert f317508254 (please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)
s/free/XFree
(please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)
(please don't notice this KainX)


SVN revision: 1463
1999-11-30 16:53:33 +00:00
Tom Gilbert 9ce2ad30c3 Tue Nov 30 17:48:31 GMT 1999
(gilbertt)

E-ScreenShoot.c E-SD.c E-ScreenSave.c

Urm. Should've done this before. Removed some duplication, and one omission
in my cloaking code. Silly really, most people won't notice any difference,
but I will :)


SVN revision: 1462
1999-11-30 14:45:32 +00:00
Michael Jennings 2f3ce3aef4 This should work on Linux 2.0.x now.
SVN revision: 1461
1999-11-30 00:58:32 +00:00
Michael Jennings 3e6a527f10 Mon Nov 29 20:34:40 PST 1999
(KainX)

All the network stats stuff has been moved to a centralized location, and all
the network stats epplets have been converted to use the new functions.  Thus,
all network epplets can now have a portable interface to the data without
having to worry about portability; the backend takes care of it.

I also added copyright statements and a license to all my epplets.  And I
removed my name from the E-Mountbox copyright since my contributions were
negligible. :-)


SVN revision: 1460
1999-11-30 00:52:31 +00:00
Michael Jennings 26747a14ea Those variables were actually needed, cK. :-)
SVN revision: 1459
1999-11-29 23:52:59 +00:00
Michael Jennings 8ab0c9d1cf Mon Nov 29 19:03:00 PST 1999
(KainX)

Applied and modified significantly a patch to support E-NetFlame on Solaris.
Thanks to Tomas Calvo Gomez <tcalvo@tid.es> and Mark Bowyer
<Moredhel@earthling.net> for supplying the Solaris-isms. :-)


SVN revision: 1458
1999-11-29 23:21:26 +00:00
Christian Kreibich 7e989c8e19 Added Epplet_unremember to E-Mountbox. Added layout options to
E-Mixer and updated docs. Tom, change as you see fit, ok?


SVN revision: 1457
1999-11-29 21:50:40 +00:00
Michael Jennings 8e16291969 Mon Nov 29 16:03:53 PST 1999
(KainX)

Added support for specifying the width and height (in epplet units, 16 pixels)
of the E-Slides window.  -w <width> and -h <height> are the options.  The
default is the traditional 3x3, of course.  Note that this cannot be done via
config file options since the size is set before the config loader can be
called.


SVN revision: 1455
1999-11-29 20:23:05 +00:00
Tom Gilbert d343608385 Dammit. The random cloak code was slightly off. I screwed it up by removing
an anim without decrementing a number. Fixed.


SVN revision: 1454
1999-11-29 18:31:01 +00:00
Laurence J. Lane 6c730b1e68 that evil install-data-hook was eating small domestic pets and data
files with "C", "V" or "S" in the name, it had to be stopped


SVN revision: 1452
1999-11-29 11:33:38 +00:00
Tom Gilbert 6680bc8f5d Mon Nov 29 14:08:10 GMT 1999
(gilbertt)

Tidied up E-UrlWatch lots. Its pretty lean now.


SVN revision: 1451
1999-11-29 10:29:22 +00:00
Tom Gilbert 517bc09e71 Mon Nov 29 01:08:58 GMT 1999
(gilbertt)

Hrm. A segfault with a certain form of url. Fixed.


SVN revision: 1446
1999-11-28 21:31:57 +00:00
Tom Gilbert 1b47bfe241 Ok. This should be better, the list code was a bit messy. Now its super cool
:)


SVN revision: 1445
1999-11-28 20:44:37 +00:00
Tom Gilbert 3c94fbc165 Hrm. Duplicates are no longer added to the popup.
SVN revision: 1435
1999-11-28 19:07:34 +00:00
Tom Gilbert 6f5f6103ae Sun Nov 28 21:52:12 GMT 1999
(gilbertt)

Made the screensaver lock command configurable in E-ScreenSave.


SVN revision: 1430
1999-11-28 18:17:18 +00:00
Carsten Haitzler ea9b3ecfc9 atexit() added to E-Time
SVN revision: 1429
1999-11-28 17:53:06 +00:00
Tom Gilbert b0d77efe53 Sun Nov 28 21:06:21 GMT 1999
(gilbertt)

Added a popup containing a history of the urls you launch, of the urls found
in the file being watched. This is cool :)


SVN revision: 1428
1999-11-28 17:31:59 +00:00
Tom Gilbert b3b4eae813 *cough*
Check the return from malloc in the strdup function in utils.c


SVN revision: 1427
1999-11-28 16:32:59 +00:00
Tom Gilbert 3c1f201311 More sensible default options. Please blow away your old configs ;)
SVN revision: 1423
1999-11-28 15:02:28 +00:00
Tom Gilbert 4bf297095d d'oh
SVN revision: 1422
1999-11-27 21:48:24 +00:00
Tom Gilbert b732ee2c88 Sun Nov 28 01:12:11 GMT 1999
(gilbertt)

Added some help dox for E-UrlWatch.


SVN revision: 1421
1999-11-27 21:45:32 +00:00
Tom Gilbert 2d446b79dc Hrm. Trying to debug a problem Demonishi was having...
Maybe it'll be ok now?


SVN revision: 1416
1999-11-27 13:03:19 +00:00
Tom Gilbert a9f9e51483 Hrm. Could do with an icon. (Wish I was artistic).
SVN revision: 1415
1999-11-26 21:56:26 +00:00
Tom Gilbert 921c8df941 Sat Nov 26 00:48:19 GMT 1999
(gilbertt)

Added a groovy new noise for E-UrlWatch to make when a new URL is found.
Coolness. Now supports TE ootb.


SVN revision: 1414
1999-11-26 21:34:02 +00:00
Tom Gilbert 4d330ad97b need this now
SVN revision: 1413
1999-11-26 21:17:18 +00:00
Tom Gilbert 2d018c6bf3 *cough*
Note to self:
When you printf an int, it is conventional *not* to use %f :)


SVN revision: 1410
1999-11-26 16:23:16 +00:00
Tom Gilbert 92ecfe4aad Fri Nov 25 19:17:05 GMT 1999
(gilbertt)

E-UrlWatch

Added support for URL grabbers such as that found in TE/Epic. In the example
of TE, urls are stripped from irc convo, and dumped into ~/.te/.urls
If told to via the config (as it will by default), E-UrlWatch will watch
that file, and will strip out new urls and allow you to view them at the
touch of a button. (Or automatically if you specify). It'll also perform a
configurable command (I use it to play a sound) when a new URL appears.

Other misc cleanups have taken place, and I have very carefully hidden a
couple of juicy bugs. Find them for me, and you win a prize ;)


SVN revision: 1409
1999-11-26 16:08:48 +00:00
Tom Gilbert d0693cdabb Added some debugging code, and tidy, tidy, tidy.
SVN revision: 1407
1999-11-25 17:59:23 +00:00
Tom Gilbert 014e7ab5cc Thu Nov 25 20:48:51 GMT 1999
(gilbertt)

Oops. Fixed a naughty segfault with my shoddy string handling routines.


SVN revision: 1402
1999-11-25 17:42:17 +00:00
Michael Jennings 89085f3eee Wed Nov 24 18:33:45 PST 1999
(KainX)

Major restructuring and cleanup.  I think the new standard should be pretty
self-explanatory, but let me know if you have any questions.  CVS developers,
PLEASE read epplets/Makefile.am carefully to see how it all works now.

Icons are stored in epplets/icons/ and are installed into
$EROOT/epplet_icons/.  All miscellaneous data files (including images) are
stored in epplets/<epplet name>-data/ and are installed into
$EROOT/epplet_data/<epplet name>/.  Also note that, if you're going to use the
same old aircut3.ttf and bg.png in your help section, add your epplet's name
to NEED_BG and NEED_FONT in epplets/Makefile.am.  Do NOT commit duplicates of
those two files.


SVN revision: 1394
1999-11-24 23:36:51 +00:00
Tom Gilbert 893ccf7d6a tidying the looks of E-UrlWatch
SVN revision: 1393
1999-11-24 18:02:28 +00:00
Tom Gilbert b00a41b4e9 Wed Nov 24 20:11:57 GMT 1999
(gilbertt)

E-UrlWatch.

Now displays the url it launches, and scrolls long urls back and forth, so
you can see 'em.


SVN revision: 1391
1999-11-24 17:13:47 +00:00
Tom Gilbert e6787866ee Wed Nov 24 18:29:19 GMT 1999
(gilbertt)

E-UrlWatch.

Changed size. Added buttons to allow several different "modes" of action.
When you have a url in the X paste buffer, each button will grab the url,
and perform a configurable action upon it. The three are www, ftp, and get.
The default is gnome-moz-remote for the first two, and wget for the third.
The epplet is extremely ugly right now, but I'm working on the code atm, so
ignore that :)

More cool stuff to come :)


SVN revision: 1389
1999-11-24 15:35:07 +00:00
Tom Gilbert e73575f1d3 Tue Nov 23 23:26:47 GMT 1999
(gilbertt)

Now save all urls processed to ~/.Urls

Auto e-mailing to your mom is not yet supported.


SVN revision: 1385
1999-11-23 20:39:49 +00:00
Tom Gilbert cbca3d5cd6 What just happened?
I added these files, commited, and then cvs removed them for me...

Bizarre!


SVN revision: 1384
1999-11-23 20:16:04 +00:00
Tom Gilbert a11c775d15 forgot this little baby
SVN revision: 1383
1999-11-23 19:52:52 +00:00
Tom Gilbert 112d70f585 Tue Nov 23 21:32:21 GMT 1999
(gilbertt)

I am such a dufus.

Changed my epplets to actually save their config when you finish your X
session, instead of only when you click the close button.

How did I let this go unfixed???


SVN revision: 1381
1999-11-23 18:51:27 +00:00
Michael Jennings a7ce9b2707 Tue Nov 23 11:03:39 PST 1999
(KainX)

Fixed a seg fault bug in E-Slides.


SVN revision: 1372
1999-11-23 16:19:42 +00:00
Michael Jennings 87ab8f2613 I'm tired of cleaning up these messes. Enough already.
SVN revision: 1366
1999-11-22 17:14:54 +00:00
Richard Barnes 2abef1bc16 Added an option to E-Slides config to change root bg when image changes.
SVN revision: 1363
1999-11-22 04:18:43 +00:00
Richard Barnes 910865b613 Added a button to set the bg to the current E-Slides pic
SVN revision: 1360
1999-11-22 01:44:12 +00:00
Richard Barnes 1e7b2e44e9 Added a popup command history to E-Exec and made it wider.
SVN revision: 1355
1999-11-20 20:56:12 +00:00
Tom Gilbert e37a5b5f7b Floop.
SVN revision: 1353
1999-11-20 19:52:34 +00:00
Tom Gilbert e66bb2dc9d Fixed a couple of warnings. Lots more to do though, no prototypes =P
SVN revision: 1352
1999-11-20 19:47:43 +00:00
Tom Gilbert fbbb3a628b Changed #include <epplet.h> to "epplet.h"
SVN revision: 1351
1999-11-20 19:40:12 +00:00
Tom Gilbert 598354a379 Oops.
That won't do.


SVN revision: 1350
1999-11-20 19:38:49 +00:00
Richard Barnes 934981389d You'll never guess... (E-MoonClock)
SVN revision: 1349
1999-11-20 19:30:36 +00:00
Richard Barnes ba9e68c662 Still E-MoonClock
SVN revision: 1348
1999-11-20 19:29:14 +00:00
Richard Barnes 4e763543af Adding E-MoonClock by mazeone
SVN revision: 1347
1999-11-20 19:25:32 +00:00
Tom Gilbert 87448696d2 Sat Nov 20 19:55:22 GMT 1999
(gilbertt)

Changed the Makefile.am to put epplet images in $EROOT/epplet_data.

I wanted to have epplet subdirs under this directory, but it really
complicated the Makefile, so I left it for now. It was easy for me the make
the changes with sed this way too ;)

Any stuff your app needs to install should go in epplet_data, preferably
with the filename prefixed with the name of your epplet.

Flame me if this bugs you...


SVN revision: 1345
1999-11-20 17:55:56 +00:00
Michael Jennings dfffee2676 Forgot this part.
SVN revision: 1341
1999-11-20 00:05:43 +00:00
Michael Jennings 4d54be14f9 Fri Nov 19 17:49:09 PST 1999
(KainX)

Fixes and cleanups to E-NetGraph.  It now does config files properly and
includes all the options in them.


SVN revision: 1340
1999-11-19 23:56:08 +00:00
Carsten Haitzler 39890b6ac4 make distcheck properly... :)
SVN revision: 1338
1999-11-19 23:01:40 +00:00
Michael Jennings cfe314b476 Fri Nov 19 12:35:48 PST 1999
(KainX)

Okay, all the conditional build stuff should be fixed up now.  I'll need some
SGI people to test this as well as Solaris people, since it's entirely
possible I borked them both. :-)


SVN revision: 1336
1999-11-19 18:46:24 +00:00
Tom Gilbert 806f36865a Thu Nov 18 19:15:14 GMT 1999
(gilbertt)

Changes to E-NetGraph.c

Removed some warnings which show up when compiling with -Wall.


SVN revision: 1331
1999-11-18 18:04:30 +00:00
Tom Gilbert 72811c2786 I'll be needing to commit these then
SVN revision: 1330
1999-11-18 17:57:16 +00:00
Tom Gilbert 8ff8586bd2 Thu Nov 18 19:15:14 GMT 1999
(gilbertt)

Changes to E-ScreenShoot

Added a couple of new config options. They're in the dox, but I'll yip about
them too.

VIEW_SHOT & VIEWER   -   View shot after taking it using VIEWER (ee default)
RUN_SCRIPT & SCRIPT_TO_RUN  -  Run script/program after taking shot, sending
filename as parameter.

Also cleaned up some of that code, it was hairy.


SVN revision: 1329
1999-11-18 17:55:21 +00:00
Tom Gilbert 5b1e03039a Thu Nov 18 18:42:45 GMT 1999
(gilbertt)

Changes to cloak.[ch]

If those functions are not going to be static any more, declare them in
cloak.h, so other epplets can use them


SVN revision: 1328
1999-11-18 17:08:12 +00:00
Tom Gilbert 30f5ffa096 Thu Nov 18 18:16:12 GMT 1999
(gilbertt)

Working towards cool new E-ScreenShoot features.

They're not there yet though :)


SVN revision: 1327
1999-11-18 16:41:37 +00:00
Richard Barnes dd5ea78699 Ok, added the *real* E-NetGraph to cvs. Coded by Daniel Erat
(http://www2.ucsc.edu/~erat/). I had no idea this existed, it rocks. It takes
hella command-line options, but I modified it to use a config file too. It may
not run at first if your net device is not ppp0 and you don't specify. This
will be changed.


SVN revision: 1326
1999-11-18 15:27:22 +00:00
Richard Barnes f2fa15235c Made most of the functions in epplets/cloak.c non-static so that they can be
accessed by other epplets. Also Added E-NetGraph, a wmnet wannabe epplet.


SVN revision: 1325
1999-11-18 01:35:21 +00:00
Michael Jennings 59d9e9cdff Damn thing filled up my .xlog.
SVN revision: 1323
1999-11-17 23:51:35 +00:00
Michael Jennings 00c98e327a Wed Nov 17 14:18:42 PST 1999
(KainX)

Cleanups to the libgtop stuff.  Someone (Mark) please tell me if this doesn't
work on Solaris....


SVN revision: 1322
1999-11-17 20:55:49 +00:00
Carsten Haitzler 3798c6a812 added test for libgtop etc. - you will need libgtop 1.0.1 i think or higher as
libgtop-config no-linger has the --cflags etc. :)


SVN revision: 1321
1999-11-17 15:42:50 +00:00
Christian Kreibich 4d0e20be5b Changed the button management of E-Mountbox -- added a third
button at the bottom that shows the additional buttons when clicked.

Q: How does a UNIX Guru do Sex ?
A: unzip; strip; touch; finger; \
   mount; fsck; more; yes; umount; sleep

Uhm ... apologies for my bad taste ... I graded the code of 30
breadth/depth-first graph searches today, believe me, that can
really deteriorate one's taste =)


SVN revision: 1320
1999-11-17 00:18:31 +00:00
Michael Jennings 5ae5797f94 Mon Nov 15 12:30:13 PST 1999
(KainX)

Another morning, another cleanup.  Doesn't anyone use warning flags besides
me?


SVN revision: 1313
1999-11-15 19:37:56 +00:00
Richard Barnes 885174b675 Guess people like it like this...
SVN revision: 1308
1999-11-15 00:42:04 +00:00
Richard Barnes 9928f4f346 Who screwed up my layout?
SVN revision: 1307
1999-11-14 23:38:11 +00:00
Tom Gilbert 99e803c8d5 Sun Nov 14 02:53:54 GMT 1999
(gilbertt)

Added another animation to E-SD, "History Bar", its cooler.


SVN revision: 1305
1999-11-14 02:18:24 +00:00
Tom Gilbert 1483a268ec *cough*
SVN revision: 1302
1999-11-14 01:59:41 +00:00
Tom Gilbert 62e6c346c0 Sun Nov 14 02:24:13 GMT 1999
(gilbertt)

Added new animation to E-SD, called history, it is responsive to sound, and
will hopefully keep StriderZ off my back for a day or two :P


SVN revision: 1301
1999-11-14 01:49:14 +00:00
Tom Gilbert 6d7152f12f Sun Nov 14 01:34:43 GMT 1999
(gilbertt)

Should have quashed all lag in E-SD. Please let me know

You will have to remove your old .cfg from epplet_configs for the changes to
take effect.


SVN revision: 1300
1999-11-14 01:00:12 +00:00
Tom Gilbert 2d7903c6ec That shouldn't happen
SVN revision: 1299
1999-11-14 00:45:48 +00:00
Tom Gilbert 49b584a369 Put some words in here
SVN revision: 1298
1999-11-14 00:40:51 +00:00
Tom Gilbert bea6a107ad Added help and icon to E-ScreenSave
SVN revision: 1297
1999-11-14 00:19:49 +00:00
Tom Gilbert c5f91b508b Sat Nov 13 21:03:02 GMT 1999
(gilbertt)

Added E-ScreenSave. Will control xscreensaver, but currently just locks the
screen on demand.


SVN revision: 1296
1999-11-14 00:02:31 +00:00
Tom Gilbert 6a6e15730b Sat Nov 13 21:03:02 GMT 1999
(gilbertt)

Changes to : E-ScreenShoot.[ch] clock.[ch]

Renamed "Rotator" to "Mesh", and added new cloak-animation, "Funky Mesh"

I was bored. Ok?


SVN revision: 1295
1999-11-13 20:32:21 +00:00
Tom Gilbert 649f340477 Well I kinda need these too, clearly.
SVN revision: 1288
1999-11-13 00:12:38 +00:00
Tom Gilbert 3541b79799 Credit where its due ;-)
SVN revision: 1287
1999-11-13 00:11:47 +00:00
Tom Gilbert 5c88d7889d Sat Nov 13 00:34:12 GMT 1999
(gilbertt)

Thanks to code from Steve Brunton <brunton@dweeb.turner.com>, E-Mixer should
now support IRIX. Please test this for me you funny hardware people you ;-)


SVN revision: 1286
1999-11-13 00:09:31 +00:00
Michael Jennings ce2f577578 Fri Nov 12 15:57:40 PST 1999
(KainX)

Wrap-around history.


SVN revision: 1285
1999-11-12 23:32:49 +00:00
Michael Jennings 8a5b31f7f5 Fri Nov 12 15:37:46 PST 1999
(KainX)

Some UI changes to make E-Exec a little more friendly. :-)


SVN revision: 1284
1999-11-12 23:13:13 +00:00
Tom Gilbert 52950081d3 -------------------------------------------------------------------------------
Fri Nov 12 19:14:21 GMT 1999
(gilbertt)

More E-SD.c changes. Should be better, but let me know if any lag occurs.


SVN revision: 1278
1999-11-12 19:55:28 +00:00
Tom Gilbert c190e46f16 Fri Nov 12 19:14:21 GMT 1999
(gilbertt)

Changes to E-SD.[ch]

I'm hoping to have fixed the occasional high cpu usage my epplet seems to
show for everyone except me...

Please let me know if it worked...


SVN revision: 1275
1999-11-12 18:53:54 +00:00
Richard Barnes 294986b62e Gee..wonder how many more commits I can get before 14:00...
Fixed a segfault bug in E-Exec.


SVN revision: 1274
1999-11-12 18:33:56 +00:00
Richard Barnes 1401f9bd62 Added a feature to allow you to scroll off the end of the command history and
back into a blank textbox. Was supposed to already be in, but for some reason
it didn't work.


SVN revision: 1273
1999-11-12 18:24:48 +00:00
Richard Barnes ec6e682ffe Changed epplets/E-Exec.c
Added Epplet_unremember to cb_close.


SVN revision: 1272
1999-11-12 17:56:30 +00:00
Richard Barnes f1e7e6151e look at the Changelog...dammit
SVN revision: 1271
1999-11-12 17:47:01 +00:00
Tom Gilbert a10eadf816 Fri Nov 12 16:50:11 GMT 1999
(gilbertt)

Changes to E-Clock.c E-Areas.c Emix.x E-Sys.c E-Mountbox.c E-Load.c
E-Memwatch.c

Using atexit(Epplet_cleanup) prevents all those "mulitple spawning on
startup problems" people get.


SVN revision: 1269
1999-11-12 16:48:44 +00:00
Richard Barnes a87dedb19e Got rid of a segfault bug in the new history stuff...
SVN revision: 1268
1999-11-12 09:50:31 +00:00
Michael Jennings 4ec2ea2a37 *sneeze*
SVN revision: 1267
1999-11-12 07:07:49 +00:00
Richard Barnes bf855d9279 Ok. E-Exec now does command history of up to 15 items. Added
Epplet_change_textbox. Not thoroughly tested, but isn't that what users
are for? *runs*


SVN revision: 1261
1999-11-12 03:46:39 +00:00
Richard Barnes 5d299b6405 Added some code to do a command history. A change to the api is needed for it
to work, so I'm committing this first so I don't screw anything up during the
api modification. currently the relevant code is commented out.


SVN revision: 1258
1999-11-12 01:08:28 +00:00
Richard Barnes 74b51c2e8c Added some buttons for future use...
SVN revision: 1256
1999-11-12 00:49:22 +00:00
Tom Gilbert a209b3a060 Thu Nov 11 21:08:12 GMT 1999
(gilbertt)

Changed ~/ to $HOME/ in the default E-ScreenShoot directory config, for
those people with strange obscure machines that just don't play ball :-P

Oh, and just for KainX, there follows TWO newlines. One for this entry, and
one to make up for the last omission. ;-)


SVN revision: 1255
1999-11-11 20:58:47 +00:00
Michael Jennings fa94387121 Thu Nov 11 11:55:02 PST 1999
(KainX)

Okay, I've fixed the API issue with Epplet_modify_config(), and I've fixed the
weird Epplet_reset_textbox() behavior.  (For the record, there was never a
buffer overflow here.  The textbox contents are dynamically allocated and
resized.)

I also tweaked some of Tom's changes both for style and more robustness.  I
also fixed the OK dialog error the "right" way.  The real problem was not
calling Esync() before exiting. :-)

Now if only I could talk Tom into putting a newline at the end of his
ChangeLog entries.... ;-)


SVN revision: 1254
1999-11-11 19:47:17 +00:00