emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 66f0622: ; NEWS tweak


From: Xue Fuqiao
Subject: [Emacs-diffs] master 66f0622: ; NEWS tweak
Date: Sat, 24 Oct 2015 02:46:43 +0000

branch: master
commit 66f0622a3db2fdaa862177199cff7c135c4e5142
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    ; NEWS tweak
---
 etc/NEWS |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 58ab6be..381e7c8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -279,14 +279,6 @@ header.
 ** `tabulated-list-print' takes a second optional argument, update,
 which specifies an alternative printing method which is faster when
 few or no entries have changed.
-** The command `dired-do-compress' bound to `Z' now can compress
-directories and decompress zip files.
-** New command `dired-do-compress-to' bound to `c' can be used to compress
-many marked files into a single named archive.  The compression
-command is determined from the new `dired-compress-files-alist'
-variable.
-
-+++
 
 
 * Editing Changes in Emacs 25.1
@@ -571,22 +563,6 @@ appending FUN to `minibuffer-setup-hook'.
 ** cl-lib
 *** New functions cl-fresh-line, cl-digit-char-p and cl-parse-integer.
 
-** seq
-*** New seq library:
-The seq library adds sequence manipulation functions and macros that
-complement basic functions provided by subr.el.  All functions are
-prefixed with `seq-' and work on lists, strings and vectors.
-
-** map
-*** New map library:
-The map library provides map-manipulation functions that work on alists,
-hash-table and arrays.  All functions are prefixed with "map-".
-
-** thunk
-*** New thunk library:
-Thunk provides functions and macros to control the evaluation of
-forms.
-
 ** Calendar and diary
 
 +++
@@ -872,6 +848,18 @@ notifications, if Emacs is compiled with file notification 
support.
 whether a file notification descriptor still corresponds to an
 activate watch.
 
+** Dired
+
++++
+*** The command `dired-do-compress' bound to `Z' now can compress
+directories and decompress zip files.
+
++++
+*** New command `dired-do-compress-to' bound to `c' can be used to
+compress many marked files into a single named archive.  The
+compression command is determined from the new
+`dired-compress-files-alist' variable.
+
 ** Obsolete packages
 
 ---
@@ -900,6 +888,18 @@ types the text.  Breaking line after a single-character 
words is
 forbidden by Czech and Polish typography (and may be discouraged in
 other languages), so `auto-tildify-mode' makes it easier to create
 a typographically-correct documents.
+
+** The `seq' library adds sequence manipulation functions and macros
+that complement basic functions provided by subr.el.  All functions
+are prefixed with `seq-' and work on lists, strings and vectors.
+
+** The `map' library provides map-manipulation functions that work on
+alists, hash-table and arrays.  All functions are prefixed with
+`map-'.
+
+** The `thunk' library provides functions and macros to control the
+evaluation of forms.
+
 
 * Incompatible Lisp Changes in Emacs 25.1
 



reply via email to

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