aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS21
-rw-r--r--etc/PROBLEMS6
2 files changed, 19 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd4f7afa863..1d56a0044c6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -251,7 +251,8 @@ On character terminals, these methods are used for characters that
251cannot be encoded by the `terminal-coding-system'. 251cannot be encoded by the `terminal-coding-system'.
252 252
253--- 253---
254*** New input methods for Farsi: farsi and farsi-translit. 254*** New input methods for Farsi: farsi and farsi-translit;
255and for Bulgarian: bulgarian-alt-phonetic.
255 256
256+++ 257+++
257*** `nobreak-char-display' now also highlights Unicode hyphen chars 258*** `nobreak-char-display' now also highlights Unicode hyphen chars
@@ -771,6 +772,11 @@ See MH-E-NEWS for details.
771--- 772---
772** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. 773** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
773 774
775** nXML mode no longer binds C-RET to `nxml-complete'.
776Completion is now performed via `completion-at-point', bound to M-TAB.
777If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the default),
778this performs tag completion.
779
774--- 780---
775** Prolog mode has been completely revamped, with lots of additional 781** Prolog mode has been completely revamped, with lots of additional
776functionality such as more intelligent indentation, electricity, support for 782functionality such as more intelligent indentation, electricity, support for
@@ -1025,7 +1031,7 @@ for buffers with dead inferior processes has been generalized.
1025** The return value of `backup-buffer' has changed. 1031** The return value of `backup-buffer' has changed.
1026It is now a list of three elements, where the second element is a list 1032It is now a list of three elements, where the second element is a list
1027describing the original file's SELinux context. If Emacs or the 1033describing the original file's SELinux context. If Emacs or the
1028system lacks SELinux cupport, the context list is (nil nil nil nil). 1034system lacks SELinux support, the context list is (nil nil nil nil).
1029See the "Basic SELinux support" entry under "Changes in Emacs 24.1", 1035See the "Basic SELinux support" entry under "Changes in Emacs 24.1",
1030above. 1036above.
1031 1037
@@ -1482,13 +1488,12 @@ These require Emacs to be built with ImageMagick support.
1482image-transform-fit-to-height, image-transform-fit-to-width, 1488image-transform-fit-to-height, image-transform-fit-to-width,
1483image-transform-set-rotation, image-transform-set-scale. 1489image-transform-set-rotation, image-transform-set-scale.
1484 1490
1491+++
1485** XML and HTML parsing 1492** XML and HTML parsing
1486If Emacs is compiled with libxml2 support, there are two new functions: 1493If Emacs is compiled with libxml2 support, there are two new
1487`libxml-parse-html-region' (which parses "real world" HTML) and 1494functions: `libxml-parse-html-region' (which parses "real world" HTML)
1488`libxml-parse-xml-region' (which parses XML). Both return an Emacs 1495and `libxml-parse-xml-region' (which parses XML). Both return an
1489Lisp parse tree. 1496Emacs Lisp parse tree.
1490
1491FIXME: These should be front-ended by xml.el.
1492 1497
1493** GnuTLS 1498** GnuTLS
1494 1499
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 75627f084cd..ae3f49868b2 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -302,6 +302,12 @@ Help mode due to setting `temp-buffer-show-hook' rather than using
302 302
303** Keyboard problems 303** Keyboard problems
304 304
305*** Unable to enter the M-| key on some German keyboards.
306Some users have reported that M-| suffers from "keyboard ghosting".
307This can't be fixed by Emacs, as the keypress never gets passed to it
308at all (as can be verified using "xev"). You can work around this by
309typing `ESC |' instead.
310
305*** "Compose Character" key does strange things when used as a Meta key. 311*** "Compose Character" key does strange things when used as a Meta key.
306 312
307If you define one key to serve as both Meta and Compose Character, you 313If you define one key to serve as both Meta and Compose Character, you