diff options
| author | Michael Albinus | 2016-07-25 10:43:14 +0200 |
|---|---|---|
| committer | Michael Albinus | 2016-07-25 10:43:14 +0200 |
| commit | 0f0b191a5324115fe9e8c438eceef4043decf209 (patch) | |
| tree | 2e5d60cc64cbd12321a623f4813376cef4719a33 | |
| parent | 6bdf687aea38d2646e52bf1514ad2359bc3ca082 (diff) | |
| download | emacs-0f0b191a5324115fe9e8c438eceef4043decf209.tar.gz emacs-0f0b191a5324115fe9e8c438eceef4043decf209.zip | |
; Fix typos in NEWS
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -861,6 +861,7 @@ fitting for use in money calculations | |||
| 861 | 861 | ||
| 862 | ** Hide-IfDef mode | 862 | ** Hide-IfDef mode |
| 863 | 863 | ||
| 864 | *** Hide-IfDef mode now support full C/C++ expressions in macros, | ||
| 864 | macro argument expansion, interactive macro evaluation and automatic | 865 | macro argument expansion, interactive macro evaluation and automatic |
| 865 | scanning of #define'd symbols. | 866 | scanning of #define'd symbols. |
| 866 | 867 | ||
| @@ -870,7 +871,9 @@ result of evaluating a macro. | |||
| 870 | *** New command 'hif-clear-all-ifdef-define', bound to 'C-c @ C', clears | 871 | *** New command 'hif-clear-all-ifdef-define', bound to 'C-c @ C', clears |
| 871 | all defined symbols in 'hide-ifdef-env'. | 872 | all defined symbols in 'hide-ifdef-env'. |
| 872 | 873 | ||
| 874 | *** New custom variable 'hide-ifdef-header-regexp' to define C/C++ header | ||
| 873 | file name patterns. Defaults to files whose extension is one of '.h', | 875 | file name patterns. Defaults to files whose extension is one of '.h', |
| 876 | '.hh', '.hpp', '.hxx', or '.h++', matched case-insensitively. | ||
| 874 | 877 | ||
| 875 | *** New custom variable 'hide-ifdef-expand-reinclusion-protection' to prevent | 878 | *** New custom variable 'hide-ifdef-expand-reinclusion-protection' to prevent |
| 876 | reinclusion protected (a.k.a. "idempotent") header files from being hidden. | 879 | reinclusion protected (a.k.a. "idempotent") header files from being hidden. |
| @@ -990,9 +993,9 @@ to avoid interfering with the kill ring. | |||
| 990 | allow overriding the regular expression that recognizes the ldapsearch | 993 | allow overriding the regular expression that recognizes the ldapsearch |
| 991 | command line's password prompt. | 994 | command line's password prompt. |
| 992 | 995 | ||
| 993 | EUDC's BBDB backend now supports BBDB 3. | 996 | *** EUDC's BBDB backend now supports BBDB 3. |
| 994 | 997 | ||
| 995 | EUDC's PH backend (eudcb-ph.el) is obsolete. | 998 | *** EUDC's PH backend (eudcb-ph.el) is obsolete. |
| 996 | 999 | ||
| 997 | ** Eshell | 1000 | ** Eshell |
| 998 | 1001 | ||
| @@ -1326,6 +1329,7 @@ area. The output is still logged to the '*Messages*' buffer. | |||
| 1326 | buffers to allow certain parts of the text to be writable. | 1329 | buffers to allow certain parts of the text to be writable. |
| 1327 | 1330 | ||
| 1328 | ** A new variable 'comment-end-can-be-escaped' is useful in languages | 1331 | ** A new variable 'comment-end-can-be-escaped' is useful in languages |
| 1332 | such as C and C++ where line comments with escaped newlines are | ||
| 1329 | continued to the next line. | 1333 | continued to the next line. |
| 1330 | 1334 | ||
| 1331 | ** New macro 'define-advice'. | 1335 | ** New macro 'define-advice'. |
| @@ -1651,6 +1655,7 @@ names it puts in TAGS files. This is so the etags.el back-end for | |||
| 1651 | positives. | 1655 | positives. |
| 1652 | 1656 | ||
| 1653 | Use --class-qualify (-Q) if you want the old default behavior of | 1657 | Use --class-qualify (-Q) if you want the old default behavior of |
| 1658 | qualifying class members in C++, Java, Objective C, and Perl. Note | ||
| 1654 | that using -Q might make some class members become "unknown" to 'M-.' | 1659 | that using -Q might make some class members become "unknown" to 'M-.' |
| 1655 | ('xref-find-definitions'); if so, you can use 'C-u M-.' to specify the | 1660 | ('xref-find-definitions'); if so, you can use 'C-u M-.' to specify the |
| 1656 | qualified names by hand. | 1661 | qualified names by hand. |