# HG changeset patch # User Gerd Moellmann # Date 1001582581 0 # Node ID 53010170674b0608f7a8b98fb6a10c3e90ec39c7 # Parent 4a1c429dd4e3db6d30a822605ec8798c8d3b9c8f *** empty log message *** diff -r 4a1c429dd4e3 -r 53010170674b lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 27 09:22:39 2001 +0000 +++ b/lisp/ChangeLog Thu Sep 27 09:23:01 2001 +0000 @@ -1,5 +1,8 @@ 2001-09-27 Gerd Moellmann + * international/mule-diag.el (list-input-methods-1): Output + something that's independent of Emacs' version. + * tar-mode.el (tar-mode-write-file): Don't signal an error by calling byte-to-position with a nil tar-header-offset. diff -r 4a1c429dd4e3 -r 53010170674b src/ChangeLog --- a/src/ChangeLog Thu Sep 27 09:22:39 2001 +0000 +++ b/src/ChangeLog Thu Sep 27 09:23:01 2001 +0000 @@ -1,5 +1,8 @@ 2001-09-27 Gerd Moellmann + * xterm.c (x_draw_relief_rect): Draw bottom relief 1 pixel more + to the left. Some cleanup. + * xdisp.c (display_mode_element): One more case where a string's multibyteness should be used for display.