diff options
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cc3ccac3c7a..b404e42081c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-08-28 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * nonascii.texi (Lisp and Coding Systems): Fix description of | ||
| 4 | detect-coding-region. | ||
| 5 | |||
| 1 | 2006-08-27 Michael Olson <mwolson@gnu.org> | 6 | 2006-08-27 Michael Olson <mwolson@gnu.org> |
| 2 | 7 | ||
| 3 | * processes.texi (Transaction Queues): Remove stray quote | 8 | * processes.texi (Transaction Queues): Remove stray quote |
diff --git a/src/ChangeLog b/src/ChangeLog index d33ec7d49f6..5eef31bb142 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-08-28 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix | ||
| 4 | docstring about ISO-2022 control characters. | ||
| 5 | |||
| 1 | 2006-08-28 Kim F. Storm <storm@cua.dk> | 6 | 2006-08-28 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * xdisp.c (get_window_cursor_type): Replace BOX cursor on images | 8 | * xdisp.c (get_window_cursor_type): Replace BOX cursor on images |