diff options
-rw-r--r-- | ChangeLog | 126 | ||||
-rw-r--r-- | NEWS | 28 |
2 files changed, 81 insertions, 73 deletions
@@ -11,8 +11,10 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 0.4.3 (under dev) -* core: replace default keys ctrl+"c", "r" / "u" by ctrl+"c", "v" / "_" for - reverse video and underlined text in messages +* core: replace default key key[ctrl-c,r] by key[ctrl-c,v] for reverse video in + messages +* core: replace default key key[ctrl-c,u] by key[ctrl-c,_] for underlined text + in messages * core: fix random crash when closing a buffer * core: fix crash on /buffer close core.weechat * core: add option "libs" for command /debug @@ -28,8 +30,9 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] (and not on read error with existing file) * core: fix highlight on action messages: skip the nick at beginning to prevent highlight on it (bug #40516) -* core: add default keys `meta2-1;3H` / `meta2-1;3F` (alt+home/end) and - `meta2-23;3~` / `meta2-24;3~` (alt+F11/F12) for xterm +* core: add default keys key[alt-]key[Home]/key[End] (`meta2-1;3H` / + `meta2-1;3F`) and key[alt-]key[F11]/key[F12] (`meta2-23;3~` / `meta2-24;3~`) + for xterm * core: add support of italic text (requires ncurses >= 5.9 patch 20130831) * core: fix bind of keys in cursor/mouse context when key starts with "@" (remove the warning about unsafe key) @@ -79,7 +82,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] displaying the bar item (task #12717) * core: add search of regular expression in buffer, don't reset search type on a new search, select where to search (messages/prefixes), add keys in search - context: alt+"c" (case (in)sensitive search), tab (search in + context: key[alt-c] (case (in)sensitive search), key[Tab] (search in messages/prefixes) * core: add text emphasis in messages when searching text in buffer, new options: weechat.look.emphasized_attributes, weechat.color.emphasized, @@ -291,8 +294,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * script: create "script" directory on each action, just in case it has been removed (bug #38472) * script: add option script.scripts.autoload, add options "autoload", - "noautoload" and "toggleautoload" for command /script, add action "A" (meta-A) - on script buffer (toggle autoload) (task #12393) + "noautoload" and "toggleautoload" for command /script, add action "A" + (key[alt-a]) on script buffer (toggle autoload) (task #12393) * scripts: create directories (language and language/autoload) on each action (install/remove/autoload), just in case they have been removed (bug #38473) * scripts: do not allow empty script name in function "register" @@ -311,7 +314,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix refresh of bars when applying layout (bug #37944, bug #37952) * core: add buffer pointer in arguments for signals "input_search", "input_text_changed" and "input_text_cursor_moved" -* core: fix scroll to bottom of window (default key: alt+end) when line +* core: fix scroll to bottom of window (default key: key[alt-End]) when line displayed is bigger than chat area * core: fix scroll in buffer after enabling/disabling some filters (if scroll is on a hidden line) (bug #37885) @@ -442,7 +445,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311) * core: add signals for plugins loaded/unloaded -* core: add default key alt+"x" (zoom on merged buffer) (task #11029) +* core: add default key key[alt-x] (zoom on merged buffer) (task #11029) * core: fix display bug when end of a line is displayed on top of chat (last line truncated and MORE(0) in status bar) (bug #37203) * core: fix IP address returned by hook_connect (return IP really used, not @@ -454,8 +457,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] in bars with vertical filling (bug #37054) * core: fix color of long lines (displayed on more than one line on screen) under FreeBSD (bug #36999) -* core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers - with free content +* core: add mouse bindings key[ctrl-] wheel up/down to scroll horizontally + buffers with free content * core: return error string to callback of hook_connect if getaddrinfo fails in child process * core: add option weechat.startup.sys_rlimit to set system resource limits for @@ -463,7 +466,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add option "swap" for command /buffer (task #11373) * core: fix names of cache variables in configure.in (bug #36971) * core: scroll to bottom of window after reaching first or last highlight with - keys alt+"p" / alt+"n" + keys key[alt-p] / key[alt-n] * core: add hdata "hotlist" * core: add support of arrays in hdata variables * core: add command line option "-r" (or "--run-command") to run command(s) @@ -475,7 +478,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] 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 behavior) -* core: add default key alt+"s" (toggle aspell) +* core: add default key key[alt-s] (toggle aspell) * core: add cmake option "MANDIR" (bug #36776) * core: add callback "nickcmp" in buffers * core: add horizontal separator between windows, new options @@ -661,8 +664,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] mouse state is changed with command /mouse) * core: add type "hashtable" for hdata * core: add signals "buffer_line_added" and "window_switch" -* core: add default keys `meta2-1;5D` and `meta2-1;5C` (ctrl+left/right) for - gnome-terminal +* core: add default keys key[ctrl-]key[Left]/key[Right] (`meta2-1;5D` / + `meta2-1;5C`) for gnome-terminal * core: add option "hooks" for command /debug * core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, restore old behavior before fix of bug #25555 in version 0.3.5) @@ -675,7 +678,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771) * core: add option "jump_last_buffer_displayed" for command /input - (key: alt+"/") (task #11553) + (key: key[alt-/]) (task #11553) * core: display error in command /buffer if arguments are wrong (bug #34180) * core: add developer's guide (task #5416) * core: add option weechat.history.max_buffer_lines_minutes: maximum number of @@ -762,7 +765,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix paste detection (problem with end of lines) * core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621) -* core: add default key `meta2-[E` (F5) for Linux console +* core: add default key key[F5] (`meta2-[E`) for Linux console * core: fix display of paste multi-line prompt with a root input bar (bug #34305) * core: add "inactive" colors for inactive windows and lines in merged buffers, @@ -815,7 +818,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix completion for command arguments when same command exists in many plugins (bug #33753) * core: add context "search" for keys (to define keys used during search in - buffer with ctrl+"r") + buffer with key[ctrl-r]) * core: add new option weechat.look.separator_vertical, rename option weechat.look.hline_char to weechat.look.separator_horizontal * core: fix freeze when hook_fd is called with a bad file/socket (bug #33619) @@ -881,8 +884,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add buffer to hotlist if away is set on buffer (even if buffer is displayed), new option weechat.look.hotlist_add_buffer_if_away (task #10948) * core: do not update hotlist during upgrade -* core: add option "balance" for command /window (key: alt+"w" + alt+"b") -* core: add option "swap" for command /window (key: alt+"w" + alt+"s") +* core: add option "balance" for command /window (key: key[alt-w,alt-b]) +* core: add option "swap" for command /window (key: key[alt-w,alt-s]) (task #11001) * core: apply new value of option weechat.look.buffer_notify_default to all opened buffers @@ -909,8 +912,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix crash when using column filling in bars with some empty items (bug #32565) * core: allow relative size for command /window resize -* core: add some default keys for gnome-terminal (home/end, ctrl+up/down, - alt+pgup/pgdn) +* core: add some default keys for gnome-terminal (key[Home]/key[End], + key[ctrl-]key[Up]/key[Down], key[alt-]key[PgUp]/key[PgDn]) * core: add option "memory" to command /debug * core: add option weechat.look.read_marker_string * core: improve display of commands lists in /help (add arguments -list @@ -1013,8 +1016,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] info_get_hashtable, hook_hsignal, hook_hsignal_send, hook_completion_get_string, nicklist_group_get_integer, nicklist_group_get_string, nicklist_group_get_pointer, nicklist_group_set, - nicklist_nick_get_integer, nicklist_nick_get_string, nicklist_nick_get_pointer, - nicklist_nick_set + nicklist_nick_get_integer, nicklist_nick_get_string, + nicklist_nick_get_pointer, nicklist_nick_set * alias: complete with alias value for second argument of command /alias * irc: differentiate notices from messages in private buffer (bug #31980) * irc: update nick modes with message 221 (bug #32038) @@ -1071,7 +1074,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: use "!" to reverse a regex in a filter (to keep lines matching regex and hide other lines) (task #10032) * core: add keys for undo/redo changes on command line - (default: ctrl+underscore and alt+underscore) (task #9483) + (default: key[ctrl-`_`] and key[alt-`_`]) (task #9483) * core: add new option weechat.look.align_end_of_lines * core: add new option weechat.look.confirm_quit * core: add new option weechat.color.status_name_ssl (task #10339) @@ -1219,7 +1222,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 0.3.1 (2010-01-23) * core: fix bug with script installation on BSD/OSX (patch #6980) -* core: add option grab_key_command for /input (bound by default to alt+"k") +* core: add option grab_key_command for /input (bound by default to key[alt-k]) * core: fix compilation under Cygwin (patch #6916) * core: fix cmake directories: let user customize lib, share, locale and include directories (patch #6922) @@ -1321,10 +1324,11 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * gui: add buffer merging (task #7404) * gui: add custom bars, with custom items * gui: add key to zoom a window (task #7470) -* gui: add keys to move into last visited buffers: alt+"<" and alt+">" +* gui: add keys to move into last visited buffers: key[alt-]key[<] and + key[alt-]key[>] * gui: come back to last visited buffer when closing a buffer * gui: add new option scroll_page_percent to choose percent of height to scroll - with page_up and page_down keys (task #8702) + with key[PgUp] and key[PgDn] keys (task #8702) * gui: add number of lines remaining after last line displayed in "-MORE-" indicator (task #6702) * gui: fix completion with non-latin nicks (bug #18993) @@ -1376,7 +1380,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix display bug with some special chars in messages (some words were truncated on screen) (bug #20944) * fix UTF-8 bug with color encoding/decoding -* fix crash when searching text in buffer with ctrl+"r" (bug #20938) +* fix crash when searching text in buffer with key[ctrl-r] (bug #20938) * add string length limit for setup file options * fix bug with flock() when home is on NFS filesystem (bug #20913) * add option to align text of messages (except first lines) (task #7246) @@ -1394,21 +1398,23 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * add "copy", "rename" and "keep" options to /server command * allow clear of multiple selected buffers with /clear (patch #6112) * add key for setting unread marker on all buffers - (default: ctrl+"s" + ctrl+"u") (task #7180) + (default: key[ctrl-s,ctrl-u]) (task #7180) * fix nick prefix display on servers that doesn't support all prefixes (bug #20025) * fix terminal encoding detection when NLS is disabled (bug #20646) * fix crash when sending data to channel or pv on disconnected server (bug #20524) * improve command /server ant its output -* add 3 default new keys: ctrl+"b" (left), ctrl+"f" (right), ctrl+"d" (delete) +* add 3 default new keys: key[ctrl-b] (left), key[ctrl-f] (right), key[ctrl-d] + (delete) * add "buffer_move" event handler to plugins API (task #6708) * add key function "jump_previous_buffer" to jump to buffer previously - displayed (new key: alt+"j" + alt+"p") (task #7085) + displayed (new key: key[alt-j,alt-p]) (task #7085) * add "%*" to completion template, to repeat last completion * add "-nojoin" option for /connect and /reconnect commands (task #7074) * fix bugs with IRC color in messages, now color codes are inserted in command - line with ctrl+"c", ctrl+"b".. instead of %C,%B,.. (bug #20222, task #7060) + line with key[ctrl-c], key[ctrl-b].. instead of %C,%B,.. + (bug #20222, task #7060) * fix bug with smart nick completion (last speakers first) when a nick is changed * fix charset bug with channel names in status bar (bug #20400) @@ -1471,7 +1477,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix bug with channel topic after reconnection (not erased) (bug #19384) * add current buffer in hotlist when scrolling up in buffer (task #6664) * fix bug with explode_string / free_exploded_string when max_items > 0 -* add new key (ctrl+"r") for interactive and incremental search in buffer +* add new key (key[ctrl-r]) for interactive and incremental search in buffer history (task #6628) * fix /topic completion when no topic set on current channel (bug #19322) * improve password hiding, code cleanup (bug #19229) @@ -1516,7 +1522,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * add anti-flood option (irc_anti_flood) (task #5442) * fix bug with "set_config" function in plugins API (bug #18448) * plugins: "add_message_handler" now accepts "*" for all IRC messages -* add keys (F9/F10) to scroll topic (task #6030) +* add keys (key[F9]/key[F10]) to scroll topic (task #6030) * add auto completion with channels and filenames (task #5423) * fix memory leak in keyboard input * fix refresh bug when changing config options if window is split @@ -1528,7 +1534,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * /charset command and charset conversions now made by "charset" plugin * fix display bug in status bar, wrong length when using UTF-8 * fix bug with ignore: now any IRC command is allowed -* fix crash with ctrl+"t" (transpose) and one char on line (bug #18153) +* fix crash with key[ctrl-t] (transpose) and one char on line (bug #18153) * add filename completion (task #5425) * add "modifier" in plugins API * improve /plugin command @@ -1639,7 +1645,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix crash with malformed UTF-8 strings * fix crash with ncurses color when too many colors defined in ncurses (bug #16556) -* add new key to find previous completion (shift-tab by default) +* add new key to find previous completion (key[shift-Tab] by default) * fix bug with long outgoing IRC messages (> 512 bytes) (bug #16358) * fix Ruby crash when handler does not return OK or KO (bug #16552) * fix UTF-8 display bug with chars using more than one cell on screen @@ -1689,14 +1695,14 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix completion problem in private with nicks * add missing IRC command (487) * add inactivity time, available for plugins via get_info("inactivity") -* keys alt+{home|end} to scroll top/bottom, alt+{f11|f12} to scroll nicklist - top/bottom +* add keys key[alt-]key[Home]/key[End] to scroll top/bottom, + key[alt-]key[F11]/key[F12] to scroll nicklist top/bottom * add special names for plugin message handlers: weechat_pv, weechat_highlight, weechat_ctcp, weechat_dcc * script plugins now load scripts in WeeChat system share directory * /msg command does not open any buffer any more * fix crash when using global history (when older entry is removed) -* add IRC raw data buffer (new key: alt+"j" + alt+"r") +* add IRC raw data buffer (new key: key[alt-j,alt-r]) * fix display bug with /kill command * add new plugins functions: add_timer_handler, remove_timer_handler, remove_infobar @@ -1712,8 +1718,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * add option "look_open_near_server" (patch from Gwenn) * fix bug with /upgrade and servers buffer * fix bug with "get_dcc_info" plugin interface function -* add new scroll keys for a few lines up/down (default: meta-pgup/pgdn) - (patch from Pistos) +* add new scroll keys for a few lines up/down + (default: key[alt-]key[PgUp]/key[PgDn]) (patch from Pistos) * add new option "irc_away_check_max_nicks" to disable away check on channels with high number of nicks (patch from Gwenn) * add new command line argument for setting WeeChat home dir (-d or --dir) @@ -1742,10 +1748,10 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * /nick command is now allowed when not connected to server * add server/channel argument to /buffer command for jumping to buffer * fix display bug in chat window when a message length equals to window width -* add new keys for switching to other windows: alt+"w" followed by alt+{arrow} -* add new keys for scrolling to previous/next highlight: alt+"p" / alt+"n" +* add new keys for switching to other windows: key[alt-w,alt-Arrow] +* add new keys for scrolling to previous/next highlight: key[alt-p] / key[alt-n] * add "read marker": an indicator for first unread line in a server or channel - buffer (new key alt+"u" to scroll to marker) + buffer (new key key[alt-u] to scroll to marker) * new window management: custom size for windows, auto resize when terminal is resized * fix infinite loop when resizing term to small size @@ -1796,8 +1802,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix look_nicklist_min_size and look_nicklist_max_size options * fix refresh bug when changing channel modes * jump to next server now saves current channel buffer for each server -* add keys ctrl+{up|down} to call previous/next command in global history - (common to all buffers) +* add keys key[ctrl-]key[Up]/key[Down] to call previous/next command in global + history (common to all buffers) == Version 0.1.4 (2005-07-30) @@ -1816,7 +1822,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * topic completion now decodes UTF-8 string * fix bug with IRC URL on command line (irc://) * new keyboard management: keys are setup in config file, add new command /key, - add some new default keys, alt+"k" key is used to grab key (useful for /key + add some new default keys, key[alt-k] is used to grab key (useful for /key command) * add seconds in infobar time (optional thanks to new setting) * fix some curses refreshs @@ -1844,7 +1850,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix plugins "print" and "prnt" functions: now OK for writing on server buffers * fix color problem with new libcurses version -* fix crash when using alt+"s" or alt+"x" on DCC buffer (alt+"d") +* fix crash when using key[alt-s] or key[alt-x] on DCC buffer (key[alt-d]) * fix startup crash when config file (~/.weechat/weechat.rc) is not found * improve Perl/Python libs detection for ./configure script @@ -1852,7 +1858,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * add Python plugin support, improve Perl interface (and now Perl/Python libraries are checked by configure script) -* add nicklist scroll keys (alt+{home|end|pgup|pgdn} or F11/F12) +* add nicklist scroll keys (key[alt-]key[Home]/key[End]/key[PgUp]/key[PgDn] or + key[F11]/key[F12]) * add transfer rate for DCC files * add "-all" option for /nick command * buffers timestamp can now be changed (new option in config file) @@ -1875,7 +1882,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * add --irc-commands and --weechat-commands command line options * connection to IRC server is now made by child process (non blocking) * add support for UnrealIrcd ("~" for chan owner, "&" for chan admin) -* new key for window switch (now: F5/F6=switch buffer, F7/F8=switch window) +* new key for window switch (now: key[F5]/key[F6] = switch buffer, + key[F7]/key[F8] = switch window) * on server buffer, only server messages are logged * improve /help command output * plugins messages are logged with new config option (log_plugin_msg) @@ -1925,9 +1933,9 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * fix display of nick mode changes * new command "/buffer close" (close any server/channel/private buffer) * fix /notice command (and display when received from server) -* new keys: ctrl+"a" (=home), ctrl+"e" (=end), ctrl+"w" (= ctrl+backspace), - alt+"s" (switch to server buffer), alt+"x" (switch to first channel of next - server) +* new keys: key[ctrl-a] (home), key[ctrl-e] (end), key[ctrl-w] (same as + key[ctrl-Backspace]), key[alt-s] (switch to server buffer), key[alt-x] + (switch to first channel of next server) * add new config option: "server_command_delay" (delay in seconds after startup command for each server) @@ -1943,16 +1951,16 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * add config option "look_display_away" to announce away in channels * fix crash when resizing terminal to very small size * "-MORE-" message is now erased when switching to another buffer -* DCC file receive OK (alt+"d" for DCC view) +* DCC file receive OK (key[alt-d] for DCC view) * /query command now reopens private buffer if already opened -* add key for redrawing terminal (ctrl+"l") -* add key for clearing hotlist (alt+"r") +* add key for redrawing terminal (key[ctrl-l]) +* add key for clearing hotlist (key[alt-r]) == Version 0.0.7 (2004-08-08) * new "col_status_delimiters" config option * add command /buffer , buffers ordered by number, auto-jump to active buffers - (alt+"a"), jump to buffers by number (alt+number) + (key[alt-a]), jump to buffers by number (key[alt-0...9]) * add command /window, split terminal horizontally/vertically * unique color for each nick (based on nickname) * action messages are now considered as messages, not crappy joins/parts @@ -1997,7 +2005,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * when private window is created (another user is talking), WeeChat does not switch to this window * highlight when our nick is written in a channel/private window -* catch ctrl+"c" (ignored) +* catch key[ctrl-c] (ignored) * debug messages can be enabled via ./configure --enable-debug option == Version 0.0.3 (2003-11-03) @@ -25,8 +25,8 @@ uses 0x1F, the same code sent to IRC server. The default keys for "reverse video" and "underlined text" have changed: -* reverse video: key ctrl+"c", "r" is replaced by ctrl+"c", "v" -* underlined text: key ctrl+"c", "u" is replaced by ctrl+"c", "_" +* reverse video: key key[ctrl-c,r] is replaced by key[ctrl-c,v] +* underlined text: key key[ctrl-c,u] is replaced by key[ctrl-c,_] You can remove the old keys and add the new ones with these commands: @@ -78,7 +78,7 @@ changes. Search with regular expression has been added, and therefore some keys in search context have been changed. -The key ctrl+"r" in search context is now used to switch string/regex search +The key key[ctrl-r] in search context is now used to switch string/regex search (instead of searching exact text). If you never changed keys in search context, you can reset them all with one @@ -367,7 +367,7 @@ New options in command `/aspell`: * `enable`: enable aspell * `disable`: disable aspell -* `toggle`: toggle aspell (new default key: alt+"s") +* `toggle`: toggle aspell (new default key: key[alt-s]) Options renamed in command `/aspell`: @@ -434,8 +434,8 @@ If you added/changed some rmodifiers, do it manually with these commands: === Options Option `scroll_unread` has been moved from command `/input` to `/window`, -therefore default command of key alt+"u" has been updated. To bind key with new -default value: +therefore default command of key key[alt-u] has been updated. To bind key with +new default value: ---- /key bind meta-u /window scroll_unread @@ -520,8 +520,8 @@ If you are using `/upgrade` from a previous release: * nick colors are defined with a new option 'weechat.color.chat_nick_colors', therefore old options 'weechat.color.chat_nick_color1..10' will be lost when upgrading -* nick colors in messages displayed will be wrong if you changed some nick colors - (old default colors will be used) +* nick colors in messages displayed will be wrong if you changed some nick + colors (old default colors will be used) === Options @@ -675,10 +675,10 @@ For server encode (on server buffer): === New keys -New keys for topic scroll: F9/F10. +New keys for topic scroll: key[F9]/key[F10]. -Key F10 was used for `infobar_clear` in previous WeeChat versions, you have to -manually rebind this key (except for new WeeChat users): +Key key[F10] was used for `infobar_clear` in previous WeeChat versions, you +have to manually rebind this key (except for new WeeChat users): ---- /key <press alt+"k" then F10> scroll_topic_right @@ -726,7 +726,7 @@ and arguments). === After /upgrade After installing 0.1.8 (or with `/upgrade`), issue both commands (if you didn't -redefine these keys (alt+{home|end}): +redefine these keys (key[alt-]key[Home]/key[End]): ---- /key unbind meta-meta2-1~ @@ -748,8 +748,8 @@ overridden by new command line argument `--dir`). === Keys -Keys alt+{home|end} were used for nicklist scroll, they're now replaced by -alt+{F11|F12}. +Keys key[alt-]key[Home]/key[End] were used for nicklist scroll, they're now +replaced by key[alt-]key[F11]/key[F12]. == Version 0.1.7 (2006-01-14) |