aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2014-03-18 22:17:05 +0100
committerDavid Engster2014-03-18 22:17:05 +0100
commit4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43 (patch)
treef9f78e965db41741d03aa7283102ad2abea62fd5
parent5fb6db0d69041c043055021ecdb84c803ac9e053 (diff)
downloademacs-4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43.tar.gz
emacs-4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43.zip
Add NEWS markup for CEDET.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.
510 510
511*** EDE 511*** EDE
512 512
513+++
513**** The cpp-root project now supports executing a compile command. 514**** The cpp-root project now supports executing a compile command.
514It can be set through the new :compile-command slot or the 515It can be set through the new :compile-command slot or the
515buffer-local variable `compile-command'. 516buffer-local variable `compile-command'.
516 517
518+++
517**** Better selection of include directories for the 'linux' project. 519**** Better selection of include directories for the 'linux' project.
518Include directories now support out-of-tree build directories and 520Include directories now support out-of-tree build directories and
519target architecture auto-detection. 521target architecture auto-detection.
520 522
523---
521*** Semantic 524*** Semantic
522 525
523**** Improved detection of used namespaces in current scope in C++. 526**** Improved detection of used namespaces in current scope in C++.