diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-14 11:08:27 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-14 11:08:27 +0000 |
commit | e8f58a7d3a01a4528e5d0caf1daf8e05a78b47c9 (patch) | |
tree | 72bb2e7759fcafbeb77bde2533a84d20c015bda6 | |
parent | 76dd7aecb12e4f67e642d7a58d00bd5f86ac4241 (diff) |
v0.3 changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@166 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | recordmydesktop/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 96aed43..caf669d 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,14 +1,16 @@ /*VERSION 0.3.0*/ *Implemented cache functionality (Encoding by default happens right after the recording) -*Corrected damage event handling. +*Better damage event handling. *Saving under the same file-name,no longer deletes the previous one, instead it saves under a number postfixed file. *Opening the sound device doesn't block anymore. *A few new options were added related to caching. *Program now checks if it is run uder a known 3d compositing window manager and set behavior accordingly, to reduce the need for extra options at launch. -*Updated documentation. +*documented all fuctions in header. +*Removed unneeded casts that bloated the code. +*Updated man page. *Removed uneeded bitmap screenshot function. |