Mercurial > emacs
comparison lisp/ChangeLog @ 67557:c3e344df91dd
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Dec 2005 04:04:05 +0000 |
parents | 10707dfc70f3 |
children | 890887cd17a8 |
comparison
equal
deleted
inserted
replaced
67556:a0ffaa99c612 | 67557:c3e344df91dd |
---|---|
3116 specified keyword args on to `define-minor-mode'. Update docstring. | 3116 specified keyword args on to `define-minor-mode'. Update docstring. |
3117 | 3117 |
3118 2005-11-05 Romain Francoise <romain@orebokech.com> | 3118 2005-11-05 Romain Francoise <romain@orebokech.com> |
3119 | 3119 |
3120 * replace.el (occur-engine): Add marker at end of line, too. | 3120 * replace.el (occur-engine): Add marker at end of line, too. |
3121 | |
3122 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> | |
3123 | |
3124 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) | |
3125 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) | |
3126 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) | |
3127 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase' | |
3128 argument to all these routines, so the passphrase can be managed | |
3129 externally and passed in to the system. | |
3130 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for | |
3131 pgg-add-passphrase-to-cache function. | |
3132 | |
3133 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) | |
3134 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) | |
3135 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) | |
3136 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' | |
3137 argument to all these routines, so the passphrase can be managed | |
3138 externally and passed in to the system. | |
3139 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | |
3140 function. | |
3121 | 3141 |
3122 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu> | 3142 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu> |
3123 | 3143 |
3124 * font-lock.el: Don't deal with font-lock-face-attributes here, | 3144 * font-lock.el: Don't deal with font-lock-face-attributes here, |
3125 move the code ... | 3145 move the code ... |
3696 | 3716 |
3697 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify) | 3717 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify) |
3698 (jit-lock-deferred-fontify, jit-lock-context-fontify) | 3718 (jit-lock-deferred-fontify, jit-lock-context-fontify) |
3699 (jit-lock-after-change): Test memory-full. | 3719 (jit-lock-after-change): Test memory-full. |
3700 | 3720 |
3721 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> | |
3722 | |
3723 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right | |
3724 part of the decoded armor to find the key-identifier. | |
3725 (pgg-gpg-lookup-key-owner): New function to return the | |
3726 human-readable identifier of a key owner. | |
3727 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the | |
3728 key itself. | |
3729 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than | |
3730 the key value) if we have a key and can match it against a secret | |
3731 key. Also, added a note pointing out fact that the prompt only | |
3732 indicates the first matching key. | |
3733 | |
3734 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to | |
3735 pgg-decrypt-region. | |
3736 (pgg-pending-timers): A new hash for tracking the passphrase cache | |
3737 timers, so that new ones supercede old ones. | |
3738 (pgg-add-passphrase-to-cache): Rename from | |
3739 `pgg-add-passphrase-cache' to reduce confusion (all callers | |
3740 changed). Modified to cancel old timers when new ones are added. | |
3741 (pgg-remove-passphrase-from-cache): Rename from | |
3742 `pgg-remove-passphrase-cache' to reduce confusion (all callers | |
3743 changed). Modified to cancel old timers when their keys are | |
3744 removed from the cache. | |
3745 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in | |
3746 XEmacs, an indirection to delete-itimer. | |
3747 (pgg-read-passphrase-from-cache, pgg-read-passphrase): | |
3748 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so | |
3749 users can only check cache without risk of prompting. Correct bug in | |
3750 notruncate behavior. | |
3751 (pgg-read-passphrase-from-cache, pgg-read-passphrase) | |
3752 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): | |
3753 Add informative docstrings. | |
3754 (pgg-decrypt): Convey provided passphrase in subordinate call to | |
3755 pgg-decrypt-region. | |
3756 | |
3757 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region) | |
3758 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region) | |
3759 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional | |
3760 'passphrase' argument, so the passphrase can be managed externally | |
3761 and then passed in to the system. | |
3762 | |
3763 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache) | |
3764 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument, | |
3765 so the passphrase cache can be used reliably with identifiers | |
3766 besides a pgp packet's key id. | |
3767 | |
3768 * pgg-gpg.el (pgg-pgp-encrypt-region) | |
3769 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) | |
3770 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) | |
3771 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase' | |
3772 argument to all these routines, so the passphrase can be managed | |
3773 externally and passed in to the system. | |
3774 | |
3775 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional | |
3776 'notruncate' argument, so the passphrase cache can be used | |
3777 reliably with identifiers besides a pgp packet's key id. | |
3778 | |
3779 2005-10-29 Sascha Wilde <swilde@sha-bang.de> | |
3780 | |
3781 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for | |
3782 symmetric encryption. | |
3783 (pgg-gpg-symmetric-key-p): New function to check for an symmetric | |
3784 encrypted session key. | |
3785 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted | |
3786 message ask for the passphrase in a proper way. | |
3787 | |
3788 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region): | |
3789 New user commands for symmetric encryption. | |
3790 | |
3701 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de> | 3791 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de> |
3702 | 3792 |
3703 * textmodes/conf-mode.el (conf-assignment-sign) | 3793 * textmodes/conf-mode.el (conf-assignment-sign) |
3704 (conf-assignment-regexp): Fix docstrings. | 3794 (conf-assignment-regexp): Fix docstrings. |
3705 (conf-mode-initialize): New function. | 3795 (conf-mode-initialize): New function. |