mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 07:05:42 +02:00
aspell: fix URL detection (do not check spelling of URLs) (bug #34040)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.7-dev, 2012-01-23
|
||||
v0.3.7-dev, 2012-01-24
|
||||
|
||||
|
||||
Version 0.3.7 (under dev!)
|
||||
@@ -48,6 +48,7 @@ Version 0.3.7 (under dev!)
|
||||
hook_process_hashtable, hdata_check_pointer, hdata_char, hdata_hashtable and
|
||||
nicklist_get_next_item
|
||||
* alias: add default alias umode => /mode $nick
|
||||
* aspell: fix URL detection (do not check spelling of URLs) (bug #34040)
|
||||
* irc: add options irc.look.highlight_{server|channel|pv} to customize or
|
||||
disable default nick highlight (task #11128)
|
||||
* irc: use low priority for MODE sent automatically by WeeChat (when joining
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -34,9 +34,6 @@ struct t_aspell_code
|
||||
|
||||
extern struct t_weechat_plugin *weechat_aspell_plugin;
|
||||
|
||||
extern struct t_aspell_code langs_avail[];
|
||||
extern struct t_aspell_code countries_avail[];
|
||||
|
||||
extern void weechat_aspell_create_spellers (struct t_gui_buffer *buffer);
|
||||
|
||||
#endif /* __WEECHAT_ASPELL_H */
|
||||
|
||||
Reference in New Issue
Block a user