aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-11-07 23:22:48 +0000
committerMiles Bader2006-11-07 23:22:48 +0000
commitdbc3b08c405a7b1c0ddb0fb0c98164b355802af5 (patch)
tree00c6f28244409d14bec11e221fb3c03daef63fc6 /src/ChangeLog
parentbbb6e8f2b6037dc1ee4ddd6cb63a1a6ddb04a591 (diff)
parent86cb14475e9e76f0b3323d2e7110a4a2bd310cdb (diff)
downloademacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.tar.gz
emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog186
1 files changed, 185 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 492b71baa61..601d1058b1b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,188 @@
12006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) 12006-11-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * lread.c (syms_of_lread):
4 * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
5
62006-11-06 Martin Rudalics <rudalics@gmx.at>
7
8 * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
9
10 * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
11 Return nil if building without menus.
12
13 * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
14 Return nil if building without menus.
15
162006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
17
18 * s/netbsd.h (POSIX_SIGNALS): Defined.
19
202006-11-05 Martin Rudalics <rudalics@gmx.at>
21
22 * macmenu.c (Fmenu_or_popup_active_p): New function.
23 (syms_of_macmenu): Defsubr it.
24
25 * w32menu.c (Fmenu_or_popup_active_p): New function.
26 (syms_of_w32menu): Defsubr it.
27 (popup_activated_flag, popup_activated): Remove.
28
29 * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
30 check popup_activated.
31
32 * xmenu.c (Fmenu_or_popup_active_p): New function.
33 (syms_of_xmenu): Defsubr it.
34
352006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36
37 * unexmacosx.c (malloc_cookie): Remove unused variable.
38 (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
39 (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
40 (emacs_zone, data_segment_old_fileoff, data_segment_scp)
41 (num_unexec_regions, unexec_regions): Make variables static.
42 (print_regions, find_emacs_zone_regions): Make static.
43 (unexec_region_info): New typedef.
44 (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
45 All uses changed.
46 (unexec_regions_recorder): Subtract size of trailing null pages from
47 filesize. Show filesize.
48 (unexec_regions_merge): Don't merge if null pages of preceding region
49 is not too small. Use long format in printf.
50 (copy_segment, copy_data_segment): Show filesize.
51 (copy_data_segment): Write filesize bytes of region data. Adjust
52 filesize in segment command accordingly.
53 (dump_it): Use long format in printf.
54
552006-11-05 Juanma Barranquero <lekktu@gmail.com>
56
57 * dosfns.c (Finsert_startup_screen):
58 * fns.c (Ffeaturep, syms_of_fns):
59 * frame.c (syms_of_frame): Fix typos in docstrings.
60
61 * unexcw.c (unexec): Fix typo in output message.
62
632006-11-04 Ralf Angeli <angeli@caeruleus.net>
64
65 * w32fns.c (w32_createwindow): Remove code for handling -geometry
66 command line option and `initial-frame-alist' which is superfluous
67 after the last change to `w32_createwindow'.
68
692006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
70
71 * w32proc.c (sys_wait): Only wait for processes with fd<0.
72 Others should be handled by sys_select instead. Fixes problems
73 with (progn (start-process "" nil "ls") (call-process "ls")).
74
752006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
76
77 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
78 avoid gcc 2.95 error.
79
802006-11-04 Chong Yidong <cyd@stupidchicken.com>
81
82 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
83 wicon is null, insert an empty button.
84
852006-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
86
87 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
88 window.
89
902006-11-02 Juanma Barranquero <lekktu@gmail.com>
91
92 * emacs.c (Fkill_emacs): Fix typo in docstring.
93
942006-11-02 Nozomu Ando <nand@mac.com>
95
96 * unexmacosx.c (mach_header, segment_command, vm_region, section)
97 [_LP64]: New defines.
98 (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
99 (MH_MAGIC) [_LP64]: Redefine.
100 (delta): Remove variable.
101 (curr_file_offset, pagesize): New variables.
102 (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
103 (data_segment_old_fileoff): Initialize explicitly.
104 (print_region, unexec_regions_recorder, print_load_command_name)
105 (copy_segment, copy_data_segment): Use long format in printf.
106 (MAX_UNEXEC_REGIONS): Increase to 400.
107 (unexec_regions_recorder): Don't warn too many regions here.
108 (find_emacs_zone_regions): Warn too many regions here.
109 (print_load_command_name) [_LP64]: Show correct load command name.
110 (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
111 Show starting virtual memory address. Don't show ending file offset.
112 (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
113 (dump_it): Use new local variable `linkedit_delta' and pass to them.
114 Error if trying to handle multiple DATA segments.
115 (unexec): Initialize variable `pagesize'.
116
1172006-11-01 Juanma Barranquero <lekktu@gmail.com>
118
119 * eval.c (Fcatch): Doc fix.
120
1212006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
122
123 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
124 (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
125 (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
126 (xpm_load_image): Add const qualifier to arguments.
127 [MAC_OS] (xpm_color_key_strings): Make static const.
128
129 * mac.c (create_apple_event_from_event_ref)
130 (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
131 (parse_include_file, parse_binding, parse_component)
132 (parse_resource_name, parse_value, parse_resource_line)
133 (xrm_merge_string_database, xrm_get_resource)
134 (xrm_get_preference_database): Add const qualifier to arguments.
135 [MAC_OSX] (sys_select): Make variable `context' static const.
136
137 * macfns.c (mac_color_map): Make static const.
138 (mac_color_map_lookup): Add const qualifier to arguments.
139
140 * macmenu.c (install_menu_quit_handler): Make variable `typesList'
141 static const.
142 (name_is_separator): Add const qualifier to arguments.
143
144 * macselect.c (init_service_handler): Make variable `specs' static
145 const.
146
147 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
148 `swap_nibbles' static const.
149 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
150 `tags', `sizes', `values' static const.
151 (mac_draw_string_common): Make variables `context' static. Make
152 variables `tags', `sizes', and `values' static const.
153 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
154 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
155 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
156 (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
157 (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
158 qualifier to arguments.
159 (xlfd_scalable_fields, keycode_to_xkeysym_table)
160 (fn_keycode_to_keycode_table): Make static const.
161 (mac_load_query_font): Make variables `tags', `sizes', `values',
162 `types', and `selectors' static const.
163 (mac_handle_command_event, mac_handle_window_event): Make
164 variables `names' and `types' static const.
165 (init_command_handler, install_window_handler): Make variables
166 `specs*' static const.
167 (mac_handle_font_event, mac_handle_text_input_event)
168 (mac_store_service_event): Make variables `names' and `types'
169 const. Make variables `names_*' and `types_*' static const.
170
171 * macterm.h (create_apple_event_from_event_ref)
172 (create_apple_event_from_drag_ref, xrm_merge_string_database)
173 (xrm_get_resource, xrm_get_preference_database): Add const
174 qualifier to arguments in externs.
175
1762006-10-31 Kenichi Handa <handa@m17n.org>
177
178 * xfns.c (xic_create_xfontset): Fix previous change.
179
1802006-10-30 Chong Yidong <cyd@stupidchicken.com>
181
182 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
183 /usr/pkg/lib to library search path.
184
1852006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
2 186
3 * ralloc.c (relinquish): Use a long for excess space counter to 187 * ralloc.c (relinquish): Use a long for excess space counter to
4 handle 64-bit case correctly. 188 handle 64-bit case correctly.