ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-ReadLine-Gnu/Changes
Revision: 1.3
Committed: Thu May 10 22:59:21 2012 UTC (12 years ago) by root
Branch: MAIN
Changes since 1.2: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension AnyEvent::ReadLine::Gnu
2
3 TODO: prompt method, or make prompt a callback, or...
4
5 - added caveat section.
6
7 0.2 Thu May 10 23:52:21 CEST 2012
8 - the SYNOPSIS used cb instead of the correct
9 on_line parameter name.
10 - postpone the invocation of the on_line callback as readline
11 is not yet in a "new line" state when calling the callback.
12 - pass point position to callback.
13 - accept both cb and on_line for callback, croak if
14 both are missing.
15 - clarify encoding.
16
17 0.1 Thu May 10 04:21:08 CEST 2012
18 - first release.
19
20 0.0 Thu May 10 02:38:09 CEST 2012
21 - creation.