diff options
| author | Gerd Moellmann | 2000-09-07 14:43:12 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-07 14:43:12 +0000 |
| commit | f46f845b3f32f50a973b382f500711e7ce78137e (patch) | |
| tree | dd72c3b357511dca6f6a9ede324221857204a17a /src | |
| parent | b0285112e89d1bff14ae88e434252ade9f91febf (diff) | |
| download | emacs-f46f845b3f32f50a973b382f500711e7ce78137e.tar.gz emacs-f46f845b3f32f50a973b382f500711e7ce78137e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 73a27f79083..d1cf3aaa514 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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, |
| @@ -8,7 +20,7 @@ | |||
| 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 | ||