summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-18- Add FindTCL.cmake to fix FreeBSD detectionJulien Louis
- Only call Tcl_CreateNamespace when available in the public API, fix compatibility with older release
2008-10-14Fix wrong hotlist after upgrade when /upgrade is done with empty hotlistSebastien Helleu
2008-10-14Fix restore of WeeChat main buffer after /upgradeSebastien Helleu
2008-10-14Fix use of size_max value for bars, fix refresh problem when bar size is changedSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Fix refresh of bars when switching active bufferSebastien Helleu
2008-10-11Add space before day changed message, fix refresh when setting unread marker ↵Sebastien Helleu
for buffer(s)
2008-10-11Fix name of buffer in bar item for IRC channel when it is closed (kicked or ↵Sebastien Helleu
part done)
2008-10-11Fix refresh bugs with scroll keys (bug #21738)Sebastien Helleu
2008-10-11Fix some display bugs with read marker line, history, max prefix length, and ↵Sebastien Helleu
chat refresh (bug #23153) Some info about bugs fixed: - when marker line (dotted) was on top of window (and not visible), this caused bug on last lines of buffer (not refreshed) - marker line is not set for a buffer after a switch, only if buffer it not displayed in other window - when we delete lines in a buffer (if lines > weechat.history.max_lines), we force a full refresh of chat if remaining lines is < to chat height and we compute again max prefix length for buffer (before max prefix length was always incremented, never decremented)
2008-10-10Fix channel modes in status bar item for IRC plugin (do not display ↵Sebastien Helleu
parenthesis when there's nothing to display inside)
2008-10-10Add 2 new default bar items (input_paste and input_search), used by default ↵Sebastien Helleu
input bar
2008-10-10Fix nick modes in input bar item for IRC plugin (do not display parenthesis ↵Sebastien Helleu
when there's nothing to display inside)
2008-10-10Use key shift-tab to force partial completion (when no completion is ↵Sebastien Helleu
pending), remove automatic partial completion on option names Behaviour of shift-key stays the same if there's a completion found, it completes with previous completion found.
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-08Fix /reload command (now reloads config files with no reload callback)Sebastien Helleu
2008-10-08Add config file logger.conf (replaces old logger options in plugins.conf)Sebastien Helleu
2008-10-07Add backlog for IRC channel and private buffersSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-10-04Split default bars creation in many functionsSebastien Helleu
2008-10-03Fix bug with IRC notices for channel: display them in channel instead of ↵Sebastien Helleu
server buffer (bug #18730)
2008-10-03Add color for marker on lines where text sought is foundSebastien Helleu
2008-10-03Add missing IRC command 369 (end of whowas)Sebastien Helleu
2008-10-03Add missing IRC command 328 (channel url)Sebastien Helleu
2008-10-03Do not write "--" or "++" indicators for bars with items where cursor is ↵Sebastien Helleu
moved (like input_text)
2008-10-03Fix horitonzal scroll (X) in barsSebastien Helleu
2008-10-03Fix bug with nicklist bar item: remove last new line when used on top or ↵Sebastien Helleu
bottom of window
2008-10-02Add new option scroll_page_percent to choose percent of height to scroll ↵Sebastien Helleu
with page_up and page_down keys (task #8702)
2008-10-02Add new /layout command and save_layout_on_exit config option, to ↵Sebastien Helleu
save/restore windows and buffers order (task #5453)
2008-10-02Fix autorejoin of keyed channels (bug #24131)Sebastien Helleu
2008-10-02Fix bug with channel modes in buffer_name bar item (IRC plugin)Sebastien Helleu
2008-10-01Fix refresh of bar item "input_text" when it is used in a root barSebastien Helleu
2008-10-01Fill items in bars with spaces when filling is verticalSebastien Helleu
2008-09-30Fix wrong include pathSebastien Helleu
2008-09-30Set unread marker for IRC server/channels/pv buffers when using /away commandSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-29Fix bug with arguments of function "config_new_option" in scripts APISebastien Helleu
2008-09-29Remove debug messageSebastien Helleu
2008-09-29Fix bug with IRC nick modes (was set when receiving channel modes)Sebastien Helleu
2008-09-26Add some missing functions in API: hook_connect and infolist creationSebastien Helleu
2008-09-25Add nick modes in bar item "input_prompt" for IRC pluginSebastien Helleu
2008-09-25Fix crash with ping and action IRC messages (bug ##24373)Sebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-23Fix background bug with bar item "buffer_name" for IRC pluginSebastien Helleu
2008-09-23Fix help of /bar commandSebastien Helleu
2008-09-23Fix bug when changing options look.set_title and look.save_on_exit (bug #24350)Sebastien Helleu
2008-09-22Fix network connection for hostnames resolving to several IPs: try all IPs ↵Sebastien Helleu
in list until one succeeds (bug #21473, debian bug #498610)
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok ↵Sebastien Helleu
(used by IRC plugin to display IP of IRC server)
2008-09-22Fix display of away indicator in irc buffer name bar itemSebastien Helleu