X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ea9de876584bc4edbc7b70122fd15edbb68afa3c..cc98b6a06aa7505a2c5c08c3851f48bfabd5ccf0:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 8ec4381679..122b58a502 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,77 @@ +2008-07-22 Dan Nicolaescu + + * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove + forwarding functions. + (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make + non-static. + (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make + non-static. + (ns_frame_parm_handlers): Use the new names. + (syms_of_nsfns): Move to the end of file. + + * nsterm.m (syms_of_nsterm): Move to the end of file. + + * dispnew.c (init_display): Remove code for X10. + +2008-07-22 Jason Rumney + + * w32proc.c (Fw32_long_file_name): Don't append dir separator to + bare drive. + +2008-07-22 Adrian Robert + + * nsgui.h: + * nsfont.m: + * nsmenu.m: + * nsterm.m: Change PENDINGS to FIXME / TODO / XXX. + +2008-07-22 Adrian Robert + + * nsterm.m (syms_of_nsterm): Remove debugging println. + +2008-07-22 David Reitter + + * nsfns.m (do_applescript, F_do_applescript): NS version of the + Carbon implementation of the same functionality: execute arbitrary + AppleScript code. + +2008-07-21 Adrian Robert + + * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource) + (Fx_set_resource, Fx_set_alpha, 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_open_connection) + (Fx_close_connection, Fx_hide_emacs, Fx_font_name) + (Fx_list_colors, Fx_perform_service, Fx_color_defined_p) + (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p) + (Fx_display_pixel_width, Fx_display_pixel_height) + (Fx_display_usable_bounds, Fx_display_planes) + (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /* + ... */' style of docstrings. + +2008-07-21 Dan Nicolaescu + + * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used + on this platform. + (mips): + * m/iris4d.h (mips): Do not define. + * sysdep.c (init_sys_modes): Use __mips__ instead of mips. + + * m/ibmrs6000.h (LD_SWITCH_SITE): Remove. + + * image.c: + * nsfns.m: + * nsselect.m: + * nsterm.h: + * nsterm.m: Rename ns prefixed functions/variables to the + corresponding x versions. Update references. + + * m/ibms390x.h (NO_REMAP): Do not undefine. + + * m/amdx86-64.h: Use SOLARIS2 instead of sun. + 2008-07-21 Chong Yidong * nsfns.m: Change NS to Nextstep in docstrings and error messages.