Age | Commit message (Expand) | Author |
2008-10-20 | Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols | Sebastien Helleu |
2008-10-20 | Fix refresh of nick in input bar when switching IRC server | Sebastien Helleu |
2008-10-19 | Fix build with cmake 2.4 which was accidentally broken | Julien Louis |
2008-10-19 | Add color decoding in title for IRC channels (task #6030) | Sebastien Helleu |
2008-10-19 | Fix display of special chars (< 32) in input bar (for exemple to send colors ... | Sebastien Helleu |
2008-10-19 | Fix lock when disconnecting SSL server that is not yet successfully connected | Sebastien Helleu |
2008-10-19 | Fix restore of windows with saved layout | Sebastien Helleu |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-18 | Fix compilation of aspell with autotools | Sebastien Helleu |
2008-10-18 | Fix malloc of 0 byte in aspell plugin | Sebastien Helleu |
2008-10-18 | Free layout and chat buffer on exit | Sebastien Helleu |
2008-10-18 | Remove aspell real_time option (not used any more), update aspell doc | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-18 | - Add FindTCL.cmake to fix FreeBSD detection | Julien Louis |
2008-10-14 | Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist | Sebastien Helleu |
2008-10-14 | Fix restore of WeeChat main buffer after /upgrade | Sebastien Helleu |
2008-10-14 | Fix use of size_max value for bars, fix refresh problem when bar size is changed | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-10-11 | Fix refresh of bars when switching active buffer | Sebastien Helleu |
2008-10-11 | Add exemple of command for server in quickstart guide | Sebastien Helleu |
2008-10-11 | Add space before day changed message, fix refresh when setting unread marker ... | Sebastien Helleu |
2008-10-11 | Fix name of buffer in bar item for IRC channel when it is closed (kicked or p... | Sebastien Helleu |
2008-10-11 | Fix refresh bugs with scroll keys (bug #21738) | Sebastien Helleu |
2008-10-11 | Fix some display bugs with read marker line, history, max prefix length, and ... | Sebastien Helleu |
2008-10-10 | Fix channel modes in status bar item for IRC plugin (do not display parenthes... | Sebastien Helleu |
2008-10-10 | Add 2 new default bar items (input_paste and input_search), used by default i... | Sebastien Helleu |
2008-10-10 | Clean doc/xx/ directory after build with autotools | Sebastien Helleu |
2008-10-10 | Fix nick modes in input bar item for IRC plugin (do not display parenthesis w... | Sebastien Helleu |
2008-10-10 | Use key shift-tab to force partial completion (when no completion is pending)... | Sebastien Helleu |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-10-08 | Fix /reload command (now reloads config files with no reload callback) | Sebastien Helleu |
2008-10-08 | Add config file logger.conf (replaces old logger options in plugins.conf) | Sebastien Helleu |
2008-10-07 | Add backlog for IRC channel and private buffers | Sebastien Helleu |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu |
2008-10-05 | Update autogen xml doc files | Sebastien Helleu |
2008-10-04 | Split default bars creation in many functions | Sebastien Helleu |
2008-10-03 | Fix bug with IRC notices for channel: display them in channel instead of serv... | Sebastien Helleu |
2008-10-03 | Add color for marker on lines where text sought is found | Sebastien Helleu |
2008-10-03 | Add missing IRC command 369 (end of whowas) | Sebastien Helleu |
2008-10-03 | Add missing hooks to ChangeLog | Sebastien Helleu |
2008-10-03 | Add missing IRC command 328 (channel url) | Sebastien Helleu |
2008-10-03 | Do not write "--" or "++" indicators for bars with items where cursor is move... | Sebastien Helleu |
2008-10-03 | Fix horitonzal scroll (X) in bars | Sebastien Helleu |
2008-10-03 | Fix bug with nicklist bar item: remove last new line when used on top or bott... | Sebastien Helleu |
2008-10-02 | Add new option scroll_page_percent to choose percent of height to scroll with... | Sebastien Helleu |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to save/restor... | Sebastien Helleu |
2008-10-02 | Fix autorejoin of keyed channels (bug #24131) | Sebastien Helleu |
2008-10-02 | Fix bug with channel modes in buffer_name bar item (IRC plugin) | Sebastien Helleu |
2008-10-01 | Fix refresh of bar item "input_text" when it is used in a root bar | Sebastien Helleu |