aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-05-19 10:10:29 +0900
committerKenichi Handa2010-05-19 10:10:29 +0900
commit134d1bcded02e066727ece838f14ffc767f76419 (patch)
tree2187c2ac9748400146394bdaefd59f314598685d /etc
parent2833d9158d6315b59415173df5d47515faac5310 (diff)
parent1fc0ce04bc651fe8adbe822515e4ea7a4e904249 (diff)
downloademacs-134d1bcded02e066727ece838f14ffc767f76419.tar.gz
emacs-134d1bcded02e066727ece838f14ffc767f76419.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/DEBUG3
-rw-r--r--etc/NEWS7
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 334daa36eac..b4272929bae 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -627,8 +627,7 @@ CPU-specific headers in the subdirectories of `src'):
627 627
628 - In src/s/SYSTEM-NAME.h add "#define SYSTEM_MALLOC". 628 - In src/s/SYSTEM-NAME.h add "#define SYSTEM_MALLOC".
629 629
630 - In src/m/MACHINE-NAME.h add "#define CANNOT_DUMP" and 630 - In src/m/MACHINE-NAME.h add "#define CANNOT_DUMP"
631 "#define CANNOT_UNEXEC".
632 631
633 - Configure with a different --prefix= option. If you use GCC, 632 - Configure with a different --prefix= option. If you use GCC,
634 version 2.7.2 is preferred, as some malloc debugging packages 633 version 2.7.2 is preferred, as some malloc debugging packages
diff --git a/etc/NEWS b/etc/NEWS
index c4393a53efe..df68e42cd66 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -63,6 +63,9 @@ according to the value of this variable. Possible values are
63default), Emacs determines the base direction of each paragraph from 63default), Emacs determines the base direction of each paragraph from
64its text, as specified by the Unicode Bidirectional Algorithm. 64its text, as specified by the Unicode Bidirectional Algorithm.
65 65
66The function `current-bidi-paragraph-direction' returns the actual
67value of paragraph base direction at point.
68
66Reordering of bidirectional text for display in Emacs is a "Full 69Reordering of bidirectional text for display in Emacs is a "Full
67bidirectionality" class implementation of the Unicode Bidirectional 70bidirectionality" class implementation of the Unicode Bidirectional
68Algorithm. 71Algorithm.
@@ -207,6 +210,8 @@ threads simultaneously.
207 210
208* New Modes and Packages in Emacs 24.1 211* New Modes and Packages in Emacs 24.1
209 212
213** smie.el is a package providing a simple generic indentation engine.
214
210** secrets.el is an implementation of the Secret Service API, an 215** secrets.el is an implementation of the Secret Service API, an
211interface to password managers like GNOME Keyring or KDE Wallet. The 216interface to password managers like GNOME Keyring or KDE Wallet. The
212Secret Service API requires D-Bus for communication. 217Secret Service API requires D-Bus for communication.
@@ -221,6 +226,8 @@ Secret Service API requires D-Bus for communication.
221 226
222* Lisp changes in Emacs 24.1 227* Lisp changes in Emacs 24.1
223 228
229** frame-local variables cannot be let-bound any more.
230** prog-mode is a new major-mode meant to be the parent of programming mode.
224** define-minor-mode accepts a new keyword :variable. 231** define-minor-mode accepts a new keyword :variable.
225 232
226** delete-file now accepts an optional second arg, FORCE, which says 233** delete-file now accepts an optional second arg, FORCE, which says