Sébastien Helleu
|
b13ed3b816
|
core: add version 4.0.1 in ChangeLog and release notes
|
2023-07-01 09:12:51 +02:00 |
|
Sébastien Helleu
|
fc41ad336d
|
api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin
|
2023-06-27 12:58:34 +02:00 |
|
Sébastien Helleu
|
bc4294e297
|
core: fix level of section title in release notes
|
2023-06-26 21:22:28 +02:00 |
|
Sébastien Helleu
|
5e0ca4740b
|
core: display actual key name and command with key Alt+k
Key Alt+K (upper K) is removed as well as commands `/input grab_raw_key` and
`/input grab_raw_key_command`.
|
2023-06-26 21:21:12 +02:00 |
|
Sébastien Helleu
|
9d0d8231e8
|
core: add option weechat.color.status_name_insecure in ChangeLog and release notes
|
2023-06-25 15:17:16 +02:00 |
|
Sébastien Helleu
|
1c449f3c2e
|
Version 4.0.0
|
2023-06-24 22:00:30 +02:00 |
|
Sébastien Helleu
|
2eacbe6153
|
core: add new IRC capabilities in release notes
|
2023-06-07 18:23:42 +02:00 |
|
Sébastien Helleu
|
dccd1a348c
|
doc: fix URLs to WeeChat docs
|
2023-06-05 19:08:12 +02:00 |
|
Sébastien Helleu
|
c0b3f63985
|
core: add note about config files incompatibility in release notes
|
2023-05-21 09:01:10 +02:00 |
|
Sébastien Helleu
|
6d32a99d50
|
trigger: make default triggers compatible with multiline input (closes #1935)
Changed triggers:
- cmd_pass
- cmd_pass_register
- server_pass
|
2023-05-16 21:34:30 +02:00 |
|
Sébastien Helleu
|
b5e81f931b
|
doc: update header and remove links in ChangeLog and release notes
|
2023-04-16 22:05:45 +02:00 |
|
Sébastien Helleu
|
55a853eb76
|
core: add TLS changes in release notes (issue #1903)
|
2023-04-12 17:17:41 +02:00 |
|
Sébastien Helleu
|
3e9524ee65
|
alias: rename all aliases to lower case on upgrade (issue #1872)
|
2023-04-01 16:47:23 +02:00 |
|
Sébastien Helleu
|
6665cc866a
|
doc: add CMake option ENABLE_DOC_INCOMPLETE to force build of incomplete docs (closes #1901)
|
2023-03-31 21:08:56 +02:00 |
|
Sébastien Helleu
|
cd119b9ee5
|
core: add packaging changes in release notes
|
2023-03-25 21:32:23 +01:00 |
|
Sébastien Helleu
|
fcbfa13bf3
|
core: update ChangeLog and release notes (issue #1502)
|
2023-03-25 21:15:39 +01:00 |
|
Sébastien Helleu
|
dd54e26b4f
|
core: add function bar_new in release notes
|
2023-03-19 18:45:18 +01:00 |
|
Sébastien Helleu
|
89701a3cc0
|
core: mention breaking changes in release notes
|
2023-03-18 16:09:47 +01:00 |
|
Sébastien Helleu
|
34e34d28db
|
core: bump version to 4.0.0-dev, follow "practical" semantic versioning
|
2023-03-18 15:59:23 +01:00 |
|
Sébastien Helleu
|
ff544f48fb
|
core: update ChangeLog and release notes (closes #1238)
|
2023-03-18 15:21:17 +01:00 |
|
Sébastien Helleu
|
fc504698ad
|
core: add ctrl keys as lower case in release notes (issue #1875)
|
2023-01-29 13:01:58 +01:00 |
|
Sébastien Helleu
|
4c1a87ba60
|
core: add case sensitive identifiers in release notes (issue #1872)
|
2023-01-28 15:14:32 +01:00 |
|
Sébastien Helleu
|
736bc89d4e
|
core: update ChangeLog and release notes (closes #1860)
|
2023-01-08 14:43:17 +01:00 |
|
Sébastien Helleu
|
b614a5c5db
|
Version 3.8
|
2023-01-08 10:07:07 +01:00 |
|
Sébastien Helleu
|
35129a1cae
|
core: add note about case insensitive comparison improved in release notes
|
2023-01-08 10:01:11 +01:00 |
|
Sébastien Helleu
|
41fd26fe79
|
core: move /input buffer switch/zoom actions to command /buffer
Actions moved:
* `/input switch_active_buffer` -> `/buffer switch`
* `/input switch_active_buffer_previous` -> `/buffer switch -previous`
* `/input zoom_merged_buffer` -> `/buffer zoom`
|
2022-12-25 22:47:18 +01:00 |
|
Sébastien Helleu
|
0c29d4c5b6
|
core: move /input set_unread actions to commands /allbuf and /buffer set
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
|
2022-12-25 21:44:27 +01:00 |
|
Sébastien Helleu
|
babe1e7a42
|
core: move /input hotlist actions to new command /hotlist
Actions moved to command `/hotlist`:
* `/input hotlist_clear` -> `/hotlist clear`
* `/input hotlist_remove_buffer` -> `/hotlist remove`
* `/input hotlist_restore_buffer` -> `/hotlist restore`
* `/input hotlist_restore_all` -> `/hotlist restore -all`
|
2022-12-25 18:50:57 +01:00 |
|
Sébastien Helleu
|
c9796a3141
|
core: move /input jump actions to command /buffer jump
Actions moved to command `/buffer jump`:
* `/input jump_smart` -> `/buffer jump smart`
* `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited`
* `/input jump_next_visited_buffer` -> `/buffer jump next_visited`
* `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed`
|
2022-12-25 17:00:37 +01:00 |
|
Sébastien Helleu
|
9bd6cbf4bd
|
core: fix style in ChangeLog and release notes
|
2022-12-25 16:53:30 +01:00 |
|
Sébastien Helleu
|
0dd1d4133b
|
doc/api: mention "UTF-8" in char/string comparison functions
|
2022-12-24 17:52:31 +01:00 |
|
Sébastien Helleu
|
a67556907d
|
api: rename char comparison functions "utf8_char*" to "string_char*"
|
2022-12-24 17:33:22 +01:00 |
|
Sébastien Helleu
|
083032972d
|
api: return arithmetic difference between chars in string comparison functions
Return code is changed for the following functions:
- string_strcasecmp
- string_strcasecmp_range
- string_strncasecmp
- string_strncasecmp_range
- string_strcmp_ignore_chars
- utf8_charcmp
- utf8_charcasecmp
- utf8_charcasecmp_range
|
2022-12-24 16:25:20 +01:00 |
|
Sébastien Helleu
|
40339b288a
|
api: return newly allocated string in functions string_tolower and string_toupper
|
2022-12-18 14:28:58 +01:00 |
|
Sébastien Helleu
|
39561b9146
|
core: add release notes about new trigger regex format
|
2022-11-06 09:14:18 +01:00 |
|
Sébastien Helleu
|
133a424178
|
core: add version 3.7.1
|
2022-10-21 14:41:38 +02:00 |
|
Sébastien Helleu
|
319abf4fd0
|
python: remove support of Python 2.x
|
2022-10-15 22:56:06 +02:00 |
|
Sébastien Helleu
|
56dbd871ea
|
api: do not expect any return value in callbacks change/delete of config_new_option (scripting API)
|
2022-10-15 21:46:00 +02:00 |
|
Sébastien Helleu
|
484f679e60
|
Version 3.7
|
2022-10-09 08:06:53 +02:00 |
|
Sébastien Helleu
|
92cdcee8f6
|
api: change type of argument object_id in upgrade_new callback from string to integer (in scripts)
|
2022-09-29 21:38:04 +02:00 |
|
Sébastien Helleu
|
b2b110f1a3
|
api: change type of argument remaining_calls in hook_timer callback from string to integer (in scripts)
|
2022-09-29 21:21:01 +02:00 |
|
Sébastien Helleu
|
01cf98e8fb
|
core: add key alt+backspace, change behavior of key ctrl+w (closes #559)
The key ctrl+w now deletes one word until whitespace.
The new key alt+backspace deletes one word (same behavior as ctrl+w in previous
releases).
|
2022-09-18 23:26:49 +02:00 |
|
Sébastien Helleu
|
b7441bd7a3
|
api: add arguments "index_start" and "index_end" in function string_rebuild_split_string
|
2022-07-20 13:16:35 +02:00 |
|
Sébastien Helleu
|
e5a159c74f
|
Version 3.6
|
2022-07-10 09:18:05 +02:00 |
|
Sébastien Helleu
|
1c7b431bc8
|
api: run hook_print callback also on empty messages
|
2022-07-02 21:10:48 +02:00 |
|
Sébastien Helleu
|
8ac67ff540
|
doc: add trailing slashes in URLs
|
2022-06-18 16:05:11 +02:00 |
|
Sébastien Helleu
|
2a2428902b
|
trigger: check that buffer notify is not "none" to run command of default trigger beep
|
2022-04-23 14:15:41 +02:00 |
|
Sébastien Helleu
|
0e6497612c
|
Version 3.5
|
2022-03-27 15:13:48 +02:00 |
|
Sébastien Helleu
|
44e0414970
|
core: add version 3.4.1
|
2022-03-14 08:39:24 +01:00 |
|
Sébastien Helleu
|
6fbfb2f476
|
core: update sentence about XDG directories in release notes
|
2022-02-15 07:12:38 +01:00 |
|