diff options
| author | Chong Yidong | 2009-04-22 04:32:21 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-22 04:32:21 +0000 |
| commit | 708e05dc7a8fd26530bb7daf9025bc53a0985453 (patch) | |
| tree | 1c23f090866a986752a94bf06ff894bf958c78e6 /src/ChangeLog | |
| parent | d8da53851b6469924cb8307b7218eeeea20d0251 (diff) | |
| download | emacs-708e05dc7a8fd26530bb7daf9025bc53a0985453.tar.gz emacs-708e05dc7a8fd26530bb7daf9025bc53a0985453.zip | |
* keyboard.c (Fset_input_meta_mode): Doc fix.
* dispnew.c (Fsend_string_to_terminal): Doc fix.
* data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
fixes.
* coding.c (Fterminal_coding_system): Doc fix.
* xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_planes)
(Fx_display_color_cells, Fx_server_max_request_size)
(Fx_server_vendor, Fx_server_version, Fx_display_screens)
(Fx_display_mm_height, Fx_display_mm_width)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
fixes, replacing "terminal id" with "terminal object".
(check_x_display_info): Handle terminal objects instead of
terminal ids.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 298222cdc0c..58c9272a841 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,25 @@ | |||
| 1 | 2009-04-22 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-04-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * keyboard.c (Fset_input_meta_mode): Doc fix. | ||
| 4 | |||
| 5 | * dispnew.c (Fsend_string_to_terminal): Doc fix. | ||
| 6 | |||
| 7 | * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc | ||
| 8 | fixes. | ||
| 9 | |||
| 10 | * coding.c (Fterminal_coding_system): Doc fix. | ||
| 11 | |||
| 12 | * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width) | ||
| 13 | (Fx_display_pixel_height, Fx_display_planes) | ||
| 14 | (Fx_display_color_cells, Fx_server_max_request_size) | ||
| 15 | (Fx_server_vendor, Fx_server_version, Fx_display_screens) | ||
| 16 | (Fx_display_mm_height, Fx_display_mm_width) | ||
| 17 | (Fx_display_backing_store, Fx_display_visual_class) | ||
| 18 | (Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc | ||
| 19 | fixes, replacing "terminal id" with "terminal object". | ||
| 20 | (check_x_display_info): Handle terminal objects instead of | ||
| 21 | terminal ids. | ||
| 22 | |||
| 3 | * term.c (Ftty_display_color_p, Ftty_display_color_cells) | 23 | * term.c (Ftty_display_color_p, Ftty_display_color_cells) |
| 4 | (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty) | 24 | (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty) |
| 5 | (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc | 25 | (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc |