Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3706:4ca1ef2bdb6a | 3707:f6f6fc9eb269 |
---|---|
1 2006-11-28 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * device-x.c: | |
4 * device-x.c (coding_system_of_xrm_database): | |
5 Cache the last db argument and resulting coding system, and return | |
6 them--instead of calling Lisp--if the DB is the same pointer | |
7 arument as last time. | |
8 * faces.c (default_face_font_info): | |
9 * window.c (window_displayed_height): | |
10 Behave more gracefully if called when we have no information about | |
11 the dimensions of the default face and window. | |
12 | |
1 2006-11-28 Aidan Kehoe <kehoea@parhasard.net> | 13 2006-11-28 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * doprnt.c (emacs_doprnt_1): | 15 * doprnt.c (emacs_doprnt_1): |
4 Ibyte -> Ascbyte, for the sake of the MSVC build. Thank you Vin. | 16 Ibyte -> Ascbyte, for the sake of the MSVC build. Thank you Vin. |
5 | 17 |