diff options
| author | Xue Fuqiao | 2015-10-24 10:42:00 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-10-24 10:42:00 +0800 |
| commit | 66f0622a3db2fdaa862177199cff7c135c4e5142 (patch) | |
| tree | 98b5717251814c538157b1ffc9bb566386db2784 | |
| parent | 7836e422e46721290c076969b87e277aa264ceca (diff) | |
| download | emacs-66f0622a3db2fdaa862177199cff7c135c4e5142.tar.gz emacs-66f0622a3db2fdaa862177199cff7c135c4e5142.zip | |
; NEWS tweak
| -rw-r--r-- | etc/NEWS | 48 |
1 files changed, 24 insertions, 24 deletions
| @@ -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, |
| 280 | which specifies an alternative printing method which is faster when | 280 | which specifies an alternative printing method which is faster when |
| 281 | few or no entries have changed. | 281 | few or no entries have changed. |
| 282 | ** The command `dired-do-compress' bound to `Z' now can compress | ||
| 283 | directories and decompress zip files. | ||
| 284 | ** New command `dired-do-compress-to' bound to `c' can be used to compress | ||
| 285 | many marked files into a single named archive. The compression | ||
| 286 | command is determined from the new `dired-compress-files-alist' | ||
| 287 | variable. | ||
| 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: | ||
| 576 | The seq library adds sequence manipulation functions and macros that | ||
| 577 | complement basic functions provided by subr.el. All functions are | ||
| 578 | prefixed with `seq-' and work on lists, strings and vectors. | ||
| 579 | |||
| 580 | ** map | ||
| 581 | *** New map library: | ||
| 582 | The map library provides map-manipulation functions that work on alists, | ||
| 583 | hash-table and arrays. All functions are prefixed with "map-". | ||
| 584 | |||
| 585 | ** thunk | ||
| 586 | *** New thunk library: | ||
| 587 | Thunk provides functions and macros to control the evaluation of | ||
| 588 | forms. | ||
| 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. | |||
| 872 | whether a file notification descriptor still corresponds to an | 848 | whether a file notification descriptor still corresponds to an |
| 873 | activate watch. | 849 | activate watch. |
| 874 | 850 | ||
| 851 | ** Dired | ||
| 852 | |||
| 853 | +++ | ||
| 854 | *** The command `dired-do-compress' bound to `Z' now can compress | ||
| 855 | directories and decompress zip files. | ||
| 856 | |||
| 857 | +++ | ||
| 858 | *** New command `dired-do-compress-to' bound to `c' can be used to | ||
| 859 | compress many marked files into a single named archive. The | ||
| 860 | compression 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 | |||
| 900 | forbidden by Czech and Polish typography (and may be discouraged in | 888 | forbidden by Czech and Polish typography (and may be discouraged in |
| 901 | other languages), so `auto-tildify-mode' makes it easier to create | 889 | other languages), so `auto-tildify-mode' makes it easier to create |
| 902 | a typographically-correct documents. | 890 | a typographically-correct documents. |
| 891 | |||
| 892 | ** The `seq' library adds sequence manipulation functions and macros | ||
| 893 | that complement basic functions provided by subr.el. All functions | ||
| 894 | are prefixed with `seq-' and work on lists, strings and vectors. | ||
| 895 | |||
| 896 | ** The `map' library provides map-manipulation functions that work on | ||
| 897 | alists, hash-table and arrays. All functions are prefixed with | ||
| 898 | `map-'. | ||
| 899 | |||
| 900 | ** The `thunk' library provides functions and macros to control the | ||
| 901 | evaluation of forms. | ||
| 902 | |||
| 903 | 903 | ||
| 904 | * Incompatible Lisp Changes in Emacs 25.1 | 904 | * Incompatible Lisp Changes in Emacs 25.1 |
| 905 | 905 | ||