Katsumi Yamaoka | 1 Jul 2011 01:27
Favicon
Gravatar

[gnus git] branch master updated: n0-17-123-gdd5c9c2 =1= Replace string-match-p with string-match for old Emacsen.

       via  dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae (commit)
      from  cc52ad34d2922b013fd8026d0728617261979da6 (commit)

- Log -----------------------------------------------------------------
commit dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date:   Thu Jun 30 23:26:30 2011 +0000

    Replace string-match-p with string-match for old Emacsen.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index af728c9..8369986 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2011-06-30  Katsumi Yamaoka  <yamaoka <at> jpl.org>
+
+	* mml2015.el (mml2015-use): Replace string-match-p with string-match
+	for old Emacsen.
+
 2011-06-30  Daiki Ueno  <ueno <at> unixuser.org>

 	* mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index d7070ef..7d8a411 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
 <at>  <at>  -59,7 +59,7  <at>  <at> 
 			 ;; Don't load PGG if it is marked as obsolete
 			 ;; (Emacs 24).
(Continue reading)

Katsumi Yamaoka | 1 Jul 2011 06:05
Favicon
Gravatar

[gnus git] branch master updated: n0-17-124-geb77f7d =1= Merge changes made in Emacs trunk.

       via  eb77f7d94997f68ccd0b3e73d71782221f269aa8 (commit)
      from  dd5c9c2cc48fb25d6e6df11717b17c2746ac54ae (commit)

- Log -----------------------------------------------------------------
commit eb77f7d94997f68ccd0b3e73d71782221f269aa8
Author: Daiki Ueno <ueno <at> unixuser.org>
Date:   Fri Jul 1 04:04:59 2011 +0000

    Merge changes made in Emacs trunk.

    plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
     (plstore-save): Support public key encryption.
     (plstore--init-from-buffer): New function.
     (plstore-open): Use it; fix error when opening a non-existent file.
     (plstore-revert): Use plstore--init-from-buffer.
    auth-source.el (auth-source-backend): Fix :initarg for data slot.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8369986..2aba7e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,15  <at>  <at> 
+2011-07-01  Daiki Ueno  <ueno <at> unixuser.org>
+
+	* plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
+	(plstore-save): Support public key encryption.
+	(plstore--init-from-buffer): New function.
+	(plstore-open): Use it; fix error when opening a non-existent file.
+	(plstore-revert): Use plstore--init-from-buffer.
+
(Continue reading)

Katsumi Yamaoka | 1 Jul 2011 06:06
Favicon
Gravatar

[gnus git] branch master updated: n0-17-125-gb28d326 =1= gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.

       via  b28d3268af979b7dbc15318793330085996c53a3 (commit)
      from  eb77f7d94997f68ccd0b3e73d71782221f269aa8 (commit)

- Log -----------------------------------------------------------------
commit b28d3268af979b7dbc15318793330085996c53a3
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date:   Fri Jul 1 04:06:35 2011 +0000

    gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2aba7e4..f11e342 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,7  <at>  <at> 
+2011-07-01  Katsumi Yamaoka  <yamaoka <at> jpl.org>
+
+	* gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
+
 2011-07-01  Daiki Ueno  <ueno <at> unixuser.org>

 	* plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el
