aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-06-06 05:43:12 +0000
committerKenichi Handa2000-06-06 05:43:12 +0000
commited00559de2909e79027b6df69bc76894f3e105da (patch)
treedd59b0526b8c4486a0253ebe1926672cfb351114 /src/ChangeLog
parent8e624fa2af105104d1656a27ed242f8179445232 (diff)
downloademacs-ed00559de2909e79027b6df69bc76894f3e105da.tar.gz
emacs-ed00559de2909e79027b6df69bc76894f3e105da.zip
(Fset_buffer_multibyte): Don't make the current buffer as modified if
it is originally unmodified.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 20153803848..0bd177aa4e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-06-06 Kenichi Handa <handa@etl.go.jp> 12000-06-06 Kenichi Handa <handa@etl.go.jp>
2 2
3 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
4 as modified if it is originally unmodified.
5
3 * term.c (encode_terminal_code): Change the way to check if 6 * term.c (encode_terminal_code): Change the way to check if
4 terminal coding does any conversion. 7 terminal coding does any conversion.
5 (append_glyph): Set glyph->pixel_width correctly. 8 (append_glyph): Set glyph->pixel_width correctly.