Changeset 1833

Show
Ignore:
Timestamp:
10/18/06 16:27:46 (2 years ago)
Author:
jstenar
Message:

pyreadline-refactor: Forgot to check in changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyreadline/branches/refactor/doc/ChangeLog

    r1830 r1833  
     12006-10-18 Jörgen Stenarson  <jorgen.stenarson -at- bostream.nu> 
     2    * Adding functionality to dump_functions 
     3    * fixing some clipboard bugs 
     4    * Added transpose_chars, transpose_words, upcase_word, downcase_word 
     5      capitalize_word, forward_delete_word, delete_horizontal_spacing 
     6    * Added alias forward_kill_word for kill_word 
     7    * Fixed bug in handling control keystrokes 
     8    * Fixed bug in delete_selection 
     9    * Changed clipboard handling in kill functions 
     10    * Change paste to only paste single line and dropping trailing newline 
     11    * Change paste_mulitline_code docstring 
     12     
    1132006-10-17 Jörgen Stenarson  <jorgen.stenarson -at- bostream.nu> 
    214    * Fixed history search bug. Exception when no match was found