diff options
| author | Dan Nicolaescu | 2007-09-10 21:16:03 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-09-10 21:16:03 +0000 |
| commit | 9cab96b06b2a7093d630a78f7f7d23c1f3965fe3 (patch) | |
| tree | 2462b2ceeaccdf91b662c0a16e9cc49f11cd7f70 /src/ChangeLog | |
| parent | 28421945875ac7541b11a168f7fdda0edc309674 (diff) | |
| download | emacs-9cab96b06b2a7093d630a78f7f7d23c1f3965fe3.tar.gz emacs-9cab96b06b2a7093d630a78f7f7d23c1f3965fe3.zip | |
Fix changelog entries.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e476eac4a3e..6aa1939be51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -619,17 +619,14 @@ | |||
| 619 | (x_delete_display): Doc update to reflect changes in | 619 | (x_delete_display): Doc update to reflect changes in |
| 620 | delete_terminal. | 620 | delete_terminal. |
| 621 | (x_display_info) <terminal>: Move member earlier in the struct. | 621 | (x_display_info) <terminal>: Move member earlier in the struct. |
| 622 | (x_delete_terminal): Use terminal->deleted. Delete all frames on | ||
| 623 | the display explicitly. | ||
| 624 | (deleting_tty): Remove old variable. | 622 | (deleting_tty): Remove old variable. |
| 625 | (Fsuspend_tty): Call clear_tty_hooks. | 623 | (Fsuspend_tty): Call clear_tty_hooks. |
| 626 | (Fresume_tty, init_tty): Call set_tty_hooks. | 624 | (Fresume_tty, init_tty): Call set_tty_hooks. |
| 627 | (clear_tty_hooks, set_tty_hooks): New functions. | ||
| 628 | (Ftty_display_color_p, Ftty_display_color_cells): Don't throw | 625 | (Ftty_display_color_p, Ftty_display_color_cells): Don't throw |
| 629 | errors on X frames. | 626 | errors on X frames. |
| 630 | (x_catch_errors_unwind): Abort if x_error_message is NULL. | 627 | (x_catch_errors_unwind): Abort if x_error_message is NULL. |
| 631 | (handle_one_xevent): Initialize `f' to NULL. | 628 | (handle_one_xevent): Initialize `f' to NULL. |
| 632 | (x_delete_device, x_create_device): New functions. | 629 | (x_delete_terminal, x_create_terminal): New functions. |
| 633 | (XTset_terminal_modes, XTreset_terminal_modes) | 630 | (XTset_terminal_modes, XTreset_terminal_modes) |
| 634 | (XTread_socket, x_connection_closed, x_term_init) | 631 | (XTread_socket, x_connection_closed, x_term_init) |
| 635 | (x_term_init, x_delete_display): Add terminal parameter. | 632 | (x_term_init, x_delete_display): Add terminal parameter. |
| @@ -735,6 +732,7 @@ | |||
| 735 | (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p) | 732 | (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p) |
| 736 | (Ftty_display_color_cells) | 733 | (Ftty_display_color_cells) |
| 737 | (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output) | 734 | (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output) |
| 735 | (clear_tty_hooks, set_tty_hooks) | ||
| 738 | (init_tty, maybe_fatal): New functions. | 736 | (init_tty, maybe_fatal): New functions. |
| 739 | (Ftty_type): Return nil if terminal is not on a tty instead of | 737 | (Ftty_type): Return nil if terminal is not on a tty instead of |
| 740 | throwing an error. Doc update. | 738 | throwing an error. Doc update. |