aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-05-06 08:22:13 +0000
committerKenichi Handa2003-05-06 08:22:13 +0000
commitbf470ae20fae6855a6408f3ffad3a45cde0763c7 (patch)
tree2ca27fdd1f999643df51f27fd68bb5c3a6869408 /src
parent2cb260576168c54f9e6a475f3cc5d48c1bfa6444 (diff)
downloademacs-bf470ae20fae6855a6408f3ffad3a45cde0763c7.tar.gz
emacs-bf470ae20fae6855a6408f3ffad3a45cde0763c7.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12003-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
12003-05-04 Dave Love <fx@gnu.org> 82003-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
152003-04-09 Kenichi Handa <handa@etlken2> 222003-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
312003-03-28 Kenichi Handa <handa@etlken2> 382003-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.