From: Magnus H. <leg...@us...> - 2008-04-25 14:51:30
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30666 Modified Files: jabber.texi NEWS Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-489 Creator: Magnus Henoch <ma...@fr...> Document jabber-chat-buffer-show-avatar Index: NEWS =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/NEWS,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- NEWS 24 Apr 2008 02:19:59 -0000 1.67 +++ NEWS 25 Apr 2008 14:51:04 -0000 1.68 @@ -41,7 +41,7 @@ subscription" section in manual. ** Option: hide avatar in chat buffer -`jabber-chat-buffer-show-avatar'. (not documented yet) +`jabber-chat-buffer-show-avatar'. ** Gmail notifications (Not documented nor autoloaded) Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- jabber.texi 24 Apr 2008 02:19:59 -0000 1.87 +++ jabber.texi 25 Apr 2008 14:51:04 -0000 1.88 @@ -815,6 +815,7 @@ @vindex jabber-vcard-avatars-retrieve @vindex jabber-vcard-avatars-publish @vindex jabber-avatar-cache-directory +@vindex jabber-chat-buffer-show-avatar jabber.el supports viewing and publishing avatars according to XEP-0153, vCard-Based Avatars. By default, if you have an avatar in your vCard @@ -825,7 +826,9 @@ To disable retrieval of other people's avatars, set @code{jabber-vcard-avatars-retrieve} to nil. To disable publishing of -your own avatar, set @code{jabber-vcard-avatars-publish} to nil. +your own avatar, set @code{jabber-vcard-avatars-publish} to nil. To +disable avatars in chat buffer header lines, set +@code{jabber-chat-buffer-show-avatar} to nil. Avatars are cached in the directory specified by @code{jabber-avatar-cache-directory}, by default |