* epg-package-info.el.in (epg-bug-report-address): New constant.
[elisp/epg.git] / epg.el
2007-11-20 uenoRevert the last change.
2007-11-11 ueno(epg-reset): Clear "operation" and "operation-data...
2007-11-11 ueno(epg-make-context): New slot "operation-data".
2007-09-18 uenoUndo the last change. opdata-branchpoint
2007-09-18 uenoRemoved OUTPUT arg from epg-start-edit-key & epg-edit...
2007-09-18 ueno(epg-make-context): New slot "edit-key-callback".
2007-04-26 uenoFixed.
2007-04-26 ueno(epg--prompt-GET_BOOL-untrusted_key.override): Lookup
2007-04-21 uenoSuppress byte-compiler warnings.
2007-04-19 ueno* epa-file.el (epa-file-insert-file-contents): Guess...
2007-03-24 uenoFixed.
2007-03-24 uenoFixed indent.
2007-03-24 uenonconc -> append
2007-03-24 ueno* epg.el (epg--list-keys-1): Accept a list of strings...
2007-03-19 uenoFixed.
2007-03-19 uenoAdd a comment.
2007-03-19 uenoIgnore errors when parsing DN.
2007-03-19 uenoIgnore errors when parsing DN.
2007-03-19 uenoFixed.
2007-03-19 uenoFixed parenthesis.
2007-03-19 uenoFixed parenthesis.
2007-03-19 uenoDecode uid name in print_string format, even for CMS...
2007-03-19 uenoFixed.
2007-03-19 ueno* epg.el (epg--decode-percent-escape): New function.
2007-03-08 uenoUndo the last change. plaintext-branchpoint
2007-03-08 ueno* epg.el (epg-verify-file): Don't use a temp output...
2007-03-08 ueno* epg.el (epg--status-BEGIN_DECRYPTION): New function...
2007-03-08 ueno* epg.el (epg-wait-for-plaintext): New function.
2007-03-08 uenoSimplified.
2007-03-08 uenoFixed the last change.
2007-03-08 ueno* epg.el (epg-list-keys): Parse GnuPG's print_string...
2007-03-08 uenoDon't parse username as DN in USERID_HINT and IMPORTED...
2007-03-08 ueno* epg.el (epg--start): Make the process-buffer unibyte.
2007-03-08 uenoUndo the last change.
2007-03-07 ueno* epg.el (epg--list-keys-1): Set coding-system-for...
2007-03-07 ueno* epg.el (epg--start): Don't specify --use-agent if...
2007-03-07 ueno* epg.el (epg--start): Don't specify --use-agent if...
2007-01-31 uenoSimplified prompt.
2007-01-31 uenoFixed prompt.
2007-01-30 uenoSimplified.
2007-01-30 uenoFixed prompt.
2007-01-30 uenoFixed.
2007-01-30 uenoMake epg-last-status buffer local.
2007-01-30 ueno* epg.el (epg-last-status): New variable.
2007-01-05 ueno* epg.el (epg--decode-hexstring): "\\x" -> "\\\\x".
2007-01-05 uenoFixed.
2007-01-05 ueno* epg.el (epg--make-sub-key-1): Don't set expiration...
2007-01-05 ueno* epa.el (epa-key-list-mode-map): Renamed from epa...
2007-01-04 ueno* epg.el (epg-sign-string): If the GnuPG version is...
2007-01-04 ueno* epg.el (epg-sign-string): If the GnuPG version is...
2007-01-04 ueno* epg.el (epg-signature-to-string): Print creation...
2006-12-19 ueno* epg.el (epg-export-keys-to-file): Fixed a typo.
2006-12-11 ueno* pgg-epg.el (pgg-epg-decrypt-region): Don't call
2006-11-24 hmurata(epg-delete-keys): Remove redundant argument for `error'
2006-11-24 ueno* epg.el (epg--status-GET_HIDDEN): Encode passphrase...
2006-11-22 hmurata(epg-context-set-passphrase-callback): Add optional
2006-11-14 ueno* epg.el (epg--start): Don't specify --enable-progress...
2006-11-12 ueno* epg.el (epg--check-error-for-decrypt): Renamed from...
2006-11-12 ueno* epg.el (epg-error): New error.
2006-11-12 uenoFixed error message.
2006-11-12 ueno(epg-delete-keys): Decode delete-problem.
2006-11-12 uenoFixed.
2006-11-12 uenoFixed.
2006-11-12 ueno(epg-import-result-to-string): New function.
2006-11-12 ueno(epg-start-sign-keys): Make it obsolete; signing a...
2006-11-12 ueno* epg.el (epg-start-sign-keys): Make it obsolete; signi...
2006-11-12 uenoepg-signature-notation -> epg-sig-notation.
2006-11-11 hmurataFix the last changes.
2006-11-11 ueno(epg--status-NOTATION_NAME): New function.
2006-11-11 uenoFixed.
2006-11-11 ueno(epg-make-context): New slot "sig-notations".
2006-11-11 ueno(epg-start-sign): Don't set --armor nor --textmode if
2006-10-30 uenoUse car-safe to typecheck.
2006-10-12 ueno* epg.el (epg-start-verify): Fixed a clearsign verifica...
2006-09-29 ueno(epg-verify-file): Mention that the plaintext will...
2006-09-29 ueno* epg.el (epg-passphrase-callback-function): Suggest...
2006-09-27 ueno* epg.el (epg-progress-callback-function): Removed.
2006-09-24 ueno* epa.el (epa-passphrase-callback-function): Moved...
2006-09-24 uenoFixed.
2006-09-23 ueno* epg.el (epg-start-decrypt): Append "--" to the end...
2006-09-23 ueno* epg.el (epg-make-context): Don't set progress-callback by
2006-09-15 uenoFixed.
2006-09-15 uenoAvoid div-by-zero error.
2006-09-15 ueno* epg.el (epg-progress-callback-function): Show the...
2006-09-13 ueno* epg-config.el (epg-passphrase-coding-system): Renamed...
2006-09-11 ueno(epg--start): Specify --enable-progress-filter in
2006-09-05 ueno* epg-config.el (epg-debug): Moved from epg.el.
2006-09-04 uenoepg-passphrase-coding-system -> epg-locale-coding-system.
2006-09-04 ueno* epg-config.el (epg-passphrase-coding-system): New...
2006-09-04 ueno* epg.el (epg--list-keys-1): Respect epg-gpg-home-direc...
2006-09-03 ueno* COMPILE (epg-modules): Add epg-config.
2006-09-03 uenoAbolished epg-gpgsm-home-directory.
2006-09-02 uenoconfiguration -> config.
2006-09-02 ueno* epg.el (epg-gpg-home-directory): New user option.
2006-09-02 uenoFixed.
2006-09-02 ueno* epg.el (epg-check-configuration): New function.
2006-07-29 ueno* EasyPG: Version 0.0.4 released. epg-0_0_4
2006-07-28 ueno* epg.el (epg-start-encrypt): Extract primary key ID...
2006-07-18 ueno* epg-pgp50i.el (epg-pgp50i--process-filter): Use
2006-07-18 ueno* epg.el (epg--process-filter): Allow only one status...
next