aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-24 10:11:56 +0300
committerEli Zaretskii2011-04-24 10:11:56 +0300
commitfa6996bcd4d4c2acc4434e61bc266841c53e9d33 (patch)
tree08a3427641a8b013338ff94ccffaf63ab6930456 /etc
parentc8d173eb1e2475af9d972efafb684f57f18c8374 (diff)
downloademacs-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/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aed90764fa1..09d54c41d69 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -134,7 +134,7 @@ image formats in Emacs. By default, Emacs links with the ImageMagick
134libraries if they are present at build time. This needs ImageMagick 134libraries if they are present at build time. This needs ImageMagick
1356.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been 1356.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been
136tested). To disable ImageMagick support, use the configure option 136tested). To disable ImageMagick support, use the configure option
137`--without-imagemagick'. 137`--without-imagemagick'.
138 138
139The new function `imagemagick-types' returns a list of image file 139The new function `imagemagick-types' returns a list of image file
140extensions that your installation of ImageMagick supports. The 140extensions 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'
725were deleted. They were buggy and inferior to the new support of
726bidirectional editing introduced in Emacs 24. If you need the
727bidirectional properties of a character, use `get-char-code-property'
728with 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
724of the target directory, if the latter is an existing directory. The 731of the target directory, if the latter is an existing directory. The
725new optional arg COPY-CONTENTS, if non-nil, makes the function copy 732new optional arg COPY-CONTENTS, if non-nil, makes the function copy