aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorOgnyan Kulev <[email protected]>2012-01-21 22:58:38 +0800
committerChong Yidong <[email protected]>2012-01-21 22:58:38 +0800
commit7a22e700110b98363a940b14efa8ad5af57c29e2 (patch)
tree9179eeef5e7f5df53ff9ffe70d56e42ba7e9b8fc /etc/NEWS
parent678fb7066698ebfe3aecba722294025ed26da01b (diff)
Update TUTORIAL.bg.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS17
1 files changed, 8 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b22f79225d..40a1c19436 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1382,20 +1382,19 @@ Use `filter-buffer-substring-functions' instead.
* Changes in Emacs 24.1 on non-free operating systems
---
-** On MS Windows, Emacs now warns when the obsolete _emacs init file is used,
+** On MS Windows, Emacs warns when using the obsolete init file _emacs,
and also when HOME is set to C:\ by default.
-** New configure.bat option --enable-checking builds Emacs with extra
-runtime checks.
+** New configure.bat options
-** New configure.bat option --distfiles to specify files to be
-included in binary distribution.
+*** --enable-checking builds Emacs with extra runtime checks.
-** New configure.bat option --without-gnutls to disable automatic
-GnuTLS detection.
+*** --distfiles specifies files to be included in binary distribution.
-** New configure.bat option --lib for general library linkage, works
-with the USER_LIBS build variable.
+*** --without-gnutls disables automatic GnuTLS detection.
+
+*** --lib for general library linkage, works with the USER_LIBS build
+variable.
** New make target `dist' to create binary distribution for MS Windows.