aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorChong Yidong2012-04-27 11:10:38 +0800
committerChong Yidong2012-04-27 11:10:38 +0800
commita8e7d6d783219972c08fd49a3a2afaf26eb139c2 (patch)
tree5e86d23d9285389791dc8321d8a8a2ece2247bea /etc/NEWS
parentb360839071ef6c7a9e917fe57a4aaeb39138e8c0 (diff)
parentc5bb756916baa63cc663d68d4c24e5ad33a764e8 (diff)
downloademacs-a8e7d6d783219972c08fd49a3a2afaf26eb139c2.tar.gz
emacs-a8e7d6d783219972c08fd49a3a2afaf26eb139c2.zip
Merge changes from emacs-24 branch
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 156933410ba..ce3cfe7accf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
834attachments.) The old name is now an obsolete alias to the new name. 834attachments.) 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.
837See MH-E-NEWS for details. 837See 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
845or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the 845or M-TAB. If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the
846default), this performs tag completion. 846default), this performs tag completion.
847 847
848** Org mode has been updated to version 7.8.09.
849See 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
849functionality such as more intelligent indentation, electricity, 852functionality such as more intelligent indentation, electricity,
850support for more variants, including Mercury, and a lot more. 853support 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
1229declared as dynamically bound. 1232declared 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.
1232Emacs Lisp developers can use this tool to write automated tests for 1237Emacs Lisp developers can use this tool to write automated tests for
1233their code. See the ERT info manual for details. 1238their code. See the ERT info manual for details.