comparison src/ChangeLog @ 4533:4a7c4ccac2fe

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