diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-07-28 22:48:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-07-28 22:48:30 (GMT) |
commit | 4d004094424bb1fc52082f2e442c4c43a5525fe1 (patch) | |
tree | 6fb8d0222811f2c6f99ddc132ec959e3420f90e3 /ChangeLog | |
parent | 0164ddde7b01a6e3e3aa84ebdeb4ea9b381f063a (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |