summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-03doc: fix typo in plugin API referenceSebastien Helleu
2013-07-02irc: fix error message on /invite without arguments (bug #39272)Sebastien Helleu
2013-07-02doc: fix some punctuation errors in translationsSebastien Helleu
2013-07-02core: add missing period in /help upgradeSebastien Helleu
2013-07-01doc: add number for note on git version in list of CTCP replies (user's guide)Sebastien Helleu
2013-06-30core: add ":BOOL" in cmake option "ENABLE_DOC" (use same format as other ↵Sebastien Helleu
options) (debian packaging)
2013-06-30core: move packages used to build man page from "Build-Depends-Indep" to ↵Sebastien Helleu
"Build-Depends" (debian packaging) Packages asciidoc, source-highlight, xsltproc, docbook-xml and docbook-xsl are now used to build man page in the package weechat-curses, which is not arch-independent. So these dependencies are moved from "Build-Depends-Indep" to "Build-Depends".
2013-06-29core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.cSebastien Helleu
2013-06-29doc: fix example of weechat.command without buffer: it is executed on ↵Sebastien Helleu
current buffer, not core buffer (scripting guide)
2013-06-29core: fix display bugs with some UTF-8 chars that truncates messages displayedSebastien Helleu
Example of char causing problems: U+26C4 (snowman without snow)
2013-06-29irc: fix uninitialized variable "color" when hashing nickname to find colorSebastien Helleu
2013-06-29aspell: fix uninitialized variable "lang" when displaying list of installed ↵Sebastien Helleu
dictionaries
2013-06-29doc: update german translations, man page and user's guideNils Görs
2013-06-29doc: update auto-generated file with irc commands (in french)Sebastien Helleu
2013-06-29doc: add flag "-L" for a2x when building man page (do not check asciidoc ↵Sebastien Helleu
output with xmllint)
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu
2013-06-29doc: add dependency xsltproc in user's guideSebastien Helleu
2013-06-29core: add dependency xsltproc in debian/controlSebastien Helleu
2013-06-28core: remove obsolete command line option -k/--keysSebastien Helleu
The user's guide is better to view WeeChat default keys.
2013-06-28core: fix wrong spaces in italian translations for irc part/quit messagesEsteban I. Ruiz Moreno
2013-06-28core: add dependencies docbook-xml and docbook-xsl in debian/controlSebastien Helleu
2013-06-28core: update man page and add translations (in french, german, italian, and ↵Sebastien Helleu
japanese)
2013-06-28core: update WeeChat logo in debian/weechat.xpmSebastien Helleu
2013-06-28core: update turkish translationsHasan Kiran
2013-06-28core: fix typo in french translation of /help notify (patch #8082)Sebastien Helleu
2013-06-10core: remove extra space after empty prefix (when prefix for action, error, ↵Sebastien Helleu
join, network or quit is set to empty string) (bug #39218)
2013-06-10core: fix minor errors in translationsSebastien Helleu
Errors were reported by POFileChecker (from package gettext-lint).
2013-06-09relay: add command "ping" in weechat protocol (task #12689)Sebastien Helleu
2013-06-08core: add partial turkish translations (tr.po)Hasan Kiran
2013-06-08core: add option weechat.network.proxy_curl (task #12651)Sebastien Helleu
2013-06-08core: add options for Curl >= 7.25Sebastien Helleu
2013-06-08doc: add cmake options in user's guideSebastien Helleu
2013-06-08doc: update german translations and FAQNils Görs
2013-06-08irc: display a warning when the proxy set in a server does not existSebastien Helleu
2013-06-08core: add "proxy" infolist and hdataSebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-06-07doc: update auto-generated file with relay commandsSebastien Helleu
2013-06-07doc: update auto-generated files with irc commandsSebastien Helleu
2013-06-07core: rename configure.in to configure.acSebastien Helleu
2013-06-05core: fix french translation of arguments in /help relaySebastien Helleu
2013-06-05irc: add support of special variables $nick/$channel/$server in commands ↵Sebastien Helleu
/allchan and /allserv
2013-06-02doc: update auto-generated files with irc optionsSebastien Helleu
2013-06-02irc: add option irc.look.nick_color_hash: hash algorithm to find nick color ↵Sebastien Helleu
(patch #8062)
2013-05-30core: fix random crash on mouse actions (bug #39094)Sebastien Helleu
2013-05-30doc: add option weechat.look.eat_newline_glitch in charset question (FAQ)Sebastien Helleu
2013-05-30relay: fix binding to an IP address (bug #39119)Mantas Mikulėnas
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one ↵Sebastien Helleu
buffer per nick
2013-05-28core: set options weechat.look.color_inactive_{buffer|window} to "on" by defaultSebastien Helleu
2013-05-27core: update ChangeLog (bug #39071)Sebastien Helleu
2013-05-27xfer: fix compilation error on OpenBSDSimon Kuhnle
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de>