diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-29 02:25:29 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-29 02:25:29 +0000 |
commit | 6216ca67ecea67f346e12e3f8f15325136766222 (patch) | |
tree | 853336055d93cae5bbe60f48b9ea5ba247abb6e1 /etc/ChangeLog | |
parent | bb1b80174a58312e5613815e3b3af11216ca5514 (diff) | |
download | emacs-6216ca67ecea67f346e12e3f8f15325136766222.tar.gz |
* NEWS: Declare unibyte sessions obsolete.
* emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
(main): Use enable-multibyte-characters rather than
default-enable-multibyte-characters. Output a warning message when
running a unibyte session.
* mule.texi (Enabling Multibyte):
* cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
(Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r-- | etc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index cac0646c793..869d1c2709c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> + + * NEWS: Declare unibyte sessions obsolete. + 2009-08-28 Michael Albinus <michael.albinus@gmx.de> * NEWS: Mention Tramp connection method "rsyncc" and variable |