emacs-diffs
[Top][All Lists]
Advanced

[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: Wed, 13 Oct 2004 13:21:16 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6445 emacs/lisp/ChangeLog:1.6446
*** emacs/lisp/ChangeLog:1.6445 Wed Oct 13 16:32:42 2004
--- emacs/lisp/ChangeLog        Wed Oct 13 17:07:58 2004
***************
*** 5,10 ****
--- 5,19 ----
        (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
        `gdb-script-end-of-defun' as *-of-defun-function.
  
+ 2004-10-13  Stefan Monnier  <address@hidden>
+ 
+       * vc.el (vc-annotate-display-select): Fix typo.
+ 
+       * subr.el (substitute-key-definition-key): New function.
+       (substitute-key-definition): Use it with map-keymap.
+       (event-modifiers): Use push.
+       (mouse-movement-p, with-temp-buffer): Simplify.
+ 
  2004-10-12  Michael Albinus  <address@hidden>
  
        Sync with Tramp 2.0.45.
***************
*** 58,64 ****
        * 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.
  
--- 67,73 ----
        * subr.el (substitute-key-definition): Mention command remapping
        in doc string.
  
! 2004-10-11  Stefan Monnier  <address@hidden>
  
        * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
  
***************
*** 72,78 ****
        (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.
--- 81,87 ----
        (smtpmail-open-stream): Don't overwrite user settings of
        starttls-extra-arguments and starttls-extra-args.
  
! 2004-10-10  Stefan Monnier  <address@hidden>
  
        * comint.el (comint-mouse-insert-input): Remove.
        (comint-insert-input): Make it work for mouse bindings.
***************
*** 207,213 ****
        * 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>
  
        * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
        (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
--- 216,222 ----
        * 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 Monnier  <address@hidden>
  
        * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
        (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
***************
*** 271,277 ****
        * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
        (diff-fixup-modifs): Catch unified-diff file-headers.
  
! 2004-09-28  Stefan  <address@hidden>
  
        * dired.el (dired-view-command-alist): Use more efficient regexps.
        Remove dubious arguments.
--- 280,286 ----
        * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
        (diff-fixup-modifs): Catch unified-diff file-headers.
  
! 2004-09-28  Stefan Monnier  <address@hidden>
  
        * dired.el (dired-view-command-alist): Use more efficient regexps.
        Remove dubious arguments.
***************
*** 311,317 ****
        (pr-delete-file): Check if file exists before deleting it.
        Reported by Lennart Borgman <address@hidden>.
  
! 2004-09-26  Stefan  <address@hidden>
  
        * term.el (term-display-table): New variable.
        (term-mode): Use it.
--- 320,326 ----
        (pr-delete-file): Check if file exists before deleting it.
        Reported by Lennart Borgman <address@hidden>.
  
! 2004-09-26  Stefan Monnier  <address@hidden>
  
        * term.el (term-display-table): New variable.
        (term-mode): Use it.
***************
*** 335,341 ****
        (term-stop-output-log): Rename from `term-stop-photo'.
        (term-switch-to-alternate-sub-buffer): Comment out, unused.
  
! 2004-09-25  Stefan  <address@hidden>
  
        * dired.el (dired-move-to-filename): Don't output a message if
        raise-error is non-nil.  Fix return position and value.
--- 344,350 ----
        (term-stop-output-log): Rename from `term-stop-photo'.
        (term-switch-to-alternate-sub-buffer): Comment out, unused.
  
! 2004-09-25  Stefan Monnier  <address@hidden>
  
        * dired.el (dired-move-to-filename): Don't output a message if
        raise-error is non-nil.  Fix return position and value.
***************
*** 479,485 ****
        * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
        of = to "." (punctuation).
  
! 2004-09-19  Stefan  <address@hidden>
  
        * subr.el (event-basic-type): Fix mask (extend to 22bits).
  
--- 488,494 ----
        * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
        of = to "." (punctuation).
  
! 2004-09-19  Stefan Monnier  <address@hidden>
  
        * subr.el (event-basic-type): Fix mask (extend to 22bits).
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]