diff options
| author | Chong Yidong | 2010-10-30 23:33:56 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-10-30 23:33:56 -0400 |
| commit | 46eadc7aeedf0fe3944291e2631d8604b38fe25f (patch) | |
| tree | ca0611a05414b498b9dfe430130153bf575131c8 /src/ChangeLog | |
| parent | e084bc3d4106d616722c18a54df23382b1599dee (diff) | |
| download | emacs-46eadc7aeedf0fe3944291e2631d8604b38fe25f.tar.gz emacs-46eadc7aeedf0fe3944291e2631d8604b38fe25f.zip | |
Print informative error message when aborting on GTK disconnect.
* xterm.c (x_connection_closed): Print informative error message
when aborting on GTK. This requires using shut_down_emacs
directly instead of Fkill_emacs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cf2ae75fc83..391dc3eaa07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-10-31 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xterm.c (x_connection_closed): Print informative error message | ||
| 4 | when aborting on GTK. This requires using shut_down_emacs | ||
| 5 | directly instead of Fkill_emacs. | ||
| 6 | |||
| 1 | 2010-10-25 Michael Albinus <michael.albinus@gmx.de> | 7 | 2010-10-25 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * dbusbind.c (Fdbus_call_method_asynchronously) | 9 | * dbusbind.c (Fdbus_call_method_asynchronously) |