diff options
| author | Dmitry Antipov | 2012-09-06 11:10:25 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-09-06 11:10:25 +0400 |
| commit | 0699fc18a5ea00b9a6d64b0e0ebf33b4723beb10 (patch) | |
| tree | fb192a64f6e7adde325ed2aa7296051e9ec16d37 /src/ChangeLog | |
| parent | 4fd78b62d1c815e4dfd7ffe4e7862ef4c4fceaca (diff) | |
| download | emacs-0699fc18a5ea00b9a6d64b0e0ebf33b4723beb10.tar.gz emacs-0699fc18a5ea00b9a6d64b0e0ebf33b4723beb10.zip | |
* alloc.c (mark_object): Revert window marking code
since it's unsafe for the Fset_window_configuration.
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 24d290e163d..990cba396e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * alloc.c (mark_object): Revert window marking code | ||
| 4 | since it's unsafe for the Fset_window_configuration. | ||
| 5 | |||
| 1 | 2012-09-05 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-09-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Fix race conditions with signal handlers and errno. | 8 | Fix race conditions with signal handlers and errno. |