Change 241 on 2006/01/13 by erdege@fsvis

	Version string bumped to 0.8.0.

Change 240 on 2006/01/13 by erdege@fsvis

	Windows version is now built for Python 2.4.

Change 239 on 2006/01/13 by erdege@fsvis

	Added GetDisasm().

Change 237 on 2005/12/28 by erdege@fsvis

	Suppressed FutureWarning about the large constant (will be fixed properly later).

Change 236 on 2005/12/16 by erdege@fsvis

	Updated CHANGES.txt.

Change 235 on 2005/12/16 by erdege@fsvis

	Recently broken Linux build process fixed.

Change 234 on 2005/12/15 by erdege@fsvis

	Makefile cleanups.

Change 233 on 2005/12/15 by erdege@fsvis

	Wrapper rebuilding now works correctly with multiple IDA versions.

Change 232 on 2005/12/09 by erdege@fsvis

	Documented user init usage.

Change 231 on 2005/12/09 by erdege@fsvis

	Updated copyright statement.

Change 230 on 2005/12/09 by erdege@fsvis

	Updated BUILDING.txt

Change 229 on 2005/11/29 by erdege@fsvis

	Removed symbollist.txt from the distribution.

Change 228 on 2005/11/29 by erdege@fsvis

	BUILDING.txt converted to DOS CRLF.

Change 226 on 2005/11/29 by erdege@fsvis

	Added special wrapper for tag_remove() fro 4.8.

Change 225 on 2005/11/29 by erdege@fsvis

	Make patches now does 4.8 and 4.9.

Change 224 on 2005/11/29 by erdege@fsvis

	Updated CHANGES.txt.

Change 223 on 2005/11/18 by erdege@fsvis

	Added nalt.hpp to the includes.

Change 222 on 2005/11/18 by erdege@fsvis

	Removed duplicate function declarations that belong to nalt.hpp.

Change 221 on 2005/11/18 by erdege@fsvis

	Version info now comes from the makefile.

Change 220 on 2005/11/18 by erdege@fsvis

	Makefile composes the version string and passes it to the compiler.
	IDA 4.9 now builds by default.

Change 219 on 2005/11/16 by erdege@fsvis

	String conversion returns None if length is <= 0.

Change 218 on 2005/11/16 by erdege@fsvis

	Removed unneded wrapper for ua_outop().

Change 217 on 2005/11/16 by erdege@fsvis

	Removed some non-ASCII separator lines.

Change 216 on 2005/11/15 by erdege@fsvis

	Fixed GetOpnd() to use the new ua_outop().

Change 212 on 2005/09/14 by erdege@fsync

	Removed non-ASCII characters from idc.py.

Change 211 on 2005/09/14 by erdege@fsvis

	Updated changes file for 0.7.95.

Change 210 on 2005/09/14 by erdege@fsvis

	Fixed running of user init file.

Change 208 on 2005/09/14 by erdege@fsvis

	Fixed SelStart() and SelEnd()
	Fixed loading of user script.
	Removed definition of ord().

Change 207 on 2005/09/14 by erdege@fsvis

	Bumped version to 0.7.95 (public 0.8 pre-release).

Change 206 on 2005/09/14 by erdege@fsvis

	Added struct.i interface file.
	Access function for the members array in struc_t.

