summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 0.3.6-rc3v0.3.6-rc3Sebastien Helleu2011-10-204-5/+5
* doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API referenceSebastien Helleu2011-10-193-0/+4
* core: fix freeze when calling function util_file_get_content with a directory instead of a filenameSebastien Helleu2011-10-192-1/+8
* doc: update italian user guide and plugin API referenceMarco Paolone2011-10-172-36/+30
* irc: fix split of outgoing message when there are only spacesSebastien Helleu2011-10-161-1/+1
* core: use value 2 of keep_eol in function string_split to keep separators at end of stringSebastien Helleu2011-10-164-5/+19
* core: fix status of mouse displayed by command /mouseSebastien Helleu2011-10-161-1/+1
* irc: fix uninitialized key_type in struct gnutls_retr2_st (for gnutls >= 2.11.0)Sebastien Helleu2011-10-151-0/+1
* core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550)Sebastien Helleu2011-10-1515-50/+190
* doc: update polish translations and docs, add polish scripting guideSebastien Helleu2011-10-127-511/+1410
* doc: update italian FAQ and plugin API referenceSebastien Helleu2011-10-122-9/+8
* doc: add note about hsignal name for irc redirections in plugin API referenceSebastien Helleu2011-10-113-0/+13
* Version 0.3.6-rc2v0.3.6-rc2Sebastien Helleu2011-10-104-5/+5
* core: uninstall docs and weechat-plugin.h on "make uninstall", fix compilation of doc in standalone packageSebastien Helleu2011-10-109-29/+79
* core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when compiling with included gettext (bug #26690)Sebastien Helleu2011-10-102-2/+4
* core: display timeout for hook_process command only if debug for core is enabled (task #11401)Sebastien Helleu2011-10-092-5/+10
* doc: update german user guide and FAQSebastien Helleu2011-10-072-38/+32
* core: bufferize lines displayed before core buffer is created, to display them in buffer when it is createdSebastien Helleu2011-10-074-6/+90
* doc: update italian translationsSebastien Helleu2011-10-063-41/+50
* doc: update italian docsSebastien Helleu2011-10-063-338/+300
* doc: add keys to jump to highlights in FAQ (question about search of text in buffers)Sebastien Helleu2011-10-065-0/+8
* core: add modifiers control/alt ("ctrl" and "alt") for mouse eventsSebastien Helleu2011-10-056-117/+275
* doc: replace "line date" by "line date/time" for hashtable of hook_focus in plugin API referenceSebastien Helleu2011-10-053-6/+6
* core: ignore mouse code '@' (coordinates) when it is received as first event (bug of urxvt sending only this code on shift-selection in terminal)Sebastien Helleu2011-10-051-2/+5
* doc: add "nick" for sasl_username option (irc plugin) in user guideSebastien Helleu2011-10-054-4/+4
* doc: add note about prefix for function weechat_printf in plugin API referenceSebastien Helleu2011-10-043-0/+32
* irc: fix display of items "away" and "lag" in root bars, refresh all irc bar items on signal "buffer_switch" (bug #34466)Sebastien Helleu2011-10-042-1/+36
* core: update text in command history when pressing (ctrl-)upSebastien Helleu2011-10-031-0/+6
* irc: fix crash on malformed irc notice received (without message after target)Sebastien Helleu2011-10-032-1/+4
* doc: update german translations, user guide and FAQSebastien Helleu2011-10-027-125/+154
* Version 0.3.6-rc1v0.3.6-rc1Sebastien Helleu2011-10-024-5/+5
* core: fix display of background color in chat area after line feedSebastien Helleu2011-10-024-18/+52
* core: add missing hook type "focus" in array "hook_type_string" (fix crash when calling infolist_get with bad hook type)Sebastien Helleu2011-10-011-1/+1
* core: fix memory leak when a window is destroyed (free coords)Sebastien Helleu2011-09-301-0/+4
* doc: update question about SSL/freenode in FAQSebastien Helleu2011-09-305-7/+7
* core: fix sentence in /help upgradeSebastien Helleu2011-09-3015-55/+68
* irc: set host for nick on each nick change (if not already set)Sebastien Helleu2011-09-302-2/+7
* irc: display host in message "nick is back on server" (in private) only if host is set for nickSebastien Helleu2011-09-301-1/+1
* irc: set host for nick on each channel message (if not already set)Sebastien Helleu2011-09-292-1/+5
* doc: add note about new option weechat.look.color_basic_force_bold in NEWS fileSebastien Helleu2011-09-291-1/+4
* core: fix color of highlighted prefix on inactive window when option weechat.look.color_inactive_prefix is offSebastien Helleu2011-09-281-4/+17
* irc: add missing messages for whois: 223, 264Sebastien Helleu2011-09-272-0/+3
* core: fix paste detection (problem with end of lines)Sebastien Helleu2011-09-273-5/+18
* doc: fix typos in plugin API referenceSebastien Helleu2011-09-251-2/+2
* core: update help of option weechat.look.color_basic_force_boldSebastien Helleu2011-09-2415-39/+49
* core: fix color of inactive merged lines in inactive windows when weechat.look.color_inactive_window is offSebastien Helleu2011-09-241-20/+13
* core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621)Sebastien Helleu2011-09-2419-32/+147
* core: change default value for option weechat.look.color_inactive_buffer to offSebastien Helleu2011-09-235-5/+5
* core: add default key "meta2-[E" (F5) for linux consoleSebastien Helleu2011-09-232-1/+3
* irc: remove compilation warning about function pointerSebastien Helleu2011-09-232-4/+10