diff options
| author | Martin Rudalics | 2011-06-27 11:27:44 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-06-27 11:27:44 +0200 |
| commit | e43b6e4346c2e830e3b5a9066bc43a8a6e547020 (patch) | |
| tree | 9e11444b03d7f408526cdcfb6deaf00f1896adfc /src/ChangeLog | |
| parent | b64585261b8ff4f676fcbc479fc79993d763c528 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-06-26 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2011-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. |