diff options
| author | K. Handa | 2015-09-01 20:46:15 +0900 |
|---|---|---|
| committer | K. Handa | 2015-09-01 20:46:15 +0900 |
| commit | 3e0e2339cd379eeba8d9bc758f2e8e574144e252 (patch) | |
| tree | 9d119efed6e52e5c24dbd84836148157271799a8 /etc | |
| parent | 524eeb2e5e158d98ea52fe5ebe4768c4433ba8b2 (diff) | |
| parent | ff0a92f6461941902eb9e974bdd2ff9adacb7bc4 (diff) | |
| download | emacs-3e0e2339cd379eeba8d9bc758f2e8e574144e252.tar.gz emacs-3e0e2339cd379eeba8d9bc758f2e8e574144e252.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 20 |
1 files changed, 10 insertions, 10 deletions
| @@ -108,7 +108,7 @@ frames. | |||
| 108 | 108 | ||
| 109 | ** `isearch' and `query-replace' now perform character folding in matches. | 109 | ** `isearch' and `query-replace' now perform character folding in matches. |
| 110 | This is analogous to case-folding, but applies between Unicode | 110 | This is analogous to case-folding, but applies between Unicode |
| 111 | characters and their ASCII counterparts. This means many characters | 111 | characters and their ASCII counterparts. This means many characters |
| 112 | will match entire groups of characters. | 112 | will match entire groups of characters. |
| 113 | 113 | ||
| 114 | For instance, the " will match all variants of unicode double quotes | 114 | For instance, the " will match all variants of unicode double quotes |
| @@ -116,12 +116,12 @@ For instance, the " will match all variants of unicode double quotes | |||
| 116 | cousins, even those composed of multiple characters, as well as many | 116 | cousins, even those composed of multiple characters, as well as many |
| 117 | other symbols like ℀, ℁, ⒜, and ⓐ. | 117 | other symbols like ℀, ℁, ⒜, and ⓐ. |
| 118 | 118 | ||
| 119 | ** New function `character-folded-regexp' can be used | 119 | ** New function `character-fold-to-regexp' can be used |
| 120 | by searching commands to produce a a regexp matching anything that | 120 | by searching commands to produce a regexp matching anything that |
| 121 | character-folds into STRING. | 121 | character-folds into STRING. |
| 122 | 122 | ||
| 123 | ** New command `checkdoc-package-keywords' checks if the | 123 | ** New command `checkdoc-package-keywords' checks if the |
| 124 | current package keywords are recognized. Set the new option | 124 | current package keywords are recognized. Set the new option |
| 125 | `checkdoc-package-keywords-flag' to non-nil to make | 125 | `checkdoc-package-keywords-flag' to non-nil to make |
| 126 | `checkdoc-current-buffer' call this function automatically. | 126 | `checkdoc-current-buffer' call this function automatically. |
| 127 | 127 | ||
| @@ -326,7 +326,7 @@ is suitable for most programming languages such as C or Lisp (but not | |||
| 326 | 326 | ||
| 327 | ** ERC | 327 | ** ERC |
| 328 | 328 | ||
| 329 | *** Hide message types by network or channel. `erc-hide-list' will | 329 | *** Hide message types by network or channel. `erc-hide-list' will |
| 330 | hide all messages of the specified type, where `erc-network-hide-list' | 330 | hide all messages of the specified type, where `erc-network-hide-list' |
| 331 | and `erc-channel-hide-list' will only hide the specified message types | 331 | and `erc-channel-hide-list' will only hide the specified message types |
| 332 | for the respective specified targets. | 332 | for the respective specified targets. |
| @@ -361,7 +361,7 @@ always respect that. | |||
| 361 | 361 | ||
| 362 | *** If a package is available on multiple archives and one has higher | 362 | *** If a package is available on multiple archives and one has higher |
| 363 | priority (as per `package-archive-priorities') only that one is | 363 | priority (as per `package-archive-priorities') only that one is |
| 364 | listed. This can be configured with `package-menu-hide-low-priority'. | 364 | listed. This can be configured with `package-menu-hide-low-priority'. |
| 365 | 365 | ||
| 366 | *** `package-menu-toggle-hiding' now toggles the hiding of packages. | 366 | *** `package-menu-toggle-hiding' now toggles the hiding of packages. |
| 367 | This includes the above-mentioned low-priority packages, as well as | 367 | This includes the above-mentioned low-priority packages, as well as |
| @@ -390,7 +390,7 @@ The FORCE argument to `package-delete' overrides this. | |||
| 390 | 390 | ||
| 391 | *** New custom variable `package-selected-packages' tracks packages | 391 | *** New custom variable `package-selected-packages' tracks packages |
| 392 | which were installed by the user (as opposed to installed as | 392 | which were installed by the user (as opposed to installed as |
| 393 | dependencies). This variable can also be manually customized. | 393 | dependencies). This variable can also be manually customized. |
| 394 | 394 | ||
| 395 | *** New command `package-install-user-selected-packages' installs all | 395 | *** New command `package-install-user-selected-packages' installs all |
| 396 | packages from `package-selected-packages' which are currently missing. | 396 | packages from `package-selected-packages' which are currently missing. |
| @@ -543,7 +543,7 @@ appending FUN to `minibuffer-setup-hook'. | |||
| 543 | ** seq | 543 | ** seq |
| 544 | *** New seq library: | 544 | *** New seq library: |
| 545 | The seq library adds sequence manipulation functions and macros that | 545 | The seq library adds sequence manipulation functions and macros that |
| 546 | complement basic functions provided by subr.el. All functions are | 546 | complement basic functions provided by subr.el. All functions are |
| 547 | prefixed with `seq-' and work on lists, strings and vectors. | 547 | prefixed with `seq-' and work on lists, strings and vectors. |
| 548 | 548 | ||
| 549 | ** map | 549 | ** map |
| @@ -702,11 +702,11 @@ non-integer inputs. | |||
| 702 | interactive macro evaluation and automatic scanning of #defined symbols. | 702 | interactive macro evaluation and automatic scanning of #defined symbols. |
| 703 | 703 | ||
| 704 | *** New custom variable `hide-ifdef-header-regexp' to define C/C++ header file | 704 | *** New custom variable `hide-ifdef-header-regexp' to define C/C++ header file |
| 705 | name patterns. Default case-insensitive .h, .hh, .hpp and .hxx. | 705 | name patterns. Default case-insensitive .h, .hh, .hpp, .hxx, and .h++. |
| 706 | *** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent | 706 | *** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent |
| 707 | reinclusion protected header files from being fully hidden. | 707 | reinclusion protected header files from being fully hidden. |
| 708 | *** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol | 708 | *** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol |
| 709 | name patterns (e.x. all "FOR_DOXYGEN_ONLY_*") to be excluded. | 709 | name patterns (e.g. all "FOR_DOXYGEN_ONLY_*") to be excluded. |
| 710 | 710 | ||
| 711 | ** TeX mode | 711 | ** TeX mode |
| 712 | 712 | ||