Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bec25acc
Commit
bec25acc
authored
Jun 12, 2002
by
Kenichi Handa
Browse files
*** empty log message ***
parent
8caac0a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
lisp/ChangeLog
lisp/ChangeLog
+16
-0
lisp/international/mule.el
lisp/international/mule.el
+1
-1
src/ChangeLog
src/ChangeLog
+1
-0
No files found.
lisp/ChangeLog
View file @
bec25acc
2002-06-12 Kenichi Handa <handa@etl.go.jp>
* international/quail.el (quail-update-leim-list-file): Force
writing the file by iso-2022-7bit.
* international/titdic-cnv.el (miscdic-convert): Force writing the
file by iso-2022-7bit.
* international/mule.el (define-charset): Change the attribute
:parents to :subset or :superset.
* international/mule-conf.el: Adjusted for the change of
define-charset (:parent -> :subset or :superset).
* international/characters.el: Fix the last change.
2002-06-11 Dave Love <fx@gnu.org>
* language/cyril-util.el (cyrillic-encode-koi8-r-char)
...
...
lisp/international/mule.el
View file @
bec25acc
...
...
@@ -49,7 +49,7 @@ Distribution date of this version of MULE (multilingual environment).")
"
Define
NAME
(
symbol
)
as
a
charset
with
DOCSTRING.
The
remaining
arguments
must
come
in
pairs
ATTRIBUTE
VALUE.
ATTRIBUTE
may
be
any
symbol.
The
following
have
special
meanings,
and
one
of
`
:code-offset',
`
:map',
`
:
parents
'
must
be
specified.
`
:code-offset',
`
:map',
`
:
subset',
`
:superset
'
must
be
specified.
`
:short-name
'
...
...
src/ChangeLog
View file @
bec25acc
...
...
@@ -36,6 +36,7 @@
(encode_char): Adjusted for the change of
Fdefine_charset_internal.
(syms_of_charset): Likewise.
(Ffind_charset_string): Setup the vector `charsets' correctly.
* chartab.c (sub_char_table_ref_and_range): New arg defalt. Fix
the previous change.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment