diff options
| author | Chong Yidong | 2012-03-10 15:46:07 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-10 15:46:07 +0800 |
| commit | 1de11f569d38d9c7be17783776e405a4434e1a68 (patch) | |
| tree | f2b98cedf73f39bc89512dc829f1fd9c01e99b7d /src/ChangeLog | |
| parent | 7a2c7ca7ca06089158560f7d3e2807554d3276cf (diff) | |
| download | emacs-1de11f569d38d9c7be17783776e405a4434e1a68.tar.gz emacs-1de11f569d38d9c7be17783776e405a4434e1a68.zip | |
* frame.c (other_visible_frames): Don't assume selected frame is visible.
Fixes: debbugs:10955
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b984064e26c..f77134be49c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-03-10 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * frame.c (other_visible_frames): Don't assume the selected frame | ||
| 4 | is visible (Bug#10955). | ||
| 5 | |||
| 1 | 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830). | 8 | * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830). |