emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118077: * NEWS: Mention optional arg to terpri and


From: Leo Liu
Subject: [Emacs-diffs] trunk r118077: * NEWS: Mention optional arg to terpri and new cl-lib functions.
Date: Thu, 09 Oct 2014 01:54:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118077
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Thu 2014-10-09 09:52:47 +0800
message:
  * NEWS: Mention optional arg to terpri and new cl-lib functions.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20141002041645-34n5fasbwydbo8t6-1
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-10-05 12:25:00 +0000
+++ b/etc/ChangeLog     2014-10-09 01:52:47 +0000
@@ -1,3 +1,7 @@
+2014-10-09  Leo Liu  <address@hidden>
+
+       * NEWS: Mention optional arg to terpri and new cl-lib functions.
+
 2014-10-05  Jan Djärv  <address@hidden>
 
        * NEWS: Mention ns-use-fullscreen-animation.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-10-06 02:02:04 +0000
+++ b/etc/NEWS  2014-10-09 01:52:47 +0000
@@ -52,6 +52,9 @@
 ** 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 @@
 ** 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 @@
 *** 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
 
 +++


reply via email to

[Prev in Thread] Current Thread [Next in Thread]