Magnus Henoch | 6 Feb 19:07
Picon
Gravatar

[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)

Magnus Henoch | 4 Feb 18:24
Picon
Gravatar

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 | 3 Feb 17:54
Picon
Gravatar

[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 | 21 Dec 23:17
Picon
Gravatar

[SCM] emacs-jabber branch, master, updated. 4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee

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  4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee (commit)
      from  a034d4b330d23643169880e96e34e0cf61b76a11 (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 4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee
Author: Magnus Henoch <legoscia <at> users.sourceforge.net>
Date:   Wed Dec 21 18:38:38 2011 +0000

    Use namespace prefixes declared on stream root element

    * jabber-core.el (jabber-namespace-prefixes): New variable.
    (jabber-connection) [:connected, :bind]: Expect features instead
    of stream:features.
    (jabber-filter): Save namespace prefixes from stream root element.
    Use saved prefixes when parsing stanzas.

    * jabber-xml.el (jabber-xml-resolve-namespace-prefixes): Move the merging part...
    (jabber-xml-merge-namespace-declarations): ...into this new function.

diff --git a/jabber-core.el b/jabber-core.el
index 8b558a8..eae787b 100644
(Continue reading)

Magnus Henoch | 18 Dec 23:38
Picon
Gravatar

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

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  a034d4b330d23643169880e96e34e0cf61b76a11 (commit)
      from  dc9fc0fa06ff8a18b5599572671ce598374aa83c (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 a034d4b330d23643169880e96e34e0cf61b76a11
Author: Jeremy Compostella <jerry <at> Apollo.jerryland.fr>
Date:   Thu Dec 15 22:31:34 2011 +0100

    jabber-core: Fix header parsing

    The (1+ (match-end 0)) is a mistake. Indeed, after the replace-match
    call the (match-end 0) point has changed to be at the end of the
    replaced string. So calling (point) is more than enough.

    Signed-off-by: Magnus Henoch <legoscia <at> users.sourceforge.net>

diff --git a/AUTHORS b/AUTHORS
index 4f60098..8e5c201 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,7 @@ Evgenii Terechkov
(Continue reading)

Magnus Henoch | 2 Oct 22:04
Picon
Gravatar

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

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  dc9fc0fa06ff8a18b5599572671ce598374aa83c (commit)
       via  9c8bea1bd5d68b49bc4d4675911d6c7d7fd10b95 (commit)
       via  a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit)
      from  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 NEWS             |    5 +++++
 configure.ac     |    2 +-
 jabber-core.el   |   32 ++++++++++----------------------
 jabber-roster.el |    7 ++++---
 4 files changed, 20 insertions(+), 26 deletions(-)

hooks/post-receive
--

-- 
emacs-jabber

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
(Continue reading)

Magnus Henoch | 2 Oct 22:01
Picon
Gravatar

[SCM] emacs-jabber branch, namespace-prefixes, updated. dc9fc0fa06ff8a18b5599572671ce598374aa83c

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, namespace-prefixes has been updated
       via  dc9fc0fa06ff8a18b5599572671ce598374aa83c (commit)
       via  9c8bea1bd5d68b49bc4d4675911d6c7d7fd10b95 (commit)
      from  a1bdfc5bb1bf46dab30031ca774484630fa17feb (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 dc9fc0fa06ff8a18b5599572671ce598374aa83c
Author: Magnus Henoch <legoscia <at> users.sourceforge.net>
Date:   Sun Oct 2 21:00:19 2011 +0100

    Fix :get function for jabber-roster-default-group-name

diff --git a/jabber-roster.el b/jabber-roster.el
index d12c4ea..fdc6ff5 100644
--- a/jabber-roster.el
+++ b/jabber-roster.el
@@ -155,9 +155,10 @@ Trailing newlines are always removed, regardless of this variable."
   :group 'jabber-roster
   :type 'string
   :get '(lambda (var)
-          (if (stringp var)
-           (set-text-properties 0 (length var) nil var)
(Continue reading)

Magnus Henoch | 2 Oct 22:00
Picon
Gravatar

[SCM] emacs-jabber branch, master, updated. 3dd51cf94e3da967a4678ab3c13d78c10ef43c8d

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  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (commit)
      from  d30ef9b989065f6e714cf1781bbd0e7e4039681c (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 jabber-core.el |    2 +-
 jabber-xml.el  |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

hooks/post-receive
--

-- 
emacs-jabber

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
(Continue reading)

Magnus Henoch | 21 Aug 21:08
Picon
Gravatar

[SCM] emacs-jabber tag, release-0_8_90, created. a1bdfc5bb1bf46dab30031ca774484630fa17feb

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 tag, release-0_8_90 has been created
        at  a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit)

- Log -----------------------------------------------------------------
commit a1bdfc5bb1bf46dab30031ca774484630fa17feb
Author: Magnus Henoch <legoscia <at> users.sourceforge.net>
Date:   Sun Aug 21 15:51:17 2011 +0100

    Version 0.8.90

    * configure.ac: Bump version to 0.8.90.

    * NEWS: Mention namespace prefix handling.
-----------------------------------------------------------------------

hooks/post-receive
--

-- 
emacs-jabber

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
Magnus Henoch | 21 Aug 21:04
Picon
Gravatar

www index.html,1.8,1.9 index.org,1.8,1.9

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

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

Index: index.html
===================================================================
RCS file: /cvsroot/emacs-jabber/www/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.html	20 Aug 2011 21:38:34 -0000	1.8
+++ index.html	21 Aug 2011 19:04:40 -0000	1.9
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?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">
 <head>
 <title>jabber.el</title>
-<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
 <meta name="generator" content="Org-mode"/>
-<meta name="generated" content="2011-08-20 22:26:40 BST"/>
+<meta name="generated" content="2011-08-21 20:02:35 BST"/>
(Continue reading)

Magnus Henoch | 21 Aug 16:52
Picon
Gravatar

[SCM] emacs-jabber branch, namespace-prefixes, updated. a1bdfc5bb1bf46dab30031ca774484630fa17feb

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, namespace-prefixes has been updated
       via  a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit)
      from  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (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 a1bdfc5bb1bf46dab30031ca774484630fa17feb
Author: Magnus Henoch <legoscia <at> users.sourceforge.net>
Date:   Sun Aug 21 15:51:17 2011 +0100

    Version 0.8.90

    * configure.ac: Bump version to 0.8.90.

    * NEWS: Mention namespace prefix handling.

diff --git a/NEWS b/NEWS
index 74892e7..c89cbda 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,11 @@ MUC participants list format is now customizable: see
 jabber-muc-print-names-format in manual. Also, participants sorted by
 role.
(Continue reading)


Gmane