# HG changeset patch # User Gerd Moellmann # Date 989846284 0 # Node ID 419538da0f94a0146dd7058d486fd59d5f3129df # Parent 5d56786629e4fc98d6603778fdab927c01365691 *** empty log message *** diff -r 5d56786629e4 -r 419538da0f94 lisp/ChangeLog --- 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 + + * 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 -r 5d56786629e4 -r 419538da0f94 src/ChangeLog --- 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 + * 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'.