diff options
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 de472ab51dd..9a239de5b99 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-06-18 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * buffer.c (Fkill_buffer): Don't throw an error when the buffer | ||
| 4 | gets killed during executing of this function (Bug#11665). Try | ||
| 5 | to always return Qt when the buffer has been actually killed. | ||
| 6 | (Vkill_buffer_query_functions): In doc-string say that functions | ||
| 7 | run by this hook should not change the current buffer. | ||
| 8 | |||
| 1 | 2012-06-18 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Fix recently-introduced process.c problems found by static checking. | 11 | Fix recently-introduced process.c problems found by static checking. |