]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Update entries for VHDL and Calculator.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 17:08:15 +0000 (19:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 17:08:15 +0000 (19:08 +0200)
etc/NEWS

index 2f3019edf86d29d4d177edb95faa55aaf8a8632a..d9dca46357241f364bec424fd438686c916c9912 100644 (file)
--- 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++.