summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-16Add list of modifiers in developer guideSebastien Helleu
2009-04-16Fix bug with modifier "irc_color_encode"Sebastien Helleu
2009-04-15Remove *.upgrade files in weechat dir after /upgradeSebastien Helleu
2009-04-15Jump to last displayed buffer when jumping to current buffer numberSebastien Helleu
2009-04-15Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()Sebastien Helleu
2009-04-14Fix bug with upgrade and irc raw buffer, save irc raw messages during upgradeSebastien Helleu
2009-04-14Fix crash when reloading perl plugin (bug #25464)Sebastien Helleu
2009-04-14Fix text search in buffer with some utf-8 chars (bug #25649)Sebastien Helleu
2009-04-14Add missing API functions in doc (infolists and upgrade), move infos and info...Sebastien Helleu
2009-04-11Fix completion for /key unbindSebastien Helleu
2009-04-11Use case sensitive comparison for key codes (bug #26145)Sebastien Helleu
2009-04-11Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmpSebastien Helleu
2009-04-11Fix /me command (irc plugin): allow command without argumentSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-04-07Fix crash with IRC server switch (alt-s) when no server buffer is openedSebastien Helleu
2009-04-07Fix another aspell bug: don't consider '-' as a word delimiterSebastien Helleu
2009-04-07Fix aspell bug: don't consider apostrophe as a word delimiterSebastien Helleu
2009-04-06Update ChangeLogSebastien Helleu
2009-04-05Fix creation of integer options, when created from a script plugin (if string...Sebastien Helleu
2009-04-05Fix script installationSebastien Helleu
2009-04-05Fix memory leak in script installSebastien Helleu
2009-04-05Add signals in script plugins to install and remove scriptsSebastien Helleu
2009-04-05Fix memory leak when sending modifier "input_text_content"Sebastien Helleu
2009-04-04Check that callback value is not NULL in hook functionsSebastien Helleu
2009-04-03Add missing key bindings in docSebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick comp...Sebastien Helleu
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / sp...Sebastien Helleu
2009-04-03Fix crash when integer option (set with string) is wrong in a config fileSebastien Helleu
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ...Sebastien Helleu
2009-04-03Fix broken time in backlog displayed by logger plugin: use DST for time displ...Sebastien Helleu
2009-04-03Add new question in FAQ, about difference between /ignore and /filter commandsSebastien Helleu
2009-04-02Fix bug in alias: use current buffer to run commands (bug #22876)Sebastien Helleu
2009-04-01Fix crash when executing "/msg * something" on an IRC server bufferSebastien Helleu
2009-04-01Fix bug with partial completionsSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-30Fix crash in python plugin when there is recursion on exec or when a script i...Sebastien Helleu
2009-03-29Fix python error messageSebastien Helleu
2009-03-29Add missing autogen doc files in makefilesSebastien Helleu
2009-03-29Update docSebastien Helleu
2009-03-29Fix help of /buffer commandSebastien Helleu
2009-03-28Update INSTALL fileSebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-28Fix display of python errorsSebastien Helleu
2009-03-28Add infolists with list of scriptsSebastien Helleu
2009-03-28Fix bug with /ignore when mask begins with "|" (bug #26037)Sebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small exchang...Sebastien Helleu
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-26Replace german and french C API doc by english versionSebastien Helleu
2009-03-26Update script API in doc (developer guide)Sebastien Helleu