emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog epg.el


From: Daiki Ueno
Subject: [Emacs-diffs] emacs/lisp ChangeLog epg.el
Date: Fri, 11 Sep 2009 22:48:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Daiki Ueno <ueno>       09/09/11 22:48:05

Modified files:
        lisp           : ChangeLog epg.el 

Log message:
        Fix the last commit.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16136&r2=1.16137
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/epg.el?cvsroot=emacs&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16136
retrieving revision 1.16137
diff -u -b -r1.16136 -r1.16137
--- ChangeLog   11 Sep 2009 22:46:14 -0000      1.16136
+++ ChangeLog   11 Sep 2009 22:48:03 -0000      1.16137
@@ -3,7 +3,7 @@
        * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
        (epg-digest-algorithm-alist): Add SHA224.
        (epg-context-set-passphrase-callback)
-       (epg-context-set-progress-callback): Add more description about
+       (epg-context-set-progress-callback): Add description about
        callback function.
 
 2009-09-11  Stefan Monnier  <address@hidden>

Index: epg.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/epg.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- epg.el      11 Sep 2009 22:46:17 -0000      1.15
+++ epg.el      11 Sep 2009 22:48:05 -0000      1.16
@@ -332,6 +332,7 @@
 
 PASSPHRASE-CALLBACK is either a function, or a cons-cell whose
 car is a function and cdr is a callback data.
+
 The function gets three arguments: the context, the key-id in
 question, and the callback data (if any)."
   (unless (eq (car-safe context) 'epg-context)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]