[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Tue, 12 Oct 2004 19:05:06 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6443 emacs/lisp/ChangeLog:1.6444
*** emacs/lisp/ChangeLog:1.6443 Tue Oct 12 21:02:42 2004
--- emacs/lisp/ChangeLog Tue Oct 12 22:55:48 2004
***************
*** 3,22 ****
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".
(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 <address@hidden>.
! (tramp-perl-decode): Fixed an error in Perl implementation.
$pending must be cleared every loop. Reported by Benjamin Place
<address@hidden>
! * 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 <address@hidden>.
2004-10-12 David Ponce <address@hidden>
--- 3,27 ----
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".
(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 <address@hidden>.
! (tramp-perl-decode): Fix an error in Perl implementation.
$pending must be cleared every loop. Reported by Benjamin Place
<address@hidden>
! * 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 <address@hidden>.
!
! 2004-10-12 Stefan Monnier <address@hidden>
!
! * 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 <address@hidden>
***************
*** 31,41 ****
2004-10-12 Kenichi Handa <address@hidden>
! * international/mule.el (coding-system-equal): Moved from
! mule-util.el.
! * international/mule-util.el (coding-system-equal): Moved to
! mule.el.
2004-10-12 Kim F. Storm <address@hidden>
--- 36,44 ----
2004-10-12 Kenichi Handa <address@hidden>
! * 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 <address@hidden>
***************
*** 48,53 ****
--- 51,62 ----
* subr.el (substitute-key-definition): Mention command remapping
in doc string.
+ 2004-10-11 Stefan <address@hidden>
+
+ * 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 <address@hidden>
* mail/smtpmail.el (smtpmail-open-stream): Look for
***************
*** 56,61 ****
--- 65,79 ----
(smtpmail-open-stream): Don't overwrite user settings of
starttls-extra-arguments and starttls-extra-args.
+ 2004-10-10 Stefan <address@hidden>
+
+ * 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 <address@hidden>
* net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
***************
*** 74,79 ****
--- 92,111 ----
(vc-annotate-display-select): Only call vc-annotate-mode
if we're not in that mode already.
+ 2004-10-09 Stefan Monnier <address@hidden>
+
+ * 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 <address@hidden>
* subr.el (progress-reporter-update): Define before first usage.
***************
*** 87,94 ****
2004-10-08 Peter Seibel <address@hidden> (tiny change)
! * 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 <address@hidden> (tiny change)
--- 119,126 ----
2004-10-08 Peter Seibel <address@hidden> (tiny change)
! * 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 <address@hidden> (tiny change)
***************
*** 116,128 ****
2004-10-08 Masatake YAMATO <address@hidden>
* server.el (server-process-filter): Wrap `process-send-region'
! by `condition-case' to guard the case when the pipe to PROC is
! closed.
2004-10-07 Mark A. Hershberger <address@hidden>
! * xml.el (xml-substitute-special): Limit handling of external
! entities.
2004-10-06 Nick Roberts <address@hidden>
--- 148,158 ----
2004-10-08 Masatake YAMATO <address@hidden>
* server.el (server-process-filter): Wrap `process-send-region'
! by `condition-case' to guard the case when the pipe to PROC is closed.
2004-10-07 Mark A. Hershberger <address@hidden>
! * xml.el (xml-substitute-special): Limit handling of external entities.
2004-10-06 Nick Roberts <address@hidden>
***************
*** 167,175 ****
2004-10-04 Luc Teirlinck <address@hidden>
! * 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 <address@hidden>
--- 197,204 ----
2004-10-04 Luc Teirlinck <address@hidden>
! * 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 <address@hidden>
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andr� Spiegel, 2004/10/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andreas Schwab, 2004/10/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kai Gro�johann, 2004/10/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Simon Josefsson, 2004/10/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/10/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/10/11
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2004/10/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Simon Josefsson, 2004/10/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, David Ponce, 2004/10/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Michael Albinus, 2004/10/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Masatake YAMATO, 2004/10/13
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2004/10/13
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2004/10/13
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Simon Josefsson, 2004/10/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/10/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/10/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2004/10/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juri Linkov, 2004/10/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2004/10/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2004/10/16