Mercurial > hg > xemacs-beta
changeset 4602:aac2a827bb6b
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Feb 2009 20:56:31 +0000 |
parents | dcfd965d65a1 (diff) 7c7262c47538 (current diff) |
children | 202cb69c4d87 |
files | lisp/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 04 20:52:24 2009 +0000 +++ b/lisp/ChangeLog Wed Feb 04 20:56:31 2009 +0000 @@ -7,6 +7,14 @@ 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> + * mule/latin.el: + Specify windows-1250 as the invalid-sequence-coding-system for the + iso-8859-2 languages; actually *use* the + invalid-sequence-coding-system for German and the other iso-8859-1 + language environments. + +2009-02-04 Aidan Kehoe <kehoea@parhasard.net> + * coding.el (force-coding-system-equivalency): Document this macro and the motivation for it.
--- a/lisp/mule/latin.el Wed Feb 04 20:52:24 2009 +0000 +++ b/lisp/mule/latin.el Wed Feb 04 20:56:31 2009 +0000 @@ -1022,7 +1022,7 @@ ((latin-iso8859-2 iso-8859-2 "latin-2-prefix" "Latin-2" "ISO-8859-2" " Albanian, Czech, English, German, Hungarian, Polish, Romanian, Serbian, Croatian, Slovak, Slovene, Sorbian (upper and lower), - and Swedish.") ;; " added because fontification got screwed up, CVS-20061203. + and Swedish." windows-1250) (("Albanian" "sq") ("Croatian" ("hrvatski" "hr") "TUTORIAL.hr") ("Czech" ("cs" "cz") "TUTORIAL.cs" "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!" @@ -1076,6 +1076,8 @@ (coding-system ,codesys) (coding-priority ,codesys) (native-coding-system ,codesys) + (invalid-sequence-coding-system ,(or invalid-sequence-coding-system + codesys)) ,@(if locale `((locale . ,locale))) ,@(if tutorial `((tutorial . ,tutorial) (tutorial-coding-system . ,codesys)))