diff options
| author | Eli Zaretskii | 2013-07-13 13:55:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-07-13 13:55:21 +0300 |
| commit | 1b796d6b24b3a7f56a2dffd8d2bbe9c0559a1b80 (patch) | |
| tree | 0b58b5b4cc79b0d26209e27d3944997b39d471a0 /lisp/ChangeLog | |
| parent | f9a74c4cc26f349abaaa073d4f56a09405a6f8c3 (diff) | |
| download | emacs-1b796d6b24b3a7f56a2dffd8d2bbe9c0559a1b80.tar.gz emacs-1b796d6b24b3a7f56a2dffd8d2bbe9c0559a1b80.zip | |
Improve the documentation of prefer-utf-8 and related issues.
lisp/international/mule.el (define-coding-system): Doc fix.
etc/NEWS: Document prefer-utf-8 coding-system and the new attributes
:inhibit-null-byte-detection, :inhibit-iso-escape-detection, and
:prefer-utf-8.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4bfc800913a..1c01afd8576 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * international/mule.el (define-coding-system): Doc fix. | ||
| 4 | |||
| 3 | * simple.el (default-font-height): Don't call font-info if the | 5 | * simple.el (default-font-height): Don't call font-info if the |
| 4 | frame's default font didn't change since the frame was created. | 6 | frame's default font didn't change since the frame was created. |
| 5 | (Bug#14838) | 7 | (Bug#14838) |