summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 13 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index d6428f8e5..03d41570a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2006-02-20
+ChangeLog - 2006-02-22
Version 0.1.8 (under dev!):
+ * added IRC raw data buffer (new key: alt-J + alt-R)
+ * fixed display bug with /kill command
* added new plugins functions: add_timer_handler, remove_timer_handler,
remove_infobar
* plugin messages handlers now called when message is ignored (by /ignore)
@@ -48,7 +50,7 @@ Version 0.1.7 (2006-01-14):
* added server/channel arg to /buffer command for jumping to buffer
* fixed display bug in chat window when a message length equals to window
width
- * added new keys for switching to other windows: alt-w followed by
+ * added new keys for switching to other windows: alt-W followed by
alt-{arrow}
* added new keys for scrolling to previous/next highlight: alt-P / alt-N
* added "read marker": an indicator for first unread line in a
@@ -123,7 +125,7 @@ Version 0.1.4 (2005-07-30):
* topic completion now decodes UTF-8 string
* fixed bug with IRC URL on command line (irc://)
* new keyboard management: keys are setup in config file, new command
- /key was added and some new default keys were added, alt-k key is
+ /key was added and some new default keys were added, alt-K key is
used to grab key (useful for /key command)
* added seconds in infobar time (optional thanks to new setting)
* fixed some curses refreshs
@@ -149,14 +151,14 @@ Version 0.1.3 (2005-07-02):
* fixed plugins "print" and "prnt" functions: now ok for writing on server
buffers
* fixed color problem with new libcurses version
- * fixed crash when using Alt-S or Alt-X on DCC buffer (Alt-D)
+ * fixed crash when using alt-S or alt-X on DCC buffer (alt-D)
* fixed startup crash when config file (~/.weechat/weechat.rc) is not found
* improved Perl/Python libs detection for ./configure script
Version 0.1.2 (2005-05-21):
* added Python plugin support, improved Perl interface (and now Perl/Python
libraries are checked by configure script)
- * added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)
+ * added nicklist scroll keys (alt+{home/end/pgup/pgdn} or F11/F12)
* added transfer rate for DCC files
* added "-all" option for /nick command
* buffers timestamp can now be changed (new option in config file)
@@ -225,8 +227,8 @@ Version 0.0.9 (2005-01-01):
* fixed display of nick mode changes
* new command "/buffer close" (close any server/channel/private buffer)
* /notice command fixed (and display when received from server)
- * new keys: Ctrl+A (=home), Ctrl+E (=end), Ctrl+W (=Ctrl+Backspace),
- Alt-S (switch to server buffer), Alt-X (switch to first channel of next
+ * new keys: ctrl+A (=home), ctrl+E (=end), ctrl+W (= ctrl+Backspace),
+ alt-S (switch to server buffer), alt-X (switch to first channel of next
server)
* added new config option: "server_command_delay" (delay in seconds after
startup command for each server)
@@ -243,15 +245,15 @@ Version 0.0.8 (2004-10-30):
to enable/disable this feature
* Fixed crash when resizing terminal to very small size
* "-MORE-" message is now erased when switching to another buffer
- * DCC file receive ok (Alt-D for DCC view)
+ * DCC file receive ok (alt-D for DCC view)
* /query command now reopens private buffer if already opened
- * added key for redrawing terminal (Ctrl-L)
- * added key for clearing hotlist (Alt-R)
+ * added key for redrawing terminal (ctrl-L)
+ * added key for clearing hotlist (alt-R)
Version 0.0.7 (2004-08-08):
* new "col_status_delimiters" config option
* /buffer command added, buffers ordered by number, auto-jump to active
- buffers (alt-a), jump to buffers by number (alt-number)
+ buffers (alt-A), jump to buffers by number (alt-number)
* /window command added, split terminal horizontally/vertically
* unique color for each nick (based on nickname)
* action messages are now considered as messages, not crappy joins/parts