Mercurial > emacs
changeset 39476:53010170674b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Sep 2001 09:23:01 +0000 |
parents | 4a1c429dd4e3 |
children | 7ff02d7c4baf |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.
--- 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 <gerd@gnu.org> + * 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.