diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index adceba865e9..00bd76ef489 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,9 @@ | |||
| 7 | * dired.el (dired-mode-map): Bind `y' to dired-show-file-type | 7 | * dired.el (dired-mode-map): Bind `y' to dired-show-file-type |
| 8 | instead of `w' which is already in use. | 8 | instead of `w' which is already in use. |
| 9 | 9 | ||
| 10 | * gs.el (gs-load-image): Use sleep-for. | ||
| 11 | From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de. | ||
| 12 | |||
| 10 | 2001-08-28 Miles Bader <miles@gnu.org> | 13 | 2001-08-28 Miles Bader <miles@gnu.org> |
| 11 | 14 | ||
| 12 | * replace.el (query-replace-regexp-eval): Return args from | 15 | * replace.el (query-replace-regexp-eval): Return args from |
diff --git a/src/ChangeLog b/src/ChangeLog index eb8694739d7..92d3da0f3bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | glyphs. | 7 | glyphs. |
| 8 | 8 | ||
| 9 | * dispnew.c (direct_output_for_insert): Set updated_area | 9 | * dispnew.c (direct_output_for_insert): Set updated_area |
| 10 | before insering/writing glyphs. | 10 | before inserting/writing glyphs. |
| 11 | 11 | ||
| 12 | * xdisp.c (display_mode_element): Use string_byte_to_char to | 12 | * xdisp.c (display_mode_element): Use string_byte_to_char to |
| 13 | determine character positions in strings, use chars_in_text | 13 | determine character positions in strings, use chars_in_text |