comparison src/ChangeLog @ 96897:180a931a0af8

(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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 22 Jul 2008 16:29:10 +0000
parents 3d5ec36564b0
children 6521e10c7e45
comparison
equal deleted inserted replaced
96896:3d5ec36564b0 96897:180a931a0af8
1 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> 1 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove
4 forwarding functions.
5 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
6 non-static.
7 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8 non-static.
9 (ns_frame_parm_handlers): Use the new names.
10 (syms_of_nsfns): Move to the end of file.
2 11
3 * nsterm.m (syms_of_nsterm): Move to the end of file. 12 * nsterm.m (syms_of_nsterm): Move to the end of file.
4 13
5 * dispnew.c (init_display): Remove code for X10. 14 * dispnew.c (init_display): Remove code for X10.
6 15