Mercurial > emacs
changeset 50041:8a0260337471
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 06 Mar 2003 13:07:24 +0000 |
parents | 57e262ca5d0d |
children | 5e493709a8ef |
files | src/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 06 13:04:47 2003 +0000 +++ b/src/ChangeLog Thu Mar 06 13:07:24 2003 +0000 @@ -1,3 +1,19 @@ +2003-03-06 Juanma Barranquero <lektu@terra.es> + + * w32term.h (struct w32_display_info): Add xrdb member to support + passing resources via -xrm on Windows. + + * w32term.c (w32_make_rdb): New function. + (w32_term_init): Use it to initialize xrdb member of w32_display_info + struct. Delete leftover code. + + * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check + for resources passed on the command line. + + * w32reg.c (w32_get_rdb_resource): New function. + (x_get_string_resource): Use it, so resources passed with -xrm + supercede the ones in the registry. + 2003-03-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xterm.c (x_detect_focus_change): Call x_any_window_to_frame