Mercurial > emacs
comparison src/ChangeLog @ 32740:fd9781e17343
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 22 Oct 2000 08:22:51 +0000 |
parents | 736aaa7e3056 |
children | 923b8d6d8277 |
comparison
equal
deleted
inserted
replaced
32739:5ce157b2eaa9 | 32740:fd9781e17343 |
---|---|
1 2000-10-22 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry | |
4 is nil: since we go to the end of submap anyway, we'd end up | |
5 setting nil to nil. | |
6 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP | |
7 doesn't obey autoload. | |
8 | |
1 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> | 9 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 10 |
3 * msdos.c (dos_set_window_size): Update screen dimension | 11 * msdos.c (dos_set_window_size): Update screen dimension variables. |
4 variables. | |
5 | 12 |
6 2000-10-21 Jason Rumney <jasonr@gnu.org> | 13 2000-10-21 Jason Rumney <jasonr@gnu.org> |
7 | 14 |
8 * w32term.c (w32_cache_char_metrics): Double check that font is | 15 * w32term.c (w32_cache_char_metrics): Double check that font is |
9 really fixed pitch before trusting tmPitchAndFamily. | 16 really fixed pitch before trusting tmPitchAndFamily. |