diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-23 17:48:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-23 17:48:50 (GMT) |
commit | 18be9204f2f6b054f254d1fa045039952ddfad41 (patch) | |
tree | b665314b2de39c440cb904d2ee82dbd7055dd8fc | |
parent | c9e823373dfb506047e86265aa8866de83bbb349 (diff) |
Created storable items for user comments.
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +16-01-23 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/analysis/db/items/comment.c: + Update code. + + * src/analysis/db/collection.c: + Handle booleans in SQLite requests. + + * src/analysis/db/items/bookmark.c: + Typo. + + * src/analysis/db/items/comment.c: + * src/analysis/db/items/comment.h: + Create storable items for user comments. + + * src/analysis/db/items/switcher.c: + Typo. + + * src/analysis/disass/output.c: + Add a comment for later improvements. + + * src/common/sqlite.h: + Add internal support for booleans in SQLite. + + * src/format/symbol.h: + Update code. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Find the first registered creator in a column. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Register the creator of comments. Improve the match condition when + looking for a line. + 16-01-22 Cyrille Bagard <nocbos@gmail.com> * po/POTFILES.in: |