aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorK. Handa2015-09-01 20:46:15 +0900
committerK. Handa2015-09-01 20:46:15 +0900
commit3e0e2339cd379eeba8d9bc758f2e8e574144e252 (patch)
tree9d119efed6e52e5c24dbd84836148157271799a8 /etc
parent524eeb2e5e158d98ea52fe5ebe4768c4433ba8b2 (diff)
parentff0a92f6461941902eb9e974bdd2ff9adacb7bc4 (diff)
downloademacs-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/NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0f88e0c90a5..3832ffae1f4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
110This is analogous to case-folding, but applies between Unicode 110This is analogous to case-folding, but applies between Unicode
111characters and their ASCII counterparts. This means many characters 111characters and their ASCII counterparts. This means many characters
112will match entire groups of characters. 112will match entire groups of characters.
113 113
114For instance, the " will match all variants of unicode double quotes 114For 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
116cousins, even those composed of multiple characters, as well as many 116cousins, even those composed of multiple characters, as well as many
117other symbols like ℀, ℁, ⒜, and ⓐ. 117other symbols like ℀, ℁, ⒜, and ⓐ.
118 118
119** New function `character-folded-regexp' can be used 119** New function `character-fold-to-regexp' can be used
120by searching commands to produce a a regexp matching anything that 120by searching commands to produce a regexp matching anything that
121character-folds into STRING. 121character-folds into STRING.
122 122
123** New command `checkdoc-package-keywords' checks if the 123** New command `checkdoc-package-keywords' checks if the
124current package keywords are recognized. Set the new option 124current 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
330hide all messages of the specified type, where `erc-network-hide-list' 330hide all messages of the specified type, where `erc-network-hide-list'
331and `erc-channel-hide-list' will only hide the specified message types 331and `erc-channel-hide-list' will only hide the specified message types
332for the respective specified targets. 332for 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
363priority (as per `package-archive-priorities') only that one is 363priority (as per `package-archive-priorities') only that one is
364listed. This can be configured with `package-menu-hide-low-priority'. 364listed. 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.
367This includes the above-mentioned low-priority packages, as well as 367This 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
392which were installed by the user (as opposed to installed as 392which were installed by the user (as opposed to installed as
393dependencies). This variable can also be manually customized. 393dependencies). 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
396packages from `package-selected-packages' which are currently missing. 396packages 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:
545The seq library adds sequence manipulation functions and macros that 545The seq library adds sequence manipulation functions and macros that
546complement basic functions provided by subr.el. All functions are 546complement basic functions provided by subr.el. All functions are
547prefixed with `seq-' and work on lists, strings and vectors. 547prefixed with `seq-' and work on lists, strings and vectors.
548 548
549** map 549** map
@@ -702,11 +702,11 @@ non-integer inputs.
702interactive macro evaluation and automatic scanning of #defined symbols. 702interactive 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
705name patterns. Default case-insensitive .h, .hh, .hpp and .hxx. 705name 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
707reinclusion protected header files from being fully hidden. 707reinclusion 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
709name patterns (e.x. all "FOR_DOXYGEN_ONLY_*") to be excluded. 709name patterns (e.g. all "FOR_DOXYGEN_ONLY_*") to be excluded.
710 710
711** TeX mode 711** TeX mode
712 712