diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ae2a03c2941bf92573f89b88ef73f8aa842bea0a (patch) | |
tree | 3566563f3fb6ac3cb3496669d8f233062d3091bc /kodo/ChangeLog | |
download | tdetoys-ae2a03c2941bf92573f89b88ef73f8aa842bea0a.tar.gz tdetoys-ae2a03c2941bf92573f89b88ef73f8aa842bea0a.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kodo/ChangeLog')
-rw-r--r-- | kodo/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/kodo/ChangeLog b/kodo/ChangeLog new file mode 100644 index 0000000..b7b93bc --- /dev/null +++ b/kodo/ChangeLog @@ -0,0 +1,42 @@ + Modification History + -------------------- + 19 Mar 1993 mhg v1.0 Initial release. + 3 Aug 1993 mhg v1.2 Added automatic trip reset feature. + 5 Jan 1994 mhg v1.3 Ported to Alpha; moved mi/km button into popup + menu; removed 'Trip' fixed label; added font + resource. + 6 Jan 1994 mhg x1.4 Main window no longer grabs input focus when + realized. + 21 Nov 1994 mhg x1.4 Added saveFile resource to make location and + name of odometer save file customizable. + 6 Mar 1995 mhg x1.5 Added automatic html generation. + 9 Mar 1995 mhg x1.6 Converted file to format with verion info! + Changed .format resource to .units. + Improved measurement unit handling and update + accuracy. Removed unneccesary label updates. + 19 Apr 1995 mhg V2.0 Removed OpenVMS-specific AST code in favor of + XtAppAddTimeout. (Works a lot better now, too.) + 26 Apr 1995 mhg X2.1-1 Fix trip reset so units is also reset. + 27 Apr 1995 mhg X2.1-2 Changed AutoReset timer to be its own timeout + on a relative timer based on seconds until + midnight. + 28 Apr 1995 mhg X2.1-3 Added pollInterval and saveFrequency resources. + 1 May 1995 mhg X2.1-4 Make disk writing (data, html) deferred so as + to allow for "continuous" display update while + mouse is in motion. + 27 Oct 1995 mhg V2.1 Final cleanup for this version and public + release. + + 18 May 1998 asn V3.0 Broke the code in all sorts of ways to turn + the mild-mannered Motif version into a + modern KDE program. Code turned into C++, + all Xm references were removed, and VMS + support was dumped! + + 22 Aug 1998 asn V3.1 Minor updates to make it compile more + gracefully on modern C++ compilers, + and updated things to KDE 1.0 specs. + Added a proper About Box. + + 16 May 2001 gb V3.2 Code cleanups, more KDE 2.0 compatible. + |