diff options
| author | Gerd Moellmann | 2001-01-15 15:29:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-15 15:29:54 +0000 |
| commit | ae24cb3befd9649b4ef8e8ad56db90408284f556 (patch) | |
| tree | 23e747ca60c88c6105299d508d2cc765e72b211d /src/ChangeLog | |
| parent | bccee4f282fc53c3cd181903e322b8d531bb0db4 (diff) | |
| download | emacs-ae24cb3befd9649b4ef8e8ad56db90408284f556.tar.gz emacs-ae24cb3befd9649b4ef8e8ad56db90408284f556.zip | |
(x_connection_closed) [USE_X_TOOLKIT]: If
x_display_info_for_display returns null, don't try to close
the display; we didn't open it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1bea2b42391..38a5dafd89d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-01-15 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: If | ||
| 4 | x_display_info_for_display returns null, don't try to close | ||
| 5 | the display; we didn't open it. | ||
| 6 | |||
| 3 | * dispnew.c (save_or_restore_current_matrices): Function removed. | 7 | * dispnew.c (save_or_restore_current_matrices): Function removed. |
| 4 | (save_current_matrix, restore_current_matrix): New functions. | 8 | (save_current_matrix, restore_current_matrix): New functions. |
| 5 | (adjust_frame_glyphs_for_frame_redisplay): Use them to save and | 9 | (adjust_frame_glyphs_for_frame_redisplay): Use them to save and |
| @@ -13,7 +17,7 @@ | |||
| 13 | * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by | 17 | * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by |
| 14 | truncation glyphs. | 18 | truncation glyphs. |
| 15 | (display_line): Optimize for wide characters. | 19 | (display_line): Optimize for wide characters. |
| 16 | (display_string): Don't try to display a multi-column charaters | 20 | (display_string): Don't try to display a multi-column characters |
| 17 | partially. On ttys, produce more than one truncation glyph for | 21 | partially. On ttys, produce more than one truncation glyph for |
| 18 | multi-column characters that don't fit on the line. | 22 | multi-column characters that don't fit on the line. |
| 19 | 23 | ||