summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2009-11-19Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486)Sebastien Helleu
2009-11-19Add IRC option to use same nick color in channel and private (on by default) ↵Sebastien Helleu
(task #9870)
2009-11-16Fix bug with script installation on BSD/OSX (patch #6980)Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on ↵Sebastien Helleu
IRC server (CertFP) (task #7492) (patch from kolter)
2009-10-30Fix message "Day changed to", sometimes displayed at wrong time (bug #26959)Sebastien Helleu
2009-10-21Add missing IRC command 275 (patch #6952)Sebastien Helleu
2009-10-19Improve mask used by command /kickbanSebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) ↵Sebastien Helleu
(bug #27700)
2009-10-14Fix bug with buffer for execution of alias, when called from plugin API with ↵Sebastien Helleu
function "command" (bug #27697)
2009-10-10Update ChangeLogSebastien Helleu
2009-10-10Add IRC commands /samode, /sanick, /sapart, /saquitSebastien Helleu
2009-10-10Add IRC command /sajoin (task #9770)Sebastien Helleu
2009-10-06Fix alignment problem for buffer name when a merged buffer is closed (bug ↵Sebastien Helleu
#27617)
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-02New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917)Sebastien Helleu
2009-09-30Allow /unalias to remove multiple aliases (patch #6926)Sebastien Helleu
2009-09-30Allow use of wildcards for /alias list (patch #6925)Sebastien Helleu
2009-09-30Remove buffer from hotlist when buffer is cleared (bug #27530)Sebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include ↵Sebastien Helleu
directories (patch #6922)
2009-09-20Update ChangeLogSebastien Helleu
2009-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-09-19Fix terminal title bug: do not reset it when option weechat.look.set_title ↵Sebastien Helleu
is off (bug #27399)
2009-09-18Update ChangeLogSebastien Helleu
2009-09-17Update hotlist when a buffer is closed (bug #27470)Sebastien Helleu
2009-09-16Fix bug with arguments in alias (bug #27440)Sebastien Helleu
2009-09-16Fix /input history_global_next: reset input content when last command in ↵Sebastien Helleu
history is reached
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵Sebastien Helleu
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
2009-09-11Fix API function weechat_bar_set for python/lua/ruby (patch #6912)Sebastien Helleu
2009-09-06Version 0.3.0Sebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-13Fix IRC mode parsing when receiving modes with arguments (bug #26793)Sebastien Helleu
2009-06-13Update ChangeLog and NEWSSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-06Update ChangeLogSebastien Helleu
2009-05-19Add new command /wait (schedule a command execution in future)Sebastien Helleu
2009-05-18Add argument with buffer number/range for command "/buffer close" (task ↵Sebastien Helleu
#9390, task #7239)
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵Sebastien Helleu
back to last visited buffer when closing a buffer
2009-05-16Update ChangeLogSebastien Helleu
2009-05-15Convert some docs to asciidoc format, add tester's guide, remove some ↵Sebastien Helleu
obsolete docs
2009-05-11Change version from 0.2.7-dev to 0.3.0-devSebastien Helleu
2009-05-09Fix completion with non-latin nicks (bug #18993)Sebastien Helleu
2009-04-28Add versions 0.2.6.1 and 0.2.6.2 to current ChangeLogSebastien Helleu
2009-04-28Add polish translations (8% done)Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Update ChangeLogSebastien Helleu
2009-04-06Update ChangeLogSebastien Helleu
2009-03-22Update ChangeLogSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-01-31Sort ChangeLog file by category (core, gui, plugins, ..)Sebastien Helleu