diff options
| author | Kenichi Handa | 2008-01-18 07:09:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-01-18 07:09:42 +0000 |
| commit | eee0d6865fda22857c71724edc491c19a815e3db (patch) | |
| tree | b0b71978f11c4f7d05f28b147e4688d6e2197ba5 /src | |
| parent | 64cedb0c2becebac1b962003b4e5969244cfc7fe (diff) | |
| download | emacs-eee0d6865fda22857c71724edc491c19a815e3db.tar.gz emacs-eee0d6865fda22857c71724edc491c19a815e3db.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index bbf9ad96f27..7012f6b6fe0 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-01-18 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_object): Adjuste marker positions after | ||
| 4 | conversion. | ||
| 5 | (encode_coding_object): Likewise. | ||
| 6 | |||
| 7 | * lisp.h (struct Lisp_Marker): New member need_adjustment. | ||
| 8 | |||
| 1 | 2008-01-14 Kenichi Handa <handa@ni.aist.go.jp> | 9 | 2008-01-14 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 10 | ||
| 3 | * font.c (font_find_for_lface): Fix the handling of the return | 11 | * font.c (font_find_for_lface): Fix the handling of the return |