aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-11-03 17:27:26 -0500
committerStefan Monnier2014-11-03 17:27:26 -0500
commitd94bc77ec77dea298063f182cc8a6548b6ccce81 (patch)
treead87b9959c2c3e2f81477b7f6ad4b02444c66e99 /lisp/ChangeLog
parent033b622b42b1c82242de5f071f01c424fe1cd2c7 (diff)
downloademacs-d94bc77ec77dea298063f182cc8a6548b6ccce81.tar.gz
emacs-d94bc77ec77dea298063f182cc8a6548b6ccce81.zip
* lisp/simple.el (execute-extended-command--last-typed): New var.
(read-extended-command): Set it. Don't complete obsolete commands. (execute-extended-command--shorter-1) (execute-extended-command--shorter): New functions. (execute-extended-command): Use them to suggest shorter names. (indicate-copied-region, deactivate-mark): Use region-active-p.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 05c8ce4d83a..52538031a23 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (execute-extended-command--last-typed): New var.
4 (read-extended-command): Set it.
5 Don't complete obsolete commands.
6 (execute-extended-command--shorter-1)
7 (execute-extended-command--shorter): New functions.
8 (execute-extended-command): Use them to suggest shorter names.
9 (indicate-copied-region, deactivate-mark): Use region-active-p.
10
12014-11-03 Michael Albinus <michael.albinus@gmx.de> 112014-11-03 Michael Albinus <michael.albinus@gmx.de>
2 12
3 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a 13 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a