diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-22 19:51:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-22 19:51:17 (GMT) |
commit | 3669bdaf8552f53baa5cfb2b0d360959eea61236 (patch) | |
tree | 94c5c5a74de1438c99320d4159b1f3de56961edf /ChangeLog | |
parent | 29b390b5ed9f5c1a89db6d1e8d93d7126051b9a7 (diff) |
Rewritten parts of the Android plugin to insert indications about exceptions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@288 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +12-11-22 Cyrille Bagard <nocbos@gmail.com> + + * plugins/androhelpers/try_n_catch.c: + Rewrite parts of the Android plugin to insert indications about exceptions. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + Introduce a new style for code indications. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Add a function to complete in order to insert line at given addresses. + 12-11-20 Cyrille Bagard <nocbos@gmail.com> * src/gui/panels/glance.c: |