6 Feb 19:07
[SCM] emacs-jabber branch, master, updated. 7c3e8e98ce458539efe2dd30b3051fbbed06cd01
Magnus Henoch <legoscia <at> users.sourceforge.net>
2012-02-06 18:07:43 GMT
2012-02-06 18:07:43 GMT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "emacs-jabber".
The branch, master has been updated
via 7c3e8e98ce458539efe2dd30b3051fbbed06cd01 (commit)
from a98bbc4da6ab878ea3693e6335e2ba6badf1d701 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c3e8e98ce458539efe2dd30b3051fbbed06cd01
Author: Magnus Henoch <legoscia <at> users.sourceforge.net>
Date: Mon Feb 6 18:10:04 2012 +0000
Avoid groupchat buffer on RET in roster if we're not 100% sure it's a groupchat (bug 3483380)
* jabber-roster.el (jabber-roster-ret-action-at-point): Ask for disco info before doing anything.
(jabber-roster-ret-action-at-point-1): Only assume it's a groupchat if it explicitly says so.
diff --git a/jabber-roster.el b/jabber-roster.el
index fdc6ff5..8a9f759 100644
--- a/jabber-roster.el
+++ b/jabber-roster.el
@@ -25,6 +25,7 @@
(require 'jabber-alert)
(require 'jabber-keymap)
(require 'format-spec)
(Continue reading)
RSS Feed