summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
(and not beyond the end)
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and ↵Sebastien Helleu
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
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
(bug #39415)
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 ↵Sebastien Helleu
with a NULL value (bug #39419)
2013-07-05core: add completion "-quit" for command /upgradeSebastien Helleu
A "-dummy" option has been added too, just to prevent accidental completion with "-quit" (which is the first option completed). Thanks to stfn for initial patch.
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 ↵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)