1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

("Windows-1255"): New language.

This commit is contained in:
Dave Love 2001-12-15 17:48:26 +00:00
parent 3286933f81
commit eccac83707
2 changed files with 45 additions and 5 deletions

View file

@ -1,3 +1,36 @@
2001-12-15 Dave Love <fx@gnu.org>
* language/georgian.el: New file.
* international/mule-cmds.el (locale-language-names): Add various
entries. Remove utf-8 special case.
(locale-charset-language-names, locale-preferred-coding-systems):
Add utf-8 case.
(set-language-environment): Process required-features earlier.
* international/quail.el (quail-keyboard-layout-alist): Add
pc105-uk.
(quail-keyboard-layout-type): Fix :type.
(quail-choose-completion-string): Simplify.
(quail-update-leim-list-file): Don't get fooled by commented-out
code.
(quail-input-string-to-events): Run events through
translation-table-for-input.
* international/mule-conf.el (translation-table-for-input): New
variable.
(latin-iso8859-14): Amend description.
(file-coding-system-alist): Add entry for utf-8.
* language/utf-8-lang.el: New file.
* international/code-pages.el: New file.
* language/hebrew.el ("Windows-1255"): New language.
* language/european.el ("Welsh", "Latin-7", "Lithuanian")
("Latvian"): New languages.
2001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* select.el (xselect-convert-to-class, xselect-convert-to-name):
@ -76,8 +109,6 @@
* international/characters.el (Unicode): Comment out
the specifications for kelvin and angstrom signs.
2001-12-12 Dave Love <fx@gnu.org>
* international/mule.el (make-translation-table-from-vector):
Allow null elements in VEC.

View file

@ -2,7 +2,8 @@
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
;; Copyright (C) 2001 Free Software Foundation, Inc.
)
;; Keywords: multilingual, Hebrew
;; This file is part of GNU Emacs.
@ -24,9 +25,9 @@
;;; Commentary:
;; For Hebrew, the character sets ISO8859-8 is supported.
;; For Hebrew, the character set ISO8859-8 is supported.
;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.
;; Windows-1255 is also supported.
;;; Code:
(make-coding-system
@ -57,6 +58,14 @@
(documentation . "Right-to-left writing is not yet supported.")
))
(set-language-info-alist
"Windows-1255" '((coding-priority windows-1255)
(coding-system windows-1255)
(features code-pages)
(documentation . "Support for Windows-1255 encoding, e.g. for Yiddish.
Right-to-left writing is not yet supported.")
))
(provide 'hebrew)
;;; hebrew.el ends here