X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/de64bbfaf779ed45f97bb686106bfeed1daa9ef0..fe791b0cee439e999b543abb37d4ac21153aeefc:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0ab0b5471..c00f8c57c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,486 @@ +2005-12-30 Andreas Schwab + + * progmodes/cc-defs.el: Ignore errors from + font-lock-compile-keywords. + +2005-12-30 Eli Zaretskii + + * jit-lock.el (jit-lock-chunk-size): Doc fix. + +2005-12-30 Juri Linkov + + * locate.el (locate-fcodes-file, locate-header-face) + * progmodes/delphi.el (delphi-other-face) + * progmodes/glasses.el (glasses-face): Add tag "None" to const nil. + + * paren.el (show-paren-match, show-paren-mismatch): Use existing + group `paren-showing-faces'. + + * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring. + (goto-address): Fix docstring. + + * net/webjump.el (webjump-sample-sites): Update URLs. + + * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'. + + * subr.el (cancel-change-group): Add listp around pending-undo-list. + +2005-12-29 Stefan Monnier + + * font-lock.el (font-lock-compile-keywords): Signal an error when + font-lock-set-defaults hasn't been called. + +2005-12-29 Luc Teirlinck + + * subr.el (noreturn, 1value): Doc fixes. + +2005-12-29 Roland Winkler + + * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case + that assoc-string returns nil. + +2005-12-29 Roland Winkler + + * textmodes/bibtex.el (bibtex-entry-type-whitespace) + (bibtex-entry-type-str, bibtex-empty-field-re) + (bibtex-search-backward-string, bibtex-preamble-prefix) + (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove. + (bibtex-any-valid-entry-type): New variable. + (bibtex-parse-field-name): Simplify. + (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key. + (bibtex-preamble-prefix): Include left delimiter. + (bibtex-search-forward-field, bibtex-search-backward-field): + Allow unbounded search past entry boundaries (required by bibtex-pop). + (bibtex-text-in-field-bounds): Use push. + (bibtex-text-in-field): Do not use bibtex-narrow-to-entry. + (bibtex-parse-preamble, bibtex-valid-entry) + (bibtex-beginning-first-field): New functions. + (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp. + (bibtex-map-entries): Fix docstring. + (bibtex-flash-head): New arg prompt. Simplify. + (bibtex-enclosing-field): Include code of bibtex-inside-field. + (bibtex-insert-kill): Simplify. Always insert text past the + current field or entry. + (bibtex-format-entry): Use bibtex-parse-field. + (bibtex-pop): Use bibtex-beginning-of-entry and + bibtex-end-of-entry to initiate the search. Insert empty field if + we found ourselves. + (bibtex-print-help-message): New args field and comma. + Handle entry keys. + (bibtex-make-field): Use bibtex-beginning-of-entry. + (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any + invalid entry. + (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string. + Handle preambles. Simplify code for thorough test. + (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal): + New arg comma. Handle entry heads. + (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters) + (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field): + New arg comma. + (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head. + (bibtex-fill-field): Simplify. + (bibtex-fill-entry): Use bibtex-beginning-first-field and + bibtex-parse-field. + (bibtex-convert-alien): Do not wait before calling bibtex-validate. + (bibtex-complete): Use bibtex-parse-preamble. + +2005-12-29 Nick Roberts + + * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1): + Display name of expression instead of convenience variable. + (gdb-post-prompt): Only call gdb-get-changed-registers if needed. + + * progmodes/gud.el (gud-tooltip-dereference): Rename from + toggle-gud-tooltip-dereference. + (gud-tooltip-print-command): Move concatenation of "*" to expr to... + (gud-tooltip-tips): ...here when dereferencing.. + +2005-12-28 Bill Wohler + + * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload. + +2005-12-28 Stefan Monnier + + * vc.el (vc-annotate-display): Replace optional arg `color-map' with + compulsory arg `ratio'. Inline body of vc-annotate-time-span. + (vc-annotate-display-autoscale): Adjust call. + (vc-annotate-display-default): Adjust call. Make arg compulsory. + Fix interactive spec. + (vc-annotate-time-span): Remove. + (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons. + (vc-annotate-mode-menu, vc-annotate-display-autoscale) + (vc-annotate-display-select): Use new name. + + * vc.el (vc-annotate-mode-map): Remove obsolete binding. + (vc-annotate-mode-menu): Remove left-over redundant declaration. + Correct the construction of span entries. Simplify. + (vc-annotate-display-select): Fix the nil case. + (vc-annotate): Remove obsolete (and now broken) code. + (vc-annotate-extract-revision-at-line): Remove obsolete code. + (vc-annotate-time-span): Remove unused arg `quantize'. Simplify. + +2005-12-28 Luc Teirlinck + + * subr.el (lazy-completion-table): Correct typo in docstring. + + * startup.el (command-line): Use `custom-reevaluate-setting' for + `send-mail-function'. + + * mail/sendmail.el (send-mail-function): Autoload the standard-value. + +2005-12-05 Ralf Angeli + + * mail/smtpmail.el (smtpmail-try-auth-methods): + Send credentials together with "AUTH PLAIN" command. + +2005-12-27 Richard M. Stallman + + * mouse.el (mouse-drag-region-1): When remapping mouse-1 to + mouse-2, go back to previously selected window, so it's selected + when mouse-2 command runs. + +2005-12-27 Juri Linkov + + * descr-text.el (describe-text-sexp): Use square brackets for + button [Show] to distinguish it from the property value `show'. + (describe-property-list): Use `insert-text-button' with + `help-face' type instead of putting face in quotes, because button + is not created automatically for a list of faces. + (describe-text-properties-1): Put button-type value in quotes to + distinguish from plain text "button". + (describe-char): Display code point values in hex. Don't use + `symbol-name' for `current-input-method' because it is a string. + Use `insert-text-button' with `help-face' type instead of putting + hardcoded face in quotes, because button is not created automatically. + +2005-12-27 Richard M. Stallman + + * progmodes/glasses.el (glasses-face): More specific custom type. + + * files.el (set-visited-file-name): Doc fix. + + * textmodes/flyspell.el (flyspell-external-point-words): + Use local var buffer-scan-pos to advance scan for next misspelling. + Advance it only after we find the misspelling. + +2005-12-27 Agustin Martin + + * textmodes/flyspell.el (flyspell-external-point-words): + New criteria for finding the misspelling in the buffer. + +2005-12-27 Nick Roberts + + * help-mode.el (help-insert-string): Set help-xref-stack-item + rather than call help-setup-xref. + + * descr-text.el (describe-char): Revert previous changes for + optional buffer argument. + +2005-12-27 Juri Linkov + + * help-mode.el (help-insert-string): New function. Save buffer + contents in cases where it is impossible to recompute the old contents. + + * descr-text.el (describe-char): Set help-xref-stack-item + explicitly after buffer has been generated. + +2005-12-27 Jan Dj,Ad(Brv + + * cus-start.el (all): Add x-gtk-show-hidden-files. + +2005-12-26 Richard M. Stallman + + * replace.el (perform-replace): Calculate match-again + before skipping read-only matches. + + * paren.el (paren-showing-faces): New group. + (show-paren-match, show-paren-mismatch): Move to that group. + + * button.el (button): Put into group `basic-faces'. + + * progmodes/make-mode.el: Remove faces from group `faces'. + + * apropos.el (apropos, apropos-value): Doc fix. + (apropos-documentation): Doc fix. + +2005-12-26 Stefan Monnier + + * subr.el (lazy-completion-table): Remove argument `args'. + + * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys): + Don't use the `args' argument of lazy-completion-table. + +2005-12-26 Nick Roberts + + * descr-text.el (describe-char): Add optional argument for buffer. + Set buffer appropriately. Call help-setup-xref. + Suggested by Stefan Monnier. + +2005-12-26 Juri Linkov + + * descr-text.el: Require `help-fns' at runtime. Don't require + `button' for byte compilation. + (describe-text-widget): Add `help-echo' for first button. + Use `help-info' for second. + (describe-property-list): Use `help-argument-name' instead of `italic'. + (describe-text-category): Add prompt to interactive spec. + Call `help-setup-xref'. + (describe-char): Use `help-character-set'. Add `help-echo' for + code point. Use `help-input-method'. Remove superfluous insert. + +2005-12-25 Richard M. Stallman + + * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp + at point, in case of narrowing. + + * progmodes/delphi.el (delphi-other-face): Allow nil in type. + + * locate.el (locate-header-face): Allow nil in type. + + * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face. + +2005-12-25 Romain Francoise + + * battery.el (battery-linux-proc-acpi): Also try + `/proc/acpi/thermal_zone/THM0/temperature'. + +2005-12-24 Chong Yidong + + * custom.el (custom-push-theme): Fix docstring. + + * cus-edit.el (custom-variable-set, custom-variable-save) + (custom-variable-save): Custom-quote widget values. + (customize-save-variable): Fix custom-push-theme call. + +2005-12-24 Eli Zaretskii + + * w32-fns.el (w32-batch-update-autoloads): New function. + + * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el): + Use w32-batch-update-autoloads, and don't setq generated-autoload-file + from the command line. + +2005-12-23 Chong Yidong + + * custom.el (custom-push-theme): Clarify docstring. VALUE nil for + reset means to remove setting from theme entirely. Don't keep + expanding theme-settings list; delete old entries if necessary. + + * cus-edit.el (custom-buffer-create-internal): Move "Erase + customization" button one line up. + (custom-themed): New face. + (custom-magic-alist): New value, THEMED, for theme settings. + (custom-variable-state-set, custom-face-state-set): + Check theme-value instead of saved-value. + (custom-variable-reset-standard, custom-face-reset-standard): + Remove theme setting entirely. Recalculate new values. + (custom-variable-set, custom-variable-set) + (custom-variable-reset-saved, custom-variable-reset-backup) + (custom-face-set, custom-face-reset-saved): Update `user' theme. + (custom-variable-save): Fix typos. + +2005-12-23 Juri Linkov + + * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms): + Add autoload cookies. + (edebug-outside-d-c-i-n-s-w): New variable. + (edebug-display, edebug-outside-excursion): Use it to save the + original value of default-cursor-in-non-selected-windows. + Set default-cursor-in-non-selected-windows to t while Edebug + is active. + (edebug-mode, edebug-eval-mode): Doc fix. + + * mouse.el (mouse-choose-completion): Replace `buffer-substring' + with `buffer-substring-no-properties' to remove common substring + highlighting. + + * info.el (info-other-window, info): Rename function argument + `file' to `file-or-node'. + (Info-complete-menu-item): Use local variable `complete-nodes' to + keep the global value of `Info-complete-nodes' unchanged for + subsequent completions. + (info-tool-bar-map): Put `Info-index' icon just before `Info-search'. + + * simple.el (get-next-valid-buffer, last-buffer) + (next-error-buffer-p, next-error-find-buffer) + (minibuffer-history-sexp-flag): Doc fix. + + * savehist.el (savehist-mode-hook): Add `:group'. + + * log-view.el: Call autoload for vc-find-version. + (log-view-current-file): Adjust subgroup numbers. + (log-view-current-tag): Add `length'. + +2005-12-23 Richard M. Stallman + + * vc.el (vc-annotate-car-last-cons): Defn moved up. + +2005-12-23 Juri Linkov + + * hi-lock.el (hi-lock-archaic-interface-message-used) + (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix. + (hi-lock-mode): Display "Hi" in the mode line only when + hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil. + (hi-lock-write-interactive-patterns): + Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock". + (hi-lock-set-pattern, hi-lock-set-file-patterns) + (hi-lock-font-lock-hook): Set 3rd arg `how' of + font-lock-add-keywords to t. + +2005-12-23 David Koppelman + + * hi-lock.el (hi-lock-highlight-range): New variable. + (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer + only if font-lock-fontified is non-nil. Remove overlays. + (hi-lock-set-pattern): Call font-lock-fontify-buffer if + font-lock-fontified is non-nil, otherwise use overlays (instead of + text properties). + (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial): + New variables. + (hi-lock-string-serialize) New function. + +2005-12-23 Jan Dj,Ad(Brv + + * menu-bar.el (menu-find-file-existing): New function. + (menu-bar-file-menu): Use menu-find-file-existing for Open. + + * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing. + +2005-12-22 Stefan Monnier + + * vc.el: Remove unnecessary leading * in docstrings. + (vc-annotate-mode-map): Move initialization into declaration. + (vc-static-header-alist): Nitpick on the regexp. + (vc-default-init-version): New fun. + (vc-register): Use it. + (vc-insert-headers): Use dolist. + (vc-annotate-get-backend): Remove unused function. + (vc-annotate-add-menu): Remove. Build the menu directly at toplevel. + (vc-annotate-mode): Remove corresponding call. + (vc-annotate-car-last-cons): Simplify. + (vc-annotate-buffers): Remove var. + (vc-annotate-backend): Make it buffer-local. + (vc-annotate): Move the interaction to the interactive spec. + Add a `buf' argument. + (vc-annotate-warp-version): Use this new `buf' argument to avoid + killing&creating a vc-annotate buffer, which is very disruptive when + the buffers are shown in dedicated frames. + +2005-12-23 Nick Roberts + + * descr-text.el: Add FSF as maintainer. + (describe-text-mode, describe-text-mode-map) + (describe-text-mode-hook, describe-text-done): Delete. Use normal + help-mode. + (describe-text-widget, describe-text-sexp) + (describe-property-list, describe-text-category) + (describe-text-properties, describe-text-properties-1) + (describe-char): Use help buttons instead of widgets. + (describe-char-unicodedata-file): Make URL link in doc string. + +2005-12-22 Richard M. Stallman + + * cus-edit.el (custom-variable-prompt): Say "variable" in prompt. + (custom-buffer-create-internal): Reword the top-of-buffer help intro. + Don't include buttons that write a file when there's no file. + (custom-variable-menu, custom-face-menu, custom-group-menu): + Don't include commands that write a file when there's no file. + (customize-browse): Reword the top-of-buffer help intro. + (custom-buffer-create-internal): Fix previous change. + (customize-changed-options-previous-release): Prev release is 21.1. + (customize-changed-options): Doc fix. + (customize-changed): New alias. + (custom-reset-menu, custom-magic-alist, Custom-mode-menu): + Say "standard values". + (Custom-reset-standard): Doc fix. + (custom-face-reset-standard): Doc fix. + +2005-12-22 Stefan Monnier + + * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults + even if font-lock-mode is non-nil since it may be t without having + turned on font-lock-mode-internal. + (font-lock-choose-keywords): Minor optimization. + (font-lock-add-keywords, font-lock-remove-keywords) + (font-lock-set-defaults): Don't call make-local-variable on a variable + that we know to already be local. + +2005-12-22 Katsumi Yamaoka + + * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress + messages if in the minibuffer. + +2005-12-21 Stefan Monnier + + * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE. + (tex-mode-flyspell-verify, flyspell-get-word) + (flyspell-external-point-words): Don't use point-min/max uselessly. + + * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change + by Kevin Rodgers. Instead, just hide the completions buffer if we + don't need to show it. + +2005-12-21 Luc Teirlinck + + * wid-edit.el (file, directory): Doc fixes for the `define-widget's. + +2005-12-21 Stefan Monnier + + * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call + delete-windows-on with an inexistent buffer. + +2005-12-22 Nick Roberts + + * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display): + Delete defcustom variable :tag names. + +2005-12-20 Stefan Monnier + + * log-view.el (log-view-file-re, log-view-message-re): Use shy groups. + (log-view-font-lock-keywords): Ajust subgroup numbers. + (log-view-current-tag): Don't hard code the number of subgroups. + +2005-12-20 Juri Linkov + + * tooltip.el (tooltip): Move defgroup before define-minor-mode. + (tooltip-x-offset, tooltip-y-offset): Doc fix. + + * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) + (menu-bar-non-minibuffer-window-p): Instead of checking + display-multi-frame-p, use selected-frame when menu-updating-frame + is nil. + +2005-12-20 Davis Herring (tiny change) + + * align.el (align-rules-list): Use [ \t] instead of \s- + for column separators in text mode. + +2005-12-20 Nick Roberts + + * help-mode.el (help-customize-variable, help-customize-face): + Don't pop help-xref-stack as help-follow no longer pushes + anything on to it. + +2005-12-20 Carsten Dominik + + * textmodes/org.el: (org-agenda-custom-commands): New option. + (org-agenda): Offer custom commands on splash screen. + (org-make-tags-matcher): Parser for Boolean logic added. + (org-agenda-set-tags): New command. + (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'. + (org-set-tags): Efficiency improvements. + (org-auto-align-tags): New option. + (org-todo, org-demote, org-promote): Realign tags. + (org-tags-completion-function): Use also "&" and "|" as separators. + (org-org-menu): Agenda commands simplified. + +2005-12-19 Luc Teirlinck + + * cus-edit.el (customize-apropos, customize-apropos-options): + Docstring changes. + + * font-lock.el (font-lock): Add tags to the links in the defgroup. + 2005-12-19 Chong Yidong * longlines.el (longlines-mode): Wrap while widened. @@ -1134,7 +1617,7 @@ 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1 covers all cases now). - * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws. + * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'. 2005-12-08 Alan Mackenzie @@ -1204,7 +1687,7 @@ * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause): Specify which submatch to use. - * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC. + * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC. (c-decl-start-re): No no longer any need for special treatment of ObjC due to the above. @@ -1403,7 +1886,7 @@ (c-decl-start-re): New language variable to make `c-font-lock-declarations' stop for the special protection labels - in Objective-C that start with '@'. + in Objective-C that start with `@'. (c-label-key): Removed since it's no longer used. @@ -1593,7 +2076,7 @@ has now taken the place of this function. * progmodes/cc-vars.el (c-emacs-features): Removed compatibility - with older emacsen: We now require 'pps-extended-state. + with older emacsen: We now require `pps-extended-state'. 2005-12-08 Alan Mackenzie @@ -1770,21 +2253,21 @@ (cua-rectangle-modifier-key): ... this. New defcustom. Can now select either meta, hyper, or super modifier for rectangle commands. (cua--rectangle-modifier-key): New defvar. - (cua--M/H-key): Use it. Remove special case for 'space. + (cua--M/H-key): Use it. Remove special case for `space'. (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key on X, to meta otherwise. Always bind C-return to toggle - rectangle. Pass ?\s instead of 'space to cua--M/H-key. + rectangle. Pass ?\s instead of `space' to cua--M/H-key. * emulation/cua-rect.el (cua-help-for-rectangle): Use cua--rectangle-modifier-key. Handle super modifier too. (cua--init-rectangles): Always bind C-return to toggle rectangle. - Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key. + Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key. * ido.el: Move Acknowledgements and History after Commentary. Minor changes to Commentary. * emulation/cua-base.el (cua--select-keymaps): Enable repeat - keymap if cua--prefix-override-timer equals 'shift. + keymap if cua--prefix-override-timer is `shift'. (cua--shift-control-prefix): New function; emulate "type prefix key twice" functionality to handle shifted prefix key override. (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New @@ -2080,7 +2563,7 @@ 2005-12-02 Ken Manheimer - * allout.el:(eval-when-compile): Remove unnecessary load of 'cl. + * allout.el:(eval-when-compile): Remove unnecessary load of cl. Add fset of allout-real-isearch-abort during compile to fix byte-compilation warnings. (allout-mode-p): Move definition of this macro above all uses, or @@ -3217,7 +3700,7 @@ * jka-cmpr-hook.el (jka-compr-install): Use push and dolist. Add jka-compr-load-suffixes to load-suffixes. - * jka-compr.el: Require 'jka-cmpr-hook. + * jka-compr.el: Require jka-cmpr-hook. (jka-compr-info-compress-message, jka-compr-info-compress-program) (jka-compr-info-compress-args, jka-compr-info-uncompress-message) (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args) @@ -3400,7 +3883,7 @@ * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-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' + (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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for @@ -3409,7 +3892,7 @@ * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) - (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' + (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE argument to all these routines, so the passphrase can be managed externally and passed in to the system. (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache @@ -3593,7 +4076,7 @@ Change defvar to defcustom. (rcirc-update-prompt): Add optional ALL arg, which will update prompts in all rcirc buffers. Regexp quote replacement text. - (rcirc-fill-column): Accept 'frame-width as a value. + (rcirc-fill-column): Accept frame-width as a value. (rcirc-set-changed): Add function. (rcirc-next-active-buffer): Write more meaningful messages. (rcirc-faces): Add customization group. @@ -3604,7 +4087,7 @@ (rcirc-debug-buffer): Rename from `rcirc-log-buffer'. (rcirc-debug-flag): Rename from `rcirc-log-p'. (rcirc-debug): Rename from `rcirc-log'. - (rcirc-format-response-string): Do not print '-' chars for a + (rcirc-format-response-string): Do not print `-' chars for a NOTICE with no sender. Simplify output of server responses. 2005-11-04 Henrik Enberg @@ -3622,7 +4105,7 @@ * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-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' + (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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for @@ -3631,7 +4114,7 @@ * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) - (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' + (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE argument to all these routines, so the passphrase can be managed externally and passed in to the system. (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache @@ -3646,7 +4129,7 @@ * textmodes/org.el (org-read-date, org-goto-calendar) (org-recenter-calendar, org-agenda-goto-calendar): - Temporarily clear 'calendar-move-hook'. + Temporarily clear `calendar-move-hook'. 2005-11-04 Michael Kifer @@ -4007,7 +4490,7 @@ key. Also, added a note pointing out fact that the prompt only indicates the first matching key. - * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to + * pgg.el (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. @@ -4037,14 +4520,14 @@ and then passed in to the system. * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache) - (pgg-remove-passphrase-cache): Add optional 'notruncate' argument, + (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-gpg.el (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' + (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. @@ -4093,7 +4576,7 @@ key. Also, added a note pointing out fact that the prompt only indicates the first matching key. - * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to + * pgg.el (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. @@ -4125,14 +4608,14 @@ and then passed in to the system. * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache) - (pgg-remove-passphrase-cache): Add optional 'notruncate' argument, + (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-gpg.el (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' + (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. @@ -4770,7 +5253,7 @@ * allout.el: Add autoloads of crypt++ and mailcrypt routines, all for encryption functionality. Move allout customization subgroup from `editing' to `outlines' group. - Fix commentary 'keywords' to legitimate ones. + Fix commentary keywords to legitimate ones. Update author info (using my current email address, obscurified). (allout-encrypt-string, allout-encryption-produce-work-buffer) (allout-encrypted-topic-p, allout-encrypted-text-type) @@ -4811,9 +5294,9 @@ any universal argument provokes now prompt for bullet, defaulting to the bullet of the previous topic. (allout-plain-bullets-string, allout-distinctive-bullets-string): - Plain bullet alternates '.' period and ',' comma only. All other + Plain bullet alternates `.' period and `,' comma only. All other bullets are relegated to special status (but customizable). - (allout-end-of-entry): Rename from 'allout-end-of-current-entry + (allout-end-of-entry): Rename from allout-end-of-current-entry since it actually operates w.r.t. most immediately containing entry, visible or not. (allout-hide-current-entry, allout-show-current-entry): Use the @@ -4834,8 +5317,8 @@ (allout-isearch-rectification): Refine condition for isearching. (allout-isearch-abort, allout-enwrap-isearch) (allout-flag-region, my-region-active-p): Relocate some macros. - (allout-title): Fallback title is '(buffer-name)', not - non-existing '(current-buffer-name)'. + (allout-title): Fallback title is (buffer-name), not + non-existing (current-buffer-name). (subst-char-in-string): Define if absent (for some XEmacs versions). 2005-10-20 Jari Aalto @@ -5350,10 +5833,10 @@ (math-super-types): Add sqmatrix type. * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the - mode name `square' to 'sqmatrix'. + mode name `square' to `sqmatrix'. * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the - mode name `square' to 'sqmatrix'. + mode name `square' to `sqmatrix'. 2005-10-10 Stefan Monnier @@ -5459,7 +5942,7 @@ * progmodes/gud.el (gud-speedbar-menu-items): Use :visible instead of :active. -2005-10-08 Eric Hanchrow +2005-10-08 Eric Hanchrow (tiny change) * textmodes/ispell.el (ispell-check-version): Ignore hyphen, and all that follows, in aspell's version text. @@ -6943,7 +7426,7 @@ (vhdl-trailer-re): Add "record" keyword (better indentation). (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of "[^ \t-\"]+". - (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'. + (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'. (vhdl-testbench-entity-file-name) (vhdl-testbench-architecture-file-name): Allow separate customization of testbench file names. @@ -7250,7 +7733,7 @@ 2005-08-26 Kim F. Storm * subr.el (version-list-<, version-list-<=, version-list-=): - Renamed from integer-list-*. + Rename from integer-list-*. (version-list-not-zero): Likewise. Fix while loop. (version=): Use version-list-= instead of string-equal. @@ -7553,8 +8036,8 @@ * subr.el (insert-for-yank-1): Doc fix. * ido.el (ido-enter-matching-directory): Rename from - ido-enter-single-matching-directory. Change 'slash choice to - 'only. Add 'first choice. + ido-enter-single-matching-directory. Change `slash' choice to + `only'. Add `first' choice. (ido-exhibit): Adapt to above changes. 2005-08-16 Luc Teirlinck @@ -11814,7 +12297,7 @@ included diary buffer if it was not already being visited. Reported by Stephen Berman . - * calendar/icalendar.el (top-level): Do not require 'appt. + * calendar/icalendar.el (top-level): Do not require appt. * mail/supercite.el (sc-select-attribution): Only use a list element from sc-attrib-selection-list if it returns a string. @@ -12397,8 +12880,7 @@ (multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring consistency. - * subr.el (focus-frame, unfocus-frame): - Revert deletion on 2005-05-01. + * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. 2005-05-22 Andre Spiegel @@ -12531,8 +13013,7 @@ (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis) (nsublis, tree-equal): Improve argument/docstring consistency. - * subr.el (send-string, send-region): - Remove obsolescence declaration. + * subr.el (send-string, send-region): Remove obsolescence declaration. (window-dot, set-window-dot, read-input, show-buffer) (eval-current-buffer, string-to-int): Add release number to obsolescence declarations. @@ -12609,8 +13090,8 @@ * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. * emacs-lisp/bytecomp.el - (byte-compile-file-form-custom-declare-variable): Call - byte-compile-nogroup-warn if appropriate. + (byte-compile-file-form-custom-declare-variable): + Call byte-compile-nogroup-warn if appropriate. * progmodes/compile.el (compilation-finish-function): Mark obsolete. (compilation-set-window): Don't call left-fringe-p; do it directly. @@ -15123,7 +15604,7 @@ * calendar/cal-x.el (calendar-one-frame-setup) (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t - rather than 'symbol for set-window-dedicated-p. + rather than `symbol' for set-window-dedicated-p. * calendar/appt.el (appt-buffer-name): Make it a constant. (appt-add): Doc fix. @@ -17752,10 +18233,10 @@ (reftex-index-region-phrases): Add slave parameter to call of `reftex-index-this-phrase'. (reftex-display-index): New argument redo. - (reftex-index-rescan): Add 'redo to arguments of + (reftex-index-rescan): Add `redo' to arguments of `reftex-display-index'. (reftex-index-Rescan, reftex-index-revert) - (reftex-index-switch-index-tag): Add 'redo to arguments of + (reftex-index-switch-index-tag): Add `redo' to arguments of `reftex-display-index'. (reftex-index-make-phrase-regexp): Fix bug with case-sensitive indexing. Fix bug with matching is there is a quote before or @@ -17822,8 +18303,8 @@ * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Enable mouse clicks on mode-line, header-line and margin. - (event-type): Give mouse event symbols an 'event-kind property - with value 'mouse-click. + (event-type): Give mouse event symbols an `event-kind' property + with value `mouse-click'. 2005-01-12 Juri Linkov