comparison lisp/ChangeLog @ 908:aa5bf79c0076

[xemacs-hg @ 2002-07-09 09:36:53 by stephent] fix kinsoku <yosuhekrrdcw.wl@jpl.org>
author stephent
date Tue, 09 Jul 2002 09:37:01 +0000
parents 7f5ac0d2a71f
children 47ca978d6c75
comparison
equal deleted inserted replaced
907:6a68d74d1a04 908:aa5bf79c0076
1 2001-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
4 mixed text.
5 (kinsoku-eol-p): Ditto.
6
7 2001-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
8
9 * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
10 kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
11 characters as the category `s' or `e' correctly.
12
1 2002-06-26 John Paul Wallington <jpw@shootybangbang.com> 13 2002-06-26 John Paul Wallington <jpw@shootybangbang.com>
2 14
3 * derived.el (define-derived-mode): Put `derived-mode-parent' 15 * derived.el (define-derived-mode): Put `derived-mode-parent'
4 property on child. 16 property on child.
5 (derived-mode-p): New function; sync with GNU Emacs 21. 17 (derived-mode-p): New function; sync with GNU Emacs 21.