index 1709b1c..a2a4cd3 100644
--- a/lisp/gnus-draft.el
+++ b/lisp/gnus-draft.el
 <at>  <at>  -325,10 +325,18  <at>  <at>  If DONT-POP is nil, display the buffer after setting it up."
 	(error "The draft %s is under edit" file)))))

 (defun gnus-draft-clear-marks ()
(Continue reading)

Katsumi Yamaoka | 1 Jul 2011 09:22
Favicon
Gravatar

[gnus git] branch master updated: n0-17-126-g7be3fb6 =1= nntp.el (nntp-record-command): gnus-util.el (gnus-message-with-timestamp-1): Use format-time-string rather than decoding time stamps by hand. This is simpler and insulates the code from potential changes to current-time format.

       via  7be3fb62838ee5fcf8e692760b69640fcbb54a72 (commit)
      from  b28d3268af979b7dbc15318793330085996c53a3 (commit)

- Log -----------------------------------------------------------------
commit 7be3fb62838ee5fcf8e692760b69640fcbb54a72
Author: Paul Eggert <eggert <at> cs.ucla.edu>
Date:   Fri Jul 1 07:21:17 2011 +0000

    nntp.el (nntp-record-command):
    gnus-util.el (gnus-message-with-timestamp-1): Use format-time-string rather than decoding time
stamps by hand.  This is simpler and insulates the code from potential changes to current-time format.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f11e342..8c629be 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,11  <at>  <at> 
+2011-07-01  Paul Eggert  <eggert <at> cs.ucla.edu>
+
+	* nntp.el (nntp-record-command):
+	* gnus-util.el (gnus-message-with-timestamp-1):
+	Use format-time-string rather than decoding time stamps by hand.
+	This is simpler and insulates the code from potential changes to
+	current-time format.
+
 2011-07-01  Katsumi Yamaoka  <yamaoka <at> jpl.org>

 	* gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el
index 3f66b45..7155c7f 100644
(Continue reading)

Katsumi Yamaoka | 1 Jul 2011 09:28
Favicon
Gravatar

[gnus git] branch master updated: n0-17-127-g9016000 =1= gnus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually existing articles as unread rather than the ones that active asserts.

       via  9016000ed04df0c8ca8694f63f1973bd0311fcac (commit)
      from  7be3fb62838ee5fcf8e692760b69640fcbb54a72 (commit)

- Log -----------------------------------------------------------------
commit 9016000ed04df0c8ca8694f63f1973bd0311fcac
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date:   Fri Jul 1 07:28:26 2011 +0000

    gnus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually existing articles as
unread rather than the ones that active asserts.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c629be..8580c0e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2011-07-01  Katsumi Yamaoka  <yamaoka <at> jpl.org>
+
+	* gnus-draft.el (gnus-draft-clear-marks): Revert last change;
+	mark actually existing articles as unread rather than the ones that
+	active asserts.
+
 2011-07-01  Paul Eggert  <eggert <at> cs.ucla.edu>

 	* nntp.el (nntp-record-command):
diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el
index a2a4cd3..40f5abd 100644
--- a/lisp/gnus-draft.el
+++ b/lisp/gnus-draft.el
 <at>  <at>  -325,18 +325,9  <at>  <at>  If DONT-POP is nil, display the buffer after setting it up."
(Continue reading)

Katsumi Yamaoka | 1 Jul 2011 09:48
Favicon
Gravatar

[gnus git] branch master updated: n0-17-128-g3ea72fb =1= auth-source.el (plstore-delete): Autoload. (auth-source-plstore-search): Support delete operation. plstore.el (plstore-delete): New function.

       via  3ea72fb7b847f08d8b64550409bcf5baedb94fec (commit)
      from  9016000ed04df0c8ca8694f63f1973bd0311fcac (commit)

- Log -----------------------------------------------------------------
commit 3ea72fb7b847f08d8b64550409bcf5baedb94fec
Author: Daiki Ueno <ueno <at> unixuser.org>
Date:   Fri Jul 1 07:47:34 2011 +0000

    auth-source.el (plstore-delete): Autoload.
     (auth-source-plstore-search): Support delete operation.
    plstore.el (plstore-delete): New function.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8580c0e..a527f60 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2011-07-01  Daiki Ueno  <ueno <at> unixuser.org>
+
+	* auth-source.el (plstore-delete): Autoload.
+	(auth-source-plstore-search): Support delete operation.
+	* plstore.el (plstore-delete): New function.
+
 2011-07-01  Katsumi Yamaoka  <yamaoka <at> jpl.org>

 	* gnus-draft.el (gnus-draft-clear-marks): Revert last change;
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index fd54c5a..52c9b17 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
(Continue reading)

Andrew Cohen | 1 Jul 2011 14:34

[gnus git] branch master updated: n0-17-129-gd758f38 =1= nnir.el (nnir-request-article): Fix error message text.

       via  d758f38a9c47ae80c7dedd13b9630230a9b4cc47 (commit)
      from  3ea72fb7b847f08d8b64550409bcf5baedb94fec (commit)

- Log -----------------------------------------------------------------
commit d758f38a9c47ae80c7dedd13b9630230a9b4cc47
Author: Andrew Cohen <cohen <at> andy.bu.edu>
Date:   Fri Jul 1 08:24:29 2011 -0400

    nnir.el (nnir-request-article): Fix error message text.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a527f60..ab80cc6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,7  <at>  <at> 
+2011-07-01  Andrew Cohen  <cohen <at> andy.bu.edu>
+
+	* nnir.el (nnir-request-article): Fix error message text.
+
 2011-07-01  Daiki Ueno  <ueno <at> unixuser.org>

 	* auth-source.el (plstore-delete): Autoload.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index f1a97dc..732316a 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
 <at>  <at>  -661,7 +661,7  <at>  <at>  Add an entry here when adding a new search engine.")
 	   (not (eq 'nnimap (car (gnus-server-to-method server)))))
       (nnheader-report
        'nnir
(Continue reading)

Ted Zlatanov | 1 Jul 2011 15:35
Favicon
Gravatar

https://git.gnus.org/gnus ; Reindent and untabify auth-source.el.

       via  68c92ffbbd7e600f3a4e2f5540412b0631b3beab (commit)
       via  483dfe09f11eda5d73deba3967116d0d1e9f9420 (commit)
       via  f1620b5de8050a842ca657f3dbe47d60e0d6a0d4 (commit)
       via  080b35cfaeb706567e09a6758fe5660c65089098 (commit)
      from  d758f38a9c47ae80c7dedd13b9630230a9b4cc47 (commit)

- Log -----------------------------------------------------------------
commit 68c92ffbbd7e600f3a4e2f5540412b0631b3beab
Author: Daiki Ueno <ueno <at> unixuser.org>
Date:   Fri Jul 1 08:35:05 2011 -0500

    * auth-source.el (auth-source-token-passphrase-callback-function):
    Simplify and remove EPA dependency.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab80cc6..d6777cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2011-07-01  Daiki Ueno  <ueno <at> unixuser.org>
+
+	* auth-source.el (auth-source-token-passphrase-callback-function):
+	Simplify and remove EPA dependency.
+
 2011-07-01  Andrew Cohen  <cohen <at> andy.bu.edu>

 	* nnir.el (nnir-request-article): Fix error message text.
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index c16137f..677698e 100644
--- a/lisp/auth-source.el
(Continue reading)

Ted Zlatanov | 1 Jul 2011 21:32
Favicon
Gravatar

[gnus git] branch master updated: n0-17-134-g45cd83c =1= Update EIEIO from GNU Emacs trunk

       via  45cd83c3392b6d46f6ffbcca54c852916085236f (commit)
      from  68c92ffbbd7e600f3a4e2f5540412b0631b3beab (commit)

- Log -----------------------------------------------------------------
commit 45cd83c3392b6d46f6ffbcca54c852916085236f
Author: Ted Zlatanov <tzz <at> lifelogs.com>
Date:   Fri Jul 1 14:32:33 2011 -0500

    Update EIEIO from GNU Emacs trunk

diff --git a/lisp/gnus-fallback-lib/eieio/eieio.el b/lisp/gnus-fallback-lib/eieio/eieio.el
index 268698e..83c09b6 100644
--- a/lisp/gnus-fallback-lib/eieio/eieio.el
+++ b/lisp/gnus-fallback-lib/eieio/eieio.el
 <at>  <at>  -420,6 +420,7  <at>  <at>  It creates an autoload function for CNAME's constructor."
     (load-library (car (cdr (symbol-function cname))))))

 (defun eieio-defclass (cname superclasses slots options-and-doc)
+  ;; FIXME: Most of this should be moved to the `defclass' macro.
   "Define CNAME as a new subclass of SUPERCLASSES.
 SLOTS are the slots residing in that class definition, and options or
 documentation OPTIONS-AND-DOC is the toplevel documentation for this class.
 <at>  <at>  -1139,6 +1140,17  <at>  <at>  a string."
 
 ;;; CLOS methods and generics
 ;;
+
+(put 'eieio--defalias 'byte-hunk-handler
+     #'byte-compile-file-form-defalias) ;;(get 'defalias 'byte-hunk-handler)
+(defun eieio--defalias (name body)
(Continue reading)

Ted Zlatanov | 2 Jul 2011 03:08
Favicon
Gravatar

[gnus git] branch master updated: n0-17-135-g65d4480 =1= * gnus-msg.el (gnus-bug): Give the Version and Package headers to debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.

       via  65d4480aa245cb3e5ba5c9a03db72f1a19b92695 (commit)
      from  45cd83c3392b6d46f6ffbcca54c852916085236f (commit)

- Log -----------------------------------------------------------------
commit 65d4480aa245cb3e5ba5c9a03db72f1a19b92695
Author: Ted Zlatanov <tzz <at> lifelogs.com>
Date:   Fri Jul 1 20:08:17 2011 -0500

    * gnus-msg.el (gnus-bug): Give the Version and Package headers to debbugs with the X-Debbugs-Package and
X-Debbugs-Version headers.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6777cf..fccd7ff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2011-07-02  Teodor Zlatanov  <tzz <at> lifelogs.com>
+
+	* gnus-msg.el (gnus-bug): Give the Version and Package headers to
+	debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
+
 2011-07-01  Daiki Ueno  <ueno <at> unixuser.org>

 	* auth-source.el (auth-source-token-passphrase-callback-function):
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 8e382e0..ec98132 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
 <at>  <at>  -1455,14 +1455,18  <at>  <at>  If YANK is non-nil, include the original article."
 	(goto-char (point-min)))
(Continue reading)


Gmane