aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-28 14:44:43 +0000
committerGerd Moellmann2001-08-28 14:44:43 +0000
commit5b52c2964ff68c3feaa536489f417eb54c83416d (patch)
tree31fd5eb51917c5b6e7e50e2af35faf6c04ddfe52
parent1332a0f27ae9d0876a8163f16eae56503b43ba68 (diff)
downloademacs-5b52c2964ff68c3feaa536489f417eb54c83416d.tar.gz
emacs-5b52c2964ff68c3feaa536489f417eb54c83416d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog2
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
102001-08-28 Miles Bader <miles@gnu.org> 132001-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