From: Magnus H. <leg...@us...> - 2009-02-04 00:02:32
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28318 Modified Files: jabber-core.el jabber.texi Log Message: jabber-roster-buffer finally defaults do "*-jabber-roster-*". Fixes #2019551. Index: jabber-core.el =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-core.el,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- jabber-core.el 1 Nov 2008 11:58:05 -0000 1.99 +++ jabber-core.el 4 Feb 2009 00:02:18 -0000 1.100 @@ -111,7 +111,7 @@ :type 'integer :group 'jabber-core) -(defcustom jabber-roster-buffer "*-jabber-*" +(defcustom jabber-roster-buffer "*-jabber-roster-*" "The name of the roster buffer" :type 'string :group 'jabber-core) Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.141 retrieving revision 1.142 diff -u -d -r1.141 -r1.142 --- jabber.texi 28 Jan 2009 02:11:51 -0000 1.141 +++ jabber.texi 4 Feb 2009 00:02:18 -0000 1.142 @@ -185,7 +185,7 @@ Now, type @kbd{C-x C-j C-c} and enter your JID and password. If you successfully connect, jabber.el will download your roster and display it -in a buffer called @code{*-jabber-*}. +in a buffer called @code{*-jabber-roster-*}. By default, you will appear as ``online'' to your contacts. To change this to e.g. ``away'', type @kbd{M-x jabber-send-presence} or @kbd{C-x @@ -387,9 +387,9 @@ @cindex Menus @cindex Key bindings -The roster buffer is called @code{*-jabber-*}. It simply contains a -list of the contacts on your roster. If you have several accounts -connected, contacts will be grouped by account. +The roster buffer is called @code{*-jabber-roster-*}. It simply +contains a list of the contacts on your roster. If you have several +accounts connected, contacts will be grouped by account. In the roster buffer, any command which requires a JID will default to the JID under point when called. These commands can be called through |