annotate lisp/language/cham.el @ 93808:2c72483f42c9

(diary-view-entries-initially-flag): Rename view-diary-entries-initially. Keep old name as alias, update users. (calendar-mark-diary-entries-flag): Rename mark-diary-entries-in-calendar. Keep old name as alias, update users. (calendar-view-holidays-initially-flag): Rename view-calendar-holidays-initially. Keep old name as alias, update users. (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar. Keep old name as alias, update users. (calendar-initial-window-hook): Rename initial-calendar-window-hook. Keep old name as alias, update users. (calendar-today-visible-hook): Rename today-visible-calendar-hook. Keep old name as alias, update users. (calendar-today-invisible-hook): Rename today-invisible-calendar-hook. Keep old name as alias, update users. (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users. (diary-american-date-forms): Rename american-date-diary-pattern. Keep old name as alias, update users. (diary-european-date-forms): Rename european-date-diary-pattern. Keep old name as alias, update users. (calendar-iso-date-display-form): Rename iso-calendar-display-form. Keep old name as alias, update users. (calendar-european-date-display-form): Rename european-calendar-display-form. Keep old name as alias, update users. (calendar-american-date-display-form): Rename european-calendar-display-form. Keep old name as alias, update users. (diary-show-holidays-flag): Rename holidays-in-diary-buffer. Keep old name as alias, update users. (holiday-general-holidays): Rename general-holidays. Keep old name as alias, update users. (holiday-oriental-holidays): Rename oriental-holidays. Keep old name as alias, update users. (holiday-local-holidays): Rename local-holidays. Keep old name as alias, update users. (holiday-other-holidays): Rename other-holidays. Keep old name as alias, update users. (holiday-hebrew-holidays): Rename hebrew-holidays. Keep old name as alias, update users. (holiday-christian-holidays): Rename christian-holidays. Keep old name as alias, update users. (holiday-islamic-holidays): Rename islamic-holidays. Keep old name as alias, update users. (holiday-bahai-holidays): Rename bahai-holidays. Keep old name as alias, update users. (holiday-solar-holidays): Rename solar-holidays. Keep old name as alias, update users. (diary-fancy-buffer): Rename fancy-diary-buffer. Keep old name as alias, update users. (calendar-other-calendars-buffer): Rename other-calendars-buffer. Update users. (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer. Update users. (calendar-increment-month): Rename increment-calendar-month. Keep old name as alias, update callers. (calendar-increment-month-cons): Rename old calendar-increment-month. Update callers. (calendar-extract-month): Rename extract-calendar-month. Keep old name as alias, update callers (calendar-extract-day): Rename extract-calendar-day. Keep old name as alias, update callers. (calendar-extract-year): Rename extract-calendar-year. Keep old name as alias, update callers. (calendar-generate-window): Rename generate-calendar-window. Update callers. (calendar-generate): Rename generate-calendar. Update callers. (calendar-generate-month): Rename generate-calendar-month. Update callers. (calendar-redraw): Rename redraw-calendar. Update callers. (calendar-describe-mode): Rename describe-calendar-mode. Update uses. (calendar-mouse-other-month): Rename mouse-calendar-other-month. Update callers. (calendar-update-mode-line): Rename update-calendar-mode-line. Update callers. (calendar-exit): Rename exit-calendar. Keep old name as alias, update callers. (calendar-mark-visible-date): Rename mark-visible-calendar-date. Keep old name as alias, update callers.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Apr 2008 01:58:55 +0000
parents 2ddcf0ebbba2
children 55b7f25d920a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91362
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1 ;;; cham.el --- support for Cham -*- coding: utf-8; no-byte-compile: t -*-
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
3 ;; Copyright (C) 2008
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
4 ;; National Institute of Advanced Industrial Science and Technology (AIST)
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
5 ;; Registration Number H13PRO009
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
6
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
7 ;; Keywords: multilingual, Cham, i18n
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
8
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
9 ;; This file is part of GNU Emacs.
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
10
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
12 ;; it under the terms of the GNU General Public License as published by
91558
2ddcf0ebbba2 Update GPL version.
Glenn Morris <rgm@gnu.org>
parents: 91366
diff changeset
13 ;; the Free Software Foundation; either version 3, or (at your option)
91362
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
14 ;; any later version.
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
15
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
16 ;; GNU Emacs is distributed in the hope that it will be useful,
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
19 ;; GNU General Public License for more details.
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
20
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
21 ;; You should have received a copy of the GNU General Public License
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
24 ;; Boston, MA 02110-1301, USA.
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
25
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
26 ;;; Commentary:
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
27
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
28 ;; Tai Viet is being included in the Unicode at the range U+AA80..U+AADF.
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
29
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
30 ;;; Code:
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
31
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
32 (set-char-table-range composition-function-table
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
33 '(#xAA00 . #xAA5F)
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
34 '(("[\xAA00-\xAA5F]+" . font-shape-text)))
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
35
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
36 (set-language-info-alist
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
37 "Cham" '((charset unicode)
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
38 (coding-system utf-8)
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
39 (coding-priority utf-8)))
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
40
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
41 (provide 'cham)
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
42
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
43 ;; Local Variables:
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
44 ;; coding: utf-8
afb3dba9c100 New file.
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
45 ;; End:
91366
86f3a8f0a3a6 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 91362
diff changeset
46
86f3a8f0a3a6 Add arch tagline
Miles Bader <miles@gnu.org>
parents: 91362
diff changeset
47 ;; arch-tag: a393ea52-445b-4e22-a967-c244afc88cf6