From b4030330c8a8d807065292a05286962ffe3c4d57 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Thu, 9 Oct 2014 09:52:47 +0800 Subject: [PATCH] * NEWS: Mention optional arg to terpri and new cl-lib functions. --- etc/ChangeLog | 4 ++++ etc/NEWS | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 42d0f5ced2c..88df9c15500 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-09 Leo Liu + + * NEWS: Mention optional arg to terpri and new cl-lib functions. + 2014-10-05 Jan Djärv * NEWS: Mention ns-use-fullscreen-animation. diff --git a/etc/NEWS b/etc/NEWS index 1e8572ee888..67b0d681401 100644 --- 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 +++ -- 2.39.5