From: Lars Ingebrigtsen Date: Mon, 13 Sep 2021 14:18:30 +0000 (+0200) Subject: Continue NEWS tag checking X-Git-Tag: emacs-28.0.90~998 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab36b0f5ff18c822d01e32f7a1f757d4db14369d;p=emacs.git Continue NEWS tag checking --- diff --git a/etc/NEWS b/etc/NEWS index 50538a168aa..76cfb43efc3 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2125,6 +2125,7 @@ modified flag. The default is nil, to preserve the old behavior. ** CC Mode ++++ *** Added support for Doxygen documentation style. 'doxygen' is now a valid 'c-doc-comment-style' which recognises all comment styles supported by Doxygen (namely '///', '//!', '/** … */' @@ -2139,6 +2140,7 @@ use 'doxygen' by default one might evaluate: or use it in a custom 'c-style'. ++++ *** Added support to line up '?' and ':' of a ternary operator. The new 'c-lineup-ternary-bodies' function can be used as a lineup function to align question mark and colon which are part of a ternary