summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-03-24Fixed --disable-plugins option in configure scriptSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-21Fixed high CPU usage when running under a screen that has been killedSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-18Version 0.1.8Sebastien Helleu
2006-03-17Ruby changes forgotten in ChangeLogSebastien Helleu
2006-03-14Fixed /set command when internal server name contains one or many dotsSebastien Helleu
2006-03-11Fixed display bug when top of buffer is displayed and first line is removedSebastien Helleu
(according to "history_max_lines" setting)
2006-03-10Fixed /mode command outputSebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-03-04Added missing IRC command "487"Sebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-03-03Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist ↵Sebastien Helleu
top/bottom
2006-03-02Added special names for plugin message handlers: weechat_pv, ↵Sebastien Helleu
weechat_highlight, weechat_ctcp, weechat_dcc
2006-02-28Script plugins now load scripts in WeeChat system share directorySebastien Helleu
2006-02-28/msg command does not open any buffer any moreSebastien Helleu
2006-02-26Fixed crash when using global history (when older entry is removed)Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-18Plugin messages handlers now called when message is ignored; new behaviour forSebastien Helleu
messages ignored by a message handler: now WeeChat executes standard handler, treating message as "ignored"
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-12Updated doc for server_command settingSebastien Helleu
2006-02-08Added lua script plugin, new functions in plugins APISebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)
2006-01-26Fixed bug with /upgrade when servers buffer (with one buffer for all ↵Sebastien Helleu
servers) is moved to buffer # > 1
2006-01-26Fixed bug with "get_dcc_info" plugin interface functionSebastien Helleu
2006-01-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) ↵Sebastien Helleu
(patch from Pistos)
2006-01-25Added new option "irc_away_check_max_nicks" to disable away check on ↵Sebastien Helleu
channels with high number of nicks (patch from Gwenn)
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-14Version 0.1.7Sebastien Helleu
2006-01-12New values for "irc_display_away" (off, local, channel)Sebastien Helleu
2006-01-10Fixed msg command (now allowed in private buffer with "*" as target)Sebastien Helleu
2006-01-08Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away commandSebastien Helleu
wihtout argument only removes away status)
2006-01-07Fixed refresh bug with Solaris when term size is changedSebastien Helleu
2006-01-03Updated ChangeLogSebastien Helleu
2005-12-22Added color for windows separators, fixed minor refresh bug when changing ↵Sebastien Helleu
some colors
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-09Added Ruby script plugin to ChangeLogSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29/nick command is now allowed when not connected to serverSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-26Fixed display bug in chat window when a message length equals to window widthSebastien Helleu
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-20Added new keys: alt-U (scroll to read marker), alt-P / alt-N (scroll toSebastien Helleu
previous/next highlight)