diff options
| author | Kenichi Handa | 2003-05-06 08:22:13 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-05-06 08:22:13 +0000 |
| commit | bf470ae20fae6855a6408f3ffad3a45cde0763c7 (patch) | |
| tree | 2ca27fdd1f999643df51f27fd68bb5c3a6869408 /src | |
| parent | 2cb260576168c54f9e6a475f3cc5d48c1bfa6444 (diff) | |
| download | emacs-bf470ae20fae6855a6408f3ffad3a45cde0763c7.tar.gz emacs-bf470ae20fae6855a6408f3ffad3a45cde0763c7.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5e31e6d16c5..130028a96fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-05-06 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (coding_set_source): Fix for the case that the current | ||
| 4 | buffer is different from coding->src_object. | ||
| 5 | (decode_coding_object): Don't use the conversion work buffer if | ||
| 6 | DST_OBJECT is a buffer. | ||
| 7 | |||
| 1 | 2003-05-04 Dave Love <fx@gnu.org> | 8 | 2003-05-04 Dave Love <fx@gnu.org> |
| 2 | 9 | ||
| 3 | * lread.c (read_emacs_mule_char) [len==2]: Index | 10 | * lread.c (read_emacs_mule_char) [len==2]: Index |
| @@ -12,7 +19,7 @@ | |||
| 12 | (setup_coding_system, coding_category, CATEGORY_MASK_ANY) | 19 | (setup_coding_system, coding_category, CATEGORY_MASK_ANY) |
| 13 | (detected_mask): Remove Big5 bits. | 20 | (detected_mask): Remove Big5 bits. |
| 14 | 21 | ||
| 15 | 2003-04-09 Kenichi Handa <handa@etlken2> | 22 | 2003-04-09 Kenichi Handa <handa@m17n.org> |
| 16 | 23 | ||
| 17 | The following changes are to make the font rescaling facility | 24 | The following changes are to make the font rescaling facility |
| 18 | compatible with Emacs 21. | 25 | compatible with Emacs 21. |
| @@ -28,7 +35,7 @@ | |||
| 28 | (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp | 35 | (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp |
| 29 | variable. | 36 | variable. |
| 30 | 37 | ||
| 31 | 2003-03-28 Kenichi Handa <handa@etlken2> | 38 | 2003-03-28 Kenichi Handa <handa@m17n.org> |
| 32 | 39 | ||
| 33 | * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig) | 40 | * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig) |
| 34 | (Qutf_16_le): Remove these variables. | 41 | (Qutf_16_le): Remove these variables. |