diff options
| author | Andrew Innes | 2001-10-18 16:23:14 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-10-18 16:23:14 +0000 |
| commit | 97f4db8c94f258ac20234402fd502facfbc87be6 (patch) | |
| tree | 295682a35658790c6ce1ac7b11befc9246574a58 /src/ChangeLog | |
| parent | 3f482bc0e547e953eeeb7376e1d4ca8ce0d784b7 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-10-18 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-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 |