Sebastien Helleu
807895bd38
Add color decoding in title for IRC channels (task #6030 )
2008-10-19 13:33:40 +02:00
Sebastien Helleu
f850bdd5e9
Fix display of special chars (< 32) in input bar (for exemple to send colors to IRC channel)
2008-10-19 13:22:14 +02:00
Sebastien Helleu
edb95a8fd2
Fix lock when disconnecting SSL server that is not yet successfully connected
2008-10-19 12:36:38 +02:00
Sebastien Helleu
cb56b7bc8e
Fix restore of windows with saved layout
2008-10-19 10:37:15 +02:00
Sebastien Helleu
2bd4428f45
Remove unused option look.input_format, fix refresh bug with input prompt for IRC buffers
2008-10-18 22:36:18 +02:00
Sebastien Helleu
3b81a4746a
Add new argument "value" to function config_new_option
2008-10-18 19:31:40 +02:00
Sebastien Helleu
8511f9a77e
Fix compilation of aspell with autotools
...
Sources are renamed with prefix "weechat-", to prevent conflict between two
files called "aspell.h".
2008-10-18 18:04:02 +02:00
Sebastien Helleu
bbe01eff19
Fix malloc of 0 byte in aspell plugin
2008-10-18 17:54:33 +02:00
Sebastien Helleu
091c07d571
Free layout and chat buffer on exit
2008-10-18 17:54:16 +02:00
Sebastien Helleu
843451f9bf
Remove aspell real_time option (not used any more), update aspell doc
2008-10-18 16:20:10 +02:00
Sebastien Helleu
ac107802fd
Aspell plugin is born again
2008-10-18 16:03:16 +02:00
Julien Louis
1f10ee141a
- Add FindTCL.cmake to fix FreeBSD detection
...
- Only call Tcl_CreateNamespace when available in the public API,
fix compatibility with older release
2008-10-18 13:54:59 +02:00
Sebastien Helleu
eab690aaaf
Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist
2008-10-14 11:15:22 +02:00
Sebastien Helleu
2a7d572ff1
Fix restore of WeeChat main buffer after /upgrade
2008-10-14 11:06:15 +02:00
Sebastien Helleu
1bb38a732a
Fix use of size_max value for bars, fix refresh problem when bar size is changed
2008-10-14 10:33:16 +02:00
Sebastien Helleu
c83eef6e82
Remove old title/nicklist/status/input, use of new bars
2008-10-12 19:20:26 +02:00
Sebastien Helleu
f6073c8076
Fix refresh of bars when switching active buffer
2008-10-11 16:17:43 +02:00
Sebastien Helleu
cd008a1b5c
Add exemple of command for server in quickstart guide
2008-10-11 11:18:22 +02:00
Sebastien Helleu
383401900e
Add space before day changed message, fix refresh when setting unread marker for buffer(s)
2008-10-11 10:03:53 +02:00
Sebastien Helleu
e0c3179f87
Fix name of buffer in bar item for IRC channel when it is closed (kicked or part done)
2008-10-11 09:44:33 +02:00
Sebastien Helleu
8405b55a2e
Fix refresh bugs with scroll keys (bug #21738 )
2008-10-11 09:33:43 +02:00
Sebastien Helleu
f86f306ce2
Fix some display bugs with read marker line, history, max prefix length, and 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-11 08:55:26 +02:00
Sebastien Helleu
bc8f82c3d6
Fix channel modes in status bar item for IRC plugin (do not display parenthesis when there's nothing to display inside)
2008-10-10 16:23:41 +02:00
Sebastien Helleu
349371197c
Add 2 new default bar items (input_paste and input_search), used by default input bar
2008-10-10 15:58:11 +02:00
Sebastien Helleu
bfc9751fb7
Clean doc/xx/ directory after build with autotools
2008-10-10 15:01:20 +02:00
Sebastien Helleu
11b6aaebb9
Fix nick modes in input bar item for IRC plugin (do not display parenthesis when there's nothing to display inside)
2008-10-10 15:00:17 +02:00
Sebastien Helleu
80018210eb
Use key shift-tab to force partial completion (when no completion is 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-10 14:02:25 +02:00
Sebastien Helleu
5d07aa14ed
Add function to get plugin name (return "core" for WeeChat core)
2008-10-08 19:04:05 +02:00
Sebastien Helleu
0e053e072b
Fix /reload command (now reloads config files with no reload callback)
2008-10-08 16:03:59 +02:00
Sebastien Helleu
4f9843f84c
Add config file logger.conf (replaces old logger options in plugins.conf)
2008-10-08 15:50:59 +02:00
Sebastien Helleu
d5b78f0d8f
Add backlog for IRC channel and private buffers
2008-10-07 14:29:46 +02:00
Sebastien Helleu
44944ef01f
Add Tcl script plugin (thanks to Dmitry Kobylin)
2008-10-05 19:06:46 +02:00
Sebastien Helleu
269bf55b1e
Update autogen xml doc files
2008-10-05 18:59:58 +02:00
Sebastien Helleu
93f3d42c90
Split default bars creation in many functions
2008-10-04 11:39:28 +02:00
Sebastien Helleu
b18a61984f
Fix bug with IRC notices for channel: display them in channel instead of server buffer (bug #18730 )
2008-10-03 18:09:23 +02:00
Sebastien Helleu
dfaa43ff17
Add color for marker on lines where text sought is found
2008-10-03 17:18:25 +02:00
Sebastien Helleu
01ae24ed08
Add missing IRC command 369 (end of whowas)
2008-10-03 16:57:28 +02:00
Sebastien Helleu
bc3e5a6f7f
Add missing hooks to ChangeLog
2008-10-03 14:57:01 +02:00
Sebastien Helleu
97a2c7bc39
Add missing IRC command 328 (channel url)
2008-10-03 14:54:00 +02:00
Sebastien Helleu
e2b60e73c2
Do not write "--" or "++" indicators for bars with items where cursor is moved (like input_text)
2008-10-03 14:22:20 +02:00
Sebastien Helleu
b389da832f
Fix horitonzal scroll (X) in bars
2008-10-03 12:59:11 +02:00
Sebastien Helleu
6fc2163200
Fix bug with nicklist bar item: remove last new line when used on top or bottom of window
2008-10-03 12:58:42 +02:00
Sebastien Helleu
239dd464d5
Add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702 )
2008-10-02 18:54:06 +02:00
Sebastien Helleu
2ffd141cf4
Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453 )
2008-10-02 18:03:27 +02:00
Sebastien Helleu
f51f02547e
Fix autorejoin of keyed channels (bug #24131 )
2008-10-02 15:27:37 +02:00
Sebastien Helleu
932c5760ed
Fix bug with channel modes in buffer_name bar item (IRC plugin)
2008-10-02 15:26:09 +02:00
Sebastien Helleu
c2852e9201
Fix refresh of bar item "input_text" when it is used in a root bar
2008-10-01 15:24:16 +02:00
Sebastien Helleu
013e039241
Fill items in bars with spaces when filling is vertical
2008-10-01 12:25:40 +02:00
Sebastien Helleu
f51e3020e1
Fix wrong include path
2008-09-30 16:38:40 +02:00
Sebastien Helleu
12421a67da
Set unread marker for IRC server/channels/pv buffers when using /away command
2008-09-30 15:39:25 +02:00