aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-04-12 08:11:35 +0000
committerYAMAMOTO Mitsuharu2006-04-12 08:11:35 +0000
commit190998d863964051f6edbf22528c8b77e74e87cd (patch)
tree0d80dd09037677174f0fb2bec37165d47b43a5a1 /src
parent27d744ae6c2f51baf42dc59e24307f0fe5e60812 (diff)
downloademacs-190998d863964051f6edbf22528c8b77e74e87cd.tar.gz
emacs-190998d863964051f6edbf22528c8b77e74e87cd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog87
1 files changed, 87 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 92dc093e9e0..553bc708774 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,90 @@
12006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
4
5 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
6 assignment used as truth value. Add explicit braces to avoid
7 ambiguous `else'.
8 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
9
10 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
11 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
12 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
13 Put externs in #ifdef HAVE_X_WINDOWS.
14 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
15 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
16 (init_mac_osx_environment) [MAC_OSX]: Add extern.
17
18 * mac.c (init_process): Remove undef.
19 (select) [MAC_OSX]: Undefine before including sysselect.h.
20 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
21 Remove functions and prototypes.
22 (parse_value): Add parentheses around + inside shift.
23 (path_from_vol_dir_name): Make static.
24 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
25 [!MAC_OSX] (get_path_to_system_folder): Likewise.
26 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
27 variable `cCode'.
28 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
29 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
30
31 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
32 (x_set_mouse_color): Remove unused variable `dpy'.
33 (Fx_create_frame): Remove unused variable `x_frame_count'.
34 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
35 (x_sync): Move from macterm.c.
36 (Fx_file_dialog): Remove unused variable `default_filter_index'.
37
38 * macmenu.c (min_menu_id): Make element type explicit.
39
40 * macselect.c (get_flavor_type_from_symbol): Remove unused
41 variable `val'.
42 (get_scrap_private_timestamp, x_get_foreign_selection)
43 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
44 (Fmac_process_deferred_apple_events): Remove unused variables
45 `keyword', `reply', `apple_event', `count', and `err'.
46
47 * macterm.c: Don't include gnu.h.
48 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
49 (x_sync): Move to macfns.c.
50 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
51 variable `mask_bits'.
52 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
53 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
54 (x_mac_to_emacs_modifiers): Remove function.
55 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
56 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
57 Add explicit braces to avoid ambiguous `else'.
58 (x_make_frame_visible): Remove unused variables `type',
59 `original_top', and `original_left'.
60 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
61 (x_load_font): Remove unused variables `full_name', and `value'.
62 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
63 Remove functions.
64 (do_zoom_window): Reorganize variables with respect to conditionals.
65 (init_command_handler): Remove unused variable `err'.
66 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
67
68 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
69 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
70 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
71 (do_menu_choice, have_menus_p, x_real_positions)
72 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
73 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
74 (free_frame_menubar): Add externs.
75
76 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
77 (malloc, realloc, free): Add undefs.
78 (read_load_commands): Remove unused variable `n' and `j'.
79 (copy_data_segment): Remove unused variable `r'.
80
81 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
82 within ||. Add explicit braces to avoid ambiguous `else'.
83 (dump_glyph_row): Remove label for `inverse_p' from legend.
84
85 * xfaces.c (Finternal_merge_in_global_face, try_font_list): Add
86 explicit braces to avoid ambiguous `else'.
87
12006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 882006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2 89
3 * dispnew.c (init_display): Don't init X display if the user asked 90 * dispnew.c (init_display): Don't init X display if the user asked