aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2003-03-06 13:07:24 +0000
committerJuanma Barranquero2003-03-06 13:07:24 +0000
commitc9029fe54be0f7b0a6ecfee0528b171d7392b5fe (patch)
tree87c12a82e820321fe1ad95a08e14787f5811807a /src/ChangeLog
parente5af3c25c972a28df90fa48aa9a121a8c2cb7e61 (diff)
downloademacs-c9029fe54be0f7b0a6ecfee0528b171d7392b5fe.tar.gz
emacs-c9029fe54be0f7b0a6ecfee0528b171d7392b5fe.zip
(w32_get_rdb_resource): New function.
(x_get_string_resource): Use it, so resources passed with -xrm supercede the ones in the registry.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5d33debc93d..711f99351ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12003-03-06 Juanma Barranquero <lektu@terra.es>
2
3 * w32term.h (struct w32_display_info): Add xrdb member to support
4 passing resources via -xrm on Windows.
5
6 * w32term.c (w32_make_rdb): New function.
7 (w32_term_init): Use it to initialize xrdb member of w32_display_info
8 struct. Delete leftover code.
9
10 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
11 for resources passed on the command line.
12
13 * w32reg.c (w32_get_rdb_resource): New function.
14 (x_get_string_resource): Use it, so resources passed with -xrm
15 supercede the ones in the registry.
16
12003-03-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 172003-03-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 18
3 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame 19 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame