diff options
| author | Jan Djärv | 2014-05-24 10:41:19 +0200 |
|---|---|---|
| committer | Jan Djärv | 2014-05-24 10:41:19 +0200 |
| commit | a235163a6908136abd3f4574caf6e8b9a0c7dcf9 (patch) | |
| tree | 0d385b569bd5b4e550f3cf8c72a3c50454175012 /src/ChangeLog | |
| parent | e4829cb8d789abc8ac72080ba412f90328e44990 (diff) | |
| download | emacs-a235163a6908136abd3f4574caf6e8b9a0c7dcf9.tar.gz emacs-a235163a6908136abd3f4574caf6e8b9a0c7dcf9.zip | |
* xfns.c (x_window_property_intern): New function (code from
x_window_property).
(Fx_window_property): Call x_window_property_intern. If property
not found and NILP (source) and outer window != inner window,
check outer window for property.
Fixes: debbugs:17537
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c3486d131a..7f83681e0a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-05-24 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (x_window_property_intern): New function (code from | ||
| 4 | x_window_property). | ||
| 5 | (Fx_window_property): Call x_window_property_intern. If property | ||
| 6 | not found and NILP (source) and outer window != inner window, | ||
| 7 | check outer window for property (Bug#17537). | ||
| 8 | |||
| 1 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Supply malloc and alloc_size attributes for extern allocators. | 11 | Supply malloc and alloc_size attributes for extern allocators. |