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
aeae5b21
Commit
aeae5b21
authored
Aug 08, 2002
by
Kenichi Handa
Browse files
*** empty log message ***
parent
d7209fd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
README.unicode
README.unicode
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
README.unicode
View file @
aeae5b21
...
...
@@ -27,7 +27,11 @@ existing support and the extra stuff at
presence of small-repertoire 10646-encoded fonts in XFree 4 is a
pain, not currently worked round.
The work is almost finished, and soon to be commited.
With the change on 2002-07-26, multiple fonts can be
specified in a fontset for a specific range of characters.
Each range can also be specified by script. Before using
ISO10646 fonts, Emacs checks their repertories to avoid such
fonts that don't have a glyph for a specific character.
* Work is also needed on charset and coding system priorities.
...
...
@@ -54,6 +58,11 @@ existing support and the extra stuff at
* Lazy-load tables for unify-charset somehow?
Actually, Emacs clear out all charset maps and unify-map just
before dumping, and their are loaded again on demand the
dumped emacs. But, those maps (char tables) generated while
temacs is running can't be get rid of from the dumped emacs.
* Translation tables for {en,de}code currently aren't supported.
* Defining CCL coding systems currently doesn't work.
...
...
lisp/ChangeLog
View file @
aeae5b21
2002-08-08 Kenichi Handa <handa@etl.go.jp>
* tar-mode.el (tar-extract): Fix previous change.
2002-08-02 Kenichi Handa <handa@etl.go.jp>
* international/characters.el (next-word-boundary-han): Don't
...
...
src/ChangeLog
View file @
aeae5b21
2002-08-08 Kenichi Handa <handa@etl.go.jp>
* coding.c (Fdefine_coding_system_internal): Fix category setting
for a coding system of type iso-2022.
2002-08-02 Kenichi Handa <handa@etl.go.jp>
* fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET
...
...
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