diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dab079a1436..b9779b18bfd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | * tooltip.el (tooltip-show-help-function): Don't fixup message here. | 7 | * tooltip.el (tooltip-show-help-function): Don't fixup message here. |
| 8 | 8 | ||
| 9 | 2005-03-31 Kenichi Handa <handa@etlken2> | 9 | 2005-03-31 Kenichi Handa <handa@m17n.org> |
| 10 | 10 | ||
| 11 | * language/thai-word.el (thai-find-word-ends): Pay attention to | 11 | * language/thai-word.el (thai-find-word-ends): Pay attention to |
| 12 | the case that we reach the end of buffer. | 12 | the case that we reach the end of buffer. |
diff --git a/src/ChangeLog b/src/ChangeLog index 298445b7935..53469408d71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2005-03-31 Kenichi Handa <handa@etlken2> | 1 | 2005-03-31 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * coding.c (syms_of_coding): Fix previous change. | 3 | * coding.c (syms_of_coding): Fix previous change. |
| 4 | 4 | ||