diff src/ChangeLog @ 3707:f6f6fc9eb269

[xemacs-hg @ 2006-11-28 21:20:22 by aidan] Better language behaviour on startup.
author aidan
date Tue, 28 Nov 2006 21:20:37 +0000
parents 4ca1ef2bdb6a
children 4bcad369dfd4
line wrap: on
line diff
--- a/src/ChangeLog	Tue Nov 28 16:09:47 2006 +0000
+++ b/src/ChangeLog	Tue Nov 28 21:20:37 2006 +0000
@@ -1,3 +1,15 @@
+2006-11-28  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* device-x.c:
+	* device-x.c (coding_system_of_xrm_database):
+	Cache the last db argument and resulting coding system, and return
+	them--instead of calling Lisp--if the DB is the same pointer
+	arument as last time. 
+	* faces.c (default_face_font_info):
+	* window.c (window_displayed_height):
+	Behave more gracefully if called when we have no information about
+	the dimensions of the default face and window. 
+
 2006-11-28  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* doprnt.c (emacs_doprnt_1):