pyreadline: cleaned up bell, rudimentary configfile, Ville's patch for international character support.

This commit is contained in:
jstenar
2006-01-22 20:59:33 +00:00
parent 1817372d8b
commit fb08d6540f
3 changed files with 115 additions and 14 deletions
+10
View File
@@ -1,3 +1,13 @@
2006-01-22 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Cleaned up bell handling to make sure you can disable bell with the
bell_style command
* Implemented rudimentary config file. Example in doc/.pyinputrc copy to
~/.pyinputrc and edit to your taste.
* Added patch from Ville to improve handling of international characters,
though changed so that ctrl-character is not inserted.There are probably
more weirdness to take into account than we do now...
2006-01-22 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Renames of Console and PyReadline complete.