aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2013-09-08 21:17:12 +0900
committerKenichi Handa2013-09-08 21:17:12 +0900
commit3aff2f57cc348b90c0f8b5926027cd0f0f378070 (patch)
treeff714b2645779c262a714ed7ae1d97a155d21438 /etc
parent0ca754d0d8df545ce4c09d65a337f67213e2f82b (diff)
parente8dd0787d9c19e81344552d185e9008031f58723 (diff)
downloademacs-3aff2f57cc348b90c0f8b5926027cd0f0f378070.tar.gz
emacs-3aff2f57cc348b90c0f8b5926027cd0f0f378070.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a6d6f5b04c4..cd69a8e09a0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -332,6 +332,10 @@ This is useful to avoid a query when you have no key for that name.
332*** key bindings to navigate through and select the completions. 332*** key bindings to navigate through and select the completions.
333*** The icomplete-separator is customizable, and its default has changed. 333*** The icomplete-separator is customizable, and its default has changed.
334*** Removed icomplete-show-key-bindings. 334*** Removed icomplete-show-key-bindings.
335*** Icomplete-mode by defaults applies to all forms of minibuffer completion.
336(setq icomplete-with-completion-tables '(internal-complete-buffer))
337will revert to the old behavior.
338
335 339
336** Ido 340** Ido
337*** Ido has a manual now. 341*** Ido has a manual now.
@@ -461,6 +465,8 @@ todo-mode.el has been made obsolete and renamed otodo-mode.el.
461 465
462** Tramp 466** Tramp
463 467
468*** The experimental url syntax for remote file names is withdrawn.
469
464+++ 470+++
465*** New connection method "adb", which allows to access Android 471*** New connection method "adb", which allows to access Android
466devices by the Android Debug Bridge. The variable `tramp-adb-program' 472devices by the Android Debug Bridge. The variable `tramp-adb-program'
@@ -754,6 +760,11 @@ used in place of the 9th element of `file-attributes'.
754`preserve-extended-attributes' as it now handles both SELinux context 760`preserve-extended-attributes' as it now handles both SELinux context
755and ACL entries. 761and ACL entries.
756 762
763** The `common-substring' argument of display-completion-list is obsolete.
764Either use `completion-all-completions' which already returns highlighted
765strings (including for partial or substring completion) or call
766`completion-hilit-commonality' to add the highlight.
767
757** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4 768** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4
758 769
759*** The package descriptor and name of global variables, constants, 770*** The package descriptor and name of global variables, constants,