+2000-05-16 Gerd Moellmann <gerd@gnu.org>
+
+ * startup.el (command-line-1): Mention the FAQ in the startup
+ message.
+
+ * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
+
+ * progmodes/compile.el (compilation-parse-errors): Collect
+ `nomessage' regexps last.
+
+ * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
+
+ * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
+ to the function name.
+
2000-05-15 Dave Love <fx@gnu.org>
* speedbar.el (speedbar-recenter): Typo.
(speedbar-expand-line): Make arg optional.
(speedbar-mode): Avoid a compiler warning.
-
2000-05-15 Gerd Moellmann <gerd@gnu.org>
* progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
;;;;;; compilation-mode grep-find grep compile compilation-search-path
;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
-;;;;;; "compile" "progmodes/compile.el" (14569 2479))
+;;;;;; "compile" "progmodes/compile.el" (14625 19427))
;;; Generated autoloads from progmodes/compile.el
(defvar compilation-mode-hook nil "\
;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
-;;;;;; "dired" "dired.el" (14600 27076))
+;;;;;; "dired" "dired.el" (14625 18742))
;;; Generated autoloads from dired.el
(defvar dired-listing-switches "-al" "\
;;;***
\f
-;;;### (autoloads (dired-do-query-replace dired-do-search dired-hide-all
-;;;;;; dired-hide-subdir dired-tree-down dired-tree-up dired-kill-subdir
-;;;;;; dired-mark-subdir-files dired-goto-subdir dired-prev-subdir
-;;;;;; dired-insert-subdir dired-maybe-insert-subdir dired-downcase
-;;;;;; dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
+;;;### (autoloads (dired-do-query-replace-regexp dired-do-search
+;;;;;; dired-hide-all dired-hide-subdir dired-tree-down dired-tree-up
+;;;;;; dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
+;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
+;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
-;;;;;; "dired-aux.el" (14506 36592))
+;;;;;; "dired-aux.el" (14625 18672))
;;; Generated autoloads from dired-aux.el
(autoload (quote dired-diff) "dired-aux" "\
Stops when a match is found.
To continue searching for next match, use command \\[tags-loop-continue]." t nil)
-(autoload (quote dired-do-query-replace) "dired-aux" "\
+(autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
Do `query-replace-regexp' of FROM with TO, on all marked files.
Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
If you exit (\\[keyboard-quit] or ESC), you can resume the query replace
;;;***
\f
-;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14555 52300))
+;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14625 20437))
;;; Generated autoloads from msb.el
(defvar msb-mode nil "\
;;;***
\f
;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
-;;;;;; (14432 40418))
+;;;;;; (14624 22794))
;;; Generated autoloads from progmodes/sh-script.el
(put (quote sh-mode) (quote mode-class) (quote special))
;;;***
\f
;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
-;;;;;; "speedbar.el" (14623 45339))
+;;;;;; "speedbar.el" (14625 15888))
;;; Generated autoloads from speedbar.el
(defalias (quote speedbar) (quote speedbar-frame-mode))