comparison lisp/erc/ChangeLog @ 75260:864a6f6648e2

Merge from erc--main--0 Backport additional functions and macros that erc-capab.el needs. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-600 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Wed, 17 Jan 2007 18:17:35 +0000
parents f45c5edf0be4
children 7a3f13e2dd57
comparison
equal deleted inserted replaced
75259:f45c5edf0be4 75260:864a6f6648e2
384 2006-08-21 Diane Murray <disumu@x3y2z1.net> 384 2006-08-21 Diane Murray <disumu@x3y2z1.net>
385 385
386 * erc-track.el (erc-track-mode-line-mouse-face): New variable. 386 * erc-track.el (erc-track-mode-line-mouse-face): New variable.
387 (erc-make-mode-line-buffer-name): Add help-echo and mouse-face 387 (erc-make-mode-line-buffer-name): Add help-echo and mouse-face
388 properties to channel name. 388 properties to channel name.
389
390 2006-08-20 Michael Olson <mwolson@gnu.org>
391
392 * erc.el (erc-with-server-buffer): New macro that switches to the
393 current ERC server buffer and runs some code. If no server buffer
394 is available, return nil. This is a useful way to access
395 variables in the server buffer.
396 (erc-open-server-buffer-p): New function that returns non-nil if
397 the given buffer is an ERC server buffer that has an open IRC
398 process.
389 399
390 2006-08-14 Diane Murray <disumu@x3y2z1.net> 400 2006-08-14 Diane Murray <disumu@x3y2z1.net>
391 401
392 * erc-menu.el: Updated copyright years. Removed EmacsWiki URL. 402 * erc-menu.el: Updated copyright years. Removed EmacsWiki URL.
393 (erc-menu-definition): Name the menu "ERC" instead of "IRC" to 403 (erc-menu-definition): Name the menu "ERC" instead of "IRC" to