diff options
| author | Kenichi Handa | 2010-05-19 10:10:29 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-05-19 10:10:29 +0900 |
| commit | 134d1bcded02e066727ece838f14ffc767f76419 (patch) | |
| tree | 2187c2ac9748400146394bdaefd59f314598685d /etc | |
| parent | 2833d9158d6315b59415173df5d47515faac5310 (diff) | |
| parent | 1fc0ce04bc651fe8adbe822515e4ea7a4e904249 (diff) | |
| download | emacs-134d1bcded02e066727ece838f14ffc767f76419.tar.gz emacs-134d1bcded02e066727ece838f14ffc767f76419.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/DEBUG | 3 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
2 files changed, 8 insertions, 2 deletions
| @@ -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 |
| @@ -63,6 +63,9 @@ according to the value of this variable. Possible values are | |||
| 63 | default), Emacs determines the base direction of each paragraph from | 63 | default), Emacs determines the base direction of each paragraph from |
| 64 | its text, as specified by the Unicode Bidirectional Algorithm. | 64 | its text, as specified by the Unicode Bidirectional Algorithm. |
| 65 | 65 | ||
| 66 | The function `current-bidi-paragraph-direction' returns the actual | ||
| 67 | value of paragraph base direction at point. | ||
| 68 | |||
| 66 | Reordering of bidirectional text for display in Emacs is a "Full | 69 | Reordering of bidirectional text for display in Emacs is a "Full |
| 67 | bidirectionality" class implementation of the Unicode Bidirectional | 70 | bidirectionality" class implementation of the Unicode Bidirectional |
| 68 | Algorithm. | 71 | Algorithm. |
| @@ -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 |
| 211 | interface to password managers like GNOME Keyring or KDE Wallet. The | 216 | interface to password managers like GNOME Keyring or KDE Wallet. The |
| 212 | Secret Service API requires D-Bus for communication. | 217 | Secret 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 |