summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-01-10 19:20:07 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-01-10 19:20:07 +0100
commitd5a5af88ca3595bb3e4f1f4745edb424b5a6f0d3 (patch)
tree2c118e2daf32fe2b425aea7ab7cfe9ac34b48161
parent87df83a1fb1dcea340b7bdfafe18a54edb327590 (diff)
downloadweechat-d5a5af88ca3595bb3e4f1f4745edb424b5a6f0d3.zip
core: replace "behaviour" by "behavior"
-rw-r--r--ChangeLog8
-rw-r--r--NEWS6
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
3 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 9481e97f7..8567ec8a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -172,7 +172,7 @@ Version 0.3.9 (2012-09-29)
* core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by
script plugins), display subplugin in /help on commands (task #12049)
* core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial
- buffer after reaching end of hotlist, on by default, which is old behaviour)
+ buffer after reaching end of hotlist, on by default, which is old behavior)
* core: add default key alt+"s" (toggle aspell)
* core: add cmake option "MANDIR" (bug #36776)
* core: add callback "nickcmp" in buffers
@@ -365,7 +365,7 @@ Version 0.3.7 (2012-02-26)
gnome-terminal
* core: add option "hooks" for command /debug
* core: add option "weechat.look.scroll_bottom_after_switch" (if enabled,
- restore old behaviour before fix of bug #25555 in version 0.3.5)
+ restore old behavior before fix of bug #25555 in version 0.3.5)
* core: apply filters after full reload of configuration files (with /reload)
(bug #31182)
* core: allow list for option weechat.plugin.extension (makes weechat.conf
@@ -708,7 +708,7 @@ Version 0.3.4 (2011-01-16)
when chars are added to a text not found (bug #31167)
* core: fix memory leaks when removing item in hashtable and when setting
highlight words in buffer
-* core: use similar behaviour for keys bound to local or global history
+* core: use similar behavior for keys bound to local or global history
(bug #30759)
* api: add priority for hooks (task #10550)
* api: add new functions: list_search_pos, list_casesearch_pos,
@@ -1420,7 +1420,7 @@ Version 0.1.8 (2006-03-18)
* add new plugins functions: add_timer_handler, remove_timer_handler,
remove_infobar
* plugin messages handlers now called when message is ignored (by /ignore)
-* new behaviour for messages ignored by a message handler: now WeeChat
+* new behavior for messages ignored by a message handler: now WeeChat
executes standard handler, treating message as "ignored"
* many commands allowed for aliases
* many commands allowed when connecting to server
diff --git a/NEWS b/NEWS
index 40507a7dd..d48ff5879 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
WeeChat Release Notes
=====================
Sébastien Helleu <flashcode@flashtux.org>
-v0.4.0-rc2, 2013-01-05
+v0.4.0-rc2, 2013-01-10
Version 0.4.0 (under dev!)
@@ -132,11 +132,11 @@ Important release notes:
'irc.color.nick_prefix_op', 'irc.color.nick_prefix_halfop',
'irc.color.nick_prefix_voice', 'irc.color.nick_prefix_user'
* count of messages have been added to hotlist by default, if you want to come
- back to old behaviour, do that:
+ back to old behavior, do that:
** `/set weechat.look.hotlist_count_max 0`
** `/set weechat.look.hotlist_buffer_separator ","`
* when you are away, all buffers are now added to hotlist by default (even if
- they are displayed in a window), if you want to come back to old behaviour, do
+ they are displayed in a window), if you want to come back to old behavior, do
that:
** `/set weechat.look.hotlist_add_buffer_if_away off`
* new keys were added, use command `/key missing` to add them or `/key listdiff`
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 7b66a12b7..b229fd072 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -10169,7 +10169,7 @@ Arguments:
set cursor position in buffer input
| input_get_unknown_commands | "0" or "1" |
- "0" to disable unknown commands on this buffer (default behaviour), "1" to
+ "0" to disable unknown commands on this buffer (default behavior), "1" to
get unknown commands, for example if user type "/unknowncmd", buffer will
receive it (no error about unknown command)