aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-01-23 12:14:48 -0500
committerStefan Monnier2018-01-23 12:14:48 -0500
commitf2918640bf35d6bb0130f854b2ea8ed4b4fd89d4 (patch)
tree7e3cccebbefe0c919536b43f0d8d600c0bec1ab0 /etc
parent6d836771da7e9a6a67fcd18e52dd16de1cdc154e (diff)
downloademacs-f2918640bf35d6bb0130f854b2ea8ed4b4fd89d4.tar.gz
emacs-f2918640bf35d6bb0130f854b2ea8ed4b4fd89d4.zip
* lisp/ecomplete.el: Add completion-table; use lexical-binding and cl-lib
Also remove redundant :group args. (ecomplete-database-file): Use locate-user-emacs-file. (ecomplete-completion-table): New completion table. (completion-category-defaults): Set default behavior for that table.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d30f0b087cd..bb84396df9c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -94,6 +94,13 @@ non-text modes.
94 94
95* Changes in Specialized Modes and Packages in Emacs 27.1 95* Changes in Specialized Modes and Packages in Emacs 27.1
96 96
97** Ecomplete
98*** The ecomplete sorting has changed to a decay-based algorithm.
99This can be controlled by the new `ecomplete-sort-predicate' variable.
100
101*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default
102Of course it will still find it if you have it in ~/.ecompleterc
103
97** Smtpmail 104** Smtpmail
98Authentication mechanisms can be added via external packages, by 105Authentication mechanisms can be added via external packages, by
99defining new cl-defmethod of smtpmail-try-auth-method. 106defining new cl-defmethod of smtpmail-try-auth-method.
@@ -237,9 +244,6 @@ It's a simple convenience function for looking up MIME types based on
237file name extensions. 244file name extensions.
238 245
239+++ 246+++
240** The ecomplete sorting has changed to a decay-based algorithm. This
241can be controlled by the new `ecomplete-sort-predicate' variable.
242
243** The new function 'read-answer' accepts either long or short answers 247** The new function 'read-answer' accepts either long or short answers
244depending on the new customizable variable 'read-answer-short'. 248depending on the new customizable variable 'read-answer-short'.
245 249