From: David Engster Date: Tue, 18 Mar 2014 21:17:05 +0000 (+0100) Subject: Add NEWS markup for CEDET. X-Git-Tag: emacs-24.3.90~152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43;p=emacs.git Add NEWS markup for CEDET. --- diff --git a/etc/NEWS b/etc/NEWS index a919f94ac57..ccf71b3feb1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -510,14 +510,17 @@ consistent with Calendar's calendrical system and day numbering. *** EDE ++++ **** The cpp-root project now supports executing a compile command. It can be set through the new :compile-command slot or the buffer-local variable `compile-command'. ++++ **** Better selection of include directories for the 'linux' project. Include directories now support out-of-tree build directories and target architecture auto-detection. +--- *** Semantic **** Improved detection of used namespaces in current scope in C++.