aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-03-05 01:07:22 +0000
committerKenichi Handa2002-03-05 01:07:22 +0000
commit3e4abc9e90b1748530bc93a6d0a770926335d495 (patch)
tree6e7669cdb31a34f5663f68dcfda4e1bad2c24010 /src/ChangeLog
parent678fea0e744c185a07b036aef40e80cf318ceab8 (diff)
downloademacs-3e4abc9e90b1748530bc93a6d0a770926335d495.tar.gz
emacs-3e4abc9e90b1748530bc93a6d0a770926335d495.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae57d1cb214..a79957d598f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12002-03-04 Kenichi Handa <handa@etl.go.jp>
2
3 * casefiddle.c (casify_region): Fix multibyte case.
4
5 * character.c (c_string_width): Add return type `int'.
6 (char_string_with_unification): Arg ADVANCED deleted.
7
8 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
9 (CHAR_STRING): Adjusted for the change of
10 char_string_with_unification.
11 (CHAR_STRING_ADVANCE): Make it do-while statement.
12
13 * chartab.c (sub_char_table_set_range): Optimized for the case
14 DEPTH == 3. Add workaround code for a GCC optimization bug.
15
16 * coding.c: Delete unused variables.
17
18 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
19 earlier. If inserted is zero and the coding system doesn't
20 require flushing, don't call decode_coding_gap.
21
22 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23
12002-03-01 Kenichi Handa <handa@etl.go.jp> 242002-03-01 Kenichi Handa <handa@etl.go.jp>
2 25
3 The following changes are for using Unicode as an internal 26 The following changes are for using Unicode as an internal