diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 31 | 
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +12-12-28  Cyrille Bagard <nocbos@gmail.com> + +	* plugins/pychrysa/analysis/binaries/module.c: +	* plugins/pychrysa/analysis/module.c: +	* plugins/pychrysa/arch/module.c: +	* plugins/pychrysa/debug/module.c: +	* plugins/pychrysa/format/dex/module.c: +	* plugins/pychrysa/format/module.c: +	* plugins/pychrysa/glibext/module.c: +	Fix the check of the return value from PyModule_AddObject(). + +	* plugins/pychrysa/gtkext/blockview.c: +	* plugins/pychrysa/gtkext/blockview.h: +	New entries: create Python objects for the GtkBlockView widgets. + +	* plugins/pychrysa/gtkext/Makefile.am: +	* plugins/pychrysa/gtkext/module.c: +	Fix the check of the return value from PyModule_AddObject(). +	Register the BlockView object. + +	* plugins/pychrysa/gui/module.c: +	* plugins/pychrysa/gui/panels/module.c: +	Fix the check of the return value from PyModule_AddObject(). + +	* plugins/pychrysa/pychrysa.c: +	Follow the official FAQ for initializing pygobject and pygtk +	in the right way. + +	* src/arch/processor.c: +	Avoid undefined symbol when compiling in non debug mode. +  12-12-27  Cyrille Bagard <nocbos@gmail.com>  	* configure.ac:  | 
