aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e9d2d7f7d37..4a7c481b8b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,77 @@
12012-07-13 Jan Djärv <jan.h.d@swipnet.se> 12012-07-13 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
4 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
5 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
6 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
7 where appropriate.
8 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
9 as boolean expression.
10 (x_set_window_size): Remove unused variable toolbar.
11 (ns_get_color_default, ns_mod_to_lisp): Remove.
12 (ns_mouse_position): Remove unused variables xchar and ychar.
13 (ns_compute_glyph_string_overhangs): Remove unused variable face.
14 (ns_set_vertical_scroll_bar): Remove unused variable count.
15 (ns_delete_terminal): Remove unused variable i.
16 (ns_term_init): Remove unused variables r, g and b.
17 (mouseDown): Remove unused variable window.
18 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
19 (initFrameFromEmacs): Remove unused variable vbextra.
20 (mouseEntered): Remove unused variables p and dpyinfo.
21 (mouseExited): Remove unused variables p and r.
22 (ns_define_frame_cursor, ns_clear_frame_area)
23 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
24 (menuDown): Assign [sender tag] to variable and cast the variable.
25
26 * nsterm.h (menuDown): Add id as type to argument sender.
27 (ns_display_info_for_name): Add Lisp_Object argument.
28 (ns_term_init): Add Lisp_Object argument.
29 (ns_map_event_to_object): Add void argument.
30 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
31 prototype with arguments and only declare if __OBJC__.
32 (nxatoms_of_nsselect): Add void argument.
33 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
34 (ns_alloc_autorelease_pool): Add void argument.
35 (ns_release_autorelease_pool): Add void* argument.
36 (ns_get_defaults_value): Add const char* argument.
37
38 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
39 (initFromContents): Use SSDATA where appropriate.
40 (ns_update_menubar): Add braces to ambigous if-else.
41 (initWithTitle): Put () around assignment in if statement.
42 (ns_menu_show): Remove unused variables window and keymap.
43 (update_frame_tool_bar): Remove unused variable selected_p.
44 (initWithContentRect): Remove unused variable this_cmd_name.
45
46 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
47 appropriate.
48 (setXBMColor): Remove unused variable len.
49 (setPixmapData): Put () around assignment in loop statement.
50
51 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
52 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
53 where appropriate.
54 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
55 around assignment in loop statement.
56 (nsfont_open): Remove unused variable i.
57 (nsfont_open): Remove unused variable len.
58 (nsfont_draw): Remove unused variable cs.
59
60 * nsfns.m (x_set_icon_name, ns_set_name_internal)
61 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
62 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
63 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
64 (Fns_font_name, Fns_perform_service)
65 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
66 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
67 (ns_set_name): Remove unused variable view.
68 (x_set_menu_bar_lines): Remove unused variable olines.
69 (x_set_tool_bar_lines): Remove unused variable root_window.
70 (Fns_list_colors): Put () around assignment in while statement.
71 (Fns_perform_service): Remove unused variable len.
72 (Fns_display_usable_bounds): Remove unused variable top.
73 (syms_of_nsfns): Remove unused variable i.
74
3 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to 75 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
4 memcpy (Bug#11907). 76 memcpy (Bug#11907).
5 77