summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-04-23 22:54:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-04-23 22:54:41 (GMT)
commit53183d3333a280b9256eb971731f87ada5854460 (patch)
tree84a670ef185c98efe3613259b3d907e6acbdf7c3 /ChangeLog
parente25b4d02bba5dbd5cbc34b8f24a8c980396f86fb (diff)
Fixed a bug by avoiding one hardcoded path when looking for a picture.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@371 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 325fb4f..e685ee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+14-04-24 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Do not reject deprecated features of GTK in order to be able to compile
+ the program.
+
+ * Makefile.am:
+ Clean the content.
+
+ * src/glibext/gbufferline.c:
+ Fix a bug by avoiding one hardcoded path when looking for a picture.
+ Clean the code.
+
14-04-14 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gcodebuffer.c: