diff options
| author | YAMAMOTO Mitsuharu | 2005-07-23 07:50:27 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-07-23 07:50:27 +0000 |
| commit | 99f963e4ea6fa3ca4498731c271d07914e86ea1d (patch) | |
| tree | 4bc9c4cc1bc6862e57f9dfd799418bc0113f9b76 /src/ChangeLog | |
| parent | 50971a123a9ccca43497c008305de55cb2203fa1 (diff) | |
| download | emacs-99f963e4ea6fa3ca4498731c271d07914e86ea1d.tar.gz emacs-99f963e4ea6fa3ca4498731c271d07914e86ea1d.zip | |
(Fx_own_selection_internal): Follow error conventions.
(Fx_get_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Doc fixes. (syms_of_macselect)
<selection-converter-alist>: Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 97b29b8cb6a..1a08ec8c81e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c: Don't include stdlib.h or string.h. | ||
| 4 | (Fdo_applescript, Fmac_file_name_to_posix) | ||
| 5 | (Fmac_file_name_to_posix): Doc fixes. | ||
| 6 | [TARGET_API_MAC_CARBON] (Fmac_get_preference) | ||
| 7 | (Fmac_code_convert_string): Likewise. | ||
| 8 | [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode | ||
| 9 | if the executable is not contained in a bundle. | ||
| 10 | |||
| 11 | * macfns.c: Don't include stdlib.h or string.h. Include atimer.h. | ||
| 12 | (gray_width, gray_height): Remove defines. | ||
| 13 | (gray_bits, gray_bitmap_width, gray_bitmap_height) | ||
| 14 | (gray_bitmap_bits): Remove variables. | ||
| 15 | (lispy_function_keys): Remove extern. | ||
| 16 | (free_frame_menubar): Add extern. | ||
| 17 | (x_window_to_frame): Remove function. | ||
| 18 | (unwind_create_tip_frame): Add declaration. | ||
| 19 | (x_set_name_internal): New function. | ||
| 20 | (x_set_name, x_set_title): Use it. | ||
| 21 | (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width) | ||
| 22 | (Fx_display_pixel_height, Fx_display_planes) | ||
| 23 | (Fx_display_color_cells, Fx_server_max_request_size) | ||
| 24 | (Fx_server_vendor, Fx_server_version, Fx_display_screens) | ||
| 25 | (Fx_display_mm_height, Fx_display_mm_width) | ||
| 26 | (Fx_display_backing_store, Fx_display_visual_class) | ||
| 27 | (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes. | ||
| 28 | |||
| 29 | * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. | ||
| 30 | |||
| 31 | * macselect.c (Fx_own_selection_internal): Follow error | ||
| 32 | conventions. | ||
| 33 | (Fx_get_selection_internal, Fx_selection_owner_p) | ||
| 34 | (Fx_selection_exists_p): Doc fixes. | ||
| 35 | (syms_of_macselect) <selection-converter-alist>: Likewise. | ||
| 36 | |||
| 1 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> | 37 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 38 | ||
| 3 | * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. | 39 | * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. |