* NEWS: Mention optional arg to terpri and new cl-lib functions.

This commit is contained in:
Leo Liu 2014-10-09 09:52:47 +08:00
parent 2dbd7a37a8
commit b4030330c8
2 changed files with 12 additions and 3 deletions

View 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.

View file

@ -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
+++