Sebastien Helleu
3d73805198
doc: fix recommended version of Python in user guide
2012-05-03 12:35:57 +02:00
Sebastien Helleu
783e6228a0
doc: update list of translators in user guide
2012-04-09 12:58:28 +02:00
Sebastien Helleu
a6336885b8
irc: add signals and tags in messages for irc notify (patch from Quentin Glidic) (task #11887 )
2012-03-12 11:09:22 +01:00
Kyle Fuller
e91d401f41
irc: add support of "external" SASL mechanism (task #11864 )
2012-02-29 15:22:03 +01:00
Sebastien Helleu
e8a007321f
doc: add japanese translator in user guide
2012-02-26 12:17:03 +01:00
Sebastien Helleu
36a0874bfe
doc: fix name of package libcurl4-gnutls-dev in dependencies (user guide)
2012-02-24 14:25:02 +01:00
Sebastien Helleu
b0ef8fc6e3
doc: add gdb commands to log output in a file (user guide)
2012-02-24 13:51:29 +01:00
Sebastien Helleu
706f36e4fd
doc: remove wrong comment in french user guide
2012-02-04 18:13:36 +01:00
Sebastien Helleu
b6a7777aa0
irc: add alias "ctcp" for target buffer of CTCP messages
2012-01-27 18:18:35 +01:00
Lázaro A
9a821b9d3c
doc: add spanish quickstart guide
2012-01-26 18:08:34 +01:00
Sebastien Helleu
d242f30950
core: move option "scroll_unread" from command /input to /window
2012-01-24 21:20:52 +01:00
Sebastien Helleu
0f7150db19
relay: use protocol arguments for protocol "irc" only (arguments forbidden for protocol "weechat")
2012-01-23 12:21:29 +01:00
Sebastien Helleu
a90a9a1802
doc: add python 3.x in user guide
2012-01-22 21:11:56 +01:00
Sebastien Helleu
b91c231096
core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247 )
2012-01-16 19:52:08 +01:00
Sebastien Helleu
e9baa5910c
doc: add weechat protocol in relay plugin
2011-12-27 18:50:31 +01:00
Sebastien Helleu
c8cf55c291
doc: add note about option irc.color.mirc_remap in section "Usage/Command line/Color codes" of user's guide
2011-11-12 11:31:26 +01:00
Sebastien Helleu
2c6d525045
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/") (task #11553 )
2011-11-08 18:51:15 +01:00
Sebastien Helleu
2f17dbe02f
doc: fix URL of certificates for oftc IRC server in user's guide
2011-11-07 23:40:15 +01:00
Sebastien Helleu
4b1bc5ff1b
core: remove obsolete/empty sources for Qt and Wxwidgets
2011-11-03 16:06:15 +01:00
Sebastien Helleu
9b42328d55
guile: new script plugin for scheme (task #7289 )
2011-10-26 19:25:51 +02:00
Sebastien Helleu
ac7c27949b
core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550 )
2011-10-15 13:54:53 +02:00
Sebastien Helleu
b9dd668d90
core: add modifiers control/alt ("ctrl" and "alt") for mouse events
2011-10-05 18:15:28 +02:00
Sebastien Helleu
ecba10eab2
doc: add "nick" for sasl_username option (irc plugin) in user guide
2011-10-05 09:46:51 +02:00
Sebastien Helleu
0602bc105b
doc: add message 343 (whois, is opered as) in list of messages for irc targer buffer (user guide)
2011-09-22 11:22:02 +02:00
Sebastien Helleu
8bcf825526
doc: fix translations in user guide for irc command line options
2011-09-15 17:33:45 +02:00
Sebastien Helleu
f92b7f9573
doc: add instructions to debug a running WeeChat with gdb in user guide
2011-08-28 15:39:41 +02:00
Sebastien Helleu
97a2e4f713
doc: add optional package "ca-certificates" in dependencies
2011-08-26 18:42:50 +02:00
Sebastien Helleu
6c24da222c
doc: fix commands for scrolling bars with mouse wheel in user guide
2011-08-16 09:43:45 +02:00
Sebastien Helleu
1a9e15c5a6
doc: add missing keys m/q/Q (for cursor mode) in user guide
2011-08-14 16:56:52 +02:00
Sebastien Helleu
02532973e9
doc: fix translation in french user guide
2011-08-05 12:49:29 +02:00
Sebastien Helleu
a66ad95126
doc: replace ">=" and "<=" by UTF-8 chars in docs
2011-08-04 16:13:34 +02:00
Sebastien Helleu
2460699343
doc: add mouse support in user guide
2011-08-03 20:10:11 +02:00
Sebastien Helleu
c96499c817
doc: add IRC SASL authentication in user guide
2011-08-03 12:30:43 +02:00
Sebastien Helleu
95b179dd08
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right click on input bar)
2011-07-30 15:44:55 +02:00
Sebastien Helleu
54a6f42de5
core: add number in windows, improve mouse/cursor actions when screen is split
2011-07-29 19:46:02 +02:00
Sebastien Helleu
224d54f6ce
doc: add key alt-m (toggle mouse) in user guide
2011-07-27 08:07:07 +02:00
Sebastien Helleu
e0781f0390
core: add mouse support (task #5435 ), free cursor movement, hook_focus, fix bugs with key "^" (bug #32072 , bug #21381 ), fix bugs with bar windows, completion and /buffer
...
New features and bugs fixed:
- mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse"
- free movement of cursor: new command /cursor, new key context "cursor"
- new hook_focus (used by cursor and mouse)
- info "cursor_mode"
- bugs fixed with key "^"
- allow plugin name in /buffer name
- fix bugs with bar windows: do not create bar windows for hidden bars
- fix completion bug when two words for completion are equal but with different case
- automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-26 18:50:29 +02:00
Sebastien Helleu
10024571ef
doc: add gettext in dependencies for build (optional)
2011-07-17 23:23:59 +02:00
Sebastien Helleu
b888881288
doc: fix typo in french user guide
2011-07-14 16:32:59 +02:00
Sebastien Helleu
0fdcb7387f
doc: add doc about connection to Freenode with TOR/SASL
2011-07-14 13:42:26 +02:00
Sebastien Helleu
3bea55b2f0
core: add context "search" for keys (to define keys used during search in buffer with ctrl+"r")
2011-07-05 15:36:42 +02:00
Sebastien Helleu
eeb1d3068d
doc: fix typos
2011-05-13 16:46:44 +02:00
Sebastien Helleu
8c9ba6b563
core: fix balance of windows
2011-05-07 17:30:22 +02:00
Sebastien Helleu
33557e94ab
doc: update gnutls version required (min 2.2.0) in user guide
2011-05-04 14:35:48 +02:00
Sebastien Helleu
909fe8a2b5
core: add option "balance" for command /window (key: alt+"w" + alt+"b")
2011-04-23 13:21:10 +02:00
Sebastien Helleu
634478dd54
core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #11001 )
2011-04-22 21:56:54 +02:00
Sebastien Helleu
53cc5af7c5
aspell: add section "option" in aspell.conf for speller options (task #11083 )
2011-04-15 18:45:17 +02:00
Sebastien Helleu
9d128cad22
core: add messages counts in hotlist for each buffer, option weechat.look.hotlist_buffer_separator and tag "notify_none"
...
New options:
- weechat.look.hotlist_buffer_separator
- weechat.look.hotlist_count_max
- weechat.look.hotlist_count_min_msg
- weechat.color.status_count_msg
- weechat.color.status_count_private
- weechat.color.status_count_highlight
- weechat.color.status_count_other
2011-04-11 13:57:00 +02:00
Sebastien Helleu
3137c690ed
Use new style for command line color keys in user guide
2011-03-13 08:59:09 +01:00
Sebastien Helleu
a4621a7ee3
Add styles for keys in user guide
2011-02-25 14:33:20 +01:00