diff options
| author | David Engster | 2014-03-18 22:17:05 +0100 |
|---|---|---|
| committer | David Engster | 2014-03-18 22:17:05 +0100 |
| commit | 4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43 (patch) | |
| tree | f9f78e965db41741d03aa7283102ad2abea62fd5 | |
| parent | 5fb6db0d69041c043055021ecdb84c803ac9e053 (diff) | |
| download | emacs-4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43.tar.gz emacs-4d99c93d27d47ff9f5fb941fe92e3b4b9cf5cf43.zip | |
Add NEWS markup for CEDET.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. |
| 514 | It can be set through the new :compile-command slot or the | 515 | It can be set through the new :compile-command slot or the |
| 515 | buffer-local variable `compile-command'. | 516 | buffer-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. |
| 518 | Include directories now support out-of-tree build directories and | 520 | Include directories now support out-of-tree build directories and |
| 519 | target architecture auto-detection. | 521 | target 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++. |