mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
*** empty log message ***
This commit is contained in:
parent
050c6022b8
commit
2ec49574a7
3 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
2002-05-30 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* language/japanese.el (japanese-iso-7bit-1978-irv): Add
|
||||
`designation' to :flags, `ascii' to :charset-list.
|
||||
|
||||
* international/mule.el (define-charset): New args :min-code and
|
||||
:max-code.
|
||||
(coding-system-iso-2022-flags): Add use-roman, use-oldjis.
|
||||
|
||||
* international/mule-conf.el (chinese-gbk): Change :code-offset to
|
||||
#x160000.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
2002-05-30 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* Makefile.in (lisp): Change chienese.elc to chinese.el. They are
|
||||
not bytecompiled now.
|
||||
(shortlisp): Likewise.
|
||||
|
||||
* charset.c (charset_jisx0201_roman, charset_jisx0208_1978,
|
||||
charset_jisx0208): New variables.
|
||||
(Fdefine_charset_internal): Setup them if appropriate.
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ enum coding_result_code
|
|||
`coding_system'. */
|
||||
struct iso_2022_spec
|
||||
{
|
||||
/* */
|
||||
/* Bit-wise-or of CODING_ISO_FLAG_XXX. */
|
||||
unsigned flags;
|
||||
|
||||
/* The current graphic register invoked to each graphic plane. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue