]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
[gnu-emacs] / lisp / ChangeLog
index 465dec9feced8f771138792e8eb1fec139c6a44f..5901c35c2e9a31ae56ef42c80841272ba41a99d3 100644 (file)
@@ -1,7 +1,522 @@
+2005-03-14  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (next-line, previous-line): Add optional try-vscroll
+       arg to recognize interactive use.  Pass it on to line-move.
+       (line-move): Don't perform auto-window-vscroll when defining or
+       executing keyboard macro to ensure consistent behaviour.
+
+2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
+
+2005-03-13  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
+       debugger-setup-buffer so that backtrace marks the frames set to
+       debug-on-exit and we don't have to do it manually.  Set an extra
+       debug-on-exit for macro's.
+       (debugger-setup-buffer): Don't mark the top frame manually.
+
+2005-03-12  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
+       lisp-indent-function throughout.
+       (with-no-warnings): Set lisp-indent-function property.
+
+2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/dcl-mode.el (dcl-mode-syntax-table):
+       Add entry for backslash.
+
+2005-03-12  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-search): Four fixes for backward search.
+
+2005-03-11  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el (calc-language-alist): New variable.
+       * calc/calc-embed.el (calc-embedded-language-alist): Remove.
+       (calc-embedded-find-modes): Use calc-language-alist instead of
+       calc-embedded-language-alist.
+
+2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/calendar.el (calendar-redrawing): New internal
+       variable.
+       (redraw-calendar): Remove bogus save-excursion from previous
+       change.  Bind calendar-redrawing to t for mark-diary-entries.
+       * calendar/diary-lib.el (mark-diary-entries): No need to redraw
+       calendar if that is why we were called.
+
+2005-03-11  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (make-coding-system): Set property
+       'coding-system-define-form to nil.
+       (define-coding-system-alias): Likewise.
+
+2005-03-11  Kenichi Handa  <handa@m17n.org>
+
+       These changes are suggested by Dave Love <fx@gnu.org>.
+
+       * textmodes/fill.el: Change encoding to iso-2022-7bit and add
+       coding: tag.
+       (adaptive-fill-regexp): Add more bullets.
+       (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
+       regexps.
+
+2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help.el (describe-mode): Properly handle non-trivial lighters.
+       Don't ignore minor modes that are not listed in minor-mode-list.
+
+       * tooltip.el (tooltip-mode): Don't complain that you can't turn the
+       feature ON when the user requests to turn it OFF.
+
+2005-03-10  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (debug-entry-code): Delete it.
+       (implement-debug-on-entry): New function to replace debug-entry-code.
+       (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
+       second argument as the 2005-03-07 change makes it obsolete.
+       (debug-on-entry, cancel-debug-on-entry): Update call to
+       debug-on-entry-1.
+       (debug, debugger-setup-buffer): Comment update.
+       (debugger-frame-number): Update to work with implement-debug-on-entry.
+
+2005-03-10  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-embed.el (math-ms-args): Declare it.
+       (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
+       math-ms-args.
+       (calc-embedded-subst): Use math-multi-subst-rec to substitute
+       variables.
+
+2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
+       Use message-box.
+
+       * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
+       (tooltip-activate-mouse-motions-if-enabled): Use dolist.
+       (tooltip-gud-tips): Simplify.
+       (tooltip-gud-tips-p): Remove superflouous :set.
+       (tooltip-gud-modes): Add fortran-mode.
+       (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
+
+       * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
+
+2005-03-09  Kim F. Storm  <storm@cua.dk>
+
+       * play/animate.el (animate-place-char): Use forward-line instead
+       of next-line to improve performance.
+
+2005-03-09  Simon Josefsson  <jas@extundo.com>
+
+       * net/browse-url.el (browse-url-default-browser): Doc fix.
+
+2005-03-09  Miles Bader  <miles@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
+       (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
+
+2005-03-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/latin-1.el: Set case and syntax for 255 only if
+       set-case-syntax-set-multibyte is nil.
+
+       * textmodes/ispell.el (ispell-insert-word): New function.
+       (ispell-word): Use ispell-insert-word to insert a new word.
+       (ispell-process-line): Likewise.
+       (ispell-complete-word): Likewise.
+
+2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/calendar.el (redraw-calendar): Preserve point.
+       Reported by Matt Hodges <MPHodges@member.fsf.org>.
+       (calendar-week-start-day): Move after definition of
+       redraw-calendar.  Delete buffer test, since redraw-calendar has
+       that now.
+
+       * calendar/diary-lib.el (mark-diary-entries): Only call
+       redraw-calendar in the first of any recursive calls.
+       Reported by Alan Shutko <ats@acm.org>.
+
+2005-03-08  Juri Linkov  <juri@jurta.org>
+
+       * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
+       (html-horizontal-rule, html-line, html-image, html-checkboxes)
+       (html-radio-buttons): Add a space before the trailing `/>' where
+       sgml-xml-mode is non-nil.
+       (sgml-delete-tag): Check if the tag ends with `/>' to not delete
+       the subsequent tag of the empty XML tag.
+       (html-href-anchor): Don't set initial input to "http:".
+       (html-image): Ask for the image URL and set point inside alt="".
+       (html-name-anchor): Duplicate the name in the `id' attribute when
+       sgml-xml-mode is non-nil.
+       (html-paragraph): Remove \n before <p>.
+       (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
+       instead of `checked' when sgml-xml-mode is non-nil.
+
+       * facemenu.el (list-colors-print): Print #RRGGBB in default face.
+       Remove 1 space before #RRGGBB to not truncate it on terminal
+       windows w/o fringes.  Remove 1 space between bg and fg examples
+       to get more space.
+       (list-colors-duplicates): Replace `and' with `if' for `boundp' to
+       avoid byte-compile warnings.
+
+       * image-file.el (image-file-handler): Put `safe-magic' property to
+       `image-file-handler'.
+
+       * info.el (Info-isearch-search): Emulate word search in
+       isearching through multiple Info nodes with Info-search.
+       (Info-isearch-wrap): Allow isearch-word.
+
+2005-03-08  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (debugger-step-through): Make sure that
+       stepping into the debugger's code is not possible.
+       (debugger-jumping-flag): Docstring update.
+
+2005-03-08  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-embed.el (calc-do-embedded): Reset mode line when
+       embedded mode begins.
+       (calc-embedded-language-alist): New variable.
+       (calc-embedded-find-modes): Use calc-embedded-language-alist to
+       set default language mode.
+
+2005-03-08  Kenichi Handa  <handa@m17n.org>
+
+       * international/ccl.el (define-ccl-program): Fix docstring about
+       extra 256 bytes assured for the output buffer.
+
+       * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
+       Fix BUFFER_MAGNIFICATION to 2.
+       (ccl-encode-mule-utf-16be-with-signature): Likewise.
+
+2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
+
+       * align.el (align-rules-list): Added an alignment rule for CSS
+       declarations (applies to css-mode and html-mode buffers).
+
+2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
+
+2005-03-07  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (move-beginning-of-line): New command.
+
+       * bindings.el (global-map): Bind C-a to move-beginning-of-line.
+
+       * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
+
+       * emulation/cua-base.el: Put CUA move property on move-end-of-line
+       and move-beginning-of-line.
+
+       * apropos.el (apropos-print): Omit command from M-x ... RET.
+
+2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
+       (gdb-send, gdb-send-item): Log items sent from gdb-send too.
+
+2005-03-06  Richard M. Stallman  <rms@gnu.org>
+
+       * bindings.el (esc-map): Bind M-g to goto-line.
+
+       * facemenu.el (global-map): Bind M-o, not M-g.
+
+2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * menu-bar.el (menu-bar-file-menu): Add the same :enable to
+       "Open Directory" as for "Open File".
+
+2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
+       (push-mark-command): Run activate-mark-hook.
+
+2005-03-06  Richard M. Stallman  <rms@gnu.org>
+
+       * help-mode.el (help-mode-finish): Don't alter the element
+       in view-return-to-alist if there already is one.
+
+       * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
+       make sure the current buffer is the expected one.
+
+       * novice.el (disabled-command-function): Output in *Disabled Command*.
+       Explicitly ignore non-keyboard events, and explicitly handle C-g.
+
+       * textmodes/flyspell.el (flyspell-large-region):
+       Pass args differently for aspell.
+
+       * files.el (mode-require-final-newline): Doc fix.
+
+2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
+
+       * progmodes/which-func.el (which-function):
+       Specify NOERROR when calling imenu--make-index-alist.
+
+2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (normal-erase-is-backspace): Define default value.
+
+       * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
+       (custom-reevaluate-setting): Simple function to handle
+       variables that are defined before their default value can really
+       be computed.
+
+       * startup.el (command-line): Use it for temporary-file-directory,
+       small-emporary-file-directory, auto-save-file-name-transforms,
+       blink-cursor-mode, and normal-erase-is-backspace.
+
+       * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
+       progress, even with buggy anchored keywords.
+
+2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * simple.el (goto-line): Remove unbalanced final parenthesis.
+
+2005-03-05  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (goto-line): Use a number at point as the default.
+       With C-u as arg, switch buffers.
+
+2005-03-05  Juri Linkov  <juri@jurta.org>
+
+       * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
+       with `no-blinking-cursor'.
+
+       * startup.el (no-blinking-cursor): New defvar.
+       (command-line): Add `--no-blinking-cursor' to longopts.
+       Set `no-blinking-cursor' to t for command line arguments
+       -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
+       with `no-blinking-cursor' in the condition for calling
+       `blink-cursor-mode'.
+
+2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
+       (menu-bar-options-save): Add blink-cursor-mode.
+       (menu-bar-options-menu): Add blink-cursor-mode.
+
+2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar-version): Increase to 0.11.
+       (icalendar-export-file, icalendar-export-region)
+       (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
+       (icalendar--convert-ical-to-diary): Fix problem with DURATION.
+
+2005-03-04  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
+       (debug-function-list): Ditto.
+
+2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el (texinfo-append-refill):
+       Redefine the types of line to which @refill
+       is not appended by replacing a search for `@refill\\|@bye' with
+       `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
+       itemize@refill' bug and the unfilled long lines bug.
+       (texinfmt-version): Update number and date.
+
+2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * international/code-pages.el (windows-1250, windows-125[2-8])
+       (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
+
+2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
+       bound yet.
+
+2005-03-02  Romain Francoise  <romain@orebokech.com>
+
+       * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
+       buffer after removing limits.
+       (ibuffer-pop-filter): Ditto.
+       Update copyright.
+
+2005-03-02  Miles Bader  <miles@gnu.org>
+
+       * button.el (make-text-button): If the user doesn't specify a
+       type, use the default.  Rewrite to use `add-text-properties' and
+       plist functions.
+
+2005-03-01  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
+       (debugger-jumping-flag): New var.
+       (debug-entry-code): Use it.
+       (debugger-jump): Use debugger-jumping-flag and add
+       debugger-reenable to post-command-hook.
+       (debugger-reenable): Use debugger-jumping-flag and remove itself
+       from post-command-hook.
+       (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
+       debugger-reenable.
+
+2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
+       inclusion of "itemize\\|", which may be unnecessary, is certainly
+       inelegant, and stops refilling in itemize lists when formatting
+       Japanese Texinfo files to Info.
+       Update copyright to 2005.
+
+2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
+       of an error if GDB can't find the source file.
+
+2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/calendar.el (redraw-calendar): Work from any buffer,
+       not just the calendar.
+
+       * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
+       first.
+       (diary-redraw-calendar): New function.
+       (make-diary-entry): Add diary-redraw-calendar to local
+       write-contents-functions.  Turn off selective display before
+       inserting in diary.
+
+2005-03-01  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/copyright.el (copyright-fix-years): New command.
+
+2005-03-01  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
+       that debug-entry-code can be safely removed from a function while
+       this code is being evaluated.  Revert the 2005-02-27 change as the
+       new implementation no longer requires it.  Make sure that a
+       function body containing just a string is not mistaken for a docstring.
+       (debug): Skip one more frame in case of debug on entry.
+       (debugger-setup-buffer): Delete one more frame line in case of
+       debug on entry.
+       (debugger-frame-number): Update to use the new text introduced by
+       the 1999-11-03 change.  Skip one more frame in case of debug on entry.
+
+2005-02-28  Kim F. Storm  <storm@cua.dk>
+
+       * double.el (double-translate-key): Call force-window-update after
+       read-event to avoid crash in redisplay.
+
+2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
+       (debug): Use it.  Move the inhibit-trace earlier.
+       (debug-entry-code): New const.
+       (debug-on-entry-1): Use it.
+
+2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
+
+       * international/utf-16.el (ccl-encode-mule-utf-16le):
+       Fix BUFFER_MAGNIFICATION to 2.
+       (ccl-encode-mule-utf-16be): Likewise.
+
+2005-02-28  Kenichi Handa  <handa@m17n.org>
+
+       * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
+       Fix BUFFER_MAGNIFICATION to 4.
+       (ccl-encode-mule-utf-16be-with-signature): Likewise.
+
+2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.el (speedbar-update-flag): Doc fix.
+       (speedbar-show-info-under-mouse): Give set-mouse-position the right
+       argument.
+
+2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * reveal.el (reveal-post-command): Don't try to reveal overlays which
+       have a non-nil `invisible' property but are actually visible.
+
+       * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
+       for perldoc sections.
+       (perl-outline-regexp, perl-outline-level): New var and function.
+       (perl-mode): Use them.
+
+2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/diary-lib.el (diary-remind): Discard any mark portion
+       from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
+
+2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-edit.el: Comment change.
+       (custom-buffer-create-internal): Slightly reword text at top of
+       Custom buffers.  Mention there that saving an option edits the
+       init file.  Add link to Emacs manual node on `custom-file'.
+       (custom-magic-alist): Rewrite individual State messages to use
+       capitalized keywords.  Doc fix.
+
+2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
+
+       * calendar/calendar.el (calendar-buffer): Move above
+       calendar-week-start-day.
+       (calendar-week-start-day): Doc fix.  Add :set function.
+       (calendar-minimum-window-height): New variable.
+       (generate-calendar-window): Only resize window if selected-window
+       is displaying the calendar buffer.  Use new variable
+       calendar-minimum-window-height.
+       (generate-calendar): Reword error message.
+       (calendar-mode-map): Bind DEL to scroll-other-window-down.
+
+2005-02-27  Andreas Schwab  <schwab@suse.de>
+
+       * vc.el (vc-do-command): Don't run command asynchronously when
+       operating in a remote directory.
+
+       * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
+       change from sync with Tramp 2.0.47.
+
+2005-02-27  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
+
+       * textmodes/flyspell.el (flyspell-mode-on):
+       Call ispell-change-dictionary only if necessary.
+
+       * emacs-lisp/re-builder.el (regexp-builder): New function.
+
+       * register.el (describe-register-1): Explicitly handle
+       yank-excluded-properties = t.
+
+       * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
+       (custom-magic-alist): Change the status descriptions again.
+       (face widget-type): Total rewrite based on `restricted-sexp'
+       to eliminate the confusing double hiding levels.
+
+       * emacs-lisp/debug.el (debug-on-entry-1):
+       If function body is empty, add nil as body form.
+
+2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/trace.el (inhibit-trace): New var.
+       (trace-make-advice): Use it.
+
+       * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
+
+2005-02-26  Kim F. Storm  <storm@cua.dk>
+
+       * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
+       (mouse-on-link-p, mouse-drag-region-1): Use it.
+
+2005-02-25  Lute Kamstra  <lute@gnu.org>
+
+       * replace.el (query-replace-read-from): Fix 2005-02-19 change.
+
+2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frame.el (blink-cursor-mode): Add :group keyword.
+
 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
 
-       * calendar/icalendar.el (icalendar--decode-isodatetime): New
-       optional argument DAY-SHIFT.
+       * calendar/icalendar.el (icalendar--decode-isodatetime):
+       New optional argument DAY-SHIFT.
        (icalendar-export-region): Fix coding-system-for-write.
        (icalendar--convert-ical-to-diary): Shift end-day of all-day
        events by one.
        during redisplay.  Call force-window-update after read-event
        and delete-region to signal that window is not accurate.
 
+2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
+       Remove unused and inexistent var `inhibit-trace'.
+       (debugger-mode): Use run-mode-hooks.
+       (debugger-list-functions): Add buttons; setup xref stack.
+
 2005-02-23  Richard M. Stallman  <rms@gnu.org>
 
        * calendar/appt.el (appt-time-msg-list): 3rd elt of each
        * viper-util.el (viper-glob-unix-files): Fix shell status check.
        (viper-file-remote-p): Make equivalent to file-remote-p.
 
-       * viper.el (viper-major-mode-modifier-list): Use
-       viper-gnus-modifier-map.
+       * viper.el (viper-major-mode-modifier-list):
+       Use viper-gnus-modifier-map.
 
 2005-02-19  David Kastrup  <dak@gnu.org>
 
 2005-02-19  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
-       Removed extra definitions.
+       Remove extra definitions.
        (calc-coth): New function.
        (calcFunc-cot): Fix `let'.
 
        query-replace-from-history-variable to handle the case of an empty
        string entered to accept the suggested default.
 
-       * net/tramp.el (tramp-file-name-for-operation): Use
-       dired-call-process instead of dired-call-process-command.
+       * net/tramp.el (tramp-file-name-for-operation):
+       Use dired-call-process instead of dired-call-process-command.
 
 2005-02-19  Jay Belanger  <belanger@truman.edu>
 
 
 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff.el (ediff-set-diff-overlays-in-one-buffer,
-       ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
+       * ediff.el (ediff-set-diff-overlays-in-one-buffer)
+       (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
        we use the syntax table of the correct buffer.
-       (ediff-same-file-contents,ediff-same-contents): enhancements thanks to
+       (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
        Felix Gatzemeier.
 
-       * ediff-init.el (ediff-hide-face): checks for definedness of functions.
-       (ediff-file-remote-p): make synonymous with file-remote-p.
+       * ediff-init.el (ediff-hide-face): Check for definedness of functions.
+       (ediff-file-remote-p): Make synonymous with file-remote-p.
        In all deffaces ediff-*-face-*, use min-colors.
 
-       * ediff-mult.el (ediff-meta-mark-equal-files): make use of
-        ediff-recurse-to-subdirectories.
-       (ediff-mark-if-equal): check that the arguments are strings, use
+       * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
+       ediff-recurse-to-subdirectories.
+       (ediff-mark-if-equal): Check that the arguments are strings, use
        ediff-same-contents (after to Felix Gatzemeier).
 
-       * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
+       * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
        nil.
 
 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 2005-02-15  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
-       calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch and
+       calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
        calcFunc-coth.
        (math-simplify-sqrt): Add simplifications.
 
        (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
        rather than use function `interactive-p'.
 
-2004-10-22  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule.el (translate-region): Implement it in Lisp
-       as a front end of translate-region-internal.
-
 2004-10-21  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):