summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-19Update FAQ (add screen/utf-8 for charset problems)Sebastien Helleu
2009-04-18Fix typo in docSebastien Helleu
2009-04-18Fix bug with charset decoding in irc plugin (for example with iso2022jp)Sebastien Helleu
2009-04-17Add list of signals in developer guideSebastien Helleu
2009-04-17Remove unused signalSebastien Helleu
2009-04-17Fix typo in docSebastien Helleu
2009-04-16Restore buffer callbacks for scripts after /upgradeSebastien Helleu
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
For example, if you are on buffer #2, and press alt-1 twice, you'll come back to buffer #2.
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 ↵Sebastien Helleu
infolists from user guide to developer guide
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 ↵Sebastien Helleu
default completion items
2009-04-07Some improvements on key bindingsSebastien Helleu
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys)
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 ↵Sebastien Helleu
string_values is empty but not NULL)
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 ↵Sebastien Helleu
completion, on by default)
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / ↵Sebastien Helleu
speakers_highlights
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
private was open with nick)
2009-04-03Fix broken time in backlog displayed by logger plugin: use DST for time ↵Sebastien Helleu
displayed in buffer (bug #26074)
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
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other".
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 ↵Sebastien Helleu
is unloaded by call to command() in other python script
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