summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-26 21:19:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-26 21:19:34 (GMT)
commit3155a05a21a52a173b8a711c402426392eb53c2a (patch)
treec5b7ea9b1d5438b5b10055fbafbc5b61141ed2b0 /ChangeLog
parent43e278987f0453e34483368f6d512d942ef6dd34 (diff)
Cleaned and improved the drawing of the block view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@102 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cc6916..c2bd802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+09-07-26 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ Change the type of the last parameter of g_rendering_line_find_by_y():
+ from gdouble to int.
+
+ * src/gtkext/gtkblockview.c:
+ Clean and improve the drawing of the block view.
+
+ * src/plugins/pglist.c:
+ Disable plugins.
+
09-07-20 Cyrille Bagard <nocbos@gmail.com>
* src/editor.c: