diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a31c6ff944e..1892d5fbb58 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * NEWS (utf-8 for el): Move to the incompatible section. | ||
| 4 | |||
| 1 | 2013-06-13 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * DEBUG: Document -Og and -fno-omit-frame-pointer. | 7 | * DEBUG: Document -Og and -fno-omit-frame-pointer. |
| @@ -414,6 +414,12 @@ It is layered as: | |||
| 414 | 414 | ||
| 415 | * Incompatible Lisp Changes in Emacs 24.4 | 415 | * Incompatible Lisp Changes in Emacs 24.4 |
| 416 | 416 | ||
| 417 | ** The default file coding for Emacs Lisp files is now utf-8. | ||
| 418 | (See file-coding-system-alist.) In most cases, this change is transparent, but | ||
| 419 | files that contain unusual characters without specifying an explicit coding | ||
| 420 | system may fail to load with obscure errors. | ||
| 421 | You should either convert them to utf-8 or add an explicit coding: cookie. | ||
| 422 | |||
| 417 | ** overriding-terminal-local-map does not replace the local keymaps any more. | 423 | ** overriding-terminal-local-map does not replace the local keymaps any more. |
| 418 | It used to disable the minor mode, major mode, and text-property keymaps, | 424 | It used to disable the minor mode, major mode, and text-property keymaps, |
| 419 | whereas now it simply has higher precedence. | 425 | whereas now it simply has higher precedence. |
| @@ -455,13 +461,6 @@ file using `set-file-extended-attributes'. | |||
| 455 | +++ | 461 | +++ |
| 456 | ** New macro with-eval-after-load. Like eval-after-load, but better behaved. | 462 | ** New macro with-eval-after-load. Like eval-after-load, but better behaved. |
| 457 | 463 | ||
| 458 | ** The default file coding for Emacs Lisp files is now utf-8. | ||
| 459 | (See file-coding-system-alist.) In most cases, this change is | ||
| 460 | totally transparent. Files that contain unusual characters but do | ||
| 461 | not specify an explicit coding system may fail to load with obscure | ||
| 462 | errors. You should either convert them to utf-8 or add an explicit | ||
| 463 | coding: cookie. | ||
| 464 | |||
| 465 | ** Obsoleted functions: | 464 | ** Obsoleted functions: |
| 466 | *** `dont-compile' | 465 | *** `dont-compile' |
| 467 | *** `lisp-complete-symbol' | 466 | *** `lisp-complete-symbol' |