Mercurial > emacs
comparison src/ChangeLog @ 111261:d7cb530f5469
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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 30 Oct 2010 23:33:56 -0400 |
parents | 2dcdfeb8d47c |
children | 029e4783cbae f2cb0d643a91 |
comparison
equal
deleted
inserted
replaced
111260:6fa185318a59 | 111261:d7cb530f5469 |
---|---|
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) |
4 (Fdbus_register_signal, Fdbus_register_method): Check, whether | 10 (Fdbus_register_signal, Fdbus_register_method): Check, whether |
5 `dbus-registered-objects-table' is initialized. | 11 `dbus-registered-objects-table' is initialized. |