Change 205 on 2005/09/14 by erdege@fsvis

	Added flush() to virtual stdout.
	Added support for user init file (idapythonrc.py in user's IDA dir).

Change 203 on 2005/09/11 by erdege@fsync

	Fixed asklong(), askseg() and askaddr().

Change 202 on 2005/09/11 by erdege@fsync

	Added GetFrameSize() and GenerateFile().

Change 200 on 2005/09/11 by erdege@fsync

	Pulled in loader.hpp.

Change 198 on 2005/09/11 by erdege@fsync

	Fixed GetStringType() to use the new get_typeinfo().

Change 196 on 2005/09/11 by erdege@fsync

	Added proper wrapping for get_typeinfo().

Change 195 on 2005/09/11 by erdege@fsync

	Added dbg.i to the dependency list.

Change 194 on 2005/09/11 by erdege@fsync

	Cleaning up the debug interface.

Change 193 on 2005/09/11 by erdege@fsvis

	Added Q&D local install script.

Change 192 on 2005/09/11 by erdege@fsvis

	Added dbg interface file.

Change 188 on 2005/09/11 by erdege@fsvis

	Added the debugger headers.

Change 187 on 2005/09/11 by erdege@fsvis

	Docstring fixes.

Change 176 on 2005/07/25 by erdege@fsvis

	Trivial wrapper files (with single %include) rolled into idaapi.i

Change 171 on 2005/07/22 by erdege@fsvis

	Added global (char *buf, size_t bufsize) typeconv.
	Autodoc feature of SWIG globally enabled.
	Module docstring added.
	Added wrappers for ints.hpp and struct.hpp.

Change 170 on 2005/07/22 by erdege@fsvis

	Added typeconv to make put_many_bytes() and patch_many_bytes() work.
	Added typeconv to make get_any_cmt() work.
	Removed stray MSDOS linefeed.

Change 165 on 2005/07/22 by erdege@fsvis

	Type conv for (char *buf, size_t bufsize) removed.
	Added wrapper for get_user_idadir().

Change 164 on 2005/07/22 by erdege@fsvis

	Type conversion for (char *buf, size_t bufsize) made global for all headers.

Change 163 on 2005/07/22 by erdege@fsvis

	Added 35 IDC functions (too many to list here).
	Removed uneeded lines.
	Small cosmetic fixes.

Change 162 on 2005/07/22 by erdege@fsvis

	Lots of docstring formatting fixes.

Change 161 on 2005/07/22 by erdege@fsvis

	Bumped version to 0.7.90.

Change 160 on 2005/07/22 by erdege@fsvis

	Python wrapper is not rebuilt unless explicitly specified.
	Bumped version to 0.7.90.

Change 159 on 2005/07/21 by erdege@fsvis

	idc.py constant fixes
	Formatting fixes.

Change 158 on 2005/07/20 by erdege@fsvis

	Added some trivial examples to the documentation

Change 157 on 2005/07/20 by erdege@fsvis

	Most constants are now taken from idaapi instead of direct values.

Change 156 on 2005/07/20 by erdege@fsvis

	Synced idc.py to IDA 4.8 idc.idc.

Change 155 on 2005/07/19 by erdege@fsvis

	Documentation formatting in idc.py

Change 153 on 2005/06/22 by erdege@fsvis

	Deprecated a bunch of functions (eg. file ops). They throw and exception when called.
	Some docstrings converted to epydoc.

Change 152 on 2005/06/20 by erdege@fsvis

	Converted docstrings to epydocs format.

Change 151 on 2005/06/17 by erdege@fsvis

	Added search.hpp wrap files to the build process.

Change 150 on 2005/06/17 by erdege@fsvis

	Functions in search.hpp with argument int *opnum=NULL now return a tuple (ea,int)

Change 149 on 2005/06/17 by erdege@fsvis

	Added wrapper for search.hpp

Change 145 on 2005/06/09 by erdege@fsvis

	Documented batch mode execution in the README.

Change 144 on 2005/06/09 by erdege@fsvis

	Fixed permissions in makefile.

Change 143 on 2005/06/09 by erdege@fsvis

	Listed batch execution support in CHANGES.txt

Change 140 on 2005/06/08 by erdege@fsvis

	Updated CHANGES.txt file.

Change 139 on 2005/06/08 by erdege@fsvis

	Fixed definition of idadir()

Change 138 on 2005/06/08 by erdege@fsvis

	Fixed paths in patch maker.

Change 137 on 2005/06/08 by erdege@fsvis

	Added BADADDR and BADSEL constants here.
	Added typedefs for 'ulonglong'.

Change 134 on 2005/06/08 by erdege@fsvis

	Updated symbol list file.

Change 133 on 2005/06/08 by erdege@fsvis

	Bumped version to 0.7.0

Change 132 on 2005/06/08 by erdege@fsvis

	Bumped version to 0.7.0

Change 131 on 2005/06/08 by erdege@fsvis

	Various makefile updates.

Change 130 on 2005/06/08 by erdege@fsvis

	Bumped version to 0.6.94

Change 129 on 2005/06/08 by erdege@fsvis

	Fixed BADADDR and MAXADDR constant definitions.
	get_{next|prev}_func return BADADDR instead of -1 when needed

Change 128 on 2005/06/08 by erdege@fsvis

	Fixed call to idadir()

Change 127 on 2005/06/08 by erdege@fsvis

	Added rudimentary tracing routines (disabled by default).

Change 124 on 2005/04/27 by erdege@fsvis

	Proper fix for getsysfile() (shuffle arguments).

Change 123 on 2005/04/27 by erdege@fsvis

	Updated dates in copyright messages.

Change 122 on 2005/04/27 by erdege@fsvis

	QuickFix(tm) for getsysfile() wrapping.

Change 121 on 2005/04/27 by erdege@fsvis

	choose_getl() and choose_enter() now compile under VC++
	Added 'flag' argument Chooser()'s constructor.

Change 120 on 2005/04/27 by erdege@fsvis

	Removed old versions.
	Added version 4.8

Change 117 on 2005/04/27 by erdege@fsvis

	Fixed SciptBox. It uses Python C API to do its business.
	Added some comments.

Change 116 on 2005/04/27 by erdege@fsvis

	Chooser examples now set the width of the chooser box.

Change 115 on 2005/04/27 by erdege@fsvis

	Fixed the locals() problem.
	ScriptBox now sets the width of the chooser box.
	Removed unneded ScriptBox variable.

Change 114 on 2005/04/27 by erdege@fsvis

	Updated copyright text.
	Implemented Exit(), GetFloat(), GetDouble()

Change 113 on 2005/04/27 by erdege@fsvis

	Minor README updates.

Change 109 on 2005/04/08 by erdege@fsync

	Added example script for the new Choose() class.

Change 108 on 2005/04/08 by erdege@fsync

	Updated bulid instruction according to version changes.

Change 100 on 2005/04/01 by erdege@fsync

	Added USE_DANGEROUS_FUNCTIONS

Change 99 on 2005/04/01 by erdege@fsync

	Fixed ScriptBox to start scripts with Enter.
	Removed unneded exception handler from runscript()

Change 98 on 2005/04/01 by erdege@fsync

	Fixed scriptbox.
	With Alt-9 scripts are run from runscript() (see init.py)

Change 97 on 2005/03/30 by erdege@fsync

	Removed batch execution for here. Moved to python.cpp

Change 95 on 2005/03/30 by erdege@fsync

	Fixed qmakepath() calls for new parameters. Thanks go to Job de Haas.
	Added exception handling to IDAPython_RunScript().
	Added support for batch execution (through -OIDAPython:script.py)
	Bumped version to 0.6.91	

Change 94 on 2005/03/30 by erdege@fsync

	Updated the makefile for version 4.8.
	Dropping support for 4.6 and 4.6SP1
	Added #define for USE_DANGEROUS_FUNCTIONS

Change 72 on 2005/02/24 by erdege@fsync

	Fixed SetFunctionCmt(). Thanks to Paul Vincent Sabanal for spotting this.

Change 62 on 2005/02/03 by erdege@fsync

	More char* functions wrapped.

Change 61 on 2005/02/03 by erdege@fsync

	Added typemaps.

Change 60 on 2005/02/03 by erdege@fsync

	Wrapped get_plugin_options()

Change 59 on 2005/02/03 by erdege@fsync

	make dist now copies BUILIDNG.txt and CHANGES.txt also
	Version bumped to 0.6.90

Change 58 on 2005/02/03 by erdege@fsync

	Added support for batch execution of python scripts from IDA command line.

Change 57 on 2005/02/03 by erdege@fsync

	Added info about the ScriptBox.

Change 56 on 2005/02/03 by erdege@fsync

	Added Exec(), Comment(), RptCmt(), AltOp
	Added SetLongPrm(), SetShortPrm(), SetCharPrm()
	Added Batch()

Change 55 on 2004/11/09 by erdege@fsync

	Added ScriptBox hotkey (Alt-7) support to the plugin.

Change 54 on 2004/11/09 by erdege@fsync

	Added exception handler to runscript(). Implemented prototype ScriptBox.

Change 53 on 2004/11/09 by erdege@fsync

	Wrapped ask{long|addr|seg}. Added Choose class.

Change 50 on 2004/11/08 by erdege@fsync

	Added missing 'return':s to BeginEA() and friends

Change 48 on 2004/10/27 by erdege@fsync

	Updated version information.

Change 40 on 2004/10/27 by erdege@fsync

	Cleaned up SDK versions and paths.

Change 39 on 2004/10/27 by erdege@fsync

	Changed Python 'XX == None' to 'not XX' constructs.

Change 38 on 2004/10/27 by erdege@fsync

	Changed Python 'XX == None' to 'not XX' constructs.

Change 37 on 2004/10/27 by erdege@fsync

	All stuff is imported from idautils by default.

Change 36 on 2004/10/27 by erdege@fsync

	Added proper header and copyright.

Change 35 on 2004/10/27 by erdege@fsync

	Fixed list mapping and added MapDataList()

Change 34 on 2004/10/27 by erdege@fsync

	Removed old patches.

Change 33 on 2004/10/27 by erdege@fsync

	Added changes file

Change 32 on 2004/10/27 by erdege@fsync

	Small updates.

Change 31 on 2004/10/27 by erdege@fsync

	Small version updates

Change 30 on 2004/10/27 by erdege@fsync

	Added script to make the patches

Change 29 on 2004/10/27 by erdege@fsync

	kernwin.i resynced

Change 26 on 2004/10/27 by erdege@fsync

	Version bumped to 0.6.0

Change 25 on 2004/10/27 by erdege@fsync

	Fixed NextAddr() and PrevAddr()

Change 24 on 2004/10/18 by erdege@fsync

	Fixed broken IDC MakeFunction()

Change 21 on 2004/10/14 by erdege@fsync

	Removed unneeded type conversions

Change 20 on 2004/10/10 by erdege@fsync

	Backed out an unneeded change.

Change 18 on 2004/10/10 by erdege@fsync

	Synced integration base revision of version 4.6SP1

Change 16 on 2004/10/07 by erdege@fsync

	Added: OpOff() OpOffEx() OpSign() OpNot()
	Added: MakeVar()
	Added: ExtLinA() ExtLinB() DelExtLnA() DelExtLnB()
	Added: LocByNameEx()
	Added: GetOperandValue ()
	Added: LineA() LineB()
	Added: FindVoid() FindCode() FindData()
	Added: FindUnexplored() FindExplored() FindImmediate()
	Added: AskAddr() AskLong() AskSeg()
	Added: SegCreate() SegBounds() SegRename() SegClass()
	Added: SegAlign() SegComb() SegAddrng() SetSegmentType()
	Added: ChooseFunction()
	Fixed: Cosmetic fixes

Change 14 on 2004/10/07 by erdege@fsync

	Added missing README.txt

Change 13 on 2004/10/07 by erdege@fsync

	Imported IDAPython version 0.5.0

