[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog |
Date: |
Wed, 20 Apr 2005 03:51:01 -0400 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4334 emacs/src/ChangeLog:1.4335
*** emacs/src/ChangeLog:1.4334 Wed Apr 20 07:37:03 2005
--- emacs/src/ChangeLog Wed Apr 20 07:50:59 2005
***************
*** 1,5 ****
--- 1,28 ----
2005-04-20 Kenichi Handa <address@hidden>
+ * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
+ (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
+ (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
+
+ * alloc.c (make_sub_char_table): Argument changed to initial
+ value of the slots.
+
+ * data.c (Faref): Handle special slots used as default values of
+ ascii, eight-bit-control, eight-bit-control. Don't ignore a
+ default value set for a group of characters.
+ (Faset): Signal an error if IDXVAL is not a valid character code.
+ Make a sub-chartable with correct initial value.
+
+ * fns.c (Fset_char_table_range): Don't set slots used as default
+ values for ascii, eight-bit-control, eight-bit-graphic. Don't
+ call Faref with charset-id.
+ (Fset_char_table_default): Document how to treat normal character
+ argument. Handle special slots used as default values of ascii,
+ eight-bit-control, eight-bit-control. Make a sub chartable if
+ necessary.
+
+ 2005-04-20 Kenichi Handa <address@hidden>
+
* search.c (boyer_moore): Fix previous change.
2005-04-19 Kim F. Storm <address@hidden>
- [Emacs-diffs] Changes to emacs/src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/04/16
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Dan Nicolaescu, 2005/04/16
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Lute Kamstra, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/19
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/19
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/19
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Kenichi Handa <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2005/04/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Miles Bader, 2005/04/21
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2005/04/22
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/22
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/22
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2005/04/23
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/04/23