aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-02-11 09:53:56 +0000
committerJason Rumney2008-02-11 09:53:56 +0000
commit0a00103072e4629e316493cc47d064625fed206f (patch)
tree889e698c1bb98fc9c4592600a9c9930716ecad30
parent4134dd158a17b84fcccef356934559c90ce4a100 (diff)
downloademacs-0a00103072e4629e316493cc47d064625fed206f.tar.gz
emacs-0a00103072e4629e316493cc47d064625fed206f.zip
Regenerated.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ldefs-boot.el662
2 files changed, 635 insertions, 31 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 20ef22aeba7..31e4ebc5da7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-02-11 Jason Rumney <jasonr@gnu.org>
2
3 * ldefs-boot.el: Regenerated.
4
12008-02-11 Glenn Morris <rgm@gnu.org> 52008-02-11 Glenn Morris <rgm@gnu.org>
2 6
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): 7 * progmodes/compile.el (compilation-error-regexp-alist-alist):
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index fff7eaddf85..45469e61315 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -2622,7 +2622,7 @@ Play Bubbles game.
2622 2622
2623;;;### (autoloads (insert-text-button make-text-button insert-button 2623;;;### (autoloads (insert-text-button make-text-button insert-button
2624;;;;;; make-button define-button-type) "button" "button.el" (18350 2624;;;;;; make-button define-button-type) "button" "button.el" (18350
2625;;;;;; 10550)) 2625;;;;;; 11412))
2626;;; Generated autoloads from button.el 2626;;; Generated autoloads from button.el
2627 2627
2628(defvar button-map (let ((map (make-sparse-keymap))) (define-key map [(control 109)] 'push-button) (define-key map [mouse-2] 'push-button) map) "\ 2628(defvar button-map (let ((map (make-sparse-keymap))) (define-key map [(control 109)] 'push-button) (define-key map [mouse-2] 'push-button) map) "\
@@ -4638,7 +4638,7 @@ on third call it again advances points to the next difference and so on.
4638;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4638;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4639;;;;;; compile compilation-disable-input compile-command compilation-search-path 4639;;;;;; compile compilation-disable-input compile-command compilation-search-path
4640;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4640;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4641;;;;;; "compile" "progmodes/compile.el" (18324 26616)) 4641;;;;;; "compile" "progmodes/compile.el" (18352 4533))
4642;;; Generated autoloads from progmodes/compile.el 4642;;; Generated autoloads from progmodes/compile.el
4643 4643
4644(defvar compilation-mode-hook nil "\ 4644(defvar compilation-mode-hook nil "\
@@ -5985,8 +5985,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5985 5985
5986;;;*** 5986;;;***
5987 5987
5988;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (18346 5988;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (18351
5989;;;;;; 13710)) 5989;;;;;; 47690))
5990;;; Generated autoloads from net/dbus.el 5990;;; Generated autoloads from net/dbus.el
5991 5991
5992(autoload 'dbus-handle-event "dbus" "\ 5992(autoload 'dbus-handle-event "dbus" "\
@@ -6717,7 +6717,7 @@ With prefix arg, prompt for diff switches.
6717;;;*** 6717;;;***
6718 6718
6719;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 6719;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6720;;;;;; (18344 9811)) 6720;;;;;; (18351 47688))
6721;;; Generated autoloads from diff-mode.el 6721;;; Generated autoloads from diff-mode.el
6722 6722
6723(autoload 'diff-mode "diff-mode" "\ 6723(autoload 'diff-mode "diff-mode" "\
@@ -7623,7 +7623,7 @@ Locate SOA record and increment the serial field.
7623;;;*** 7623;;;***
7624 7624
7625;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode 7625;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
7626;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18339 17931)) 7626;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18351 47688))
7627;;; Generated autoloads from doc-view.el 7627;;; Generated autoloads from doc-view.el
7628 7628
7629(autoload 'doc-view-mode-p "doc-view" "\ 7629(autoload 'doc-view-mode-p "doc-view" "\
@@ -9126,6 +9126,581 @@ Not documented
9126 9126
9127;;;*** 9127;;;***
9128 9128
9129;;;### (autoloads (epa-mode epa-menu-mode epa-insert-keys epa-export-keys
9130;;;;;; epa-import-armor-in-region epa-import-keys-region epa-import-keys
9131;;;;;; epa-delete-keys epa-encrypt-region epa-sign-region epa-verify-cleartext-in-region
9132;;;;;; epa-verify-region epa-decrypt-armor-in-region epa-decrypt-region
9133;;;;;; epa-encrypt-file epa-sign-file epa-verify-file epa-decrypt-file
9134;;;;;; epa-select-keys epa-list-secret-keys epa-list-keys) "epa"
9135;;;;;; "epa.el" (18351 47688))
9136;;; Generated autoloads from epa.el
9137
9138(autoload 'epa-list-keys "epa" "\
9139List all keys matched with NAME from the public keyring.
9140
9141\(fn &optional NAME)" t nil)
9142
9143(autoload 'epa-list-secret-keys "epa" "\
9144List all keys matched with NAME from the private keyring.
9145
9146\(fn &optional NAME)" t nil)
9147
9148(autoload 'epa-select-keys "epa" "\
9149Display a user's keyring and ask him to select keys.
9150CONTEXT is an epg-context.
9151PROMPT is a string to prompt with.
9152NAMES is a list of strings to be matched with keys. If it is nil, all
9153the keys are listed.
9154If SECRET is non-nil, list secret keys instead of public keys.
9155
9156\(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil)
9157
9158(autoload 'epa-decrypt-file "epa" "\
9159Decrypt FILE.
9160
9161\(fn FILE)" t nil)
9162
9163(autoload 'epa-verify-file "epa" "\
9164Verify FILE.
9165
9166\(fn FILE)" t nil)
9167
9168(autoload 'epa-sign-file "epa" "\
9169Sign FILE by SIGNERS keys selected.
9170
9171\(fn FILE SIGNERS MODE)" t nil)
9172
9173(autoload 'epa-encrypt-file "epa" "\
9174Encrypt FILE for RECIPIENTS.
9175
9176\(fn FILE RECIPIENTS)" t nil)
9177
9178(autoload 'epa-decrypt-region "epa" "\
9179Decrypt the current region between START and END.
9180
9181Don't use this command in Lisp programs!
9182
9183\(fn START END)" t nil)
9184
9185(autoload 'epa-decrypt-armor-in-region "epa" "\
9186Decrypt OpenPGP armors in the current region between START and END.
9187
9188Don't use this command in Lisp programs!
9189
9190\(fn START END)" t nil)
9191
9192(autoload 'epa-verify-region "epa" "\
9193Verify the current region between START and END.
9194
9195Don't use this command in Lisp programs!
9196
9197\(fn START END)" t nil)
9198
9199(autoload 'epa-verify-cleartext-in-region "epa" "\
9200Verify OpenPGP cleartext signed messages in the current region
9201between START and END.
9202
9203Don't use this command in Lisp programs!
9204
9205\(fn START END)" t nil)
9206
9207(autoload 'epa-sign-region "epa" "\
9208Sign the current region between START and END by SIGNERS keys selected.
9209
9210Don't use this command in Lisp programs!
9211
9212\(fn START END SIGNERS MODE)" t nil)
9213
9214(autoload 'epa-encrypt-region "epa" "\
9215Encrypt the current region between START and END for RECIPIENTS.
9216
9217Don't use this command in Lisp programs!
9218
9219\(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
9220
9221(autoload 'epa-delete-keys "epa" "\
9222Delete selected KEYS.
9223
9224Don't use this command in Lisp programs!
9225
9226\(fn KEYS &optional ALLOW-SECRET)" t nil)
9227
9228(autoload 'epa-import-keys "epa" "\
9229Import keys from FILE.
9230
9231Don't use this command in Lisp programs!
9232
9233\(fn FILE)" t nil)
9234
9235(autoload 'epa-import-keys-region "epa" "\
9236Import keys from the region.
9237
9238Don't use this command in Lisp programs!
9239
9240\(fn START END)" t nil)
9241
9242(autoload 'epa-import-armor-in-region "epa" "\
9243Import keys in the OpenPGP armor format in the current region
9244between START and END.
9245
9246Don't use this command in Lisp programs!
9247
9248\(fn START END)" t nil)
9249
9250(autoload 'epa-export-keys "epa" "\
9251Export selected KEYS to FILE.
9252
9253Don't use this command in Lisp programs!
9254
9255\(fn KEYS FILE)" t nil)
9256
9257(autoload 'epa-insert-keys "epa" "\
9258Insert selected KEYS after the point.
9259
9260Don't use this command in Lisp programs!
9261
9262\(fn KEYS)" t nil)
9263
9264(defvar epa-menu-mode nil "\
9265Non-nil if Epa-Menu mode is enabled.
9266See the command `epa-menu-mode' for a description of this minor mode.
9267Setting this variable directly does not take effect;
9268either customize it (see the info node `Easy Customization')
9269or call the function `epa-menu-mode'.")
9270
9271(custom-autoload 'epa-menu-mode "epa" nil)
9272
9273(autoload 'epa-menu-mode "epa" "\
9274Minor mode to hook EasyPG into the menu-bar.
9275
9276\(fn &optional ARG)" t nil)
9277
9278(defvar epa-mode nil "\
9279Non-nil if Epa mode is enabled.
9280See the command `epa-mode' for a description of this minor mode.
9281Setting this variable directly does not take effect;
9282either customize it (see the info node `Easy Customization')
9283or call the function `epa-mode'.")
9284
9285(custom-autoload 'epa-mode "epa" nil)
9286
9287(autoload 'epa-mode "epa" "\
9288Minor mode to hook EasyPG into various modes.
9289See `epa-global-minor-modes'.
9290
9291\(fn &optional ARG)" t nil)
9292
9293;;;***
9294
9295;;;### (autoloads (epa-dired-mode) "epa-dired" "epa-dired.el" (18351
9296;;;;;; 47688))
9297;;; Generated autoloads from epa-dired.el
9298
9299(defvar epa-dired-mode nil "\
9300Non-nil if Epa-Dired mode is enabled.
9301See the command `epa-dired-mode' for a description of this minor mode.
9302Setting this variable directly does not take effect;
9303either customize it (see the info node `Easy Customization')
9304or call the function `epa-dired-mode'.")
9305
9306(custom-autoload 'epa-dired-mode "epa-dired" nil)
9307
9308(autoload 'epa-dired-mode "epa-dired" "\
9309Minor mode to hook EasyPG into Dired.
9310
9311\(fn &optional ARG)" t nil)
9312
9313;;;***
9314
9315;;;### (autoloads (epa-file-mode epa-file-disable epa-file-enable)
9316;;;;;; "epa-file" "epa-file.el" (18351 47688))
9317;;; Generated autoloads from epa-file.el
9318
9319(put 'epa-file-encrypt-to 'safe-local-variable (lambda (val) (or (stringp val) (and (listp val) (catch 'safe (mapc (lambda (elt) (unless (stringp elt) (throw 'safe nil))) val) t)))))
9320
9321(put 'epa-file-encrypt-to 'permanent-local t)
9322
9323(autoload 'epa-file-enable "epa-file" "\
9324Not documented
9325
9326\(fn)" t nil)
9327
9328(autoload 'epa-file-disable "epa-file" "\
9329Not documented
9330
9331\(fn)" t nil)
9332
9333(defvar epa-file-mode nil "\
9334Non-nil if Epa-File mode is enabled.
9335See the command `epa-file-mode' for a description of this minor mode.
9336Setting this variable directly does not take effect;
9337either customize it (see the info node `Easy Customization')
9338or call the function `epa-file-mode'.")
9339
9340(custom-autoload 'epa-file-mode "epa-file" nil)
9341
9342(autoload 'epa-file-mode "epa-file" "\
9343Toggle automatic file encryption and decryption.
9344With prefix argument ARG, turn auto encryption on if positive, else off.
9345Return the new status of auto encryption (non-nil means on).
9346
9347\(fn &optional ARG)" t nil)
9348
9349;;;***
9350
9351;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
9352;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
9353;;;;;; "epa-mail" "epa-mail.el" (18351 47688))
9354;;; Generated autoloads from epa-mail.el
9355
9356(autoload 'epa-mail-mode "epa-mail" "\
9357A minor-mode for composing encrypted/clearsigned mails.
9358
9359\(fn &optional ARG)" t nil)
9360
9361(autoload 'epa-mail-decrypt "epa-mail" "\
9362Decrypt OpenPGP armors in the current buffer.
9363The buffer is expected to contain a mail message.
9364
9365Don't use this command in Lisp programs!
9366
9367\(fn)" t nil)
9368
9369(autoload 'epa-mail-verify "epa-mail" "\
9370Verify OpenPGP cleartext signed messages in the current buffer.
9371The buffer is expected to contain a mail message.
9372
9373Don't use this command in Lisp programs!
9374
9375\(fn)" t nil)
9376
9377(autoload 'epa-mail-sign "epa-mail" "\
9378Sign the current buffer.
9379The buffer is expected to contain a mail message.
9380
9381Don't use this command in Lisp programs!
9382
9383\(fn START END SIGNERS MODE)" t nil)
9384
9385(autoload 'epa-mail-encrypt "epa-mail" "\
9386Encrypt the current buffer.
9387The buffer is expected to contain a mail message.
9388
9389Don't use this command in Lisp programs!
9390
9391\(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
9392
9393(autoload 'epa-mail-import-keys "epa-mail" "\
9394Import keys in the OpenPGP armor format in the current buffer.
9395The buffer is expected to contain a mail message.
9396
9397Don't use this command in Lisp programs!
9398
9399\(fn)" t nil)
9400
9401(defvar epa-global-mail-mode nil "\
9402Non-nil if Epa-Global-Mail mode is enabled.
9403See the command `epa-global-mail-mode' for a description of this minor mode.
9404Setting this variable directly does not take effect;
9405either customize it (see the info node `Easy Customization')
9406or call the function `epa-global-mail-mode'.")
9407
9408(custom-autoload 'epa-global-mail-mode "epa-mail" nil)
9409
9410(autoload 'epa-global-mail-mode "epa-mail" "\
9411Minor mode to hook EasyPG into Mail mode.
9412
9413\(fn &optional ARG)" t nil)
9414
9415;;;***
9416
9417;;;### (autoloads (epg-generate-key-from-string epg-generate-key-from-file
9418;;;;;; epg-start-generate-key epg-sign-keys epg-start-sign-keys
9419;;;;;; epg-delete-keys epg-start-delete-keys epg-receive-keys epg-start-receive-keys
9420;;;;;; epg-import-keys-from-string epg-import-keys-from-file epg-start-import-keys
9421;;;;;; epg-export-keys-to-string epg-export-keys-to-file epg-start-export-keys
9422;;;;;; epg-encrypt-string epg-encrypt-file epg-start-encrypt epg-sign-string
9423;;;;;; epg-sign-file epg-start-sign epg-verify-string epg-verify-file
9424;;;;;; epg-start-verify epg-decrypt-string epg-decrypt-file epg-start-decrypt
9425;;;;;; epg-cancel epg-list-keys) "epg" "epg.el" (18351 47688))
9426;;; Generated autoloads from epg.el
9427
9428(autoload 'epg-list-keys "epg" "\
9429Return a list of epg-key objects matched with NAME.
9430If MODE is nil or 'public, only public keyring should be searched.
9431If MODE is t or 'secret, only secret keyring should be searched.
9432Otherwise, only public keyring should be searched and the key
9433signatures should be included.
9434NAME is either a string or a list of strings.
9435
9436\(fn CONTEXT &optional NAME MODE)" nil nil)
9437
9438(autoload 'epg-cancel "epg" "\
9439Not documented
9440
9441\(fn CONTEXT)" nil nil)
9442
9443(autoload 'epg-start-decrypt "epg" "\
9444Initiate a decrypt operation on CIPHER.
9445CIPHER must be a file data object.
9446
9447If you use this function, you will need to wait for the completion of
9448`epg-gpg-program' by using `epg-wait-for-completion' and call
9449`epg-reset' to clear a temporaly output file.
9450If you are unsure, use synchronous version of this function
9451`epg-decrypt-file' or `epg-decrypt-string' instead.
9452
9453\(fn CONTEXT CIPHER)" nil nil)
9454
9455(autoload 'epg-decrypt-file "epg" "\
9456Decrypt a file CIPHER and store the result to a file PLAIN.
9457If PLAIN is nil, it returns the result as a string.
9458
9459\(fn CONTEXT CIPHER PLAIN)" nil nil)
9460
9461(autoload 'epg-decrypt-string "epg" "\
9462Decrypt a string CIPHER and return the plain text.
9463
9464\(fn CONTEXT CIPHER)" nil nil)
9465
9466(autoload 'epg-start-verify "epg" "\
9467Initiate a verify operation on SIGNATURE.
9468SIGNATURE and SIGNED-TEXT are a data object if they are specified.
9469
9470For a detached signature, both SIGNATURE and SIGNED-TEXT should be set.
9471For a normal or a cleartext signature, SIGNED-TEXT should be nil.
9472
9473If you use this function, you will need to wait for the completion of
9474`epg-gpg-program' by using `epg-wait-for-completion' and call
9475`epg-reset' to clear a temporaly output file.
9476If you are unsure, use synchronous version of this function
9477`epg-verify-file' or `epg-verify-string' instead.
9478
9479\(fn CONTEXT SIGNATURE &optional SIGNED-TEXT)" nil nil)
9480
9481(autoload 'epg-verify-file "epg" "\
9482Verify a file SIGNATURE.
9483SIGNED-TEXT and PLAIN are also a file if they are specified.
9484
9485For a detached signature, both SIGNATURE and SIGNED-TEXT should be
9486string. For a normal or a cleartext signature, SIGNED-TEXT should be
9487nil. In the latter case, if PLAIN is specified, the plaintext is
9488stored into the file after successful verification.
9489
9490\(fn CONTEXT SIGNATURE &optional SIGNED-TEXT PLAIN)" nil nil)
9491
9492(autoload 'epg-verify-string "epg" "\
9493Verify a string SIGNATURE.
9494SIGNED-TEXT is a string if it is specified.
9495
9496For a detached signature, both SIGNATURE and SIGNED-TEXT should be
9497string. For a normal or a cleartext signature, SIGNED-TEXT should be
9498nil. In the latter case, this function returns the plaintext after
9499successful verification.
9500
9501\(fn CONTEXT SIGNATURE &optional SIGNED-TEXT)" nil nil)
9502
9503(autoload 'epg-start-sign "epg" "\
9504Initiate a sign operation on PLAIN.
9505PLAIN is a data object.
9506
9507If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
9508If it is nil or 'normal, it makes a normal signature.
9509Otherwise, it makes a cleartext signature.
9510
9511If you use this function, you will need to wait for the completion of
9512`epg-gpg-program' by using `epg-wait-for-completion' and call
9513`epg-reset' to clear a temporaly output file.
9514If you are unsure, use synchronous version of this function
9515`epg-sign-file' or `epg-sign-string' instead.
9516
9517\(fn CONTEXT PLAIN &optional MODE)" nil nil)
9518
9519(autoload 'epg-sign-file "epg" "\
9520Sign a file PLAIN and store the result to a file SIGNATURE.
9521If SIGNATURE is nil, it returns the result as a string.
9522If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
9523If it is nil or 'normal, it makes a normal signature.
9524Otherwise, it makes a cleartext signature.
9525
9526\(fn CONTEXT PLAIN SIGNATURE &optional MODE)" nil nil)
9527
9528(autoload 'epg-sign-string "epg" "\
9529Sign a string PLAIN and return the output as string.
9530If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
9531If it is nil or 'normal, it makes a normal signature.
9532Otherwise, it makes a cleartext signature.
9533
9534\(fn CONTEXT PLAIN &optional MODE)" nil nil)
9535
9536(autoload 'epg-start-encrypt "epg" "\
9537Initiate an encrypt operation on PLAIN.
9538PLAIN is a data object.
9539If RECIPIENTS is nil, it performs symmetric encryption.
9540
9541If you use this function, you will need to wait for the completion of
9542`epg-gpg-program' by using `epg-wait-for-completion' and call
9543`epg-reset' to clear a temporaly output file.
9544If you are unsure, use synchronous version of this function
9545`epg-encrypt-file' or `epg-encrypt-string' instead.
9546
9547\(fn CONTEXT PLAIN RECIPIENTS &optional SIGN ALWAYS-TRUST)" nil nil)
9548
9549(autoload 'epg-encrypt-file "epg" "\
9550Encrypt a file PLAIN and store the result to a file CIPHER.
9551If CIPHER is nil, it returns the result as a string.
9552If RECIPIENTS is nil, it performs symmetric encryption.
9553
9554\(fn CONTEXT PLAIN RECIPIENTS CIPHER &optional SIGN ALWAYS-TRUST)" nil nil)
9555
9556(autoload 'epg-encrypt-string "epg" "\
9557Encrypt a string PLAIN.
9558If RECIPIENTS is nil, it performs symmetric encryption.
9559
9560\(fn CONTEXT PLAIN RECIPIENTS &optional SIGN ALWAYS-TRUST)" nil nil)
9561
9562(autoload 'epg-start-export-keys "epg" "\
9563Initiate an export keys operation.
9564
9565If you use this function, you will need to wait for the completion of
9566`epg-gpg-program' by using `epg-wait-for-completion' and call
9567`epg-reset' to clear a temporaly output file.
9568If you are unsure, use synchronous version of this function
9569`epg-export-keys-to-file' or `epg-export-keys-to-string' instead.
9570
9571\(fn CONTEXT KEYS)" nil nil)
9572
9573(autoload 'epg-export-keys-to-file "epg" "\
9574Extract public KEYS.
9575
9576\(fn CONTEXT KEYS FILE)" nil nil)
9577
9578(autoload 'epg-export-keys-to-string "epg" "\
9579Extract public KEYS and return them as a string.
9580
9581\(fn CONTEXT KEYS)" nil nil)
9582
9583(autoload 'epg-start-import-keys "epg" "\
9584Initiate an import keys operation.
9585KEYS is a data object.
9586
9587If you use this function, you will need to wait for the completion of
9588`epg-gpg-program' by using `epg-wait-for-completion' and call
9589`epg-reset' to clear a temporaly output file.
9590If you are unsure, use synchronous version of this function
9591`epg-import-keys-from-file' or `epg-import-keys-from-string' instead.
9592
9593\(fn CONTEXT KEYS)" nil nil)
9594
9595(autoload 'epg-import-keys-from-file "epg" "\
9596Add keys from a file KEYS.
9597
9598\(fn CONTEXT KEYS)" nil nil)
9599
9600(autoload 'epg-import-keys-from-string "epg" "\
9601Add keys from a string KEYS.
9602
9603\(fn CONTEXT KEYS)" nil nil)
9604
9605(autoload 'epg-start-receive-keys "epg" "\
9606Initiate a receive key operation.
9607KEY-ID-LIST is a list of key IDs.
9608
9609If you use this function, you will need to wait for the completion of
9610`epg-gpg-program' by using `epg-wait-for-completion' and call
9611`epg-reset' to clear a temporaly output file.
9612If you are unsure, use synchronous version of this function
9613`epg-generate-key-from-file' or `epg-generate-key-from-string' instead.
9614
9615\(fn CONTEXT KEY-ID-LIST)" nil nil)
9616
9617(autoload 'epg-receive-keys "epg" "\
9618Add keys from server.
9619KEYS is a list of key IDs
9620
9621\(fn CONTEXT KEYS)" nil nil)
9622
9623(defalias 'epg-import-keys-from-server 'epg-receive-keys)
9624
9625(autoload 'epg-start-delete-keys "epg" "\
9626Initiate an delete keys operation.
9627
9628If you use this function, you will need to wait for the completion of
9629`epg-gpg-program' by using `epg-wait-for-completion' and call
9630`epg-reset' to clear a temporaly output file.
9631If you are unsure, use synchronous version of this function
9632`epg-delete-keys' instead.
9633
9634\(fn CONTEXT KEYS &optional ALLOW-SECRET)" nil nil)
9635
9636(autoload 'epg-delete-keys "epg" "\
9637Delete KEYS from the key ring.
9638
9639\(fn CONTEXT KEYS &optional ALLOW-SECRET)" nil nil)
9640
9641(autoload 'epg-start-sign-keys "epg" "\
9642Initiate a sign keys operation.
9643
9644If you use this function, you will need to wait for the completion of
9645`epg-gpg-program' by using `epg-wait-for-completion' and call
9646`epg-reset' to clear a temporaly output file.
9647If you are unsure, use synchronous version of this function
9648`epg-sign-keys' instead.
9649
9650\(fn CONTEXT KEYS &optional LOCAL)" nil nil)
9651
9652(autoload 'epg-sign-keys "epg" "\
9653Sign KEYS from the key ring.
9654
9655\(fn CONTEXT KEYS &optional LOCAL)" nil nil)
9656
9657(autoload 'epg-start-generate-key "epg" "\
9658Initiate a key generation.
9659PARAMETERS specifies parameters for the key.
9660
9661If you use this function, you will need to wait for the completion of
9662`epg-gpg-program' by using `epg-wait-for-completion' and call
9663`epg-reset' to clear a temporaly output file.
9664If you are unsure, use synchronous version of this function
9665`epg-generate-key-from-file' or `epg-generate-key-from-string' instead.
9666
9667\(fn CONTEXT PARAMETERS)" nil nil)
9668
9669(autoload 'epg-generate-key-from-file "epg" "\
9670Generate a new key pair.
9671PARAMETERS is a file which tells how to create the key.
9672
9673\(fn CONTEXT PARAMETERS)" nil nil)
9674
9675(autoload 'epg-generate-key-from-string "epg" "\
9676Generate a new key pair.
9677PARAMETERS is a string which tells how to create the key.
9678
9679\(fn CONTEXT PARAMETERS)" nil nil)
9680
9681;;;***
9682
9683;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
9684;;;;;; "epg-config" "epg-config.el" (18351 47688))
9685;;; Generated autoloads from epg-config.el
9686
9687(autoload 'epg-configuration "epg-config" "\
9688Return a list of internal configuration parameters of `epg-gpg-program'.
9689
9690\(fn)" nil nil)
9691
9692(autoload 'epg-check-configuration "epg-config" "\
9693Verify that a sufficient version of GnuPG is installed.
9694
9695\(fn CONFIG &optional MINIMUM-VERSION)" nil nil)
9696
9697(autoload 'epg-expand-group "epg-config" "\
9698Look at CONFIG and try to expand GROUP.
9699
9700\(fn CONFIG GROUP)" nil nil)
9701
9702;;;***
9703
9129;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" 9704;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9130;;;;;; "erc/erc.el" (18333 58864)) 9705;;;;;; "erc/erc.el" (18333 58864))
9131;;; Generated autoloads from erc/erc.el 9706;;; Generated autoloads from erc/erc.el
@@ -10733,7 +11308,7 @@ you can set `feedmail-queue-reminder-alist' to nil.
10733;;;*** 11308;;;***
10734 11309
10735;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 11310;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10736;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18324 26601)) 11311;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18352 4530))
10737;;; Generated autoloads from ffap.el 11312;;; Generated autoloads from ffap.el
10738 11313
10739(autoload 'ffap-next "ffap" "\ 11314(autoload 'ffap-next "ffap" "\
@@ -11976,7 +12551,7 @@ If CLEAN, obsolete (ignore).
11976;;;*** 12551;;;***
11977 12552
11978;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 12553;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11979;;;;;; (18342 56660)) 12554;;;;;; (18350 11228))
11980;;; Generated autoloads from gnus/gnus-art.el 12555;;; Generated autoloads from gnus/gnus-art.el
11981 12556
11982(autoload 'gnus-article-prepare-display "gnus-art" "\ 12557(autoload 'gnus-article-prepare-display "gnus-art" "\
@@ -15638,7 +16213,7 @@ of `inferior-lisp-program'). Runs the hooks from
15638;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node 16213;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node
15639;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index 16214;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15640;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual 16215;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15641;;;;;; info info-other-window) "info" "info.el" (18339 17932)) 16216;;;;;; info info-other-window) "info" "info.el" (18352 4531))
15642;;; Generated autoloads from info.el 16217;;; Generated autoloads from info.el
15643 16218
15644(autoload 'info-other-window "info" "\ 16219(autoload 'info-other-window "info" "\
@@ -20609,9 +21184,9 @@ You can use \\[eshell-report-bug] to do so.
20609 21184
20610;;;*** 21185;;;***
20611 21186
20612;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 21187;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20613;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 21188;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20614;;;;;; "pcmpl-unix" "pcmpl-unix.el" (18310 12044)) 21189;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (18350 11227))
20615;;; Generated autoloads from pcmpl-unix.el 21190;;; Generated autoloads from pcmpl-unix.el
20616 21191
20617(autoload 'pcomplete/cd "pcmpl-unix" "\ 21192(autoload 'pcomplete/cd "pcmpl-unix" "\
@@ -20653,6 +21228,17 @@ Completion for the `chgrp' command.
20653 21228
20654\(fn)" nil nil) 21229\(fn)" nil nil)
20655 21230
21231(autoload 'pcomplete/ssh "pcmpl-unix" "\
21232Completion rules for the `ssh' command.
21233
21234\(fn)" nil nil)
21235
21236(autoload 'pcomplete/scp "pcmpl-unix" "\
21237Completion rules for the `scp' command.
21238Includes files as well as host names followed by a colon.
21239
21240\(fn)" nil nil)
21241
20656;;;*** 21242;;;***
20657 21243
20658;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 21244;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
@@ -22448,7 +23034,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22448;;;*** 23034;;;***
22449 23035
22450;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" 23036;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22451;;;;;; "net/rcirc.el" (18310 12096)) 23037;;;;;; "net/rcirc.el" (18350 11229))
22452;;; Generated autoloads from net/rcirc.el 23038;;; Generated autoloads from net/rcirc.el
22453 23039
22454(autoload 'rcirc "rcirc" "\ 23040(autoload 'rcirc "rcirc" "\
@@ -23088,8 +23674,8 @@ variable.
23088;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 23674;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
23089;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 23675;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
23090;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names 23676;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
23091;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18339 23677;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18351
23092;;;;;; 17961)) 23678;;;;;; 47689))
23093;;; Generated autoloads from mail/rmail.el 23679;;; Generated autoloads from mail/rmail.el
23094 23680
23095(autoload 'rmail-movemail-variant-p "rmail" "\ 23681(autoload 'rmail-movemail-variant-p "rmail" "\
@@ -24948,7 +25534,7 @@ Turning on Sieve mode runs `sieve-mode-hook'.
24948 25534
24949;;;*** 25535;;;***
24950 25536
24951;;;### (autoloads nil "simple" "simple.el" (18339 17947)) 25537;;;### (autoloads nil "simple" "simple.el" (18352 4531))
24952;;; Generated autoloads from simple.el 25538;;; Generated autoloads from simple.el
24953(put 'fill-prefix 'safe-local-variable 'string-or-null-p) 25539(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
24954 25540
@@ -27855,11 +28441,11 @@ To turn off the world time display, go to that window and type `q'.
27855 28441
27856;;;*** 28442;;;***
27857 28443
27858;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 28444;;;### (autoloads (emacs-uptime safe-date-to-time time-to-days time-to-day-in-year
27859;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 28445;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
27860;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds 28446;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
27861;;;;;; date-to-time) "time-date" "calendar/time-date.el" (18310 28447;;;;;; date-to-time) "time-date" "calendar/time-date.el" (18351
27862;;;;;; 12060)) 28448;;;;;; 47689))
27863;;; Generated autoloads from calendar/time-date.el 28449;;; Generated autoloads from calendar/time-date.el
27864 28450
27865(autoload 'date-to-time "time-date" "\ 28451(autoload 'date-to-time "time-date" "\
@@ -27942,6 +28528,11 @@ If DATE is malformed, return a time value of zeros.
27942 28528
27943\(fn DATE)" nil nil) 28529\(fn DATE)" nil nil)
27944 28530
28531(autoload 'emacs-uptime "time-date" "\
28532Return a string giving the uptime of this instance of Emacs.
28533
28534\(fn)" t nil)
28535
27945;;;*** 28536;;;***
27946 28537
27947;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 28538;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
@@ -28504,7 +29095,7 @@ BUFFER defaults to `trace-buffer'.
28504;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion 29095;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28505;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers 29096;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28506;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el" 29097;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el"
28507;;;;;; (18342 13363)) 29098;;;;;; (18350 11229))
28508;;; Generated autoloads from net/tramp.el 29099;;; Generated autoloads from net/tramp.el
28509 29100
28510(defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\ 29101(defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
@@ -29654,7 +30245,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29654;;;;;; vc-status vc-directory vc-merge vc-insert-headers vc-revision-other-window 30245;;;;;; vc-status vc-directory vc-merge vc-insert-headers vc-revision-other-window
29655;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-do-command 30246;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-do-command
29656;;;;;; edit-vc-file with-vc-file vc-before-checkin-hook vc-checkin-hook 30247;;;;;; edit-vc-file with-vc-file vc-before-checkin-hook vc-checkin-hook
29657;;;;;; vc-checkout-hook) "vc" "vc.el" (18339 17948)) 30248;;;;;; vc-checkout-hook) "vc" "vc.el" (18350 11227))
29658;;; Generated autoloads from vc.el 30249;;; Generated autoloads from vc.el
29659 30250
29660(defvar vc-checkout-hook nil "\ 30251(defvar vc-checkout-hook nil "\
@@ -31581,8 +32172,8 @@ With arg, turn widget mode on if and only if arg is positive.
31581;;;*** 32172;;;***
31582 32173
31583;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 32174;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31584;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18340 32175;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18350
31585;;;;;; 21050)) 32176;;;;;; 11423))
31586;;; Generated autoloads from wid-edit.el 32177;;; Generated autoloads from wid-edit.el
31587 32178
31588(autoload 'widgetp "wid-edit" "\ 32179(autoload 'widgetp "wid-edit" "\
@@ -31614,7 +32205,7 @@ Call `insert' with ARGS even if surrounding text is read only.
31614 32205
31615(defalias 'advertised-widget-backward 'widget-backward) 32206(defalias 'advertised-widget-backward 'widget-backward)
31616 32207
31617(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map " " 'widget-backward) (define-key map [(shift tab)] 'advertised-widget-backward) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map " " 'widget-button-press) map) "\ 32208(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map " " 'widget-backward) (define-key map [(shift tab)] 'advertised-widget-backward) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map [(control 109)] 'widget-button-press) map) "\
31618Keymap containing useful binding for buffers containing widgets. 32209Keymap containing useful binding for buffers containing widgets.
31619Recommended as a parent keymap for modes using widgets.") 32210Recommended as a parent keymap for modes using widgets.")
31620 32211
@@ -31698,10 +32289,18 @@ With arg, turn Winner mode on if and only if arg is positive.
31698 32289
31699;;;*** 32290;;;***
31700 32291
31701;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 32292;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
31702;;;;;; "woman.el" (18314 40529)) 32293;;;;;; "woman" "woman.el" (18350 11228))
31703;;; Generated autoloads from woman.el 32294;;; Generated autoloads from woman.el
31704 32295
32296(defvar woman-locale nil "\
32297String specifying a manual page locale, or nil.
32298If a manual page is available in the specified locale
32299\(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the
32300default version. Normally, `set-locale-environment' sets this at startup.")
32301
32302(custom-autoload 'woman-locale "woman" t)
32303
31705(autoload 'woman "woman" "\ 32304(autoload 'woman "woman" "\
31706Browse UN*X man page for TOPIC (Without using external Man program). 32305Browse UN*X man page for TOPIC (Without using external Man program).
31707The major browsing mode used is essentially the standard Man mode. 32306The major browsing mode used is essentially the standard Man mode.
@@ -32043,9 +32642,10 @@ Zone out, completely.
32043;;;;;; "emulation/vi.el" "emulation/vip.el" "emulation/viper-cmd.el" 32642;;;;;; "emulation/vi.el" "emulation/vip.el" "emulation/viper-cmd.el"
32044;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 32643;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
32045;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 32644;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
32046;;;;;; "emulation/viper.el" "emulation/ws-mode.el" "env.el" "erc/erc-autoaway.el" 32645;;;;;; "emulation/viper.el" "emulation/ws-mode.el" "env.el" "epa-dired.el"
32047;;;;;; "erc/erc-backend.el" "erc/erc-button.el" "erc/erc-capab.el" 32646;;;;;; "epa-file.el" "epa-mail.el" "epa.el" "epg-config.el" "epg.el"
32048;;;;;; "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-ezbounce.el" 32647;;;;;; "erc/erc-autoaway.el" "erc/erc-backend.el" "erc/erc-button.el"
32648;;;;;; "erc/erc-capab.el" "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-ezbounce.el"
32049;;;;;; "erc/erc-fill.el" "erc/erc-goodies.el" "erc/erc-hecomplete.el" 32649;;;;;; "erc/erc-fill.el" "erc/erc-goodies.el" "erc/erc-hecomplete.el"
32050;;;;;; "erc/erc-ibuffer.el" "erc/erc-identd.el" "erc/erc-imenu.el" 32650;;;;;; "erc/erc-ibuffer.el" "erc/erc-identd.el" "erc/erc-imenu.el"
32051;;;;;; "erc/erc-join.el" "erc/erc-lang.el" "erc/erc-list.el" "erc/erc-log.el" 32651;;;;;; "erc/erc-join.el" "erc/erc-lang.el" "erc/erc-list.el" "erc/erc-log.el"
@@ -32285,8 +32885,8 @@ Zone out, completely.
32285;;;;;; "view.el" "vms-patch.el" "vmsproc.el" "vt-control.el" "vt100-led.el" 32885;;;;;; "view.el" "vms-patch.el" "vmsproc.el" "vt-control.el" "vt100-led.el"
32286;;;;;; "w32-fns.el" "w32-vars.el" "wdired.el" "whitespace.el" "wid-browse.el" 32886;;;;;; "w32-fns.el" "w32-vars.el" "wdired.el" "whitespace.el" "wid-browse.el"
32287;;;;;; "wid-edit.el" "widget.el" "windmove.el" "window.el" "winner.el" 32887;;;;;; "wid-edit.el" "widget.el" "windmove.el" "window.el" "winner.el"
32288;;;;;; "woman.el" "x-dnd.el" "xml.el" "xt-mouse.el") (18350 10658 32888;;;;;; "woman.el" "x-dnd.el" "xml.el" "xt-mouse.el") (18352 6733
32289;;;;;; 546000)) 32889;;;;;; 296000))
32290 32890
32291;;;*** 32891;;;***
32292 32892