pyreadline-refactor: set_text_color, set_prompt_color added, bug fix history search, ansi color patch

This commit is contained in:
jstenar
2006-10-25 20:40:17 +00:00
parent 9a551ad86b
commit 6dc285c0db
7 changed files with 91 additions and 38 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
2006-10-25 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* port set_text_color and set_prompt_color config file options from trunk
* Fix bug in history search and add tests for the case.
* port ansi color changes from trunk
2006-10-19 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Fixed bug in history_search_*
* Fixed bug in beginning_of_line_extend_selection and end_of_line_extend_selection
* Fixd bugs to make vi_test work again, one test failure remains
*
2006-10-19 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Adding argument handling.