ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-ReadLine-Gnu/Changes
Revision: 1.7
Committed: Tue Dec 12 15:50:45 2017 UTC (6 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1, HEAD
Changes since 1.6: +5 -0 lines
Log Message:
1.1

File Contents

# Content
1 Revision history for Perl extension AnyEvent::ReadLine::Gnu
2
3 1.1 Tue Dec 12 16:42:04 CET 2017
4 - it was not possible to specify a completely empty prompt
5 (reported by Mons Anderson).
6 - added stability canary support.
7
8 1.0 Fri May 11 17:37:36 CEST 2012
9 - make sure any readline adornment is off even on first redisplay.
10 - added caveat section.
11 - fix "support" url.
12
13 0.2 Thu May 10 23:52:21 CEST 2012
14 - the SYNOPSIS used cb instead of the correct
15 on_line parameter name.
16 - postpone the invocation of the on_line callback as readline
17 is not yet in a "new line" state when calling the callback.
18 - pass point position to callback.
19 - accept both cb and on_line for callback, croak if
20 both are missing.
21 - clarify encoding.
22
23 0.1 Thu May 10 04:21:08 CEST 2012
24 - first release.
25
26 0.0 Thu May 10 02:38:09 CEST 2012
27 - creation.