aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-06-27 11:27:44 +0200
committerMartin Rudalics2011-06-27 11:27:44 +0200
commite43b6e4346c2e830e3b5a9066bc43a8a6e547020 (patch)
tree9e11444b03d7f408526cdcfb6deaf00f1896adfc /src/ChangeLog
parentb64585261b8ff4f676fcbc479fc79993d763c528 (diff)
downloademacs-e43b6e4346c2e830e3b5a9066bc43a8a6e547020.tar.gz
emacs-e43b6e4346c2e830e3b5a9066bc43a8a6e547020.zip
Have overlays with window property respect clone numbers.
* buffer.c (Qclone_number): Declare static and DEFSYM it. (sort_overlays, overlay_strings): When an overlay's clone number matches the window's clone number process the overlay even if the overlay's window property doesn't match the current window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a25b736cd2..56ffc1036d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-06-27 Martin Rudalics <rudalics@gmx.at>
2
3 * buffer.c (Qclone_number): Declare static and DEFSYM it.
4 (sort_overlays, overlay_strings): When an overlay's clone number
5 matches the window's clone number process the overlay even if
6 the overlay's window property doesn't match the current window.
7
12011-06-26 Jan Djärv <jan.h.d@swipnet.se> 82011-06-26 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * emacsgtkfixed.h: State that this is only used with Gtk+3. 10 * emacsgtkfixed.h: State that this is only used with Gtk+3.