summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-11 21:25:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-11 21:25:54 (GMT)
commite86f211252a66d6c1b4abec350217f5241b6ef66 (patch)
treec99db8e8e2fcc058dca806617c270b81770f3957 /ChangeLog
parent79ec14ee5c1cea5c4ad345a7047b47b9205fc29e (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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e1f04..34bf9e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.