aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-10-24 10:42:00 +0800
committerXue Fuqiao2015-10-24 10:42:00 +0800
commit66f0622a3db2fdaa862177199cff7c135c4e5142 (patch)
tree98b5717251814c538157b1ffc9bb566386db2784
parent7836e422e46721290c076969b87e277aa264ceca (diff)
downloademacs-66f0622a3db2fdaa862177199cff7c135c4e5142.tar.gz
emacs-66f0622a3db2fdaa862177199cff7c135c4e5142.zip
; NEWS tweak
-rw-r--r--etc/NEWS48
1 files changed, 24 insertions, 24 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 58ab6bec161..381e7c841a9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -279,14 +279,6 @@ header.
279** `tabulated-list-print' takes a second optional argument, update, 279** `tabulated-list-print' takes a second optional argument, update,
280which specifies an alternative printing method which is faster when 280which specifies an alternative printing method which is faster when
281few or no entries have changed. 281few or no entries have changed.
282** The command `dired-do-compress' bound to `Z' now can compress
283directories and decompress zip files.
284** New command `dired-do-compress-to' bound to `c' can be used to compress
285many marked files into a single named archive. The compression
286command is determined from the new `dired-compress-files-alist'
287variable.
288
289+++
290 282
291 283
292* Editing Changes in Emacs 25.1 284* Editing Changes in Emacs 25.1
@@ -571,22 +563,6 @@ appending FUN to `minibuffer-setup-hook'.
571** cl-lib 563** cl-lib
572*** New functions cl-fresh-line, cl-digit-char-p and cl-parse-integer. 564*** New functions cl-fresh-line, cl-digit-char-p and cl-parse-integer.
573 565
574** seq
575*** New seq library:
576The seq library adds sequence manipulation functions and macros that
577complement basic functions provided by subr.el. All functions are
578prefixed with `seq-' and work on lists, strings and vectors.
579
580** map
581*** New map library:
582The map library provides map-manipulation functions that work on alists,
583hash-table and arrays. All functions are prefixed with "map-".
584
585** thunk
586*** New thunk library:
587Thunk provides functions and macros to control the evaluation of
588forms.
589
590** Calendar and diary 566** Calendar and diary
591 567
592+++ 568+++
@@ -872,6 +848,18 @@ notifications, if Emacs is compiled with file notification support.
872whether a file notification descriptor still corresponds to an 848whether a file notification descriptor still corresponds to an
873activate watch. 849activate watch.
874 850
851** Dired
852
853+++
854*** The command `dired-do-compress' bound to `Z' now can compress
855directories and decompress zip files.
856
857+++
858*** New command `dired-do-compress-to' bound to `c' can be used to
859compress many marked files into a single named archive. The
860compression command is determined from the new
861`dired-compress-files-alist' variable.
862
875** Obsolete packages 863** Obsolete packages
876 864
877--- 865---
@@ -900,6 +888,18 @@ types the text. Breaking line after a single-character words is
900forbidden by Czech and Polish typography (and may be discouraged in 888forbidden by Czech and Polish typography (and may be discouraged in
901other languages), so `auto-tildify-mode' makes it easier to create 889other languages), so `auto-tildify-mode' makes it easier to create
902a typographically-correct documents. 890a typographically-correct documents.
891
892** The `seq' library adds sequence manipulation functions and macros
893that complement basic functions provided by subr.el. All functions
894are prefixed with `seq-' and work on lists, strings and vectors.
895
896** The `map' library provides map-manipulation functions that work on
897alists, hash-table and arrays. All functions are prefixed with
898`map-'.
899
900** The `thunk' library provides functions and macros to control the
901evaluation of forms.
902
903 903
904* Incompatible Lisp Changes in Emacs 25.1 904* Incompatible Lisp Changes in Emacs 25.1
905 905