2007-11-13 Eitan Isaacson * NEWS: * README: * configure.in: * debian/changelog: Bumped to version 1.1.2. 2007-11-03 Eitan Isaacson * src/accerciser.in: Initialized GDK threading, IPython 0.8.* is forcing us to do this because it imports ctypes which enables Python threading (bug #469427). * plugins/ipython_view.py (ConsoleView): De-coupled all caret movement and text manipulation in the ConsoleView from the input event handling. Without decoupling we get a lockup if threading is enabled when a GAIL callback tries to acquire the lock during a GDK event dispatch.