Magnus Henoch | 3 Feb 17:54
Picon

[SCM] emacs-jabber branch, master, updated. a98bbc4da6ab878ea3693e6335e2ba6badf1d701

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  a98bbc4da6ab878ea3693e6335e2ba6badf1d701 (commit)
       via  faf2e9e7aaf9f5c8a539934c916614eb6e6a487c (commit)
      from  4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee (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 a98bbc4da6ab878ea3693e6335e2ba6badf1d701
Author: magnus.henoch <at> gmail.com <magnus.henoch <at> gmail.com>
Date:   Fri Feb 3 13:29:41 2012 +0000

    Version 0.8.91

diff --git a/configure.ac b/configure.ac
index 05736aa..c3b14a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([jabber.el], [0.8.90], [emacs-jabber-general <at> lists.sourceforge.net], [emacs-jabber])
+AC_INIT([jabber.el], [0.8.91], [emacs-jabber-general <at> lists.sourceforge.net], [emacs-jabber])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-lzma dist-zip 1.9])
 AC_CONFIG_MACRO_DIR([m4])
(Continue reading)

Magnus Henoch | 4 Feb 18:24
Picon

www index.html,1.9,1.10 index.org,1.9,1.10

Update of /cvsroot/emacs-jabber/www
In directory vz-cvs-4.sog:/tmp/cvs-serv15884

Modified Files:
	index.html index.org 
Log Message:
Link to 0.8.91 release

Index: index.html
===================================================================
RCS file: /cvsroot/emacs-jabber/www/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.html	21 Aug 2011 19:04:40 -0000	1.9
+++ index.html	4 Feb 2012 17:24:50 -0000	1.10
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-lang="en" xml:lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 <title>jabber.el</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+<meta name="title" content="jabber.el"/>
 <meta name="generator" content="Org-mode"/>
-<meta name="generated" content="2011-08-21 20:02:35 BST"/>
+<meta name="generated" content="2012-02-04 16:26:10 CET"/>
(Continue reading)

Magnus Henoch | 6 Feb 19:07
Picon

[SCM] emacs-jabber branch, master, updated. 7c3e8e98ce458539efe2dd30b3051fbbed06cd01

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)


Gmane