emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115512: * etc/NEWS: Add sections for CEDET and EIEI


From: David Engster
Subject: [Emacs-diffs] trunk r115512: * etc/NEWS: Add sections for CEDET and EIEIO.
Date: Fri, 13 Dec 2013 21:43:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115512
revision-id: address@hidden
parent: address@hidden
committer: David Engster <address@hidden>
branch nick: trunk
timestamp: Fri 2013-12-13 22:41:35 +0100
message:
  * etc/NEWS: Add sections for CEDET and EIEIO.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-12-12 18:19:10 +0000
+++ b/etc/ChangeLog     2013-12-13 21:41:35 +0000
@@ -1,3 +1,7 @@
+2013-12-13  David Engster  <address@hidden>
+
+       * NEWS: Add sections for CEDET and EIEIO.
+
 2013-12-12  Eli Zaretskii  <address@hidden>
 
        * NEWS: Mention support on MS-Windows of file names outside of the

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-13 18:25:30 +0000
+++ b/etc/NEWS  2013-12-13 21:41:35 +0000
@@ -628,6 +628,33 @@
 
 ** New term.el option `term-suppress-hard-newline'.
 
+** CEDET
+
+*** 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++.
+
+**** Parsing of default values for variables and function arguments in C/C++.
+They are also displayed by the summarize feature in the modeline.
+
+**** Improved parsing of function pointers in C/C++.
+This also includes parsing of function pointers as function arguments.
+
+**** Parsing of C/C++ preprocessor macros which open new scope.
+For example, this enables parsing of macros which open new namespaces.
+
+**** Support for 'this' pointer in inline member functions in C++.
+
 ** Obsolete packages:
 
 *** Iswitchb is made obsolete by icomplete-mode.
@@ -909,6 +936,28 @@
 
 *** You can change the speed of animated images.
 
+** EIEIO
+
+*** Namespace cleanup by obsolete-aliasing functions to use `eieio-' prefix.
+**** object-name -> eieio-object-name
+**** object-class -> eieio-object-class
+**** object-class-fast -> eieio--object-class
+**** object-name-string -> eieio-object-name-string
+**** object-num-slots -> eieio--object-num-slots
+**** object-set-name-string -> eieio-object-set-name-string
+**** class-parent -> eieio-class-parent
+**** class-parents -> eieio-class-parents
+**** class-children -> eieio-class-children
+**** class-num-slots -> eieio--class-num-slots
+**** class-precedence-list -> eieio-class-precedence-list
+**** All generated class-* and object-* field accessors are now
+prefixed with `eieio-' as well.
+
+*** Obsoleted functions:
+**** class-of
+**** class-direct-subclasses
+**** class-direct-superclasses
+
 ** Changes in encoding and decoding of text
 
 ---


reply via email to

[Prev in Thread] Current Thread [Next in Thread]