diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 21 | ||||
| -rw-r--r-- | etc/PROBLEMS | 6 |
2 files changed, 19 insertions, 8 deletions
| @@ -251,7 +251,8 @@ On character terminals, these methods are used for characters that | |||
| 251 | cannot be encoded by the `terminal-coding-system'. | 251 | cannot 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; |
| 255 | and 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'. | ||
| 776 | Completion is now performed via `completion-at-point', bound to M-TAB. | ||
| 777 | If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the default), | ||
| 778 | this 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 |
| 776 | functionality such as more intelligent indentation, electricity, support for | 782 | functionality 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. |
| 1026 | It is now a list of three elements, where the second element is a list | 1032 | It is now a list of three elements, where the second element is a list |
| 1027 | describing the original file's SELinux context. If Emacs or the | 1033 | describing the original file's SELinux context. If Emacs or the |
| 1028 | system lacks SELinux cupport, the context list is (nil nil nil nil). | 1034 | system lacks SELinux support, the context list is (nil nil nil nil). |
| 1029 | See the "Basic SELinux support" entry under "Changes in Emacs 24.1", | 1035 | See the "Basic SELinux support" entry under "Changes in Emacs 24.1", |
| 1030 | above. | 1036 | above. |
| 1031 | 1037 | ||
| @@ -1482,13 +1488,12 @@ These require Emacs to be built with ImageMagick support. | |||
| 1482 | image-transform-fit-to-height, image-transform-fit-to-width, | 1488 | image-transform-fit-to-height, image-transform-fit-to-width, |
| 1483 | image-transform-set-rotation, image-transform-set-scale. | 1489 | image-transform-set-rotation, image-transform-set-scale. |
| 1484 | 1490 | ||
| 1491 | +++ | ||
| 1485 | ** XML and HTML parsing | 1492 | ** XML and HTML parsing |
| 1486 | If Emacs is compiled with libxml2 support, there are two new functions: | 1493 | If Emacs is compiled with libxml2 support, there are two new |
| 1487 | `libxml-parse-html-region' (which parses "real world" HTML) and | 1494 | functions: `libxml-parse-html-region' (which parses "real world" HTML) |
| 1488 | `libxml-parse-xml-region' (which parses XML). Both return an Emacs | 1495 | and `libxml-parse-xml-region' (which parses XML). Both return an |
| 1489 | Lisp parse tree. | 1496 | Emacs Lisp parse tree. |
| 1490 | |||
| 1491 | FIXME: 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. | ||
| 306 | Some users have reported that M-| suffers from "keyboard ghosting". | ||
| 307 | This can't be fixed by Emacs, as the keypress never gets passed to it | ||
| 308 | at all (as can be verified using "xev"). You can work around this by | ||
| 309 | typing `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 | ||
| 307 | If you define one key to serve as both Meta and Compose Character, you | 313 | If you define one key to serve as both Meta and Compose Character, you |