comparison src/ChangeLog @ 31467:e4d056848427

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 07 Sep 2000 14:43:12 +0000
parents 5b606f4bf4f7
children 3e89159397e4
comparison
equal deleted inserted replaced
31466:159470ebe092 31467:e4d056848427
1 2000-09-07 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
4 instead of `!='.
5
6 * lread.c (syms_of_lread): Change value of regexp
7 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
8
9 * xmenu.c (xdialog_show): When looking up the selection in
10 menu_items, take `quote' boundaries into account; this corresponds
11 to a nil ITEM in x-popup-dialog.
12
1 2000-09-07 Kenichi Handa <handa@etl.go.jp> 13 2000-09-07 Kenichi Handa <handa@etl.go.jp>
2 14
3 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, 15 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
4 not 0x81. 16 not 0x81.
5 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7). 17 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
6 18
7 * coding.c (encode_coding_sjis_big5): Use translation table for 19 * coding.c (encode_coding_sjis_big5): Use translation table for
8 encoding, not decoding. Fix the handling of latin-jisx0201. 20 encoding, not decoding. Fix the handling of latin-jisx0201.
9 Check for the charset katakana-jisx0201 too. 21 Check for the charset katakana-jisx0201 too.
10 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. 22 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
11 (detect_coding_sjis): Check the byte sequence more regidly. 23 (detect_coding_sjis): Check the byte sequence more rigidly.
12 24
13 2000-09-07 Gerd Moellmann <gerd@gnu.org> 25 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14 26
15 * xfaces.c (Vparam_value_alist): New variable. 27 * xfaces.c (Vparam_value_alist): New variable.
16 (syms_of_xfaces): Initialize it. 28 (syms_of_xfaces): Initialize it.