comparison src/ChangeLog @ 109746:d6fc586a0872

Use const char* for -Wwrite_strings. * keyboard.h (_widget_value): name, value and key are const char*. * nsfont.m (ns_descriptor_to_entity): Use const char*. * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle) (addDisplayItemWithImage, update_frame_tool_bar): Use const char*. * nsterm.h (parseKeyEquiv, addSubmenuWithTitle) (addDisplayItemWithImage): Use const char*.
author Jan D <jan.h.d@swipnet.se>
date Wed, 11 Aug 2010 10:58:56 +0200
parents b9025d71747a
children e2f8226efb99
comparison
equal deleted inserted replaced
109745:b9025d71747a 109746:d6fc586a0872
1 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> 1 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
4 (addDisplayItemWithImage): Use const char*.
5
6 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
7 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
8
9 * nsfont.m (ns_descriptor_to_entity): Use const char*.
10
11 * keyboard.h (_widget_value): name, value and key are const char*.
2 12
3 * unexmacosx.c (unexec_error): Use const char *. 13 * unexmacosx.c (unexec_error): Use const char *.
4 14
5 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu> 15 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6 16