Sebastien Helleu
a326c2578c
Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server jump
2009-06-11 12:30:12 +02:00
Sebastien Helleu
d7ad1780ad
Add infolist with commands history
2009-06-10 19:13:38 +02:00
Sebastien Helleu
b67da8860c
Add variable "active" in buffer infolist
2009-06-10 13:50:40 +02:00
Sebastien Helleu
335419e6de
Rename option weechat.completion.nick_completor to nick_completer
2009-06-10 12:51:36 +02:00
Sebastien Helleu
8d58b81d83
Add buffer merging feature, with /buffer merge/unmerge (task #7404 )
2009-06-10 12:40:05 +02:00
Sebastien Helleu
a6363a7b0b
Fix display of bold/reverse/underline color attributes in bars
2009-06-03 11:48:51 +02:00
Sebastien Helleu
37a73d8348
Fix crash with /upgrade (problem when closing buffers)
2009-05-19 14:07:51 +02:00
Sebastien Helleu
906c4ce8cd
Add option weechat.look.jump_previous_buffer_when_closing
2009-05-18 18:35:39 +02:00
Sebastien Helleu
3561fa8856
Add option weechat.history.max_visited_buffers
2009-05-18 18:21:21 +02:00
Sebastien Helleu
4bfc005d9d
Add new keys to move into last visited buffers (alt + "<", alt + ">"), come back to last visited buffer when closing a buffer
2009-05-18 17:47:45 +02:00
Sebastien Helleu
6d0e15e0d7
Add signals "key_bind" and "key_unbind"
2009-05-17 20:10:32 +02:00
Sebastien Helleu
e2497ff8bc
Fix typo: formated -> formatted
2009-05-17 16:00:35 +02:00
Sebastien Helleu
8130e6da8f
Remove unneeded space between two bar items (for items glued with "+")
2009-05-17 12:56:30 +02:00
Sebastien Helleu
947ae241ce
Add infolist "key" with key bindings
2009-05-16 00:47:14 +02:00
Sebastien Helleu
420d294498
Add buffer pointer in hotlist infolist
2009-05-12 23:02:44 +02:00
Sebastien Helleu
2ab1626fa9
Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer number or previous buffer
...
This will switch to buffer #N or previously displayed buffer if current buffer is #N
(it uses option weechat.look.jump_current_to_previous_buffer).
Default keys alt-1 to alt-0 are now /buffer *N
2009-05-12 18:16:32 +02:00
Sebastien Helleu
57c6478b91
Add function window_set_title in API (task #9361 )
2009-05-10 01:22:08 +02:00
Sebastien Helleu
79ea9b54be
Disable loop on commands in history when reaching oldest command
2009-05-09 16:39:50 +02:00
Sebastien Helleu
8a783825de
Fix completion with non-latin nicks (bug #18993 )
2009-05-09 13:03:44 +02:00
Sebastien Helleu
50b6fefdeb
Fix infinite loop when scrolling bars with horizontal filling
2009-05-08 13:22:29 +02:00
Sebastien Helleu
d3f91af099
Improve display of filter indicator in status bar, add option for color
2009-05-08 13:04:26 +02:00
Sebastien Helleu
cde8a69eda
Add missing space at beginning of bar item when first sub-item content is NULL
2009-05-08 13:00:11 +02:00
Sebastien Helleu
2783b51201
Improve completion: allow a command to use completion of another command (used by alias plugin)
2009-05-08 10:31:15 +02:00
Sebastien Helleu
8d69edfa31
Use or '\r' in bar items to force new line with horizontal filling
2009-05-04 19:17:42 +02:00
Sebastien Helleu
917e111b78
Disable print hooks during display of backlog (in logger plugin)
2009-05-04 18:00:51 +02:00
Sebastien Helleu
d51626c67b
Fix bug with scroll in bars: do not scroll if bar is hidden
2009-05-03 15:04:22 +02:00
Sebastien Helleu
6ec9b638ce
Fix crash when giving empty buffer pointer to nicklist API functions (bug #26328 )
2009-04-24 21:35:16 +02:00
Sebastien Helleu
9303884613
Add filter with third argument of infolist_get for some infolists (bars, bar items, buffers, filters, plugins, irc_server, alias, script list)
2009-04-24 18:59:22 +02:00
Sebastien Helleu
e3d2728571
Fix typo: splited/splitted -> split
2009-04-24 17:24:56 +02:00
Sebastien Helleu
163c5d6dfb
Remove notify plugin (moved to core)
2009-04-24 16:26:13 +02:00
Sebastien Helleu
890b2ed23a
Add new option weechat.look.jump_current_to_previous_buffer
2009-04-21 17:48:44 +02:00
Sebastien Helleu
a7778594b1
Remove unused signal
2009-04-17 22:59:52 +02:00
Sebastien Helleu
46dee68d57
Jump to last displayed buffer when jumping to current buffer number
...
For example, if you are on buffer #2 , and press alt-1 twice, you'll come back to
buffer #2 .
2009-04-15 21:08:49 +02:00
Sebastien Helleu
b1de9b49fd
Use case sensitive comparison for key codes (bug #26145 )
2009-04-11 23:36:54 +02:00
Sebastien Helleu
acb5772334
Add support of many templates for completion of command arguments, rename default completion items
2009-04-11 14:49:34 +02:00
Sebastien Helleu
8ac00cdac6
Some improvements on key bindings
...
List of changes:
- do not automatically create default keys if they do not exist, when reading
weechat.conf (let user do that if needed)
- add "/key missing": add missing keys using default keys (do not update or
remove user keys),
- key "meta-s" moved from irc/jabber plugins to core
- improved output of /key (display number of keys)
2009-04-07 18:22:09 +02:00
Sebastien Helleu
9084984861
Fix memory leak when sending modifier "input_text_content"
2009-04-05 14:36:10 +02:00
Sebastien Helleu
7c58018cb1
Add new option "weechat.completion.nick_add_space" (add space after nick completion, on by default)
2009-04-03 17:56:40 +02:00
Sebastien Helleu
4f3e50d6bc
Fix bug with nick completion (too many nick completors were added to nick if private was open with nick)
2009-04-03 11:55:12 +02:00
Sebastien Helleu
ca7bcf880b
Fix bug with partial completions
...
Option "weechat.completion.partial_completion_nick" has been renamed to
"weechat.completion.partial_completion_other".
2009-04-01 23:30:57 +02:00
Sebastien Helleu
ff83985ef4
Add default template completion (by default: nick or IRC channel)
2009-04-01 19:03:05 +02:00
Sebastien Helleu
998db86f45
Add cmake files in package built by autotools
2009-03-28 22:53:34 +01:00
Sebastien Helleu
6e7b62be97
Add new bar item "away" (now displayed by default in input bar)
2009-03-26 18:58:00 +01:00
Sebastien Helleu
558c9f2614
Force refresh of bars using a bar item when it is destroyed
2009-03-22 10:48:49 +01:00
Sebastien Helleu
ebc4e04333
Fix bug with window separator (possible crash)
2009-03-21 18:21:42 +01:00
Sebastien Helleu
7d53e28034
Use of brackets {} around nicklist count in default status bar
2009-03-21 16:21:55 +01:00
Sebastien Helleu
2dc13ebd21
Add new command /version, add count of /upgrade, fix bugs with command exec
...
New (core) command /version displays version, and number of upgrades done with
first start date (if # /upgrade > 0).
The number of upgrades is displayed at startup (if > 0).
2009-03-21 16:09:18 +01:00
Sebastien Helleu
a49c8b2e30
Add new modifier "input_text_content"
2009-03-21 13:12:35 +01:00
Sebastien Helleu
203990d3cf
Add signal "key_pressed"
2009-03-20 22:34:47 +01:00
Sebastien Helleu
f814dc27f4
Add buffer name completion for command /filter
2009-03-20 18:47:28 +01:00