summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-21Add color around plugin name in help for commandsSebastien Helleu
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-20Add signal "key_pressed"Sebastien Helleu
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-20Fix typo in docSebastien Helleu
2009-03-19Add missing include of time.h in irc-raw.CSebastien Helleu
2009-03-19Fix bugs with color in IRC topicsSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
2009-03-18Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862)Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Fix bug with IRC raw buffer and chars < 32, use of hexadecimal for such charsSebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-03-18Fix typo in docSebastien Helleu
2009-03-16Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomedSebastien Helleu
2009-03-15Add new option irc.look.display_old_topic to display old topic when channel t...Sebastien Helleu
2009-03-15Add key alt+'=' in /help filterSebastien Helleu
2009-03-15Fix typo in developer guideSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-15Add missing call to change callback when setting option with integer value, u...Sebastien Helleu
2009-03-08Fix memory leak in filename completionSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Remove date written in config files headers (patch #6766)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of alwa...Sebastien Helleu
2009-03-06Fix bug with namespace in tcl plugin (bug #25754)Sebastien Helleu
2009-03-06Fix callbacks in script plugins: always return empty string instead of NULL f...Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-03-05Fix scroll indicator when the only line displayed is bigger than chat windowSebastien Helleu
2009-03-02Fix bug with detection of channel name in command /modeSebastien Helleu
2009-03-02Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu
2009-03-01Fix crash with IRC commands msg/notice/query/quote when executed with too few...Sebastien Helleu
2009-03-01Fix IRC command /who (nothing was displayed if WeeChat already checked channe...Sebastien Helleu
2009-03-01Update FAQ (new format for website and some updates/additions)Sebastien Helleu
2009-02-28Add missing refresh when resizing terminalSebastien Helleu
2009-02-28Fix freeze/crash when sigwinch signal is received during refresh (for example...Sebastien Helleu
2009-02-27Remove old debug message when creating new windowSebastien Helleu
2009-02-27Add missing refreshs when creating/deleting barsSebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-26Display explicit message when irc command must be executed on irc buffer or c...Sebastien Helleu
2009-02-25Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ti...Sebastien Helleu
2009-02-25Fix bug with reset of topic for irc channel / jabber mucSebastien Helleu
2009-02-25Send buffer pointer with signal "buffer_title_changed"Sebastien Helleu
2009-02-25Fix with read marker, can not be filtered any more (bug #25590)Sebastien Helleu
2009-02-25Fix bug with terminal resize: on some systems, weechat failed to read new ter...Sebastien Helleu
2009-02-25Update debian build dependency for tcl-dev packageSebastien Helleu
2009-02-24Fix option irc.network.send_unknown_commands: allow unknown commands on irc s...Sebastien Helleu
2009-02-24Improved search of buffer with partial name (command "/buffer name")Sebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-02-23Fix irc excess flood caused by mode command sent when a mode is received: sen...Sebastien Helleu
2009-02-22Add missing option "toggle" in /help barSebastien Helleu
2009-02-22Add upgrade functions in script plugin APISebastien Helleu