summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (describe-simplify-lib-file-name): Fix regexp.Romain Francoise2005-10-292-1/+5
|
* *** empty log message ***Eli Zaretskii2005-10-291-0/+73
|
* (pgg-gpg-select-matching-key): Fixed: look at the right part of theEli Zaretskii2005-10-291-24/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | decoded armor to find the key-identifier. (pgg-gpg-lookup-key-owner): New function to return the human-readable identifier of a key owner. (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the key itself. (pgg-gpg-decrypt-region): Prompt with the key owner (rather than the key value) if we have a key and can match it against a secret key. Also, added an XXX note pointing out fact that the prompt only indicates the first matching key. (pgg-pgp-encrypt-region) (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase' argument to all these routines, so the passphrase can be managed externally and passed in to the system. (pgg-gpg-possibly-cache-passphrase): Add optional 'notruncate' argument, so the passphrase cache can be used reliably with identifiers besides a pgp packet's key id. (pgg-gpg-encrypt-symmetric-region): New function for symmetric encryption. (pgg-gpg-symmetric-key-p): New function to check for an symmetric encrypted session key. (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted message ask for the passphrase in a proper way.
* (pgg-decrypt): Passing along 'passphrase' in call to pgg-decrypt-region.Eli Zaretskii2005-10-291-50/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* * mh-comp.el (mh-annotate-msg): Use new variableBill Wohler2005-10-295-43/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mh-scan-field-destination-offset rather than hard-coding 1. * mh-customize.el (mh-interpret-number-as-range-flag): Add * to docstring. (mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New functions to check input for mh-adaptive-cmd-note-flag and mh-scan-format-file respectively. (mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes, add :set. * mh-e.el: (mh-scan-field-destination-offset): New variable. The destination is the -, t, b, c, or n character for Replied, To, cc, Bcc, or Newsgroups respectively. (mh-make-folder, mh-regenerate-headers, mh-generate-new-cmd-note) Call new function mh-msg-num-width-to-column to make leap between width and column more explicit. (mh-msg-num-width-to-column): New function that steals logic from old mh-set-cmd-note. Also, throw error if mh-scan-format-file isn't t since we can't adapt the scan lines in this case. (mh-set-cmd-note): Now just simply sets mh-cmd-note which will make the documentation more clear. (mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a column, not a width. (mh-add-sequence-notation, mh-remove-sequence-notation): Use new variable mh-scan-field-destination-offset rather than hard-coding 1. * mh-utils.el (mh-cmd-note) Synced docstring with manual. (mh-notate): Use new variable mh-scan-field-destination-offset rather than hard-coding 1. (mh-message-number-width): Rename to mh-msg-num-width to be consistent with mh-get-msg-num and mh-msg-num-width-to-column.
* (mh-x-face-file, mh-show-use-xface-flag)Bill Wohler2005-10-282-22/+32
| | | | | | | (mail-citation-hook): Quote URLs in docstrings and precede with `URL'. The former will suppress checkdoc warnings, the latter will turn them into hyperlinks in Emacs 22 (I just added the code to do that today). (mh-scan-format-file): Checkdoc fix.
* (help-url): New button type. Calls browse-url.Bill Wohler2005-10-282-1/+23
| | | | | | | (help-xref-url-regexp): New regexp to recognize URLs in docstring. Similar to Info nodes: URL `url'. (help-make-xrefs): Create help-url buttons for help-xref-url-regexp matches.
* (tool-bar-add-item-from-menu)Nick Roberts2005-10-281-4/+5
| | | | (tool-bar-local-item-from-menu): Fix doc strings.
* *** empty log message ***Nick Roberts2005-10-281-0/+5
|
* Update.Romain Francoise2005-10-282-118/+111
|
* * subr.el (locate-library): Move from help-fns.el.Romain Francoise2005-10-283-29/+34
| | | | * help-fns.el (locate-library): Move to subr.el.
* *** empty log message ***Richard M. Stallman2005-10-281-1/+1
|
* (tramp-completion-mode): defvar moved up.Richard M. Stallman2005-10-282-3/+26
|
* (easy-menu-change): Doc fix.Richard M. Stallman2005-10-281-2/+2
|
* (tool-bar-mode): Delete autoload cookie.Richard M. Stallman2005-10-281-1/+3
|
* (find-file-noselect): Use %d to format large file size.Richard M. Stallman2005-10-281-1/+1
|
* (help-echo): Add %e.Richard M. Stallman2005-10-281-0/+1
|
* ("facemenu"): Load unconditionally.Richard M. Stallman2005-10-281-3/+14
| | | | | ("image", "international/fontset", "dnd", "mwheel", "tool-bar"): ("x-dnd"): Load, when appropriate.
* (command-line): Call before-init-hook earlier.Richard M. Stallman2005-10-281-8/+14
| | | | Warn about some bad characters in -u user name.
* (View-revert-buffer-scroll-page-forward): UseAndreas Schwab2005-10-282-1/+6
| | | | view-page-size-default.
* *** empty log message ***Juri Linkov2005-10-281-0/+5
|
* (quail-get-current-str): Translate last raw characterJuri Linkov2005-10-281-5/+13
| | | | for deterministic input methods.
* *** empty log message ***Jay Belanger2005-10-281-0/+16
|
* (flyspell-large-region): Pass -t if Tex file.Richard M. Stallman2005-10-281-6/+12
| | | | | (flyspell-external-point-words): Error if misspelled word is not found. Set flyspell-large-region-beg at end of word.
* (calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower):Jay Belanger2005-10-281-0/+26
| | | | New functions.
* (calcFunc-inv): Check for symbolic matrices.Jay Belanger2005-10-281-2/+5
|
* (calc-mul-symb-fancy): Add checks for multiplication by an identityJay Belanger2005-10-281-1/+28
| | | | | | matrix, don't turn multiplication by an inverse matrix into division. (math-div-symbol-fancy): Replace division by matrices with multiplication by inverse.
* Add functions to autoloads.Jay Belanger2005-10-281-2/+31
| | | | (math-identity-matrix-p, math-ident-row-p): New functions.
* * mh-customize.el (mh-adaptive-cmd-note-flag)Bill Wohler2005-10-285-89/+149
| | | | | | | | | | | | | | | | | | | | | | | | (mh-scan-format-file, mh-scan-prog): Sync docstrings with manual. * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled) (mh-note-cur, mh-scan-good-msg-regexp) (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp) (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) (mh-scan-subject-regexp, mh-scan-format-regexp) (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings with manual. * mh-funcs.el (mh-note-copied): Sync docstrings with manual. * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead of hard-coded string. (mh-mail-header-separator, mh-signature-separator-regexp): Use "regular expression" in docstring instead of regexp. (mh-scan-msg-number-regexp) (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp) (mh-scan-msg-format-string, mh-scan-msg-search-regexp) (mh-cmd-note): Sync docstrings with manual.
* (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.Bill Wohler2005-10-282-4/+6
|
* * mh-customize.el (mh-compose-insertion, mh-x-face-file): CheckdocBill Wohler2005-10-273-12/+21
| | | | | | | | fixes. * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file) (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) (mh-mml-secure-message-signencrypt): Ditto
* (occur-engine): Include colon in mouse-face highlight.Romain Francoise2005-10-272-4/+5
|
* Change Maintainer field.Romain Francoise2005-10-272-2/+6
|
* * longlines.el (longlines-mode): Bind after-change-functions toChong Yidong2005-10-272-1/+8
| | | | nil during initial decoding and final encoding.
* (term-emulate-terminal, term-handle-colors-array)Dan Nicolaescu2005-10-262-15/+21
| | | | | (term-handle-ansi-escape): Specify the terminfo capabilities implemented.
* (Info-fontify-node): Fix detection of sentence-break before *Note.Richard M. Stallman2005-10-262-12/+15
|
* Add 'tools' to file keywords.Romain Francoise2005-10-262-1/+5
|
* (gud-menu-map): Only display gud-until iconNick Roberts2005-10-261-2/+5
| | | | when the fringe is not available.
* (def-gdb-auto-updated-buffer)Nick Roberts2005-10-261-14/+7
| | | | | | | | | | | (def-gdb-auto-update-trigger): Simplify construction. (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of def-gdb-auto-updated-buffer as gdb-info-locals-handler is defined explicitly. (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of def-gdb-auto-updated-buffer as gdb-invalidate-assembler is defined explicitly. (gdb-info-locals-custom): Remove as it's a no-op.
* *** empty log message ***Nick Roberts2005-10-261-0/+15
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621Miles Bader2005-10-254-41/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 147-148) - Update from CVS 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-score.el (gnus-default-adaptive-score-alist): Set defaults depending on gnus-score-decay-constant. 2005-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org> * lisp/gnus/nnslashdot.el (nnslashdot-request-article) (nnslashdot-retrieve-headers-1): Update to new HTML. 2005-10-23 Simon Josefsson <jas@extundo.com> * lisp/gnus/imap.el (imap-gssapi-program): Align command line parameters with latest GNU SASL. (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
* * longlines.el (longlines-mode): Remove narrowing beforeChong Yidong2005-10-252-2/+11
| | | | performing the initial decoding or final encoding.
* *** empty log message ***Romain Francoise2005-10-251-2/+0
|
* (find-library-name): Also strip extension if library name ends in .el,Romain Francoise2005-10-252-3/+9
| | | | to take advantage of `find-library-suffixes'.
* (menu-bar-help-menu): Say which kind of therapist.Richard M. Stallman2005-10-252-1/+5
|
* *** empty log message ***Juri Linkov2005-10-251-0/+5
|
* (texinfo-mode): Change charset of one quotation markJuri Linkov2005-10-251-1/+1
| | | | from [mule-unicode-0100-24ff] to [japanese-jisx0208].
* (blackbox-mode-map): Move init into declaration.Stefan Monnier2005-10-252-20/+28
| | | | (blackbox-redefine-key): Add argument `map'.
* (jit-lock-fontify-now): Be careful not to skip multilineStefan Monnier2005-10-251-1/+6
| | | | regions when moving the jit-lock-context-unfontify-pos boundary.
* (browse-url-of-buffer): Add ".html" to filename.Reiner Steib2005-10-252-1/+7
|