diff --git a/CHANGELOG.md b/CHANGELOG.md index 784e16d6e..192134078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1479,7 +1479,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ ### Bug fixes -- core: don't execute command scheduled by `/repeat` and `/wait` if the buffer does not exist any more +- core: don't execute command scheduled by `/repeat` and `/wait` if the buffer does not exist anymore - core: set max length to 4096 for `/secure passphrase` ([#1323](https://github.com/weechat/weechat/issues/1323)) - core: refilter only affected buffers on filter change ([#1309](https://github.com/weechat/weechat/issues/1309), [#1311](https://github.com/weechat/weechat/issues/1311)) - fset: fix slow refresh of fset buffer during `/reload` ([#1313](https://github.com/weechat/weechat/issues/1313)) @@ -1985,7 +1985,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - core: fix execution of empty command name ("/" and "/ " are not valid commands) - core: fix memory leak when using multiple `-d` or `-r` in command line arguments -- core: don't complain any more about "tmux" and "tmux-256color" $TERM values when WeeChat is running under Tmux ([#519](https://github.com/weechat/weechat/issues/519)) +- core: don't complain anymore about "tmux" and "tmux-256color" $TERM values when WeeChat is running under Tmux ([#519](https://github.com/weechat/weechat/issues/519)) - core: fix truncated messages after a word with a length of zero on screen (for example a zero width space: U+200B) ([bug #40985](https://savannah.nongnu.org/bugs/?40985), [#502](https://github.com/weechat/weechat/issues/502)) - api: fix handle of invalid escape in function string_convert_escaped_chars - alias: do not allow slashes and spaces in alias name ([#646](https://github.com/weechat/weechat/issues/646)) @@ -3012,7 +3012,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - core: add library "pthread" in CMake file for link on OpenBSD - core: add WEECHAT_HOME option in CMake and configure to setup default WeeChat home (default is "~/.weechat") ([task #11266](https://savannah.nongnu.org/task/?11266)) -- core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) ([bug #34727](https://savannah.nongnu.org/bugs/?34727)) +- core: fix compilation under OpenBSD 5.0 (lib utf8 not needed anymore) ([bug #34727](https://savannah.nongnu.org/bugs/?34727)) - core: fix compilation error with "pid_t" on macOS ([bug #34639](https://savannah.nongnu.org/bugs/?34639)) ## Version 0.3.6 (2011-10-22) @@ -3231,7 +3231,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - core: fix bug with message "day changed to", sometimes displayed several times wrongly - core: fix default value of bar items options ([bug #31422](https://savannah.nongnu.org/bugs/?31422)) - core: fix bug with buffer name in `/bar scroll` command -- core: optimize incremental search in buffer: do not search any more when chars are added to a text not found ([bug #31167](https://savannah.nongnu.org/bugs/?31167)) +- core: optimize incremental search in buffer: do not search anymore when chars are added to a text not found ([bug #31167](https://savannah.nongnu.org/bugs/?31167)) - core: fix memory leaks when removing item in hashtable and when setting highlight words in buffer - core: use similar behavior for keys bound to local or global history ([bug #30759](https://savannah.nongnu.org/bugs/?30759)) - alias: complete with alias value for second argument of command `/alias` @@ -3553,7 +3553,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - fix bug with flock when home is on NFS filesystem ([bug #20913](https://savannah.nongnu.org/bugs/?20913)) - fix user modes in nicklist when ban and nick mode are received in the same MODE message ([bug #20870](https://savannah.nongnu.org/bugs/?20870)) - fix IRC message 333: silently ignore message if error when parsing it -- fix server option "command_delay": does not freeze WeeChat any more +- fix server option "command_delay": does not freeze WeeChat anymore - fix bug with highlight and UTF-8 chars around word ([bug #20753](https://savannah.nongnu.org/bugs/?20753)) - fix nick prefix display on servers that doesn't support all prefixes ([bug #20025](https://savannah.nongnu.org/bugs/?20025)) - fix terminal encoding detection when NLS is disabled ([bug #20646](https://savannah.nongnu.org/bugs/?20646)) @@ -3808,7 +3808,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - add hostname/IP option for connection to server - add `/setp` command (set plugin options) - aliases are executed before WeeChat/IRC commands, add `/builtin` command -- add `/cycle` command, `/part` command does close buffer any more +- add `/cycle` command, `/part` command does close buffer anymore ### Internationalization @@ -3886,7 +3886,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - fix `/mode` command output - fix completion problem in private with nicks - script plugins now load scripts in WeeChat system share directory -- `/msg` command does not open any buffer any more +- `/msg` command does not open any buffer anymore - fix crash when using global history (when older entry is removed) - fix display bug with `/kill` command - fix bug with `/upgrade` and servers buffer diff --git a/UPGRADING.md b/UPGRADING.md index c10a928bd..7c5df54c7 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -281,7 +281,7 @@ and can cause a crash of WeeChat). The functions [config_set_plugin](https://weechat.org/doc/weechat/plugin/#_config_set_plugin) and [config_set_desc_plugin](https://weechat.org/doc/weechat/plugin/#_config_set_desc_plugin) -are not converting any more the option name to lower case because since version 4.0.0, +are not converting anymore the option name to lower case because since version 4.0.0, the name of options is case sensitive. ### Grab raw key and command @@ -343,7 +343,7 @@ automatically upgraded to a new version: files in any older WeeChat version < 4.0.0 once you have run any version ≥ 4.0.0 at least one time.\ For example the new key names make the input completely broken (you can not -enter most chars in input any more and Enter key does not work). +enter most chars in input anymore and Enter key does not work). ### Key bindings improvements @@ -368,7 +368,7 @@ for more information. Aliases are now used for keys, like `f1`, `home`, `return`, etc.\ In addition, a comma is now required between different keys, for example `ctrl-cb` -is not valid any more and must be replaced by `ctrl-c,b`. +is not valid anymore and must be replaced by `ctrl-c,b`. The keys in weechat.conf are automatically converted from legacy format on first run or upgrade with a legacy configuration file. @@ -381,7 +381,7 @@ The following fixes are done on keys when they are defined: - transform upper case ctrl keys to lower case - replace space char by `space` -- replace `meta2-` by `meta-[` (modifier `meta2-` doesn't exist any more) +- replace `meta2-` by `meta-[` (modifier `meta2-` doesn't exist anymore) - mouse modifiers are now in this order: `alt-` then `ctrl-`. A warning is displayed when a raw key or invalid key is added.\ @@ -542,7 +542,7 @@ WeeChat must now be built with CMake. The auto-generated files for documentation are now built with `weechat-headless`, after compilation of WeeChat and the plugins (the files are not in repository -any more).\ +anymore).\ This implies all plugins must be compiled and loaded in order to have complete docs (User's guide and Plugin API reference). @@ -561,7 +561,7 @@ cmake .. -DENABLE_PHP=OFF -DENABLE_DOC=ON -DENABLE_DOC_INCOMPLETE=ON #### Tarballs The command `make dist` now builds only `.gz` and `.xz` compressed tarballs.\ -Formats `.bz2` and `.zst` are not built any more. +Formats `.bz2` and `.zst` are not built anymore. #### RPM packaging @@ -693,7 +693,7 @@ _WeeChat User's guide_. ### Remove Python 2 support The CMake option `ENABLE_PYTHON2` and autotools option `--enable-python2` -have been removed, and WeeChat can not be compiled with Python 2.x any more. +have been removed, and WeeChat can not be compiled with Python 2.x anymore. ### Callbacks of function config_new_option @@ -1322,9 +1322,9 @@ Motivations: - GnuTLS library should be available everywhere - reduce complexity of code and tests of builds. -### The trigger "cmd_pass" does not hide any more values of /set command +### The trigger "cmd_pass" does not hide anymore values of /set command -The default trigger "cmd_pass" does not hide any more values of options in `/set` +The default trigger "cmd_pass" does not hide anymore values of options in `/set` command which contain "password" in the name. The reason is that it was masking values of options that contains the word @@ -1428,7 +1428,7 @@ The command line option `-a` (or `--no-connect`), which can also be used in the `/plugin` command, is now used to set a new info called `auto_connect` (see the function [info_get](https://weechat.org/doc/weechat/plugin/#_info_get) in the Plugin API reference). -Therefore, the option is not sent any more to the function `weechat_plugin_init` +Therefore, the option is not sent anymore to the function `weechat_plugin_init` of plugins.\ The plugins using this option must now get the info `auto_connect` and check if the value is "1" (a string with just `1`). @@ -1505,7 +1505,7 @@ For more information, see the WeeChat scripting guide: chapter about strings received in callbacks (see also issue [#1389](https://github.com/weechat/weechat/issues/1389)). Note: there are no changes for Python 2 (which is now deprecated and should not -be used any more), the strings sent to callbacks are always of type `str`, and +be used anymore), the strings sent to callbacks are always of type `str`, and may contain invalid UTF-8 data, in the cases mentioned in the WeeChat scripting guide. @@ -1645,7 +1645,7 @@ This affects only C code, no changes are required in scripts. ### Nick completer -A space is not added automatically any more when you complete a nick at the +A space is not added automatically anymore when you complete a nick at the beginning of command line.\ Purpose of this change is to be more flexible: you can choose whether the space is added or not (it was always added in previous releases). @@ -1856,7 +1856,7 @@ sudo apt-get install weechat-devel-python weechat-devel-perl ### Evaluation in buflist -The evaluation of expressions in buflist options is not recursive any more, +The evaluation of expressions in buflist options is not recursive anymore, to prevent too many evaluations, for example in buffer variables (see issue [#1060](https://github.com/weechat/weechat/issues/1060) for more information).\ If you are using custom variables/options containing evaluated expressions, @@ -2190,7 +2190,7 @@ You can restore the default "beep" trigger with the following command: The API function [command](https://weechat.org/doc/weechat/plugin/#_command) now sends the value returned return by command callback. -WeeChat does not display any more an error when a command returns +WeeChat does not display anymore an error when a command returns `WEECHAT_RC_ERROR`. Consequently, all plugins/scripts should display an explicit error message before returning `WEECHAT_RC_ERROR`. @@ -2254,7 +2254,7 @@ instead of milliseconds: ### Channel type not added by default on /join -The channel type is not any more automatically added to a channel name on join +The channel type is not anymore automatically added to a channel name on join (for example `/join weechat` will not send `/join #weechat`). If you are lazy and want to automatically add the channel type, you can turn on @@ -2287,7 +2287,7 @@ You can rebind the key `Alt`+`j`, `Alt`+`l` (`L`): ``` Note: the command `/input jump_last_buffer` still works for compatibility reasons, -but it should not be used any more. +but it should not be used anymore. Similarly, a new key has been added to jump to first buffer: `Alt`+`j`, `Alt`+`f`. You can add it with the following command: @@ -2355,8 +2355,8 @@ if int(highlight): ### Colors in messages The color code for "reverse video" in IRC message has been fixed: now WeeChat -uses 0x16 like other clients (and not 0x12 any more).\ -The code 0x12 is not decoded any more, so if it is received (for example from +uses 0x16 like other clients (and not 0x12 anymore).\ +The code 0x12 is not decoded anymore, so if it is received (for example from an old WeeChat version), it is not displayed as reverse video. The color code for "underlined text" in input line has been fixed: now WeeChat @@ -2407,7 +2407,7 @@ The default value for status bar items becomes: ### IRC messages on channel join -The names are not displayed any more by default on channel join (they are in +The names are not displayed anymore by default on channel join (they are in nicklist anyway). Names can be displayed with the value "353" in option @@ -2435,7 +2435,7 @@ You should check the value of both options and fix them if needed. ### Day change message The day change message is now dynamically displayed, and therefore is not stored -as a line in buffer any more. +as a line in buffer anymore. Option weechat.look.day_change_time_format has been split into two options weechat.look.day_change_message_{1date|2dates} (color codes are allowed in @@ -2525,7 +2525,7 @@ creating this link on make install). ### Man page / documentation -Documentation is not built by default any more, you have to use option +Documentation is not built by default anymore, you have to use option `-DENABLE_DOC=ON` in cmake command to enable it. The man page is now built with asciidoc and translated in several @@ -2553,7 +2553,7 @@ For more info about content of message, see document _WeeChat Relay Protocol_. ### Dynamic nick prefix/suffix The nick prefix/suffix (for example: "<" and ">") are now dynamic and used on -display (not stored any more in the line). +display (not stored anymore in the line). Options moved from irc plugin (irc.conf) to core (weechat.conf): @@ -2602,7 +2602,7 @@ FlashCo+ │ test # 8, off After `/upgrade`, if you set new options to non-empty strings, and if old options were set to non-empty strings too, you will see double prefix/suffix on old messages, this is normal behavior (lines displayed before `/upgrade` -have prefix/suffix saved in prefix, but new lines don't have them any more). +have prefix/suffix saved in prefix, but new lines don't have them anymore). New options in logger plugin (logger.conf): @@ -2812,7 +2812,7 @@ Cygwin). ### Extended regex Extended regex is used in filters and irc ignore, so some chars that needed -escape in past do not need any more (for example `[0-9]\+` becomes `[0-9]+`), +escape in past do not need anymore (for example `[0-9]\+` becomes `[0-9]+`), filters and ignore have to be manually fixed. Option weechat.look.highlight_regex becomes case insensitive by default, to @@ -2829,7 +2829,7 @@ If you changed the value of this option, you must set it again after upgrade. ### Bold in colors -Bold is not used any more for basic colors (used only if terminal has less than +Bold is not used anymore for basic colors (used only if terminal has less than 16 colors), a new option has been added to force bold if needed: weechat.look.color_basic_force_bold. @@ -2838,7 +2838,7 @@ weechat.look.color_basic_force_bold. ### Colors If you have some colors defined in section "palette" with version 0.3.4, you -should remove all colors defined, and add new aliases (it's not needed any more +should remove all colors defined, and add new aliases (it's not needed anymore to add colors before using them). Colors for nick prefixes (char for op, voice, ..) are defined in a single diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 49a347c7c..456aab07b 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -1048,16 +1048,16 @@ _src/gui/gui-color.h_): | 14 | weechat.color.chat_nick | 15 | weechat.color.chat_nick_self | 16 | weechat.color.chat_nick_other -| 17 | _(not used any more since WeeChat 0.3.4)_ -| 18 | _(not used any more since WeeChat 0.3.4)_ -| 19 | _(not used any more since WeeChat 0.3.4)_ -| 20 | _(not used any more since WeeChat 0.3.4)_ -| 21 | _(not used any more since WeeChat 0.3.4)_ -| 22 | _(not used any more since WeeChat 0.3.4)_ -| 23 | _(not used any more since WeeChat 0.3.4)_ -| 24 | _(not used any more since WeeChat 0.3.4)_ -| 25 | _(not used any more since WeeChat 0.3.4)_ -| 26 | _(not used any more since WeeChat 0.3.4)_ +| 17 | _(not used anymore since WeeChat 0.3.4)_ +| 18 | _(not used anymore since WeeChat 0.3.4)_ +| 19 | _(not used anymore since WeeChat 0.3.4)_ +| 20 | _(not used anymore since WeeChat 0.3.4)_ +| 21 | _(not used anymore since WeeChat 0.3.4)_ +| 22 | _(not used anymore since WeeChat 0.3.4)_ +| 23 | _(not used anymore since WeeChat 0.3.4)_ +| 24 | _(not used anymore since WeeChat 0.3.4)_ +| 25 | _(not used anymore since WeeChat 0.3.4)_ +| 26 | _(not used anymore since WeeChat 0.3.4)_ | 27 | weechat.color.chat_host | 28 | weechat.color.chat_delimiters | 29 | weechat.color.chat_highlight diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 0b825cd79..cdf95fe69 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10475,7 +10475,7 @@ Arguments: * _flag_read_: 1 = catch read event, 0 = ignore * _flag_write_: 1 = catch write event, 0 = ignore * _flag_exception_: 1 = catch exception event, 0 = ignore - (_WeeChat ≥ 1.3_: this argument is ignored and not used any more) + (_WeeChat ≥ 1.3_: this argument is ignored and not used anymore) * _callback_: function called a selected event occurs for file (or socket), arguments and return value: ** _const void *pointer_: pointer @@ -10539,7 +10539,7 @@ _Updated in 1.5._ Hook a process (launched with fork), and catch output. [NOTE] -Since version 0.3.9.2, the shell is not used any more to execute the command. +Since version 0.3.9.2, the shell is not used anymore to execute the command. WeeChat makes an automatic split of the command and its arguments (like the shell does). + If the split is not correct (according to quotes in your command), or if you @@ -12192,7 +12192,7 @@ List of signals sent by WeeChat and plugins: | String: text sent to buffer. | Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q" - can not be used any more to close the buffer. + can not be used anymore to close the buffer. | weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8 | - diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index f4ae17a4e..94ce12909 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4972,7 +4972,7 @@ A trigger has the following options (names are | enabled | `on`, `off` | When option is `off`, the trigger is disabled and actions are not executed - any more. + anymore. | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index c6932bd04..b644bffea 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -10866,7 +10866,7 @@ Argomenti: * _flag_write_: 1 = cattura l'evento scrittura (write), 0 = ignora // TRANSLATION MISSING * _flag_exception_: 1 = cattura l'eccezione evento (event), 0 = ignora - (_WeeChat ≥ 1.3_: this argument is ignored and not used any more) + (_WeeChat ≥ 1.3_: this argument is ignored and not used anymore) * _callback_: funzione che chiama un evento selezionato che si verifica per un file (o un socket), argomenti e valore restituito: ** _const void *pointer_: puntatore @@ -10934,7 +10934,7 @@ Hook su un processo (lanciato con un fork), e cattura l'output. [NOTE] // TRANSLATION MISSING -Since version 0.3.9.2, the shell is not used any more to execute the command. +Since version 0.3.9.2, the shell is not used anymore to execute the command. WeeChat makes an automatic split of command and arguments (like the shell does). If the split is not correct (according to quotes in your command), or if you want to use shell, you can use function @@ -12705,7 +12705,7 @@ List of signals sent by WeeChat and plugins: | String: text sent to buffer. | Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q" - can not be used any more to close the buffer. + can not be used anymore to close the buffer. // TRANSLATION MISSING | weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8 diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index f3a68a847..9bbe30a83 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -5385,7 +5385,7 @@ A trigger has the following options (names are | enabled | `on`, `off` | When option is `off`, the trigger is disabled and actions are not executed - any more. + anymore. | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 50c7fe39a..2e962195e 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -12366,7 +12366,7 @@ WeeChat とプラグインが送信するシグナルのリスト: | String: text sent to buffer. | Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q" - can not be used any more to close the buffer. + can not be used anymore to close the buffer. // TRANSLATION MISSING | weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8 diff --git a/src/core/core-command.c b/src/core/core-command.c index 7808bd5ee..1de64571e 100644 --- a/src/core/core-command.c +++ b/src/core/core-command.c @@ -9269,7 +9269,7 @@ command_init () N_("> ${repeat_last}: \"1\" for the last execution, \"0\" for the others"), "", N_("Note: the command is executed on buffer where /repeat was executed " - "(if the buffer does not exist any more, the command is not " + "(if the buffer does not exist anymore, the command is not " "executed)."), "", N_("Examples:"), @@ -9593,7 +9593,7 @@ command_init () "does not start with \"/\")"), "", N_("Note: the command is executed on buffer where /wait was executed " - "(if the buffer does not exist any more, the command is not " + "(if the buffer does not exist anymore, the command is not " "executed)."), "", N_("Examples:"), diff --git a/src/core/core-config-file.c b/src/core/core-config-file.c index a5de9e92a..6c93f6d18 100644 --- a/src/core/core-config-file.c +++ b/src/core/core-config-file.c @@ -3522,7 +3522,7 @@ config_file_update_data_read (struct t_config_file *config_file, gui_chat_printf ( NULL, _("%sImportant: file %s has been updated from version %d to %d, " - "it is not compatible and can not be loaded any more with any " + "it is not compatible and can not be loaded anymore with any " "older version"), gui_chat_prefix[GUI_CHAT_PREFIX_ERROR], filename, diff --git a/src/core/core-config.c b/src/core/core-config.c index 4c6ff6815..d03d7cd8f 100644 --- a/src/core/core-config.c +++ b/src/core/core-config.c @@ -4571,7 +4571,7 @@ config_weechat_init_options () config_color_chat_nick_offline = config_file_new_option ( weechat_config_file, weechat_config_section_color, "chat_nick_offline", "color", - N_("text color for offline nick (not in nicklist any more); this " + N_("text color for offline nick (not in nicklist anymore); this " "color is used only if option weechat.look.color_nick_offline is " "enabled"), NULL, GUI_COLOR_CHAT_NICK_OFFLINE, 0, "242", NULL, 0, diff --git a/src/core/core-dir.c b/src/core/core-dir.c index 353f85579..b2a583d17 100644 --- a/src/core/core-dir.c +++ b/src/core/core-dir.c @@ -358,7 +358,7 @@ dir_set_home_path (char *path) { /* * value of 4 is not mentioned in the message because it's kept only - * for compatibility with old releases, it should not be used any more + * for compatibility with old releases, it should not be used anymore */ string_fprintf (stderr, _("Error: wrong number of paths for home directories " diff --git a/src/core/core-input.c b/src/core/core-input.c index 22696f75d..b582e40fe 100644 --- a/src/core/core-input.c +++ b/src/core/core-input.c @@ -280,7 +280,7 @@ input_data (struct t_gui_buffer *buffer, const char *data, while (ptr_data) { /* - * if the buffer pointer is not valid any more (or if it's another + * if the buffer pointer is not valid anymore (or if it's another * buffer), use the current buffer for the next command */ if (!first_command diff --git a/src/core/core-string.c b/src/core/core-string.c index 9fdf96f05..c242b9d6b 100644 --- a/src/core/core-string.c +++ b/src/core/core-string.c @@ -1183,7 +1183,7 @@ string_eval_path_home (const char *path, /* * replace "%h" by WeeChat home - * (deprecated: "%h" should not be used any more with WeeChat ≥ 3.2) + * (deprecated: "%h" should not be used anymore with WeeChat ≥ 3.2) */ if (strncmp (path, "%h", 2) == 0) { diff --git a/src/core/hook/hook-url.c b/src/core/hook/hook-url.c index 6ff55c007..4df544221 100644 --- a/src/core/hook/hook-url.c +++ b/src/core/hook/hook-url.c @@ -105,7 +105,7 @@ hook_url_run_callback (struct t_hook *hook) } /* - * Thread cleanup function: mark thread as not running any more. + * Thread cleanup function: mark thread as not running anymore. */ void diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c index 570b4cafc..c359e54d0 100644 --- a/src/gui/curses/gui-curses-window.c +++ b/src/gui/curses/gui-curses-window.c @@ -828,7 +828,7 @@ gui_window_string_apply_color_fg_bg (unsigned char **string, WINDOW *window) } } /* - * note: the comma is an old separator not used any more + * note: the comma is an old separator not used anymore * (since WeeChat 2.6), but we still use it here so in case of /upgrade * this will not break colors in old messages */ diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index eb8d0073c..b7ac8639b 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -4578,7 +4578,7 @@ gui_buffer_unmerge (struct t_gui_buffer *buffer, int number) if (num_merged == 2) { - /* only one buffer will remain, so it will not be merged any more */ + /* only one buffer will remain, so it will not be merged anymore */ gui_line_mixed_free_all (buffer); gui_line_lines_free (buffer->mixed_lines); for (ptr_buffer = gui_buffers; ptr_buffer; diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index e55a0a86d..2702ae715 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -60,16 +60,16 @@ enum t_gui_color_enum * following obsolete colors are kept here for compatibility * with WeeChat <= 0.3.3 */ - GUI_COLOR_CHAT_NICK1_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK2_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK3_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK4_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK5_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK6_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK7_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK8_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK9_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ - GUI_COLOR_CHAT_NICK10_OBSOLETE, /* not used any more since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK1_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK2_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK3_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK4_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK5_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK6_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK7_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK8_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK9_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ + GUI_COLOR_CHAT_NICK10_OBSOLETE, /* not used anymore since WeeChat 0.3.4 */ GUI_COLOR_CHAT_HOST, GUI_COLOR_CHAT_DELIMITERS, GUI_COLOR_CHAT_HIGHLIGHT, diff --git a/src/gui/gui-key.c b/src/gui/gui-key.c index d83ab4600..d7823c45a 100644 --- a/src/gui/gui-key.c +++ b/src/gui/gui-key.c @@ -304,7 +304,7 @@ gui_key_grab_end_timer_cb (const void *pointer, void *data, int remaining_calls) * Gets internal code from user key name. * * Note: this function works with legacy keys (WeeChat < 4.0.0) and should not - * be used any more. + * be used anymore. * * Examples: * "ctrl-R" => "\x01" + "r" (lower case enforced for ctrl keys) diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c index d64e7b491..ef43a7f94 100644 --- a/src/gui/gui-line.c +++ b/src/gui/gui-line.c @@ -1111,7 +1111,7 @@ end: } /* - * Checks if nick of line is offline (not in nicklist any more). + * Checks if nick of line is offline (not in nicklist anymore). * * Returns: * 1: nick is offline diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index 8921b2022..31994d1cf 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -494,7 +494,7 @@ buflist_config_init () N_("add newline between the buffers displayed, so each buffer is " "displayed on a separate line (recommended); if disabled, " "newlines must be manually added in the formats with \"${\\n}\", " - "and the mouse actions are not possible any more"), + "and the mouse actions are not possible anymore"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, &buflist_config_change_buflist, NULL, NULL, @@ -530,7 +530,7 @@ buflist_config_init () "enabled", "boolean", N_("enable buflist; it is recommended to use this option instead of " "just hiding the bar because it also removes some internal hooks " - "that are not needed any more when the bar is hidden; you can " + "that are not needed anymore when the bar is hidden; you can " "also use the command \"/buflist toggle\" or use the default key " "alt+shift+b"), NULL, 0, 0, "on", NULL, 0, diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c index c72228a7e..e7f008559 100644 --- a/src/plugins/exec/exec-command.c +++ b/src/plugins/exec/exec-command.c @@ -138,7 +138,7 @@ exec_command_list () /* * Searches a running command by id, and displays an error if command is not - * found or not running any more. + * found or not running anymore. * * Returns the command found, or NULL if not found or not running. */ diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c index cc0d86aea..73e6e874e 100644 --- a/src/plugins/guile/weechat-guile.c +++ b/src/plugins/guile/weechat-guile.c @@ -1286,7 +1286,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) /* * prevent guile to use its own gmp allocator, because it can conflict * with other plugins using GnuTLS like relay, which can crash WeeChat - * on unload (or exit); this is not needed any more with Guile ≥ 3.0.8 + * on unload (or exit); this is not needed anymore with Guile ≥ 3.0.8 */ scm_install_gmp_memory_functions = 0; #endif /* defined(HAVE_GUILE_GMP_MEMORY_FUNCTIONS) && (SCM_MAJOR_VERSION < 3 || (SCM_MAJOR_VERSION == 3 && SCM_MINOR_VERSION == 0 && SCM_MICRO_VERSION < 8)) */ diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 22aca7004..80cff510f 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -6095,7 +6095,7 @@ IRC_COMMAND_CALLBACK(server) weechat_printf ( NULL, - _("%s: server %s%s%s is not temporary any more"), + _("%s: server %s%s%s is not temporary anymore"), IRC_PLUGIN_NAME, IRC_COLOR_CHAT_SERVER, argv[2], diff --git a/src/plugins/irc/irc-upgrade.c b/src/plugins/irc/irc-upgrade.c index 03240ad03..dd3251e73 100644 --- a/src/plugins/irc/irc-upgrade.c +++ b/src/plugins/irc/irc-upgrade.c @@ -489,7 +489,7 @@ irc_upgrade_read_cb (const void *pointer, void *data, if (str) irc_upgrade_current_server->isupport = strdup (str); /* - * "prefix" is not any more in this infolist (since + * "prefix" is not anymore in this infolist (since * WeeChat 0.3.4), but we read it to keep compatibility * with old WeeChat versions, on /upgrade) */ @@ -806,7 +806,7 @@ irc_upgrade_read_cb (const void *pointer, void *data, if (ptr_nick) { /* - * "flags" is not any more in this infolist (since + * "flags" is not anymore in this infolist (since * WeeChat 0.3.4), but we read it to keep compatibility * with old WeeChat versions, on /upgrade) * We try to restore prefixes with old flags, but diff --git a/src/plugins/script/script-action.c b/src/plugins/script/script-action.c index b7d7d290f..446c6e410 100644 --- a/src/plugins/script/script-action.c +++ b/src/plugins/script/script-action.c @@ -843,7 +843,7 @@ script_action_run_hold (const char *name, int quiet) { weechat_printf (NULL, _("%s: script \"%s\" is not " - "held any more"), + "held anymore"), SCRIPT_PLUGIN_NAME, name); } } diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c index ff570d34a..0291d39b3 100644 --- a/src/plugins/script/script-command.c +++ b/src/plugins/script/script-command.c @@ -359,7 +359,7 @@ script_command_init () N_("raw[installremove]: install or remove script(s), depending on current " "state"), N_("raw[hold]: hold/unhold script(s) (a script held will not be " - "upgraded any more and cannot be removed)"), + "upgraded anymore and cannot be removed)"), N_("raw[-q]: quiet mode: do not display messages"), N_("raw[upgrade]: upgrade all installed scripts which are obsolete " "(new version available)"), diff --git a/src/plugins/spell/spell-speller.c b/src/plugins/spell/spell-speller.c index b00d8208d..a69c1a2f7 100644 --- a/src/plugins/spell/spell-speller.c +++ b/src/plugins/spell/spell-speller.c @@ -265,7 +265,7 @@ spell_speller_remove_unused_cb (void *data, used_spellers = (struct t_hashtable *)data; - /* if speller is not in "used_spellers", remove it (not used any more) */ + /* if speller is not in "used_spellers", remove it (not used anymore) */ if (!weechat_hashtable_has_key (used_spellers, key)) weechat_hashtable_remove (hashtable, key); } diff --git a/src/plugins/trigger/trigger-config.c b/src/plugins/trigger/trigger-config.c index c9f2fff3d..7d2313bad 100644 --- a/src/plugins/trigger/trigger-config.c +++ b/src/plugins/trigger/trigger-config.c @@ -366,7 +366,7 @@ trigger_config_create_trigger_option (const char *trigger_name, int index_option trigger_config_file, trigger_config_section_trigger, option_name, "boolean", N_("if disabled, the hooks are removed from trigger, so it is " - "not called any more"), + "not called anymore"), NULL, 0, 0, value, NULL, 0, NULL, NULL, NULL, &trigger_config_change_trigger_enabled, NULL, NULL,