diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-11 21:25:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-11 21:25:54 (GMT) |
commit | e86f211252a66d6c1b4abec350217f5241b6ef66 (patch) | |
tree | c99db8e8e2fcc058dca806617c270b81770f3957 /ChangeLog | |
parent | 79ec14ee5c1cea5c4ad345a7047b47b9205fc29e (diff) |
Fixed/improved the computing of buffer lines cached dimensions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@300 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 12-12-11 Cyrille Bagard <nocbos@gmail.com> + * src/decomp/output.c: + Update code. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Provide access to merging column and its width. + + * src/glibext/gcodebuffer.c: + Fix/improve the computing of buffer lines cached dimensions. + +12-12-11 Cyrille Bagard <nocbos@gmail.com> + * plugins/androhelpers/androhelpers.c: Check for Dex format and handle a new process. |