diff --git a/etc/NEWS b/etc/NEWS index 2f3019edf86d29d4d177edb95faa55aaf8a8632a..d9dca46357241f364bec424fd438686c916c9912 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -848,14 +848,21 @@ replace the face `compare-windows', which is now an obsolete alias for "Copyright-paperwork-exempt: yes". Set `log-edit-rewrite-tiny-change' nil to disable this. -** VHDL mode supports VHDL'08. +--- +** VHDL mode now supports VHDL'08. + +** Calculator -** Calculator: decimal display mode uses "," groups, so it's more -fitting for use in money calculations; factorial works with -non-integer inputs. +--- +*** Decimal display mode uses "," groups, so it's more +fitting for use in money calculations + +--- +*** Factorial works with non-integer inputs. -** HideIfDef mode now support full C/C++ expressions, argumented macro expansions, -interactive macro evaluation and automatic scanning of #defined symbols. +** HideIfDef mode now support full C/C++ expressions, argumented macro +expansions, interactive macro evaluation and automatic scanning of +#defined symbols. *** New custom variable `hide-ifdef-header-regexp' to define C/C++ header file name patterns. Default case-insensitive .h, .hh, .hpp, .hxx, and .h++.