From: Gerd Moellmann Date: Tue, 28 Aug 2001 09:14:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b6e2422b44b0ab8592a1562ebf2756595e6ef85;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c57cfa1c69c..bd9efe43f9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-08-28 Gerd Moellmann + + * dired.el (dired-mode-map): Bind `y' to dired-show-file-type + instead of `w' which is already in use. + 2001-08-28 Miles Bader * replace.el (query-replace-regexp-eval): Return args from diff --git a/src/ChangeLog b/src/ChangeLog index 51c75f56322..c4dc94cc701 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-08-28 Gerd Moellmann + * dispnew.c (direct_output_for_insert): Set updated_area + before insering/writing glyphs. + * xdisp.c (display_mode_element): Use string_byte_to_char to determine character positions in strings, use chars_in_text instead of strwidth.