mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Prepare for ERC 5.6 release
* doc/misc/erc.texi: Minor tweak in SASL section. * etc/ERC-NEWS: Revise various sections under 5.6. * lisp/erc/erc-button.el (erc-button-alist): Remove comment. (erc-nick-popup-alist): Remove comment. * lisp/erc/erc-fill.el (erc-fill-wrap-margin-width): Remove comment. (erc-fill-wrap-margin-side): Remove comment. (erc-fill-line-spacing): Remove comment. (erc-fill-wrap-use-pixels): Remove comment. (erc-fill-wrap-visual-keys): Remove comment. (erc-fill-wrap-force-screen-line-movement): Remove comment. (erc-fill-wrap-merge): Remove comment. * lisp/erc/erc-goodies.el (erc-scrolltobottom-all): Remove comment. (erc-keep-place-indicator-style): Remove comment. (erc-keep-place-indicator-buffer-type): Remove comment. (erc-keep-place-indicator-follow): Remove comment. * lisp/erc/erc-networks.el (erc-server-alist): Remove comment. * lisp/erc/erc-nicks.el (erc-nicks): Remove comment. * lisp/erc/erc-speedbar.el (erc-speedbar-nicknames-window-width): Remove comment. (erc-speedbar-hide-mode-topic): Remove comment. (erc-speedbar-my-nick-face): Remove comment. * lisp/erc/erc-stamp.el (erc-timestamp-format-right): Remove comment. (erc-echo-timestamp-zone): Remove comment. (erc-timestamp-use-align-to): Remove comment. * lisp/erc/erc-status-sidebar.el (erc-status-sidebar-highlight-active-buffer): Remove comment. (erc-status-sidebar-style): Remove comment. (erc-status-sidebar-click-display-action): Remove comment. * lisp/erc/erc.el: Bump required Compat version to 29.1.4.3 in Package-Requires header. (erc-notice-face): Remove comment. (erc-action-face): Remove comment. (erc-interactive-display): Remove comment. (erc-auto-reconnect-display-timeout): Remove comment. (erc-reconnect-display-server-buffers): Remove comment. (erc-modules): Remove comment. * test/lisp/erc/resources/base/display-message/multibuf.eld: Remove reference to specific ERC version in QUIT command reason. * test/lisp/erc/resources/base/assoc/reconplay/foonet.eld: Timeout.
This commit is contained in:
parent
1d2aa130ca
commit
ece62f5c1c
13 changed files with 101 additions and 85 deletions
|
|
@ -54,7 +54,7 @@ node `(speedbar) Top' for more about the underlying integration."
|
|||
|
||||
(defcustom erc-speedbar-nicknames-window-width 18
|
||||
"Default width of the nicknames sidebar (in columns)."
|
||||
:package-version '(ERC . "5.6") ; FIXME sync on release
|
||||
:package-version '(ERC . "5.6")
|
||||
:type 'integer)
|
||||
|
||||
(defcustom erc-speedbar-sort-users-type 'activity
|
||||
|
|
@ -69,7 +69,7 @@ nil - Do not sort users"
|
|||
|
||||
(defcustom erc-speedbar-hide-mode-topic 'headerline
|
||||
"Hide mode and topic lines."
|
||||
:package-version '(ERC . "5.6") ; FIXME sync on release
|
||||
:package-version '(ERC . "5.6")
|
||||
:type '(choice (const :tag "Always show" nil)
|
||||
(const :tag "Always hide" t)
|
||||
(const :tag "Omit when headerline visible" headerline)))
|
||||
|
|
@ -81,7 +81,7 @@ When the value is t, ERC uses `erc-current-nick-face' if
|
|||
When using the `nicks' module, you can see your nick as it
|
||||
appears to others by coordinating with the option
|
||||
`erc-nicks-skip-faces'."
|
||||
:package-version '(ERC . "5.6") ; FIXME sync on release
|
||||
:package-version '(ERC . "5.6")
|
||||
:type '(choice face (const :tag "Current nick or own speaker face" t)))
|
||||
|
||||
(defvar erc-speedbar-key-map nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue