]> git.eshelyaron.com Git - emacs.git/commitdiff
(disabled-command-hook): Use shorthand for obsolescence.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Sep 2004 20:53:05 +0000 (20:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Sep 2004 20:53:05 +0000 (20:53 +0000)
(disabled-command-function): Make the ?\  char more obvious.

lisp/ChangeLog
lisp/novice.el

index 1d905683ac1d3c1b35362fab21f0662fc9128f83..0711984d6171ec1cd69d288ac8bdbc3c2fe09077 100644 (file)
@@ -1,3 +1,11 @@
+2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <hovav@sha1.stanford.edu>
 
        * windmove.el (windmove-frame-edges): Report coordinates of
@@ -14,7 +22,7 @@
        * isearch.el (isearch-resume-in-command-history): Rename from
        isearch-resume-enabled and change default to nil.
 
-2004-09-12  Stefan  <monnier@iro.umontreal.ca>
+2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-hooks.el (vc-ignore-dir-regexp): New var.
        (vc-registered): Use it.
        * desktop.el (desktop-clear-preserve-buffers):
        Remove make-obsolete-variable.
 
-2004-09-08  Stefan  <monnier@iro.umontreal.ca>
+2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
 
        window system if overflow-newline-into-fringe is enabled.
        (term-mode): Don't disable overflow-newline-into-fringe.
 
-2004-09-07  Stefan  <monnier@iro.umontreal.ca>
+2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
        motion as seen on my Mac OS X xterms.
 
 2004-08-29  Kim F. Storm  <storm@cua.dk>
 
-       * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
-       automatic rectangle padding feature; replace by non-destructive
+       * 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.
        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.
+       (encoded-kbd-mode): Save/restore key-translation-map.
+       Adjust for the change of encoded-kbd-setup-keymap.
 
 2004-08-02  Kim F. Storm  <storm@cua.dk>
 
 
        Sync with Tramp 2.0.43.
 
-       * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
-       outdated comment.
+       * 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.
+       (tramp-sh-file-name-handler): Use them to implement the global lock.
 
 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
 
        * 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-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  <rms@gnu.org>
 
-       * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
+       * replace.el (occur-read-primary-args): Pass default to
+       read-from-minibuffer.
 
        * mail/footnote.el (footnote-section-tag): Use defcustom.
 
 
 2004-07-09  John Paul Wallington  <jpw@gnu.org>
 
-       * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
-       between one and several matches in message.
+       * emacs-lisp/re-builder.el (reb-update-overlays):
+       Distinguish between one and several matches in message.
 
 2004-07-09  Richard M. Stallman  <rms@gnu.org>
 
        Do not treat double clicks and triple clicks specially in the
        scroll bar (preventing strange repositioning problems)
 
-2004-07-06  Stefan  <monnier@iro.umontreal.ca>
+2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * replace.el (query-replace-regexp-eval): Fix last change.
 
-2004-07-05  Stefan  <monnier@iro.umontreal.ca>
+2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * replace.el (query-replace-descr): New fun.
        (query-replace-read-from, query-replace-read-args): Default to the
index ca9a06769d5525b75c93bd9c3264c1b1b4ef543c..b2a0bec0204b1b3e9c6af802c05a37991cd2705c 100644 (file)
@@ -44,7 +44,7 @@ If nil, the feature is disabled, i.e., all commands work normally.")
 (defvaralias 'disabled-command-hook 'disabled-command-function)
 (make-obsolete-variable
  'disabled-command-hook
"use the variable `disabled-command-function' instead." "21.4")
'disabled-command-function "21.4")
 
 ;;;###autoload
 (defun disabled-command-function (&rest ignore)
@@ -93,7 +93,7 @@ SPC to try the command just this once, but leave it disabled.
      (message "Type y, n, ! or SPC (the space bar): ")
      (let ((cursor-in-echo-area t))
        (while (not (memq (setq char (downcase (read-char)))
-                        '(?! ?  ?y ?n)))
+                        '(?! ?y ?n ?\ )))
         (ding)
         (message "Please type y, n, ! or SPC (the space bar): "))))
     (if (= char ?!)
@@ -185,5 +185,5 @@ to future sessions."
 
 (provide 'novice)
 
-;;; arch-tag: f83c0f96-497e-4db6-a430-8703716c6dd9
+;; arch-tag: f83c0f96-497e-4db6-a430-8703716c6dd9
 ;;; novice.el ends here