* epa-file.el (epa-file-insert-file-contents): Don't move the
[elisp/epg.git] / ChangeLog
2006-06-12 ueno* epa-file.el (epa-file-insert-file-contents): Don...
2006-06-01 ueno* epa-file.el (epa-file-insert-file-contents): Support...
2006-05-30 hmurata(epa-file-write-region): Encode the plain text with
2006-05-30 ueno* epa-file.el (epa-file-insert-file-contents):
2006-05-29 ueno* EasyPG: Version 0.0.2 released. epg-0_0_2
2006-05-29 uenoFixed.
2006-05-29 ueno* epa.el (epa--format-seconds): New function.
2006-05-28 ueno* epg.el (epg-start-import-keys): Don't specify filenam...
2006-05-27 ueno* epg.el (epg--process-filter): Pass epg-context instead of
2006-05-26 ueno* epg.el (epg--status-NO_PUBKEY): Replace the previous...
2006-05-26 ueno* epa.el (epa-popup-info-window): Disable by default.
2006-05-26 uenoFixed.
2006-05-26 ueno* epa.el (epa-popup-info-window): New user option.
2006-05-26 ueno(epa-insert-keys): Renamed from epa-list-keys-1; don't
2006-05-26 ueno* epa.el (epa-insert-keys): Renamed from epa-list-keys...
2006-05-26 ueno* epg.el (epg-make-context): New slot "operation".
2006-05-25 ueno* epa.el (epa-decrypt-region): New command.
2006-05-25 ueno* epa.el (epa-decrypt-armor-in-region): New command.
2006-05-25 ueno* epa.el (epa-verify-region): New command.
2006-05-25 ueno* epa.el (epa-decrypt-file): Display verify result...
2006-05-11 ueno* epa.el (epa-armor): New user option.
2006-05-02 ueno* epg.el (epg-no-data-reason-alist): New constant.
2006-05-02 ueno* epg.el (epg-list-keys-postprocess-one-key): Abolished.
2006-05-02 ueno* epg.el (epg-make-sub-key): Renamed secret -> secret-p.
2006-05-02 ueno* epg.el (epg-make-key-signature): New object epg-key...
2006-05-01 ueno* epg.el (epg-invalid-recipients-reason-alist): Renamed.
2006-05-01 ueno* epg.el (epg-start-sign): Fixed rule of the MODE argument.
2006-05-01 ueno* epg.el (epg-make-signature): Added slots for signatur...
2006-05-01 ueno* epg.el (epg-new-signature-to-string): New function.
2006-05-01 ueno* epg.el (epg-new-signature-type-alist): New variable.
2006-05-01 ueno* epg.el (epg-flush): Abolished.
2006-05-01 ueno* epg.el (epg-start): Signal an error if the process...
2006-04-30 ueno* epg.el (epg-cancel): Set 'error result.
2006-04-30 ueno* epa.el (epa-delete-keys): Support deletion of secret...
2006-04-30 ueno* pgg-epg.el (pgg-epg-decrypt-region): Convert line...
2006-04-30 ueno* epg.el (epg-read-output): Don't convert line endings...
2006-04-29 ueno* epg.el (epg-make-user-id): Renamed name -> string.
2006-04-29 ueno* epg.el (epg-list-keys): Cache user-id in epg-user...
2006-04-29 ueno* epg.el (epg-signature-to-string): Decode DN.
2006-04-29 ueno* epg.el (epg-make-signature): Removed user-id; added
2006-04-29 ueno* epg.el (epg-status-ERRSIG): New function.
2006-04-29 ueno* epg.el (epg-status-NO_PUBKEY): New function.
2006-04-28 ueno* epg.el: Typecheck when access to object's slots.
2006-04-26 ueno* epg.el (epg-status-GET_HIDDEN): Pass epg-context...
2006-04-26 ueno(epg-cancel): New function.
2006-04-26 ueno* epa.el (epa-select-keys): Don't set inhibit-quit...
2006-04-25 ueno* epg.el (epg-sign-file): Signal an error only when...
2006-04-25 ueno* epg.el (epg-process-sentinel): New function; set...
2006-04-23 uenoMerged epgsm.
2006-04-21 ueno* epa.el (epa-sign-keys): New command.
2006-04-20 ueno* epa.el (epa-list-keys-1): Add 'epa-list-keys property...
2006-04-20 ueno* pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
2006-04-20 uenoReverted.
2006-04-20 ueno* epa.el (epa-select-keys): Added "Cancel" button.
2006-04-20 ueno* epg.el (epg-signature-to-string): New function.
2006-04-20 ueno* epa-file.el (epa-file-write-region): RECIPIENTS is...
2006-04-19 ueno* epa.el (epa-verify-file): Show results in minibuffer.
2006-04-18 uenoReverted.
2006-04-18 ueno* epg.el (epg-process-filter): Call epg-after-status...
2006-04-18 ueno* epg.el (epg-status-GET_HIDDEN): Don't pass KEY-ID to
2006-04-18 ueno* epa.el (epa-export-keys): New command.
2006-04-18 ueno* epa.el (epa-keys-mode-map): Bind epa-list-keys; epa...
2006-04-18 ueno* epg.el (epg-delete-problem-alist): New constant.
2006-04-18 ueno* epg.el (epg-start): Insert the command-line arguments...
2006-04-17 ueno* epa-file.el (epa-file-write-region): Check if START...
2006-04-17 ueno* epa-file.el: Rewritten with file-name-handler.
2006-04-17 ueno* epa-file.el: Rewritten with file-name-handler.
2006-04-17 ueno* epa-file.el (epa-passphrase): New variable.
2006-04-17 ueno* epa-file.el (epa-write-file): Try to write region...
2006-04-17 ueno* epa-file.el: New implementation of epf.el.
2006-04-17 ueno* epa.el (epa-verify-file): Display verify result.
2006-04-17 ueno* epg.el (epg-invalid-recipients-alist): New variable.
2006-04-17 ueno* epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
2006-04-16 ueno* epa.el (epa-select-keys): Renamed from epa-ask-keys...
2006-04-16 ueno* epa-setup.el: New file.
2006-04-13 ueno* epa.el: Added header.
2006-04-13 ueno* epa.el: New file.
2006-04-13 ueno* epg.el (epg-start): Don't specify --yes.
2006-04-13 ueno* epg.el (epg-cipher-algorithm-alist): New constant.
2006-04-13 ueno* epg.el (epg-make-data-from-file): New function.
2006-04-12 ueno* epf.el: Renamed from epg-file.el.
2006-04-12 ueno* epg.el (epg-status-GET_BOOL): New function.
2006-04-12 uenoAdded more information.
2006-04-12 ueno* epg.el (epg-reset): Don't reset result.
2006-04-12 ueno* Makefile.am (EXTRA_DIST): Added pgg-epg.el.
2006-04-12 ueno* pgg-epg.el: New file.
2006-04-12 ueno* epg.el (epg-start-export-keys): New function.
2006-04-12 ueno* epg-file.el (epg-file-write-region): Support public...
2006-04-12 uenoAutoconfiscate.