diff options
| author | Chong Yidong | 2012-04-27 11:10:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-27 11:10:38 +0800 |
| commit | a8e7d6d783219972c08fd49a3a2afaf26eb139c2 (patch) | |
| tree | 5e86d23d9285389791dc8321d8a8a2ece2247bea /etc/NEWS | |
| parent | b360839071ef6c7a9e917fe57a4aaeb39138e8c0 (diff) | |
| parent | c5bb756916baa63cc663d68d4c24e5ad33a764e8 (diff) | |
| download | emacs-a8e7d6d783219972c08fd49a3a2afaf26eb139c2.tar.gz emacs-a8e7d6d783219972c08fd49a3a2afaf26eb139c2.zip | |
Merge changes from emacs-24 branch
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -833,7 +833,7 @@ by default. | |||
| 833 | (Its name is misleading, since it has nothing to do with MIME | 833 | (Its name is misleading, since it has nothing to do with MIME |
| 834 | attachments.) The old name is now an obsolete alias to the new name. | 834 | attachments.) The old name is now an obsolete alias to the new name. |
| 835 | 835 | ||
| 836 | ** MH-E has been upgraded to MH-E version 8.3.1. | 836 | ** MH-E has been updated to MH-E version 8.3.1. |
| 837 | See MH-E-NEWS for details. | 837 | See MH-E-NEWS for details. |
| 838 | 838 | ||
| 839 | ** Modula-2 mode provides auto-indentation. | 839 | ** Modula-2 mode provides auto-indentation. |
| @@ -845,6 +845,9 @@ Completion is now performed via `completion-at-point', bound to C-M-i | |||
| 845 | or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the | 845 | or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the |
| 846 | default), this performs tag completion. | 846 | default), this performs tag completion. |
| 847 | 847 | ||
| 848 | ** Org mode has been updated to version 7.8.09. | ||
| 849 | See ORG-NEWS for details. | ||
| 850 | |||
| 848 | ** Prolog mode has been completely revamped, with lots of additional | 851 | ** Prolog mode has been completely revamped, with lots of additional |
| 849 | functionality such as more intelligent indentation, electricity, | 852 | functionality such as more intelligent indentation, electricity, |
| 850 | support for more variants, including Mercury, and a lot more. | 853 | support for more variants, including Mercury, and a lot more. |
| @@ -1228,6 +1231,8 @@ So do `defcustom' and other forms that call `defvar' as a subroutine. | |||
| 1228 | *** New function `special-variable-p' to check whether a variable is | 1231 | *** New function `special-variable-p' to check whether a variable is |
| 1229 | declared as dynamically bound. | 1232 | declared as dynamically bound. |
| 1230 | 1233 | ||
| 1234 | *** The form ((lambda ...) ...) is deprecated. | ||
| 1235 | |||
| 1231 | ** An Emacs Lisp testing tool is now included. | 1236 | ** An Emacs Lisp testing tool is now included. |
| 1232 | Emacs Lisp developers can use this tool to write automated tests for | 1237 | Emacs Lisp developers can use this tool to write automated tests for |
| 1233 | their code. See the ERT info manual for details. | 1238 | their code. See the ERT info manual for details. |