summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-24core: fix priority of logical operators in evaluation of expressionSebastien Helleu
2013-07-23doc: fix typo in example for function string_eval_expression (plugin API refe...Sebastien Helleu
2013-07-22core: remove gap after read marker line when there is no bar on the right (bu...Sebastien Helleu
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add optio...Sebastien Helleu
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of opt...Sebastien Helleu
2013-07-20core: use gettext version 0.18 in configure.ac (fix error on make install)Sebastien Helleu
2013-07-20core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug...Sebastien Helleu
2013-07-20core: add task #6745 in ChangeLogSebastien Helleu
2013-07-20core: update translationsSebastien Helleu
2013-07-20Merge branch 'scroll-beyond-end'Sebastien Helleu
2013-07-20core: scroll to bottom after smart jump (alt-a) only if window was scrolled (...Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix...Sebastien Helleu
2013-07-19irc: use lower case at beginning of message when deleting a serverSebastien Helleu
2013-07-19irc: fix self nick color in server messages after nick is changed with /nick ...Sebastien Helleu
2013-07-18core: fix filtered line displayed after /window scroll_beyond_endSebastien Helleu
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-17core: fix pointer used to check if buffer has linesSebastien Helleu
2013-07-17core: do nothing in "/window scroll_beyond_end" if the buffer has no linesSebastien Helleu
2013-07-17core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu
2013-07-15core: add option weechat.look.key_bind_safeSebastien Helleu
2013-07-15core: remove obsolete reference to "key functions" in commentsSebastien Helleu
2013-07-15doc: update auto-generated files with xfer optionsSebastien Helleu
2013-07-13core: fix malloc(0) when building content of a bar using a filling with columnsSebastien Helleu
2013-07-13lua: fix interpreter used in API functions (bug #39470)Sebastien Helleu
2013-07-11xfer: add option xfer.look.pv_tagsSebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-07-10core: add bug #39201 in ChangeLogSebastien Helleu
2013-07-10core: fix char displayed at the intersection of three windows (bug #39331)Sebastien Helleu
2013-07-08core: fix crash in evaluation of expression when reading a string in hdata wi...Sebastien Helleu
2013-07-05core: add completion "-quit" for command /upgradeSebastien Helleu
2013-07-03core: update german translationsNils Görs
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 opti...Sebastien Helleu
2013-06-30core: move packages used to build man page from "Build-Depends-Indep" to "Bui...Sebastien Helleu
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 current...Sebastien Helleu
2013-06-29core: fix display bugs with some UTF-8 chars that truncates messages displayedSebastien Helleu
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 d...Sebastien Helleu
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 outp...Sebastien Helleu
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu