# HG changeset patch # User Dave Love # Date 1045249034 0 # Node ID 8cdcf1a04744148fdc35866664f8d8537050b17b # Parent 48a58e6b11cc4edc1c982e3360e1ade6e21ce9d3 *** empty log message *** diff -r 48a58e6b11cc -r 8cdcf1a04744 etc/NEWS --- a/etc/NEWS Fri Feb 14 18:56:16 2003 +0000 +++ b/etc/NEWS Fri Feb 14 18:57:14 2003 +0000 @@ -88,10 +88,8 @@ * Changes in Emacs 21.4 -** New language environments "malayalam" and "tamil". - -** New input methods "malayalam-itrans", "tamil-itrans", -"malayalam-inscript", and "tamil-inscript". +** The default for the paper size (variable ps-paper-type) is taken +from the locale. ** Init file changes @@ -141,7 +139,7 @@ revisits the current file using a coding system that you specify. --- -** `ps-print' can now print Unicode characters. +** `ps-print' can now print characters from the mule-unicode charsets. Printing text with characters from the mule-unicode-* sets works with ps-print, provided that you have installed the appropriate BDF fonts. @@ -173,19 +171,23 @@ ** New language environments: French, Ukrainian, Windows-1251, Tajik, Bulgarian, Belarusian, Ukrainian, UTF-8, Windows-1255, Welsh, Latin-6, -Latin-7, Lithuanian, Latvian, Swedish, Slovenian, Croatian, Georgian. +Latin-7, Lithuanian, Latvian, Swedish, Slovenian, Croatian, Georgian, +Italian, Russian, Malayalam, Tamil, Russian, Chinese-EUC-TW. (Set up +automatically according to the locale.) ** Indian support has been updated. The in-is13194 coding system is now Unicode-based. CDAC fonts are assumed. There is a framework for supporting various -Indian scripts, but currently still only Devanagari is supported. +Indian scripts, but currently only Devanagari, Malayalam and Tamil are +supported. --- ** New input methods: latin-alt-postfix, latin-postfix, latin-prefix, ukrainian-computer, belarusian, bulgarian-bds, russian-computer, vietnamese-telex, lithuanian-numeric, lithuanian-keyboard, latvian-keyboard, welsh, georgian, rfc1345, ucs, sgml, -bulgarian-phonetic, dutch, slovenian, croatian. +bulgarian-phonetic, dutch, slovenian, croatian, malayalam-inscript, +tamil-inscript. --- ** A new coding system `euc-tw' has been added for traditional Chinese @@ -3441,7 +3443,7 @@ *** An "alignment error" bug was fixed when a manual spelling correction is made and re-checked. -*** An Italian, Portuguese, and Slovak dictionary definition has been added. +*** Italian, Portuguese, and Slovak dictionary definitions have been added. *** Region skipping performance has been vastly improved in some cases. diff -r 48a58e6b11cc -r 8cdcf1a04744 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 14 18:56:16 2003 +0000 +++ b/lisp/ChangeLog Fri Feb 14 18:57:14 2003 +0000 @@ -1,3 +1,17 @@ +2003-02-14 Dave Love + + * international/code-pages.el: Undo `Trailing whitepace deleted.' + damage. + (cp1125, mik): Nullify mime-charset. + + * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method. + ("Russian"): New. + ("Bulgarian"): Add tutorial. + + * international/mule-cmds.el (locale-language-names): Use Italian, + Russian, Turkish, Chinese-EUC-TW. + (set-locale-environment): Set ps-paper-type. + 2003-02-14 ARISAWA Akihiro (tiny change) * time.el (display-time-string-forms): Add face property to mail diff -r 48a58e6b11cc -r 8cdcf1a04744 src/ChangeLog --- a/src/ChangeLog Fri Feb 14 18:56:16 2003 +0000 +++ b/src/ChangeLog Fri Feb 14 18:57:14 2003 +0000 @@ -1,3 +1,7 @@ +2003-02-14 Dave Love + + * fns.c (Flanginfo): Doc fix. + 2003-02-13 Kim F. Storm * lread.c (read_escape): Interpret \s as a SPACE character, except