diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -600,6 +600,10 @@ for the list of extra keys that are available. | |||
| 600 | 600 | ||
| 601 | * Incompatible Lisp Changes in Emacs 23.1 | 601 | * Incompatible Lisp Changes in Emacs 23.1 |
| 602 | 602 | ||
| 603 | ** The multibyteness of process filters is determined by the coding-system | ||
| 604 | used for decoding. The functions `process-filter-multibyte-p' and | ||
| 605 | `set-process-filter-multibyte' are obsolete. | ||
| 606 | |||
| 603 | ** The behavior of map-char-table has changed. It may call the | 607 | ** The behavior of map-char-table has changed. It may call the |
| 604 | specified function with a cons (FROM . TO) as a key if characters in | 608 | specified function with a cons (FROM . TO) as a key if characters in |
| 605 | that range have the same value. | 609 | that range have the same value. |