aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2001-10-18 16:23:14 +0000
committerAndrew Innes2001-10-18 16:23:14 +0000
commit97f4db8c94f258ac20234402fd502facfbc87be6 (patch)
tree295682a35658790c6ce1ac7b11befc9246574a58 /src/ChangeLog
parent3f482bc0e547e953eeeb7376e1d4ca8ce0d784b7 (diff)
downloademacs-97f4db8c94f258ac20234402fd502facfbc87be6.tar.gz
emacs-97f4db8c94f258ac20234402fd502facfbc87be6.zip
(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization. The fontp->encoding array was not being initialized correctly when compiled with optimizations by MSVC.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3afdbfcf6c4..bdb678eed44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-10-18 Andrew Innes <andrewi@gnu.org>
2
3 * fontset.c (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
4 optimization. The fontp->encoding array was not being initialized
5 correctly when compiled with optimizations by MSVC.
6
12001-10-18 Gerd Moellmann <gerd@gnu.org> 72001-10-18 Gerd Moellmann <gerd@gnu.org>
2 8
3 * xdisp.c (display_line): Indicate empty lines in active 9 * xdisp.c (display_line): Indicate empty lines in active