comparison src/ChangeLog @ 107779:41e0da544208

Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828). * xfns.c (set_machine_and_pid_properties): New function. (Fx_create_frame): Call set_machine_and_pid_properties.
author jhd <jhd@f12.localdomain>
date Sun, 04 Apr 2010 12:47:12 +0200
parents 291efac2eff3
children 58f5110b2519
comparison
equal deleted inserted replaced
107778:a91f626531f7 107779:41e0da544208
1 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xfns.c (set_machine_and_pid_properties): New function.
4 (Fx_create_frame): Call set_machine_and_pid_properties.
5
1 2010-04-03 Eli Zaretskii <eliz@gnu.org> 6 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2 7
3 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check 8 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
4 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against 9 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV. 10 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.