diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -779,6 +779,9 @@ sc.el, x-menu.el, rnews.el, rnewspost.el | |||
| 779 | 779 | ||
| 780 | * Lisp changes in Emacs 24.1 | 780 | * Lisp changes in Emacs 24.1 |
| 781 | 781 | ||
| 782 | ** `glyphless-char-table' can now distinguish between graphical and | ||
| 783 | text terminal display, via a char-table entry that is a cons cell. | ||
| 784 | |||
| 782 | ** `open-network-stream' can now be used to open an encrypted stream. | 785 | ** `open-network-stream' can now be used to open an encrypted stream. |
| 783 | It now accepts an optional `:type' parameter for initiating a TLS | 786 | It now accepts an optional `:type' parameter for initiating a TLS |
| 784 | connection, directly or via STARTTLS. To do STARTTLS, additional | 787 | connection, directly or via STARTTLS. To do STARTTLS, additional |