Sebastien Helleu
9cb6b4d158
Fix bug with data for callbacks in scripts after /upgrade
2009-05-02 18:40:48 +02:00
Sebastien Helleu
5f1c0c8254
Add data string argument in all callbacks of script API, display script name in error messages for scripts
2009-05-02 16:17:31 +02:00
Sebastien Helleu
a09fc84726
Fix typo in pl.po
2009-04-29 08:07:22 +02:00
Sebastien Helleu
38d569b102
Add versions 0.2.6.1 and 0.2.6.2 to current ChangeLog
2009-04-28 12:41:36 +02:00
Sebastien Helleu
58f6e729a3
Add polish translations (8% done)
2009-04-28 11:13:16 +02:00
Sebastien Helleu
0a8077f0d6
Remove time in weechat.log file when dumping data (crash or user is asking dump)
2009-04-26 09:43:06 +02:00
Sebastien Helleu
c3321b1406
Fix 0 byte alloc in command template
2009-04-26 09:22:06 +02:00
Sebastien Helleu
4c71cb5f2b
Remove old docs for notify plugin
2009-04-24 22:17:17 +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
5181c64486
Replace constants by enums for config file values
2009-04-24 21:01:38 +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
3464865a00
Fix typo: easyly -> easily
2009-04-24 17:10:32 +02:00
Sebastien Helleu
b80c2763c3
Remove notify plugin in debian files
2009-04-24 16:59:03 +02:00
Sebastien Helleu
63874f5188
Update ChangeLog
2009-04-24 16:47:19 +02:00
Sebastien Helleu
163c5d6dfb
Remove notify plugin (moved to core)
2009-04-24 16:26:13 +02:00
Sebastien Helleu
671087e26a
Add anti-flood for extra IRC commands like msg/notice/query/quote and some other
2009-04-24 11:45:31 +02:00
Sebastien Helleu
c5968389a6
Fix security bug in tcl plugin (bug #26265 , patch #6810 )
2009-04-24 10:55:49 +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
7bed0ec485
Update FAQ (add screen/utf-8 for charset problems)
2009-04-19 22:09:20 +02:00
Sebastien Helleu
cb86803ed3
Fix typo in doc
2009-04-18 16:50:19 +02:00
Sebastien Helleu
1a0c267e73
Fix bug with charset decoding in irc plugin (for example with iso2022jp)
2009-04-18 12:27:02 +02:00
Sebastien Helleu
5da42465a6
Add list of signals in developer guide
2009-04-17 23:00:11 +02:00
Sebastien Helleu
a7778594b1
Remove unused signal
2009-04-17 22:59:52 +02:00
Sebastien Helleu
1f4c75b3c1
Fix typo in doc
2009-04-17 11:29:40 +02:00
Sebastien Helleu
44003c2dae
Restore buffer callbacks for scripts after /upgrade
2009-04-16 14:25:44 +02:00
Sebastien Helleu
771be1a316
Add list of modifiers in developer guide
2009-04-16 12:06:27 +02:00
Sebastien Helleu
ec2b1e2895
Fix bug with modifier "irc_color_encode"
2009-04-16 12:05:56 +02:00
Sebastien Helleu
369d329f4f
Remove *.upgrade files in weechat dir after /upgrade
2009-04-15 23:46:22 +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
9679cd4fbf
Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()
2009-04-15 11:33:45 +02:00
Sebastien Helleu
433f5e86fa
Fix bug with upgrade and irc raw buffer, save irc raw messages during upgrade
2009-04-14 19:16:47 +02:00
Sebastien Helleu
0b6203ac6f
Fix crash when reloading perl plugin (bug #25464 )
2009-04-14 16:18:38 +02:00
Sebastien Helleu
28e5913ad2
Fix text search in buffer with some utf-8 chars (bug #25649 )
2009-04-14 14:12:28 +02:00
Sebastien Helleu
546d3afd01
Add missing API functions in doc (infolists and upgrade), move infos and infolists from user guide to developer guide
2009-04-14 00:03:18 +02:00
Sebastien Helleu
92b96dee1b
Fix completion for /key unbind
2009-04-11 23:45:11 +02:00
Sebastien Helleu
b1de9b49fd
Use case sensitive comparison for key codes (bug #26145 )
2009-04-11 23:36:54 +02:00
Sebastien Helleu
a3841b12e4
Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp
2009-04-11 23:34:32 +02:00
Sebastien Helleu
741ca8fb6a
Fix /me command (irc plugin): allow command without argument
2009-04-11 21:37:03 +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
3aeb24cf1d
Fix crash with IRC server switch (alt-s) when no server buffer is opened
2009-04-07 18:12:46 +02:00
Sebastien Helleu
564afdc75d
Fix another aspell bug: don't consider '-' as a word delimiter
2009-04-07 09:46:03 +02:00
Sebastien Helleu
8ec4187d7b
Fix aspell bug: don't consider apostrophe as a word delimiter
2009-04-07 09:41:48 +02:00
Sebastien Helleu
b27f57ecb3
Update ChangeLog
2009-04-06 12:26:27 +02:00
Sebastien Helleu
71fe8c9353
Fix creation of integer options, when created from a script plugin (if string_values is empty but not NULL)
2009-04-05 19:21:23 +02:00
Sebastien Helleu
78a9101114
Fix script installation
2009-04-05 17:29:57 +02:00
Sebastien Helleu
08a07c145a
Fix memory leak in script install
2009-04-05 17:20:59 +02:00
Sebastien Helleu
7f454586ea
Add signals in script plugins to install and remove scripts
2009-04-05 14:53:02 +02:00
Sebastien Helleu
9084984861
Fix memory leak when sending modifier "input_text_content"
2009-04-05 14:36:10 +02:00