From: Xue Fuqiao Date: Mon, 23 Dec 2013 11:40:42 +0000 (+0800) Subject: NEWS tweak. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44fdad1ceb063bdb1f623a05bb8c664bdf9a24d0;p=emacs.git NEWS tweak. --- diff --git a/etc/NEWS b/etc/NEWS index be9f9b131bf..01bd3291028 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1147,15 +1147,17 @@ Emacs now no longer locks DIR/FILE in that case. On file systems that do not support symbolic links, the lock is now a regular file with contents being what would have been in the symlink. ++++ ** New functions `group-gid' and `group-real-gid'. -** The `common-substring' argument of display-completion-list is obsolete. +** The `common-substring' argument of `display-completion-list' is obsolete. Either use `completion-all-completions' which already returns highlighted strings (including for partial or substring completion) or call `completion-hilit-commonality' to add the highlight. ** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4 ++++ *** The package descriptor and name of global variables, constants, and functions should be separated by two hyphens if the symbol is not meant to be used by other packages.