diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-07 11:26:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-07 11:26:06 +0100 |
commit | a44cc9ffde04c0bd0a28e53f5a64afcaa5479c49 (patch) | |
tree | 3c3a7e2ccbe358306b4454b611953dac5865dac4 /ChangeLog | |
parent | 3194c641a0e687eef24d8066dab245abc71d7c1b (diff) | |
download | weechat-a44cc9ffde04c0bd0a28e53f5a64afcaa5479c49.zip |
Add new key to zoom a window (meta-z by default) (task #7470)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2009-01-31 +ChangeLog - 2009-03-07 Version 0.2.7 (under dev!): @@ -28,8 +28,10 @@ Version 0.2.7 (under dev!): option "name_lower_case" (bug #19522) * alias: fix bug with alias, use current buffer to run commands (bug #22876) * plugins: add some other plugins: alias, demo, fifo, notify, tcl, xfer - * api: add hooks: command, timer, file descriptor, connection, print, signal, - config, completion, modifier, info, infolist + * scripts: new scripts: buffers.pl, go.py, iset.pl, jabber.py, launcher.pl, + mastermind.pl, weetris.pl + * api: add hooks: command, timer, file descriptor, process, connection, + print, signal, config, completion, modifier, info, infolist * api: new plugin API with many new functions: hooks, buffer management and nicklist, bars, configuration files, network, infos/infolists, lists, upgrade @@ -37,6 +39,7 @@ Version 0.2.7 (under dev!): * gui: add new type of buffer, with free content * gui: add tags for lines and custom filtering by tags or regex (task #7674) * gui: add custom bars, with custom items + * gui: add key to zoom a window (task #7470) * gui: add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702) * gui: add number of lines remaining after last line displayed in "-MORE-" |