pyreadline-refactor: move ironpython specifics from emacs.py to hook_wrapper

This commit is contained in:
jstenar
2006-11-15 20:04:16 +00:00
parent 2fa73b567d
commit 4d8af3936a
3 changed files with 19 additions and 13 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
2006-11-15 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* moved ironpython specifics from emacs.py->readline to a hook_wrapper
just as in the hookwrapper for the normal console.
2006-11-15 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Rearranging pyreadlineconfig.ini
2006-11-13 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Fixed bug in tab completion when point is not at end of line
* Changed clr.AddReference to clr.AddReferenceToFileAndPath (ironpython_console)