# HG changeset patch # User Stefan Monnier # Date 1097621748 0 # Node ID 1d5bc0282257c168f600a6a118f3c10d99b386eb # Parent 40298ea4d83fb7b010a31f4bd53c0d990685a43f *** empty log message *** diff -r 40298ea4d83f -r 1d5bc0282257 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 12 21:02:43 2004 +0000 +++ b/lisp/ChangeLog Tue Oct 12 22:55:48 2004 +0000 @@ -3,20 +3,25 @@ Sync with Tramp 2.0.45. * net/tramp.el (top): Apply `def-edebug-spec' only if function is - defined. This is not the case for XEmacs without package - "edebug". + defined. This is not the case for XEmacs without package "edebug". (tramp-set-auto-save-file-modes): Set permissions of autosaved remote files to the permissions of the original file. This is not the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to `auto-save-hook'. Reported by Thomas Prokosch . - (tramp-perl-decode): Fixed an error in Perl implementation. + (tramp-perl-decode): Fix an error in Perl implementation. $pending must be cleared every loop. Reported by Benjamin Place - * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Don't - activate advice during definition. This is done later on, - depending on test result of `substitute-in-file-name'. Suggested - by Stefan Monnier . + * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): + Don't activate advice during definition. This is done later on, + depending on test result of `substitute-in-file-name'. + Suggested by Stefan Monnier . + +2004-10-12 Stefan Monnier + + * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message. + + * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating. 2004-10-12 David Ponce @@ -31,11 +36,9 @@ 2004-10-12 Kenichi Handa - * international/mule.el (coding-system-equal): Moved from - mule-util.el. - - * international/mule-util.el (coding-system-equal): Moved to - mule.el. + * international/mule.el (coding-system-equal): Move from mule-util.el. + + * international/mule-util.el (coding-system-equal): Move to mule.el. 2004-10-12 Kim F. Storm @@ -48,6 +51,12 @@ * subr.el (substitute-key-definition): Mention command remapping in doc string. +2004-10-11 Stefan + + * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var. + + * font-lock.el (font-lock-apply-highlight): Fix last change. + 2004-10-11 Simon Josefsson * mail/smtpmail.el (smtpmail-open-stream): Look for @@ -56,6 +65,15 @@ (smtpmail-open-stream): Don't overwrite user settings of starttls-extra-arguments and starttls-extra-args. +2004-10-10 Stefan + + * comint.el (comint-mouse-insert-input): Remove. + (comint-insert-input): Make it work for mouse bindings. + (comint-mode-map): Move defs into the declaration. + (comint-output-filter): Typo. + + * diff-mode.el (diff-current-defun): Fix 2004-06-13's change. + 2004-10-10 Kai Grossjohann * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable. @@ -74,6 +92,20 @@ (vc-annotate-display-select): Only call vc-annotate-mode if we're not in that mode already. +2004-10-09 Stefan Monnier + + * imenu.el (imenu--completion-buffer): Don't return t for rescan. + (imenu-choose-buffer-index): Check here for rescan instead. + + * font-lock.el (font-lock-apply-highlight): Explicitly check the case + where the face expression evals to nil. + + * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun. + (tex-font-lock-keywords-2): Use it. + (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment. + + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes. + 2004-10-09 Kim F. Storm * subr.el (progress-reporter-update): Define before first usage. @@ -87,8 +119,8 @@ 2004-10-08 Peter Seibel (tiny change) - * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change - paragraph-start regexp so we don't fill code starting with #'( + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): + Change paragraph-start regexp so we don't fill code starting with #'(. 2004-10-08 Sebastien Kirche (tiny change) @@ -116,13 +148,11 @@ 2004-10-08 Masatake YAMATO * server.el (server-process-filter): Wrap `process-send-region' - by `condition-case' to guard the case when the pipe to PROC is - closed. + by `condition-case' to guard the case when the pipe to PROC is closed. 2004-10-07 Mark A. Hershberger - * xml.el (xml-substitute-special): Limit handling of external - entities. + * xml.el (xml-substitute-special): Limit handling of external entities. 2004-10-06 Nick Roberts @@ -167,9 +197,8 @@ 2004-10-04 Luc Teirlinck - * textmodes/enriched.el (enriched-mode-map): Give - `set-left-margin' and `set-right-margin' bindings that follow the - minor mode conventions. + * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and + `set-right-margin' bindings that follow the minor mode conventions. 2004-10-03 Stefan