comparison src/ChangeLog @ 40038:e0324e1ca158

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 18 Oct 2001 22:14:45 +0000
parents 55192b5b2a4a
children 663e02974a12
comparison
equal deleted inserted replaced
40037:80858508ebfd 40038:e0324e1ca158
1 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * keymap.c (current_minor_maps): `override' only shadows its
4 correspondent in minor-mode-map-alist, not the whole tail.
5
1 2001-10-18 Andrew Innes <andrewi@gnu.org> 6 2001-10-18 Andrew Innes <andrewi@gnu.org>
2 7
3 * fontset.c (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable 8 * fontset.c (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
4 optimization. The fontp->encoding array was not being initialized 9 optimization. The fontp->encoding array was not being initialized
5 correctly when compiled with optimizations by MSVC. 10 correctly when compiled with optimizations by MSVC.