Mercurial > emacs
comparison src/ChangeLog @ 92052:3a7d2adfb2af
(x_connection_closed): Consolidate identical tests.
(x_delete_terminal): Don't crash if called via x_connection_closed.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 21 Feb 2008 16:51:07 +0000 |
parents | 0463ecde5653 |
children | 618be669a765 |
comparison
equal
deleted
inserted
replaced
92051:af7423454309 | 92052:3a7d2adfb2af |
---|---|
1 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * xterm.c (x_connection_closed): Consolidate identical tests. | |
4 (x_delete_terminal): Don't crash if called via x_connection_closed. | |
5 | |
1 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp> | 6 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp> |
2 | 7 |
3 * xdisp.c (decode_mode_spec): New arg string. | 8 * xdisp.c (decode_mode_spec): New arg string. |
4 (display_mode_element): Adjusted for the above change. | 9 (display_mode_element): Adjust for the above change. |
5 | 10 |
6 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca> | 11 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca> |
7 | 12 |
8 * callint.c (Fcall_interactively): Use AREF. | 13 * callint.c (Fcall_interactively): Use AREF. |
9 | 14 |