]> code.delx.au - gnu-emacs/commitdiff
* NEWS: Mention optional arg to terpri and new cl-lib functions.
authorLeo Liu <sdl.web@gmail.com>
Thu, 9 Oct 2014 01:52:47 +0000 (09:52 +0800)
committerLeo Liu <sdl.web@gmail.com>
Thu, 9 Oct 2014 01:52:47 +0000 (09:52 +0800)
etc/ChangeLog
etc/NEWS

index 42d0f5ced2cf1ab9601af13ef7ce5e23f5f3a08e..88df9c155005f50088c3a70b9dd498ce244fb320 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-09  Leo Liu  <sdl.web@gmail.com>
+
+       * NEWS: Mention optional arg to terpri and new cl-lib functions.
+
 2014-10-05  Jan Djärv  <jan.h.d@swipnet.se>
 
        * NEWS: Mention ns-use-fullscreen-animation.
index 1e8572ee8883c0783ca24dee6f4030739f574b06..67b0d681401a28ab70f63872e9336387b1520952 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -52,6 +52,9 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
 ** x-select-enable-clipboard is renamed gui-select-enable-clipboard.
 Additionally it now also applies to OSX and GNUstep.
 
++++
+** terpri gets an optional arg ENSURE to conditionally output a newline.
+
 ** `insert-register' now leaves point after the inserted text
 when called interactively.  A prefix argument toggles this behavior.
 
@@ -117,6 +120,8 @@ performance improvements when pasting large amounts of text.
 ** pcase
 *** New UPatterns `quote' and `app'.
 *** New UPatterns can be defined with `pcase-defmacro'.
++++
+*** New vector QPattern.
 
 ** Lisp mode
 *** Strings after `:documentation' are highlighted as docstrings.
@@ -126,15 +131,15 @@ performance improvements when pasting large amounts of text.
 *** C-x C-x in rectangle-mark-mode now cycles through the four corners.
 *** `string-rectangle' provides on-the-fly preview of the result.
 
-+++
-** Macro `pcase' now supports vector qpattern.
-
 ** New font-lock functions font-lock-ensure and font-lock-flush, which
 should be used instead of font-lock-fontify-buffer when called from Elisp.
 
 ** Macro `minibuffer-with-setup-hook' takes (:append FUN) to mean
 appending FUN to `minibuffer-setup-hook'.
 
+** cl-lib
+*** New functions cl-fresh-line, cl-digit-char-p and cl-parse-integer.
+
 ** Calendar and diary
 
 +++