Mercurial > emacs
view mac/Emacs.app/Contents/Info.plist @ 66519:20539524a670
(pgg-decrypt): Passing along 'passphrase' in call to pgg-decrypt-region.
(pgg-pending-timers): A new hash for tracking the passphrase cache
timers, so that new ones supercede old ones.
(pgg-add-passphrase-to-cache): Renamed from
`pgg-add-passphrase-cache' to reduce confusion (all callers
changed). Modified to cancel old timers when new ones are added.
(pgg-remove-passphrase-from-cache): Renamed from
`pgg-remove-passphrase-cache' to reduce confusion (all callers
changed). Modified to cancel old timers when their keys are
removed from the cache.
(pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
XEmacs, an indirection to delete-itimer.
(pgg-read-passphrase-from-cache, pgg-read-passphrase): Extracted
pgg-read-passphrase-from-cache from pgg-read-passphrase so users
can only check cache without risk of prompting. Corrected bug in
notruncate behavior.
(pgg-read-passphrase-from-cache, pgg-read-passphrase)
(pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Added
informative docstrings.
(pgg-decrypt): Convey provided passphrase in subordinate call to
pgg-decrypt-region.
(pgg-encrypt-region, pgg-encrypt-symmetric-region)
(pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
(pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
'passphrase' argument, so the passphrase can be managed externally
and then passed in to the system.
(pgg-read-passphrase, pgg-add-passphrase-cache)
(pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
so the passphrase cache can be used reliably with identifiers
besides a pgp packet's key id.
(pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
New user commands for symmetric encryption.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 29 Oct 2005 11:29:41 +0000 |
parents | 269f91810e62 |
children | a8599801089f |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>*</string> </array> <key>CFBundleTypeName</key> <string>All</string> <key>CFBundleTypeOSTypes</key> <array> <string>****</string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> </dict> </array> <key>CFBundleExecutable</key> <string>Emacs</string> <key>CFBundleIconFile</key> <string>Emacs.icns</string> <key>CFBundleIdentifier</key> <string>org.gnu.Emacs</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>EMAx</string> <key>CFBundleVersion</key> <string>1.1</string> <key>NSServices</key> <array> <dict> <key>NSKeyEquivalent</key> <dict/> <key>NSMenuItem</key> <dict> <key>default</key> <string>Emacs/Open Selected File</string> </dict> <key>NSMessage</key> <string>open-file</string> <key>NSPortName</key> <string>Emacs</string> <key>NSReturnTypes</key> <array/> <key>NSSendTypes</key> <array> <string>NSStringPboardType</string> </array> </dict> <dict> <key>NSKeyEquivalent</key> <dict/> <key>NSMenuItem</key> <dict> <key>default</key> <string>Emacs/New Buffer Containing Selection</string> </dict> <key>NSMessage</key> <string>open-selection</string> <key>NSPortName</key> <string>Emacs</string> <key>NSReturnTypes</key> <array/> <key>NSSendTypes</key> <array> <string>NSStringPboardType</string> </array> </dict> <dict> <key>NSKeyEquivalent</key> <dict/> <key>NSMenuItem</key> <dict> <key>default</key> <string>Emacs/Send Selection</string> </dict> <key>NSMessage</key> <string>mail-selection</string> <key>NSPortName</key> <string>Emacs</string> <key>NSReturnTypes</key> <array/> <key>NSSendTypes</key> <array> <string>NSStringPboardType</string> </array> </dict> <dict> <key>NSKeyEquivalent</key> <dict/> <key>NSMenuItem</key> <dict> <key>default</key> <string>Emacs/Send To</string> </dict> <key>NSMessage</key> <string>mail-to</string> <key>NSPortName</key> <string>Emacs</string> <key>NSReturnTypes</key> <array/> <key>NSSendTypes</key> <array> <string>NSStringPboardType</string> </array> </dict> </array> </dict> </plist>