aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2000-12-21 14:58:55 +0000
committerAndrew Innes2000-12-21 14:58:55 +0000
commit99012074ba9561666dd32d3f6645b8f29c7a444b (patch)
tree8a6fe8f2eeb0d5306a3a2d40d853ada115084733 /src/ChangeLog
parent90f4a9f8e2a4424d1ff19208aa088cfdf6fa4df9 (diff)
downloademacs-99012074ba9561666dd32d3f6645b8f29c7a444b.tar.gz
emacs-99012074ba9561666dd32d3f6645b8f29c7a444b.zip
(x_update_begin): Regenerate the palette here, rather
than for each window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21915f30049..1001433b82d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-12-21 Andrew Innes <andrewi@gnu.org>
2
3 * w32term.c (x_update_begin): Regenerate the palette here, rather
4 than for each window.
5
6 * w32xfns.c (select_palette): Avoid calling SelectPalette if
7 palette is NULL, since this corrupts memory! Also get
8 display_info reference from frame.
9
12000-12-21 Jason Rumney <jasonr@gnu.org> 102000-12-21 Jason Rumney <jasonr@gnu.org>
2 11
3 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap. 12 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.