aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2012-04-17 14:38:34 -0700
committerPaul Eggert2012-04-17 14:38:34 -0700
commitae6e112df045de8ddc22e85f8538975d4664b325 (patch)
tree3923d0ff634b043c69f87255b52619d195dfc6ad /etc
parentad85a071cc6d583041969d300793c92f21a54696 (diff)
parent197b6f3c605872bfeb7b2024d255142d8f579021 (diff)
downloademacs-ae6e112df045de8ddc22e85f8538975d4664b325.tar.gz
emacs-ae6e112df045de8ddc22e85f8538975d4664b325.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 27b5406a155..16b9f75c503 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -27,7 +27,7 @@ so we will look at it and add it to the manual.
27If building with GCC, this enables compile-time checks that warn about 27If building with GCC, this enables compile-time checks that warn about
28possibly-questionable C code. On a recent GNU system there should be 28possibly-questionable C code. On a recent GNU system there should be
29no warnings; on older and on non-GNU systems the generated warnings 29no warnings; on older and on non-GNU systems the generated warnings
30may or may not be useful. By default, these warnings are not generated. 30may be useful.
31 31
32 32
33* Startup Changes in Emacs 24.2 33* Startup Changes in Emacs 24.2
@@ -39,6 +39,9 @@ been adding them there, put them somewhere else, eg site-lisp.
39 39
40* Changes in Emacs 24.2 40* Changes in Emacs 24.2
41 41
42** New functions `system-users', `system-groups' return lists of the user
43name, group names known to the system (where possible).
44
42** If your Emacs was built from a bzr checkout, the new variable 45** If your Emacs was built from a bzr checkout, the new variable
43`emacs-bzr-version' contains information about which bzr revision was used. 46`emacs-bzr-version' contains information about which bzr revision was used.
44 47
@@ -74,7 +77,12 @@ channel keys found, if any.
74 77
75** The `server-auth-key' variable can be used to set a permanent 78** The `server-auth-key' variable can be used to set a permanent
76shared key for Emacs Server. 79shared key for Emacs Server.
77 80
81** In Perl mode, new option `perl-indent-parens-as-block' causes non-block
82closing brackets to be aligned with the line of the opening bracket.
83
84** FIXME something happened to ses.el, 2012-04-17.
85
78** Obsolete packages: 86** Obsolete packages:
79 87
80*** mailpost.el 88*** mailpost.el