From: Gerd Moellmann Date: Mon, 14 May 2001 13:18:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=557f7c34d9ae7ad22b604d0ff629378f0288f347;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f69c8975786..5f91a19636c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 Gerd Moellmann + + * hexl.el (hexl-current-address): Print a message when called + interactively. + 2001-05-11 Stefan Monnier * gud.el (gud-jdb-build-source-files-list): Fix paren typo. diff --git a/src/ChangeLog b/src/ChangeLog index 3f6bf99a6a2..40d9e492fc1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-05-14 Gerd Moellmann + * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for + full-width rows. + * xfaces.c (split_font_name): Make sure to leave the loop with the right value of `i'.