Mercurial > emacs
changeset 37723:419538da0f94
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 14 May 2001 13:18:04 +0000 |
parents | 5d56786629e4 |
children | 3a5a6cd7ee9a |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 14 13:17:30 2001 +0000 +++ b/lisp/ChangeLog Mon May 14 13:18:04 2001 +0000 @@ -1,3 +1,8 @@ +2001-05-14 Gerd Moellmann <gerd@gnu.org> + + * hexl.el (hexl-current-address): Print a message when called + interactively. + 2001-05-11 Stefan Monnier <monnier@cs.yale.edu> * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
--- a/src/ChangeLog Mon May 14 13:17:30 2001 +0000 +++ b/src/ChangeLog Mon May 14 13:18:04 2001 +0000 @@ -1,5 +1,8 @@ 2001-05-14 Gerd Moellmann <gerd@gnu.org> + * 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'.