]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(format-deannotate-region): Doc fix.
[gnu-emacs] / lisp / ChangeLog
index d800704bf78fefc73f4ba80c1409fe1674883bb2..cccbd3a177020ef0b7422be6ce8f89ae65f2f974 100644 (file)
@@ -1,3 +1,499 @@
+2002-04-03  Richard M. Stallman  <rms@gnu.org>
+
+       * format.el (format-deannotate-region): Doc fix.
+
+       * enriched.el (enriched-face-ans): Delete special treatment
+       for fg:... and bg:... faces.
+       (enriched-decode-foreground): Return a list that specifies
+       the foreground color, rather than creating a face.
+       (enriched-decode-background): Likewise.
+
+       * shell.el (shell-mode): Don't reinit comint-input-ring
+       if that was already done.
+
+2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
+
+       * solar.el (solar-spring-or-summer-season): Deleted.
+       (solar-northern-spring-or-summer-season): New variable.
+       (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
+       Rewritten.
+
+       * solar.el (diary-sabbath-candles-minutes): New variable.
+       (diary-sabbath-candles): Use it instead of fixed 18 minutes.
+
+       * calendar.el (update-calendar-mode-line): Force mode-line update.
+       Make date under the cursor available as `date' in
+       calendar-mode-line-format.
+       Eval items in calendar-mode-line-format list.
+
+       * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook,
+       cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
+
+       * cal-tex.el (cal-tex-latexify-list): Fix doc string.
+
+       * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
+       (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
+       (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
+       (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
+
+       * cal-tex.el: Change all instances (interactive "P") to
+       (interactive "p").
+       (cal-tex-cursor-month): Add hfill and newline at end of month that
+       ended on Saturday.
+       (cal-tex-preamble): Change to LaTeX2e.
+       (cal-tex-cursor-filofax-year): Don't use default month names in
+       LaTeX macros in case user changes them.
+       (cal-tex-month-name): New function.  Used throughout in case user
+       has done something funny with month names.
+
+       * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
+       (diary-rosh-hodesh): Spelling correction.
+
+2002-04-03  Mike Williams  <mdub@bigfoot.com>
+
+       * textmodes/sgml-mode.el (sgml-lexical-context)
+       (sgml-parse-tag-backward): Extend support for CDATA to include
+       conditional sections.
+
+2002-04-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * cus-start.el: Rename `autoselect-window' to
+       `mouse-autoselect-window'.
+
+2002-04-02  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (hack-one-local-variable):
+       Clear text props from string value.
+
+2002-04-02  Mike Williams  <mdub@bigfoot.com>
+
+       * textmodes/sgml-mode.el (sgml-close-tag): Rename from
+       sgml-insert-end-tag. Simplify by using sgml-lexical-context.
+       (sgml-get-context): Remove use of sgml-inside-tag-p.
+       (sgml-inside-tag-p): Remove.
+       (sgml-looking-back-at): Short-circuit at beg of buffer.
+       (sgml-lexical-context,sgml-calculate-indent): Add support for
+       CDATA sections. 
+
+2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
+       (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
+       (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
+       (sgml-insert-end-tag): New funs taken from xml-lite.el.
+       (sgml-calculate-indent): Use them.
+       (sgml-slash-matching): Rename from sgml-slash.
+       (sgml-slash): Copied from xml-lite and changed to use
+       sgml-slash-matching and sgml-quick-keys.
+
+       * international/mule-cmds.el (standard-keyboard-coding-systems):
+       Add koi8-u and koi8-r.
+
+       * eshell/.cvsignore: New file.
+
+       * eshell/esh-groups.el: Remove.
+
+       * progmodes/tcl.el: Change maintainer.
+       (tcl-electric-hash-style): Change default to nil.
+       (tcl-imenu-generic-expression): Use tcl-proc-regexp.
+       (tcl-do-auto-fill): Remove.
+       (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
+
+2002-04-01  Mike Williams  <mdub@bigfoot.com>
+
+       * textmodes/sgml-mode.el: Doc fixes.
+       (sgml-mode): Set indent-line-function to sgml-indent-line.
+       (sgml-calculate-indent): Add an explicit check for 'text syntax,
+       to protect against future enhancements to sgml-lexical-context.
+       (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
+
+       * textmodes/xml-lite.el: Removed much redundant stuff.
+       (xml-lite-parse-tag-backward): Simplify parsing by assuming we
+       always start within text. Make use of sgml-unclosed-tag-p.
+
+2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
+
+       * tcl.el (tcl-imenu-generic-expression): New value.
+       (tcl-imenu-create-index-function): Function deleted.
+       (tcl-mode): Check for filladapt-mode.
+       Use tcl-imenu-generic-expression instead of
+       tcl-imenu-create-index-function.
+       (inferior-tcl-mode): Doc fix.
+       Change not legally significant.
+
+2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
+
+       * window.el (handle-select-window): New function.
+       Update copyright.
+
+2002-04-01  Richard M. Stallman  <rms@gnu.org>
+
+       * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
+
+       * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
+       tool-bar-add-item, and new arg MAP.
+       (tool-bar-add-item): Now calls tool-bar-local-item.
+       (tool-bar-local-item-from-menu): Renamed from
+       tool-bar-add-item-from-menu, and new arg IN-MAP.
+       (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
+
+       * help-fns.el (help-with-tutorial): Allow various ways
+       to specify the text in the [...] line, in handling the <...> line.
+
+       * progmodes/idlw-rinfo.el (idlwave-system-routines):
+       WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
+
+       * subr.el (redraw-modeline): Define alias.
+
+2002-03-31  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (file-expand-wildcards): Use save-match-data.
+
+       * files.el (format-alist): Mark as risky.
+
+       * simple.el (kill-new): Doc fix.
+
+       * emacs-lisp/byte-opt.el (side-effect-free-fns)
+       (side-effect-and-error-free-fns): Add many functions, remove some.
+
+2002-03-30  Richard M. Stallman  <rms@gnu.org>
+
+       * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
+
+2002-03-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * font-lock.el (save-buffer-state): Fix last change.
+
+       * files.el (auto-save-file-name-transforms): Fix last change.
+
+       * startup.el (command-line): Fix last change.
+
+2002-03-29  Richard M. Stallman  <rms@gnu.org>
+
+       * subr.el (play-sound-file): Moved to simple.el.
+
+       * simple.el (play-sound-file): Moved from subr.el, made unconditional.
+
+2002-03-29  Colin Walters  <walters@verbum.org>
+
+       * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
+       instead of `forward-line'.
+       (ibuffer-forward-line): Be sure to skip over special properties
+       before moving, too.
+
+       * calc/calc.el (calc-was-split): Var deleted.
+       (calc): Remove reference to it.
+       (calc): Ditto.
+       (calc-quit): Ditto.
+       (calc-init-base): Ditto.
+
+       * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
+
+2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
+       instead of nil when point is outside of any tag.
+       (sgml-beginning-of-tag): Adjust to the change.
+       (sgml-calculate-indent): Use the new info returned by
+       sgml-lexical-context.  Try to handle unclosed tags.
+
+       * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
+       at unclosed tags unless it is at indentation.
+       Kill nested unclosed tags.
+       (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
+       (xml-lite-mode): Use sgml-indent-line instead.
+
+2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (auto-save-file-name-transforms): Don't run "\\2" via
+       expand-file-name.
+
+       * startup.el (command-line): Recompute auto-save-file-name-transforms
+       using the updated value of temporary-file-directory.
+
+2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
+       even with an empty context.  Don't save excursion any more.
+       Don't complain about unmatched start-tags in sgml-unclosed-tags.
+       Ignore end-tags in sgml-empty-tags.
+       (xml-lite-get-context, xml-lite-calculate-indent)
+       (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
+       (xml-lite-indent-line): Use back-to-indentation.
+
+       * textmodes/sgml-mode.el (sgml-basic-offset): New var.
+       (sgml-name-re, sgml-attrs-re): New consts.
+       (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
+       (sgml-mode): Use them.
+       (sgml-lexical-context): Default to (point-min) if nothing else works.
+       (sgml-calculate-indent): Indent slightly differently.
+       (sgml-indent-line): Use back-to-indentation.
+       (sgml-parse-dtd): New function.
+       (sgml-unclosed-tags): New var.
+       (html-mode): Set it.
+
+2002-03-29  Simon Marshall  <simon.marshall@misys.com>
+
+       * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
+
+2002-03-29  Richard M. Stallman  <rms@gnu.org>
+
+       * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
+       Use FILTER arg in dired-get-marked-files to exclude directories.
+       (dired-nondirectory-p): New function.
+
+       * dired.el (dired-get-marked-files): New arg FILTER
+       allows selection of some files.
+
+       * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
+
+2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
+
+       * speedbar.el (speedbar-default-directory-list): Made robust
+       against deleted directories.
+
+2002-03-28  Richard M. Stallman  <rms@gnu.org>
+
+       * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
+       Bindings changed.
+
+       * progmodes/compile.el (compilation-handle-exit):
+       If compilation-window-height is 0, display status in echo area.
+
+       * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
+
+       * rect.el (replace-rectangle): Add autoload.
+
+       * files.el: Mark many more variables as risky.
+       (hack-one-local-variable): Recognize several additional
+       patterns as risky.
+
+       * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
+
+2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/xml-lite.el (xml-lite-in-string-p):
+       Use sgml-lexical-context.
+       (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
+       (xml-lite-get-context): Check that open/close tags match.
+       Don't stop scanning while we're ignoring matching tags.
+
+       * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
+       (sgml-mode-syntax-table): Use it.
+       (sgml-tag-syntax-table, sgml-tag-name-re): New const.
+       (sgml-tags-invisible): Use it.
+       (sgml-lexical-context): New fun.
+       (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
+       (sgml-quote): Accept \n as entity reference terminator.
+       (sgml-calculate-indent, sgml-indent-line): New funs.
+
+2002-03-28  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-cvs.el (vc-cvs-global-switches): New user option.
+       (vc-cvs-command): New function.  Update all callers of
+       `vc-do-command' in vc-cvs.el to use this instead.
+
+2002-03-27  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
+       relying on shell globbing.
+
+2002-03-27  Colin Walters  <walters@debian.org>
+
+       * ibuffer.el (ibuffer-help-buffer-modes): New variable.
+       (ibuffer-fontification-alist): Use it.
+       (ibuffer-backward-line): Handle `ibuffer-summary' area.
+       (ibuffer-forward-line): Ditto.
+
+       * ibuf-ext.el (sorter mode-name): Doc fix.
+       (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
+       (operation query-replace): Use new `noerror' arg for
+       `query-replace-read-args'.
+       (operation query-replace-regexp): Ditto.
+
+2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/xml-lite.el: Fix copyright notice.
+       (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
+       (xml-lite-indent-comment-offset): Remove.
+       (xml-lite-calculate-indent): Use new name.  Use natural alignment
+       for comments.
+       (xml-lite-in-string-p): Simplify.
+
+2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * allout.el (outline-layout): Doc fix.
+
+2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/xml-lite.el: Don't require `custom'.
+       (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
+       (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
+       (xml-lite-get-context): Drop nested tags not just for comments.
+       (xml-lite-indent-line): Be more careful about moving point.
+       (xml-lite-insert-end-tag, xml-lite-slash):
+       Use indent-according-to-mode instead of xml-lite-indent-line.
+       (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
+       Set sgml-xml-mode.  Don't call force-mode-line-update.
+       (xml-lite-mode-map): Don't bind TAB.
+
+2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
+
+       * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
+       parameter value.
+       (gud-jdb-build-source-files-list): Comment clarification.
+       (gud-jdb-massage-args): Reworked into loop-based argument list
+       processing in order to support -classpath and -sourcepath argument
+       processing.
+       (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
+       to gud-jdb-classpath to obtain search list.
+       (gud-jdb-parse-classpath-string): Remove any trailing slashes from
+       directory names in classpath/sourcepath lists, update comment.
+       (jdb): Add setting of gud-jdb-sourcepath, update comment.
+       (gud-find-class): Add gud-jdb-sourcepath use, and correct
+       behaviour for the case when classpath is not used--backward
+       compatibility fix.
+
+2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (compile, compile-always): Don't try to compile
+       non-existent files or files in empty directories.
+
+2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
+
+       * compare-w.el (compare-windows-whitespace): Match all whitespace.
+
+       * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
+       copy of standard Lisp directories.
+
+       * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
+       Support "next has longname" link type.
+
+2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
+       (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
+       New functions.
+       (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
+       (end-of-xml-tag): Remove.
+       (xml-lite-get-context): Better handling of comments.
+       (xml-lite-calculate-indent): Use xml-lite-in-string-p.
+       (xml-lite-parse-tag-backward): Rewrite.
+
+2002-03-26  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (WINS): Add the toolbar directory.
+
+2002-03-26  Richard M. Stallman  <rms@gnu.org>
+
+       * subr.el (substring-no-properties): Function deleted (now in C).
+
+2002-03-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * mwheel.el (mouse-wheel-mode): Use global-set-key and
+       global-unset-key.
+
+2002-03-24  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
+
+       * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
+       to query-replace-read-args.
+
+       * progmodes/compile.el (compilation-forget-errors):
+       Don't adjust compilation-parsing-end if it's nil.
+
+       * replace.el (query-replace-read-args): New optional arg NOERROR.
+       (perform-replace): Use save-window-excursion around recursive edit.
+
+2002-03-24  Colin Walters  <walters@verbum.org>
+
+       * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
+       non-nil, then always use another window.
+
+2002-03-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * subr.el (macro-declaration-function): New function.  Set the
+       variable macro-declaration-function to it.
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
+       Handle declarations in macro definitions.
+
+2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
+
+       * enriched.el (enriched-face-ans): Support FACE of the form
+       (:foreground COLOR) and (:background COLOR).
+       (enriched-decode-foreground, enriched-decode-background): Set the
+       fore- and background colors of the faces we create, since facemenu
+       doesn't.
+
+2002-03-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * mwheel.el (mouse-wheel-mode): Use the result of
+       current-global-map instead of the variable `global-map'.
+
+2002-03-23  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
+       broken out of sendmail-pre-abbrev-expand-hook.
+       (sendmail-pre-abbrev-expand-hook): Use it.
+
+2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * Makefile.in (finder-inf.el): Remove.
+       (finder-data): Don't depend on finder-inf.el any more.
+       (compile, compile-always): Handle the case where some files
+       from DONTCOMPILE are missing (it tried to compile them).
+       (bootstrap-clean): Use src/emacs only if executable.
+       (bootstrap): Update subdirs.el and finder-inf.el.
+
+       * finder.el: Don't load finder-inf.el during byte-compilation.
+
+       * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
+       Don't consider cvs-removed files as under VC control.
+       VC wouldn't handle them properly anyway and it confuses
+       vc-file-not-found-hook.
+
+       * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
+       Add autoload cookie.
+
+2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * calendar/calendar.el (calendar): Doc fix.
+
+2002-03-22  Juanma Barranquero  <lektu@terra.es>
+
+       * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
+       (gomoku-font-lock-X-face): Likewise.
+       (gomoku-font-lock-keywords): Use faces instead of variables.
+
+2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * Makefile.in (bootstrap): Make sure subdirs.el is ready.
+
+2002-03-21  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (open-network-stream, open-network-stream-nowait)
+       (open-network-stream-server): Use featurep to test for
+       supported networking features.
+
+2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
+       directions as the last action.
+
+2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * startup.el (fancy-splash-tail, normal-splash-screen):
+       Update copyright.
+
+       * novice.el (disabled-command-hook): Clarify output text to match
+       prompt.
+
 2002-03-20  Jason Rumney  <jasonr@gnu.org>
 
        * frame.el (display-images-p): Do not explicitly check display type.
        warning free compile.
 
 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
-       
-       * ediff-diff.el (ediff-install-fine-diff-if-necessary): take
-       the current highlighting style into account.
-       (ediff-forward-word-function,ediff-whitespace,ediff-word-1,
-       ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local.
-       
-       * ediff-init.el (ediff-patch-job): new macro.
-       
-       * ediff-mult.el (ediff-make-new-meta-list-header): new API function.
-       (ediff-intersect-directories): use ediff-make-new-meta-list-header.
-       
-       * ediff-ptch.el (ediff-map-patch-buffer): use
-       ediff-make-new-meta-list-header.
-       (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el.
-       
-       * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting.
-       (ediff-select-difference): take highlighting style into account.
-       (ediff-clone-buffer-for-region-comparison): new function.
-       (ediff-inferior-compare-regions): added comparison of current diff
+
+       * ediff-diff.el (ediff-install-fine-diff-if-necessary):
+       Take the current highlighting style into account.
+       (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
+       (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
+
+       * ediff-init.el (ediff-patch-job): New macro.
+
+       * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
+       (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
+
+       * ediff-ptch.el (ediff-map-patch-buffer):
+       Use ediff-make-new-meta-list-header.
+       (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
+
+       * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
+       (ediff-select-difference): Take highlighting style into account.
+       (ediff-clone-buffer-for-region-comparison): New function.
+       (ediff-inferior-compare-regions): Added comparison of current diff
        regions.
-       
-       * ediff.el (ediff-clone-buffer-for-region-comparison,
-       ediff-clone-buffer-for-window-comparison): moved to ediff-util.el.
-       
+
+       * ediff.el (ediff-clone-buffer-for-region-comparison)
+       (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
+
 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
 
        * mail-utils.el (rmail-dont-reply-to):