diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-05 18:03:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-05 18:03:00 (GMT) |
commit | 2a7e284702a9cf3cfd060fe50e7ef96621633aa4 (patch) | |
tree | 15dc053ec6da4d1dc507ec1a76fb6f984e8bb723 /ChangeLog | |
parent | 5c51c967a7566f29218b3d8233248742ff4d5e4c (diff) |
Fixed a bug, memory leaks and cleaned the code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@296 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +12-12-05 Cyrille Bagard <nocbos@gmail.com> + + * src/common/extstr.c: + Fix memory leaks. + + * src/editor.c: + Clean the code (back to early versions!). + + * src/gtkext/gtkviewpanel.c: + Fix an ending crash: GtkScrolledWindow sends NULL GtkAdjustments when + terminating. + 12-12-04 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferview.c: |