]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(isearch-edit-string): Make the search-ring available for
[gnu-emacs] / lisp / ChangeLog
index 49e5e50851f688b56b8383e7cd3fac5ebc64eedb..4d8e8c6dd5239d7dfa222bf56c907f1492d63814 100644 (file)
@@ -1,3 +1,553 @@
+2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * isearch.el (isearch-edit-string): Make the search-ring available for
+       minibuffer history commands.
+       (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
+       the default history commands now work just as well.
+       (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
+
+2005-04-18  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua--pre-command-handler): Add more
+       elaborate check for shift modifier on non-window systems.
+
+2005-04-18  Lars Hansen  <larsh@math.ku.dk>
+
+       * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
+
+2005-04-18  Kim F. Storm  <storm@cua.dk>
+
+       * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
+       and make it optional.  Don't test tooltip-gud-echo-area here.
+       (tooltip-gud-process-output, gdb-tooltip-print):
+       Pass tooltip-gud-echo-area to tooltip-show.
+       (tooltip-help-tips): Remove second optional arg to tooltip-show.
+
+2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * tooltip.el (tooltip-mode): `emacs-quick-startup' and
+       `display-graphic-p' may not be bound yet.
+
+2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * startup.el (command-line): No longer enable Xterm Mouse mode by
+       default in terminals compatible with xterm.
+
+       * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
+
+2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tooltip.el (tooltip-gud-echo-area): Rename from
+       tooltip-use-echo-area.
+       (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
+       (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
+       area independently of where help tooltips are displayed.
+
+2005-04-17  David Kastrup  <dak@gnu.org>
+
+       * cus-theme.el (custom-theme-write-variables): Quote variables
+       where necessary.
+
+2005-04-17  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (yank-excluded-properties): Add follow-link to value.
+
+       * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
+
+       * startup.el (fancy-splash-max-time): Just 30 seconds.
+       (fancy-splash-delay): Just 7.
+       (fancy-splash-screens): No time limit other than fancy-splash-max-time.
+
+       * loadhist.el (unload-feature): Update for new format of load-history.
+       Simplify the code.
+
+       * mail/rmail.el (rmail-ignored-headers): Ignore more headers
+       (rmail-font-lock-keywords): Don't fontify the text of a citation.
+
+       * mail/sendmail.el (mail-font-lock-keywords):
+       Don't fontify subject text.
+       Don't fontify the text of a citation.
+
+2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
+
+       * comint.el (comint-output-filter): Run comint-output-filter-functions
+       with point where the user had it.
+
+2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/ucs-tables.el (ucs-set-table-for-input):
+       Disable when using unify-on-decoding.
+
+2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emulation/cua-base.el (cua-global-mark-face): Add special case
+       for displays supporting a high number of colors.
+
+2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
+
+       * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
+
+2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * filesets.el (filesets-add-buffer): If user supplies a name of a
+       non-existing fileset, create a new fileset.
+
+2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-up-heading-all): Fix bug with
+       `outline-up-heading-all'.
+
+2005-04-16  Andreas Schwab  <schwab@suse.de>
+
+       * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
+       /etc/permissions.d/* and /etc/aliases.d/*.
+
+2005-04-16  Kenichi Handa  <handa@m17n.org>
+
+       * international/code-pages.el (cp-make-coding-system):
+       Set `translation-table-for-input' property value to the symbol
+       ucs-mule-to-mule-unicode, not to that value.
+       (pt154): Escape guillemet by `\'.
+
+2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * loadup.el: Load tooltip if x-show-tip is fboundp.
+
+       * startup.el (command-line): Add comment.
+
+       * tooltip.el (tooltip-mode): Specify correct standard value for
+       Custom in init-value.
+
+2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
+       possible.
+
+2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el:  (org-agenda-date-prompt): Rename from
+       `org-agenda-date-today'.
+       (org-evaluate-time-range): Insert at point instead of directly
+       after time range.
+       (org-first-headline-recenter, org-subtree-end-visible-p)
+       (org-optimize-window-after-visibility-change): New functions
+       (org-agenda-post-command-hook): Don't allow point at end of line,
+       to make sure it always hits the text properties.
+       (org-agenda-next-date-line, org-agenda-previous-date-line):
+       New commands.
+       (org-set-regexps-and-options): Category may contain white space.
+       (org-agenda-get-deadlines, org-agenda-get-scheduled):
+       Improve marker positions.
+       (org-agenda-new-marker): Argument POS made optional.
+       (org-agenda-get-timestamps): Deadlines which are done are listed
+       in org-done-face now.
+       (org-agenda-get-todos, org-agenda-get-timestamps)
+       (org-agenda-get-deadlines, org-agenda-get-scheduled):
+       Set `undone-face' and `done-face' properties.
+       (org-last-todo-state-is-todo): New variable.
+       (org-todo): Set `org-last-todo-state-is-todo'.
+       (org-agenda-todo): Change face according to
+       `org-last-todo-state-is-todo'.  And change other lines refering to
+       the same entry.
+       (org-calendar-goto-agenda): New command.
+       (org-calendar-to-agenda-key): New option.
+       (org-startup-folded): New allowed value `content'.
+       (org-set-regexps-and-options): Accept new value `content' for
+       `org-startup-folded'.
+       (org-get-current-options): Handle new value `content' for
+       `org-startup-folded'.
+       (org-insert-todo-heading): New command.
+       (org-mode): Insert first line "*-* mode: org-mode -*-" when called
+       interactively in empty file and option
+       `org-insert-mode-line-in-empty-file' has been set.
+       (org-agenda-todo,org-agenda-priority): Modify to use
+       `org-agenda-change-all-lines'.
+       (org-warning-face): Change color on dark background
+
+2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * international/mule-cmds.el (set-locale-environment): On Mac OS,
+       use preferences AppleLocale and AppleLanguages, and variable
+       mac-system-locale for default locale.  On Mac OS Classic, use
+       mac-system-coding-system for default coding systems.
+
+       * term/mac-win.el: Don't set file-name-coding-system.
+       Decode variables system-name, emacs-build-system, user-login-name, and
+       user-full-name by mac-system-coding-system on Mac OS Classic.
+       (mac-system-coding-system): New variable.
+
+2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * startup.el (command-line): Handle `xterm-mouse-mode' before
+       reading init file.
+
+       * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
+
+2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/sh-script.el (sh-here-document-word): Make it a
+       defcustom.  Doc fix.
+       (sh-add): Bash uses $(( )) for arithmetic.
+       (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
+       (sh-maybe-here-document): Remove quotes and leading whitespace
+       from heredoc word when closing.  Indent heredoc with tabs if word
+       starts with "-".
+
+2005-04-13  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (undo): Fix previous change.
+
+       * custom.el (defface): Doc fix.
+
+2005-04-13  Lute Kamstra  <lute@gnu.org>
+
+       * Makefile.in (DONTCOMPILE): Remove list.
+       (compile, compile-always): Don't use DONTCOMPILE.
+       (update-authors): Load the library in which batch-update-authors
+       is defined.
+       * makefile.w32-in (DONTCOMPILE): Remove list.
+       (compile, compile-always): Fix comments.
+       (update-authors): Load the library in which batch-update-authors
+       is defined.
+
+       * generic-x.el (generic-mode-ini-file-find-file-hook):
+       Rename to ini-generic-mode-find-file-hook.
+       Keep generic-mode-ini-file-find-file-hook as an alias.
+       (ini-generic-mode-find-file-hook): Rename from
+       generic-mode-ini-file-find-file-hook.  Fix docstring.
+       (ini-generic-mode): Docstring change.
+       (bat-generic-mode-run-as-comint): Silence the byte compiler.
+
+       * help.el (describe-key-briefly): UNTRANSLATED can be nil when
+       called from lisp.
+
+       * generic.el: Move to the emacs-lisp subdir.
+
+2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
+       and C-S- function and cursor motion keys.
+
+2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * startup.el (command-line): Enable Xterm Mouse mode by default.
+       * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
+       for Custom.  No longer show "Mouse" in mode line when enabled.
+       Doc fix.
+
+2005-04-12  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua-rectangle-face)
+       (cua-rectangle-noselect-face): Define face attributes here.
+
+       * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
+
+2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * startup.el (command-line): Turn off blinking cursor if
+       cursorBlink in resources is off or false.
+
+2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (dnd): Require dnd.
+       (mac-drag-n-drop): Call dnd-handle-one-url.
+       (kTextEncodingMacRoman, kTextEncodingISOLatin1)
+       (kTextEncodingISOLatin2): Remove constants.
+       (mac-script-code-coding-systems): New constant.
+       (mac-handle-language-change): New function.
+       (special-event-map): Bind it to `language-change' event.
+       (mac-centraleurroman, mac-cyrillic): New coding systems.
+       (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
+       (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
+       and mac-cyrillic-encoder to encode-mac-centraleurroman and
+       encode-mac-cyrillic, respectively.
+
+2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
+       Don't set overlay-arrow-string to "=>" as this is done
+       globally in C now.
+
+2005-04-12  Lute Kamstra  <lute@gnu.org>
+
+       * generic-x.el (rc-generic-mode, rul-generic-mode):
+       Fix auto-mode-alist entries.
+       (etc-fstab-generic-mode): Tweak fontification.
+
+       * generic.el (generic-make-keywords-list): Fix docstring.
+       (generic-mode-internal): Simplify generic-font-lock-keywords.
+
+2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
+
+       * whitespace.el (whitespace-buffer-leading)
+       (whitespace-buffer-trailing): Revert the incorrect test
+       inversion. However, fix the highlight area for the leading and
+       trailing whitespaces to show space.
+
+2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
+
+       * whitespace.el (whitespace-version): Bump to 3.5
+
+       (whitespace-buffer-leading, whitespace-buffer-trailing):
+       Invert sense of the test to highlight the whitespace.
+
+2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-display-line): GUD uses its own
+       overlay arrow now so don't set overlay-arrow-string.
+       (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
+
+2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term.el (term-ansi-current-bold, term-ansi-current-underline)
+       (term-ansi-current-reverse, term-ansi-current-invisible)
+       (term-ansi-face-already-done): Change to boolean.
+       (term-reset-terminal, term-handle-colors-array): Handle the above
+       vars accordingly.
+       (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
+       (term-emulate-terminal): Use the new name.
+
+       * faces.el (secondary-selection): Use yellow1, not yellow.
+       (trailing-whitespace): Use red1, not red.
+
+2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
+       (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
+       (dired-dnd-handle-file): Call dnd-get-local-file-uri
+
+       * cus-edit.el (dnd): New group.
+
+       * term/w32-win.el (dnd): Require dnd
+       (w32-drag-n-drop): Call dnd-handle-one-url.
+
+       * x-dnd.el: Require dnd.
+       (x-dnd-handle-uri-list, x-dnd-handle-file-name):
+       Call dnd-handle-one-url.
+       (x-dnd-types-alist, x-dnd-insert-utf8-text)
+       (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
+       to dnd-insert-text.
+       (x-dnd-protocol-alist, x-dnd-open-file-other-window)
+       (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
+       (x-dnd-get-local-file-name,  x-dnd-open-local-file)
+       (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
+
+       * dnd.el (dnd-protocol-alist): New file with generic DND functions.
+
+2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
+
+       * wdired.el: Doc fixes.
+       (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
+       (wdired-use-dired-vertical-movement): Rename from
+       wdired-always-move-to-filename-beginning.
+       (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
+       (wdired-change-to-wdired-mode): Change mode name.
+       (wdired-newline): Delete.
+
+2005-04-11  Richard M. Stallman  <rms@gnu.org>
+
+       * whitespace.el (whitespace-highlight-the-space):
+       Don't call whitespace-unhighlight-the-space here.
+
+       * simple.el (undo): Record t in undo-equiv-table
+       for the redo record made by an undo-in-region.
+
+2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
+       (gdb-frame-inferior-io-buffer): New Functions to control
+       display of separate IO buffer.
+       (menu): Add them to menu-bar.
+       (gdb-display-buffer): Check for buffer another frame.
+       Protect GUD buffer.
+       (gdb-setup-windows): Create IO buffer if not already there.
+       (gdb-memory-mode): Remove purecopy noops.
+
+2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
+       and pass to self-insert-command.
+
+2005-04-11  Lute Kamstra  <lute@gnu.org>
+
+       * generic.el: Commentary section cleanup.
+       (generic): Delete.
+       (generic-use-find-file-hook, generic-lines-to-scan)
+       (generic-find-file-regexp, generic-ignore-files-regexp)
+       (default-generic-mode, generic-mode-find-file-hook)
+       (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
+       * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
+       (generic-use-find-file-hook, generic-lines-to-scan)
+       (generic-find-file-regexp, generic-ignore-files-regexp)
+       (default-generic-mode, generic-mode-find-file-hook)
+       (generic-mode-ini-file-find-file-hook): Move from generic.el.
+
+2005-04-10  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el (bookmark-write-file): Catch errors writing file.
+       This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
+
+2005-04-10  Richard M. Stallman  <rms@gnu.org>
+
+       * startup.el (fancy-splash-tail): Update copyright year.
+       (command-line): Split part of -Q into -D.
+       (emacs-basic-display): New defvar.
+       (fancy-splash-text): Correct name of menu item.
+
+       * saveplace.el (save-place-alist-to-file): Catch errors writing file.
+
+       * info.el (Info-fontify-node): Handle fontification of multiple * Menu
+       lines in one node.
+
+       * comint.el (comint-send-input): New arg ARTIFICIAL.
+       Callers in this file changed.
+
+       * abbrev.el (define-abbrevs): Read system abbrevs properly.
+
+       * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
+
+2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
+       `ldap-search-internal'.
+
+2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (set-auto-mode-1): Use line-end-position.
+
+       * international/latin-1.el:
+       * international/latin-2.el:
+       * international/latin-3.el:
+       * international/latin-4.el:
+       * international/latin-5.el:
+       * international/latin-8.el:
+       * international/latin-9.el: Give punctuation syntax to NBSP.
+
+       * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
+       (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
+       Use char-classes to accept non-ascii letters, accepted in some recent
+       bibtex implementations.
+
+2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * custom.el (custom-set-minor-mode): Any non-nil value for the
+       variable should enable the mode when set through Custom.
+
+2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
+       TAB binding so tab-always-indent is obeyed.
+       (vhdl-minibuffer-local-map): Move initialization into declaration.
+       (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
+       (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
+       (vhdl-hooked-abbrev): Avoid test for XEmacs.
+       (vhdl-current-line): Use line-beginning-position.
+       (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
+       with-output-to-temp-buffer, so the current position can be recorded.
+
+2005-04-10  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Add regexp for gcov.
+
+2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * calendar/time-date.el (time-to-seconds, seconds-to-time)
+       (days-to-time, time-subtract, time-add): Don't use the #xhhhh
+       syntax which Emacs 20 doesn't support.
+
+2005-04-09  Richard M. Stallman  <rms@gnu.org>
+
+       * help.el (describe-key-briefly, describe-key):
+       Replace strings as event types with "(any string)".
+
+2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * arc-mode.el (archive-mode-map): Move initialization into
+       the declaration.  Override *all* bindings of `undo'.
+       (archive-lemacs): Remove, use (featurep 'xemacs) instead.
+
+2005-04-09  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
+
+2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
+       (xterm-register-default-colors): Update color values computation
+       to match xterm-200.
+
+2005-04-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/code-pages.el (iso-latin-7): Fix the map.
+
+2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emacs-lisp/lisp.el (defun-prompt-regexp)
+       (parens-require-spaces, buffer-end, end-of-defun)
+       (insert-parentheses): Doc fixes.
+
+2005-04-08  Kim F. Storm  <storm@cua.dk>
+
+       * comint.el (comint-highlight-prompt): Fix face spec.
+       * hi-lock.el (hi-green): Likewise.
+
+2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * cus-edit.el (custom-modified-face):
+       * comint.el (comint-highlight-input): Fix previous changes.
+       * term.el (term-handle-ansi-escape): Add a comment.
+
+2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * whitespace.el (whitespace-highlight-the-space): Put the same overlay
+       in the buffer and in whitespace-highlighted-space.
+       (whitespace-unhighlight-the-space): Simplify.
+       (whitespace-buffer): Simplify.
+
+2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * textmodes/table.el (table-cell-face): Add special case for
+       displays supporting a high number of colors.
+       * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
+       (vhdl-font-lock-reserved-words-face)
+       (vhdl-speedbar-architecture-face)
+       (vhdl-speedbar-instantiation-face)
+       (vhdl-speedbar-architecture-selected-face)
+       (vhdl-speedbar-instantiation-selected-face): Likewise.
+       * progmodes/sh-script.el (sh-heredoc-face): Likewise.
+       * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
+       * progmodes/ebrowse.el (ebrowse-tree-mark-face)
+       (ebrowse-root-class-face, ebrowse-member-attribute-face)
+       (ebrowse-progress-face): Likewise.
+       * progmodes/compile.el (compilation-info-face): Likewise.
+       * progmodes/cc-fonts.el (c-invalid-face): Likewise.
+       * emacs-lisp/re-builder.el (reb-match-3): Likewise.
+       * calendar/calendar.el (diary-face): Likewise.
+       * woman.el (woman-italic-face, woman-bold-face)
+       (woman-unknown-face): Likewise.
+       * wid-edit.el (widget-button-pressed-face): Likewise.
+       * whitespace.el (whitespace-highlight-face): Likewise.
+       * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
+       * pcvs-info.el (cvs-marked-face): Likewise.
+       * info.el (info-xref): Likewise.
+       * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
+       * hilit-chg.el (highlight-changes-face)
+       (highlight-changes-delete-face): Likewise.
+       * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
+       (hi-red-b): Likewise.
+       * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
+       * font-lock.el (font-lock-keyword-face)
+       (font-lock-function-name-face, font-lock-warning-face): Likewise.
+       * cus-edit.el (custom-invalid-face, custom-modified-face)
+       (custom-set-face, custom-changed-face, custom-variable-tag-face)
+       (custom-group-tag-face-1, custom-group-tag-face): Likewise.
+       * comint.el (comint-highlight-prompt): Likewise.
+
+2005-04-08  Lute Kamstra  <lute@gnu.org>
+
+       * font-lock.el (font-lock-keywords): Docstring fixes.
+
 2005-04-08  Kenichi Handa  <handa@m17n.org>
 
        * ps-mule.el (ps-mule-show-warning): If the number of unprintable
 
 2005-04-08  Kim F. Storm  <storm@cua.dk>
 
-       * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
-       mouse-face.
+       * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
 
        * mouse.el (mouse-on-link-p): Doc fix.