diff 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
line wrap: on
line diff
--- a/lisp/erc/ChangeLog	Wed Jan 17 18:17:25 2007 +0000
+++ b/lisp/erc/ChangeLog	Wed Jan 17 18:17:35 2007 +0000
@@ -387,6 +387,16 @@
 	(erc-make-mode-line-buffer-name): Add help-echo and mouse-face
 	properties to channel name.
 
+2006-08-20  Michael Olson  <mwolson@gnu.org>
+
+	* erc.el (erc-with-server-buffer): New macro that switches to the
+	current ERC server buffer and runs some code.  If no server buffer
+	is available, return nil.  This is a useful way to access
+	variables in the server buffer.
+	(erc-open-server-buffer-p): New function that returns non-nil if
+	the given buffer is an ERC server buffer that has an open IRC
+	process.
+
 2006-08-14  Diane Murray  <disumu@x3y2z1.net>
 
 	* erc-menu.el: Updated copyright years.  Removed EmacsWiki URL.