diff options
author | Timo Sirainen <cras@irssi.org> | 2000-02-24 23:43:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-02-24 23:43:49 +0000 |
commit | 3d513eebfad1c55c76da5b7a26c59d7b20eabd50 (patch) | |
tree | 0903a840aa1b64f099c1921e13e97384e6889813 /NEWS | |
parent | 4eb989ccb15fa597615ec19591d273853b495034 (diff) | |
download | irssi-3d513eebfad1c55c76da5b7a26c59d7b20eabd50.zip |
Perl documentation and updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@129 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,4 +1,24 @@ -v0.7.25 2000-02-19 Timo Sirainen <tss@iki.fi> [stable] +v0.7.27 2000-02-26 Timo Sirainen <tss@iki.fi> + + * Perl support - finally! Took only a year or so to imlement it ;) + Well, I could have done it ages ago but it wouldn't have had + all the flexibility it now has - you should be able to do almost + anything with perl scripts. See DOCS/PERL for some documentation + and examples/ directory for couple of example scripts. + + This is the very first version and I haven't even tested that all + functions work correctly! Any suggestions are welcome. I don't + really like the values() functions so if someone knows better ways + to them I'd really like to hear. + + BTW. I haven't had time to learn Perl well yet, so my scripts are + probably not the best examples.. :) + +v0.7.26 2000-02-19 Timo Sirainen <tss@iki.fi> + + - + +v0.7.25 2000-02-19 Timo Sirainen <tss@iki.fi> + /WQUERY - create query to current window + Irssi doesn't close the window anymore when using /PART |