]> git.eshelyaron.com Git - emacs.git/commitdiff
; NEWS tweak
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 24 Oct 2015 02:42:00 +0000 (10:42 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 24 Oct 2015 02:42:00 +0000 (10:42 +0800)
etc/NEWS

index 58ab6bec161ec718006ced0338a8e7088067cc64..381e7c841a9231d9b3c7b45f80f338045968c775 100644 (file)
--- 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.
-
-+++
 
 \f
 * 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.
+
 \f
 * Incompatible Lisp Changes in Emacs 25.1