summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-07-28 22:48:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-07-28 22:48:30 (GMT)
commit4d004094424bb1fc52082f2e442c4c43a5525fe1 (patch)
tree6fb8d0222811f2c6f99ddc132ec959e3420f90e3 /ChangeLog
parent0164ddde7b01a6e3e3aa84ebdeb4ea9b381f063a (diff)
Adapted the size of the GtkSnippet widget.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@9 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2e5bcb..2e95604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/binary.c:
+ Increase the length of the input code.
+
+ * src/editor.c:
+ Fix a warning about the GtkScrolledWindow.
+
+ * src/gtksnippet.c:
+ Adapt the size of the GtkSnippet widget. Define a white background.
+
2008-07-28 Cyrille Bagard <nocbos@gmail.com>
* src/arch/operand.c: