Sebastien Helleu
|
c8b2a6a084
|
core: add "hdata" (direct access to WeeChat/plugin data)
|
2011-06-13 12:32:27 +02:00 |
|
Sebastien Helleu
|
c71e2cad38
|
Add function "buffer_match_list" in plugin API
|
2011-03-11 18:39:37 +01:00 |
|
Sebastien Helleu
|
d24f6e9e17
|
Update copyright dates
|
2011-01-01 18:06:29 +01:00 |
|
Sebastien Helleu
|
0721bb1d4c
|
Add new command /color
|
2011-01-01 14:39:12 +01:00 |
|
Sebastien Helleu
|
528dc258ca
|
Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"
|
2010-11-29 10:17:09 +01:00 |
|
Sebastien Helleu
|
79c8c90256
|
Fix bug with buffer name in "/bar scroll" command
|
2010-10-15 16:06:17 +02:00 |
|
Sebastien Helleu
|
fe2a361364
|
Add property "no_highlight_nicks" in buffers to disable highlight for some nicks in buffer
This can be used with script buffer_autoset.py (see /help autosetbuffer).
|
2010-10-11 16:29:15 +02:00 |
|
Sebastien Helleu
|
bd7ae6d5a7
|
Add new option weechat.look.input_share (task #9228)
|
2010-09-27 16:07:27 +02:00 |
|
Sebastien Helleu
|
94fbbc0a7f
|
Use of hashtable for local variables of buffers
|
2010-07-05 17:05:49 +02:00 |
|
Sebastien Helleu
|
dcdba08f8a
|
Update comments after #endif in C headers
|
2010-06-25 15:03:39 +02:00 |
|
Sebastien Helleu
|
6562d676fe
|
Update licenses and copyrights, add missing author names in sources
|
2010-06-22 19:46:28 +02:00 |
|
Sebastien Helleu
|
f1dfe08243
|
Add keys for undo/redo changes on command line (default: ctrl/alt + underscore) (task #9483)
|
2010-04-28 23:24:32 +02:00 |
|
Sebastien Helleu
|
df0d408ce9
|
Add option "get" for command /buffer, add completions with buffer properties
|
2010-04-03 16:05:39 +02:00 |
|
Sebastien Helleu
|
56526db5cf
|
Fix infinite loop with /layout apply and bug when applying layout, sometimes many /layout apply were needed (bug #26110)
|
2010-03-29 16:30:23 +02:00 |
|
Sebastien Helleu
|
96e6ae3fc3
|
Add new options for command /key (listdefault, listdiff and reset), add examples in /help key
Note: old option "reset" for /key has been renamed to "resetall".
|
2010-03-24 19:54:31 +01:00 |
|
Sebastien Helleu
|
6f84e00ee7
|
Use buffer local variable "nick" for default item "input_prompt"
|
2010-03-21 10:00:47 +01:00 |
|
Sebastien Helleu
|
2801b8437c
|
Reformat multi-line comments
|
2010-03-19 23:33:14 +01:00 |
|
Sebastien Helleu
|
8109368f7c
|
Add option "switch_active_buffer_previous" for command /input (task #10141)
|
2010-02-02 16:35:44 +01:00 |
|
Sebastien Helleu
|
2133eb30ff
|
Update copyright dates
|
2010-01-03 19:31:55 +01:00 |
|
Sebastien Helleu
|
1f8532e668
|
Display buffer name in hotlist if buffers are merged with same number
|
2009-06-13 20:03:00 +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
|
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
|
e2497ff8bc
|
Fix typo: formated -> formatted
|
2009-05-17 16:00:35 +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
|
163c5d6dfb
|
Remove notify plugin (moved to core)
|
2009-04-24 16:26:13 +02:00 |
|
Sebastien Helleu
|
31e562467e
|
Add property in buffer to hide time for all lines
|
2009-03-15 01:30:49 +01:00 |
|
Sebastien Helleu
|
323290c83e
|
Fix crash when read marker is moved before first line displayed (when first line of buffer is removed)
|
2009-02-02 13:53:38 +01:00 |
|
Sebastien Helleu
|
88aa905ee3
|
Remove unused functions and prototypes
|
2009-01-04 01:05:33 +01:00 |
|
Sebastien Helleu
|
2115f3f675
|
Update copyright dates
|
2009-01-03 10:06:53 +01:00 |
|
Sebastien Helleu
|
3c51c0e7c4
|
Remove argument "switch_to_another" for function gui_buffer_close()
|
2008-11-27 17:05:59 +01:00 |
|
Sebastien Helleu
|
09bed16dbd
|
Save last read line (for marker) within /upgrade
|
2008-11-22 17:47:25 +01:00 |
|
Sebastien Helleu
|
8724fc18af
|
Use of const for some functions returning "char *"
|
2008-11-15 22:35:12 +01:00 |
|
Sebastien Helleu
|
da748fc653
|
Reintroduce option "irc.network.send_unknown_commands", save extra data for buffers with /upgrade (title, input data, text search)
|
2008-11-15 16:33:31 +01:00 |
|
Sebastien Helleu
|
e37f7fa2b2
|
Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias
|
2008-10-24 15:12:32 +02:00 |
|
Sebastien Helleu
|
a965be6802
|
Add function buffer_set_pointer in plugin API
|
2008-10-22 12:58:05 +02:00 |
|
Sebastien Helleu
|
a33e44c7e1
|
Add new property "short_name" for buffers
|
2008-10-20 11:01:51 +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
|
ac107802fd
|
Aspell plugin is born again
|
2008-10-18 16:03: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
|
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
|
12421a67da
|
Set unread marker for IRC server/channels/pv buffers when using /away command
|
2008-09-30 15:39:25 +02:00 |
|
Sebastien Helleu
|
ace2d20e33
|
Fix /upgrade when there is one buffer for all IRC servers
|
2008-09-24 19:39:17 +02:00 |
|
Sebastien Helleu
|
c572e393e7
|
Remove "category" for buffers (keep only name).
|
2008-09-18 18:44:03 +02:00 |
|
Sebastien Helleu
|
b76d7e4a5c
|
Reintroduce /upgrade command, working only with core and IRC plugin today
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
|
2008-08-19 23:22:52 +02:00 |
|
Sebastien Helleu
|
af87798455
|
New plugin "notify", new option for debug messages in plugins
|
2008-06-17 16:01:09 +02:00 |
|
Sebastien Helleu
|
3a53257032
|
Add "const" keyword for some "char *" function arguments (core and plugins API)
|
2008-06-03 10:56:51 +02:00 |
|
Sebastien Helleu
|
bd436db2bc
|
Reintroduce highlight (move code from irc plugin to core)
|
2008-06-01 22:09:12 +02:00 |
|
Sebastien Helleu
|
ede921cc4d
|
Remove old dcc code, unused now
|
2008-05-20 17:29:44 +02:00 |
|
Sebastien Helleu
|
e349ae491a
|
Added infolist "window", scroll in buffers with free content, fixed config hooks (use of string_match)
|
2008-04-17 17:59:27 +02:00 |
|