Sebastien Helleu
c3cb06b30c
Fix dump of bar colors in log file (missing color name)
2011-02-15 14:13:53 +01:00
Sebastien Helleu
1924f296a2
Update italian translations and FAQ
2011-02-15 08:46:01 +01:00
Sebastien Helleu
2ef6fdb2a1
Add option "memory" to command /debug
2011-02-10 18:37:12 +01:00
Sebastien Helleu
aae8a2e54c
Add task #10299 in ChangeLog
2011-02-10 10:03:42 +01:00
Sebastien Helleu
7d79757d85
Fix crash when completing /part command on a non-irc buffer (bug #32402 )
2011-02-10 09:52:15 +01:00
Sebastien Helleu
d8248f3f68
Rename some color constants and functions for attributes
2011-02-09 16:26:58 +01:00
Sebastien Helleu
12879e9138
Factorize code used to apply color codes in strings (for chat and bars)
2011-02-09 16:14:53 +01:00
Sebastien Helleu
c232f855b9
Update german translations
2011-02-09 11:50:21 +01:00
Sebastien Helleu
3dbd5e3564
Add missing parentheses
2011-02-08 21:42:25 +01:00
Sebastien Helleu
1fd31361da
Fix some translations
2011-02-08 12:30:46 +01:00
Sebastien Helleu
2b6bdebcd3
Fix typo: half channel operator -> channel half-operator
2011-02-08 12:19:10 +01:00
Sebastien Helleu
8f2a2b9d1f
Fix typo: transfert -> transfer
2011-02-08 12:14:27 +01:00
Sebastien Helleu
cba46a3274
Fix typo in /help color: minimum color number for alias is 0 and not 1
2011-02-08 11:05:54 +01:00
Sebastien Helleu
d41e202d76
Remove unneeded spaces
2011-02-07 18:38:47 +01:00
Sebastien Helleu
ef71f59b2e
Improve display of commands lists in /help (add arguments -list and -listfull)
2011-02-07 18:33:05 +01:00
Sebastien Helleu
c515069f26
Fix color used to display color aliases on /color buffer
2011-02-07 15:27:04 +01:00
Sebastien Helleu
ba92074bf8
Fix missing suffix (after prefix) on lines when nothing is displayed before suffix (no time/buffer/prefix)
2011-02-07 14:34:23 +01:00
Sebastien Helleu
f1a3805ec8
Reset bold attribute when setting extended color for foreground
2011-02-07 11:56:53 +01:00
Sebastien Helleu
9da63c7170
Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx
2011-02-06 18:18:13 +01:00
Sebastien Helleu
96de4e8746
Fix infinite loop when option weechat.look.read_marker_string it set to empty string
2011-02-05 21:55:58 +01:00
Sebastien Helleu
b1c8989835
Add option weechat.look.read_marker_string, use option hline_char for horizontal bar separators only
2011-02-05 15:29:51 +01:00
Sebastien Helleu
0a69df6c2c
Add color "gray", fix white background (use white instead of gray)
2011-02-05 13:12:41 +01:00
Sebastien Helleu
8ec4e680c6
Fix option color_real_white: replace white by default color only if bold is set for color
2011-02-05 12:29:42 +01:00
Sebastien Helleu
f2be50f4b1
Fix display of extended foreground color on non-default background in bars
2011-02-05 11:11:20 +01:00
Sebastien Helleu
9932f06710
Update ChangeLog
2011-02-04 22:24:33 +01:00
Sebastien Helleu
7d433b798f
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
2011-02-04 22:12:19 +01:00
Sebastien Helleu
63b8aa1f23
Fix size of arrays for colors (patch #7458 )
2011-02-04 21:17:00 +01:00
Sebastien Helleu
21881bbc7b
Replace message "WeeChat colors" by "WeeChat color pairs" on color buffer
2011-02-03 09:52:13 +01:00
Sebastien Helleu
a51652f196
Add note about package "ncurses-term" in user guide and FAQ for 256 colors
2011-02-02 23:41:36 +01:00
Sebastien Helleu
79ca61784c
Rename options add/del by alias/unalias in command /color
2011-02-02 23:01:55 +01:00
Sebastien Helleu
372d9fe82e
Fix crash when many lua scripts are executing callbacks at same time
2011-02-02 22:51:38 +01:00
Sebastien Helleu
49da028a2c
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216 )
2011-02-01 19:00:09 +01:00
Sebastien Helleu
8392d2fbcc
Fix terminal title when $TERM starts with "screen" (patch from sleo)
2011-02-01 08:24:08 +01:00
Sebastien Helleu
142fc29e25
Add some chars after cursor when scrolling input line: new option weechat.look.input_cursor_scroll (bug #21391 )
2011-01-31 21:42:04 +01:00
Sebastien Helleu
b19ae11622
Update german translations
2011-01-31 20:56:22 +01:00
Sebastien Helleu
ccb08945a1
Dynamically allocate color pairs
...
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
2011-01-31 19:03:30 +01:00
Sebastien Helleu
773effbb3a
Do not close chat buffers when removing xfer from list (bug #32271 )
2011-01-28 12:58:02 +01:00
Sebastien Helleu
7a5200a8e4
Fix typos in config functions in plugin API reference
2011-01-26 08:12:53 +01:00
Sebastien Helleu
19d355c10e
Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API reference
2011-01-25 12:10:49 +01:00
Sebastien Helleu
6295d631b7
Add weercd.py, the WeeChat flood irc server
2011-01-23 09:53:20 +01:00
Sebastien Helleu
cc6bb607e0
Test return value of calls to sscanf function
2011-01-21 19:30:08 +01:00
Sebastien Helleu
1ca2261e95
Fix bug when closing color buffer with command /buffer close N
2011-01-20 09:37:20 +01:00
Sebastien Helleu
68ee325e65
Rename some variables and functions about weechat colors
2011-01-19 19:29:48 +01:00
Sebastien Helleu
ce41363121
Enlarge table with list of $TERM for colors in user guide
2011-01-18 14:23:06 +01:00
Sebastien Helleu
3efb97b0f8
Fix typo in user guide
2011-01-18 08:12:21 +01:00
Sebastien Helleu
030755d385
Version 0.3.5-dev
2011-01-16 12:14:59 +01:00
Sebastien Helleu
0b89084ea4
Version 0.3.4
v0.3.4
2011-01-16 10:04:32 +01:00
Sebastien Helleu
54cd9ffaa8
Add missing file asciidoc.css in Makefile.am
2011-01-16 09:43:05 +01:00
Sebastien Helleu
3411185c08
Update polish translations and FAQ
2011-01-16 00:25:04 +01:00
Sebastien Helleu
b35989020b
Update brazilian translations
2011-01-14 10:12:08 +01:00