Julien Danjou | 1 Apr 2011 10:12
Gravatar

[gnus git] branch master updated: n0-15-28-ga030e58 =1= mm-view: do not fontify fundamental-mode

       via  a030e58d75e8dcaff893d0618f6ac0daa2ca9823 (commit)
      from  04c1fb9a055fa825b0178bfa4ab190e6e5c573b8 (commit)

- Log -----------------------------------------------------------------
commit a030e58d75e8dcaff893d0618f6ac0daa2ca9823
Author: Julien Danjou <julien <at> danjou.info>
Date:   Fri Apr 1 10:11:50 2011 +0200

    mm-view: do not fontify fundamental-mode

    Signed-off-by: Julien Danjou <julien <at> danjou.info>

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a77f8b..595d32b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2011-04-01  Julien Danjou  <julien <at> danjou.info>
+
+	* mm-view.el (mm-display-inline-fontify): Do not fontify with
+	fundamental-mode.
+
 2011-03-30  Lars Magne Ingebrigtsen  <larsi <at> gnus.org>

 	* gnus-sum.el (gnus-update-marks): Revert intersection change, which
diff --git a/lisp/mm-view.el b/lisp/mm-view.el
index abd78b8..5a90f01 100644
--- a/lisp/mm-view.el
+++ b/lisp/mm-view.el
 <at>  <at>  -608,7 +608,9  <at>  <at>  If MODE is not set, try to find mode automatically."
(Continue reading)

Katsumi Yamaoka | 3 Apr 2011 12:34
Favicon
Gravatar

[gnus git] branch master updated: n0-15-29-gaec172c =1= proto-stream.el: Rename it to network-stream.el. nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command parameter to open-protocol-stream.

       via  aec172ccb68c9a5d3769c0d01d026c8a5740cf0a (commit)
      from  a030e58d75e8dcaff893d0618f6ac0daa2ca9823 (commit)

- Log -----------------------------------------------------------------
commit aec172ccb68c9a5d3769c0d01d026c8a5740cf0a
Author: Chong Yidong <cyd <at> stupidchicken.com>
Date:   Sun Apr 3 10:34:26 2011 +0000

    proto-stream.el: Rename it to network-stream.el.
    nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command parameter to open-protocol-stream.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 595d32b..7ac0efd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,10  <at>  <at> 
+2011-04-02  Chong Yidong  <cyd <at> stupidchicken.com>
+
+	* proto-stream.el: Rename it to network-stream.el.
+
+	* nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
+	parameter to open-protocol-stream.
+
 2011-04-01  Julien Danjou  <julien <at> danjou.info>

 	* mm-view.el (mm-display-inline-fontify): Do not fontify with
diff --git a/lisp/proto-stream.el b/lisp/network-stream.el
similarity index 57%
rename from lisp/proto-stream.el
rename to lisp/network-stream.el
(Continue reading)

Katsumi Yamaoka | 3 Apr 2011 12:45
Favicon
Gravatar

[gnus git] branch master updated: n0-15-30-g85f5a3d =1= Fix previous commits.

       via  85f5a3d86caf063b2c153acb1bdb6125abf3ca9e (commit)
      from  aec172ccb68c9a5d3769c0d01d026c8a5740cf0a (commit)

- Log -----------------------------------------------------------------
commit 85f5a3d86caf063b2c153acb1bdb6125abf3ca9e
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date:   Sun Apr 3 10:45:12 2011 +0000

    Fix previous commits.

diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index afdea18..44caaed 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
 <at>  <at>  -32,10 +32,7  <at>  <at> 

 (eval-and-compile
   (require 'nnheader)
-  ;; In Emacs 24, `open-protocol-stream' is an autoloaded alias for
-  ;; `make-network-stream'.
-  (unless (fboundp 'open-protocol-stream)
-    (require 'proto-stream)))
+  (require 'network-stream))

 (eval-when-compile
   (require 'cl))
diff --git a/lisp/nntp.el b/lisp/nntp.el
index 3285da5..0689143 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
(Continue reading)

Katsumi Yamaoka | 3 Apr 2011 13:38
Favicon
Gravatar

[gnus git] branch master updated: n0-15-31-g60fcfe9 =1= Fix previous commits.

       via  60fcfe91c518207e97eb109555e9fc682210e8c6 (commit)
      from  85f5a3d86caf063b2c153acb1bdb6125abf3ca9e (commit)

- Log -----------------------------------------------------------------
commit 60fcfe91c518207e97eb109555e9fc682210e8c6
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date:   Sun Apr 3 11:37:59 2011 +0000

    Fix previous commits.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ac0efd..7fd853e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,7 +1,5  <at>  <at> 
 2011-04-02  Chong Yidong  <cyd <at> stupidchicken.com>

-	* proto-stream.el: Rename it to network-stream.el.
-
 	* nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
 	parameter to open-protocol-stream.

diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 44caaed..afdea18 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
 <at>  <at>  -32,7 +32,10  <at>  <at> 

 (eval-and-compile
   (require 'nnheader)
(Continue reading)

Lars Magne Ingebrigtsen | 3 Apr 2011 18:44
Picon

[gnus git] branch master updated: n0-15-34-g2a7d7ff =3= (gnus-update-marks): Reinstate the code to not alter marks on non-selected articles. ; (gnus-get-unread-articles): Don't try to contact denied servers. ; Resolve conflict.

       via  2a7d7ffcc61af85c058859a217e1f3c4d8254eda (commit)
       via  853d81e87dcdc0a4367450d9ce0a3fc67e247137 (commit)
       via  81d0af85518767484e38359b24d098bbc76880c4 (commit)
      from  60fcfe91c518207e97eb109555e9fc682210e8c6 (commit)

- Log -----------------------------------------------------------------
commit 2a7d7ffcc61af85c058859a217e1f3c4d8254eda
Author: Lars Magne Ingebrigtsen <larsi <at> quimbies.gnus.org>
Date:   Sun Apr 3 18:44:10 2011 +0200

    (gnus-update-marks): Reinstate the code to not alter marks on non-selected articles.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6fd8f54..bbac50e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2011-04-03  Lars Magne Ingebrigtsen  <larsi <at> gnus.org>
+
+	* gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
+	marks on non-selected articles.
+
 2011-04-02  Chong Yidong  <cyd <at> stupidchicken.com>

 	* nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 10aa4e1..e3ae1d7 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
 <at>  <at>  -6070,12 +6070,15  <at>  <at>  If SELECT-ARTICLES, only select those articles from GROUP."
(Continue reading)

Lars Magne Ingebrigtsen | 4 Apr 2011 12:16
Picon

[gnus git] branch tzz-gnus-registry-rewrite created: n0-15-35-g6ebc531 =0=

        at  6ebc531dd4735212f87564fb049831b82f3ec22b (commit)

- Log -----------------------------------------------------------------
commit 6ebc531dd4735212f87564fb049831b82f3ec22b
Author: Ted Zlatanov <tzz <at> lifelogs.com>
Date:   Sun Apr 3 19:54:20 2011 -0500

    gnus-registry.el major rewrite

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bbac50e..df1e601 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,13  <at>  <at> 
+2011-04-03  Teodor Zlatanov  <tzz <at> lifelogs.com>
+
+	* registry.el: New library to manage gnus-registry-style data.
+
+	* gnus-registry.el: Use it (major rewrite).
+
+	* nnregistry.el: Use it.
+
+	* spam.el: Use it.
+
 2011-04-03  Lars Magne Ingebrigtsen  <larsi <at> gnus.org>
 
 	* gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index db3cc06..9baa18b 100644
--- a/lisp/gnus-registry.el
(Continue reading)

Lars Magne Ingebrigtsen | 5 Apr 2011 17:54
Picon

[gnus git] branch tzz-gnus-registry-rewrite updated: n0-15-37-g98c0e74 =2= Fixes suggested by David Engster <deng <at> randomsample.de>. ; gnus-registry bug fixes.

       via  98c0e74e50e3e428605c31fe7c238b8db2a5fcae (commit)
       via  982f553eaeeb15b50ad3e4a3e3670c86026a5137 (commit)
      from  6ebc531dd4735212f87564fb049831b82f3ec22b (commit)

- Log -----------------------------------------------------------------
commit 98c0e74e50e3e428605c31fe7c238b8db2a5fcae
Author: Ted Zlatanov <tzz <at> lifelogs.com>
Date:   Tue Apr 5 10:54:02 2011 -0500

    Fixes suggested by David Engster <deng <at> randomsample.de>.

    * gnus-registry.el (gnus-registry-fixup-registry): New function to
    fixup the parameters that can be customized by the user between
    save/read cycles.
    (gnus-registry-read): Use it.
    (gnus-registry-make-db): Use it.
    (gnus-registry-spool-action, gnus-registry-handle-action): Fix
    messaging.
    (gnus-registry--split-fancy-with-parent-internal): Fix loop.
    (gnus-registry-post-process-groups): Use `cond' for better messaging.
    (gnus-registry-usage-test): Add subject lookup test.

    * registry.el (registry-db, initialize-instance): Set up constructor
    instead of :initform arguments for the sake of older Emacsen.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45f7371..f790f53 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,5 +1,8  <at>  <at> 
(Continue reading)

Lars Magne Ingebrigtsen | 5 Apr 2011 18:09
Picon

[gnus git] branch tzz-gnus-registry-rewrite updated: n0-15-38-g036b6ab =1= Demonstrate pre-lexbind bug through registry.el ERT tests.

       via  036b6abe2a3748edcae4607dc16e4dbfdef09ddc (commit)
      from  98c0e74e50e3e428605c31fe7c238b8db2a5fcae (commit)

- Log -----------------------------------------------------------------
commit 036b6abe2a3748edcae4607dc16e4dbfdef09ddc
Author: Ted Zlatanov <tzz <at> lifelogs.com>
Date:   Tue Apr 5 11:08:51 2011 -0500

    Demonstrate pre-lexbind bug through registry.el ERT tests.

    * (registry-lookup-breaks-before-lexbind): New method to demonstrate
    pre-lexbind merge bug.
    (registry-usage-test): Use it.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f790f53..114c20e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -2,6 +2,9  <at>  <at> 

 	* registry.el (registry-db, initialize-instance): Set up constructor
 	instead of :initform arguments for the sake of older Emacsen.
+	(registry-lookup-breaks-before-lexbind): New method to demonstrate
+	pre-lexbind merge bug.
+	(registry-usage-test): Use it.

 	* gnus-registry.el (gnus-registry-fixup-registry): New function to
 	fixup the parameters that can be customized by the user between
diff --git a/lisp/registry.el b/lisp/registry.el
index ef78fec..6933725 100644
(Continue reading)

Ted Zlatanov | 5 Apr 2011 18:22
Favicon
Gravatar

[gnus git] branch master updated: n0-15-38-g036b6ab =4= Demonstrate pre-lexbind bug through registry.el ERT tests. ; Fixes suggested by David Engster <deng <at> randomsample.de>. ; gnus-registry bug fixes. ; gnus-registry.el major rewrite

       via  036b6abe2a3748edcae4607dc16e4dbfdef09ddc (commit)
       via  98c0e74e50e3e428605c31fe7c238b8db2a5fcae (commit)
       via  982f553eaeeb15b50ad3e4a3e3670c86026a5137 (commit)
       via  6ebc531dd4735212f87564fb049831b82f3ec22b (commit)
      from  2a7d7ffcc61af85c058859a217e1f3c4d8254eda (commit)

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog        |   29 +
 lisp/gnus-registry.el | 1358 ++++++++++++++++++++-----------------------------
 lisp/nnregistry.el    |    2 +-
 lisp/proto-stream.el  |    5 +-
 lisp/registry.el      |  414 +++++++++++++++
 lisp/spam.el          |   27 +-
 6 files changed, 1009 insertions(+), 826 deletions(-)
 create mode 100644 lisp/registry.el

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 "Gnus Project".

The branch, master has been updated

hooks/post-receive
--

-- 
(Continue reading)

Ted Zlatanov | 5 Apr 2011 20:42
Favicon
Gravatar

[gnus git] branch master updated: n0-15-39-g96b11ae =1= * registry.el (initialize-instance, registry-db): Move the non-function initforms back to the class definition.

       via  96b11ae6da3fed2ee5b4ae882e88a2efc6c63d21 (commit)
      from  036b6abe2a3748edcae4607dc16e4dbfdef09ddc (commit)

- Log -----------------------------------------------------------------
commit 96b11ae6da3fed2ee5b4ae882e88a2efc6c63d21
Author: Ted Zlatanov <tzz <at> lifelogs.com>
Date:   Tue Apr 5 13:42:34 2011 -0500

    * registry.el (initialize-instance, registry-db): Move the non-function initforms back to the class definition.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 114c20e..4150693 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -5,6 +5,8  <at>  <at> 
 	(registry-lookup-breaks-before-lexbind): New method to demonstrate
 	pre-lexbind merge bug.
 	(registry-usage-test): Use it.
+	(initialize-instance, registry-db): Move the non-function initforms
+	back to the class definition.

 	* gnus-registry.el (gnus-registry-fixup-registry): New function to
 	fixup the parameters that can be customized by the user between
diff --git a/lisp/registry.el b/lisp/registry.el
index 6933725..3c4457d 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
 <at>  <at>  -99,17 +99,21  <at>  <at> 
             :custom float
             :documentation "The registry version.")
(Continue reading)


Gmane