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: Mon, 13 Sep 2004 17:02:55 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6367 emacs/lisp/ChangeLog:1.6368
*** emacs/lisp/ChangeLog:1.6367 Mon Sep 13 20:08:44 2004
--- emacs/lisp/ChangeLog        Mon Sep 13 20:53:05 2004
***************
*** 1,3 ****
--- 1,11 ----
+ 2004-09-13  Stefan Monnier  <address@hidden>
+ 
+       * novice.el (disabled-command-hook): Use shorthand for obsolescence.
+       (disabled-command-function): Make the ?\  char more obvious.
+ 
+       * vc-arch.el (vc-arch-root, vc-arch-registered):
+       * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
+ 
  2004-09-13  Hovav Shacham  <address@hidden>
  
        * windmove.el (windmove-frame-edges): Report coordinates of
***************
*** 14,20 ****
        * isearch.el (isearch-resume-in-command-history): Rename from
        isearch-resume-enabled and change default to nil.
  
! 2004-09-12  Stefan  <address@hidden>
  
        * vc-hooks.el (vc-ignore-dir-regexp): New var.
        (vc-registered): Use it.
--- 22,28 ----
        * isearch.el (isearch-resume-in-command-history): Rename from
        isearch-resume-enabled and change default to nil.
  
! 2004-09-12  Stefan Monnier  <address@hidden>
  
        * vc-hooks.el (vc-ignore-dir-regexp): New var.
        (vc-registered): Use it.
***************
*** 120,126 ****
        * desktop.el (desktop-clear-preserve-buffers):
        Remove make-obsolete-variable.
  
! 2004-09-08  Stefan  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
  
--- 128,134 ----
        * desktop.el (desktop-clear-preserve-buffers):
        Remove make-obsolete-variable.
  
! 2004-09-08  Stefan Monnier  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
  
***************
*** 207,213 ****
        window system if overflow-newline-into-fringe is enabled.
        (term-mode): Don't disable overflow-newline-into-fringe.
  
! 2004-09-07  Stefan  <address@hidden>
  
        * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
        motion as seen on my Mac OS X xterms.
--- 215,221 ----
        window system if overflow-newline-into-fringe is enabled.
        (term-mode): Don't disable overflow-newline-into-fringe.
  
! 2004-09-07  Stefan Monnier  <address@hidden>
  
        * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
        motion as seen on my Mac OS X xterms.
***************
*** 464,471 ****
  
  2004-08-29  Kim F. Storm  <address@hidden>
  
!       * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
!       automatic rectangle padding feature; replace by non-destructive
        virtual rectangle edges feature.
        (cua-virtual-rectangle-edges): New defcustom.
        (cua-auto-tabify-rectangles): New defcustom.
--- 472,479 ----
  
  2004-08-29  Kim F. Storm  <address@hidden>
  
!       * emulation/cua-base.el (cua-auto-expand-rectangles):
!       Remove automatic rectangle padding feature; replace by non-destructive
        virtual rectangle edges feature.
        (cua-virtual-rectangle-edges): New defcustom.
        (cua-auto-tabify-rectangles): New defcustom.
***************
*** 948,955 ****
        key-translation-map.
        (encoded-kbd-setup-keymap): Setup key-translation-map.
        (saved-key-translation-map): New variable.
!       (encoded-kbd-mode): Save/restore key-translation-map.  Adjusted
!       for the change of encoded-kbd-setup-keymap.
  
  2004-08-02  Kim F. Storm  <address@hidden>
  
--- 956,963 ----
        key-translation-map.
        (encoded-kbd-setup-keymap): Setup key-translation-map.
        (saved-key-translation-map): New variable.
!       (encoded-kbd-mode): Save/restore key-translation-map.
!       Adjust for the change of encoded-kbd-setup-keymap.
  
  2004-08-02  Kim F. Storm  <address@hidden>
  
***************
*** 1112,1123 ****
  
        Sync with Tramp 2.0.43.
  
!       * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
!       outdated comment.
        (tramp-locked, tramp-locker): New variables for implementing a
        global lock.
!       (tramp-sh-file-name-handler): Use them to implement the global
!       lock.
  
  2004-07-13  Michael Albinus  <address@hidden>
  
--- 1120,1130 ----
  
        Sync with Tramp 2.0.43.
  
!       * net/tramp.el (tramp-handle-verify-visited-file-modtime):
!       Remove outdated comment.
        (tramp-locked, tramp-locker): New variables for implementing a
        global lock.
!       (tramp-sh-file-name-handler): Use them to implement the global lock.
  
  2004-07-13  Michael Albinus  <address@hidden>
  
***************
*** 1152,1165 ****
        * emacs-lisp/testcover.el: New category "potentially-1valued" for
        functions that are not erroneous if either 1-valued or
        multi-valued.  Detect functions in this class.
!       (testcover-1value-functions, testcover-compose-functions,
!       testcover-progn-functions) Added some additional functions to lists.
        (testcover-mark): Bugfix when marking up the definition for an
        empty function.
  
  2004-07-17  Richard M. Stallman  <address@hidden>
  
!       * replace.el (occur-read-primary-args): Pass default to 
read-from-minibuffer.
  
        * mail/footnote.el (footnote-section-tag): Use defcustom.
  
--- 1159,1173 ----
        * emacs-lisp/testcover.el: New category "potentially-1valued" for
        functions that are not erroneous if either 1-valued or
        multi-valued.  Detect functions in this class.
!       (testcover-1value-functions, testcover-compose-functions)
!       (testcover-progn-functions) Added some additional functions to lists.
        (testcover-mark): Bugfix when marking up the definition for an
        empty function.
  
  2004-07-17  Richard M. Stallman  <address@hidden>
  
!       * replace.el (occur-read-primary-args): Pass default to
!       read-from-minibuffer.
  
        * mail/footnote.el (footnote-section-tag): Use defcustom.
  
***************
*** 1268,1275 ****
  
  2004-07-09  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
!       between one and several matches in message.
  
  2004-07-09  Richard M. Stallman  <address@hidden>
  
--- 1276,1283 ----
  
  2004-07-09  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/re-builder.el (reb-update-overlays):
!       Distinguish between one and several matches in message.
  
  2004-07-09  Richard M. Stallman  <address@hidden>
  
***************
*** 1307,1317 ****
        Do not treat double clicks and triple clicks specially in the
        scroll bar (preventing strange repositioning problems)
  
! 2004-07-06  Stefan  <address@hidden>
  
        * replace.el (query-replace-regexp-eval): Fix last change.
  
! 2004-07-05  Stefan  <address@hidden>
  
        * replace.el (query-replace-descr): New fun.
        (query-replace-read-from, query-replace-read-args): Default to the
--- 1315,1325 ----
        Do not treat double clicks and triple clicks specially in the
        scroll bar (preventing strange repositioning problems)
  
! 2004-07-06  Stefan Monnier  <address@hidden>
  
        * replace.el (query-replace-regexp-eval): Fix last change.
  
! 2004-07-05  Stefan Monnier  <address@hidden>
  
        * replace.el (query-replace-descr): New fun.
        (query-replace-read-from, query-replace-read-args): Default to the




reply via email to

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