summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-04-07 10:59:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-04-07 10:59:13 (GMT)
commit3e8341ca17547db1dcf28c99d6fc68fe6901573b (patch)
tree57d867d97aa4df4496fe46b46c55b3c02537fd26 /ChangeLog
parent18d6b808db6e31e867525d68f92d6f928a7ab5a7 (diff)
Relied on Cairo for printing code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@369 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e86e0a6..e708191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+07-04-20 Cyrille Bagard <nocbos@gmail.com>
+
+ * pixmaps/bookmark.png:
+ New entry: create bookmark in buffer views.
+
+ * pixmaps/Makefile.am:
+ Add breakpoint_disabled.png and breakpoint_normal.png to EXTRA_DIST.
+
+ * pixmaps/nil.png:
+ New entry: use a dummy picture for empty Cairo surfaces.
+
+ * src/analysis/db/server.c:
+ Typo. Display a message for server connections.
+
+ * src/arch/instruction.c:
+ Update code.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gcodebuffer.c:
+ Rely on Cairo for printing code.
+
+ * src/glibext/gfontcache.c:
+ * src/glibext/gfontcache.h:
+ Deleted entries.
+
+ * src/glibext/Makefile.am:
+ Remove the 'gfontcache.[ch]' files from libglibext_la_SOURCES.
+
+ * src/main.c:
+ Update code.
+
14-03-20 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: