From: Gerd Moellmann Date: Thu, 27 Sep 2001 09:23:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.1~139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14531065acf2747546c0b3e7511779b66afd2274;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3de540ef15..cd10d7a2211 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index c35502722c6..01640cc58be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.