Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4531:b58af9a9765d bytecomp-coding-system-2008-10-29
ChangeLogs for G++ warning cleanup.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 02 Nov 2008 03:59:54 +0900 |
parents | 8418d1ad4944 |
children | 16906fefc8df |
comparison
equal
deleted
inserted
replaced
4530:9b182263dbd7 | 4531:b58af9a9765d |
---|---|
1 2008-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 G++ 4.3 complains a lot about implicit conversions of string | |
4 literals (const char *) to char *. Shut it up. | |
5 | |
6 * console-x.h: | |
7 * EmacsFrame.c: | |
8 * EmacsManager.c: | |
9 * EmacsShell-sub.c: | |
10 #include ../lwlib/xt-wrappers.h. | |
11 Cast class name to String. | |
12 Cast action names to String. | |
13 Rewrite resources to use Xt_RESOURCE. | |
14 | |
15 * console-x.h: | |
16 Move Xt_SET_VALUE and Xt_GET_VALUE to ../lwlib/xt-wrappers.h. | |
17 | |
18 * console-x.h (describe_XRectangle): | |
19 * input-method-xlib.c (describe_XRectangle): | |
20 * emacs.c (argmatch): | |
21 * emacs.c (check_compatible_window_system): | |
22 * emodules.c (Fload_module): | |
23 * emodules.c (Funload_module): | |
24 * event-stream.c (external_debugging_print_event): | |
25 * file-coding.h (struct subsidiary_type): | |
26 * file-coding.c (struct subsidiary_type): | |
27 * file-coding.c (setup_eol_coding_systems): | |
28 * file-coding.c (make_coding_system_1): | |
29 * file-coding.c (make_internal_coding_system): | |
30 * gif_io.c (GifErrorString: | |
31 * gif_io.c (GetGifError): | |
32 * input-method-xlib.c (XIM_init_frame): | |
33 * mule-coding.c (ccl_putprop): | |
34 * print.c (printing_major_badness): | |
35 * redisplay.c (generate_fstring_runes): | |
36 Declare String or char * argument or variable as const. | |
37 | |
38 * EmacsFrame.c (EmacsFrameSetCharSize): | |
39 * EmacsShell-sub.c (update_size_hints_internal): | |
40 * EmacsShell-sub.c (SuperClassRootGeometryManager): | |
41 * device-x.c (emacs_options): | |
42 * device-x.c (compute_x_app_name): | |
43 * device-x.c (have_xemacs_resources_in_xrdb): | |
44 * device-x.c (x_init_device): | |
45 * event-Xt.c (x_fallback_resources): | |
46 * event-Xt.c (widgetActionsList): | |
47 * event-Xt.c (emacs_Xt_event_add_widget_actions): | |
48 * frame-x.c (x_wm_set_cell_size): | |
49 * frame-x.c (x_wm_set_variable_size): | |
50 * frame-x.c (x_set_frame_text_value): | |
51 * frame-x.c (x_initialize_frame_size): | |
52 * frame-x.c (x_create_widgets): | |
53 * frame-x.c (x_set_frame_icon): | |
54 * frame-x.c (x_set_frame_position): | |
55 * frame-x.c (x_update_frame_external_traits): | |
56 * glyphs-x.c (x_redisplay_widget): | |
57 * glyphs-x.c (update_tab_widget_face): | |
58 * glyphs-x.c (x_widget_instantiate): | |
59 * glyphs-x.c (x_button_instantiate): | |
60 * glyphs-x.c (x_progress_gauge_redisplay): | |
61 * glyphs-x.c (x_tab_control_redisplay): | |
62 * menubar-x.c (make_dummy_xbutton_event): | |
63 Use Xt_SET_ARG, Xt_SET_VALUE, and Xt_GET_VALUE instead of raw Xt | |
64 equivalents. | |
65 Declare String or char * argument or local variable as const. | |
66 Cast string literals to char* (or equivalent). | |
67 | |
68 * input-method-xlib.c: | |
69 Use Xt_RESOURCE. | |
70 | |
1 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> | 71 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 72 |
3 * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. | 73 * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. |
4 From Julian Bradfield <18654.1143.304851.782755@krk.inf.ed.ac.uk>. | 74 From Julian Bradfield <18654.1143.304851.782755@krk.inf.ed.ac.uk>. |
5 | 75 |