diff options
| author | Eli Zaretskii | 2011-04-24 10:11:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-24 10:11:56 +0300 |
| commit | fa6996bcd4d4c2acc4434e61bc266841c53e9d33 (patch) | |
| tree | 08a3427641a8b013338ff94ccffaf63ab6930456 /etc | |
| parent | c8d173eb1e2475af9d972efafb684f57f18c8374 (diff) | |
| download | emacs-fa6996bcd4d4c2acc4434e61bc266841c53e9d33.tar.gz emacs-fa6996bcd4d4c2acc4434e61bc266841c53e9d33.zip | |
Delete char-direction-table and char-direction.
See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00675.html
for the reasons.
src/character.c (Fchar_direction): Function deleted.
(syms_of_character): Don't defsubr it.
<char-direction-table>: Deleted.
etc/NEWS: Document the removal.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -134,7 +134,7 @@ image formats in Emacs. By default, Emacs links with the ImageMagick | |||
| 134 | libraries if they are present at build time. This needs ImageMagick | 134 | libraries if they are present at build time. This needs ImageMagick |
| 135 | 6.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been | 135 | 6.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been |
| 136 | tested). To disable ImageMagick support, use the configure option | 136 | tested). To disable ImageMagick support, use the configure option |
| 137 | `--without-imagemagick'. | 137 | `--without-imagemagick'. |
| 138 | 138 | ||
| 139 | The new function `imagemagick-types' returns a list of image file | 139 | The new function `imagemagick-types' returns a list of image file |
| 140 | extensions that your installation of ImageMagick supports. The | 140 | extensions that your installation of ImageMagick supports. The |
| @@ -720,6 +720,13 @@ soap-inspect.el is an interactive inspector for SOAP WSDL structures. | |||
| 720 | 720 | ||
| 721 | * Incompatible Lisp Changes in Emacs 24.1 | 721 | * Incompatible Lisp Changes in Emacs 24.1 |
| 722 | 722 | ||
| 723 | --- | ||
| 724 | ** `char-direction-table' and the associated function `char-direction' | ||
| 725 | were deleted. They were buggy and inferior to the new support of | ||
| 726 | bidirectional editing introduced in Emacs 24. If you need the | ||
| 727 | bidirectional properties of a character, use `get-char-code-property' | ||
| 728 | with the last argument `bidi-class'. | ||
| 729 | |||
| 723 | ** `copy-directory' now copies the source directory as a subdirectory | 730 | ** `copy-directory' now copies the source directory as a subdirectory |
| 724 | of the target directory, if the latter is an existing directory. The | 731 | of the target directory, if the latter is an existing directory. The |
| 725 | new optional arg COPY-CONTENTS, if non-nil, makes the function copy | 732 | new optional arg COPY-CONTENTS, if non-nil, makes the function copy |