diff options
| author | Stefan Monnier | 2004-09-13 20:53:05 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-09-13 20:53:05 +0000 |
| commit | c046590e94b77f9e69f2355595652517aca502dc (patch) | |
| tree | 3ef2089533b9ccde4c409945b334616fcd34aa76 | |
| parent | 58913dd306418432a25c613f5c453e77004be11e (diff) | |
| download | emacs-c046590e94b77f9e69f2355595652517aca502dc.tar.gz emacs-c046590e94b77f9e69f2355595652517aca502dc.zip | |
(disabled-command-hook): Use shorthand for obsolescence.
(disabled-command-function): Make the ?\ char more obvious.
| -rw-r--r-- | lisp/ChangeLog | 44 | ||||
| -rw-r--r-- | lisp/novice.el | 6 |
2 files changed, 29 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d905683ac1..0711984d617 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * novice.el (disabled-command-hook): Use shorthand for obsolescence. | ||
| 4 | (disabled-command-function): Make the ?\ char more obvious. | ||
| 5 | |||
| 6 | * vc-arch.el (vc-arch-root, vc-arch-registered): | ||
| 7 | * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root. | ||
| 8 | |||
| 1 | 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu> | 9 | 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu> |
| 2 | 10 | ||
| 3 | * windmove.el (windmove-frame-edges): Report coordinates of | 11 | * windmove.el (windmove-frame-edges): Report coordinates of |
| @@ -14,7 +22,7 @@ | |||
| 14 | * isearch.el (isearch-resume-in-command-history): Rename from | 22 | * isearch.el (isearch-resume-in-command-history): Rename from |
| 15 | isearch-resume-enabled and change default to nil. | 23 | isearch-resume-enabled and change default to nil. |
| 16 | 24 | ||
| 17 | 2004-09-12 Stefan <monnier@iro.umontreal.ca> | 25 | 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 18 | 26 | ||
| 19 | * vc-hooks.el (vc-ignore-dir-regexp): New var. | 27 | * vc-hooks.el (vc-ignore-dir-regexp): New var. |
| 20 | (vc-registered): Use it. | 28 | (vc-registered): Use it. |
| @@ -120,7 +128,7 @@ | |||
| 120 | * desktop.el (desktop-clear-preserve-buffers): | 128 | * desktop.el (desktop-clear-preserve-buffers): |
| 121 | Remove make-obsolete-variable. | 129 | Remove make-obsolete-variable. |
| 122 | 130 | ||
| 123 | 2004-09-08 Stefan <monnier@iro.umontreal.ca> | 131 | 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 124 | 132 | ||
| 125 | * vc-arch.el (vc-arch-state): Fix parsing for `names' method. | 133 | * vc-arch.el (vc-arch-state): Fix parsing for `names' method. |
| 126 | 134 | ||
| @@ -207,7 +215,7 @@ | |||
| 207 | window system if overflow-newline-into-fringe is enabled. | 215 | window system if overflow-newline-into-fringe is enabled. |
| 208 | (term-mode): Don't disable overflow-newline-into-fringe. | 216 | (term-mode): Don't disable overflow-newline-into-fringe. |
| 209 | 217 | ||
| 210 | 2004-09-07 Stefan <monnier@iro.umontreal.ca> | 218 | 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 211 | 219 | ||
| 212 | * term/xterm.el (function-key-map): Add bindings for C- and S- cursor | 220 | * term/xterm.el (function-key-map): Add bindings for C- and S- cursor |
| 213 | motion as seen on my Mac OS X xterms. | 221 | motion as seen on my Mac OS X xterms. |
| @@ -464,8 +472,8 @@ | |||
| 464 | 472 | ||
| 465 | 2004-08-29 Kim F. Storm <storm@cua.dk> | 473 | 2004-08-29 Kim F. Storm <storm@cua.dk> |
| 466 | 474 | ||
| 467 | * emulation/cua-base.el (cua-auto-expand-rectangles): Remove | 475 | * emulation/cua-base.el (cua-auto-expand-rectangles): |
| 468 | automatic rectangle padding feature; replace by non-destructive | 476 | Remove automatic rectangle padding feature; replace by non-destructive |
| 469 | virtual rectangle edges feature. | 477 | virtual rectangle edges feature. |
| 470 | (cua-virtual-rectangle-edges): New defcustom. | 478 | (cua-virtual-rectangle-edges): New defcustom. |
| 471 | (cua-auto-tabify-rectangles): New defcustom. | 479 | (cua-auto-tabify-rectangles): New defcustom. |
| @@ -948,8 +956,8 @@ | |||
| 948 | key-translation-map. | 956 | key-translation-map. |
| 949 | (encoded-kbd-setup-keymap): Setup key-translation-map. | 957 | (encoded-kbd-setup-keymap): Setup key-translation-map. |
| 950 | (saved-key-translation-map): New variable. | 958 | (saved-key-translation-map): New variable. |
| 951 | (encoded-kbd-mode): Save/restore key-translation-map. Adjusted | 959 | (encoded-kbd-mode): Save/restore key-translation-map. |
| 952 | for the change of encoded-kbd-setup-keymap. | 960 | Adjust for the change of encoded-kbd-setup-keymap. |
| 953 | 961 | ||
| 954 | 2004-08-02 Kim F. Storm <storm@cua.dk> | 962 | 2004-08-02 Kim F. Storm <storm@cua.dk> |
| 955 | 963 | ||
| @@ -1112,12 +1120,11 @@ | |||
| 1112 | 1120 | ||
| 1113 | Sync with Tramp 2.0.43. | 1121 | Sync with Tramp 2.0.43. |
| 1114 | 1122 | ||
| 1115 | * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove | 1123 | * net/tramp.el (tramp-handle-verify-visited-file-modtime): |
| 1116 | outdated comment. | 1124 | Remove outdated comment. |
| 1117 | (tramp-locked, tramp-locker): New variables for implementing a | 1125 | (tramp-locked, tramp-locker): New variables for implementing a |
| 1118 | global lock. | 1126 | global lock. |
| 1119 | (tramp-sh-file-name-handler): Use them to implement the global | 1127 | (tramp-sh-file-name-handler): Use them to implement the global lock. |
| 1120 | lock. | ||
| 1121 | 1128 | ||
| 1122 | 2004-07-13 Michael Albinus <michael.albinus@gmx.de> | 1129 | 2004-07-13 Michael Albinus <michael.albinus@gmx.de> |
| 1123 | 1130 | ||
| @@ -1152,14 +1159,15 @@ | |||
| 1152 | * emacs-lisp/testcover.el: New category "potentially-1valued" for | 1159 | * emacs-lisp/testcover.el: New category "potentially-1valued" for |
| 1153 | functions that are not erroneous if either 1-valued or | 1160 | functions that are not erroneous if either 1-valued or |
| 1154 | multi-valued. Detect functions in this class. | 1161 | multi-valued. Detect functions in this class. |
| 1155 | (testcover-1value-functions, testcover-compose-functions, | 1162 | (testcover-1value-functions, testcover-compose-functions) |
| 1156 | testcover-progn-functions) Added some additional functions to lists. | 1163 | (testcover-progn-functions) Added some additional functions to lists. |
| 1157 | (testcover-mark): Bugfix when marking up the definition for an | 1164 | (testcover-mark): Bugfix when marking up the definition for an |
| 1158 | empty function. | 1165 | empty function. |
| 1159 | 1166 | ||
| 1160 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | 1167 | 2004-07-17 Richard M. Stallman <rms@gnu.org> |
| 1161 | 1168 | ||
| 1162 | * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer. | 1169 | * replace.el (occur-read-primary-args): Pass default to |
| 1170 | read-from-minibuffer. | ||
| 1163 | 1171 | ||
| 1164 | * mail/footnote.el (footnote-section-tag): Use defcustom. | 1172 | * mail/footnote.el (footnote-section-tag): Use defcustom. |
| 1165 | 1173 | ||
| @@ -1268,8 +1276,8 @@ | |||
| 1268 | 1276 | ||
| 1269 | 2004-07-09 John Paul Wallington <jpw@gnu.org> | 1277 | 2004-07-09 John Paul Wallington <jpw@gnu.org> |
| 1270 | 1278 | ||
| 1271 | * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish | 1279 | * emacs-lisp/re-builder.el (reb-update-overlays): |
| 1272 | between one and several matches in message. | 1280 | Distinguish between one and several matches in message. |
| 1273 | 1281 | ||
| 1274 | 2004-07-09 Richard M. Stallman <rms@gnu.org> | 1282 | 2004-07-09 Richard M. Stallman <rms@gnu.org> |
| 1275 | 1283 | ||
| @@ -1307,11 +1315,11 @@ | |||
| 1307 | Do not treat double clicks and triple clicks specially in the | 1315 | Do not treat double clicks and triple clicks specially in the |
| 1308 | scroll bar (preventing strange repositioning problems) | 1316 | scroll bar (preventing strange repositioning problems) |
| 1309 | 1317 | ||
| 1310 | 2004-07-06 Stefan <monnier@iro.umontreal.ca> | 1318 | 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1311 | 1319 | ||
| 1312 | * replace.el (query-replace-regexp-eval): Fix last change. | 1320 | * replace.el (query-replace-regexp-eval): Fix last change. |
| 1313 | 1321 | ||
| 1314 | 2004-07-05 Stefan <monnier@iro.umontreal.ca> | 1322 | 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1315 | 1323 | ||
| 1316 | * replace.el (query-replace-descr): New fun. | 1324 | * replace.el (query-replace-descr): New fun. |
| 1317 | (query-replace-read-from, query-replace-read-args): Default to the | 1325 | (query-replace-read-from, query-replace-read-args): Default to the |
diff --git a/lisp/novice.el b/lisp/novice.el index ca9a06769d5..b2a0bec0204 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -44,7 +44,7 @@ If nil, the feature is disabled, i.e., all commands work normally.") | |||
| 44 | (defvaralias 'disabled-command-hook 'disabled-command-function) | 44 | (defvaralias 'disabled-command-hook 'disabled-command-function) |
| 45 | (make-obsolete-variable | 45 | (make-obsolete-variable |
| 46 | 'disabled-command-hook | 46 | 'disabled-command-hook |
| 47 | "use the variable `disabled-command-function' instead." "21.4") | 47 | 'disabled-command-function "21.4") |
| 48 | 48 | ||
| 49 | ;;;###autoload | 49 | ;;;###autoload |
| 50 | (defun disabled-command-function (&rest ignore) | 50 | (defun disabled-command-function (&rest ignore) |
| @@ -93,7 +93,7 @@ SPC to try the command just this once, but leave it disabled. | |||
| 93 | (message "Type y, n, ! or SPC (the space bar): ") | 93 | (message "Type y, n, ! or SPC (the space bar): ") |
| 94 | (let ((cursor-in-echo-area t)) | 94 | (let ((cursor-in-echo-area t)) |
| 95 | (while (not (memq (setq char (downcase (read-char))) | 95 | (while (not (memq (setq char (downcase (read-char))) |
| 96 | '(?! ? ?y ?n))) | 96 | '(?! ?y ?n ?\ ))) |
| 97 | (ding) | 97 | (ding) |
| 98 | (message "Please type y, n, ! or SPC (the space bar): ")))) | 98 | (message "Please type y, n, ! or SPC (the space bar): ")))) |
| 99 | (if (= char ?!) | 99 | (if (= char ?!) |
| @@ -185,5 +185,5 @@ to future sessions." | |||
| 185 | 185 | ||
| 186 | (provide 'novice) | 186 | (provide 'novice) |
| 187 | 187 | ||
| 188 | ;;; arch-tag: f83c0f96-497e-4db6-a430-8703716c6dd9 | 188 | ;; arch-tag: f83c0f96-497e-4db6-a430-8703716c6dd9 |
| 189 | ;;; novice.el ends here | 189 | ;;; novice.el ends here |