]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* xgselect.c (xg_select): Use auto storage for the GPollFD buffer
[gnu-emacs] / src / ChangeLog
1 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
4 as that's faster and simpler than static storage. Don't bother
5 with the g_main_context_query overhead if g_main_context_pending
6 says no events are pending.
7 (gfds, gfds_size): Remove these static vars.
8 (xgselect_initialize): Remove; no longer needed.
9 All uses and decls removed.
10
11 * emacs.c (fatal_error_signal_hook): Remove.
12 All uses removed. This leftover from old code was always 0.
13
14 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
15 * casefiddle.c (casify_object, casify_region):
16 * casetab.c (set_case_table):
17 * category.c, category.h (word_boundary_p):
18 * category.h (CHAR_HAS_CATEGORY):
19 Use bool for booleans, instead of int.
20
21 2012-08-25 Eli Zaretskii <eliz@gnu.org>
22
23 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
24
25 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
26
27 On assertion failure, print backtrace if available.
28 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
29 (die) [ENABLE_CHECKING]: Print a backtrace if available.
30 * Makefile.in (LIB_EXECINFO): New macro.
31 (LIBES): Use it.
32
33 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
34 * bytecode.c (exec_byte_code):
35 * callint.c (check_mark, Fcall_interactively):
36 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
37 (getenv_internal, sync_process_alive, call_process_exited):
38 * lisp.h (USE_SAFE_ALLOCA):
39 Use bool for booleans, instead of int.
40 * lisp.h, process.h: Adjust prototypes to match above changes.
41 * callint.c (Fcall_interactively): Don't assume the mark's
42 offset fits in 'int'.
43
44 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
45
46 * buffer.c, buffer.h: Use bool for boolean.
47 * buffer.c (reset_buffer_local_variables)
48 (buffer_lisp_local_variables, Fset_buffer_modified_p)
49 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
50 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
51 (overlay_touches_p, overlay_strings, Foverlay_put)
52 (report_overlay_modification, call_overlay_mod_hooks):
53 (mmap_enlarge, mmap_set_vars):
54 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
55 Use bool for booleans, instead of int.
56 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
57 since the 1-or-0 return value is always ignored anyway.
58 (mmap_initialized_p):
59 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
60 * buffer.h, lisp.h: Adjust prototypes to match above changes.
61
62 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
63
64 * bidi.c: Use bool for boolean.
65 This is a bit more readable, and makes the text segment of bidi.o
66 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
67 Presumably it's faster too.
68 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
69 Now bool.
70 (bidi_cache_find_level_change, bidi_cache_iterator_state)
71 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
72 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
73 (bidi_explicit_dir_char, bidi_level_of_next_char)
74 (bidi_find_other_level_edge, bidi_move_to_visually_next):
75 Use bool for booleans, instead of int.
76 * dispextern.h (bidi_init_it, bidi_paragraph_init)
77 (bidi_unshelve_cache): Adjust decls to match code.
78
79 2012-08-23 Martin Rudalics <rudalics@gmx.at>
80
81 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
82 argument.
83
84 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
85
86 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
87 * atimer.h: Include <stdbool.h>.
88
89 2012-08-22 Dan Nicolaescu <dann@gnu.org>
90
91 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
92 compile time tests instead of run time tests on systems that do
93 not use them.
94 (FRAME_MAC_P): Remove leftover from deleted code.
95 * frame.c (syms_of_frame): Remove leftover from deleted code.
96
97 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
98
99 * nsterm.m (insertText:): Don't clear modifiers if code is space.
100
101 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
102
103 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
104 Otherwise, the compiler complains about (A?B:C) where B is void
105 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
106 (fontset_add): Return void, for FONTSET_ADD.
107
108 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
109
110 * alloc.c: Use bool for booleans.
111 (gc_in_progress, abort_on_gc)
112 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
113 (dont_register_blocks) [GC_MALLOC_CHECK]:
114 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
115 (check_string_bytes, make_specified_string, memory_full)
116 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
117 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
118 (mark_stack, valid_pointer_p, make_pure_string)
119 (Fgarbage_collect, survives_gc_p, gc_sweep):
120 Use bool for booleans, instead of int.
121 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
122 Remove unused local.
123 * alloc.c (PURE_POINTER_P):
124 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
125 * editfns.c (Fformat):
126 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
127 (Fdo_auto_save):
128 * fns.c (sweep_weak_table):
129 * lisp.h (suppress_checking, push_message, survives_gc_p)
130 (make_pure_string, gc_in_progress, abort_on_gc):
131 * lread.c (readchar, read1):
132 * print.c (Fprin1_to_string):
133 * xdisp.c (push_message):
134 Use bool for booleans affected directly or indirectly by
135 alloc.c's changes.
136
137 Make recently-introduced setters macros.
138 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
139 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
140 (set_fontset_default, set_fontset_fallback): Rename from their
141 upper-case counterparts, and make them functions rather than macros.
142 This is more consistent with the other recently-introduced setters.
143 These don't need to be inline, since they're local.
144
145 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
146
147 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
148 the loop (Bug#12247).
149
150 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
151
152 * lisp.h (vcopy): Use memcpy rather than our own loop.
153 This fixes a performance regression introduced by the recent
154 addition of vcopy. This means 'vcopy' will need to be modified
155 for a copying collector, but that's OK. Also, tighten the
156 checking in the assertion.
157
158 2012-08-21 Eli Zaretskii <eliz@gnu.org>
159
160 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
161 components for RTL text (Bug#11860). Adjust X-OFFSET of each
162 non-base glyph for the width of the base character, according to
163 what x_draw_composite_glyph_string_foreground expects. Generate
164 WADJUST value according to composition_gstring_width's
165 expectations, to produce correct width of the composed character.
166 Reverse the sign of the DU offset produced by ScriptPlace.
167
168 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
169
170 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
171
172 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
173
174 Avoid direct writes to contents member of struct Lisp_Vector.
175 * lisp.h (vcopy): New function to copy data into vector.
176 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
177 * fns.c (Ffillarray): Use ASET.
178 * keyboard.c (timer_check_2): Use AREF and ASET.
179 (append_tool_bar_item, Frecent_keys): Use vcopy.
180 * lread.c (read_vector): Use ASET.
181 * msdos.c (Frecent_doskeys): Use vcopy.
182 * xface.c (Finternal_copy_lisp_face): Use vcopy.
183 (Finternal_merge_in_global_face): Use ASET and vcopy.
184 * xfont.c (xfont_list_pattern): Likewise.
185
186 2012-08-21 Martin Rudalics <rudalics@gmx.at>
187
188 * window.c (Fwindow_point): For the selected window always return
189 the position of its buffer's point.
190 (Fset_window_point): For the selected window always go in its
191 buffer to the specified position.
192
193 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
194
195 Setter macros for fontsets.
196 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
197 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
198 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
199 Adjust users.
200
201 2012-08-20 Glenn Morris <rgm@gnu.org>
202
203 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
204 Don't assume that `ln -f' works.
205
206 2012-08-20 Eli Zaretskii <eliz@gnu.org>
207
208 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
209 and later about non-assignments with no effect. See discussion at
210 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
211 details.
212
213 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
214
215 Inline setter functions for Lisp_Objects slots of struct specbinding.
216 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
217 Adjust users.
218
219 2012-08-20 Martin Rudalics <rudalics@gmx.at>
220
221 * window.c (select_window): Always make selected window's buffer
222 current.
223
224 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
225
226 Use AREF and ASET for docstrings of category tables.
227 * category.h (CATEGORY_DOCSTRING): Use AREF.
228 (SET_CATEGORY_DOCSTRING): Use ASET.
229 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
230
231 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
232
233 Inline setter functions for hash table members.
234 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
235 (set_hash_hash, set_hash_index): Rename with _slot suffix.
236 (set_hash_key_and_value, set_hash_index, set_hash_next)
237 (set_hash_hash): New functions.
238 * charset.c, fns.c: Adjust users.
239
240 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
241
242 Inline getter and setter functions for per-buffer values.
243 * buffer.h (per_buffer_default, set_per_buffer_default)
244 (per_buffer_value, set_per_buffer_value): New functions.
245 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
246 * buffer.c, data.c: Adjust users.
247
248 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
249
250 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
251
252 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
253
254 Rely on <config.h> + <unistd.h> to declare 'environ',
255 as gnulib does this if the system doesn't.
256 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
257 Remove declaration. MS-Windows declares it on stdlib.h which is
258 included by conf_post.h.
259 * emacs.c (environ) [DOUG_LEA_MALLOC]:
260 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
261 * vm-limit.c: Include <unistd.h>, for 'environ'.
262
263 * unexaix.c, unexcoff.c: Include "mem-limits.h".
264 (start_of_data): Remove decl; mem-limits.h provides it.
265
266 * xdisp.c (handle_invisible_prop): Make it a bit faster
267 and avoid a gcc -Wmaybe-uninitialized diagnostic.
268
269 2012-08-19 Chong Yidong <cyd@gnu.org>
270
271 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
272 ends (Bug#3874).
273
274 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
275
276 * .gdbinit: Use call instead of set when calling a function in the
277 inferior.
278
279 * data.c (set_internal): Don't use set_blv_found.
280 (Fkill_local_variable): Likewise.
281
282 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
283
284 * nsfont.m (ns_ascii_average_width): Ensure the string
285 ascii_printable is initialized with a null-terminated character
286 array. Otherwise, it can contain undesired extra characters.
287
288 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
289
290 port new setting code to Sun C 5.8 2005/10/13
291 * chartab.c, lisp.h (char_table_set, char_table_set_range):
292 Return void, not Lisp_Object. Otherwise, the compiler
293 complains about (A?B:C) where B is void and C is Lisp_Object
294 when compiling CHAR_TABLE_SET, due to the recent change to
295 the API of sub_char_table_set_contents.
296
297 2012-08-18 Chong Yidong <cyd@gnu.org>
298
299 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
300 for the string case (Bug#3874).
301
302 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
303
304 * buffer.h (BSET): Remove (Bug#12215).
305 Replace all uses with calls to new setter functions.
306 (bset_bidi_paragraph_direction, bset_case_canon_table)
307 (bset_case_eqv_table, bset_directory, bset_display_count)
308 (bset_display_time, bset_downcase_table)
309 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
310 (bset_last_selected_window, bset_local_var_alist)
311 (bset_mark_active, bset_point_before_scroll, bset_read_only)
312 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
313 (bset_width_table):
314 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
315 (bset_auto_fill_function, bset_auto_save_file_format)
316 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
317 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
318 (bset_cache_long_line_scans, bset_case_fold_search)
319 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
320 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
321 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
322 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
323 (bset_header_line_format, bset_indicate_buffer_boundaries)
324 (bset_indicate_empty_lines, bset_invisibility_spec)
325 (bset_left_fringe_width, bset_major_mode, bset_mark)
326 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
327 (bset_name, bset_overwrite_mode, bset_pt_marker)
328 (bset_right_fringe_width, bset_save_length)
329 (bset_scroll_bar_width, bset_scroll_down_aggressively)
330 (bset_scroll_up_aggressively, bset_selective_display)
331 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
332 (bset_word_wrap, bset_zv_marker):
333 * category.c (bset_category_table):
334 * syntax.c (bset_syntax_table):
335 New setter functions.
336
337 * process.h (PSET): Remove (Bug#12215).
338 Replace all uses with calls to new setter functions.
339 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
340 (PROCESS_INLINE): New macro.
341 (pset_childp): New setter function.
342 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
343 * process.c (PROCESS_INLINE):
344 Define to EXTERN_INLINE, so that the corresponding functions
345 are compiled into code.
346 (pset_buffer, pset_command, pset_decode_coding_system)
347 (pset_decoding_buf, pset_encode_coding_system)
348 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
349 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
350 (pset_type, pset_write_queue): New setter functions.
351
352 * window.h (WSET): Remove (Bug#12215).
353 Replace all uses with calls to new setter functions.
354 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
355 (WINDOW_INLINE): New macro.
356 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
357 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
358 (wset_total_lines, wset_vertical_scroll_bar)
359 (wset_window_end_pos, wset_window_end_valid)
360 (wset_window_end_vpos): New setter functions.
361 * window.c (WINDOW_INLINE):
362 Define to EXTERN_INLINE, so that the corresponding functions
363 are compiled into code.
364 (wset_combination_limit, wset_dedicated, wset_display_table)
365 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
366 (wset_new_normal, wset_new_total, wset_next_buffers)
367 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
368 (wset_prev_buffers, wset_right_fringe_width)
369 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
370 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
371 (wset_window_parameters):
372 * xdisp.c (wset_base_line_number, wset_base_line_pos)
373 (wset_column_number_displayed, wset_region_showing):
374 New setter functions.
375
376 * termhooks.h (TSET): Remove (Bug#12215).
377 Replace all uses with calls to new setter functions.
378 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
379 (TERMHOOKS_INLINE): New macro.
380 (tset_charset_list, tset_selection_alist): New setter functions.
381 * terminal.c (TERMHOOKS_INLINE):
382 Define to EXTERN_INLINE, so that the corresponding functions
383 are compiled into code.
384 (tset_param_alist): New setter function.
385
386 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
387
388 * keyboard.h (KSET): Remove (Bug#12215).
389 Replace all uses with calls to new setter functions.
390 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
391 (KEYBOARD_INLINE): New macro.
392 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
393 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
394 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
395 New setter functions.
396 * keyboard.c (KEYBOARD_INLINE):
397 Define to EXTERN_INLINE, so that the corresponding functions
398 are compiled into code.
399 (kset_echo_string, kset_kbd_queue)
400 (kset_keyboard_translate_table, kset_last_prefix_arg)
401 (kset_last_repeatable_command, kset_local_function_key_map)
402 (kset_overriding_terminal_local_map, kset_real_last_command)
403 (kset_system_key_syms): New setter functions.
404
405 * frame.h (FSET): Remove (Bug#12215).
406 Replace all uses with calls to new setter functions.
407 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
408 (FRAME_INLINE): New macro.
409 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
410 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
411 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
412 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
413 (fset_param_alist, fset_root_window, fset_scroll_bars)
414 (fset_selected_window, fset_title, fset_tool_bar_items)
415 (fset_tool_bar_position, fset_tool_bar_window): New functions.
416 * frame.c (FRAME_INLINE):
417 Define to EXTERN_INLINE, so that the corresponding functions
418 are compiled into code.
419 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
420
421 A few more naming-convention fixes for getters and setters.
422 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
423 and rename from buffer_overlays_set_before.
424 (set_buffer_overlays_after): Move here from buffer.h, and rename
425 from buffer_overlays_set_after.
426 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
427 All uses changed.
428 (set_buffer_intervals): Rename from buffer_set_intervals.
429 * intervals.c (set_interval_object): Move here from intervals.h,
430 and rename from interval_set_object.
431 (set_interval_left): Move here from intervals.h, and rename from
432 interval_set_left.
433 (set_interval_right): Move here from intervals.h, and rename from
434 interval_set_right.
435 (copy_interval_parent): Move here from intervals.h, and rename from
436 interval_copy_parent.
437 * intervals.h (set_interval_parent): Rename from interval_set_parent.
438 (set_interval_plist): Rename from interval_set_plist.
439 Return void, not Lisp_Object, since no caller uses the result.
440 * lisp.h (string_intervals): Rename from string_get_intervals.
441 (set_string_intervals): Rename from string_set_intervals.
442
443 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
444 (set_char_table_contents): Rename from char_table_set_contents.
445 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
446 All uses changed. See the end of
447 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
448
449 * lisp.h (CSET): Remove (Bug#12215).
450 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
451 (set_char_table_purpose): New functions,
452 replacing CSET. All uses changed. For example, replace
453 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
454 "set_char_table_parent (char_table, parent);".
455 The old version was confusing because it used the same name
456 'parent' for two different things.
457
458 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
459
460 Functions to get and set Lisp_Object fields of buffer-local variables.
461 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
462 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
463 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
464 * data.c, eval.c, frame.c: Adjust users.
465
466 2012-08-17 Chong Yidong <cyd@gnu.org>
467
468 * xfaces.c (merge_face_vectors): If the target font specfies a
469 font spec, make the font's attributes take precedence over
470 directly-specified attributes.
471 (merge_face_ref): Recognize :font.
472
473 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
474
475 Do not use memcpy for copying intervals.
476 * intervals.c (reproduce_interval): New function.
477 (reproduce_tree, reproduce_tree_obj): Use it.
478 (reproduce_tree_obj): Remove prototype.
479
480 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
481
482 * lisp.h (duration_to_sec_usec): Remove unused decl.
483
484 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
485
486 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
487 to an allocated instance of NSString, not to the class itself.
488
489 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
490
491 * makefile.w32-in (C_CTYPE_H): New macro.
492 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
493 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
494 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
495
496 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
497
498 Use ASCII tests for character types.
499 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
500 * xfns.c, xterm.c:
501 Don't include <ctype.h>; was not needed.
502 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
503 * sysdep.c, xfaces.c:
504 Include <c-ctype.h> instead of <ctype.h>.
505 * nsterm.m: Include <c-ctype.h>.
506 * charset.c (read_hex):
507 * doc.c (Fsnarf_documentation):
508 * fileio.c (IS_DRIVE) [WINDOWSNT]:
509 (DRIVE_LETTER) [DOS_NT]:
510 (Ffile_name_directory, Fexpand_file_name)
511 (Fsubstitute_in_file_name):
512 * font.c (font_parse_xlfd, font_parse_fcname):
513 * frame.c (x_set_font_backend):
514 * gtkutil.c (xg_get_font):
515 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
516 * nsimage.m (hexchar):
517 * nsterm.m (ns_xlfd_to_fontname):
518 * sysdep.c (system_process_attributes):
519 * xfaces.c (hash_string_case_insensitive):
520 Use C-locale tests instead of locale-specific tests for character
521 types, since we want the ASCII interpretation here, not the
522 interpretation suitable for whatever happens to be the current locale.
523
524 2012-08-16 Martin Rudalics <rudalics@gmx.at>
525
526 Consistently check windows for validity/liveness
527 (Bug#11984, Bug#12025, Bug#12026).
528 * lisp.h (CHECK_VALID_WINDOW): New macro.
529 * window.c (decode_window): Rename to decode_live_window.
530 (decode_valid_window, Fwindow_valid_p): New functions.
531 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
532 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
533 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
534 (Fwindow_prev_sibling, Fwindow_combination_limit)
535 (Fset_window_combination_limit, Fwindow_use_time)
536 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
537 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
538 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
539 (Fwindow_hscroll, Fset_window_hscroll)
540 (Fwindow_redisplay_end_trigger)
541 (Fset_window_redisplay_end_trigger, Fwindow_edges)
542 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
543 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
544 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
545 (Fwindow_end, Fset_window_point, Fset_window_start)
546 (Fpos_visible_in_window_p, Fwindow_line_height)
547 (Fwindow_dedicated_p, Fset_window_dedicated_p)
548 (Fwindow_prev_buffers, Fset_window_prev_buffers)
549 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
550 (Fset_window_parameter, Fwindow_display_table)
551 (Fset_window_display_table, Fdelete_other_windows_internal)
552 (Fset_window_buffer, Fset_window_new_total)
553 (Fset_window_new_normal, Fdelete_window_internal)
554 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
555 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
556 (Fwindow_scroll_bars): Check whether argument window is a valid or
557 live window. Update doc-strings.
558 (syms_of_window): New symbol Qwindow_valid_p.
559 * keyboard.c (Fposn_at_x_y): Check whether argument
560 frame_or_window denotes a valid window.
561
562 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
563
564 Fix previous char table change.
565 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
566 * chartab.c (optimize_sub_char_table): Likewise.
567
568 2012-08-16 Chong Yidong <cyd@gnu.org>
569
570 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
571
572 * xfont.c (xfont_open):
573 * xftfont.c (xftfont_open): Set the font's max_width field.
574
575 * nsfont.m (nsfont_open): Similar to the Xft backend, set
576 min_width to space_width and average_width to the average over
577 printable ASCII characters.
578 (ns_char_width): Code cleanup.
579 (ns_ascii_average_width): New utility function.
580
581 * font.h (struct font): Update comments.
582
583 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
584
585 Simple interface to set Lisp_Object fields of character tables.
586 * lisp.h (CSET): New macro.
587 (char_table_set_extras, char_table_set_contents)
588 (sub_char_table_set_contents): New function.
589 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
590 * syntax.c: Adjust users.
591
592 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * eval.c (eval_sub): Bind lexical-binding.
595 * lread.c (Qlexical_binding): Make non-static.
596
597 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
598
599 * nsmenu.m (popupSession): Remove.
600 (pop_down_menu): Remove endModalSession.
601 (timeout_handler:): New method.
602 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
603 Call runModalForWindow. Check timer_fired when it returns.
604 If not set, cancel timer and break out of loop.
605 Otherwise loop again, with a new timeout.
606
607 * nsterm.m: Include fcntl.h if present.
608 (fd_entry, t_readfds, inNsSelect): Remove.
609 (select_writefds, select_valid, select_timeout, selfds)
610 (select_mutex, apploopnr): Add.
611 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
612 Otherwise call kbd_buffer_store_event.
613 (ns_send_appdefined): Remove release of fd_entry.
614 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
615 Increment and decrement apploopnr.
616 (ns_select): If no file descriptors, just do a NSTimer.
617 Otherwise copy read/write masks and start select thread (fd_handler).
618 Start main loop and wait for application defined event.
619 Inform select thread to stop selecting after main loop is exited.
620 (ns_term_init): Create selfds pipe and set non-blocking.
621 Initialize select_mutex. Start the select thread (fd_handler).
622 (fd_handler:): Loop forever, wait for info from the main thread
623 to either start or stop selecting. When select returns, send
624 and appdefined event.
625 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
626 If not call kbd_buffer_store_event.
627
628 * nsterm.h (EmacsApp): fd_handler takes id argument.
629 (EmacsDialogPanel): Add timer_fired and timeout_handler.
630
631 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
632
633 2012-08-15 Eli Zaretskii <eliz@gnu.org>
634
635 * region-cache.c (move_cache_gap): Update gap_len using the actual
636 growth of the boundaries array. Do not change cache_len.
637 (Bug#12196)
638
639 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
640
641 Generalize and cleanup font subsystem checks.
642 * font.h (FONT_DEBUG, font_assert): Remove.
643 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
644 Change font_assert to eassert. Use eassert where appropriate.
645
646 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
647
648 * gtkutil.c (xg_get_font): Use pango_units_to_double.
649
650 2012-08-15 Chong Yidong <cyd@gnu.org>
651
652 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
653 When using the new font chooser, use gtk_font_chooser_get_font_desc to
654 extract the font descriptor instead of just the font name.
655 In that case, return a font spec instead of a string.
656 (x_last_font_name): Move to this file from xfns.c.
657
658 * xfns.c (Fx_select_font): The return value can also be a font
659 spec. Move x_last_font_name management to gtkutil.c.
660
661 * xfaces.c: Make font weight and style symbols non-static.
662
663 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
666 (bug#12117).
667
668 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * alloc.c (Fgarbage_collect): Use plural form consistently.
671
672 2012-08-14 Eli Zaretskii <eliz@gnu.org>
673
674 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
675 iteration through the command loop. Fixes a problem whereby mouse
676 movements are ignored until the first mouse click.
677
678 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
679
680 Use bool, not int, for Lisp booleans.
681 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
682 makes Emacs a bit smaller and presumably a bit faster.
683 * lisp.h: Include <stdbool.h>.
684 (struct Lisp_Boolfwd, defvar_bool):
685 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
686 * regex.c [!emacs]: Include <stdbool.h>.
687 (false, true): Remove; <stdbool.h> does this for us now.
688
689 2012-08-14 Chong Yidong <cyd@gnu.org>
690
691 * character.c (Fcharacterp): Doc fix (Bug#12076).
692
693 * data.c (Findirect_variable): Doc fix (Bug#11040).
694
695 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
696
697 * editfns.c (Fformat): Doc fix (Bug#12059).
698 (Fsave_current_buffer): Doc fix (Bug#11542).
699
700 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
701
702 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
703 (bug#12022).
704
705 2012-08-14 Martin Rudalics <rudalics@gmx.at>
706
707 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
708 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
709 * minibuf.c (choose_minibuf_frame, read_minibuf):
710 * w32fns.c (x_create_tip_frame):
711 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
712 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
713
714 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
715
716 * intervals.c (offset_intervals): Remove obsolete comment.
717
718 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
719
720 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
721
722 2012-08-14 Gergely Risko <gergely@risko.hu>
723
724 * coding.c (decode_coding): Record buffer modification before
725 disabling undo_list (Bug#11773).
726
727 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
728
729 Revert and cleanup some recent overlay changes.
730 * buffer.h (enum overlay_type): Remove.
731 (buffer_get_overlays, buffer_set_overlays): Likewise.
732 (buffer_set_overlays_before, buffer_set_overlays_after):
733 New function. Adjust users.
734 (unchain_both): Add eassert.
735
736 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
737
738 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
739
740 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
741
742 * gtkutil.c (xg_mark_data): Don't assume C99.
743
744 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
745
746 * gtkutil.c (xg_frame_tb_info): New struct.
747 (TB_INFO_KEY): New define.
748 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
749 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
750 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
751 if not present.
752 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
753 is up to date. Otherwise store new data.
754 (free_frame_tool_bar): Free xg_frame_tb_info if present.
755
756 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
757
758 Use KSET for write access to Lisp_Object members of struct kboard.
759 * keyboard.h (KSET): New macro.
760 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
761 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
762 * xterm.c: Adjust users.
763
764 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
765
766 Use BSET for write access to Lisp_Object members of struct buffer.
767 * buffer.h (BSET): New macro.
768 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
769 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
770 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
771 * window.c, xdisp.c, xfns.c: Adjust users.
772
773 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
774
775 * lread.c (syms_of_lread): Initialize Vlexical_binding.
776
777 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
778
779 * nsterm.m (not_in_argv): New function.
780 (application:openFile, application:openTempFile:):
781 (application:openFileWithoutUI:, application:openFiles:): Open file
782 if not_in_argv returns non-zero (bug#12171).
783
784 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
785 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
786 Define for Gtk+ versions less than 3.2.
787 (xg_get_font_name): Use those functions/macros here.
788 Reported by Frans Oilinki <moilinki@gmail.com>.
789
790 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
791
792 * unexmacosx.c (copy_data_segment): Copy initialized data in
793 statically linked libraries from input file rather than memory.
794
795 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
796 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
797 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
798
799 2012-08-10 Glenn Morris <rgm@gnu.org>
800
801 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
802 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
803
804 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
805
806 Fix last change to allow compilation with low optimization levels.
807 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
808 Reported by Jan Djärv <jan.h.d@swipnet.se>.
809
810 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
811
812 Use common inline syntax in intervals.h.
813 * intervals.h (INTERVALS_INLINE): New macro.
814 Change all users from LISP_INLINE.
815
816 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
817
818 Define Qnone once for all platforms.
819 * frame.c (Qnone): Define here.
820 (syms_of_frame): DEFSYM it.
821 * lisp.h (Qnone): New declaration.
822 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
823 * xfns.c: Remove duplication. Adjust users.
824
825 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
826
827 Remove unused macros from intervals.h.
828 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
829 * intervals.c: Adjust comment.
830
831 2012-08-10 Eli Zaretskii <eliz@gnu.org>
832
833 * w32fns.c <w32_unicode_gui>: New static variable.
834 (globals_of_w32fns): Initialize it according to os_subtype.
835 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
836 testing os_subtype.
837
838 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
839 Eli Zaretskii <eliz@gnu.org>
840
841 Fix bug #10299 with Unicode characters sent by customized
842 keyboards created by MSKLC.
843 * w32fns.c (INIT_WINDOW_CLASS): New macro.
844 (w32_init_class): Use it to initialize the Emacs class with either
845 ANSI or Unicode API calls.
846 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
847 later.
848 (w32_wnd_proc): If the character code sent by WM_CHAR or
849 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
850 original message. Call DefWindowProcW on NT and later.
851
852 2012-08-10 Glenn Morris <rgm@gnu.org>
853
854 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
855
856 * lisp.h (DIRECTORY_SEP): Let configure set it.
857
858 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
859
860 Use TSET for write access to Lisp_Object slots of struct terminal.
861 * termhooks.h (TSET): New macro.
862 * coding.c, terminal.c, xselect.c: Adjust users.
863
864 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
867 the failing expression, include them in the error message.
868 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
869 * lisp.h (internal_condition_case_n): Update declaration.
870
871 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
872
873 Inline functions to examine and change buffer overlays.
874 * buffer.c (unchain_both): New function.
875 * buffer.h (buffer_get_overlays, buffer_set_overlays):
876 (buffer_has_overlays): New function.
877 (enum overlay_type): New enum.
878 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
879 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
880
881 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
882
883 Inline functions to examine and change buffer intervals.
884 * alloc.c (mark_interval_tree): Remove.
885 (MARK_INTERVAL_TREE): Simplify.
886 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
887 * intervals.c (buffer_balance_intervals): New function.
888 (graft_intervals_into_buffer): Adjust indentation.
889 (set_intervals_multibyte): Simplify.
890 * buffer.h (BUF_INTERVALS): Remove.
891 (buffer_get_intervals, buffer_set_intervals): New function.
892 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
893 * intervals.c, textprop.c: Adjust users.
894
895 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
896
897 Inline functions to examine and change string intervals.
898 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
899 (string_get_intervals, string_set_intervals): New function.
900 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
901 * lread.c, print.c, textprop.c: Adjust users.
902
903 2012-08-08 Glenn Morris <rgm@gnu.org>
904
905 * lisp.mk (lisp): Remove language/persian.elc.
906
907 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
908
909 Cleanup intervals.
910 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
911 (NULL_INTERVAL_P): Likewise. Adjust users.
912 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
913 Adjust comment. Move under #if 0.
914 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
915 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
916
917 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
918
919 Check total length of intervals with eassert.
920 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
921 * intervals.c: Change all users to eassert.
922
923 2012-08-07 Eli Zaretskii <eliz@gnu.org>
924
925 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
926 Rename fields to match removal of FGET and WGET and disuse of
927 INTERNAL_FIELD in Lisp_Cons.
928
929 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
930
931 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
932 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
933 name since all xname users are fixed long time ago. Do not
934 use INTERNAL_FIELD.
935 (set_symbol_name, set_symbol_function, set_symbol_plist):
936 (set_symbol_next, set_overlay_plist): New function.
937 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
938 (struct Lisp_Overlay): Likewise.
939 (CVAR, MVAR, SVAR): Remove.
940 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
941 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
942 * xterm.c: Adjust users.
943 * .gdbinit: Change to use name field of struct Lisp_Symbol
944 where appropriate.
945
946 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
947
948 Basic functions to set Lisp_Object and pointer slots of intervals.
949 * intervals.h (interval_set_parent, interval_set_object):
950 (interval_set_left, interval_set_right, interval_set_plist):
951 (interval_copy_parent): New function.
952 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
953 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
954 Adjust indentation.
955 (INTERVAL_SIZE): Remove. Adjust users.
956 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
957
958 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
959
960 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
961 * process.h (PGET): Remove.
962 (struct Lisp_Process): Do not use INTERNAL_FIELD.
963 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
964
965 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
966
967 Drop WGET and revert read access to Lisp_Objects slots of struct window.
968 * window.h (WGET): Remove.
969 (struct window): Do not use INTERNAL_FIELD.
970 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
971 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
972 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
973 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
974 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
975 Adjust users.
976
977 2012-08-07 Chong Yidong <cyd@gnu.org>
978
979 * window.c (Fwindow_edges, Fwindow_pixel_edges)
980 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
981 (Fdelete_window_internal): Signal an error if the window is not on
982 a live frame (Bug#12025).
983
984 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
985
986 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
987 * frame.h (FGET): Remove.
988 (struct frame): Do not use INTERNAL_FIELD.
989 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
990 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
991 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
992 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
993
994 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
995
996 * w32.c: Silence compiler warnings.
997 (map_w32_filename): Remove unused variable `is_fat'.
998 (chase_symlinks): Add parentheses around expression.
999
1000 2012-08-06 Glenn Morris <rgm@gnu.org>
1001
1002 * sysdep.c: Respect BROKEN_GETWD.
1003
1004 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
1005 Let configure handle it.
1006 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
1007
1008 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1009
1010 Use GCALIGNMENT where appropriate.
1011 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
1012 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
1013 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
1014
1015 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1016
1017 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
1018 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
1019
1020 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * buffer.h (struct buffer): Revert `indirections' to a simple int;
1023 that should be sufficient for everyone.
1024
1025 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
1026
1027 * keyboard.c (timer_check_2): Add break so timer_check returns next
1028 timeout.
1029
1030 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1031
1032 Fix Windows build errors introduced after converting to WGET and WSET.
1033 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
1034 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1035
1036 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
1037
1038 * nsterm.m (ns_frame_rehighlight): Use FSET.
1039
1040 * nsmenu.m (ns_update_menubar): Use FSET.
1041
1042 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1043
1044 Separate read and write access to Lisp_Object slots of Lisp_Process.
1045 * process.h (PGET, PSET): New macros similar to AREF and ASET.
1046 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
1047
1048 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1049
1050 Separate read and write access to Lisp_Object slots of struct window.
1051 * window.h (WGET, WSET): New macros similar to AREF and ASET.
1052 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1053 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1054 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
1055 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
1056 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
1057 Adjust users.
1058
1059 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1060
1061 Fix Windows build errors introduced after converting to FGET and FSET.
1062 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
1063 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
1064 (w32_judge_scroll_bars): Change to use FSET.
1065 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1066
1067 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1068
1069 Fix replacement typo.
1070 * window.c (replace_window): Set root_window instead of
1071 selected_window. This fixes a total window subsystem
1072 malfunction reported by Bastien Guerry <bzg@gnu.org>.
1073
1074 2012-08-06 Glenn Morris <rgm@gnu.org>
1075
1076 * lisp.mk (lisp): Add language/persian.elc.
1077
1078 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1079
1080 Separate read and write access to Lisp_Object slots of struct frame.
1081 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
1082 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
1083 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
1084 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
1085 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
1086
1087 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
1088
1089 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
1090
1091 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1092
1093 Generalize common compile-time constants.
1094 * lisp.h (header_size, bool_header_size, word_size): Now here.
1095 (struct Lisp_Vector): Add comment.
1096 (struct Lisp_Bool_Vector): Move up to define handy constants.
1097 (VECSIZE, PSEUDOVECSIZE): Simplify.
1098 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
1099 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
1100 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
1101 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
1102 * xfont.c, xmenu.c: Use word_size where appropriate.
1103
1104 2012-08-05 Lawrence Mitchell <wence@gmx.li>
1105
1106 * search.c (Freplace_match): Treat \? in the replacement text
1107 literally (Bug#8161).
1108
1109 2012-08-05 Chong Yidong <cyd@gnu.org>
1110
1111 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
1112 * frame.c (Vdelete_frame_functions):
1113 * emacs.c (Vkill_emacs_hook): Doc fix.
1114
1115 2012-08-04 Eli Zaretskii <eliz@gnu.org>
1116
1117 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
1118 --with-x-toolkit=no builds.
1119 Reported by Carsten Mattner <carstenmattner@gmail.com>.
1120
1121 2012-08-04 Chong Yidong <cyd@gnu.org>
1122
1123 * syntax.c (Fmodify_syntax_entry): Doc fix.
1124
1125 2012-08-04 Eli Zaretskii <eliz@gnu.org>
1126
1127 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
1128 * w32.c (init_environment): Change the default values of many
1129 environment variables in dflt_envvars[] to NULL, to avoid pushing
1130 them into environment when they were not already defined.
1131 Remove the code that deletes site-lisp subdirectories from the default
1132 value of EMACSLOADPATH, as it is no longer needed.
1133 (check_windows_init_file): Now external, not static.
1134 Use Vload_path as is, without adding anything, as this function is now
1135 called when Vload_path is already set up.
1136
1137 * w32.h (check_windows_init_file): Add prototype.
1138
1139 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
1140 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
1141 compatibility with Posix platforms.
1142 (main): Move the call to check_windows_init_file to here from
1143 w32.c.
1144 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
1145 any, in the DEFALT argument into the root of the Emacs build or
1146 installation tree, as appropriate.
1147
1148 * callproc.c (init_callproc_1): Call decode_env_path instead of
1149 doing its equivalent by hand.
1150 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
1151 the code that sets Vexec_path run on MS-Windows.
1152
1153 * lread.c (init_lread): Add comments to #ifdef's.
1154
1155 * msdos.c (dos_set_window_size, IT_update_begin)
1156 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
1157 instead of direct references.
1158
1159 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
1160
1161 Export DEFAULT_REHASH_* to GDB.
1162 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
1163 Now constants, not macros.
1164
1165 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1166
1167 Remove unnecessary casts involving pointers.
1168 These casts are no longer needed now that we assume C89 or later,
1169 since they involve casting to or from void *.
1170 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
1171 (make_pure_float, make_pure_vector):
1172 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
1173 * macros.c (Fstart_kbd_macro):
1174 * menu.c (find_and_return_menu_selection):
1175 * minibuf.c (read_minibuf_noninteractive):
1176 * sysdep.c (closedir):
1177 * xdisp.c (x_produce_glyphs):
1178 * xfaces.c (compare_fonts_by_sort_order):
1179 * xfns.c (x_real_positions, select_visual):
1180 * xselect.c (x_stop_queuing_selection_requests)
1181 (x_get_window_property, x_get_window_property_as_lisp_data):
1182 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
1183 Remove unnecessary pointer casts.
1184 * alloc.c (record_xmalloc): New function.
1185 * lisp.h (record_xmalloc): New decl.
1186 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
1187 more like a function. This is because the pointer cast is not
1188 needed. All uses changed.
1189 * print.c (print_string, print_error_message): Avoid length recalc.
1190
1191 Improve fix for macroexp crash with debugging (Bug#12118).
1192 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
1193 ARRAY_MARK_FLAG when checking subscripts, because ASET is
1194 not supposed to be invoked from the garbage collector.
1195 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
1196 (gc_aset): New function, which is like ASET but can be
1197 used in the garbage collector.
1198 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
1199 (set_hash_index): Use it instead of ASET.
1200
1201 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1202
1203 Support symlinks on latest versions of MS-Windows.
1204 * w32.c: Include winioctl.h and aclapi.h.
1205 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
1206 (revert_to_self): Forward declarations of static functions.
1207 <static BOOL g_b_init_get_security_info>:
1208 <g_b_init_create_symbolic_link>: New static flags.
1209 (globals_of_w32): Initialize them to zero.
1210 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
1211 (map_w32_filename): Improve commentary. Simplify switch.
1212 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
1213 headers (most versions of MinGW w32api don't).
1214 (get_security_info, create_symbolic_link)
1215 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
1216 New functions.
1217 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
1218 in the argument file name.
1219 (sys_access): Call unc_volume_file_attributes only if
1220 GetFileAttributes fails with network-related error codes.
1221 (sys_rename): Diagnose renaming of a symlink when the user doesn't
1222 have the required privileges.
1223 (get_file_security_desc_by_name): Rename from
1224 get_file_security_desc.
1225 (stat_worker): New function, with most of the guts of 'stat', and
1226 with addition of handling of symlinks and support for 'lstat'.
1227 If possible, get file's attributes and security information by
1228 handle, not by name. Produce S_IFLNK bit for symlinks, when
1229 called from 'lstat'.
1230 (stat, lstat): New functions, call 'stat_worker'.
1231 (symlink, readlink, careadlinkat): Rewritten to create and resolve
1232 symlinks when the underlying filesystem supports them.
1233
1234 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1235
1236 Fix macroexp crash on Windows with debugging (Bug#12118).
1237 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
1238 checking subscripts; problem introduced with the recent
1239 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
1240 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
1241 since it's used in non-static inline functions now.
1242
1243 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
1244 Don't assume buffer size fits in 'int'. Remove unused local.
1245
1246 Use C99-style 'extern inline' if available.
1247 * buffer.h (BUFFER_INLINE):
1248 * category.h (CATEGORY_INLINE):
1249 * character.h (CHARACTER_INLINE):
1250 * charset.h (CHARSET_INLINE):
1251 * composite.h (COMPOSITE_INLINE):
1252 * dispextern.h (DISPEXTERN_INLINE):
1253 * lisp.h (LISP_INLINE):
1254 * systime.h (SYSTIME_INLINE):
1255 New macro, replacing 'static inline' in this header.
1256 * buffer.h, category.h, character.h, charset.h, composite.h:
1257 * dispextern.h, lisp.h, systime.h:
1258 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1259 * alloc.c (LISP_INLINE):
1260 * buffer.c (BUFFER_INLINE):
1261 * category.c (CATEGORY_INLINE):
1262 * character.c (CHARACTER_INLINE):
1263 * charset.c (CHARSET_INLINE):
1264 * composite.c (COMPOSITE_INLINE):
1265 * dispnew.c (DISPEXTERN_INLINE):
1266 * sysdep.c (SYSTIME_INLINE):
1267 Define to EXTERN_INLINE, so that the corresponding functions
1268 are compiled into code.
1269 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
1270 (INLINE_HEADER_END): New macros.
1271 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
1272 since it's used in non-static inline functions now.
1273 (VALMASK) [!USE_LSB_TAG]: Likewise.
1274
1275 2012-08-02 Glenn Morris <rgm@gnu.org>
1276
1277 * s/: Remove empty directory.
1278
1279 * s/ms-w32.h: Move to ../nt/inc.
1280 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
1281 Update for new ms-w32.h location.
1282
1283 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1284
1285 Port to Solaris 8.
1286 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
1287
1288 2012-08-02 Glenn Morris <rgm@gnu.org>
1289
1290 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
1291 hard-coding the path separator.
1292
1293 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
1294
1295 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
1296 This how ASET and AREF are supposed to work, and makes
1297 it easier to think about future improvements. See
1298 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
1299 * charset.h (set_charset_attr): New function.
1300 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
1301 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
1302 (aref_addr): New function. All uses of &AREF(...) changed.
1303 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
1304 (set_hash_index): New functions. All lvalue-style uses of
1305 HASH_KEY etc. changed.
1306 * keyboard.c (set_prop): New function. All lvalue-style uses
1307 of PROP changed.
1308
1309 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
1310
1311 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
1312 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
1313 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
1314 * nsfns.m (ns_set_name_as_filename): Likewise.
1315 * nsmenu.m (ns_update_menubar): Likewise.
1316 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
1317
1318 2012-08-01 Eli Zaretskii <eliz@gnu.org>
1319
1320 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
1321 Adapt to latest changes in field names of the corresponding Lisp
1322 objects.
1323
1324 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
1325
1326 2012-08-01 Glenn Morris <rgm@gnu.org>
1327
1328 * s/msdos.h: Remove file.
1329 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
1330 * Makefile.in (S_FILE): Remove.
1331 (config_h): Remove S_FILE.
1332
1333 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
1336 Remove; moved to nt/config.nt.
1337
1338 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1339
1340 Use INTERNAL_FIELD for conses and overlays.
1341 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
1342 Remove obsolete comment.
1343 (MVAR): New macro.
1344 (struct Lisp_Overlay): Use INTERNAL_FIELD.
1345 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
1346
1347 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1348
1349 Use INTERNAL_FIELD for symbols.
1350 * lisp.h (SVAR): New macro. Adjust users.
1351 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
1352 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
1353
1354 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1355
1356 Use INTERNAL_FIELD for processes.
1357 * process.h (PVAR): New macro. Adjust style.
1358 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
1359 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
1360
1361 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1362
1363 Use INTERNAL_FIELD for windows.
1364 * window.h (WVAR): New macro.
1365 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
1366 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1367 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1368 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
1369 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
1370 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
1371
1372 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
1373
1374 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
1375
1376 2012-08-01 Glenn Morris <rgm@gnu.org>
1377
1378 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
1379 Move to configure.ac.
1380
1381 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * makefile.w32-in (CONFIG_H): Update dependencies.
1384 (CONF_POST_H): New macro.
1385
1386 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
1387
1388 2012-07-31 Glenn Morris <rgm@gnu.org>
1389
1390 * Makefile.in (S_FILE): No longer set by configure.
1391
1392 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
1393 is available.
1394 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
1395
1396 * process.h (NULL_DEVICE):
1397 * emacs.c (SEPCHAR):
1398 * editfns.c (USER_FULL_NAME): Let configure set them.
1399
1400 * s/README, s/template.h: Remove files.
1401
1402 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
1403
1404 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
1405 Move to configure.ac.
1406
1407 2012-07-31 Eli Zaretskii <eliz@gnu.org>
1408
1409 * .gdbinit (xframe): Adapt to introduction of FVAR and the
1410 resulting renaming of 'struct frame' members.
1411
1412 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
1413
1414 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
1415 after introduction of FVAR.
1416
1417 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
1418
1419 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
1420
1421 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
1422 instead of compositeToPoint.
1423 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
1424
1425 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
1426
1427 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1428
1429 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
1430 * lisp.h (INTERNAL_FIELD): New macro.
1431 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
1432 (BVAR): Change to use INTERNAL_FIELD.
1433 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
1434 (KVAR): Change to use INTERNAL_FIELD.
1435 * frame.h (FVAR): New macro.
1436 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
1437 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
1438 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
1439 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
1440 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
1441
1442 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1443
1444 Miscellaneous fixes for non-default X toolkits.
1445 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
1446 * xterm.c (x_frame_of_widget): Remove redundant prototype.
1447 Move under #ifdef USE_LUCID.
1448 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
1449 definition and usage to avoid warnings.
1450
1451 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
1452
1453 * nsterm.m (openFiles): Fix previous checkin.
1454
1455 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
1456
1457 * indent.c (compute_motion): Remove unused local.
1458
1459 2012-07-31 Glenn Morris <rgm@gnu.org>
1460
1461 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
1462
1463 * conf_post.h [USG5_4]:
1464 Move remaining contents of s/usg5-4-common.h here.
1465 * s/usg5-4-common.h: Remove file.
1466
1467 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
1468 * s/irix6-5.h: Remove file.
1469
1470 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
1471 * s/darwin.h: Remove file.
1472
1473 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
1474 * s/hpux10-20.h: Remove file, which is now empty.
1475
1476 2012-07-30 Glenn Morris <rgm@gnu.org>
1477
1478 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
1479 * Makefile.in (config_h): Add conf_post.h.
1480 * makefile.w32-in (CONFIG_H): Add conf_post.h.
1481
1482 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1483
1484 * nsterm.m (ns_do_open_file): New variable.
1485 (ns_term_init): Set ns_do_open_file to YES after run returns.
1486 (openFile, openTempFile, openFileWithoutUI, openFiles):
1487 Open files only if ns_do_open_file.
1488
1489 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1490
1491 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
1492 This no-op macro hasn't been needed for many years.
1493 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
1494
1495 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
1496 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
1497 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
1498 gdb_make_enums_visible.
1499 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
1500 (DIRECTORY_SEP): Now a constant, not a macro.
1501
1502 2012-07-30 Eli Zaretskii <eliz@gnu.org>
1503
1504 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
1505 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
1506
1507 * w32term.c <w32_keyboard_codepage>: Renamed from
1508 keyboard_codepage and now external. All users changed.
1509
1510 * w32term.h: Add declaration of w32_keyboard_codepage.
1511
1512 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
1513 the codepage to translate keys to Unicode. If this argument is
1514 -1, use the value returned by GetConsoleCP. All callers changed.
1515
1516 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1517
1518 Update .PHONY listings in makefiles.
1519 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
1520 bootstrap-clean, distclean, maintainer-clean, versioclean,
1521 extraclean, frc.
1522
1523 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
1524 This is a bit clearer. Fix some commentary typos.
1525
1526 2012-07-30 Glenn Morris <rgm@gnu.org>
1527
1528 * s/netbsd.h: Let configure include signal.h if needed.
1529 Remove file, which is now empty.
1530
1531 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
1532 Let configure set them.
1533 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
1534 No more need to undefine.
1535
1536 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
1537
1538 * keymap.c (Fkey_description): Don't remove 0x80 bit from
1539 non-single-byte char when adding meta modifier. (Bug#12090)
1540
1541 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
1542
1543 Convert safe_call to use variable number of arguments.
1544 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
1545 (safe_call2): Fix comment.
1546 * lisp.h (safe_call): Adjust prototype.
1547 * coding.c (encode_coding_object): Change to use safe_call2.
1548 * xfaces.c (merge_face_heights): Change to use safe_call1.
1549
1550 2012-07-30 Glenn Morris <rgm@gnu.org>
1551
1552 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
1553 does that unconditionally. Remove file, which is now empty.
1554
1555 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
1556 Remove empty files.
1557
1558 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 Export to GDB most of lisp.h's remaining object-like macros.
1561 * lisp.h (min, max): Move earlier, because they're used earlier now.
1562 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
1563 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
1564 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
1565 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
1566 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
1567 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
1568 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
1569 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
1570 Now constants, for GDB. They need not be macros.
1571 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
1572 Now constants, for GDB, as well as macros, for static initializers.
1573 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
1574 Move to after the definition of struct Lisp_Char_Table,
1575 since the former now needs that type defined.
1576 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
1577 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
1578 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
1579 New enums, for gdb_make_enums_visible.
1580 (GLYPH_MODE_LINE_FACE): Remove; unused.
1581 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
1582 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
1583 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
1584 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
1585 enum maxargs, enum MAX_ALLOCA.
1586 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
1587 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
1588 no longer needed, now that they are done in lisp.h.
1589
1590 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
1591
1592 Cleanup string bytes checking.
1593 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
1594 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
1595 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
1596 (check_sblock, compact_small_strings): Simplify.
1597
1598 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1599
1600 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
1601 These macros are confusing and no longer need to be defined, as
1602 the enum values now suffice. All uses replaced with definiens.
1603 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
1604
1605 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
1606
1607 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
1608 ($(BLD)/w32console.$(O)): Update dependencies.
1609
1610 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1611
1612 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
1613 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
1614 time. Adjust users.
1615 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
1616
1617 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1618
1619 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
1620 setting sitelisp (Bug#12010).
1621
1622 2012-07-29 Eli Zaretskii <eliz@gnu.org>
1623
1624 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
1625
1626 * w32heap.c (cache_system_info):
1627 * w32.c (sys_rename):
1628 * w32proc.c (find_child_console, sys_kill): All users changed.
1629
1630 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1631
1632 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
1633
1634 2012-07-29 Eli Zaretskii <eliz@gnu.org>
1635
1636 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
1637
1638 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1639
1640 Cleanup statistics calculation in Fgarbage_collect.
1641 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
1642 Fix zombies percentage calculation. Simplify elapsed time calculation.
1643
1644 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1645
1646 Generalize marker debugging code under MARKER_DEBUG and use eassert.
1647 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
1648 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
1649 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
1650 (replace_range, replace_range_2, del_range_2): Change to eassert.
1651 * marker.c (byte_char_debug_check): Adjust style.
1652
1653 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1654
1655 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
1656 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
1657 long-ago-commented-out code that talks about "WIN32".
1658 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
1659 All uses changed.
1660
1661 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1662
1663 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1664 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
1665 Simplify by using alignof.
1666 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
1667 * lisp.h: Include <stdalign.h>.
1668 (GCALIGNMENT): New macro and constant.
1669 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
1670 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
1671 (stdalign): New macro, if not already defined.
1672
1673 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1674
1675 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
1676 * w32inevt.c: Include w32inevt.h.
1677 (w32_read_console_input): New inline function, calls either
1678 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
1679 w32_console_unicode_input.
1680 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
1681 (w32_kbd_patch_key, key_event): Use the codepage returned by
1682 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
1683 (key_event): use uChar.UnicodeChar only if
1684 w32_console_unicode_input is non-zero.
1685
1686 * w32console.c: Include w32heap.h.
1687 <w32_console_unicode_input>: New global variable.
1688 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
1689 family of Windows, zero otherwise.
1690
1691 * w32inevt.h: Declare w32_console_unicode_input.
1692
1693 * xdisp.c (init_iterator): Don't reference tip_frame in a build
1694 --without-x. (Bug#11742)
1695
1696 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 Adjust GDB to reflect pvec_type changes (Bug#12036).
1699 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
1700 2012-07-04 changes to pseudovector representation.
1701 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
1702
1703 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
1706 bus address.
1707 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
1708
1709 2012-07-27 Eli Zaretskii <eliz@gnu.org>
1710
1711 * alloc.c (listn): Fix the order the arguments are consed onto the
1712 list.
1713
1714 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
1715 enumeration constants, as PURE and HEAP are too general, and clash
1716 with other headers and sources, such as gmalloc.c and the
1717 MS-Windows system headers. All users changed.
1718
1719 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1720
1721 Revert last save_excursion_save and save_excursion_restore changes.
1722 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
1723 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
1724
1725 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1726
1727 Fix recently-introduced typos in Windows port.
1728 Reported by Martin Rudalics <rudalics@gmx.at>.
1729 * w32.c (init_environment): Replace comma with semicolon.
1730 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
1731
1732 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
1733
1734 Improve GDB symbol export (Bug#12036).
1735 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
1736 arms of an 'if', not using conditional expressions; otherwise GDB
1737 complains about the types in the unevaluated arm when the argument
1738 is an integer literal.
1739 (xgetint): Simplify expression.
1740 * alloc.c (gdb_make_enums_visible): New constant. This ports to
1741 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
1742 Zaretskii in <http://bugs.gnu.org/12036#13>.
1743 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
1744 needed now that we have gdb_make_enums_visible.
1745 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
1746 (enum enum_USE_LSB_TAG):
1747 New enum types, packaging up enums that need to be exported to GDB.
1748
1749 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1750
1751 Utility function to make a list from specified amount of objects.
1752 * lisp.h (enum constype): New datatype.
1753 (listn): New prototype.
1754 * alloc.c (listn): New function.
1755 (Fmemory_use_count, syms_of_alloc): Use it.
1756 * buffer.c (syms_of_buffer): Likewise.
1757 * callint.c (syms_of_callint): Likewise.
1758 * charset.c (define_charset_internal): Likewise.
1759 * coding.c (syms_of_coding): Likewise.
1760 * keymap.c (syms_of_keymap): Likewise.
1761 * search.c (syms_of_search): Likewise.
1762 * syntax.c (syms_of_syntax): Likewise.
1763 * w32.c (init_environment): Likewise.
1764 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
1765 * xdisp.c (syms_of_xdisp): Likewise.
1766 * xfns.c (syms_of_xfns): Likewise.
1767
1768 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1769
1770 Fast save_excursion_save and save_excursion_restore.
1771 * lisp.h (struct Lisp_Excursion): New data type.
1772 (PVEC_EXCURSION): New pseudovector type.
1773 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
1774 to deal with it. Adjust comments.
1775 (init_marker, attach_marker): New prototype.
1776 (unchain_marker): Adjust prototype.
1777 * marker.c (attach_marker): Change to global.
1778 (init_marker): New function.
1779 * alloc.c (Fmake_marker, build_marker): Use it.
1780 (build_marker): More easserts.
1781 (mark_object): Handle struct Lisp_Excursion.
1782 * editfns.c (save_excursion_save, save_excursion_restore):
1783 Reimplement to use struct Lisp_Excursion. Add comments.
1784
1785 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
1786
1787 Fix export of symbols to GDB (Bug#12036).
1788 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
1789 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
1790 emacs.c, as this is a more-suitable home. Had this been done earlier
1791 the fix for 12036 would have avoided some of the problems noted in
1792 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
1793 would have been more obvious.
1794 * emacs.c: Do not include <verify.h>; no longer needed.
1795 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
1796 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
1797 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
1798 Remove; now done in lisp.h.
1799 * lisp.h (PUBLISH_TO_GDB): New macro.
1800 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
1801 (DATA_SEG_BITS): Use it.
1802 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
1803 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
1804 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
1805 not be usable in #if. This simplifies things.
1806
1807 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
1810
1811 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
1812
1813 Simplify export of symbols to GDB (Bug#12036).
1814 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
1815 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
1816 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
1817 Adjust to changes in lisp.h and emacs.c, by using
1818 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
1819 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
1820 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
1821 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
1822 instead of gdb_valbits.
1823 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
1824 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
1825 instead of gdb_array_mark_flag.
1826 (xboolvector): Get size from $->size, not $->header.size.
1827 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
1828 (xreload, hook-run, hookpost-run): Remove.
1829 * emacs.c: Include <verify.h>.
1830 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
1831 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
1832 Remove.
1833 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
1834 (gdb_USE_LSB_TAG): New enum constants.
1835 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
1836 Also define these as enum constants, so they're visible to GDB.
1837 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
1838 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
1839 as constants, so they're visible to GDB.
1840 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
1841 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
1842 Now enum constants, not macros, so they're visible to GDB.
1843 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
1844 more convenient now. All uses changed.
1845 (VALMASK) [USE_LSB_TAG]: Also define in this case.
1846 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
1847
1848 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
1849
1850 Explicitly free restriction data that are not needed anymore.
1851 * editfns.c (save_restriction_restore): Free restriction data.
1852
1853 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
1856 add argument, tune behavior, and adjust all callers.
1857
1858 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1859
1860 Use typedef for EMACS_INT, EMACS_UINT.
1861 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
1862 than macros. This simplifies debugging in the usual case, since
1863 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
1864 and it allows expressions involving EMACS_INT casts.
1865 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
1866
1867 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
1868
1869 * nsterm.m (ns_read_socket): Return early if there is a modal
1870 window (Bug#12043).
1871
1872 2012-07-25 Martin Rudalics <rudalics@gmx.at>
1873
1874 * frame.c (Fredirect_frame_focus): In doc-string don't mention
1875 that FOCUS-FRAME can be omitted.
1876
1877 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
1878
1879 Adjust buffer text indirection counters at the end of Fkill_buffer.
1880 * buffer.c (Fkill_buffer): Adjust indirection counters when the
1881 buffer is definitely dead. This should really fix an issue reported
1882 by Christoph Scholtes again. (Bug#12007).
1883 (init_buffer_once): Initialize indirection counters of
1884 buffer_defaults and buffer_local_symbols (for sanity and safety).
1885
1886 2012-07-24 Eli Zaretskii <eliz@gnu.org>
1887
1888 * xdisp.c (init_iterator): Don't compute dimensions of truncation
1889 and continuation glyphs on tooltip frames, leave them at zero.
1890 Avoids continued lines in tooltips. (Bug#11832)
1891
1892 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
1893
1894 Simplify copy_overlay.
1895 * buffer.c (copy_overlay): Simplify. Use build_marker.
1896 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
1897
1898 2012-07-23 Eli Zaretskii <eliz@gnu.org>
1899
1900 * print.c (print_object): Don't crash when a frame's name is nil
1901 or invalid. (Bug#12025)
1902
1903 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
1904 it signals an error when a tooltip frame is being created.
1905
1906 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
1907
1908 Cleanup miscellaneous objects allocation and initialization.
1909 * alloc.c (allocate_misc): Change to static. Add argument to
1910 specify the subtype. Adjust comment and users.
1911 (build_overlay): New function.
1912 * buffer.c (copy_overlays, Fmake_overlay): Use it.
1913 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
1914 (allocate_misc): Remove prototype.
1915 (build_overlay): Add prototype.
1916
1917 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
1918
1919 Swap buffer text indirection counters in Fbuffer_swap_text.
1920 * buffer.c (Fbuffer_swap_text): Swap indirections too.
1921 This avoids crash reported by Christoph Scholtes at
1922 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
1923
1924 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
1925
1926 * nsmenu.m (Popdown_data): New struct.
1927 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
1928 free Popdown_data.
1929 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
1930 (initWithContentRect): Make imgView and contentView non-static
1931 and autorelease them. Also autorelease img and matrix (Bug#12005).
1932 (dealloc): Remove (Bug#12005).
1933
1934 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
1935
1936 Adjust consing_since_gc when objects are explicitly freed.
1937 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
1938 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
1939 (free_cons, free_misc): Subtract object size from consing_since_gc.
1940
1941 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
1942
1943 Simplify and cleanup markers positioning code.
1944 * marker.c (attach_marker): More useful eassert.
1945 (live_buffer, set_marker_internal): New function.
1946 (Fset_marker, set_marker_restricted): Use set_marker_internal.
1947 (set_marker_both, set_marker_restricted_both): Use live_buffer.
1948
1949 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
1952 as it's limited by the amount of memory, not by INT_MAX.
1953
1954 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1955
1956 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
1957 in special-event-map. See the discussion at
1958 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
1959 for the reasons.
1960
1961 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
1962 info.dwItemData. Fixes crashes on 64-bit Windows.
1963 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1964
1965 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
1966
1967 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
1968 (conversationIdentifier): Return value is NSInteger.
1969 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
1970
1971 2012-07-21 Chong Yidong <cyd@gnu.org>
1972
1973 * window.c (decode_any_window): Signal an error if the window is
1974 on a dead frame (Bug#11984).
1975
1976 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1977
1978 Add indirection counting to speed up Fkill_buffer.
1979 * buffer.h (struct buffer): New member.
1980 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
1981 (Fmake_indirect_buffer): Set indirection counter to -1, increment
1982 base buffer indirection counter.
1983 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
1984 (Fkill_buffer): Adjust indirection counters as needed, don't walk
1985 through buffer list if indirection counter is 0.
1986
1987 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1988
1989 Extend the value returned by Fgarbage_collect with heap statistics.
1990 * alloc.c (Qheap): New symbol.
1991 (syms_of_alloc): DEFSYM it.
1992 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
1993 (Fmemory_free): Remove.
1994 (syms_of_alloc): Don't defsubr it.
1995 * buffer.c (Fcompact_buffer): Remove.
1996 (syms_of_buffer): Don't defsubr it.
1997
1998 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1999
2000 Make maybe_gc inline.
2001 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
2002 * lisp.h (consing_since_gc, gc_relative_threshold)
2003 (memory_full_cons_threshold): Revert declaration.
2004 (maybe_gc): Remove prototype, define as inline.
2005 * alloc.c: Remove old commented-out code.
2006 (consing_since_gc, gc_relative_threshold)
2007 (memory_full_cons_threshold): Revert to global.
2008 (maybe_gc): Remove.
2009
2010 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2011
2012 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
2013 * lisp.h (build_unibyte_string): New function.
2014 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
2015 * sysdep.c, w32fns.c, xfns.c: Use it.
2016 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
2017 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
2018 Adjust users accordingly.
2019 * font.h (font_open_by_name): Adjust prototype.
2020
2021 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2022
2023 Cleanup calls to Fgarbage_collect.
2024 * lisp.h (maybe_gc): New prototype.
2025 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
2026 Remove declarations.
2027 * alloc.c (maybe_gc): New function.
2028 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
2029 Make them static.
2030 * bytecode.c (MAYBE_GC): Use maybe_gc.
2031 * eval.c (eval_sub, Ffuncall): Likewise.
2032 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
2033 to avoid dependency from auto-save feature.
2034
2035 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
2036
2037 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
2038 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
2039 'for_each_per_buffer_object_at'.
2040 All uses changed. It's better to use upper-case for macros that
2041 cannot be implemented as functions, to give the reader a clue
2042 that they're special.
2043
2044 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * alloc.c (Fgarbage_collect): Tweak docstring.
2047
2048 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2049
2050 Tweak the value returned from Fgarbage_collect again.
2051 * alloc.c (Fgarbage_collect): New return value, as confirmed in
2052 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
2053 Adjust documentation.
2054 (total_vector_bytes): Rename to total_vector_slots, adjust
2055 accounting.
2056 (total_free_vector_bytes): Rename to total_free_vector_slots,
2057 adjust accounting.
2058 (Qstring_bytes, Qvector_slots): New symbols.
2059 (syms_of_alloc): DEFSYM them.
2060
2061 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2062
2063 Buffer compaction primitive which may be used from Lisp.
2064 * buffer.c (compact_buffer, Fcompact_buffer): New function.
2065 (syms_of_buffer): Register Fcompact_buffer.
2066 * alloc.c (Fgarbage_collect): Use compact_buffer.
2067 * buffer.h (compact_buffer): New prototype.
2068 (struct buffer_text): New member.
2069
2070 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2071
2072 New macro to iterate over all buffers, miscellaneous cleanups.
2073 * lisp.h (all_buffers): Remove declaration.
2074 * buffer.h (all_buffers): Add declaration, with comment.
2075 (for_each_buffer): New macro.
2076 * alloc.c (Fgarbage_collect, mark_object): Use it.
2077 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
2078 (init_buffer): Likewise.
2079 * data.c (Fset_default): Likewise.
2080 * coding.c (code_conversion_restore): Remove redundant check
2081 for dead buffer.
2082 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
2083
2084 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
2085
2086 Fix bug that created negative-length intervals.
2087 * intervals.c (merge_interval_right, merge_interval_left):
2088 Do not zero out this interval if it is absorbed by its children,
2089 as this interval's total length doesn't change in that case. See
2090 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
2091
2092 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
2095 when invoking (make-bool-vector N t) and N is a positive
2096 multiple of 8 -- the last 8 bits were mistakenly cleared.
2097
2098 Remove some struct layout assumptions in bool vectors.
2099 * alloc.c (bool_header_size): New constant.
2100 (header_size, word_size): Move earlier, as they're now used earlier.
2101 Use 'word_size' in a few more places, where it's appropriate.
2102 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
2103 padding before the data member of a bool vector.
2104 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
2105 than doing the check by hand with an abort ().
2106
2107 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * eval.c (Fdefvar): Don't check constants since we only set the var if
2110 it's not yet defined anyway (bug#11904).
2111
2112 * lisp.h (last_undo_boundary): Declare new var.
2113 * keyboard.c (command_loop_1): Set it.
2114 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
2115 were auto-added by the command loop (bug#11774).
2116
2117 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
2118
2119 * w32font.c (Qsymbol): Remove local definition.
2120 (syms_of_w32font): Don't DEFSYM it.
2121
2122 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2123
2124 Fix sweep_vectors to handle large bool vectors correctly.
2125 * alloc.c (sweep_vectors): Account total_vector_bytes for
2126 bool vectors larger than VBLOCK_BYTES_MAX.
2127
2128 2012-07-18 Chong Yidong <cyd@gnu.org>
2129
2130 * frame.c (x_set_frame_parameters): Revert bogus change introduced
2131 in 2012-05-25 commit by Paul Eggert (Bug#11738).
2132
2133 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2134
2135 Return more descriptive data from Fgarbage_collect.
2136 Suggested by Stefan Monnier in
2137 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
2138 * alloc.c (bounded_number): New function.
2139 (total_buffers, total_vectors): New variable.
2140 (total_string_size): Rename to total_string_bytes, adjust users.
2141 (total_vector_size): Rename to total_vector_bytes, adjust users.
2142 (sweep_vectors): Account total_vectors and total_vector_bytes.
2143 (Fgarbage_collect): New return value. Adjust documentation.
2144 (gc_sweep): Account total_buffers.
2145 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
2146 (VECTOR_SIZE): Remove.
2147 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
2148 (Qinterval, Qmisc): New symbols.
2149 (syms_of_data): Initialize them.
2150 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
2151 (Qcons, Qbuffer): New declarations.
2152
2153 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2154
2155 * alloc.c (Fmemory_free): Account for memory-free's own storage.
2156 Round up, not down. Improve doc.
2157
2158 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2159
2160 Restore old code in allocate_string_data to avoid Faset breakage.
2161 Reported by Julien Danjou <julien@danjou.info> in
2162 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
2163 * alloc.c (allocate_string_data): Restore old code with minor
2164 adjustments, fix comment to explain this subtle issue.
2165
2166 2012-07-17 Eli Zaretskii <eliz@gnu.org>
2167
2168 Remove FILE_SYSTEM_CASE.
2169 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
2170
2171 * fileio.c (FILE_SYSTEM_CASE): Don't define.
2172 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
2173 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
2174 call-process-region passes it through expand-file-name.
2175
2176 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
2177
2178 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2179
2180 Fix crash when creating indirect buffer (Bug#11917)
2181 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
2182 Don't handle unbound variables specially if non-zero.
2183 (Fbuffer_local_variables): Pass zero.
2184 (clone_per_buffer_values): Pass non-zero.
2185
2186 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2187
2188 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
2189 to make the loop interruptible.
2190
2191 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2192
2193 * gnutls.c (emacs_gnutls_handshake): Only retry if
2194 GNUTLS_E_INTERRUPTED.
2195
2196 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2197
2198 Cleanup and convert miscellaneous checks to eassert.
2199 * alloc.c (mark_interval): Fix comment, partially rephrase
2200 old comment from intervals.h (see below).
2201 * intervals.c (find_interval, adjust_intervals_for_insertion)
2202 (delete_interval, adjust_intervals_for_deletion)
2203 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
2204 Convert to eassert.
2205 (adjust_intervals_for_insertion, make_new_interval):
2206 Remove obsolete and unused code.
2207 * intervals.h (struct interval): Remove obsolete comment.
2208 * textprotp.c (erase_properties): Remove unused code.
2209 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
2210 (Fremove_list_of_text_properties): Convert to eassert.
2211
2212 2012-07-17 Chong Yidong <cyd@gnu.org>
2213
2214 * editfns.c (Finsert_char): Doc fix.
2215
2216 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2217
2218 Fix previous change to make Fmemory_free always accurate.
2219 * alloc.c (make_interval): Update total_free_intervals.
2220 (make_float): Likewise for total_free_floats.
2221 (free_cons, Fcons): Likewise for total_free_conses.
2222 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
2223 Likewise for total_free_vector_bytes.
2224 (Fmake_symbol): Likewise for total_free_symbols.
2225 (bytes_free): Remove.
2226
2227 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2228
2229 Simple free memory accounting feature.
2230 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
2231 (sweep_vectors): Accumulate size of free vectors.
2232 (Fgarbage_collect): Setup bytes_free.
2233 (Fmemory_free): New function.
2234 (syms_of_alloc): Register it.
2235
2236 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2237
2238 Cleanup overlays checking.
2239 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
2240 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
2241 eassert and OVERLAYP.
2242 (sort_overlays): Change to use OVERLAYP.
2243
2244 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2245
2246 * editfns.c (Finsert_char): Make it interactive, and make the
2247 second arg optional. Copy interactive spec and docstring from
2248 ucs-insert.
2249
2250 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2251
2252 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
2253 Unlike the other wrapped functions, fabs has an unspecified
2254 effect on errno.
2255
2256 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
2257
2258 * nsterm.m (keyDown): Interpret flags without left/right bits
2259 as the left key (Bug#11670).
2260
2261 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
2262
2263 Remove empty and useless init functions.
2264 * lisp.h (init_character_once, init_fns, init_image)
2265 (init_filelock, init_sound): Remove prototype.
2266 * character.c (init_character_once): Remove.
2267 * filelock.c (init_filelock): Likewise.
2268 * fns.c (init_fns): Likewise.
2269 * image.c (init_image): Likewise.
2270 * sound.c (init_sound): Likewise.
2271 * emacs.c (main): Adjust accordingly.
2272
2273 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
2274
2275 * gtkutil.h: Tiny cleanups.
2276 (use_old_gtk_file_dialog): Remove useless declaration.
2277 (xg_uses_old_file_dialog): Add suggested const attribute.
2278
2279 2012-07-15 Eli Zaretskii <eliz@gnu.org>
2280
2281 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
2282 (bidi_paragraph_init): Use it to limit search forward for a strong
2283 directional character in abnormally large paragraphs full of
2284 neutral or weak characters. (Bug#11943)
2285
2286 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
2287
2288 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
2289 the toolbar (Bug#9451).
2290 (xg_make_tool_item): Give the widget event box a transparent
2291 background.
2292
2293 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2294
2295 Cleanup basic allocation variables and functions.
2296 * alloc.c (ignore_warnings, init_intervals, init_float)
2297 (init_cons, init_symbol, init_marker): Remove.
2298 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
2299 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
2300 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
2301 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
2302 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
2303 (staticidx, init_alloc_once, init_strings, free_ablock):
2304 Remove redundant initialization.
2305 * fns.c (init_weak_hash_tables): Remove.
2306 * lisp.h (init_weak_hash_tables): Remove prototype.
2307
2308 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2309
2310 Use zero_vector where appropriate.
2311 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
2312 accordingly.
2313 * lisp.h (zero_vector): New declaration.
2314 * font.c (null_vector): Remove.
2315 (syms_of_font): Remove initialization and staticpro.
2316 (font_list_entities, font_find_for_lface): Change to use zero_vector.
2317 * keymap.c (Faccessible_keymaps): Likewise.
2318
2319 2012-07-15 Leo Liu <sdl.web@gmail.com>
2320
2321 * fringe.c: Fix typo in comments.
2322
2323 2012-07-14 Leo Liu <sdl.web@gmail.com>
2324
2325 * fringe.c: Add a new bitmap exclamation-mark.
2326
2327 2012-07-14 Eli Zaretskii <eliz@gnu.org>
2328
2329 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
2330
2331 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
2332 (HAVE_MENUS): Don't define, defined by editing config.in with
2333 msdos/sed2v2.inp.
2334 (GMALLOC_INHIBIT_VALLOC): Don't define.
2335 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
2336
2337 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
2338
2339 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
2340
2341 2012-07-14 Glenn Morris <rgm@gnu.org>
2342
2343 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
2344 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
2345 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
2346
2347 2012-07-13 Glenn Morris <rgm@gnu.org>
2348
2349 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
2350
2351 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
2352 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
2353
2354 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
2355
2356 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
2357 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
2358 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
2359 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
2360 where appropriate.
2361 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
2362 as boolean expression.
2363 (x_set_window_size): Remove unused variable toolbar.
2364 (ns_get_color_default, ns_mod_to_lisp): Remove.
2365 (ns_mouse_position): Remove unused variables xchar and ychar.
2366 (ns_compute_glyph_string_overhangs): Remove unused variable face.
2367 (ns_set_vertical_scroll_bar): Remove unused variable count.
2368 (ns_delete_terminal): Remove unused variable i.
2369 (ns_term_init): Remove unused variables r, g and b.
2370 (mouseDown): Remove unused variable window.
2371 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
2372 (initFrameFromEmacs): Remove unused variable vbextra.
2373 (mouseEntered): Remove unused variables p and dpyinfo.
2374 (mouseExited): Remove unused variables p and r.
2375 (ns_define_frame_cursor, ns_clear_frame_area)
2376 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
2377 (menuDown): Assign [sender tag] to variable and cast the variable.
2378
2379 * nsterm.h (menuDown): Add id as type to argument sender.
2380 (ns_display_info_for_name): Add Lisp_Object argument.
2381 (ns_term_init): Add Lisp_Object argument.
2382 (ns_map_event_to_object): Add void argument.
2383 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
2384 prototype with arguments and only declare if __OBJC__.
2385 (nxatoms_of_nsselect): Add void argument.
2386 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
2387 (ns_alloc_autorelease_pool): Add void argument.
2388 (ns_release_autorelease_pool): Add void* argument.
2389 (ns_get_defaults_value): Add const char* argument.
2390
2391 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
2392 (initFromContents): Use SSDATA where appropriate.
2393 (ns_update_menubar): Add braces to ambigous if-else.
2394 (initWithTitle): Put () around assignment in if statement.
2395 (ns_menu_show): Remove unused variables window and keymap.
2396 (update_frame_tool_bar): Remove unused variable selected_p.
2397 (initWithContentRect): Remove unused variable this_cmd_name.
2398
2399 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
2400 appropriate.
2401 (setXBMColor): Remove unused variable len.
2402 (setPixmapData): Put () around assignment in loop statement.
2403
2404 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
2405 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
2406 where appropriate.
2407 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
2408 around assignment in loop statement.
2409 (nsfont_open): Remove unused variable i.
2410 (nsfont_open): Remove unused variable len.
2411 (nsfont_draw): Remove unused variable cs.
2412
2413 * nsfns.m (x_set_icon_name, ns_set_name_internal)
2414 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
2415 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
2416 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
2417 (Fns_font_name, Fns_perform_service)
2418 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
2419 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
2420 (ns_set_name): Remove unused variable view.
2421 (x_set_menu_bar_lines): Remove unused variable olines.
2422 (x_set_tool_bar_lines): Remove unused variable root_window.
2423 (Fns_list_colors): Put () around assignment in while statement.
2424 (Fns_perform_service): Remove unused variable len.
2425 (Fns_display_usable_bounds): Remove unused variable top.
2426 (syms_of_nsfns): Remove unused variable i.
2427
2428 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
2429 memcpy (Bug#11907).
2430
2431 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
2432
2433 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
2434 and free it with DestroyExceptionInfo (Bug#11558).
2435
2436 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
2439 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
2440 Set here, not in nt/config.nt.
2441
2442 2012-07-13 Eli Zaretskii <eliz@gnu.org>
2443
2444 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
2445 cursor overflow into the last glyph on display line when the right
2446 fringe is off. (Bug#11832)
2447
2448 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
2449
2450 * xdisp.c (produce_special_glyphs): Now static.
2451 * dispextern.h (produce_special_glyphs): Remove decl.
2452
2453 2012-07-13 Glenn Morris <rgm@gnu.org>
2454
2455 * s/bsd-common.h, s/cygwin.h: Remove empty files.
2456 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
2457
2458 * s/usg5-4-common.h (USG, USG5):
2459 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
2460 * s/sol2-6.h (SOLARIS2):
2461 * s/irix6-5.h (IRIX6_5):
2462 * s/hpux10-20.h (USG, USG5, HPUX):
2463 * s/gnu-linux.h (USG, GNU_LINUX):
2464 * s/freebsd.h (BSD_SYSTEM):
2465 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
2466 * s/cygwin.h (CYGWIN):
2467 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
2468 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
2469
2470 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
2471
2472 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
2473
2474 2012-07-13 Glenn Morris <rgm@gnu.org>
2475
2476 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
2477
2478 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
2479
2480 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
2481 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
2482
2483 2012-07-12 Glenn Morris <rgm@gnu.org>
2484
2485 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
2486
2487 * process.c (init_process_emacs): Rename from init_process.
2488 The old name is also the name of a Mach system call.
2489 * lisp.h, emacs.c: Update for this name change.
2490 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
2491 longer needed.
2492
2493 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2494
2495 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
2496 memmove call that removes glyphs covered by the left truncation
2497 glyph. Improve commentary.
2498 (display_line): Fix display of continuation glyphs on GUI frames
2499 when the right fringe is turned off and variable-size fonts are
2500 used in the window. Move the code that appends a stretch glyph to
2501 produce_special_glyphs, so that it could be used for truncation
2502 and continuation glyphs alike.
2503 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
2504 glyph of a suitably computed width, to align the special glyphs at
2505 the window margin. Code moved from display_line. (Bug#11832)
2506
2507 2012-07-12 Glenn Morris <rgm@gnu.org>
2508
2509 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
2510
2511 * s/gnu-linux.h, s/hpux10-20.h:
2512 Do not unconditionally define HAVE_XRMSETDATABASE.
2513
2514 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
2515
2516 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
2517
2518 Fix typos that broke OS X build.
2519 Reported by Randal L. Schwartz in
2520 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
2521 * nsterm.m (ns_timeout): Add missing local decl.
2522 (ns_get_color): snprintf -> sprintf, to fix typo.
2523
2524 2012-07-12 Glenn Morris <rgm@gnu.org>
2525
2526 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
2527 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
2528 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
2529 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
2530
2531 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
2532 Move PTY_OPEN to configure.
2533
2534 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
2535 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
2536 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
2537
2538 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
2539
2540 Use empty_unibyte_string where applicable.
2541 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
2542 * lread.c (read1): Likewise.
2543 * xsettings.c (syms_of_xsettings): Likewise.
2544
2545 2012-07-12 Glenn Morris <rgm@gnu.org>
2546
2547 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
2548 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
2549 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
2550 * s/hpux10-20.h (RUN_TIME_REMAP):
2551 * s/bsd-common.h (TABDLY): Move to configure.
2552
2553 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
2554
2555 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
2556
2557 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
2558 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
2559
2560 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
2561
2562 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
2563 * s/template.h: Move NARROWPROTO to configure.
2564
2565 2012-07-11 Glenn Morris <rgm@gnu.org>
2566
2567 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
2568 unused since 2011-01-17 change to systty.h.
2569
2570 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
2571 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
2572 Move HAVE_PTYS and HAVE_SOCKETS to configure.
2573
2574 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2575
2576 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
2577
2578 2012-07-11 Glenn Morris <rgm@gnu.org>
2579
2580 * s/darwin.h, s/gnu-linux.h, s/template.h:
2581 Move INTERRUPT_INPUT to configure.
2582
2583 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2584
2585 Minor adjustments to interning code.
2586 * lisp.h (intern, intern_c_string): Redefine as static inline
2587 wrappers for intern_1 and intern_c_string_1, respectively.
2588 (intern_1, intern_c_string_1): Rename prototypes.
2589 * lread.c (intern_1, intern_c_string_1, oblookup):
2590 Simplify Vobarray checking.
2591 * font.c (font_intern_prop): Likewise. Adjust comment.
2592 * w32font.c (intern_font_name): Likewise.
2593
2594 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
2595
2596 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
2597
2598 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
2599 of Fcar/Fcdr if possible.
2600 * font.c (check_otf_features): Likewise.
2601 * fontset.c (Fnew_fontset): Likewise.
2602 * gnutls.c (Fgnutls_boot): Likewise.
2603 * minibuf.c (read_minibuf): Likewise.
2604 * msdos.c (IT_set_frame_parameters): Likewise.
2605 * xmenu.c (Fx_popup_dialog): Likewise.
2606 * w32menu.c (Fx_popup_dialog): Likewise.
2607
2608 2012-07-11 Glenn Morris <rgm@gnu.org>
2609
2610 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
2611 since nothing has defined it on these platforms.
2612
2613 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
2614 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
2615
2616 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
2617 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
2618 Move CLASH_DETECTION to configure.
2619
2620 * s/gnu.h: Remove file, which is now empty.
2621
2622 * s/gnu.h, s/gnu-linux.h:
2623 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
2624
2625 2012-07-11 John Wiegley <johnw@newartisans.com>
2626
2627 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
2628 function attribute, so we only use it if it exists in the
2629 compiler.
2630
2631 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2632
2633 Avoid call to strlen in fast_c_string_match_ignore_case.
2634 * search.c (fast_c_string_match_ignore_case): Change to use
2635 length argument. Adjust users accordingly.
2636 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
2637
2638 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2639
2640 Assume mkdir, rmdir.
2641 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
2642 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
2643
2644 Assume rename.
2645 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
2646
2647 Assume perror.
2648 * s/hpux10-20.h (HAVE_PERROR): Remove.
2649 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
2650 Remove dummy definition, as this problem was obsolete long ago.
2651
2652 Assume strerror.
2653 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
2654
2655 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2656
2657 Avoid calls to strlen in font processing functions.
2658 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
2659 (font_open_by_name): Change to use length argument.
2660 Adjust users accordingly.
2661 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
2662 Adjust prototypes.
2663 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
2664 Change to return ptrdiff_t.
2665 (xfont_list_pattern, xfont_match): Use length returned by
2666 xfont_decode_coding_xlfd.
2667 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
2668
2669 2012-07-11 Glenn Morris <rgm@gnu.org>
2670
2671 * s/darwin.h, s/freebsd.h, s/netbsd.h:
2672 Move DONT_REOPEN_PTY to configure.
2673
2674 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
2675 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
2676
2677 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2678
2679 Remove "#define unix" that is no longer needed (Bug#11905).
2680 * s/aix4-2.h (unix): Remove; no longer needed.
2681
2682 EMACS_TIME simplification (Bug#11875).
2683 This replaces macros (which typically do not work in GDB)
2684 with functions, typedefs and enums, making the code easier to debug.
2685 The functional style also makes code easier to read and maintain.
2686 * systime.h: Include <sys/time.h> on all hosts, not just if
2687 WINDOWSNT, since 'struct timeval' is needed in general.
2688 (EMACS_TIME): Now a typedef, not a macro.
2689 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
2690 not macros.
2691 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
2692 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
2693 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
2694 (EMACS_TIME_LE): Now functions, not macros.
2695 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
2696 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
2697 which are not functions. All uses rewritten to use:
2698 (make_emacs_time): New function.
2699 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
2700 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
2701 not functions. All uses rewritten to use the following, respectively:
2702 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
2703 (add_emacs_time, sub_emacs_time): New functions.
2704 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
2705 * fileio.c (Fcopy_file):
2706 * xterm.c (XTflash): Get the current time closer to when it's used.
2707 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
2708
2709 * bytecode.c (targets): Suppress -Woverride-init warnings.
2710
2711 Simplify by avoiding confusing use of strncpy etc.
2712 * doc.c (Fsnarf_documentation):
2713 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
2714 * frame.c (Fmake_terminal_frame):
2715 * gtkutil.c (get_utf8_string):
2716 * lread.c (openp):
2717 * nsmenu.m (ns_update_menubar):
2718 * regex.c (regerror):
2719 Prefer memcpy to strncpy and strncat when either will do.
2720 * fileio.c (Fsubstitute_in_file_name):
2721 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
2722 (menu_separator_name_p):
2723 * nsmenu.m (ns_update_menubar):
2724 Prefer memcmp to strncmp when either will do.
2725 * nsterm.m: Include <ftoastr.h>.
2726 (ns_get_color):
2727 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
2728 Prefer snprintf to strncpy.
2729 * nsterm.m (ns_term_init):
2730 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
2731 * nsterm.m (ns_term_init):
2732 Avoid the need for strncpy, by using build_string or
2733 make_unibyte_string directly. Use dtoastr, not snprintf.
2734 * process.c (Fmake_network_process): Diagnose service names that
2735 are too long, rather than silently truncating them or creating
2736 non-null-terminated names.
2737 (Fnetwork_interface_info): Likewise, for interface names.
2738 * sysdep.c (system_process_attributes) [GNU_LINUX]:
2739 Prefer sprintf to strncat.
2740 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
2741 Prefer vsnprintf to vsprintf + strncpy.
2742
2743 2012-07-10 Glenn Morris <rgm@gnu.org>
2744
2745 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
2746 Clarify fallback case.
2747
2748 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2749
2750 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
2751 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
2752 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
2753 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
2754 where argument type is known to be a Lisp_Cons.
2755
2756 2012-07-10 Tom Tromey <tromey@redhat.com>
2757
2758 * bytecode.c (BYTE_CODE_THREADED): New macro.
2759 (BYTE_CODES): New macro. Replaces all old byte-code defines.
2760 (enum byte_code_op): New type.
2761 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
2762 (exec_byte_code): Use them. Use token threading when applicable.
2763
2764 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2765
2766 Optimize pure C strings initialization.
2767 * lisp.h (make_pure_string): Fix prototype.
2768 (build_pure_c_string): New function, defined as static inline. This
2769 provides a better opportunity to optimize away calls to strlen when
2770 the function is called with compile-time constant argument.
2771 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
2772 argument, adjust users accordingly. Use build_pure_c_string where
2773 appropriate.
2774 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
2775 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
2776 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
2777
2778 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2779
2780 Avoid calls to strlen in miscellaneous functions.
2781 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
2782 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
2783 * lread.c (openp): Likewise.
2784
2785 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2786
2787 Avoid calls to strlen in path processing functions.
2788 * fileio.c (file_name_as_directory): Add comment. Change to add
2789 srclen argument and return the length of result. Adjust users
2790 accordingly.
2791 (directory_file_name): Fix comment. Change to add srclen argument,
2792 swap 1st and 2nd arguments to obey the common convention.
2793 Adjust users accordingly.
2794 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
2795
2796 2012-07-10 Glenn Morris <rgm@gnu.org>
2797
2798 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
2799 Move PENDING_OUTPUT_COUNT definition to configure.
2800
2801 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
2802 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
2803 * s/gnu.h (DATA_START): Move definitions to configure.
2804
2805 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
2806 We include usg5-4-common.h, which defines them both.
2807
2808 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
2809 O_RDONLY already includes it).
2810
2811 Stop ns builds setting the EMACSLOADPATH environment variable.
2812 * nsterm.m (ns_load_path): Rename from ns_init_paths.
2813 Now it does not set EMACSLOADPATH, just returns the load-path string.
2814 * nsterm.h: Update accordingly.
2815 * lread.c [HAVE_NS]: Include nsterm.h.
2816 (init_lread) [HAVE_NS]: Use ns_load_path.
2817 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
2818
2819 2012-07-09 Glenn Morris <rgm@gnu.org>
2820
2821 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
2822 since the included bsd-common.h does so.
2823
2824 Stop ns builds setting the EMACSPATH environment variable.
2825 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
2826 (ns_init_paths): Do not set EMACSPATH.
2827 * nsterm.h (ns_exec_path): Add it.
2828 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
2829 Use ns_exec_path.
2830
2831 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
2832
2833 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2834
2835 * process.c (wait_reading_process_output): 'waitchannels' was unset
2836 when read_kbd || !NILP (wait_for_cell); fix this.
2837
2838 Add GCC-style 'const' attribute to functions that can use it.
2839 * character.h (char_resolve_modifier_mask):
2840 * keyboard.h (make_ctrl_char):
2841 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
2842 (init_character_once, next_almost_prime, init_fns, init_image)
2843 (flush_pending_output, init_sound):
2844 * mem-limits.h (start_of_data):
2845 * menu.h (finish_menu_items):
2846 Add ATTRIBUTE_CONST.
2847 * emacs.c (DEFINE_DUMMY_FUNCTION):
2848 Declare the dummy function with ATTRIBUTE_CONST.
2849 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
2850 Add decls with ATTRIBUTE_CONST.
2851
2852 Minor improvements to make_formatted_string.
2853 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
2854 where int is good enough, as vsprintf returns an int.
2855 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
2856
2857 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
2858
2859 Use make_formatted_string to avoid double length calculation.
2860 * lisp.h (make_formatted_string): New prototype.
2861 * alloc.c (make_formatted_string): New function.
2862 * buffer.c (Fgenerate_new_buffer_name): Use it.
2863 * dbus.c (syms_of_dbusbind): Likewise.
2864 * editfns.c (Fcurrent_time_zone): Likewise.
2865 * filelock.c (get_boot_time): Likewise.
2866 * frame.c (make_terminal_frame, set_term_frame_name)
2867 (x_report_frame_params): Likewise.
2868 * image.c (gs_load): Likewise.
2869 * minibuf.c (get_minibuffer): Likewise.
2870 * msdos.c (dos_set_window_size): Likewise.
2871 * process.c (make_process): Likewise.
2872 * xdisp.c (ensure_echo_area_buffers): Likewise.
2873 * xsettings.c (apply_xft_settings): Likewise.
2874
2875 2012-07-09 Glenn Morris <rgm@gnu.org>
2876
2877 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
2878 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
2879 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
2880 * nsterm.h (ns_etc_directory): Add it.
2881 * callproc.c [HAVE_NS]: Include nsterm.h.
2882 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
2883
2884 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
2885
2886 Move marker debugging code under MARKER_DEBUG.
2887 * marker.c (MARKER_DEBUG): Move marker debugging code under
2888 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
2889 for bootstrap with --enable-checking (~3x slowdown reported
2890 by Juanma Barranquero <lekktu@gmail.com>).
2891 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
2892
2893 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2894
2895 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
2896 See <http://bugs.gnu.org/11825#29>.
2897
2898 2012-07-08 Eli Zaretskii <eliz@gnu.org>
2899
2900 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
2901 has no font, use the frame's font. (Bug#11813)
2902 (display_line): Add commentary about displaying truncation glyphs
2903 on GUI frames.
2904 (produce_special_glyphs): Move here from term.c.
2905
2906 * term.c (produce_special_glyphs): Move to xdisp.c.
2907
2908 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
2909 section.
2910
2911 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2912
2913 * xdisp.c (display_line): Avoid warning about implicit declaration
2914 of FRAME_FONT.
2915
2916 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
2917
2918 * lisp.h: Remove empty conditional.
2919
2920 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2921
2922 * lread.c (load_path_check): Now static.
2923
2924 Fix some minor --with-ns problems found by static checking.
2925 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
2926 (x_set_font) [!HAVE_X_WINDOWS]:
2927 * image.c (xpm_load_image) [HAVE_NS]:
2928 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
2929 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
2930 Remove unused local.
2931 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
2932 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
2933 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
2934 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
2935 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
2936 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
2937 Fix pointer signedness problem.
2938 * xfaces.c (FRAME_X_FONT_TABLE):
2939 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
2940
2941 2012-07-07 Glenn Morris <rgm@gnu.org>
2942
2943 * lread.c (load_path_check): New function, split from init_lread.
2944 (init_lread): Reorganize. Motivation:
2945 If EMACSLOADPATH is set, check/warn about that rather than the
2946 defaults, which we are not going to use. Hence we can remove
2947 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
2948 Don't warn if site-lisp directories are missing.
2949 If not installed, start from a blank load-path, since
2950 PATH_LOADSEARCH refers to the eventual installation directories.
2951
2952 2012-07-07 Eli Zaretskii <eliz@gnu.org>
2953
2954 Support truncation and continuation glyphs on GUI frames, when
2955 fringes are disabled. (Bug#11832)
2956 * xdisp.c (init_iterator): Get dimensions of truncation and
2957 continuation glyphs even if on GUI frames.
2958 Adjust it->last_visible_x on GUI frames when the left or right fringes,
2959 or both, are absent.
2960 (start_display, move_it_in_display_line_to): Handle the case of a
2961 GUI frame without a fringe to display continuation or truncation
2962 glyphs.
2963 (insert_left_trunc_glyphs): Support GUI frames: make sure
2964 truncation glyphs overwrite enough glyphs from the current line to
2965 have sufficient space in pixels.
2966 (display_line): Support truncation and continuation glyphs on GUI
2967 frames. If some spare pixels are left on the line after inserting
2968 the truncation glyphs, fill that space with a stretch glyph of a
2969 suitably computed width.
2970
2971 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
2972 produce_glyphs, to support GUI sessions.
2973
2974 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2975
2976 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
2977
2978 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
2979
2980 Do not require float-time's arg to fit in time_t (Bug#11825).
2981 This works better on hosts where time_t is unsigned, and where
2982 float-time is applied to the (negative) difference between two times.
2983 * editfns.c (decode_time_components): Last arg is now double *,
2984 not int *, and means to store all the result as a double, without
2985 worrying about whether the seconds part fits in time_t.
2986 All callers changed.
2987 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
2988 All callers changed.
2989 (Ffloat_time): Do not fail merely because the specified time falls
2990 outside of time_t range.
2991
2992 2012-07-07 Glenn Morris <rgm@gnu.org>
2993
2994 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
2995 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
2996 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
2997
2998 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
3001 Update dependencies.
3002
3003 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
3004
3005 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3006
3007 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3008 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
3009 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
3010 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
3011 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
3012 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
3013
3014 * xfont.c (compare_font_names): Redo to omit the need for casts.
3015
3016 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3017
3018 * xfns.c (Fx_change_window_property): Doc fix.
3019 * w32fns.c (Fx_change_window_property): Doc fix.
3020
3021 * w32fns.c (Fx_window_property): Accept the same arguments as the
3022 X Windows version. Doc fix.
3023 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
3024
3025 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
3026 Eli Zaretskii <eliz@gnu.org>
3027
3028 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
3029 Windows-specific code from nt/config.nt moved here.
3030 Obsolete settings removed.
3031
3032 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3033
3034 * process.c: Avoid unnecessary calls to gettime.
3035 (wait_reading_process_output): Don't get the time of day
3036 when gobbling data immediately and not waiting, as there's no need
3037 for it in that case. This removes a FIXME.
3038
3039 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
3040
3041 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
3042 is defined (Bug#11768).
3043
3044 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3045
3046 Fix marker debugging code.
3047 * marker.c (byte_char_debug_check): Do not perform the check
3048 if buffer is not multibyte.
3049 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
3050 Call byte_char_debug_check with correct arguments.
3051
3052 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3053
3054 Compile marker debugging code only if ENABLE_CHECKING is defined.
3055 * marker.c (byte_char_debug_check, count_markers):
3056 Use only if ENABLE_CHECKING is defined.
3057 (byte_debug_flag): Remove.
3058 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
3059 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
3060
3061 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3062
3063 Avoid code repetition in marker-related functions.
3064 * marker.c (attach_marker): New function.
3065 (Fset_marker, set_marker_restricted, set_marker_both)
3066 (set_marker_restricted_both): Use it.
3067 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
3068 Consistently rename charno to charpos.
3069 (marker_position): Add eassert.
3070 (marker_byte_position): Convert to eassert.
3071
3072 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3073
3074 Simplify list operations in unchain_overlay and unchain_marker.
3075 * buffer.c (unchain_overlay): Simplify. Add comment.
3076 * marker.c (unchain_marker): Simplify. Fix comments.
3077
3078 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3079
3080 Introduce fast path for the widely used marker operation.
3081 * alloc.c (build_marker): New function.
3082 * lisp.h (build_marker): New prototype.
3083 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
3084 * composite.c (autocmp_chars): Likewise.
3085 * editfns.c (buildmark): Remove.
3086 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
3087 (save_restriction_save): Use build_marker.
3088 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
3089 * window.c (save_window_save): Likewise.
3090
3091 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3092
3093 Do not use Fdelete_overlay in delete_all_overlays
3094 to avoid redundant calls to unchain_overlay.
3095 * buffer.c (drop_overlay): New function.
3096 (delete_all_overlays, Fdelete_overlay): Use it.
3097 * minibuf.c (get_minibuffer): Fix comment.
3098
3099 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3100
3101 Port to OpenBSD 5.1 amd64.
3102 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
3103 This is needed for OpenBSD, and should be harmless on all BSD systems.
3104 Also, include <sys/sysctl.h>, as it should be available on all
3105 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
3106 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
3107 use p_pid member, not kp_proc.pid.
3108
3109 2012-07-06 Glenn Morris <rgm@gnu.org>
3110
3111 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
3112
3113 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
3114
3115 More xmalloc and related cleanup.
3116 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
3117 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
3118 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
3119 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
3120 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
3121 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
3122 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
3123 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
3124 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
3125 * xterm.c:
3126 Omit needless casts involving void * pointers and allocation.
3127 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
3128 as the former is more robust if P's type is changed.
3129 Prefer xzalloc to xmalloc + memset 0.
3130 Simplify malloc-or-realloc to realloc.
3131 Don't worry about xmalloc returning a null pointer.
3132 Prefer xstrdup to xmalloc + strcpy.
3133 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
3134 growing it.
3135 * keyboard.c (apply_modifiers_uncached): Prefer local array to
3136 alloca of a constant.
3137
3138 2012-07-05 Eli Zaretskii <eliz@gnu.org>
3139
3140 * xdisp.c (display_line): Fix horizontal pixel coordinates when
3141 hscroll is larger than the line width. Fixes long and futile
3142 looping inside extend_face_to_end_of_line (on a TTY) producing
3143 glyphs that are not needed and thrown away.
3144
3145 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
3146
3147 * marker.c (set_marker_restricted_both): Simplify by using
3148 clip_to_bounds.
3149
3150 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
3151
3152 * editfns.c (region_limit): Simplify by using clip_to_bounds.
3153
3154 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
3155
3156 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
3157 not defined (Bug#11768).
3158 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
3159 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
3160 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
3161 followed by gtk_box_set_homogeneous (Bug#11768).
3162 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
3163 (update_theme_scrollbar_width, xg_create_scroll_bar):
3164 Use gtk_scrollbar_new (Bug#11768).
3165 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
3166 (is_box_type): New function (Bug#11768).
3167 (xg_tool_item_stale_p): Call is_box_type.
3168 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
3169 with default display (Bug#11768).
3170
3171 2012-07-05 Eli Zaretskii <eliz@gnu.org>
3172
3173 * xdisp.c (window_hscroll_limited): New function.
3174 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
3175 coordinates when window's hscroll is set to insanely large
3176 values. (Bug#11857)
3177
3178 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
3179
3180 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
3181 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
3182
3183 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
3184
3185 Cleanup xmalloc.
3186 * lisp.h (xzalloc): New prototype. Omit needless casts.
3187 * alloc.c (xzalloc): New function. Omit needless casts.
3188 * charset.c: Omit needless casts. Convert all calls to
3189 xmalloc with following memset to xzalloc.
3190 * dispnew.c: Likewise.
3191 * fringe.c: Likewise.
3192 * image.c: Likewise.
3193 * sound.c: Likewise.
3194 * term.c: Likewise.
3195 * w32fns.c: Likewise.
3196 * w32font.c: Likewise.
3197 * w32term.c: Likewise.
3198 * xfaces.c: Likewise.
3199 * xfns.c: Likewise.
3200 * xterm.c: Likewise.
3201 * atimer.c: Omit needless casts.
3202 * buffer.c: Likewise.
3203 * callproc.c: Likewise.
3204 * ccl.c: Likewise.
3205 * coding.c: Likewise.
3206 * composite.c: Likewise.
3207 * doc.c: Likewise.
3208 * doprnt.c: Likewise.
3209 * editfns.c: Likewise.
3210 * emacs.c: Likewise.
3211 * eval.c: Likewise.
3212 * filelock.c: Likewise.
3213 * fns.c: Likewise.
3214 * gtkutil.c: Likewise.
3215 * keyboard.c: Likewise.
3216 * lisp.h: Likewise.
3217 * lread.c: Likewise.
3218 * minibuf.c: Likewise.
3219 * msdos.c: Likewise.
3220 * print.c: Likewise.
3221 * process.c: Likewise.
3222 * region-cache.c: Likewise.
3223 * search.c: Likewise.
3224 * sysdep.c: Likewise.
3225 * termcap.c: Likewise.
3226 * terminal.c: Likewise.
3227 * tparam.c: Likewise.
3228 * w16select.c: Likewise.
3229 * w32.c: Likewise.
3230 * w32reg.c: Likewise.
3231 * w32select.c: Likewise.
3232 * w32uniscribe.c: Likewise.
3233 * widget.c: Likewise.
3234 * xdisp.c: Likewise.
3235 * xmenu.c: Likewise.
3236 * xrdb.c: Likewise.
3237 * xselect.c: Likewise.
3238
3239 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
3240
3241 * fileio.c (time_error_value): Check the right error number.
3242 Problem reported by Troels Nielsen in
3243 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
3244
3245 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3246
3247 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
3248 This should be fixed in a better way; see Eli Zaretskii in
3249 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
3250 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
3251
3252 * fileio.c (time_error_value): Rename from special_mtime.
3253 The old name's problems were noted by Eli Zaretskii in
3254 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
3255
3256 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
3257 This variable's comment says Emacs needs at least one GDB-visible
3258 symbol of type enum pvec_type, to work around GDB problems.
3259 The symbol's value doesn't matter.
3260
3261 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
3262 that causes compilation to fail on pre-C99 compilers.
3263
3264 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
3265
3266 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
3267 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
3268
3269 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3270
3271 * buffer.c (init_buffer_once): Fix initialization of
3272 headers for buffer_defaults and buffer_local_symbols.
3273 Reported by Juanma Barranquero <lekktu@gmail.com>.
3274
3275 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
3278 * lisp.h (enum pvec_type): Use fewer bits.
3279 (PSEUDOVECTOR_SIZE_BITS): New constant.
3280 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
3281 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
3282 change in pvec_type.
3283 (PSEUDOVECTOR_TYPEP): New macro.
3284 (TYPED_PSEUDOVECTORP): Use it.
3285 * fns.c (internal_equal): Adapt code to extract pvectype.
3286 * emacs.c (gdb_pvec_type): Update type.
3287 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
3288 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
3289 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
3290 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
3291 (sweep_vectors): Use it. Use local var `total_bytes' instead of
3292 abusing vector->header.next.nbytes.
3293 (live_vector_p): Use PVEC_TYPE.
3294 (mark_object): Adapt code to extract pvectype. Use switch.
3295
3296 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3297
3298 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
3299 Tighten new eassert a bit.
3300
3301 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3302
3303 Fix compilation with --enable-gcc-warnings and -O1
3304 optimization level.
3305 * doprnt.c (doprnt): Change type of tem to int, initialize
3306 to avoid compiler warning. Add eassert.
3307 * search.c (simple_search): Initialize match_byte to avoid
3308 compiler warning. Add eassert.
3309
3310 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3311
3312 Avoid weird behavior with large horizontal scrolls.
3313 Without this change, for example, large hscroll values would
3314 mess up Emacs's display on Fedora 15 x86, presumably due to
3315 overflows in int calculations in the display code.
3316 Also, if buffers had long lines, Emacs would freeze.
3317 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
3318 (set_window_hscroll): New function, containing the old guts of
3319 Fset_window_hscroll. Return the clipped value.
3320 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
3321 This avoids the need to check against PTRDIFF_MAX.
3322
3323 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
3324
3325 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3326
3327 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
3328
3329 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3330
3331 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
3332 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
3333 since GCC 4.4.6 issues a bogus warning for them.
3334
3335 Fix bugs in file timestamp newness comparisons.
3336 * fileio.c (Ffile_newer_than_file_p):
3337 * lread.c (Fload): Use full timestamp resolution of files,
3338 not just the 1-second resolution, so that files that are only
3339 slightly newer still count as newer.
3340 * fileio.c (Ffile_newer_than_file_p): Don't assume file
3341 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
3342
3343 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
3344
3345 * fileio.c: Improve handling of file time marker. (Bug#11852)
3346 (special_mtime): New function.
3347 (Finsert_file_contents, Fverify_visited_file_modtime):
3348 Use it to set special mtime values consistently.
3349
3350 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3351
3352 * fileio.c (Finsert_file_contents): Properly handle st_mtime
3353 marker for non-existing file. (Bug#11852)
3354
3355 2012-07-03 Glenn Morris <rgm@gnu.org>
3356
3357 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
3358 and did not make it into globals.h).
3359
3360 2012-07-03 Tom Tromey <tromey@redhat.com>
3361
3362 * window.c (Fset_window_margins, Fset_window_fringes)
3363 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
3364 * textprop.c (Fprevious_property_change): No longer static.
3365 * syntax.c (Fsyntax_table_p): No longer static.
3366 * process.c (Fget_process, Fprocess_datagram_address): No longer
3367 static.
3368 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
3369 * keyboard.c (Fcommand_execute): No longer static.
3370 Remove EXFUN.
3371 * insdel.c (Fcombine_after_change_execute): No longer static.
3372 * image.c (Finit_image_library): No longer static.
3373 * fileio.c (Fmake_symbolic_link): No longer static.
3374 * eval.c (Ffetch_bytecode): No longer static.
3375 * editfns.c (Fuser_full_name): No longer static.
3376 * doc.c (Fdocumentation_property, Fsnarf_documentation):
3377 No longer static.
3378 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
3379 static.
3380 * dired.c (Ffile_attributes): No longer static.
3381 * composite.c (Fcomposition_get_gstring): No longer static.
3382 * callproc.c (Fgetenv_internal): No longer static.
3383
3384 * ccl.h: Remove EXFUNs.
3385 * buffer.h: Remove EXFUNs.
3386 * dispextern.h: Remove EXFUNs.
3387 * intervals.h: Remove EXFUNs.
3388 * fontset.h: Remove EXFUN.
3389 * font.h: Remove EXFUNs.
3390 * dosfns.c (system_process_attributes): Remove EXFUN.
3391 * keymap.h: Remove EXFUNs.
3392 * lisp.h: Remove EXFUNs.
3393 * w32term.h: Remove EXFUNs.
3394 * window.h: Remove EXFUNs.
3395 * xsettings.h: Remove EXFUN.
3396 * xterm.h: Remove EXFUN.
3397
3398 2012-07-03 Glenn Morris <rgm@gnu.org>
3399
3400 * lisp.h (Frandom): Make it visible to C.
3401 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
3402 buffer for invisible buffers. (Bug#1229)
3403
3404 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3405
3406 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
3407 values which aren't power of 2.
3408 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
3409 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
3410 accordingly.
3411
3412 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
3415
3416 * alloc.c (mark_object): Revert part of last patch to use `switch'.
3417
3418 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3419
3420 * alloc.c (allocate_vector_block): Remove redundant
3421 calls to mallopt if DOUG_LEA_MALLOC is defined.
3422 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
3423 avoid calls to mallopt if zero_vector is returned.
3424
3425 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3426
3427 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
3428 is enabled, avoid dereferencing NULL current_sblock if
3429 running undumped.
3430
3431 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3432
3433 Cleanup basic buffer management.
3434 * buffer.h (struct buffer): Change layout to use generic vector
3435 marking code. Fix some comments. Change type of 'clip_changed'
3436 to bitfield. Remove unused #ifndef old.
3437 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
3438 (GET_OVERLAYS_AT): Fix indentation.
3439 (for_each_per_buffer_object_at): New macro.
3440 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
3441 (Fbuffer_local_variables): Use it.
3442 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
3443 * alloc.c (allocate_buffer): Adjust to match new layout of
3444 struct buffer. Fix comment.
3445 (mark_overlay): New function.
3446 (mark_buffer): Use it. Use mark_vectorlike to mark normal
3447 Lisp area of struct buffer.
3448 (mark_object): Use it. Adjust marking of misc objects
3449 and related comments.
3450
3451 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3452
3453 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
3454 wrapper that is not needed because the wrapped code is a no-op (zero
3455 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
3456 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
3457
3458 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
3459
3460 * alloc.c (mark_buffer): Simplify. Remove prototype.
3461 (mark_object): Add comment. Reorganize marking of vector-like
3462 objects. Use CHECK_LIVE for all vector-like objects except buffers
3463 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
3464 Avoid redundant calls to mark_vectorlike for bool vectors.
3465
3466 2012-06-30 Glenn Morris <rgm@gnu.org>
3467
3468 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
3469
3470 * epaths.in (PATH_SITELOADSEARCH): New.
3471 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
3472 This is rather than relying on --enable-locallisppath elements
3473 having "site-lisp" in their names. (Bug#10208#25, 11658)
3474
3475 2012-06-30 Eli Zaretskii <eliz@gnu.org>
3476
3477 * w32proc.c (sys_select): Accept and ignore one more argument.
3478
3479 * w32.c (emacs_gnutls_pull): Call select with one more argument.
3480
3481 * sysselect.h [DOS_NT]: Don't include sys/select.h.
3482 (pselect) [!MS_DOS]: Redirect to sys_select.
3483
3484 * sysdep.c: Don't include dos.h and dosfns.h.
3485
3486 * process.c (sys_select):
3487 * msdos.c (sys_select): Accept one more argument and ignore it.
3488
3489 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
3490 adapt data types and code to that.
3491
3492 * dosfns.c:
3493 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
3494 which clashes with the gnulib function of the same name.
3495
3496 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
3497
3498 * font.c (font_style_to_value, font_style_symbolic)
3499 (font_prop_validate_style): Add type checks for values in
3500 font_style_table.
3501
3502 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
3503 argument.
3504 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
3505 uses.
3506
3507 2012-06-29 Eli Zaretskii <eliz@gnu.org>
3508
3509 * xdisp.c (try_window_id): Undo last change.
3510
3511 * w32.c (getwd): Adjust commentary about startup_dir.
3512 (init_environment): Always call sys_access, even in non-MSVC
3513 builds. Don't chdir to the directory of the Emacs executable.
3514 This undoes code from 1997 which was justified by the need to
3515 "avoid conflicts when removing and renaming directories". But its
3516 downside was that every relative file name was being interpreted
3517 relative to the directory of the Emacs executable, which can never
3518 be TRT. In particular, it broke sys_access when called with
3519 relative file names.
3520 (sys_access): Map GetLastError to errno.
3521
3522 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3523
3524 * window.h (struct window): Change type of 'fringes_outside_margins'
3525 to bitfield. Fix comment. Adjust users accordingly.
3526 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
3527 Adjust comment.
3528 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
3529 to ptrdiff_t.
3530
3531 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3532
3533 * gnutls.c (emacs_gnutls_handshake):
3534 Add QUIT to make the loop interruptible.
3535
3536 2012-06-29 Glenn Morris <rgm@gnu.org>
3537
3538 * charset.c (init_charset): Make lack of etc/charsets fatal.
3539
3540 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3541
3542 * editfns.c (region_limit): Fix type mismatch.
3543
3544 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3545
3546 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
3547 undefined. Convert from xassert to eassert.
3548 * nsmenu.m: Convert from xassert to eassert.
3549 * nsterm.m: Likewise.
3550
3551 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * editfns.c (region_limit): Clip to narrowing (bug#11770).
3554
3555 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3556
3557 Avoid integer overflow on scroll-left and scroll-right.
3558 * window.c (HSCROLL_MAX): New macro.
3559 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
3560 overflow when requested scroll falls outside ptrdiff_t range.
3561
3562 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3563
3564 * window.h (struct window): Change type of 'hscroll',
3565 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
3566 'last_modified' and 'last_overlay_modified' to EMACS_INT.
3567 Adjust users accordingly.
3568 * xdisp.c (try_cursor_movement): Replace type check with eassert.
3569 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
3570 from EMACS_INT to ptrdiff_t.
3571 (make_window): Omit redundant initialization.
3572
3573 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
3574
3575 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
3576
3577 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3578
3579 * window.h (struct window): Change type of 'use_time' and
3580 'sequence_number' from Lisp_Object to int.
3581 * frame.c (make_frame): Adjust users accordingly.
3582 * print.c (print_object): Likewise.
3583 * window.c (select_window, Fwindow_use_time, make_parent_window)
3584 (make_window): Likewise.
3585
3586 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3587
3588 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
3589 enabled with --enable-checking=[all,glyphs] configure option.
3590 Fix GLYPH_DEBUG usage assuming that it may be undefined,
3591 adjust comments accordingly.
3592 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
3593 undefined, adjust comments accordingly.
3594 * image.c: Likewise.
3595 * scroll.c: Likewise.
3596 * w32fns.c: Likewise.
3597 * w32term.c: Likewise.
3598 * xdisp.c: Likewise.
3599 * xfaces.c: Likewise.
3600 * xfns.c: Likewise.
3601 * xterm.c: Likewise.
3602
3603 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3604
3605 Generalize run-time debugging checks.
3606 * dispextern.h (XASSERTS): Remove.
3607 * fontset.c (xassert): Remove.
3608 Convert from xassert to eassert.
3609 * alloc.c: Convert from xassert to eassert.
3610 * bidi.c: Likewise.
3611 * dispnew.c: Likewise.
3612 * fns.c: Likewise.
3613 * fringe.c: Likewise.
3614 * ftfont.c: Likewise.
3615 * gtkutil.c: Likewise.
3616 * image.c: Likewise.
3617 * keyboard.c: Likewise.
3618 * menu.c: Likewise.
3619 * process.c: Likewise.
3620 * scroll.c: Likewise.
3621 * sound.c: Likewise.
3622 * term.c: Likewise.
3623 * w32console.c: Likewise.
3624 * w32fns.c: Likewise.
3625 * w32term.c: Likewise.
3626 * window.c: Likewise.
3627 * xdisp.c: Likewise.
3628 * xfaces.c: Likewise.
3629 * xfns.c: Likewise.
3630 * xselect.c: Likewise.
3631 * xterm.c: Likewise.
3632
3633 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * fns.c (maybe_resize_hash_table): Output message when growing the
3636 purify-hashtable.
3637
3638 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3639
3640 * alloc.c (allocate_string_data): Remove dead code.
3641 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
3642 avoid GCC warning about unused macro.
3643
3644 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3645
3646 * alloc.c (allocate_string): Omit intervals initialization.
3647 * alloc.c (make_uninit_multibyte_string): Initialize intervals
3648 as in make_pure_string and make_pure_c_string.
3649
3650 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3651
3652 * alloc.c (allocate_string): Fix last change.
3653
3654 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3655
3656 * alloc.c (allocate_string): Remove two redundant calls
3657 to memset, add explicit initialization where appropriate.
3658
3659 2012-06-27 Glenn Morris <rgm@gnu.org>
3660
3661 * lisp.mk (lisp): Remove paths.elc.
3662
3663 2012-06-27 Chong Yidong <cyd@gnu.org>
3664
3665 * doc.c (Fsubstitute_command_keys): Fix punctuation.
3666
3667 2012-06-26 John Wiegley <johnw@newartisans.com>
3668
3669 * unexmacosx.c (copy_data_segment): Add two section names used
3670 on Mac OS X Lion: __mod_init_func and __mod_term_func.
3671
3672 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
3673 when building with Clang.
3674
3675 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * eval.c (Fapply): Allow calling it with a single argument.
3678
3679 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3680
3681 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
3682 _stricmp and _strnicmp.
3683 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
3684
3685 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3686
3687 * alloc.c (allocate_window): Zero out non-Lisp part of newly
3688 allocated window.
3689 (allocate_process): Likewise for new process.
3690 (allocate_terminal): Change to use offsetof.
3691 (allocate_frame): Likewise.
3692 * frame.c (make_frame): Omit redundant initialization.
3693 * window.c (make_parent_window): Use memset.
3694 (make_window): Omit redundant initialization.
3695 * process.c (make_process): Omit redundant initialization.
3696 * terminal.c (create_terminal): Likewise.
3697
3698 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3699
3700 * term.c (delete_tty): Remove redundant call to memset.
3701
3702 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3703
3704 * alloc.c: Remove build_string.
3705 * lisp.h: Define build_string as static inline. This provides
3706 a better opportunity to optimize away calls to strlen when the
3707 function is called with compile-time constant argument.
3708 * image.c (imagemagick_error): Convert to build_string.
3709 * w32proc.c (sys_spawnve): Likewise.
3710 * xterm.c (x_term_init): Likewise.
3711
3712 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3713
3714 Use sprintf return value instead of invoking strlen on result.
3715 In the old days this wasn't portable, since some sprintf
3716 implementations returned char *. But they died out years ago and
3717 Emacs already assumes sprintf returns int.
3718 Similarly for float_to_string.
3719 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
3720 * ccl.c (ccl_driver):
3721 * character.c (string_escape_byte8):
3722 * data.c (Fnumber_to_string):
3723 * doprnt.c (doprnt):
3724 * print.c (print_object):
3725 * xdisp.c (message_dolog):
3726 * xfns.c (syms_of_xfns):
3727 Use sprintf or float_to_string result to avoid need to call strlen.
3728 * data.c (Fnumber_to_string):
3729 Use make_unibyte_string, since the string must be ASCII.
3730 * lisp.h, print.c (float_to_string): Now returns int length.
3731 * term.c (produce_glyphless_glyph):
3732 Use sprintf result rather than recomputing it.
3733
3734 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3735 * Makefile.in (ALL_CFLAGS):
3736 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3737 * gmalloc.c, regex.c: Include <config.h> unconditionally.
3738
3739 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3740
3741 * dispextern.h (xstrcasecmp): Define to library function
3742 strcasecmp if available.
3743 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
3744
3745 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
3746
3747 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
3748 Avoid comma operator.
3749 * menu.c (push_submenu_start, push_submenu_end)
3750 (push_left_right_boundary, push_menu_pane): Likewise.
3751 * msdos.c (dos_rawgetc): Likewise.
3752
3753 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3754
3755 * xfns.c (xic_create_fontsetname): Remove redundant calls
3756 to memset.
3757
3758 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
3759
3760 * gtkutil.c (get_utf8_string): Remove redundant assignment.
3761 sprintf already null-terminates its output.
3762
3763 * xfns.c (x_window): Remove redundant cast.
3764
3765 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3766
3767 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
3768 `const char *' to `char *' to avoid compiler warning.
3769
3770 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3771
3772 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
3773 instead of truncating it to 63 (admittedly a generous limit).
3774
3775 * process.c: Fix spelling and caps in comments.
3776
3777 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * emacs.c (setpgrp): Remove definition, unused.
3780 * sysdep.c (setpgrp): Remove definition, not used in this file.
3781
3782 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * makefile.w32-in: Update dependencies.
3785
3786 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3787
3788 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
3789 (SYSTIME_H): Add nt/inc/sys/time.h.
3790
3791 * systime.h [WINDOWSNT]: Include sys/time.h.
3792
3793 * s/ms-w32.h (struct timespec): Definition moved from
3794 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
3795
3796 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3797
3798 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3799 * buffer.h (buffer_slot_type_mismatch):
3800 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
3801 * eval.c (unwind_to_catch):
3802 * image.c (my_png_error, my_error_exit):
3803 * keyboard.c (quit_throw_to_read_char, user_error)
3804 (Fexit_recursive_edit, Fabort_recursive_edit):
3805 * lisp.h (die, args_out_of_range, args_out_of_range_3)
3806 (wrong_type_argument, buffer_overflow, __executable_start)
3807 (memory_full, buffer_memory_full, string_overflow, Fthrow)
3808 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
3809 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
3810 (fatal):
3811 (child_setup) [!DOS_NT]:
3812 * lread.c (end_of_file_error, invalid_syntax):
3813 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
3814 * puresize.h (pure_write_error):
3815 * search.c (matcher_overflow):
3816 * sound.c (sound_perror, alsa_sound_perror):
3817 * sysdep.c, syssignal.h (croak):
3818 * term.c (maybe_fatal, vfatal):
3819 * textprop.c (text_read_only):
3820 * undo.c (user_error):
3821 * unexmacosx.c (unexec_error):
3822 * xterm.c (x_ins_del_lines, x_delete_glyphs):
3823 Use _Noreturn rather than NO_RETURN.
3824 No need for separate decl merely because of _Noreturn.
3825 * sound.c (sound_warning, parse_sound):
3826 Remove unnecessary forward decls.
3827
3828 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3829
3830 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
3831 * lisp.h (WAIT_READING_MAX): New macro.
3832 * dispnew.c (Fsleep_for, sit_for):
3833 * keyboard.c (kbd_buffer_get_event):
3834 * process.c (Faccept_process_output):
3835 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
3836 This improves on the previous patch, which introduced a bug
3837 when time_t is unsigned and as wide as intmax_t.
3838 See <http://bugs.gnu.org/9000#51>.
3839
3840 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3841
3842 * dispnew.c (sit_for, Fsleep_for):
3843 * keyboard.c (kbd_buffer_get_event):
3844 * process.c (Faccept_process_output): Avoid compiler warnings when
3845 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
3846
3847 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * makefile.w32-in: Update dependencies.
3850
3851 * w32.c (ltime): Add return type and declare static.
3852 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
3853
3854 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3855
3856 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
3857 Privately reported by Herbert J. Skuhra.
3858 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
3859 All uses changed.
3860 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
3861 not make_lisp_timeval, when the argument is of type EMACS_TIME.
3862
3863 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3864
3865 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
3866 last argument of make_unibyte_string.
3867
3868 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
3869 language ID in the event parameters.
3870
3871 * w32term.c (w32_read_socket): Put the new keyboard codepage into
3872 event.code, not the obscure "character set ID".
3873
3874 2012-06-23 Chong Yidong <cyd@gnu.org>
3875
3876 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
3877
3878 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3879
3880 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3881 * w32.c (fdutimens): New function.
3882
3883 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
3884
3885 * s/ms-w32.h (pselect): Redirect to sys_select.
3886
3887 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
3888
3889 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
3890 in the logic of incrementing and decrementing the value of
3891 use_relocatable_buffers.
3892
3893 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3894
3895 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
3896 Privately reported by Herbert J. Skuhra.
3897 [__FreeBSD__]: Remove "*/" typo after "#include".
3898 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
3899 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
3900 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
3901 Don't assume EMACS_TIME and struct timeval are the same type.
3902
3903 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3904
3905 Support higher-resolution time stamps (Bug#9000).
3906 The time stamps are only nanosecond-resolution at the C level,
3907 since that's the best that any real-world system supports now.
3908 But they are picosecond-resolution at the Lisp level, as that's
3909 easy, and leaves room for future OS improvements.
3910
3911 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
3912 (LIBES): Use it.
3913
3914 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
3915 Don't get current time unless it's needed.
3916
3917 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
3918 now provides it if it's absent.
3919 (start_atimer): Port to higher-res time stamps.
3920 Check for time stamp overflow. Don't get current time more
3921 often than is needed.
3922
3923 * buffer.h (struct buffer): Buffer modtime now has high resolution.
3924 Include systime.h, not time.h.
3925 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
3926
3927 * dired.c: Include stat-time.h.
3928 (Ffile-attributes): File times now have higher resolution.
3929
3930 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
3931 (struct image): Timestamp now has higher resolution.
3932
3933 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
3934 has at least microseconds now. All uses removed.
3935 (update_frame, update_single_window, update_window, update_frame_1)
3936 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
3937 (duration_to_sec_usec): Remove; no longer needed.
3938
3939 * editfns.c (time_overflow): Now extern.
3940 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
3941 (float-time, Fformat_time_string, Fcurrent_time_string)
3942 (Fcurrent_time_zone): Accept and generate higher-resolution
3943 time stamps.
3944 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
3945 (decode_time_components, lisp_seconds_argument): New functions.
3946 (make_time): Now static.
3947 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
3948 Report an error if the time is invalid, rather than having the caller
3949 do that.
3950
3951 * fileio.c: Include <stat-time.h>
3952 (Fcopy_file): Copy higher-resolution time stamps.
3953 Prefer to set the time stamp via a file descriptor if that works.
3954 (Fset_file_times, Finsert_file_contents, Fwrite_region)
3955 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
3956 (Fvisited_file_modtime, Fset_visited_file_modtime):
3957 Support higher-resolution time stamps.
3958
3959 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
3960
3961 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
3962
3963 * image.c (prepare_image_for_display, clear_image_cache)
3964 (lookup_image): Port to higer-resolution time stamps.
3965
3966 * keyboard.c (start_polling, bind_polling_period):
3967 Check for time stamp overflow.
3968 (read_char, kbd_buffer_get_event, timer_start_idle)
3969 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
3970 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
3971 Port to higher-resolution time stamps. Do not assume time_t is signed.
3972 (decode_timer): New function. Timers are now vectors of length 9,
3973 not 8, to accommodate the picosecond component.
3974 (timer_check_2): Use it.
3975
3976 * nsterm.m (select_timeout, timeval_subtract): Remove.
3977 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
3978 as they're a bit more accurate and handle overflow better.
3979 (ns_select): Change prototype to be compatible with pselect.
3980 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
3981 * nsterm.h (ns_select): Adjust prototype.
3982
3983 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
3984 us-resolution time stamps.
3985 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
3986
3987 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
3988
3989 * lisp.h (time_overflow): New decl.
3990 (wait_reading_process_output): First arg is now intmax_t, not int,
3991 to accommodate larger waits.
3992
3993 * process.h (struct Lisp_Process.read_output_delay):
3994 Now counts nanoseconds, not microseconds.
3995 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
3996 EMACS_HAS_USECS.
3997 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
3998 (wait_reading_process_output):
3999 Port to ns-resolution time stamps.
4000 (Faccept_process_output, wait_reading_process_output):
4001 Check for time stamp overflow. Do not assume time_t is signed.
4002 (select_wrapper): Remove; we now use pselect.
4003 (Fprocess_attributes): Now generates ns-resolution time stamps.
4004
4005 * sysdep.c: Include utimens.h. Don't include utime.h
4006 or worry about struct utimbuf; gnulib does that for us now.
4007 (gettimeofday): Remove; gnulib provides a substitute.
4008 (make_timeval): New function.
4009 (set_file_times): Now sets ns-resolution time stamps.
4010 New arg FD; all uses changed.
4011 (time_from_jiffies, ltime_from_jiffies, get_up_time)
4012 (system_process_attributes):
4013 Now returns ns-resolution time stamp. All uses changed.
4014 Check for time stamp overflow.
4015
4016 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
4017 provides a substitute now.
4018
4019 * systime.h: Include timespec.h rather than sys/time.h and time.h,
4020 since it guarantees struct timespec.
4021 (EMACS_TIME): Now struct timespec, so that we can support
4022 ns-resolution time stamps.
4023 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
4024 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
4025 (EMACS_USECS): Remove.
4026 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
4027 so multiply the arg by 1000 before storing it.
4028 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
4029 New macros.
4030 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
4031 Port to ns-resolution time stamps.
4032 (EMACS_TIME_NEG_P): Remove; replaced by....
4033 (EMACS_TIME_SIGN): New macro.
4034 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
4035 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
4036 (set_file_times, make_time, lisp_time_argument): Adjust signature.
4037 (make_timeval, make_lisp_time, decode_time_components): New decls.
4038 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
4039 that it mishandled time_t overflow. You can't compare by subtracting!
4040 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
4041 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
4042
4043 * term.c: Include <sys/time.h>.
4044 (timeval_to_Time): New function, for proper overflow wraparound.
4045 (term_mouse_position, term_mouse_click): Use it.
4046
4047 * undo.c (record_first_change): Support higher-resolution time stamps
4048 in the undo buffer.
4049 (Fprimitive_undo): Use them when restoring time stamps.
4050
4051 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
4052 (w32_get_internal_run_time):
4053 Port to higher-resolution Emacs time stamps.
4054 (ltime): Now accepts single 64-bit integer, as that's more convenient
4055 for callers.
4056
4057 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
4058
4059 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
4060 for compatibility with pselect. Support ns-resolution time stamps.
4061
4062 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
4063
4064 * xselect.c (wait_for_property_change, x_get_foreign_selection):
4065 Check for time stamp overflow, and support ns-resolution time stamps.
4066
4067 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
4068 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
4069 (timeval_subtract): Remove; no longer needed.
4070 (XTflash, XTring_bell, x_wait_for_event):
4071 Port to ns-resolution time stamps. Don't assume time_t is signed.
4072
4073 2012-06-22 Chong Yidong <cyd@gnu.org>
4074
4075 * xdisp.c (x_consider_frame_title): Revert last change.
4076
4077 2012-06-22 Eli Zaretskii <eliz@gnu.org>
4078
4079 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
4080 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
4081 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
4082 staticidx goes up to 1597 out of 1600 = 0x640.)
4083
4084 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
4085
4086 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
4087 Otherwise, the umask might be mistakenly 0 while handling input signals.
4088
4089 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
4092
4093 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
4094
4095 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
4096 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
4097 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
4098 access to `contents' member of Lisp_Vector objects with AREF and ASET
4099 where appropriate.
4100
4101 2012-06-19 Chong Yidong <cyd@gnu.org>
4102
4103 * frame.c (delete_frame): When selecting a frame on a different
4104 text terminal, do not alter the terminal's top-frame.
4105
4106 * xdisp.c (format_mode_line_unwind_data): Record the target
4107 frame's selected window and its terminal's top-frame.
4108 (unwind_format_mode_line): Restore them.
4109 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
4110 Callers changed.
4111 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
4112 since tty frames can be explicitly named.
4113 (prepare_menu_bars): Likewise.
4114
4115 * term.c (Ftty_top_frame): New function.
4116
4117 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
4118
4119 Port byte-code-meter to modern targets.
4120 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
4121 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
4122 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
4123 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
4124 (METER_1, METER_2): Simplify.
4125
4126 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * data.c (Fdefalias): Return `symbol' (bug#11686).
4129
4130 2012-06-18 Martin Rudalics <rudalics@gmx.at>
4131
4132 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
4133 gets killed during executing of this function (Bug#11665).
4134 Try to always return Qt when the buffer has been actually killed.
4135 (Vkill_buffer_query_functions): In doc-string say that functions
4136 run by this hook should not change the current buffer.
4137
4138 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
4139
4140 Fix recently-introduced process.c problems found by static checking.
4141 * process.c (write_queue_push, write_queue_pop, send_process):
4142 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
4143 (write_queue_pop): Fix pointer signedness problem.
4144 (send_process): Remove unused local.
4145
4146 2012-06-17 Chong Yidong <cyd@gnu.org>
4147
4148 * xdisp.c (redisplay_internal): No need to redisplay terminal
4149 frames that are not on top.
4150
4151 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
4152
4153 * process.c (make_process): Initialize write_queue.
4154 (write_queue_push, write_queue_pop): New functions.
4155 (send_process): Use them to maintain correct ordering of process
4156 writes (Bug#10815).
4157
4158 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
4159
4160 * lisp.h (eassert): Assume C89 or later.
4161 This removes the need for CHECK.
4162 (CHECK): Remove. Its comments about always evaluating its
4163 argument were confusing, as 'eassert' typically does not evaluate
4164 its argument.
4165
4166 * coding.c (produce_chars): Use ptrdiff_t, not int.
4167
4168 * xterm.c (x_draw_underwave): Check for integer overflow.
4169 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
4170
4171 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
4172
4173 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
4174 referenced (Bug#11583).
4175
4176 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
4177
4178 Implement wave-style variant of underlining.
4179 * dispextern.h (face_underline_type): New enum.
4180 (face): Add field for underline type.
4181 * nsterm.m (ns_draw_underwave): New function.
4182 (ns_draw_text_decoration): Use it.
4183 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
4184 New functions.
4185 (x_draw_glyph_string): Use them.
4186 * xfaces.c (Qline, Qwave): New Lisp objects.
4187 (check_lface_attrs, merge_face_ref)
4188 (Finternal_set_lisp_face_attribute, realize_x_face):
4189 Handle wave-style underline face attributes.
4190 * xterm.c (x_draw_underwave): New function.
4191 (x_draw_glyph_string): Use it.
4192
4193 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
4196 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
4197 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
4198 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
4199 ($(BLD)/w32select.$(O)): Update dependencies.
4200
4201 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
4202
4203 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
4204 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
4205 * character.c (_fetch_multibyte_char_p): Remove.
4206 * alloc.c: Include "character.h" before "buffer.h".
4207 * bidi.c: Likewise.
4208 * buffer.c: Likewise.
4209 * bytecode.c: Likewise.
4210 * callint.c: Likewise.
4211 * callproc.c: Likewise.
4212 * casefiddle.c: Likewise.
4213 * casetab.c: Likewise.
4214 * category.c: Likewise.
4215 * cmds.c: Likewise.
4216 * coding.c: Likewise.
4217 * composite.c: Likewise.
4218 * dired.c: Likewise.
4219 * dispnew.c: Likewise.
4220 * doc.c: Likewise.
4221 * dosfns.c: Likewise.
4222 * editfns.c: Likewise.
4223 * emacs.c: Likewise.
4224 * fileio.c: Likewise.
4225 * filelock.c: Likewise.
4226 * font.c: Likewise.
4227 * fontset.c: Likewise.
4228 * fringe.c: Likewise.
4229 * indent.c: Likewise.
4230 * insdel.c: Likewise.
4231 * intervals.c: Likewise.
4232 * keyboard.c: Likewise.
4233 * keymap.c: Likewise.
4234 * lread.c: Likewise.
4235 * macros.c: Likewise.
4236 * marker.c: Likewise.
4237 * minibuf.c: Likewise.
4238 * nsfns.m: Likewise.
4239 * nsmenu.m: Likewise.
4240 * print.c: Likewise.
4241 * process.c: Likewise.
4242 * regex.c: Likewise.
4243 * region-cache.c: Likewise.
4244 * search.c: Likewise.
4245 * syntax.c: Likewise.
4246 * term.c: Likewise.
4247 * textprop.c: Likewise.
4248 * undo.c: Likewise.
4249 * unexsol.c: Likewise.
4250 * w16select.c: Likewise.
4251 * w32fns.c: Likewise.
4252 * w32menu.c: Likewise.
4253 * window.c: Likewise.
4254 * xdisp.c: Likewise.
4255 * xfns.c: Likewise.
4256 * xmenu.c: Likewise.
4257 * xml.c: Likewise.
4258 * xselect.c: Likewise.
4259
4260 2012-06-16 Eli Zaretskii <eliz@gnu.org>
4261
4262 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
4263 If all the glyphs of the glyph row came from strings, and we have no
4264 cursor positioning clues, put the cursor on the first glyph of the
4265 row.
4266 (handle_face_prop): Use chunk-relative overlay string index when
4267 indexing into it->string_overlays array. (Bug#11653)
4268 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
4269 the rightmost. (Bug#11720)
4270
4271 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
4272
4273 * category.h (CHAR_HAS_CATEGORY): Define as inline.
4274 (CATEGORY_MEMBER): Enforce 1/0 value.
4275 * category.c (_temp_category_set): Remove.
4276
4277 2012-06-16 Eli Zaretskii <eliz@gnu.org>
4278
4279 * window.c (Fdelete_other_windows_internal)
4280 (Fdelete_window_internal): Don't access frame's mouse highlight
4281 info of the initial frame. (Bug#11677)
4282
4283 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
4284
4285 * .gdbinit (xgetint): Fix recently-introduced paren typo.
4286 Assume USE_2_TAGS_FOR_INTS.
4287 (xreload): Adjust $tagmask width to match recent lisp.h change.
4288
4289 Simplify lisp.h in minor ways that should not affect code.
4290 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
4291 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
4292 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
4293 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
4294 (INTTYPEBITS): New macro, for clarity.
4295 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
4296 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
4297 Simplify now that USE_LSB_TAG is always defined.
4298 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
4299 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
4300
4301 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
4304
4305 2012-06-13 Glenn Morris <rgm@gnu.org>
4306
4307 * s/bsd-common.h (BSD4_3):
4308 * s/usg5-4-common.h (USG5_4): No longer define; unused.
4309
4310 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
4311
4312 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
4313 instead of union.
4314 (XLI, XIL): Define.
4315 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
4316 Use them.
4317 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
4318 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
4319 * alloc.c (widen_to_Lisp_Object): Remove.
4320 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
4321 * frame.c (delete_frame): Remove outdated comment.
4322 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
4323 USE_LISP_UNION_TYPE.
4324 (Fw32_unregister_hot_key): Likewise.
4325 (Fw32_toggle_lock_key): Likewise.
4326 * w32menu.c (add_menu_item): Likewise.
4327 (w32_menu_display_help): Use XIL instead of checking
4328 USE_LISP_UNION_TYPE.
4329 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
4330 (init_heap): Likewise.
4331 * w32term.c (w32_read_socket): Update comment.
4332
4333 2012-06-13 Glenn Morris <rgm@gnu.org>
4334
4335 * s/usg5-4-common.h, src/s/unixware.h:
4336 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
4337
4338 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
4339
4340 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
4341
4342 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
4343 * alloc.c (make_number) [!defined make_number]:
4344 Remove, as lisp.h always defines this now.
4345 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
4346 (roundup_size): Verify that it is a power of 2.
4347 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4348 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
4349 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
4350 -DUSE_LSB_TAG=0, to override the automatically-selected default.
4351 USE_LSB_TAG now is always defined to be either 0 or 1.
4352 All uses changed.
4353 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
4354 code works fine either way, and efficiency is not a concern here,
4355 as the union type is for debugging, not for production.
4356 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
4357 Use an inline function on all platforms when using the union type,
4358 since this is simpler and 'static inline' can be used portably
4359 within Emacs now.
4360 (LISP_INITIALLY_ZERO): New macro.
4361 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
4362 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
4363
4364 2012-06-12 Glenn Morris <rgm@gnu.org>
4365
4366 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
4367
4368 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
4369
4370 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
4371 Move BROKEN_SIGIO to configure.
4372
4373 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
4374 Move NO_TERMIO to configure.
4375
4376 2012-06-12 Chong Yidong <cyd@gnu.org>
4377
4378 * image.c (imagemagick_load_image): Use MagickFlattenImage if
4379 MagickMergeImageLayers is undefined. Use pixel pusher loop if
4380 MagickExportImagePixels is undefined.
4381
4382 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
4383
4384 * image.c (imagemagick_load_image): Remove unused label.
4385
4386 2012-06-11 Glenn Morris <rgm@gnu.org>
4387
4388 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
4389 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
4390 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
4391 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
4392
4393 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * alloc.c (make_byte_code): New function.
4396 (Fmake_byte_code): Use it. Don't purify here.
4397 * lread.c (read1): Use it as well to avoid extra allocation.
4398
4399 2012-06-11 Chong Yidong <cyd@gnu.org>
4400
4401 * image.c (imagemagick_load_image): Implement transparency.
4402
4403 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
4404
4405 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
4406 account for preceding backslashes. (Bug#11663)
4407
4408 2012-06-09 Chong Yidong <cyd@gnu.org>
4409
4410 * term.c: Support italics in capable terminals (Bug#9652).
4411 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
4412 (turn_on_face): Output using TS_enter_italic_mode if available.
4413 Don't handle unused blinking and alt-charset cases.
4414 (turn_off_face): Handle italic case; discard unused tty_blinking_p
4415 and tty_alt_charset_p cases.
4416 (tty_capable_p, init_tty): Support italics.
4417
4418 * termchar.h (struct tty_display_info): Add field for italics.
4419 Remove unused blink field.
4420
4421 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
4422 Handle slant.
4423
4424 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
4425 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
4426 tty_alt_charset_p. Add tty_italic_p.
4427
4428 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
4431 dbus_type_is_basic if available.
4432 (xd_extract_signed, xd_extract_unsigned): Rename from
4433 extract_signed and extract_unsigned, respectively. Adapt callers.
4434
4435 2012-06-09 Chong Yidong <cyd@gnu.org>
4436
4437 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
4438
4439 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
4440 case (Bug#9752).
4441
4442 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
4443
4444 * xdisp.c (vmessage): Treat frame message as multibyte.
4445 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
4446 would generate the diagnostic "Making \302\247 buffer-local while
4447 let-bound!".
4448
4449 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4450
4451 * dispnew.c (showing_window_margins_p): Undo last change, which
4452 was done due to an inadvertent commit.
4453 (adjust_frame_glyphs_for_frame_redisplay): Do call
4454 showing_window_margins_p.
4455
4456 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * eval.c (Fmake_var_non_special): New primitive.
4459 (syms_of_eval): Defsubr it.
4460 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
4461
4462 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
4463
4464 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
4465 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
4466
4467 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4468
4469 * alloc.c (allocate_vectorlike): Fix last change.
4470
4471 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
4472
4473 Block-based vector allocation of small vectors.
4474 * lisp.h (struct vectorlike_header): New field `nbytes',
4475 adjust comment accordingly.
4476 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
4477 to denote vector blocks. Adjust users (live_vector_p,
4478 mark_maybe_pointer, valid_lisp_object_p) accordingly.
4479 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
4480 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
4481 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
4482 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
4483 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
4484 (roundup_size): New constant.
4485 (struct vector_block): New data type.
4486 (vector_blocks, vector_free_lists, zero_vector): New variables.
4487 (all_vectors): Rename to `large_vectors'.
4488 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
4489 (sweep_vectors): New functions.
4490 (allocate_vectorlike): Return `zero_vector' as the only vector of
4491 0 items. Allocate new vector from block if vector size is less than
4492 or equal to VBLOCK_BYTES_MAX.
4493 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
4494 (init_alloc_once): Add call to init_vectors.
4495
4496 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
4499
4500 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
4501
4502 * doprnt.c (doprnt): Truncate multibyte char correctly.
4503 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
4504 would mishandle a string argument "Xc" if X was a multibyte
4505 character of length 2: it would truncate after X's first byte
4506 rather than including all of X.
4507
4508 2012-06-06 Chong Yidong <cyd@gnu.org>
4509
4510 * buffer.c (word_wrap): Doc fix.
4511
4512 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
4513
4514 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
4515
4516 2012-06-03 Glenn Morris <rgm@gnu.org>
4517
4518 * xdisp.c (tool-bar-style): Doc fix.
4519
4520 2012-06-03 Ulrich Müller <ulm@gentoo.org>
4521
4522 * Makefile.in (PAXCTL): Define.
4523 (temacs$(EXEEXT)): Disable memory randomization for the temacs
4524 binary via PaX flags if the paxctl utility is available.
4525 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
4526 Restore PaX flags to their default. (Bug#11398)
4527
4528 2012-06-03 Chong Yidong <cyd@gnu.org>
4529
4530 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
4531 buffer (Bug#11226).
4532
4533 2012-06-03 Chong Yidong <cyd@gnu.org>
4534
4535 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
4536 (note_mode_line_or_margin_highlight): If there is no help echo,
4537 use mode-line-default-help-echo. Handle the case where the mouse
4538 position is past the end of the mode line string.
4539
4540 * buffer.c (buffer_local_value_1): New function, split from
4541 Fbuffer_local_value; can return Qunbound.
4542 (Fbuffer_local_value): Use it.
4543 (Vmode_line_format): Docstring tweaks.
4544
4545 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
4546
4547 * sysdep.c (system_process_attributes): Improve comment.
4548
4549 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * keyboard.c: Export real-this-command to Elisp.
4552 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
4553 and DEFVAR it. Update all users.
4554
4555 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
4556
4557 * minibuf.c (Fassoc_string): Remove duplicate declaration.
4558
4559 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
4560 Convert pctcpu and pctmem to Lisp float properly.
4561 Let the compiler fold better, as 100.0/0x8000 is exact.
4562
4563 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
4564
4565 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
4566 cons_block.
4567
4568 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
4569
4570 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
4571
4572 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
4573
4574 For a 'struct window', replace some Lisp_Object fields to
4575 bitfields where appropriate, remove unused fields.
4576 * window.h (struct window): Remove unused 'last_mark_x' and
4577 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
4578 change it's type from Lisp_Object to bitfield.
4579 Change type of 'force_start', 'optional_new_start',
4580 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
4581 fields from Lisp_Object to bitfield. Adjust users accordingly.
4582
4583 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
4584
4585 Pacify gcc -Wdouble-precision when using Xaw.
4586 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
4587 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
4588 Use 'float' consistently, rather than 'float' in most places
4589 and 'double' in a couple of places.
4590
4591 2012-05-31 Eli Zaretskii <eliz@gnu.org>
4592
4593 * xdisp.c (handle_stop): Detect whether we have overlay strings
4594 loaded by testing it->current.overlay_string_index to be
4595 non-negative, instead of checking whether n_overlay_strings is
4596 positive. (Bug#11587)
4597
4598 2012-05-31 Chong Yidong <cyd@gnu.org>
4599
4600 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
4601
4602 * doc.c (Fsubstitute_command_keys): Doc fix.
4603
4604 2012-05-31 Eli Zaretskii <eliz@gnu.org>
4605
4606 * search.c (search_buffer): Remove calls to
4607 r_alloc_inhibit_buffer_relocation, as it is now called by
4608 maybe_unify_char, which was the cause of relocation of buffer text
4609 in bug#11519.
4610
4611 2012-05-31 Eli Zaretskii <eliz@gnu.org>
4612
4613 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
4614 for the duration of call to load_charset, to avoid problems with
4615 callers of maybe_unify_char that access buffer text through C
4616 pointers.
4617
4618 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
4619 decrement the inhibition flag, instead of just setting or
4620 resetting it.
4621
4622 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
4623
4624 Remove obsolete '#define static' cruft.
4625 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
4626 This #undef was "temporary" in 2000; it is no longer needed
4627 now that '#define static' has gone away.
4628 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
4629 (gray_bitmap_bits): Remove; no longer needed.
4630 All uses replaced with definiens.
4631 * xterm.c: Include "bitmaps/gray.xbm".
4632
4633 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
4634
4635 Clean up __executable_start, monstartup when --enable-profiling.
4636 The following changes affect the code only when profiling.
4637 * dispnew.c (__executable_start): Rename from safe_bcopy.
4638 Define only on platforms that need it.
4639 * emacs.c: Include <sys/gmon.h> when profiling.
4640 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
4641 (__executable_start): Remove decl, since lisp.h does it now.
4642 (safe_bcopy): Remove decl; no longer has that name.
4643 (main): Coalesce #if into single bit of code, for simplicity.
4644 Cast pointers to uintptr_t, since standard libraries want integers
4645 and not pointers.
4646 * lisp.h (__executable_start): New decl.
4647
4648 2012-05-31 Glenn Morris <rgm@gnu.org>
4649
4650 * image.c (Fimagemagick_types): Doc fix.
4651
4652 2012-05-30 Jim Meyering <meyering@redhat.com>
4653
4654 * callproc.c (Fcall_process_region): Include directory component
4655 in mkstemp error message (Bug#11586).
4656
4657 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
4658
4659 * alloc.c, lisp.h (make_pure_vector): Now static.
4660
4661 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
4664 Move to byte-run.el.
4665 (Fautoload): Do the hash-doc more carefully.
4666 * data.c (Fdefalias): Purify definition, except for keymaps.
4667 (Qdefun): Move from eval.c.
4668 * lisp.h (Qdefun): Remove.
4669 * lread.c (read1): Tiny simplification.
4670
4671 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
4672
4673 Do not create empty overlays with the evaporate property (Bug#9642).
4674 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
4675 Bug#9642, but explicitly check that the buffer the overlay would
4676 be moved to is live and rearrange lines to make sure that errors
4677 will not put the overlay in an inconsistent state.
4678 (Fdelete_overlay): Cosmetics.
4679
4680 2012-05-28 Eli Zaretskii <eliz@gnu.org>
4681
4682 * w32term.c (my_bring_window_to_top): New function.
4683 (x_raise_frame): Use handle returned by DeferWindowPos, which
4684 could be different from the original one.
4685 Call my_bring_window_to_top instead of my_set_foreground_window.
4686 (Bug#11513)
4687
4688 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
4689 by calling BringWindowToTop.
4690
4691 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
4692 (WM_EMACS_END): Increase by one.
4693
4694 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
4695
4696 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
4697 This avoids undefined behavior that might cause the eassert
4698 to not catch an out-of-range value.
4699
4700 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
4701
4702 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
4703 Update dependencies.
4704
4705 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4706
4707 * bidi.c (bidi_mirror_char): Fix last change.
4708
4709 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
4710
4711 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
4712 when referring to sectname field in printf format.
4713
4714 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
4715
4716 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
4717 Only r_alloc_inhibit_buffer_relocation needed to be added;
4718 the others were already declared.
4719
4720 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
4721 before checking whether it's out of range. Put the check inside
4722 eassert. See
4723 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
4724
4725 2012-05-27 Ken Brown <kbrown@cornell.edu>
4726
4727 * callproc.c (Fcall_process): Restore a line that was accidentally
4728 commented out in the 2011-02-13 change (bug#11547).
4729
4730 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4731
4732 * lisp.h [REL_ALLOC]: Add prototypes for external functions
4733 defined on ralloc.c.
4734
4735 * buffer.c [REL_ALLOC]: Remove prototypes of
4736 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
4737 they are now on lisp.h.
4738
4739 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
4740
4741 * search.c (search_buffer): Use it to inhibit relocation of buffer
4742 text while re_search_2 is doing its job, because re_search_2 is
4743 passed C pointers to buffer text. (Bug#11519)
4744
4745 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
4746 Update value to 24.
4747
4748 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
4749 state after an additional call to move_it_in_display_line_to, keep
4750 the values of it->max_ascent and it->max_descent found for the
4751 entire line.
4752 (pos_visible_p): Revert the comparison against bottom_y to what it
4753 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
4754 (Bug#11464)
4755
4756 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4757
4758 Fix coding-related core dumps with gcc -ftrapv.
4759 The code was computing A - B, where A and B are pointers, and B is
4760 random garbage. This can lead to core dumps on platforms that
4761 have special pointer registers, and it also leads to core dumps on
4762 x86-64 when compiled with gcc -ftrapv. The fix is to compute
4763 A - B only when B is initialized properly.
4764 * coding.c (coding_set_source, coding_set_destination): Return void.
4765 (coding_change_source, coding_change_destinations): New functions,
4766 with the old behaviors of coding_set_source and coding_set_destination.
4767 All callers that need an offset changed to use these new functions.
4768
4769 2012-05-26 Glenn Morris <rgm@gnu.org>
4770
4771 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
4772
4773 2012-05-26 Eli Zaretskii <eliz@gnu.org>
4774
4775 Extend mouse support on W32 text-mode console.
4776 * xdisp.c (draw_row_with_mouse_face):
4777 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
4778
4779 * w32console.c: Include window.h.
4780 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
4781 New functions.
4782 (initialize_w32_display): Initialize mouse-highlight data.
4783
4784 * w32inevt.c: Include termchar.h and window.h.
4785 (do_mouse_event): Support mouse-autoselect-window. When the mouse
4786 moves, call note_mouse_highlight. If help_echo changed, call
4787 gen_help_event to produce help-echo message in the echo area.
4788 Call clear_mouse_face if mouse_face_hidden is set in the mouse
4789 highlight info.
4790
4791 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4792
4793 * lread.c (read1): Simplify slightly to avoid an overflow warning
4794 with GCC 4.7.0 on x86-64.
4795
4796 2012-05-26 Eli Zaretskii <eliz@gnu.org>
4797
4798 * bidi.c (bidi_mirror_char): Revert last change: an int is
4799 definitely wide enough here.
4800
4801 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
4802
4803 Fix integer width and related bugs (Bug#9874).
4804 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
4805 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
4806 (string_bytes, check_sblock, allocate_string_data):
4807 (compact_small_strings, Fmake_bool_vector, make_string)
4808 (make_unibyte_string, make_multibyte_string)
4809 (make_string_from_bytes, make_specified_string)
4810 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
4811 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
4812 (mark_vectorlike):
4813 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4814 (allocate_pseudovector):
4815 Use int, not EMACS_INT, where int is wide enough.
4816 (inhibit_garbage_collection, Fgarbage_collect):
4817 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4818 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
4819 int might not be wide enough.
4820 (bidi_cache_search, bidi_cache_find, bidi_init_it)
4821 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
4822 (bidi_at_paragraph_end, bidi_find_paragraph_start)
4823 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
4824 (bidi_level_of_next_char, bidi_move_to_visually_next):
4825 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4826 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
4827 (Fkill_buffer, Fset_buffer_major_mode)
4828 (advance_to_char_boundary, Fbuffer_swap_text)
4829 (Fset_buffer_multibyte, overlays_at, overlays_in)
4830 (overlay_touches_p, struct sortvec, record_overlay_string)
4831 (overlay_strings, recenter_overlay_lists)
4832 (adjust_overlays_for_insert, adjust_overlays_for_delete)
4833 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
4834 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
4835 (Foverlay_recenter, last_overlay_modification_hooks_used)
4836 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
4837 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4838 (validate_region): Omit unnecessary test for b <= e,
4839 since that's guaranteed by the previous test.
4840 (adjust_overlays_for_delete): Avoid pos + length overflow.
4841 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
4842 (report_overlay_modification):
4843 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4844 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
4845 Omit pointer cast, which isn't needed anyway, and doesn't work
4846 after the EMACS_INT -> ptrdiff_t change.
4847 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
4848 * buffer.h: Adjust decls to match defn changes elsewhere.
4849 (struct buffer_text, struct buffer):
4850 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4851 Use EMACS_INT, not int, where int might not be wide enough.
4852 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
4853 not int, to avoid needless 32-bit limit on 64-bit hosts.
4854 (exec_byte_code): Use tighter memory-full test, one that checks
4855 for alloca overflow. Don't compute the address of the object just
4856 before an array, as that's not portable. Use EMACS_INT, not
4857 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
4858 * callint.c (Fcall_interactively):
4859 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4860 * callproc.c (call_process_kill, Fcall_process):
4861 Don't assume pid_t fits into an Emacs fixnum.
4862 (call_process_cleanup, Fcall_process, child_setup):
4863 Don't assume pid_t fits into int.
4864 (call_process_cleanup, Fcall_process, delete_temp_file)
4865 (Fcall_process_region):
4866 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4867 (Fcall_process): Simplify handling of volatile integers.
4868 Use int, not EMACS_INT, where int will do.
4869 * casefiddle.c (casify_object, casify_region, operate_on_word)
4870 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
4871 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4872 (casify_object): Avoid integer overflow when overallocating buffer.
4873 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
4874 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
4875 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
4876 * category.h (CATEGORYP): Don't assume arg is nonnegative.
4877 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
4878 integers are now checked earlier. All uses replaced with XINT.
4879 (ccl_driver):
4880 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4881 For CCL_MapSingle, check that content and value are in int range.
4882 (ccl_driver, Fregister_code_conversion_map):
4883 Check that Vcode_version_map_vector is a vector.
4884 (resolve_symbol_ccl_program): Check that vector header is in range.
4885 Always copy the vector, so that we can check its contents reliably
4886 now rather than having to recheck each instruction as it's being
4887 executed. Check that vector words fit in 'int'.
4888 (ccl_get_compiled_code, Fregister_ccl_program)
4889 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
4890 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
4891 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
4892 contents are in range.
4893 (Fccl_execute_on_string): Check that status is in range.
4894 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
4895 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
4896 Accept and return EMACS_INT, not int, because callers can pass values
4897 out of 'int' range.
4898 (c_string_width, strwidth, lisp_string_width, chars_in_text)
4899 (multibyte_chars_in_text, parse_str_as_multibyte)
4900 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
4901 (str_as_unibyte, str_to_unibyte, string_count_byte8)
4902 (string_escape_byte8, Fget_byte):
4903 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4904 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
4905 avoid mishandling large integers.
4906 * character.h: Adjust decls to match defn changes elsewhere.
4907 * charset.c (load_charset_map_from_file, find_charsets_in_text)
4908 (Ffind_charset_region):
4909 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4910 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
4911 (load_charset_map_from_vector, Fdefine_charset_internal):
4912 Don't assume fixnum fits in int.
4913 (load_charset_map_from_vector, Fmap_charset_chars):
4914 Remove now-unnecessary CHECK_NATNUMs.
4915 (Fdefine_charset_internal): Check ranges here, more carefully.
4916 Don't rely on undefined behavior with signed left shift overflow.
4917 Don't assume unsigned int fits into fixnum, or that fixnum fits
4918 into unsigned int. Don't require max_code to be a valid fixnum;
4919 that's not true for gb10830 4-byte on a 32-bit host. Allow
4920 invalid_code to be a cons, for the same reason. Require code_offset
4921 to be a character. Avoid int overflow if max_char is close
4922 to INT_MAX.
4923 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
4924 this is intended anyway and avoids some undefined behavior.
4925 (load_charset_map): Pass unsigned, not int, as 2nd arg of
4926 INDEX_TO_CODE_POINT, as that's what it expects.
4927 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
4928 * charset.h (DECODE_CHAR): Return int, not unsigned;
4929 this is what was intended anyway, and it avoids undefined behavior.
4930 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
4931 integer-overflow issues.
4932 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
4933 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
4934 where the argument is EMACS_INT, and this behavior is not intended.
4935 * chartab.c (Fmake_char_table, Fset_char_table_range)
4936 (uniprop_get_decoder, uniprop_get_encoder):
4937 Don't assume fixnum fits in int.
4938 * cmds.c (move_point): New function, that does the gist of
4939 Fforward_char and Fbackward_char, but does so while checking
4940 for integer overflow more accurately.
4941 (Fforward_char, Fbackward_char): Use it.
4942 (Fforward_line, Fend_of_line, internal_self_insert)
4943 (internal_self_insert):
4944 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4945 Fix a FIXME, by checking for integer overflow when calculating
4946 target_clm and actual_clm.
4947 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
4948 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
4949 (ASSURE_DESTINATION, coding_alloc_by_realloc)
4950 (coding_alloc_by_making_gap, alloc_destination)
4951 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
4952 (encode_coding_utf_16, detect_coding_emacs_mule)
4953 (decode_coding_emacs_mule, encode_coding_emacs_mule)
4954 (detect_coding_iso_2022, decode_coding_iso_2022)
4955 (encode_invocation_designation, encode_designation_at_bol)
4956 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
4957 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
4958 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
4959 (encode_coding_ccl, encode_coding_raw_text)
4960 (detect_coding_charset, decode_coding_charset)
4961 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
4962 (produce_composition, produce_charset, produce_annotation)
4963 (decode_coding, handle_composition_annotation)
4964 (handle_charset_annotation, consume_chars, decode_coding_gap)
4965 (decode_coding_object, encode_coding_object, detect_coding_system)
4966 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
4967 (code_convert_region, code_convert_string)
4968 (Fdefine_coding_system_internal)
4969 (coding_set_source, coding_set_destination):
4970 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4971 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
4972 (Fdefine_coding_system_internal):
4973 Don't assume fixnums fit in int.
4974 (decode_coding_gap, decode_coding_object, encode_coding_object)
4975 (Fread_coding_system, Fdetect_coding_region)
4976 (Funencodable_char_position, Fcheck_coding_systems_region)
4977 (get_translation, handle_composition_annotation, consume_chars):
4978 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4979 (consume_chars): Rewrite to not calculate an address outside buffer.
4980 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
4981 Don't access memory outside of the args array.
4982 (Fdefine_coding_system_internal): Check for charset-id overflow.
4983 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
4984 result of ENCODE_CHAR.
4985 * coding.h: Adjust decls to match defn changes elsewhere.
4986 (struct coding_system):
4987 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4988 * composite.c (get_composition_id, find_composition)
4989 (run_composition_function, update_compositions)
4990 (compose_text, composition_gstring_put_cache)
4991 (composition_gstring_p, composition_gstring_width)
4992 (fill_gstring_header, fill_gstring_body, autocmp_chars)
4993 (composition_compute_stop_pos, composition_reseat_it)
4994 (composition_update_it, struct position_record)
4995 (find_automatic_composition, composition_adjust_point)
4996 (Fcomposition_get_gstring, Ffind_composition_internal):
4997 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4998 (update_compositions):
4999 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5000 * composite.h: Adjust decls to match defn changes elsewhere.
5001 (struct composition):
5002 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5003 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
5004 Do not attempt to compute the address of the object just before a
5005 buffer; this is not portable.
5006 (Faref, Faset):
5007 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5008 (Faset): Use int, not EMACS_INT, where int is wide enough.
5009 (Fstring_to_number): Don't assume fixnums fit in int.
5010 (Frem): Don't assume arg is nonnegative.
5011 * dbusbind.c (xd_append_arg): Check for integers out of range.
5012 (Fdbus_call_method): Don't overflow the timeout int.
5013 (extract_signed, extract_unsigned): New functions.
5014 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
5015 (xd_get_connection_references): Return ptrdiff_t, not int.
5016 All uses changed.
5017 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
5018 (xd_read_message_1):
5019 Use int, not unsigned, where the dbus API uses int.
5020 (Fdbus_message_internal): Don't overflow mtype.
5021 (syms_of_dbusbind): Allocate right-sized buffer for integers.
5022 * dired.c (directory_files_internal, file_name_completion, scmp)
5023 (file_name_completion_stat):
5024 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5025 (file_name_completion): Don't overflow matchcount.
5026 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
5027 * dispextern.h: Adjust decls to match defn changes elsewhere.
5028 (struct text_pos, struct glyph, struct bidi_saved_info)
5029 (struct bidi_string_data, struct bidi_it, struct composition_it)
5030 (struct it):
5031 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5032 (struct display_pos, struct composition_it, struct it):
5033 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5034 * dispnew.c (increment_matrix_positions)
5035 (increment_row_positions, mode_line_string)
5036 (marginal_area_string):
5037 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5038 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
5039 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5040 (duration_to_sec_usec): New function, to check for overflow better.
5041 (Fsleep_for, sit_for): Use it.
5042 * doc.c (get_doc_string, store_function_docstring):
5043 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5044 (get_doc_string, Fsnarf_documentation):
5045 Use int, not EMACS_INT, where int is wide enough.
5046 (get_doc_string):
5047 Use SAFE_ALLOCA, not alloca.
5048 Check for overflow when converting EMACS_INT to off_t.
5049 * doprnt.c (doprnt):
5050 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5051 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
5052 Don't assume uid_t fits into fixnum.
5053 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
5054 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
5055 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
5056 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
5057 (general_insert_function)
5058 (Finsert_char, make_buffer_string, make_buffer_string_both)
5059 (update_buffer_properties, Fbuffer_substring)
5060 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
5061 (Fsubst_char_in_region, check_translation)
5062 (Ftranslate_region_internal, save_restriction_restore, Fformat)
5063 (transpose_markers, Ftranspose_regions):
5064 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5065 (clip_to_bounds): Move to lisp.h as an inline function).
5066 (Fconstrain_to_field): Don't assume integers are nonnegative.
5067 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
5068 (Fsubst_char_in_region, Fsave_restriction):
5069 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5070 (Femacs_pid): Don't assume pid_t fits into fixnum.
5071 (lo_time): Use int, not EMACS_INT, when int suffices.
5072 (lisp_time_argument): Check for usec out of range.
5073 (Fencode_time): Don't assume fixnum fits in int.
5074 (Fuser_login_name, Fuser_full_name): Signal an error
5075 if a uid argument is out of range, rather than relying on
5076 undefined behavior.
5077 (Fformat_time_string): Remove now-unnecessary check.
5078 lisp_time_argument checks for out-of-range usec now.
5079 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
5080 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
5081 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
5082 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
5083 (init_cmdargs, Fdump_emacs):
5084 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5085 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
5086 the bottom (typically) 32 bits of the fixnum.
5087 * eval.c (specpdl_size, call_debugger):
5088 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5089 (when_entered_debugger, Fbacktrace_debug):
5090 Don't assume fixnum can fit in int.
5091 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
5092 the object just before a buffer; this is not portable.
5093 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
5094 (grow_specpdl, unbind_to):
5095 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5096 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
5097 (grow_specpdl): Simplify allocation by using xpalloc.
5098 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
5099 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
5100 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
5101 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5102 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
5103 (a_write, e_write):
5104 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5105 (Fcopy_file, non_regular_nbytes, read_non_regular)
5106 (Finsert_file_contents):
5107 Use int, not EMACS_INT, where int is wide enough.
5108 (READ_BUF_SIZE): Verify that it fits in int.
5109 (Finsert_file_contents): Check that counts are in proper range,
5110 rather than assuming fixnums fit into ptrdiff_t etc.
5111 Don't assume fixnums fit into int.
5112 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
5113 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
5114 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
5115 (string_char_to_byte, string_byte_to_char)
5116 (string_make_multibyte, string_to_multibyte)
5117 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
5118 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
5119 (substring_both, Fdelete, internal_equal, Ffillarray)
5120 (Fclear_string, mapcar1)
5121 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
5122 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
5123 (larger_vector, make_hash_table, maybe_resize_hash_table)
5124 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
5125 (Fmaphash, secure_hash):
5126 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5127 (concat): Check for string index and length overflow.
5128 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
5129 (Frequire):
5130 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5131 (larger_vector): New API (vec, incr_min, size_max) replaces old
5132 one (vec, new_size, init). This catches size overflow.
5133 INIT was removed because it was always Qnil.
5134 All callers changed.
5135 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
5136 the upper bound on a hash table index size.
5137 (make_hash_table, maybe_resize_hash_table): Use it.
5138 (secure_hash): Computer start_byte and end_byte only after
5139 they're known to be in ptrdiff_t range.
5140 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
5141 (Ffont_get_glyphs, Ffont_at):
5142 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5143 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
5144 (Flist_fonts, Fopen_font):
5145 Don't assume fixnum can fit in int.
5146 (check_gstring): Don't assume index can fit in int.
5147 (font_match_p): Check that fixnum is a character, not a nonnegative
5148 fixnum, since the later code needs to stuff it into an int.
5149 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
5150 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
5151 conversion overflow issues.
5152 (Fopen_font): Check for integer out of range.
5153 (Ffont_get_glyphs): Don't assume index can fit in int.
5154 * font.h: Adjust decls to match defn changes elsewhere.
5155 * fontset.c (reorder_font_vector): Redo score calculation to avoid
5156 integer overflow.
5157 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
5158 printmax_t, where ptrdiff_t is wide enough.
5159 (Finternal_char_font):
5160 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5161 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
5162 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
5163 (Fset_frame_position, x_set_frame_parameters)
5164 (x_set_line_spacing, x_set_border_width)
5165 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
5166 Check that fixnums are in proper range for system types.
5167 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
5168 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5169 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
5170 Use SAFE_ALLOCA_LISP, not alloca.
5171 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
5172 intptr_t is wide enough.
5173 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
5174 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
5175 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
5176 Check for fixnum out of range.
5177 * ftfont.c (ftfont_list): Don't assume index fits in int.
5178 Check that fixnums are in proper range for system types.
5179 (ftfont_shape_by_flt):
5180 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5181 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
5182 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5183 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
5184 Check that fixnums are in proper range for system types.
5185 * gnutls.h: Adjust decls to match defn changes elsewhere.
5186 * gtkutil.c (xg_dialog_run):
5187 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5188 (update_frame_tool_bar):
5189 Check that fixnums are in proper range for system types.
5190 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
5191 (lookup_image): Check that fixnums are in range for system types.
5192 * indent.c (last_known_column, last_known_column_point):
5193 (current_column_bol_cache):
5194 (skip_invisible, current_column, check_display_width):
5195 (check_display_width, scan_for_column, current_column_1)
5196 (Findent_to, Fcurrent_indentation, position_indentation)
5197 (indented_beyond_p, Fmove_to_column, compute_motion):
5198 (Fcompute_motion, Fvertical_motion):
5199 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5200 (last_known_column_modified): Use EMACS_INT, not int.
5201 (check_display_width):
5202 (Fcompute_motion):
5203 Check that fixnums and floats are in proper range for system types.
5204 (compute_motion): Don't assume index or fixnum fits in int.
5205 (compute_motion, Fcompute_motion):
5206 Use int, not EMACS_INT, when it is wide enough.
5207 (vmotion): Omit local var start_hpos that is always 0; that way
5208 we don't need to worry about overflow in expressions involving it.
5209 * indent.h: Adjust decls to match defn changes elsewhere.
5210 (struct position):
5211 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5212 Use int, not EMACS_INT, where int is wide enough.
5213 Remove unused members ovstring_chars_done and tab_offset;
5214 all uses removed.
5215 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
5216 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
5217 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
5218 (make_gap, copy_text, insert, insert_and_inherit)
5219 (insert_before_markers, insert_before_markers_and_inherit)
5220 (insert_1, count_combining_before, count_combining_after)
5221 (insert_1_both, insert_from_string)
5222 (insert_from_string_before_markers, insert_from_string_1)
5223 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
5224 (adjust_after_replace, adjust_after_insert, replace_range)
5225 (replace_range_2, del_range, del_range_1, del_range_byte)
5226 (del_range_both, del_range_2, modify_region)
5227 (prepare_to_modify_buffer, signal_before_change)
5228 (signal_after_change, Fcombine_after_change_execute):
5229 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5230 * intervals.c (traverse_intervals, rotate_right, rotate_left)
5231 (balance_an_interval, split_interval_right, split_interval_left)
5232 (find_interval, next_interval, update_interval)
5233 (adjust_intervals_for_insertion, delete_node, delete_interval)
5234 (interval_deletion_adjustment, adjust_intervals_for_deletion)
5235 (static_offset_intervals, offset_intervals)
5236 (merge_interval_right, merge_interval_left, make_new_interval)
5237 (graft_intervals_into_buffer, temp_set_point_both)
5238 (temp_set_point, set_point, adjust_for_invis_intang)
5239 (set_point_both, move_if_not_intangible, get_property_and_range)
5240 (get_local_map, copy_intervals, copy_intervals_to_string)
5241 (compare_string_intervals, set_intervals_multibyte_1):
5242 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5243 * intervals.h: Adjust decls to match defn changes elsewhere.
5244 (struct interval):
5245 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5246 * keyboard.c (this_command_key_count, this_single_command_key_start)
5247 (before_command_key_count, before_command_echo_length, echo_now)
5248 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
5249 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
5250 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
5251 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
5252 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5253 (last_non_minibuf_size, last_point_position, echo_truncate)
5254 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
5255 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
5256 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
5257 (stuff_buffered_input):
5258 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5259 (last_auto_save, command_loop_1, read_char):
5260 Use EMACS_INT, not int, to avoid integer overflow.
5261 (record_char): Avoid overflow in total_keys computation.
5262 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
5263 * keyboard.h: Adjust decls to match defn changes elsewhere.
5264 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
5265 (Fkey_description, Fdescribe_vector, Flookup_key):
5266 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5267 (click_position): New function, to check that positions are in range.
5268 (Fcurrent_active_maps):
5269 (describe_command):
5270 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5271 (Faccessible_keymaps, Fkey_description):
5272 (preferred_sequence_p):
5273 Don't assume fixnum can fit into int.
5274 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
5275 Check for integer overflow in size calculations.
5276 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
5277 avoid mishandling large integers.
5278 * lisp.h: Adjust decls to match defn changes elsewhere.
5279 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
5280 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
5281 (struct Lisp_Marker):
5282 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5283 (clip_to_bounds): Now an inline function, moved here from editfns.c.
5284 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
5285 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
5286 All callers changed.
5287 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
5288 Assume the arg has valid form, since it always does.
5289 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
5290 unsigned integer system type.
5291 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
5292 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
5293 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5294 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
5295 (duration_to_sec_usec): New decl.
5296 * lread.c (read_from_string_index, read_from_string_index_byte)
5297 (read_from_string_limit, readchar, unreadchar, openp)
5298 (read_internal_start, read1, oblookup):
5299 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5300 (Fload, readevalloop, Feval_buffer, Feval_region):
5301 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5302 (openp): Check for out-of-range argument to 'access'.
5303 (read1): Use int, not EMACS_INT, where int is wide enough.
5304 Don't assume fixnum fits into int.
5305 Fix off-by-one error that can read outside a buffer.
5306 (read_filtered_event): Use duration_to_sec_usec
5307 to do proper overflow checking on durations.
5308 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
5309 in size calculation.
5310 (Fexecute_kbd_macro):
5311 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5312 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
5313 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
5314 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
5315 (set_marker_both, set_marker_restricted_both, marker_position)
5316 (marker_byte_position, Fbuffer_has_markers_at):
5317 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5318 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
5319 * menu.c (ensure_menu_items): Rename from grow_menu_items.
5320 It now merely ensures that the menu is large enough, without
5321 necessarily growing it, as this avoids some integer overflow issues.
5322 All callers changed.
5323 (keymap_panes, parse_single_submenu, Fx_popup_menu):
5324 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5325 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
5326 Use SAFE_ALLOCA_LISP, not alloca.
5327 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
5328 to EMACS_INT. Check that fixnums are in proper range for system types.
5329 * minibuf.c (minibuf_prompt_width, string_to_object)
5330 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
5331 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
5332 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5333 (get_minibuffer, read_minibuf_unwind):
5334 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5335 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
5336 this simplifies overflow checking. All callers changed.
5337 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
5338 (Ftest_completion):
5339 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5340 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
5341 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
5342 Check that fixnums are in proper range for system types.
5343 (Fx_create_frame, Fx_show_tip):
5344 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5345 * nsfont.m (ns_findfonts, nsfont_list_family):
5346 Don't assume fixnum fits in long.
5347 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
5348 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5349 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
5350 wide enough.
5351 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
5352 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5353 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
5354 (PRINTDECLARE, PRINTPREPARE):
5355 (strout, print_string):
5356 (print, print_preprocess, print_check_string_charset_prop)
5357 (print_object):
5358 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5359 (PRINTDECLARE):
5360 (temp_output_buffer_setup, Fprin1_to_string, print_object):
5361 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5362 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
5363 (printchar, strout): Use xpalloc to catch size calculation overflow.
5364 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
5365 (print_error_message): Use SAFE_ALLOCA, not alloca.
5366 (print_object): Use int, not EMACS_INT, where int is wide enough.
5367 (print_depth, new_backquote_output, print_number_index):
5368 Use ptrdiff_t, not int, where int might not be wide enough.
5369 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
5370 (Fset_process_window_size, Fformat_network_address)
5371 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
5372 (sigchld_handler):
5373 Check that fixnums are in proper range for system types.
5374 (Fsignal_process): Simplify by avoiding a goto.
5375 Check for process-ids out of pid_t range rather than relying on
5376 undefined behavior.
5377 (process_tick, update_tick): Use EMACS_INT, not int.
5378 (Fformat_network_address, read_process_output, send_process)
5379 (Fprocess_send_region, status_notify):
5380 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5381 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
5382 (wait_reading_process_output, read_process_output, exec_sentinel):
5383 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5384 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
5385 (Faccept_process_output): Use duration_to_sec_usec to do proper
5386 overflow checking on durations.
5387 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
5388 Don't assume pid_t fits in int.
5389 * process.h (struct Lisp_Process): Members tick and update_tick
5390 are now of type EMACS_INT, not int.
5391 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
5392 configured --with-wide-int.
5393 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
5394 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
5395 * search.c (looking_at_1, string_match_1):
5396 (fast_string_match, fast_c_string_match_ignore_case)
5397 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
5398 (scan_newline, find_before_next_newline, search_command)
5399 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
5400 (set_search_regs, wordify):
5401 (Freplace_match):
5402 (Fmatch_data):
5403 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5404 (string_match_1, search_buffer, set_search_regs):
5405 (Fmatch_data):
5406 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5407 (wordify): Check for overflow in size calculation.
5408 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
5409 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
5410 Check that fixnums are in proper range for system types.
5411 * sound.c (struct sound_device)
5412 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
5413 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5414 (Fplay_sound_internal):
5415 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5416 * syntax.c (struct lisp_parse_state, find_start_modiff)
5417 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
5418 (Fparse_partial_sexp):
5419 Don't assume fixnums can fit in int.
5420 (struct lisp_parse_state, find_start_pos, find_start_value)
5421 (find_start_value_byte, find_start_begv)
5422 (update_syntax_table, char_quoted, dec_bytepos)
5423 (find_defun_start, prev_char_comend_first, back_comment):
5424 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
5425 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
5426 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5427 (Finternal_describe_syntax_value): Check that match_lisp is a
5428 character, not an integer, since the code stuffs it into int.
5429 (scan_words, scan_sexps_forward):
5430 Check that fixnums are in proper range for system types.
5431 (Fforward_word):
5432 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5433 (scan_sexps_forward):
5434 Use CHARACTERP, not INTEGERP, since the value must fit into int.
5435 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
5436 * syntax.h: Adjust decls to match defn changes elsewhere.
5437 (struct gl_state_s):
5438 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5439 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
5440 MOST_POSITIVE_FIXNUM.
5441 * sysdep.c (wait_for_termination_1, wait_for_termination)
5442 (interruptible_wait_for_termination, mkdir):
5443 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
5444 (emacs_read, emacs_write):
5445 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5446 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
5447 and double all fit in int.
5448 * term.c (set_tty_color_mode):
5449 Check that fixnums are in proper range for system types.
5450 * termhooks.h (struct input_event):
5451 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5452 * textprop.c (validate_interval_range, interval_of)
5453 (Fadd_text_properties, set_text_properties_1)
5454 (Fremove_text_properties, Fremove_list_of_text_properties)
5455 (Ftext_property_any, Ftext_property_not_all)
5456 (copy_text_properties, text_property_list, extend_property_ranges)
5457 (verify_interval_modification):
5458 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5459 (Fnext_single_char_property_change)
5460 (Fprevious_single_char_property_change):
5461 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5462 (copy_text_properties):
5463 Check for integer overflow in index calculation.
5464 * undo.c (last_boundary_position, record_point, record_insert)
5465 (record_delete, record_marker_adjustment, record_change)
5466 (record_property_change):
5467 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5468 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
5469 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5470 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
5471 (Fx_hide_tip, Fx_file_dialog):
5472 * w32menu.c (set_frame_menubar):
5473 Use ptrdiff_t, not int, for consistency with rest of code.
5474 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
5475 (select_window, Fdelete_other_windows_internal)
5476 (window_scroll_pixel_based, window_scroll_line_based)
5477 (Frecenter, Fset_window_configuration):
5478 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5479 (Fset_window_hscroll, run_window_configuration_change_hook)
5480 (set_window_buffer, temp_output_buffer_show, scroll_command)
5481 (Fscroll_other_window, Frecenter):
5482 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5483 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
5484 Don't assume fixnum fits in int.
5485 (Fset_window_scroll_bars):
5486 Check that fixnums are in proper range for system types.
5487 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
5488 (string_pos, c_string_pos, number_of_chars, init_iterator)
5489 (in_ellipses_for_invisible_text_p, init_from_display_pos)
5490 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
5491 (compute_display_string_end, handle_face_prop)
5492 (face_before_or_after_it_pos, handle_invisible_prop)
5493 (handle_display_prop, handle_display_spec, handle_single_display_spec)
5494 (display_prop_intangible_p, string_buffer_position_lim)
5495 (string_buffer_position, handle_composition_prop, load_overlay_strings)
5496 (get_overlay_strings_1, get_overlay_strings)
5497 (iterate_out_of_display_property, forward_to_next_line_start)
5498 (back_to_previous_visible_line_start, reseat, reseat_to_string)
5499 (get_next_display_element, set_iterator_to_next)
5500 (get_visually_first_element, compute_stop_pos_backwards)
5501 (handle_stop_backwards, next_element_from_buffer)
5502 (move_it_in_display_line_to, move_it_in_display_line)
5503 (move_it_to, move_it_vertically_backward, move_it_by_lines)
5504 (add_to_log, message_dolog, message_log_check_duplicate)
5505 (message2, message2_nolog, message3, message3_nolog
5506 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
5507 (current_message_1, truncate_echo_area, truncate_message_1)
5508 (set_message, set_message_1, store_mode_line_noprop)
5509 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
5510 (text_outside_line_unchanged_p, check_point_in_composition)
5511 (reconsider_clip_changes)
5512 (redisplay_internal, set_cursor_from_row, try_scrolling)
5513 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
5514 (redisplay_window, find_last_unchanged_at_beg_row)
5515 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
5516 (trailing_whitespace_p, find_row_edges, display_line)
5517 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
5518 (display_mode_element, store_mode_line_string)
5519 (pint2str, pint2hrstr, decode_mode_spec)
5520 (display_count_lines, display_string, draw_glyphs)
5521 (x_produce_glyphs, x_insert_glyphs)
5522 (rows_from_pos_range, mouse_face_from_buffer_pos)
5523 (fast_find_string_pos, mouse_face_from_string_pos)
5524 (note_mode_line_or_margin_highlight, note_mouse_highlight):
5525 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5526 (safe_call, init_from_display_pos, handle_fontified_prop)
5527 (handle_single_display_spec, load_overlay_strings)
5528 (with_echo_area_buffer, setup_echo_area_for_printing)
5529 (display_echo_area, echo_area_display)
5530 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
5531 (update_tool_bar, hscroll_window_tree, redisplay_internal)
5532 (redisplay_window, dump_glyph_row, display_mode_line)
5533 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
5534 (handle_display_spec, display_prop_string_p):
5535 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5536 (handle_single_display_spec, build_desired_tool_bar_string)
5537 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
5538 (get_specified_cursor_type):
5539 Check that fixnums are in proper range for system types.
5540 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
5541 (Flookup_image_map):
5542 Don't assume fixnums fit in int.
5543 (compare_overlay_entries):
5544 Avoid mishandling comparisons due to subtraction overflow.
5545 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
5546 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
5547 (handle_tool_bar_click):
5548 Use int, not unsigned, since we prefer signed and the signedness
5549 doesn't matter here.
5550 (get_next_display_element, next_element_from_display_vector):
5551 Use int, not EMACS_INT, when int is wide enough.
5552 (start_hourglass): Use duration_to_sec_usec to do proper
5553 overflow checking on durations.
5554 * xfaces.c (Fbitmap_spec_p):
5555 Check that fixnums are in proper range for system types.
5556 (compare_fonts_by_sort_order):
5557 Avoid mishandling comparisons due to subtraction overflow.
5558 (Fx_family_fonts, realize_basic_faces):
5559 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5560 (Fx_family_fonts):
5561 Don't assume fixnum fits in int.
5562 Use SAFE_ALLOCA_LISP, not alloca.
5563 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
5564 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
5565 (face_at_buffer_position, face_for_overlay_string)
5566 (face_at_string_position):
5567 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5568 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
5569 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
5570 (Fx_show_tip):
5571 Check that fixnums are in proper range for system types.
5572 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
5573 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
5574 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5575 (Fx_change_window_property): Don't assume fixnums fit in int.
5576 * xfont.c (xfont_chars_supported):
5577 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5578 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
5579 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
5580 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5581 * xml.c (parse_region):
5582 * xrdb.c (magic_file_p):
5583 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5584 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
5585 (x_get_local_selection, x_reply_selection_request)
5586 (x_handle_selection_request, wait_for_property_change):
5587 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5588 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
5589 short is wide enough.
5590 (x_send_client_event): Don't assume fixnum fits in int.
5591 * xterm.c (x_x_to_emacs_modifiers):
5592 Don't assume EMACS_INT overflows nicely into int.
5593 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
5594 may come from Lisp.
5595 (handle_one_xevent): NATNUMP can eval its arg twice.
5596 (x_connection_closed):
5597 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5598 * xterm.h: Adjust decls to match defn changes elsewhere.
5599 (struct scroll_bar): Use struct vectorlike_header
5600 rather than rolling our own approximation.
5601 (SCROLL_BAR_VEC_SIZE): Remove; not used.
5602
5603 2012-05-25 Glenn Morris <rgm@gnu.org>
5604
5605 * lisp.mk (lisp): Update for more files being compiled now.
5606
5607 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * lread.c: Remove `read_pure' which makes no difference.
5610 (read_pure): Remove var.
5611 (unreadpure): Remove function.
5612 (readevalloop): Don't call read_list with -1 flag.
5613 (read1, read_vector): Don't test read_pure any more.
5614 (read_list): Simplify.
5615
5616 * fileio.c, character.h: Minor style tweaks.
5617
5618 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
5619
5620 * window.h (clip_changed): Remove useless declaration.
5621
5622 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
5625 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
5626
5627 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
5628
5629 Remove src/m/*.
5630 This directory predates autoconf and is no longer needed nowadays.
5631 Move its few remaining bits of functionality to where they're needed.
5632 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
5633 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
5634 * m/template.h: Remove.
5635 * Makefile.in (M_FILE): Remove. All uses removed.
5636 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
5637 * lisp.h (USE_LSB_TAG):
5638 * mem-limits.h (EXCEEDS_LISP_PTR):
5639 Use VAL_MAX, not VALBITS, in #if.
5640 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
5641 (EMACS_UINT): Define unconditionally now.
5642 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
5643 (BITS_PER_EMACS_INT): New constants, replacing
5644 what used to be in config.h, but not useful in #if.
5645 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
5646 define them any more.
5647 (VAL_MAX): New macro.
5648 (VALMASK): Use it.
5649 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
5650 BITS_PER_EMACS_INT, in #if.
5651 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
5652 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
5653 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
5654 * s/ms-w32.h (DATA_START):
5655 Move here from removed file m/intel386.h.
5656 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
5657 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
5658
5659 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
5660
5661 Assume C89 or later.
5662 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
5663 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
5664 (xrealloc):
5665 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
5666 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
5667 * textprop.c, tparam.c (NULL): Remove.
5668 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
5669 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
5670 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
5671 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
5672 * xterm.c (input_signal_count): Assume volatile works.
5673
5674 2012-05-21 Ken Brown <kbrown@cornell.edu>
5675
5676 * xgselect.c (xg_select): Fix first argument in call to 'select'
5677 (bug#11508).
5678
5679 2012-05-20 Ken Brown <kbrown@cornell.edu>
5680
5681 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
5682 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
5683
5684 2012-05-19 Ken Brown <kbrown@cornell.edu>
5685
5686 * xfns.c (x_in_use): Remove `static' qualifier.
5687 * xterm.h (x_in_use): Declare.
5688 * xgselect.c: Include xterm.h.
5689 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
5690 and `display_arg' (bug#9754).
5691
5692 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
5693
5694 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
5695
5696 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
5697 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
5698
5699 2012-05-18 Eli Zaretskii <eliz@gnu.org>
5700
5701 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
5702
5703 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
5704 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
5705
5706 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
5707 reference to image_cache->refcount.
5708 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
5709
5710 2012-05-17 Juri Linkov <juri@jurta.org>
5711
5712 * search.c (Fword_search_regexp, Fword_search_backward)
5713 (Fword_search_forward, Fword_search_backward_lax)
5714 (Fword_search_forward_lax): Move functions to isearch.el
5715 (bug#10145, bug#11381).
5716
5717 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
5718
5719 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
5720
5721 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * lread.c (init_obarray): Declare Qt and Qnil as special.
5724
5725 2012-05-14 Glenn Morris <rgm@gnu.org>
5726
5727 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
5728 Put "libexec" before "bin", for the sake of init_callproc_1.
5729
5730 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
5731
5732 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
5733
5734 * unexaix.c: Port to more-recent AIX compilers.
5735 (report_error, report_error_1, make_hdr, copy_sym)
5736 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
5737 Make arguments const char *, not char *, to avoid violations of C
5738 standard and to fix some AIX warnings reported by Gilles Pion.
5739
5740 2012-05-14 Eli Zaretskii <eliz@gnu.org>
5741
5742 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
5743 already have overlays loaded.
5744 (handle_single_display_spec): Before returning without displaying
5745 fringe bitmap, synchronize the bidi iterator with the main display
5746 iterator, by calling iterate_out_of_display_property.
5747 (iterate_out_of_display_property): Detect buffer iteration by
5748 testing that it->string is a Lisp string.
5749 (get_next_display_element): When the current object is exhausted,
5750 and there's something on it->stack, call set_iterator_to_next to
5751 proceed with what's on the stack, instead of returning zero.
5752 (set_iterator_to_next): If called at the end of a Lisp string,
5753 proceed to consider_string_end without incrementing string
5754 position. Don't increment display vector index past the end of
5755 the display vector. (Bug#11417)
5756 (pos_visible_p): Don't report a position visible when move_it_to
5757 stopped at the last line of window, which happens to be scanned
5758 backwards by the bidi iteration. (Bug#11464)
5759
5760 2012-05-14 Eli Zaretskii <eliz@gnu.org>
5761
5762 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
5763 and right-margin display specs even if the spec is invalid or we
5764 are on a TTY, and thus unable to display on the fringes.
5765 That's because the text with the property will not be displayed anyway,
5766 so we need to signal to the caller that this is a "replacing"
5767 display spec. This fixes display when the spec is invalid or we
5768 are on a TTY.
5769
5770 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
5771
5772 * unexaix.c (make_hdr): Fix typo in prototype.
5773 This bug broke the build on AIX. Problem reported by Gilles Pion.
5774
5775 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
5776
5777 * keyboard.c (kbd_buffer_get_event): Read special events also in
5778 batch mode. (Bug#11415)
5779
5780 2012-05-12 Glenn Morris <rgm@gnu.org>
5781
5782 * ns.mk: Update for ns_appbindir no longer having trailing "/".
5783
5784 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5785
5786 * lisp.mk (lisp): Add newcomment.elc.
5787
5788 2012-05-12 Glenn Morris <rgm@gnu.org>
5789
5790 * Makefile.in (MKDIR_P): New, set by configure.
5791 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
5792
5793 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
5794
5795 Remove unused function hourglass_started.
5796 * dispextern.h (hourglass_started):
5797 * w32fns.c (hourglass_started):
5798 * xdisp.c (hourglass_started): Remove.
5799
5800 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
5801
5802 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
5803 Update dependencies.
5804
5805 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
5806
5807 * xgselect.c (xg_select): Put maxfds+1 into a var.
5808 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
5809
5810 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
5811
5812 2012-05-10 Dave Abrahams <dave@boostpro.com>
5813
5814 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
5815 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
5816
5817 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * dbusbind.c (xd_registered_buses): New internal Lisp object.
5820 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
5821 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
5822 Initialize xd_registered_buses.
5823
5824 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
5825
5826 Untag more efficiently if USE_LSB_TAG.
5827 This is based on a proposal by YAMAMOTO Mitsuharu in
5828 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
5829 For an admittedly artificial (nth 8000 longlist) benchmark on
5830 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
5831 Emacs's overall text size by 1%.
5832 * lisp.h (XUNTAG): New macro.
5833 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
5834 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
5835 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
5836 * eval.c (Fautoload):
5837 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
5838 * frame.h (XFRAME): Use XUNTAG.
5839
5840 Port recent dbusbind.c changes to 32-bit --with-wide-int.
5841 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
5842 Remove unportable assumptions about print widths of types like
5843 dbus_uint32_t.
5844 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
5845 intptr_t when converting between pointer and integer, to avoid GCC
5846 warnings about wrong width.
5847
5848 2012-05-09 Eli Zaretskii <eliz@gnu.org>
5849
5850 * w32proc.c (new_child): Force Windows to reserve only 64KB of
5851 stack for each reader_thread, instead of defaulting to 8MB
5852 determined by the linker. This avoids failures in creating
5853 subprocesses on Windows 7, see the discussion in this thread:
5854 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
5855
5856 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
5857
5858 Fix up display of the *Minibuf-0* buffer in the mini window.
5859 * keyboard.c (read_char): Don't clear the echo area if there's no
5860 message to clear.
5861 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
5862 contents of *Minibuf-0*) if there's no message displayed in its stead.
5863
5864 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
5867 batch mode.
5868
5869 2012-05-06 Chong Yidong <cyd@gnu.org>
5870
5871 * lisp.mk (lisp): Update.
5872
5873 2012-05-05 Jim Meyering <meyering@redhat.com>
5874
5875 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
5876
5877 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * data.c (PUT_ERROR): New macro.
5880 (syms_of_data): Use it. Add new error type `user-error'.
5881 * undo.c (user_error): New function.
5882 (Fprimitive_undo): Use it.
5883 * print.c (print_error_message): Adjust print style for `user-error'.
5884 * keyboard.c (user_error): New function.
5885 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
5886
5887 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
5888
5889 Do not limit current-time-string to years 1000..9999.
5890 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
5891 (Fcurrent_time_string): Support any year that is supported by the
5892 underlying localtime representation. Don't use asctime, as it
5893 has undefined behavior for years outside the range -999..9999.
5894
5895 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
5896
5897 Fix race conditions involving setenv, gmtime, localtime, asctime.
5898 Without this fix, interrupts could mess up code that uses these
5899 nonreentrant functions, since setting TZ invalidates existing
5900 tm_zone or tzname values, and since most of these functions return
5901 pointers to static storage.
5902 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
5903 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
5904 Grow the critical sections to include not just invoking
5905 localtime/gmtime, but also accessing these functions' results
5906 including their tm_zone values if any, and any related TZ setting.
5907 (format_time_string): Last arg is now struct tm *, not struct tm **,
5908 so that the struct tm is saved in the critical section.
5909 All callers changed. Simplify allocation of initial buffer, partly
5910 motivated by the fact that memory allocation needs to be outside
5911 the critical section.
5912
5913 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
5914
5915 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
5916 with RESET_INTERVAL.
5917
5918 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
5919 Remove duplicated buffer name initialization.
5920
5921 2012-05-02 Jim Meyering <jim@meyering.net>
5922
5923 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
5924
5925 * xfns.c (x_window): Use xstrdup (Bug#11375).
5926
5927 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5928
5929 * xdisp.c (pos_visible_p): If already at a newline from the
5930 display string before the 'while' loop, don't walk back the glyphs
5931 from it3.glyph_row. Solves assertion violation when the display
5932 string begins with a newline (egg.el). (Bug#11367)
5933
5934 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
5937 Move to simple.el.
5938
5939 2012-05-01 Glenn Morris <rgm@gnu.org>
5940
5941 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
5942 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
5943 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
5944 All were removed before 23.1.
5945
5946 * dispnew.c: Remove HAVE_LIBNCURSES test;
5947 it is always true on relevant platforms.
5948
5949 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
5950 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
5951
5952 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
5953
5954 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
5955
5956 * .gdbinit (xpr): Remove checks for no longer existing misc types.
5957 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
5958 Remove.
5959
5960 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
5961
5962 Do not avoid creating empty evaporating overlays (Bug#9642).
5963 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
5964 That is, do not delete an evaporating overlay if it becomes
5965 empty after its bounds are adjusted to fit within its buffer.
5966 This fix caused other problems, and I'm reverting it until we get
5967 to the bottom of them.
5968
5969 2012-04-27 Chong Yidong <cyd@gnu.org>
5970
5971 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
5972
5973 2012-04-27 Eli Zaretskii <eliz@gnu.org>
5974
5975 * xdisp.c (pos_visible_p): If the window start position is beyond
5976 ZV, start the display from buffer beginning. Prevents assertion
5977 violation in init_iterator when the minibuffer window is scrolled
5978 via the scroll bar.
5979
5980 * window.c (window_scroll_pixel_based): Likewise.
5981
5982 2012-04-27 Chong Yidong <cyd@gnu.org>
5983
5984 * keymap.c (where_is_internal): Doc fix (Bug#10872).
5985
5986 2012-04-27 Glenn Morris <rgm@gnu.org>
5987
5988 * fileio.c (Fcopy_file, Fset_file_selinux_context):
5989 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
5990
5991 2012-04-27 Eli Zaretskii <eliz@gnu.org>
5992
5993 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
5994 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
5995
5996 2012-04-26 Eli Zaretskii <eliz@gnu.org>
5997
5998 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
5999 display element, check also the underlying string or buffer
6000 character. (Bug#11341)
6001
6002 * w32menu.c: Include w32heap.h.
6003 (add_menu_item): If the call to AppendMenuW (via
6004 unicode_append_menu) fails, disable Unicode menus only if we are
6005 running on Windows 9X/Me.
6006
6007 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
6008
6009 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
6010 (xgetint): Add missing shift for LSB tags.
6011
6012 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6013
6014 * keyboard.c (read_char): Don't wipe echo area for select window
6015 events: These might get delayed via `mouse-autoselect-window'
6016 (Bug#11304).
6017
6018 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
6021 manipulation of :loaded-from data.
6022
6023 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
6024
6025 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
6026 now a cons (bug#11311).
6027
6028 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
6029
6030 Do not create empty overlays with the evaporate property (Bug#9642).
6031 * buffer.c (Fmove_overlay): Delete an evaporating overlay
6032 if it becomes empty after its bounds are adjusted to fit within
6033 its buffer. Without this fix, in a nonempty buffer (let ((o
6034 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
6035 yields an empty overlay that has the evaporate property, which is
6036 not supposed to happen.
6037
6038 Fix minor GTK3 problems found by static checking.
6039 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
6040 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
6041 (struct _EmacsFixedClass, emacs_fixed_get_type):
6042 Move decls here from emacsgtkfixed.h, since they needn't be public.
6043 (emacs_fixed_get_type): Now static.
6044 (emacs_fixed_class_init): Omit unused local.
6045 (emacs_fixed_child_type): Remove; unused.
6046 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
6047 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
6048 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
6049 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
6050 (EMACS_FIXED_GET_CLASS): Remove; unused.
6051 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
6052
6053 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
6054 Problem reported by Juanma Barranquero for Windows -Wunused-function.
6055
6056 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6057
6058 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
6059 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
6060 (__malloc_size_t, __malloc_ptrdiff_t):
6061 Remove. All uses removed, replaced by the definiens if needed,
6062 since we can assume C89 or better now.
6063 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
6064 (protect_malloc_state, align, get_contiguous_space)
6065 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
6066 (malloc_atfork_handler_child, malloc_enable_thread)
6067 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
6068 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
6069 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
6070 (special_realloc, _realloc_internal_nolock, _realloc_internal)
6071 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
6072 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
6073 Define using prototypes, not old style.
6074 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
6075 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
6076 (align): Don't assume that signed integer overflow wraps around.
6077 Omit unused local var.
6078 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
6079 (_free_internal_nolock, memalign, mallochook, reallochook):
6080 Omit no-longer-needed casts.
6081 (valloc): Use getpagesize, not __getpagesize.
6082 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
6083 (struct hdr): The 'magic' member is now size_t, not unsigned long.
6084
6085 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
6086
6087 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
6088
6089 Move functions from C to Lisp. Make non-blocking method calls
6090 the default. Implement further D-Bus standard interfaces.
6091
6092 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
6093 (QCdbus_request_name_allow_replacement)
6094 (QCdbus_request_name_replace_existing)
6095 (QCdbus_request_name_do_not_queue)
6096 (QCdbus_request_name_reply_primary_owner)
6097 (QCdbus_request_name_reply_in_queue)
6098 (QCdbus_request_name_reply_exists)
6099 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
6100 (QCdbus_registered_serial, QCdbus_registered_method)
6101 (QCdbus_registered_signal): New Lisp objects.
6102 (XD_DEBUG_MESSAGE): Use sizeof.
6103 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
6104 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
6105 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
6106 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
6107 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
6108 (xd_signature, xd_append_arg): Allow float for integer types.
6109 (xd_get_connection_references): New function.
6110 (xd_get_connection_address): Rename from xd_initialize.
6111 Return cached address.
6112 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
6113 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
6114 level.
6115 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
6116 Return number of refcounts.
6117 (Fdbus_get_unique_name): Make stronger parameter check.
6118 (Fdbus_message_internal): New defun.
6119 (Fdbus_call_method, Fdbus_call_method_asynchronously)
6120 (Fdbus_method_return_internal, Fdbus_method_error_internal)
6121 (Fdbus_send_signal, Fdbus_register_service)
6122 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
6123 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
6124 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
6125 (Vdbus_compiled_version, Vdbus_runtime_version)
6126 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
6127 (Vdbus_message_type_method_return, Vdbus_message_type_error)
6128 (Vdbus_message_type_signal): New defvars.
6129 (Vdbus_registered_buses, Vdbus_registered_objects_table):
6130 Adapt docstring.
6131
6132 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6133
6134 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
6135 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
6136 Do not assume ptrdiff_t is the same width as 'int'.
6137
6138 * alloc.c: Handle unusual debugging option combinations.
6139 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
6140 since the two debugging options are incompatible.
6141 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
6142 is defined.
6143 (mem_init, mem_insert, mem_insert_fixup):
6144 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
6145 (NEED_MEM_INSERT): Remove; no longer needed.
6146
6147 2012-04-22 Leo Liu <sdl.web@gmail.com>
6148
6149 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
6150
6151 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6152
6153 * sysdep.c [__FreeBSD__]: Minor cleanups.
6154 (list_system_processes, system_process_attributes) [__FreeBSD__]:
6155 Use Emacs indenting style more consistently. Avoid some casts.
6156 Use 'double' consistently rather than mixing 'float' and 'double'.
6157
6158 2012-04-21 Eduard Wiebe <usenet@pusto.de>
6159
6160 * sysdep.c (list_system_processes, system_process_attributes):
6161 Add implementation for FreeBSD (Bug#5243).
6162
6163 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
6164
6165 * lisp.mk (lisp): Update.
6166
6167 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
6168
6169 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
6170 It is never used otherwise.
6171
6172 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * print.c (print_preprocess): Only check print_depth if print-circle
6175 is nil.
6176 (print_object): Check for cycles even when print-circle is nil and
6177 print-gensym is t, but only check print_depth if print-circle is nil.
6178
6179 2012-04-20 Chong Yidong <cyd@gnu.org>
6180
6181 * process.c (wait_reading_process_output): If EIO occurs on a pty,
6182 set the status to "failed" and ensure that sentinel is run.
6183
6184 2012-04-20 Glenn Morris <rgm@gnu.org>
6185
6186 * process.c (Fset_process_inherit_coding_system_flag)
6187 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
6188 (Fmake_network_process, Fmake_serial_process): Doc fix.
6189
6190 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6191
6192 * xdisp.c (string_buffer_position_lim): Limit starting position to
6193 BEGV.
6194 (set_cursor_from_row): If called for a mode-line or header-line
6195 row, return zero immediately.
6196 (try_cursor_movement): If inside continuation line, don't back up
6197 farther than the first row after the header line, if any.
6198 Don't consider the header-line row as "partially visible", even if
6199 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
6200
6201 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
6202
6203 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
6204 (bug#11238).
6205
6206 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
6207 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
6208
6209 configure: new option --enable-gcc-warnings (Bug#11207)
6210 * Makefile.in (C_WARNINGS_SWITCH): Remove.
6211 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
6212 (ALL_CFLAGS): Use new macros rather than old.
6213 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
6214 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
6215 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
6216 -Wunused-result, -Wunused-variable. This should go away once
6217 the Emacs and Gnulib regex code is merged.
6218 (xmalloc, xrealloc): Now static.
6219
6220 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
6221
6222 * dired.c (Fsystem_groups): Remove unused local.
6223
6224 2012-04-17 Glenn Morris <rgm@gnu.org>
6225
6226 * dired.c (Fsystem_users): Doc fix.
6227
6228 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6229
6230 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
6231 (syms_of_dired): Add them.
6232
6233 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
6234
6235 Fix minor alloc.c problems found by static checking.
6236 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
6237 New extern decls, to avoid calling undeclared functions.
6238 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
6239 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
6240 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
6241 (NEED_MEM_INSERT): New macro.
6242 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
6243 Remove one incorrect comment and fix another.
6244
6245 Fix minor ralloc.c problems found by static checking.
6246 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
6247 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
6248 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
6249 (r_alloc_sbrk): Now static.
6250
6251 Improve ralloc.c interface checking.
6252 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
6253 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
6254 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
6255 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
6256 [REL_ALLOC]: ... to here, to check interface.
6257 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
6258 Remove decls. This fixes an "It stinks!".
6259
6260 * alloc.c (which_symbols): Fix alignment issue / type clash.
6261
6262 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
6263
6264 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
6265 (struct Lisp_Misc_Any): Likewise.
6266 (struct Lisp_Free): Likewise.
6267 * alloc.c (union aligned_Lisp_Symbol): Define.
6268 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
6269 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
6270 (union aligned_Lisp_Misc): Define.
6271 (MARKER_BLOCK_SIZE, struct marker_block): Use union
6272 aligned_Lisp_Misc instead of union Lisp_Misc.
6273 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
6274
6275 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6276
6277 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
6278 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
6279 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
6280 * s/netbsd.h, s/sol2-6.h:
6281 Remove definition of GC_MARK_STACK, since the default now works.
6282 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
6283 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
6284 no longer the default.
6285 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
6286
6287 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
6288
6289 * lread.c (lisp_file_lexically_bound_p):
6290 Fix hang at ";-*-\n" (bug#11238).
6291
6292 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6293
6294 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
6295 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
6296
6297 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
6298
6299 * nsterm.m (constrainFrameRect): Always constrain when there is only
6300 one screen (Bug#10962).
6301
6302 2012-04-13 Ken Brown <kbrown@cornell.edu>
6303
6304 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
6305
6306 2012-04-13 Reuben Thomas <rrt@sc3d.org>
6307
6308 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
6309
6310 2012-04-11 Daniel Colascione <dancol@dancol.org>
6311
6312 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
6313 against is gone. It's better to use vfork now so that when Cygwin
6314 gains a new, working vfork, we use it automatically (bug#10398).
6315
6316 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * window.c (save_window_save): Obey window-point-insertion-type.
6319
6320 2012-04-11 Glenn Morris <rgm@gnu.org>
6321
6322 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
6323
6324 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
6327
6328 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
6329
6330 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
6331 (force_quit_count): New var.
6332 (handle_interrupt): Use it.
6333
6334 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
6335
6336 * w32.c (w32_delayed_load): Record the full path of the library
6337 being loaded (bug#10424).
6338
6339 2012-04-09 Glenn Morris <rgm@gnu.org>
6340
6341 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
6342 not just in the obarray, before snarfing them. (Bug#11036)
6343
6344 * Makefile.in ($(leimdir)/leim-list.el):
6345 Pass EMACS rather than BUILT_EMACS.
6346
6347 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6348
6349 * process.c (make_process):
6350 * process.h: Add integer `gnutls_handshakes_tried' member to
6351 process struct.
6352
6353 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
6354 Add convenience `GNUTLS_LOG2i' macro.
6355
6356 * gnutls.c (gnutls_log_function2i): Convenience log function.
6357 (emacs_gnutls_read): Use new log functions,
6358 `gnutls_handshakes_tried' process member, and
6359 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
6360 attempts per process (connection).
6361
6362 2012-04-09 Chong Yidong <cyd@gnu.org>
6363
6364 * eval.c (Fuser_variable_p, user_variable_p_eh)
6365 (lisp_indirect_variable): Functions deleted.
6366 (Fdefvar): Caller changed.
6367
6368 * callint.c (Finteractive, Fcall_interactively):
6369 * minibuf.c (Fread_variable): Callers changed.
6370
6371 2012-04-09 Eli Zaretskii <eliz@gnu.org>
6372
6373 * xdisp.c (set_cursor_from_row): If the display string appears in
6374 the buffer at position that is closer to point than the position
6375 after the display string, display the cursor on the first glyph of
6376 the display string. Fixes cursor display when a 'display' text
6377 property immediately follows invisible text. (Bug#11094)
6378
6379 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
6380
6381 composite.c: use 'double' consistently
6382 * composite.c (get_composition_id): Use 'double' consistently
6383 instead of converting 'float' to 'double' and vice versa; this is
6384 easier to understand and avoids a GCC warning.
6385
6386 2012-04-09 Glenn Morris <rgm@gnu.org>
6387
6388 * Makefile.in: Generate leim-list with bootstrap-emacs, in
6389 preparation for dumping it with emacs. (Bug#4789)
6390 (leimdir): New variable.
6391 ($(leimdir)/leim-list.el): New rule.
6392 (emacs$(EXEEXT)): Depend on leim-list.el.
6393
6394 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
6395 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
6396 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
6397
6398 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
6399
6400 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
6401 proper alignment.
6402
6403 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
6404
6405 * xml.c (init_libxml2_functions) [WINDOWSNT]:
6406 Remove unused local variable.
6407
6408 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
6409
6410 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
6411 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
6412 (mark_memory): Mark Lisp_Objects only if pointers might hide in
6413 objects, as mark_maybe_pointer will catch them otherwise.
6414 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
6415 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
6416
6417 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
6418
6419 Fix typo that broke non-Windows builds.
6420 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
6421
6422 2012-04-07 Eli Zaretskii <eliz@gnu.org>
6423
6424 Support building on MS-Windows with libxml2.
6425
6426 * makefile.w32-in (OBJ2): Add xml.$(O).
6427 (GLOBAL_SOURCES): Add xml.c.
6428 ($(BLD)/xml.$(O)): New dependency list.
6429
6430 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
6431 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
6432 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
6433 [!WINDOWSNT]: New macros.
6434 (init_libxml2_functions, libxml2_loaded_p): New functions.
6435 (parse_region): Call fn_xmlCheckVersion instead of using the macro
6436 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
6437 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
6438 Calls xmlCleanupParser only if libxml2 was loaded (or statically
6439 linked in).
6440 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
6441 Call init_libxml2_functions before calling libxml2 functions.
6442 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
6443
6444 * emacs.c: Don't include libxml/parser.h.
6445 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
6446 xmlCleanupParser directly.
6447
6448 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
6449
6450 2012-04-07 Eli Zaretskii <eliz@gnu.org>
6451
6452 * indent.c (Fvertical_motion): If there is a display string at
6453 point, use it.vpos to compute how many lines to backtrack after
6454 move_it_to point. (Bug#11133)
6455
6456 2012-04-06 Eli Zaretskii <eliz@gnu.org>
6457
6458 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
6459 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
6460 about subtle differences between FETCH_CHAR* and STRING_CHAR*
6461 macros related to unification of CJK characters. For the details,
6462 see the discussion following the message here:
6463 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
6464
6465 2012-04-04 Chong Yidong <cyd@gnu.org>
6466
6467 * keyboard.c (Vdelayed_warnings_list): Doc fix.
6468
6469 2012-04-01 Eli Zaretskii <eliz@gnu.org>
6470
6471 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
6472 instead of alloca. (Bug#11138)
6473
6474 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
6475
6476 * w32menu.c (is_simple_dialog): Properly check lisp types.
6477 (Bug#11141)
6478
6479 2012-03-31 Eli Zaretskii <eliz@gnu.org>
6480
6481 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
6482 position we get to after a call to move_it_to fails the
6483 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
6484 only if we wind up in a string from display property. (Bug#11063)
6485
6486 * window.c (Fdelete_other_windows_internal): Invalidate the row
6487 and column information about mouse highlight, so that redisplay
6488 restores it after reallocating the glyph matrices. (Bug#7464)
6489
6490 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
6491 string comes from a `display' text property, use the buffer
6492 position of that property as if we actually saw that position in
6493 the row's glyphs.
6494 (move_it_by_lines): Remove the assertion that
6495 "it->current_x == 0 && it->hpos == 0" which can be legitimately
6496 violated when there's a before-string at the beginning of a line.
6497 (Bug#11063)
6498
6499 2012-03-30 Eli Zaretskii <eliz@gnu.org>
6500
6501 * xdisp.c (append_space_for_newline): If the default face was
6502 remapped, use the remapped face for the appended newline.
6503 (extend_face_to_end_of_line): Use the remapped default face for
6504 extending the face to the end of the line.
6505 (display_line): Call extend_face_to_end_of_line when the default
6506 face was remapped. (Bug#11068)
6507
6508 2012-03-29 Eli Zaretskii <eliz@gnu.org>
6509
6510 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
6511
6512 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
6515
6516 2012-03-27 Glenn Morris <rgm@gnu.org>
6517
6518 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
6519 Doc fixes.
6520
6521 2012-03-26 Kenichi Handa <handa@m17n.org>
6522
6523 * dispextern.h (struct glyph): Fix previous change. Change the
6524 bit length of glyphless.ch to 25 (Bug#11082).
6525
6526 2012-03-26 Chong Yidong <cyd@gnu.org>
6527
6528 * keyboard.c (Vselection_inhibit_update_commands): New variable.
6529 (command_loop_1): Use it; inhibit selection update for
6530 handle-select-window too (Bug#8996).
6531
6532 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
6533
6534 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
6535
6536 2012-03-25 Kenichi Handa <handa@m17n.org>
6537
6538 * dispextern.h (struct glyph): Change the bit length of
6539 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
6540
6541 2012-03-24 Eli Zaretskii <eliz@gnu.org>
6542
6543 * s/ms-w32.h (tzname): Include time.h before redirecting to
6544 _tzname. Fixes the MSVC build. (Bug#9960)
6545
6546 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
6547
6548 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
6549 characters.
6550
6551 * xterm.c (XTread_socket): Only modify handling_signal if
6552 !SYNC_INPUT. (Bug#11080)
6553
6554 2012-03-23 Eli Zaretskii <eliz@gnu.org>
6555
6556 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
6557 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
6558 when fetching a multibyte character consumes more bytes than
6559 CHAR_BYTES returns, due to unification of CJK characters in
6560 string_char. (Bug#11073)
6561
6562 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
6563
6564 * process.c (wait_reading_process_output): Handle pty disconnect
6565 by refraining from sending oneself a SIGCHLD (bug#10933).
6566
6567 2012-03-22 Chong Yidong <cyd@gnu.org>
6568
6569 * dispextern.h (struct it): New member string_from_prefix_prop_p.
6570
6571 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
6572 Mark string as coming from a prefix property.
6573 (handle_face_prop): Use default face for prefix strings (Bug#4281).
6574 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
6575
6576 2012-03-21 Chong Yidong <cyd@gnu.org>
6577
6578 * xfaces.c (Vface_remapping_alist): Doc fix.
6579
6580 2012-03-20 Eli Zaretskii <eliz@gnu.org>
6581
6582 * w32proc.c (Fw32_set_console_codepage)
6583 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
6584 Doc fixes.
6585
6586 2012-03-20 Chong Yidong <cyd@gnu.org>
6587
6588 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
6589 to reflect default non-nil value of redisplay-dont-pause.
6590
6591 2012-03-19 Kenichi Handa <handa@m17n.org>
6592
6593 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
6594 it fit in a valid range (Bug#11003).
6595
6596 2012-03-18 Eli Zaretskii <eliz@gnu.org>
6597
6598 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
6599 that is not from display property, accept the row as a "cursor
6600 row" if one of the string's character has a non-nil `cursor'
6601 property. Fixes cursor positioning when there are newlines in
6602 overlay strings, e.g. in icomplete.el. (Bug#11035)
6603
6604 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
6605
6606 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
6607
6608 2012-03-12 Chong Yidong <cyd@gnu.org>
6609
6610 * eval.c (inhibit_lisp_code): Rename from
6611 inhibit_window_configuration_change_hook; move from window.c.
6612
6613 * xfns.c (unwind_create_frame_1, Fx_create_frame):
6614 * window.c (run_window_configuration_change_hook)
6615 (syms_of_window): Callers changed.
6616
6617 2012-03-11 Chong Yidong <cyd@gnu.org>
6618
6619 * keymap.c (Fkey_description): Doc fix (Bug#9700).
6620
6621 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
6622
6623 2012-03-10 Chong Yidong <cyd@gnu.org>
6624
6625 * frame.c (other_visible_frames): Don't assume the selected frame
6626 is visible (Bug#10955).
6627
6628 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
6631
6632 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
6633
6634 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
6635 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
6636 zero (Bug#10954).
6637
6638 2012-03-03 Glenn Morris <rgm@gnu.org>
6639
6640 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
6641
6642 2012-03-02 Eli Zaretskii <eliz@gnu.org>
6643
6644 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
6645 position past the first glyph_row that ends at ZV. (Bug#10902)
6646 (redisplay_window, next_element_from_string): Fix typos in
6647 comments.
6648 (redisplay_window): Pass to move_it_vertically the margin in
6649 pixels, not in screen lines.
6650
6651 2012-03-02 Glenn Morris <rgm@gnu.org>
6652
6653 * buffer.c (buffer-list-update-hook): Doc fix.
6654
6655 2012-02-29 Eli Zaretskii <eliz@gnu.org>
6656
6657 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
6658 push_it before setting up the iterator for the first overlay
6659 string, even if we have an empty string loaded.
6660 (next_overlay_string): If there's an empty string on the iterator
6661 stack, pop the stack. (Bug#10903)
6662
6663 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
6664
6665 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
6666 Suggested by Stefan Monnier in
6667 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
6668 * alloc.c (widen_to_Lisp_Object): New static function.
6669 (mark_memory): Also mark Lisp_Objects by fetching pointer words
6670 and widening them to Lisp_Objects. This would work even if
6671 USE_LSB_TAG is defined and wide integers are used, which might
6672 happen in a future version of Emacs.
6673
6674 2012-02-25 Chong Yidong <cyd@gnu.org>
6675
6676 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
6677 Doc fix.
6678
6679 * xselect.c (Fx_selection_exists_p): Doc fix.
6680 (x_clipboard_manager_save_all): Print an informative message
6681 before saving to clipboard manager.
6682
6683 2012-02-24 Chong Yidong <cyd@gnu.org>
6684
6685 * keyboard.c (process_special_events): Handle all X selection
6686 requests in kbd_buffer, not just the next one (Bug#8869).
6687
6688 2012-02-23 Chong Yidong <cyd@gnu.org>
6689
6690 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
6691 call when setting menu-bar-lines and tool-bar-lines parameters.
6692 (unwind_create_frame_1): New helper function.
6693
6694 * window.c (inhibit_window_configuration_change_hook): New var.
6695 (run_window_configuration_change_hook): Obey it.
6696 (syms_of_window): Initialize it.
6697
6698 2012-02-22 Chong Yidong <cyd@gnu.org>
6699
6700 * xterm.c (x_draw_image_relief): Add missing type check for
6701 Vtool_bar_button_margin (Bug#10743).
6702
6703 2012-02-21 Chong Yidong <cyd@gnu.org>
6704
6705 * fileio.c (Vfile_name_handler_alist): Doc fix.
6706
6707 * buffer.c (Fget_file_buffer): Protect against invalid file
6708 handler return value.
6709
6710 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
6711
6712 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
6713 when computing $valmask.
6714
6715 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
6716 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
6717 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
6718 It's useless in that case, and it can cause problems on hosts
6719 that allocate halves of EMACS_INT values separately.
6720 Reported by Dan Horák. Diagnosed by Andreas Schwab in
6721 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
6722 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
6723 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
6724 it avoids undefined behavior on hosts where shifting right by more
6725 than the word width has undefined behavior.
6726
6727 2012-02-19 Chong Yidong <cyd@gnu.org>
6728
6729 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
6730 (Funhandled_file_name_directory, Ffile_name_as_directory)
6731 (Fdirectory_file_name, Fexpand_file_name)
6732 (Fsubstitute_in_file_name): Protect against invalid file handler
6733 return values (Bug#10845).
6734
6735 2012-02-18 Eli Zaretskii <eliz@gnu.org>
6736
6737 * .gdbinit (pitx): Fix incorrect references to fields of the
6738 iterator stack.
6739
6740 2012-02-17 Chong Yidong <cyd@gnu.org>
6741
6742 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
6743
6744 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
6745
6746 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
6747 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
6748
6749 2012-02-15 Chong Yidong <cyd@gnu.org>
6750
6751 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
6752 marked as special. Also, starting docstrings with * is obsolete.
6753
6754 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
6755
6756 * gnutls.c (emacs_gnutls_write): Fix last change.
6757
6758 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6759
6760 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
6761 send_process.
6762
6763 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * keymap.c (Fsingle_key_description): Handle char ranges.
6766
6767 2012-02-12 Chong Yidong <cyd@gnu.org>
6768
6769 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
6770 as that creates a dangerous corner case.
6771
6772 * window.c (Fdelete_window_internal): Invalidate the mouse
6773 highlight (Bug#9904).
6774
6775 2012-02-12 Glenn Morris <rgm@gnu.org>
6776
6777 * xselect.c (Fx_own_selection_internal)
6778 (Fx_get_selection_internal, Fx_disown_selection_internal)
6779 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
6780 * nsselect.m (Fx_own_selection_internal)
6781 (Fx_disown_selection_internal, Fx_selection_exists_p)
6782 (Fx_selection_owner_p, Fx_get_selection_internal):
6783 Sync docs and argument specs with the xselect.c versions.
6784
6785 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
6786
6787 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
6788
6789 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6790
6791 * w32select.c (Fx_selection_exists_p): Sync doc string and
6792 argument list with xselect.c. (Bug#10783)
6793
6794 * w16select.c (Fx_selection_exists_p): Sync doc string and
6795 argument list with xselect.c. (Bug#10783)
6796
6797 2012-02-10 Glenn Morris <rgm@gnu.org>
6798
6799 * fns.c (Fsecure_hash): Doc fix.
6800
6801 2012-02-09 Kenichi Handa <handa@m17n.org>
6802
6803 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
6804
6805 2012-02-07 Chong Yidong <cyd@gnu.org>
6806
6807 * buffer.c (Fbuffer_local_variables)
6808 (buffer_lisp_local_variables): Handle unbound vars correctly;
6809 don't let Qunbound leak into Lisp.
6810
6811 2012-02-07 Glenn Morris <rgm@gnu.org>
6812
6813 * image.c (Fimagemagick_types): Doc fix.
6814
6815 * image.c (imagemagick-render-type): Change it from a lisp object
6816 to an integer. Move the doc here from the lisp manual.
6817 Treat all values not equal to 0 the same.
6818
6819 2012-02-06 Chong Yidong <cyd@gnu.org>
6820
6821 * doc.c (store_function_docstring): Avoid applying docstring of
6822 alias to base function (Bug#2603).
6823
6824 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
6825
6826 * .gdbinit (pp1, pv1): Remove redundant defines.
6827 (pr): Use pp.
6828
6829 2012-02-04 Chong Yidong <cyd@gnu.org>
6830
6831 * nsterm.m: Declare a global (Bug#10694).
6832
6833 2012-02-04 Eli Zaretskii <eliz@gnu.org>
6834
6835 * w32.c (get_emacs_configuration_options):
6836 Include --enable-checking, if specified, in the return value.
6837
6838 2012-02-04 Martin Rudalics <rudalics@gmx.at>
6839
6840 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
6841 after rounding frame sizes. (Bug#9723)
6842
6843 2012-02-04 Eli Zaretskii <eliz@gnu.org>
6844
6845 * keyboard.c (adjust_point_for_property): Don't position point
6846 before BEGV. (Bug#10696)
6847
6848 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
6849
6850 Handle overflow when computing char display width (Bug#9496).
6851 * character.c (char_width): Return EMACS_INT, not int.
6852 (char_width, c_string_width): Check for overflow when
6853 computing the width; this is possible now that individual
6854 characters can have unbounded width. Problem introduced
6855 by merge from Emacs 23 on 2012-01-19.
6856
6857 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
6858
6859 * dbusbind.c (Fdbus_register_method): Mention the return value
6860 :ignore in the docstring.
6861
6862 2012-02-02 Glenn Morris <rgm@gnu.org>
6863
6864 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
6865
6866 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
6867 Unconditionally set to t. (Bug#10673)
6868 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
6869 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
6870 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
6871
6872 2012-02-02 Kenichi Handa <handa@m17n.org>
6873
6874 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
6875 0, do not call append_composite_glyph.
6876
6877 2012-02-02 Kenichi Handa <handa@m17n.org>
6878
6879 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
6880 NULL (Bug#6988).
6881 (x_produce_glyphs): If the component of a composition is a null
6882 string, set it->pixel_width to 1 to avoid zero-width glyph.
6883
6884 2012-02-01 Eli Zaretskii <eliz@gnu.org>
6885
6886 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
6887 first 2 arguments are identical. This makes inserting large
6888 output from a subprocess an order of magnitude faster on
6889 MS-Windows, where all sbrk'ed memory is always contiguous.
6890
6891 2012-01-31 Glenn Morris <rgm@gnu.org>
6892
6893 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
6894 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
6895 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
6896
6897 2012-01-29 Glenn Morris <rgm@gnu.org>
6898
6899 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
6900
6901 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
6902
6903 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
6904
6905 2012-01-28 Chong Yidong <cyd@gnu.org>
6906
6907 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
6908
6909 2012-01-26 Chong Yidong <cyd@gnu.org>
6910
6911 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
6912
6913 * search.c (Fsearch_forward, Fsearch_backward): Document negative
6914 repeat counts (Bug#10507).
6915
6916 2012-01-26 Glenn Morris <rgm@gnu.org>
6917
6918 * lread.c (syms_of_lread): Doc fix.
6919
6920 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
6921
6922 * coding.c (encode_designation_at_bol): Change return value to
6923 EMACS_INT.
6924
6925 2012-01-25 Chong Yidong <cyd@gnu.org>
6926
6927 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
6928
6929 2012-01-21 Chong Yidong <cyd@gnu.org>
6930
6931 * floatfns.c (Fcopysign): Make the second argument non-optional,
6932 since nil is not allowed anyway.
6933
6934 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
6935
6936 * process.c (read_process_output): Use p instead of XPROCESS (proc).
6937 (send_process): Likewise.
6938
6939 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6940
6941 * window.c (save_window_save, Fcurrent_window_configuration)
6942 (Vwindow_persistent_parameters): Do not use Qstate.
6943 Rewrite doc-strings.
6944
6945 2012-01-19 Kenichi Handa <handa@m17n.org>
6946
6947 * character.c (char_width): New function.
6948 (Fchar_width, c_string_width, lisp_string_width):
6949 Use char_width (Bug#9496).
6950
6951 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6952
6953 * window.c (Vwindow_persistent_parameters): New variable.
6954 (Fset_window_configuration, save_window_save): Handle persistent
6955 window parameters.
6956
6957 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6958
6959 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
6960 thrashing the stack of the thread. (Bug#9087)
6961
6962 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
6963
6964 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
6965
6966 2012-01-11 Eli Zaretskii <eliz@gnu.org>
6967
6968 * xdisp.c (rows_from_pos_range): Handle the case where the
6969 highlight ends on a newline. (Bug#10464)
6970 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
6971 he end column for display of highlight that ends on a newline
6972 before a R2L line.
6973
6974 2012-01-11 Glenn Morris <rgm@gnu.org>
6975
6976 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
6977 from load-path also when installation-directory is nil. (Bug#10208)
6978
6979 2012-01-10 Glenn Morris <rgm@gnu.org>
6980
6981 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
6982
6983 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
6984 Update template values to be closer to their typical values these days.
6985
6986 2012-01-09 Eli Zaretskii <eliz@gnu.org>
6987
6988 * xdisp.c (rows_from_pos_range): Accept additional argument
6989 DISP_STRING, and accept any glyph in a row whose object is that
6990 string as eligible for mouse highlight. Fixes mouse highlight of
6991 display strings from overlays. (Bug#10464)
6992
6993 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6994
6995 emacs: fix an auto-save permissions race condition (Bug#10400)
6996 * fileio.c (auto_saving_dir_umask): New static var.
6997 (Fmake_directory_internal): Use it.
6998 (do_auto_save_make_dir): Set it, instead of invoking chmod after
6999 creating the directory. The old code temporarily assigns
7000 too-generous permissions to the directory.
7001 (do_auto_save_eh): Clear it.
7002 (Fdo_auto_save): Catch all errors, not just file errors, so
7003 that the var is always cleared.
7004
7005 2012-01-07 Eli Zaretskii <eliz@gnu.org>
7006
7007 * search.c (scan_buffer): Pass character positions to
7008 know_region_cache, not byte positions. (Bug#6540)
7009
7010 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
7011
7012 * w32.c (sys_rename): Report EXDEV when rename of a directory
7013 fails because the target is on another logical disk. (Bug#10284)
7014
7015 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
7016
7017 * xterm.c (x_embed_request_focus): New function.
7018
7019 * xterm.h: Add prototype.
7020
7021 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
7022
7023 2012-01-05 Glenn Morris <rgm@gnu.org>
7024
7025 * emacs.c (emacs_copyright): Update short copyright year to 2012.
7026
7027 2012-01-01 Eli Zaretskii <eliz@gnu.org>
7028
7029 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
7030 Load gnutls_transport_set_lowat only if GnuTLS version is below
7031 2.11.1.
7032 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
7033 GnuTLS versions below 2.11.1.
7034
7035 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
7036
7037 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
7038 to the doc string advising against its use for altering the way
7039 windows are scrolled.
7040
7041 2011-12-28 Kenichi Handa <handa@m17n.org>
7042
7043 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
7044 coding-system ASCII compatible only when it does not produce BOM
7045 on encoding (Bug#10383).
7046
7047 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
7048
7049 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
7050 can scroll.
7051 (create_and_show_popup_menu): Always use menu_position_func for
7052 Gtk3 (Bug#10361).
7053
7054 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
7055
7056 * callint.c (Fcall_interactively): Don't truncate prompt string.
7057
7058 2011-12-23 Eli Zaretskii <eliz@gnu.org>
7059
7060 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
7061 property that ends at ZV, so that the bidi iteration could be
7062 resumed from there (after widening). (Bug#10360)
7063
7064 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
7065
7066 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
7067
7068 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
7069
7070 * nsterm.m (x_free_frame_resources):
7071 Release f->output_data.ns->miniimage.
7072 (ns_index_color): Fix indentation. Do not retain
7073 color_table->colors[i].
7074
7075 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
7076 before returning.
7077
7078 * nsfns.m (x_set_background_color): Assign return value from
7079 ns_index_color to face-background instead of NSColor*.
7080 (ns_implicitly_set_icon_type): Fix indentation.
7081 Change assignment in for loop to comparison.
7082
7083 * emacs.c (ns_pool): New variable.
7084 (main): Assign ns_pool.
7085 (Fkill_emacs): Call ns_release_autorelease_pool.
7086
7087 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
7088 autorelease fdesc, release fdAttrs and tdict.
7089 (ns_get_covering_families): Release charset.
7090 (ns_findfonts): Release NSFontDescriptor created with new.
7091 (ns_uni_to_glyphs): Fix indentation.
7092 (setString): Release attrStr before assigning new value.
7093
7094 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7095
7096 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
7097 and NS_IMPL_COCOA.
7098 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
7099 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
7100
7101 2011-12-18 David Reitter <reitter@cmu.edu>
7102
7103 * nsterm.m (ns_term_init): Subscribe for notifications
7104 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
7105 to method trackingNotification in EmacsMenu.
7106
7107 * nsmenu.m (trackingMenu): New variable.
7108 (trackingNotification): New method (from Aquamacs).
7109 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
7110 from Aquamacs (Bug#7030).
7111
7112 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7113
7114 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
7115 (symbol_to_nsstring): Fix indentation.
7116 (ns_symbol_to_pb): New function.
7117 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
7118 (Fns_rotate_cut_buffers_internal): Remove.
7119 (Fns_store_selection_internal): Rename from
7120 Fns_store_cut_buffer_internal.
7121 (ns_get_foreign_selection, Fx_own_selection_internal)
7122 (Fx_disown_selection_internal, Fx_selection_exists_p)
7123 (Fns_get_selection_internal, Fns_store_selection_internal):
7124 Use ns_symbol_to_pb and check if return value is nil.
7125 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
7126 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
7127 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
7128 renamed to Sns_store_selection_internal.
7129 (ns_handle_selection_request): Move code to Fx_own_selection_internal
7130 and remove this function.
7131 (ns_handle_selection_clear): Remove, never used.
7132 (Fx_own_selection_internal): Move code from ns_handle_selection_request
7133 here.
7134
7135 2011-12-17 Ken Brown <kbrown@cornell.edu>
7136
7137 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
7138 GID is unknown (Bug#10257).
7139
7140 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
7141
7142 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
7143 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
7144 which caused a build failure on GNU/Linux IA-64. This problem was
7145 introduced by my 2011-10-07 patch.
7146
7147 2011-12-15 Juri Linkov <juri@jurta.org>
7148
7149 * image.c (imagemagick_error): New function. (Bug#10112)
7150 (imagemagick_load_image): Comment out `MagickSetResolution' call.
7151 Use `imagemagick_error' where ImageMagick functions return
7152 `MagickFalse'.
7153 (Fimagemagick_types): Add `Fnreverse' to return the list in the
7154 proper order.
7155
7156 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7157
7158 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
7159 fill background (Bug#8992).
7160
7161 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7162
7163 * window.c (Vwindow_combination_resize)
7164 (Vwindow_combination_limit): Use t instead of non-nil in
7165 doc-strings.
7166 (Vrecenter_redisplay): Add first sentence of doc-string on
7167 separate line.
7168 (Frecenter): Fix doc-string typo.
7169
7170 2011-12-11 Kenichi Handa <handa@m17n.org>
7171
7172 * coding.c (Funencodable_char_position): Pay attention to the
7173 buffer text relocation (Bug#9389).
7174
7175 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
7176
7177 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
7178 gtk_init (Bug#10100).
7179
7180 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7181
7182 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
7183 IT->string is nil. (Bug#10263)
7184
7185 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
7186
7187 * nsterm.h (x_free_frame_resources): Declare.
7188
7189 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
7190 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
7191
7192 * nsterm.h (ns_get_defaults_value): Declare.
7193
7194 * nsterm.m (ns_default): Call ns_get_defaults_value.
7195
7196 2011-12-09 Eli Zaretskii <eliz@gnu.org>
7197
7198 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
7199 (Bug#10170)
7200
7201 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7202
7203 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
7204 that where the value of an _OBJC_* symbol points to is in the .bss
7205 section (Bug#10240).
7206
7207 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7208
7209 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
7210 after the loop to call ccl_driver at least once (Bug#8619).
7211
7212 2011-12-08 Kenichi Handa <handa@m17n.org>
7213
7214 * ftfont.c (get_adstyle_property): Fix previous change
7215 (Bug#10233).
7216
7217 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * w32.c (init_environment): If no_site_lisp, remove site-lisp
7220 dirs from the default value of EMACSLOADPATH (bug#10208).
7221
7222 2011-12-07 Glenn Morris <rgm@gnu.org>
7223
7224 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
7225 installation and source directories as well. (Bug#10208)
7226
7227 2011-12-06 Chong Yidong <cyd@gnu.org>
7228
7229 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
7230
7231 2011-12-06 Glenn Morris <rgm@gnu.org>
7232
7233 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
7234 as an error, not just -1. (Bug#10217)
7235
7236 2011-12-05 Chong Yidong <cyd@gnu.org>
7237
7238 * keyboard.c (process_special_events): New function.
7239 (swallow_events, Finput_pending_p): Use it (Bug#10195).
7240
7241 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
7242
7243 * coding.c (encode_designation_at_bol): Don't use uninitialized
7244 local variable (Bug#9318).
7245
7246 2011-12-05 Kenichi Handa <handa@m17n.org>
7247
7248 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
7249 return Qnil (Bug#8046, Bug#10193).
7250
7251 2011-12-05 Kenichi Handa <handa@m17n.org>
7252
7253 * coding.c (encode_designation_at_bol): New args charbuf_end and
7254 dst. Return the number of produced bytes. Callers changed.
7255 (coding_set_source): Return how many bytes coding->source was
7256 relocated.
7257 (coding_set_destination): Return how many bytes
7258 coding->destination was relocated.
7259 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
7260 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
7261
7262 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7263
7264 * coding.c (CODING_CHAR_CHARSET_P): New macro.
7265 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
7266 macro (Bug#9318).
7267
7268 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
7269
7270 The following changes are to fix Bug#9318.
7271
7272 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
7273 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
7274 (encode_coding_iso_2022, encode_coding_sjis)
7275 (encode_coding_big5, encode_coding_charset): Use the above macros.
7276
7277 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * lisp.h (process_quit_flag): Fix external declaration.
7280
7281 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 Don't macro-inline non-performance-critical code.
7284 * eval.c (process_quit_flag): New function.
7285 * lisp.h (QUIT): Use it.
7286
7287 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
7288
7289 * nsfns.m (get_geometry_from_preferences): New function.
7290 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
7291
7292 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
7293
7294 * emacs.c (Qkill_emacs): Define.
7295 (syms_of_emacs): Initialize it.
7296 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
7297 Qquit_flag to `kill-emacs' instead.
7298 (quit_throw_to_read_char): Add parameter `from_signal'.
7299 All callers changed. Call Fkill_emacs if requested and safe.
7300 * lisp.h (QUIT): Call Fkill_emacs if requested.
7301
7302 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
7303
7304 * widget.c (update_wm_hints): Return if wmshell is null.
7305 (widget_update_wm_size_hints): New function.
7306
7307 * widget.h (widget_update_wm_size_hints): Declare.
7308
7309 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
7310 widget_update_wm_size_hints (Bug#10104).
7311
7312 2011-12-03 Eli Zaretskii <eliz@gnu.org>
7313
7314 * xdisp.c (handle_invisible_prop): If the invisible text ends just
7315 before a newline, prepare the bidi iterator for consuming the
7316 newline, and keep the current paragraph direction. (Bug#10183)
7317 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
7318
7319 2011-12-02 Juri Linkov <juri@jurta.org>
7320
7321 * search.c (Fword_search_regexp): New Lisp function created from
7322 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
7323 (Fword_search_backward, Fword_search_forward)
7324 (Fword_search_backward_lax, Fword_search_forward_lax):
7325 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
7326 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
7327
7328 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * fileio.c (Finsert_file_contents): Move after-change-function call
7331 to before the "handled:" label, since all "goto handled" appear in
7332 cases where the *-change-functions have already been properly called
7333 (bug#10117).
7334
7335 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
7336
7337 * keyboard.c (interrupt_signal): Don't call kill-emacs when
7338 waiting for input. (Bug#10169)
7339
7340 2011-11-30 Eli Zaretskii <eliz@gnu.org>
7341
7342 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
7343 verifies glyph row's hash code--we have just reallocated the
7344 glyphs, so their contents can be complete garbage. (Bug#10164)
7345
7346 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7347
7348 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
7349
7350 2011-11-30 Eli Zaretskii <eliz@gnu.org>
7351
7352 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
7353 attributes are tested _before_ calling verify_row_hash, to protect
7354 against GCC re-ordering of the tests. (Bug#10164)
7355
7356 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
7357
7358 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
7359
7360 * xterm.c (handle_one_xevent): Only set async_visible and friends
7361 if net_wm_state_hidden_seen is non-zero (Bug#10002)
7362 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
7363 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
7364
7365 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
7366
7367 Remove GCPRO-related macros that exist only to avoid shadowing locals.
7368 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
7369 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
7370 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7371 All uses changed to use GCPRO1 etc.
7372 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
7373 Revert to old implementation (i.e., before 2011-03-11).
7374
7375 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7376
7377 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
7378 of scroll runs so as to avoid assigning disabled bogus rows and
7379 unnecessary graphics copy operations.
7380
7381 2011-11-27 Eli Zaretskii <eliz@gnu.org>
7382
7383 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
7384 (snprintf) [_MSC_VER]: Redirect to _snprintf.
7385 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
7386 (malloc, free, realloc, calloc): Redirect to e_* only when
7387 compiling Emacs.
7388
7389 * lisp.h (GCTYPEBITS): Move before first use.
7390 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
7391 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
7392 this macro definition.
7393
7394 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
7395 _MSC_VER.
7396
7397 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
7398
7399 * gtkutil.c (xg_create_frame_widgets):
7400 Call gtk_window_set_has_resize_grip (FALSE) if that function is
7401 present with Gtk+ 2.0.
7402
7403 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
7404
7405 * fileio.c (Finsert_file_contents): Undo previous change; see
7406 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7407
7408 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
7409
7410 Rename locals to avoid shadowing.
7411 * fileio.c (Finsert_file_contents):
7412 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
7413 * process.c (wait_reading_process_output):
7414 Rename inner 'proc' to 'p' to avoid shadowing.
7415 Indent for consistency with usual Emacs style.
7416
7417 2011-11-25 Eli Zaretskii <eliz@gnu.org>
7418
7419 * xdisp.c (redisplay_window): If cursor row is not fully visible
7420 after recentering, and scroll-conservatively is set to a large
7421 number, scroll window by a few more lines to make the cursor fully
7422 visible and out of scroll-margin. (Bug#10105)
7423 (start_display): Don't move to the next line if the display should
7424 start at a newline that is part of a display vector or an overlay
7425 string. (Bug#10119)
7426
7427 2011-11-24 Juri Linkov <juri@jurta.org>
7428
7429 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
7430 after the `MagickPingImage' call. (Bug#10112)
7431
7432 2011-11-23 Chong Yidong <cyd@gnu.org>
7433
7434 * window.c (Fcoordinates_in_window_p): Accept only live windows.
7435
7436 2011-11-23 Martin Rudalics <rudalics@gmx.at>
7437
7438 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
7439 making another buffer current. (Bug#10114)
7440
7441 2011-11-23 Glenn Morris <rgm@gnu.org>
7442
7443 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
7444
7445 2011-11-23 Chong Yidong <cyd@gnu.org>
7446
7447 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
7448 using it (Bug#5984).
7449
7450 2011-11-22 Eli Zaretskii <eliz@gnu.org>
7451
7452 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
7453 and header-lines, as they don't have one computed for them.
7454 (Bug#10098)
7455
7456 * .gdbinit (prow): Make displayed values more self-explaining.
7457 Add row's hash code.
7458
7459 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7460
7461 * process.c (wait_reading_process_output): Fix asynchrounous
7462 GnuTLS socket handling on some versions of the GnuTLS library.
7463 (wait_reading_process_output): Add comment and URL.
7464
7465 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
7466
7467 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
7468
7469 2011-11-21 Chong Yidong <cyd@gnu.org>
7470
7471 * window.c (Fnext_window, Fprevious_window): Doc fix.
7472
7473 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
7476
7477 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7478
7479 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
7480
7481 2011-11-20 Martin Rudalics <rudalics@gmx.at>
7482
7483 * window.c (Fset_window_combination_limit): Rename argument
7484 STATUS to LIMIT.
7485 (Vwindow_combination_limit): Remove "status" from doc-string.
7486
7487 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7488
7489 * m/ibms390.h: Remove.
7490 * m/ibms390x.h: Don't include "ibms390.h".
7491
7492 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
7495 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
7496
7497 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * casetab.c (Fset_case_table):
7500 * charset.c (Fcharset_after): Fix typos.
7501
7502 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
7503
7504 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
7505 Otherwise, valgrind does not work on some platforms.
7506 Problem reported by Andreas Schwab in
7507 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
7508 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
7509 is set, removing the need for VIRT_ADDRESS_VARIES.
7510 (PURE_P): Use a more-efficient implementation that needs just one
7511 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
7512 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
7513 to 4 (xorl, subq, cmpq, setbe).
7514 * alloc.c (pure): Always extern now, since that's the
7515 VIRT_ADDR_VARIES behavior.
7516 (PURE_POINTER_P): Use a single comparison, not two, for
7517 consistency with the new puresize.h.
7518 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
7519 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
7520 Remove VIRT_ADDR_VARIES no longer needed.
7521
7522 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7523
7524 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
7525 (erase_phys_cursor, update_window_cursor, show_mouse_face)
7526 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
7527 behave as if the cursor position were at the window margin.
7528
7529 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
7530 and the cursor position is out of bounds, behave as if the cursor
7531 position were at the window margin. (Bug#10075)
7532
7533 2011-11-18 Chong Yidong <cyd@gnu.org>
7534
7535 * window.c (Fwindow_combination_limit): Make first argument
7536 non-optional, since it is meaningless for live windows like the
7537 selected window.
7538
7539 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
7540
7541 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
7542
7543 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * intervals.c: Fix grafting over the whole buffer (bug#10071).
7546 (graft_intervals_into_buffer): Simplify.
7547
7548 2011-11-18 Eli Zaretskii <eliz@gnu.org>
7549
7550 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
7551 hash values of the two rows.
7552 (copy_row_except_pointers): Preserve the used[] arrays and the
7553 hash values of the two rows. (Bug#10035)
7554 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
7555
7556 * xdisp.c (row_hash): New function, body extracted from
7557 compute_line_metrics.
7558 (compute_line_metrics): Call row_hash, instead of computing the
7559 hash code inline.
7560
7561 * dispnew.c (verify_row_hash): Call row_hash for computing the
7562 hash code of a row, instead of duplicating code from xdisp.c.
7563
7564 * dispextern.h (row_hash): Add prototype.
7565
7566 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
7567
7568 * frame.c (delete_frame): Don't delete the terminal when the last
7569 X frame is closed if emacs is built with GTK toolkit.
7570
7571 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
7574
7575 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7576
7577 * window.c (Vwindow_splits): Rename to
7578 Vwindow_combination_resize. Suggested by Juri Linkov.
7579 (Fsplit_window_internal): Use Vwindow_combination_resize instead
7580 of Vwindow_splits.
7581
7582 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * nsfns.m (Fns_font_name):
7585 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
7586
7587 2011-11-16 Martin Rudalics <rudalics@gmx.at>
7588
7589 * window.h (window): Rename slot "nest" to "combination_limit".
7590 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
7591 (Fset_window_nest): Rename to Fset_window_combination_limit.
7592 (Vwindow_nest): Rename to Vwindow_combination_limit.
7593 (recombine_windows, make_parent_window, make_window)
7594 (Fsplit_window_internal, saved_window)
7595 (Fset_window_configuration, save_window_save): Rename all
7596 occurrences of window_nest to window_combination_limit.
7597
7598 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7599
7600 * image.c (imagemagick_load_image): Fix typo.
7601
7602 2011-11-14 Eli Zaretskii <eliz@gnu.org>
7603
7604 * xdisp.c (display_line): Move the call to
7605 highlight_trailing_whitespace before the call to
7606 compute_line_metrics, since the latter needs to see the final
7607 faces of all the glyphs to compute ROW's hash value.
7608 Fixes assertion violations in row_equal_p. (Bug#10035)
7609
7610 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
7613 just return (bug#10044).
7614
7615 2011-11-12 Eli Zaretskii <eliz@gnu.org>
7616
7617 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
7618 with user-defined heap size. Bump the default size of the temacs
7619 heap to 27MB, to avoid memory warning when running temacs.
7620 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
7621
7622 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
7623 current_matrix and desired_matrix. (Bug#9990)
7624 (verify_row_hash) [XASSERTS]: New function.
7625 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
7626 that the hash value of glyph rows is correct.
7627
7628 2011-11-12 Martin Rudalics <rudalics@gmx.at>
7629
7630 * window.h (window): Remove splits slot.
7631 * window.c (Fwindow_splits, Fset_window_splits): Remove.
7632 (Fdelete_other_windows_internal, make_parent_window)
7633 (make_window, Fsplit_window_internal, Fdelete_window_internal)
7634 (Fset_window_configuration, save_window_save): Don't deal with
7635 split status of windows.
7636 (saved_window): Remove splits slot.
7637 (Vwindow_splits): Rewrite doc-string.
7638
7639 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
7640
7641 * xfns.c (unwind_create_frame):
7642 * nsfns.m (unwind_create_frame):
7643 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
7644 Vframe_list (Bug#9999).
7645
7646 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
7647
7648 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
7649
7650 2011-11-11 Kenichi Handa <handa@m17n.org>
7651
7652 * callproc.c (Fcall_process): Set the member dst_multibyte of
7653 process_coding.
7654
7655 2011-11-11 Johan Bockgård <bojohan@gnu.org>
7656
7657 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
7658 avoid a crash (bug#9496).
7659
7660 2011-11-09 Chong Yidong <cyd@gnu.org>
7661
7662 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
7663 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
7664
7665 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
7666
7667 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
7668
7669 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
7670
7671 Avoid some portability problems by eschewing 'extern inline' functions.
7672 The trivial performance wins aren't worth the portability hassles; see
7673 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
7674 et seq.
7675 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
7676 (window_box_width, window_box_left, window_box_left_offset)
7677 (window_box_right, window_box_right_offset): Undo previous change,
7678 by removing the "extern"s.
7679 * intervals.c (adjust_intervals_for_insertion)
7680 (adjust_intervals_for_deletion): Undo previous change,
7681 making these static again.
7682 (offset_intervals, temp_set_point_both, temp_set_point)
7683 (copy_intervals_to_string): No longer inline.
7684 * xdisp.c (window_text_bottom_y, window_box_width)
7685 (window_box_height, window_box_left_offset)
7686 (window_box_right_offset, window_box_left, window_box_right)
7687 (window_box): No longer inline.
7688
7689 2011-11-08 Chong Yidong <cyd@gnu.org>
7690
7691 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
7692 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
7693 Signal an error if not a live window.
7694 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
7695 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
7696
7697 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
7698
7699 * lisp.h (syms_of_abbrev): Remove declaration.
7700 Reported by CHENG Gao <chenggao@royau.me>.
7701
7702 2011-11-07 Eli Zaretskii <eliz@gnu.org>
7703
7704 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
7705 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
7706 of temacs in GUI mode.
7707
7708 2011-11-07 Martin Rudalics <rudalics@gmx.at>
7709
7710 * window.h: Declare delete_all_child_windows instead of
7711 delete_all_subwindows.
7712 * window.c (Fwindow_nest, Fset_window_nest)
7713 (Fset_window_new_total, Fset_window_new_normal)
7714 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
7715 (delete_all_subwindows): Rename to delete_all_child_windows.
7716 (Fdelete_other_windows_internal, Fset_window_configuration):
7717 Call delete_all_child_windows instead of delete_all_subwindows.
7718 * frame.c (delete_frame): Call delete_all_child_windows instead
7719 of delete_all_subwindows.
7720
7721 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
7722
7723 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
7724 This is also needed for porting to any host where GC_MARK_STACK is
7725 not GC_MAKE_GCPROS_NOOPS.
7726 (which_symbols): Use it.
7727
7728 2011-11-07 Kenichi Handa <handa@m17n.org>
7729
7730 * coding.c (coding_set_destination): Check coding->src_pos only
7731 when coding->src_object is a buffer (bug#9910).
7732
7733 * process.c (send_process): Set the member src_multibyte of coding
7734 to 0 (bug#9911) when sending a unibyte text.
7735
7736 * callproc.c (Fcall_process): Set the member src_multibyte of
7737 process_coding to 0 (bug#9912).
7738
7739 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7740
7741 * xmenu.c (cleanup_widget_value_tree): New function.
7742 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
7743 calling free_menubar_widget_value_tree directly (Bug#9830).
7744
7745 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
7746
7747 Fix some portability problems with 'inline'.
7748 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
7749 (window_box_width, window_box_left, window_box_left_offset)
7750 (window_box_right, window_box_right_offset): Declare extern.
7751 Otherwise, these inline functions do not conform to C99 and
7752 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
7753 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
7754 * intervals.c (adjust_intervals_for_insertion)
7755 (adjust_intervals_for_deletion): Now extern, because otherwise the
7756 extern inline functions 'offset_intervals' couldn't refer to it.
7757 (static_offset_intervals): Remove.
7758 (offset_intervals): Rewrite using the old contents of
7759 static_offset_intervals. The old version didn't conform to C99
7760 because an extern inline function contained a reference to an
7761 identifier with static linkage.
7762
7763 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
7764
7765 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
7766 GC.
7767
7768 2011-11-06 Eli Zaretskii <eliz@gnu.org>
7769
7770 * xdisp.c (init_iterator, reseat_to_string): Don't set the
7771 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
7772 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
7773 return Qleft_to_right.
7774
7775 2011-11-06 Chong Yidong <cyd@gnu.org>
7776
7777 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
7778 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
7779 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
7780 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
7781 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
7782 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
7783 (Fwindow_vscroll): Doc fix.
7784 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
7785 argument, since it makes no sense to pass a live window and for
7786 consistency with window-child.
7787
7788 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
7789
7790 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
7791 support MSVC.
7792
7793 2011-11-05 Jason Rumney <jasonr@gnu.org>
7794
7795 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
7796 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
7797 fonts (Bug#6029).
7798 (add_font_entity_to_list): Fix logic errors in mixed boolean and
7799 bitwise arithmetic preventing use of unicode-sip and non-truetype
7800 opentype fonts.
7801
7802 2011-11-05 Eli Zaretskii <eliz@gnu.org>
7803
7804 * s/ms-w32.h (fstat, stat, utime): Move redirections to
7805 "emacs"-only part.
7806
7807 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
7808 initialization code to keep similarity to xfns.c after changes
7809 from 2011-11-05.
7810
7811 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
7812
7813 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
7814 (unwind_create_frame): New function (Bug#9943).
7815 (Fx_create_frame): Restructure code to be more similar to the one in
7816 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
7817 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
7818 Move terminal->reference_count++ just before making the frame official
7819 (Bug#9943).
7820
7821 * nsterm.m (x_free_frame_resources): New function.
7822 (x_destroy_window): Move code to x_free_frame_resources.
7823
7824 * xfns.c (unwind_create_frame): Fix comment.
7825 (Fx_create_frame, x_create_tip_frame):
7826 Move terminal->reference_count++ just before making the frame
7827 official. Move initialization of image_cache_refcount and
7828 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
7829
7830 2011-11-05 Eli Zaretskii <eliz@gnu.org>
7831
7832 Support MSVC build with newer versions of Visual Studio.
7833 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
7834 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
7835 nt/gmake.defs.
7836
7837 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
7838 which are not supported by MSVC.
7839 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
7840 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
7841 bitfields.
7842 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
7843 types in bitfields.
7844 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
7845
7846 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
7847
7848 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
7849
7850 Support MSVC build with newer versions of Visual Studio.
7851 * w32.c: Don't include w32api.h for MSVC.
7852 (init_environment) [_MSC_VER]: Call sys_access, not _access.
7853
7854 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
7855 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
7856 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
7857 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
7858 e_* cousins.
7859 (alloca) [_MSC_VER]: Define to _alloca.
7860
7861 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
7862
7863 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
7864
7865 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7866
7867 * xdisp.c (note_mouse_highlight): If either of
7868 previous/next-single-property-change returns nil, treat that as
7869 the beginning or the end of the buffer. (Bug#9955)
7870
7871 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
7872
7873 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
7874 label is not null (Bug#9951).
7875 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
7876 may be NULL.
7877
7878 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7879
7880 * window.c (Fwindow_body_size): Mention in the doc string that the
7881 return value is in frame's canonical units. (Bug#9949)
7882
7883 2011-11-03 Eli Zaretskii <eliz@gnu.org>
7884
7885 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
7886
7887 * w32fns.c (unwind_create_frame): If needed, free the glyph
7888 matrices of the partially constructed frame. (Bug#9943)
7889 * xfns.c (unwind_create_frame): Likewise.
7890
7891 2011-11-01 Eli Zaretskii <eliz@gnu.org>
7892
7893 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
7894 Don't stop backward scan on the continuation glyph, even though
7895 its CHARPOS is positive.
7896 (mouse_face_from_buffer_pos, note_mouse_highlight):
7897 Rename cover_string to disp_string.
7898
7899 2011-11-01 Martin Rudalics <rudalics@gmx.at>
7900
7901 * window.c (temp_output_buffer_show): Don't use
7902 Vtemp_buffer_show_specifiers.
7903 (Vtemp_buffer_show_specifiers): Remove unused variable.
7904
7905 2011-10-30 Eli Zaretskii <eliz@gnu.org>
7906
7907 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
7908 past the beginning of the current glyph matrix.
7909
7910 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
7911
7912 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
7913 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
7914 HAVE_GTK3 (Bug#9869).
7915
7916 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
7917 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
7918
7919 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
7920
7921 * xterm.c: Declare x_handle_net_wm_state to return int.
7922 (handle_one_xevent): Check if we are iconified but don't have
7923 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
7924 (get_current_wm_state): Return non-zero if not hidden,
7925 check for _NET_WM_STATE_HIDDEN (Bug#9893).
7926 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
7927 (x_handle_net_wm_state): Return what get_current_wm_state returns.
7928 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
7929
7930 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
7931
7932 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
7933 so that this new function doesn't get optimized away by a
7934 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
7935
7936 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
7937
7938 * frame.h (MOUSE_HL_INFO): Remove excess parens.
7939
7940 2011-10-29 Eli Zaretskii <eliz@gnu.org>
7941
7942 Fix the `xbytecode' command.
7943 * .gdbinit (xprintbytestr): New command.
7944 (xwhichsymbols): Rename from `which'; all callers changed.
7945 (xbytecode): Print the byte-code string as well.
7946
7947 2011-10-29 Kim Storm <storm@cua.dk>
7948
7949 * alloc.c (which_symbols): New function.
7950
7951 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
7952
7953 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
7954 line. (Bug#9903)
7955
7956 2011-10-29 Glenn Morris <rgm@gnu.org>
7957
7958 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
7959 Not clear what it was for, and it causes various bugs. (Bug#9839)
7960
7961 2011-10-28 Eli Zaretskii <eliz@gnu.org>
7962
7963 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
7964 possible random value that matches one of those tested as
7965 condition to clear the mouse face.
7966
7967 2011-10-28 Chong Yidong <cyd@gnu.org>
7968
7969 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
7970
7971 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
7972
7973 * window.c (make_window): Initialize phys_cursor_on_p.
7974
7975 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * lisp.h (struct Lisp_Symbol): Update comments.
7978
7979 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
7982
7983 2011-10-28 Eli Zaretskii <eliz@gnu.org>
7984
7985 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
7986 <oslsachem@gmail.com> for helping to debug this.
7987
7988 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
7989 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
7990 (g_b_init_get_glyph_outline_w): New static variables.
7991 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
7992 (GetGlyphOutlineW_Proc): New typedefs.
7993 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
7994 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
7995 New functions.
7996 (w32font_open_internal, compute_metrics):
7997 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
7998 instead of calling the "wide" APIs directly.
7999
8000 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
8001
8002 * w32.h (syms_of_w32font): Add prototype.
8003
8004 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
8005
8006 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
8007 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
8008 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
8009 (Fmove_to_window_line): Doc fix.
8010
8011 2011-10-27 Chong Yidong <cyd@gnu.org>
8012
8013 * process.c (make_process): Set gnutls_state to NULL.
8014
8015 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
8016 non-NULL, regardless of GNUTLS_INITSTAGE.
8017 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
8018 an error. Set process slots as soon as we allocate them.
8019
8020 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
8021
8022 2011-10-27 Chong Yidong <cyd@gnu.org>
8023
8024 * gnutls.c (emacs_gnutls_deinit): New function.
8025 Deallocate credentials structures as well as calling gnutls_deinit.
8026 (Fgnutls_deinit, Fgnutls_boot): Use it.
8027
8028 * process.c (make_process): Initialize GnuTLS credentials to NULL.
8029 (deactivate_process): Call emacs_gnutls_deinit.
8030
8031 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
8032
8033 * image.c (x_create_x_image_and_pixmap):
8034 * w32.c (sys_rename, w32_delayed_load):
8035 * w32font.c (fill_in_logfont):
8036 * w32reg.c (x_get_string_resource): Silence compiler warnings.
8037
8038 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * w32fns.c (w32_default_color_map): New function,
8041 extracted from Fw32_default_color_map.
8042 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
8043
8044 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
8045
8046 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
8047
8048 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * keyboard.c (test_undefined): New function (bug#9751).
8051 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
8052
8053 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
8054
8055 * sysdep.c (init_sys_modes): Fix the check for the controlling
8056 terminal (Bug#6649).
8057
8058 2011-10-20 Eli Zaretskii <eliz@gnu.org>
8059
8060 * dispextern.h (struct bidi_it): New member next_en_type.
8061
8062 * bidi.c (bidi_line_init): Initialize the next_en_type member.
8063 (bidi_resolve_explicit_1): When next_en_pos is valid for the
8064 current character, check also for next_en_type being WEAK_EN.
8065 (bidi_resolve_weak): Don't enter the expensive loop if the current
8066 position is before next_en_pos. Record the bidi type of the first
8067 non-ET, non-BN character we find, in addition to its position.
8068 (bidi_level_of_next_char): Invalidate next_en_type when
8069 next_en_pos is over-stepped.
8070
8071 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
8072
8073 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
8074 * editfns.c: Rewrite current-time-zone so that it invokes
8075 the equivalent of (format-time-string "%Z") to get the time zone name.
8076 This fixes a bug when the time zone name contains characters that
8077 need converting from the system time locale to Emacs internal format.
8078 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
8079 that patch fixed format-time-string to do the conversion, but
8080 I forgot to fix current-time-zone.
8081 (format_time_string): New function, containing most of
8082 what Fformat_time_string used to contain.
8083 (Fformat_time_string): Rewrite in terms of format_time_string.
8084 This doesn't change this function's behavior.
8085 (current-time-zone): Rewrite to use format_time_string.
8086 This fixes the bug reported by Michael Schierl in
8087 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
8088 Jason Rumney's 2007-06-07 change worked around this bug, but
8089 didn't fix it.
8090 * systime.h (tzname, timezone): Remove no-longer-used declarations.
8091
8092 2011-10-19 Eli Zaretskii <eliz@gnu.org>
8093
8094 * xdisp.c (start_display): If the character at POS is displayed
8095 via a display vector, reset IT->current.dpvec_index to zero.
8096 (try_window_reusing_current_matrix): If a line ends in a display
8097 vector or the next line starts in a display vector, continue
8098 redrawing the window even though the character position of
8099 start_row was reached.
8100 (Bug#9771, part 2)
8101
8102 2011-10-18 Chong Yidong <cyd@gnu.org>
8103
8104 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
8105 with nobreak-char-display too.
8106
8107 2011-10-18 Eli Zaretskii <eliz@gnu.org>
8108
8109 Fix part 3 of bug#9771.
8110 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
8111 (bidi_resolve_neutral): Don't enter the expensive loop looking for
8112 non-neutral characters if the current character is a paragraph
8113 separator (a.k.a. Newline). This avoids running the same
8114 expensive loop twice, once when we consume the preceding newline
8115 and the other time when the line actually needs to be displayed.
8116 Avoid the loop when we see neutrals on the base embedding level
8117 following a character whose directionality is the same as the
8118 paragraph's. This avoids running the expensive loop when a line
8119 ends in a long sequence of neutrals, like control characters.
8120 Add assertion against STRONG_AL type. Slightly rearrange code
8121 that determines the type of a neutral given the first non-neutral
8122 that follows it.
8123 (bidi_level_of_next_char): Set next_en_pos to zero when
8124 invalidating its info.
8125
8126 2011-10-17 Eli Zaretskii <eliz@gnu.org>
8127
8128 * xdisp.c (push_display_prop): Determine whether to record string
8129 or buffer position by IT->string, not by IT->method. Allow
8130 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
8131 (move_it_vertically_backward): Don't look for character position
8132 immediately after the newline when in a continuation line.
8133 (Bug#9771, part 1)
8134
8135 2011-10-15 Martin Rudalics <rudalics@gmx.at>
8136
8137 * window.c (coordinates_in_window): Rewrite and delabelize
8138 vertical border check. (Bug#5357) (Bug#9618)
8139
8140 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
8143 errors in XSetWindowBorder (bug#9310).
8144
8145 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
8146
8147 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
8148 avoid crash when xmalloc overrun checking is enabled.
8149
8150 2011-10-13 Eli Zaretskii <eliz@gnu.org>
8151
8152 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
8153 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
8154 cursor motion with <left> and <right> arrow keys.
8155
8156 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
8157 some callers set that themselves.
8158
8159 2011-10-12 Eli Zaretskii <eliz@gnu.org>
8160
8161 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
8162 display string and the previous row comes from the same string and
8163 is empty. (Bug#9739) (Bug#9738)
8164
8165 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * doc.c (get_doc_string): Encode file name (bug#9735).
8168
8169 2011-10-12 Eli Zaretskii <eliz@gnu.org>
8170
8171 * bidi.c (bidi_level_of_next_char):
8172 * xdisp.c (get_visually_first_element): Remove old incorrect
8173 comments regarding the Unicode Line Separator character.
8174
8175 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
8176
8177 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
8178
8179 * alloc.c (Fgc_status): Do not access beyond zombies array
8180 boundary if nzombies > MAX_ZOMBIES.
8181 * alloc.c (dump_zombies): Add missing format specifier.
8182
8183 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
8184
8185 * xdisp.c (set_cursor_from_row): Simplify conditionals,
8186 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
8187
8188 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
8189 Some packages use them to denote characters with modifiers.
8190
8191 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
8192
8193 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
8194 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
8195 matching a pp-number. Rename parameter var to var1.
8196
8197 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
8200
8201 2011-10-08 Glenn Morris <rgm@gnu.org>
8202
8203 * callint.c (Fcall_interactively): Give a more explicit error for the
8204 'c' case with a non-character input. (Bug#8479)
8205
8206 2011-10-08 Eli Zaretskii <eliz@gnu.org>
8207
8208 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
8209 lines.
8210 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
8211 lines that are hscrolled on the left.
8212
8213 * dispnew.c (buffer_posn_from_coords): Account for a possible
8214 presence of header-line. (Bug#4426)
8215
8216 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
8219 Don't advertise functionality which we discourage or doesn't work.
8220
8221 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
8222
8223 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
8224 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
8225 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
8226 this makes Emacs dump core during garbage collection on rare
8227 occasions. sizeof is obviously inferior to offsetof here, so
8228 stick with offsetof.
8229 (GC_POINTER_ALIGNMENT): New macro.
8230 (mark_memory): Omit 3rd (offset) arg; caller changed.
8231 Don't assume EMACS_INT alignment is the same as pointer alignment.
8232
8233 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * keyboard.c (read_key_sequence_remapped): New var.
8236 (read_key_sequence): Compute remapping in the right buffer.
8237 (command_loop_1): Use read_key_sequence's remapping directly.
8238
8239 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * dired.c (file_name_completion): Don't expand file name.
8242 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
8243 before checking file name handler.
8244
8245 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
8246 they've been requested explicitly (bug#9591).
8247
8248 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
8249
8250 * keymap.c (Fsingle_key_description): Use make_specified_string
8251 instead of build_string to build string from push_key_description.
8252 (Bug#5193)
8253
8254 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
8255
8256 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
8257 This fixes a Y2038 bug on 64-bit hosts.
8258 * buffer.c (reset_buffer):
8259 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
8260 (Fclear_buffer_auto_save_failure):
8261 Use 0, not -1, to represent an unset failure time, since time_t
8262 might not be signed.
8263
8264 Remove dependency on glibc malloc internals.
8265 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8266 Move back here from lisp.h, but with their new implementations.
8267 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
8268 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
8269 * charset.c (charset_table_init): New static var.
8270 (syms_of_charset): Use it instead of xmalloc. This removes a
8271 dependency on glibc malloc internals. See Eli Zaretskii's comment in
8272 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
8273 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8274 Move back to alloc.c.
8275 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
8276 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
8277
8278 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
8279
8280 * nsterm.m (windowDidResize): Call x_set_window_size only when
8281 ns_in_resize is true. Otherwise set pixelwidth/height and
8282 call change_frame_size (Bug#9628).
8283
8284 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
8285
8286 Port --enable-checking=all to Fedora 14 x86-64.
8287 * charset.c (syms_of_charset): Also account for glibc malloc's
8288 internal overhead when calculating the initial malloc maximum.
8289
8290 Port --enable-checking=all to Fedora 14 x86.
8291 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8292 Move to lisp.h.
8293 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
8294 (overrun_check_realloc, overrun_check_free):
8295 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
8296 That way, xmalloc returns a properly-aligned pointer even if
8297 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
8298 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
8299 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
8300 into account when calculating the initial malloc maximum.
8301 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8302 Move here from alloc.c, so that charset.c can use it too.
8303 Properly align; the old code wasn't right for common 32-bit hosts
8304 when configured with --enable-checking=all.
8305 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
8306 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
8307
8308 2011-09-29 Eli Zaretskii <eliz@gnu.org>
8309
8310 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
8311 use EDOM.
8312
8313 2011-09-28 Eli Zaretskii <eliz@gnu.org>
8314
8315 * xdisp.c (compute_display_string_end): If there's no display
8316 string at CHARPOS, return -1.
8317
8318 * bidi.c (bidi_fetch_char): When compute_display_string_end
8319 returns a negative value, treat the character as a normal
8320 character not covered by a display string. (Bug#9624)
8321
8322 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
8323
8324 * lread.c (Fread_from_string): Fix typo in docstring.
8325
8326 2011-09-27 Eli Zaretskii <eliz@gnu.org>
8327
8328 * xdisp.c (handle_invisible_prop): If invisible text ends on a
8329 newline, reseat the iterator instead of bidi-iterating there one
8330 character at a time. (Bug#9610)
8331 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
8332 TO_CHARPOS if the bidi iterator is at base embedding level.
8333
8334 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
8335
8336 * lread.c (readevalloop): Use correct code for NBSP.
8337 (read1): Likewise. (Bug#9608)
8338
8339 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
8340
8341 * dbusbind.c (Fdbus_register_signal): When service is not
8342 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
8343
8344 2011-09-25 Glenn Morris <rgm@gnu.org>
8345
8346 * buffer.c (truncate-lines): Doc fix.
8347
8348 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
8351 (Fset_window_next_buffers): Doc fix.
8352
8353 2011-09-24 Glenn Morris <rgm@gnu.org>
8354
8355 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
8356
8357 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
8358
8359 Fix minor problems found by static checking.
8360 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
8361 * indent.c (Fvertical_motion): Fix == vs = typo.
8362
8363 2011-09-24 Eli Zaretskii <eliz@gnu.org>
8364
8365 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
8366 Default value is now t. Doc fix.
8367
8368 * indent.c (Fvertical_motion): Compute and apply the overshoot
8369 logic when moving up, not only when moving down. Fix the
8370 confusing name and values of the it_overshoot_expected variable;
8371 logic changes accordingly. (Bug#9254) (Bug#9549)
8372
8373 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
8374 CHARPOS is covered by a display string which includes newlines.
8375 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
8376 is covered by a display string with embedded newlines.
8377
8378 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
8379
8380 * dbusbind.c (Fdbus_register_signal): Add match rule to
8381 Vdbus_registered_objects_table. (Bug#9581)
8382 (Fdbus_register_method, Vdbus_registered_objects_table):
8383 Fix docstring.
8384
8385 2011-09-24 Jim Meyering <meyering@redhat.com>
8386
8387 do not ignore write error for any output size
8388 The previous change was incomplete.
8389 While it makes emacs --batch detect the vast majority of stdout
8390 write failures, errors were still ignored whenever the output size is
8391 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
8392 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
8393 && echo FAIL: ignored write error
8394 FAIL: ignored write error
8395 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
8396 && echo FAIL: ignored write error
8397 FAIL: ignored write error
8398 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
8399
8400 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8401
8402 * emacs.c (Fkill_emacs): In noninteractive mode exit
8403 non-successfully if a write error occurred on stdout. (Bug#9574)
8404
8405 2011-09-21 Eli Zaretskii <eliz@gnu.org>
8406
8407 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
8408 the xassert test.
8409
8410 * dispextern.h (struct it): Update the comment documenting what
8411 can it->OBJECT be.
8412
8413 2011-09-20 Eli Zaretskii <eliz@gnu.org>
8414
8415 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
8416 a display string, extend search for cursor position to end of row.
8417 (find_row_edges): If the row ends in a newline from a display
8418 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
8419 Handle the case of a display string with multiple newlines.
8420 (Fcurrent_bidi_paragraph_direction): Fix search for previous
8421 non-empty line. Fixes confusing cursor motion with arrow keys at
8422 the beginning of a line that starts with whitespace.
8423
8424 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8425
8426 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
8427 (bug#9493).
8428
8429 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
8432 boolean (Bug#9154).
8433
8434 2011-09-18 Eli Zaretskii <eliz@gnu.org>
8435
8436 * xdisp.c (display_line): Record maximum and minimum buffer
8437 positions even if no glyphs were produced (e.g., by a zero-width
8438 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
8439 buffer positions that will be removed from the glyph row because
8440 they don't fit.
8441 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
8442 column is beyond frame width: don't subtract 1 "pixel" when
8443 computing width of the stretch.
8444 (reseat_at_next_visible_line_start): Undo the change made on
8445 2011-09-17 that saved paragraph information and restored it after
8446 the call to `reseat'. (Bug#9545)
8447
8448 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8449
8450 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
8451 and turn window cursor on if cleared (Bug#9415).
8452
8453 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
8454
8455 * search.c (boyer_moore): Take unibyte characters from pattern
8456 literally. (Bug#9458)
8457
8458 2011-09-18 Eli Zaretskii <eliz@gnu.org>
8459
8460 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
8461
8462 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
8463
8464 Fix minor problem found by static checking.
8465 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
8466 initialized, to pacify gcc -Wuninitialized.
8467
8468 * fileio.c: Report proper errno when syscall falls.
8469 (Finsert_file_contents): Save and restore errno,
8470 so that report_file_error outputs the correct diagnostic.
8471 (Fwrite_region) [CLASH_DETECTION]: Likewise.
8472
8473 2011-09-18 Eli Zaretskii <eliz@gnu.org>
8474
8475 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
8476
8477 2011-09-17 Eli Zaretskii <eliz@gnu.org>
8478
8479 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
8480 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
8481
8482 2011-09-17 Eli Zaretskii <eliz@gnu.org>
8483
8484 * xdisp.c (reseat_at_next_visible_line_start): Keep information
8485 about the current paragraph and restore it after the call to reseat.
8486
8487 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
8488 (bidi_find_paragraph_start): Search back for paragraph beginning
8489 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
8490 (bidi_move_to_visually_next): Only trigger paragraph-related
8491 computations when the last character is a newline or at EOB, not
8492 just any NEUTRAL_B. (Bug#9470)
8493
8494 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
8495 truncated lines if point is covered by a display string. (Bug#9524)
8496
8497 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
8498
8499 * xselect.c: Relax test for outgoing X longs (Bug#9498).
8500 (cons_to_x_long): New function.
8501 (lisp_data_to_selection_data): Use it. Correct the test for
8502 short-versus-long data; it was negated. Break out of vector
8503 loop, for efficiency, when a long datum is discovered.
8504
8505 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
8508
8509 2011-09-16 Eli Zaretskii <eliz@gnu.org>
8510
8511 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
8512 GCC PR/17406) by declaring this function with external scope.
8513
8514 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
8515
8516 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
8517 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
8518
8519 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
8520
8521 * editfns.c (Fformat): Correctly handle text properties on "%%".
8522
8523 2011-09-15 Eli Zaretskii <eliz@gnu.org>
8524
8525 * xterm.c (x_draw_composite_glyph_string_foreground):
8526 * w32term.c (x_draw_composite_glyph_string_foreground):
8527 * term.c (encode_terminal_code):
8528 * composite.c (composition_update_it, get_composition_id):
8529 * xdisp.c (get_next_display_element)
8530 (fill_composite_glyph_string): Add comments about special meaning
8531 of TAB characters in a composition.
8532
8533 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
8534
8535 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
8536 This occurs when processing a multibyte format.
8537 Problem reported by Wolfgang Jenker.
8538
8539 2011-09-15 Johan Bockgård <bojohan@gnu.org>
8540
8541 * xdisp.c (try_cursor_movement): Only check for exact match if
8542 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
8543
8544 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
8545
8546 Remove unused external symbols.
8547 * dispextern.h (calc_pixel_width_or_height): Remove decl.
8548 * xdisp.c (calc_pixel_width_or_height): Now static.
8549 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
8550 * indent.c (check_display_width):
8551 * w32term.c: Fix comment to match code.
8552 * xterm.c, xterm.h (x_catching_errors): Remove.
8553
8554 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
8555
8556 * xselect.c: Use signed conversions more consistently (Bug#9498).
8557 (selection_data_to_lisp_data): Assume incoming selection data are
8558 signed integers, not unsigned. This is to be consistent with
8559 outgoing selection data, which was modified to use signed integers
8560 in as part of the fix to Bug#9196 in response to Jan D.'s comment
8561 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
8562 expects long, not unsigned long.
8563
8564 2011-09-14 Eli Zaretskii <eliz@gnu.org>
8565
8566 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
8567 computation of loop end. Reported by Johan Bockgård
8568 <bojohan@gnu.org>.
8569
8570 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * frame.c (Fother_visible_frames_p): Function deleted.
8573
8574 2011-09-12 Eli Zaretskii <eliz@gnu.org>
8575
8576 * indent.c (compute_motion): Process display vector front to back
8577 rather than the other way around. (Bug#2496)
8578
8579 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
8582
8583 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * minibuf.c (Fread_from_minibuffer): Doc fix.
8586
8587 2011-09-11 Eli Zaretskii <eliz@gnu.org>
8588
8589 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
8590 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
8591
8592 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8593
8594 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
8595 value for non-existent files.
8596
8597 2011-09-11 Eli Zaretskii <eliz@gnu.org>
8598
8599 * fileio.c (Finsert_file_contents): If the file cannot be opened,
8600 set its "size" to -1. This will set the modtime_size field of
8601 the corresponding buffer to -1, which is what
8602 verify-visited-file-modtime expects for files that do not exist.
8603 (Bug#9139)
8604
8605 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
8606
8607 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
8608 here ...
8609 * lisp.h: ... from here. push_key_description is no longer
8610 defined in keyboard.c, so its declaration should not be in
8611 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
8612 logically belongs with push_key_description.
8613
8614 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
8615
8616 * buffer.h: Include <sys/types.h> instead of <time.h>.
8617 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
8618 Problem reported by Herbert J. Skuhra.
8619
8620 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8621
8622 * xml.c (parse_region): Make the parsing work for
8623 non-comment-starting XML files again (bug#9144).
8624
8625 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
8626
8627 * image.c (gif_load): Fix calculation of bottom and right corner.
8628 (Bug#9468)
8629
8630 2011-09-10 Eli Zaretskii <eliz@gnu.org>
8631
8632 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
8633 redisplay in small windows.
8634
8635 2011-09-09 Eli Zaretskii <eliz@gnu.org>
8636
8637 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
8638
8639 2011-09-08 Martin Rudalics <rudalics@gmx.at>
8640
8641 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
8642 Operate on live windows only.
8643
8644 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
8645
8646 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
8647
8648 2011-09-07 Eli Zaretskii <eliz@gnu.org>
8649
8650 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
8651 only under bidi iteration.
8652
8653 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
8654
8655 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
8656
8657 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8658
8659 isnan: Fix porting problem to Solaris 10 with bundled gcc.
8660 Without this fix, the command to link temacs failed due to an
8661 undefined symbol __builtin_isnan. This is because
8662 /usr/include/iso/math_c99.h #defines isnan(x) to
8663 __builtin_isnan(x), but the bundled gcc, which identifies itself
8664 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
8665 a __builtin_isnan.
8666 * floatfns.c (isnan): #undef, and then #define to a clone of
8667 what's in data.c.
8668 (Fisnan): Always define, since it's always available now.
8669 (syms_of_floatfns): Always define isnan at the Lisp level.
8670
8671 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8672
8673 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
8674
8675 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8676
8677 * fileio.c: Fix bugs with large file offsets (Bug#9428).
8678 The previous code assumed that file offsets (off_t values) fit in
8679 EMACS_INT variables, which is not true on typical 32-bit hosts.
8680 The code messed up by falsely reporting buffer overflow in cases
8681 such as (insert-file-contents "big" nil 1 2) into an empty buffer
8682 when "big" contains more than 2**29 bytes, even though this
8683 inserts just one byte and does not overflow the buffer.
8684 (Finsert_file_contents): Store file offsets as off_t
8685 values, not as EMACS_INT values. Check for overflow when
8686 converting between EMACS_INT and off_t. When checking for
8687 buffer overflow or for overlap, take the offsets into account.
8688 Don't use EMACS_INT for small values where int suffices.
8689 When checking for overlap, fix a typo: ZV was used where
8690 ZV_BYTE was intended.
8691 (Fwrite_region): Don't assume off_t fits into 'long'.
8692 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
8693
8694 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
8695
8696 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
8697
8698 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
8699
8700 sprintf-related integer and memory overflow issues (Bug#9412).
8701
8702 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
8703 (esprintf, exprintf, evxprintf): New functions.
8704 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
8705 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
8706 (modify_event_symbol): Do not assume that the length of
8707 name_alist_or_stem is safe to alloca and fits in int.
8708 (Fexecute_extended_command): Likewise for function name and binding.
8709 (Frecursion_depth): Wrap around reliably on integer overflow.
8710 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
8711 since some callers pass EMACS_INT values.
8712 (Fsingle_key_description): Don't crash if symbol name contains more
8713 than MAX_ALLOCA bytes.
8714 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
8715 (get_minibuffer): Arg is now EMACS_INT, not int.
8716 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
8717 (esprintf, exprintf, evxprintf): New decls.
8718 * window.h (command_loop_level, minibuf_level): Reflect API changes.
8719
8720 * dbusbind.c (signature_cat): New function.
8721 (xd_signature, Fdbus_register_signal):
8722 Do not overrun buffer; instead, report string overflow.
8723
8724 * dispnew.c (add_window_display_history): Don't overrun buffer.
8725 Truncate instead; this is OK since it's just a log.
8726
8727 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
8728 even if the time zone offset is outlandishly large.
8729 Don't mishandle offset == INT_MIN.
8730
8731 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
8732 when creating daemon; the previous buffer-overflow check was incorrect.
8733
8734 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
8735 which has the guts of the old verror function.
8736
8737 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
8738 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
8739
8740 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
8741 (font_unparse_xlfd): Don't blindly alloca long strings.
8742 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
8743 fits in int, when using sprintf. Use single snprintf to count
8744 length of string rather than counting it via multiple sprintfs;
8745 that's simpler and more reliable.
8746 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
8747 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
8748 sprintf, in case result does not fit in int.
8749
8750 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
8751 (fontset_from_font): Print it.
8752
8753 * frame.c (tty_frame_count): Now printmax_t, not int.
8754 (make_terminal_frame, set_term_frame_name): Print it.
8755 (x_report_frame_params): In X, window IDs are unsigned long,
8756 not signed long, so print them as unsigned.
8757 (validate_x_resource_name): Check for implausibly long names,
8758 and don't assume name length fits in 'int'.
8759 (x_get_resource_string): Don't blindly alloca invocation name;
8760 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
8761 not fit in int.
8762
8763 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
8764 (xg_check_special_colors, xg_set_geometry):
8765 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
8766
8767 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
8768 Use esprintf, not sprintf, in case result does not fit in int.
8769
8770 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
8771 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
8772 it as a large positive number.
8773 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
8774 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
8775
8776 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
8777 in case result does not fit in int.
8778
8779 * print.c (float_to_string): Detect width overflow more reliably.
8780 (print_object): Make sprintf buffer a bit bigger, to avoid potential
8781 buffer overrun. Don't assume list length fits in 'int'. Treat
8782 print length of 0 as 0, not as infinity; to be consistent with other
8783 uses of print length in this function. Don't overflow print length
8784 index. Don't assume hash table size fits in 'long', or that
8785 vectorlike size fits in 'unsigned long'.
8786
8787 * process.c (make_process): Use printmax_t, not int, to format
8788 process-name gensyms.
8789
8790 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
8791
8792 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
8793 to avoid potential buffer overrun.
8794
8795 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
8796 if X resource line is longer than 512 bytes.
8797
8798 * xfns.c (x_window): Make sprintf buffer a bit bigger
8799 to avoid potential buffer overrun.
8800
8801 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
8802
8803 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
8804
8805 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
8806
8807 Integer overflow fixes for scrolling, etc.
8808 Without these, Emacs silently mishandles large integers sometimes.
8809 For example, "C-u 4294967297 M-x recenter" was treated as if
8810 it were "C-u 1 M-x recenter" on a typical 64-bit host.
8811
8812 * xdisp.c (try_window_id): Check Emacs fixnum range before
8813 converting to 'int'.
8814
8815 * window.c (window_scroll_line_based, Frecenter):
8816 Check that an Emacs fixnum is in range before assigning it to 'int'.
8817 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
8818 values converted from Emacs fixnums.
8819 (Frecenter): Don't wrap around a line count if it is out of 'int'
8820 range; instead, treat it as an extreme value.
8821 (Fset_window_configuration, compare_window_configurations):
8822 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
8823
8824 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
8825 that can exceed INT_MAX. Check that EMACS_INT value is in range
8826 before assigning it to the (possibly-narrower) index.
8827 (match_limit): Don't assume that a fixnum can fit in 'int'.
8828
8829 * print.c (print_object): Use ptrdiff_t, not int, for index that can
8830 exceed INT_MAX.
8831
8832 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
8833 (Fvertical_motion): Don't wrap around LINES values that don't fit
8834 in 'int'. Instead, treat them as extreme values. This is good
8835 enough for windows, which can't have more than INT_MAX lines anyway.
8836
8837 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8838
8839 * Require libxml/parser.h to avoid compilation warning.
8840
8841 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
8842
8843 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
8844 since this reportedly can destroy thread storage.
8845
8846 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * syntax.c (find_defun_start): Update all cache variables if
8849 exiting early (Bug#9401).
8850
8851 2011-08-30 Eli Zaretskii <eliz@gnu.org>
8852
8853 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
8854
8855 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
8856 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
8857 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
8858
8859 * term.c (tty_append_glyph): New function.
8860 (produce_stretch_glyph): Static function and its prototype deleted.
8861
8862 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
8863 Add prototypes.
8864
8865 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
8866
8867 * image.c (parse_image_spec): Check for nonnegative, not for positive,
8868 when checking :margin (Bug#9390).
8869 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
8870 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
8871 so that the name doesn't mislead. All uses changed.
8872
8873 2011-08-28 Johan Bockgård <bojohan@gnu.org>
8874
8875 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
8876 set_tty_hooks.
8877
8878 2011-08-27 Eli Zaretskii <eliz@gnu.org>
8879
8880 * xdisp.c (move_it_to): Don't bail out early when reaching
8881 position beyond to_charpos, if we are scanning backwards.
8882 (move_it_vertically_backward): When DY == 0, make sure we get to
8883 the first character in the line after the newline.
8884
8885 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
8886
8887 * ccl.c: Improve and simplify overflow checking (Bug#9196).
8888 (ccl_driver): Do not generate an out-of-range pointer.
8889 (Fccl_execute_on_string): Remove unnecessary check for
8890 integer overflow, noted by Stefan Monnier in
8891 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
8892 Remove a FIXME that didn't need fixing.
8893 Simplify the newly-introduced buffer reallocation code.
8894
8895 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
8896
8897 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
8898
8899 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
8900
8901 Integer and memory overflow issues (Bug#9196).
8902
8903 * doc.c (get_doc_string): Rework so that
8904 get_doc_string_buffer_size is the actual buffer size, rather than
8905 being 1 less than the actual buffer size; this makes xpalloc more
8906 convenient.
8907
8908 * image.c (x_allocate_bitmap_record, cache_image):
8909 * xselect.c (Fx_register_dnd_atom):
8910 Simplify previous changes by using xpalloc.
8911
8912 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
8913 since either will do and ptrdiff_t is convenient with xpalloc.
8914
8915 * charset.c (charset_table_size)
8916 (struct charset_sort_data.priority): Now ptrdiff_t.
8917 (charset_compare): Don't overflow if priorities differ greatly.
8918 (Fsort_charsets): Don't assume list length fits in int.
8919 Check for size-calculation overflow when allocating sort data.
8920 (syms_of_charset): Allocate an initial charset table that is
8921 just under 64 KiB, to avoid problems with glibc malloc and mmap.
8922
8923 * cmds.c (internal_self_insert): Check for size-calculation overflow.
8924
8925 * composite.h (struct composition.glyph_len): Now int, not unsigned.
8926 The actual value is always <= INT_MAX, and leaving it unsigned made
8927 overflow checking harder.
8928
8929 * dispextern.h (struct glyph_matrix.rows_allocated)
8930 (struct face_cache.size): Now ptrdiff_t, for convenience in use
8931 with xpalloc. The values are still always <= INT_MAX.
8932
8933 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
8934
8935 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
8936 (SAFE_NALLOCA): New macro.
8937
8938 * region-cache.c (struct boundary.pos, find_cache_boundary)
8939 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
8940 (set_cache_region, invalidate_region_cache)
8941 (revalidate_region_cache, know_region_cache, region_cache_forward)
8942 (region_cache_backward, pp_cache):
8943 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
8944 so that ptrdiff_t * can be passed to xpalloc.
8945 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
8946 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
8947 (pp_cache): Don't assume cache_len fits in int.
8948 * region-cache.h: Adjust extern decls to match.
8949
8950 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
8951 EMACS_INT, since either will do, for xpalloc.
8952
8953 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
8954 (xnmalloc, xnrealloc, xpalloc): New functions.
8955
8956 * bidi.c (bidi_shelve_header_size): New constant.
8957 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
8958 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
8959
8960 * bidi.c (bidi_cache_shrink):
8961 * buffer.c (overlays_at, overlays_in, record_overlay_string)
8962 (overlay_strings):
8963 Don't update size of array until after memory allocation succeeds,
8964 because xmalloc/xrealloc may not return.
8965 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
8966 now that we have proper integer overflow checking.
8967 (record_overlay_string, overlay_strings): Catch overflows when
8968 calculating size of overlay_str_buf.
8969
8970 * callproc.c (Fcall_process): Check for size overflow when
8971 calculating size of args2.
8972 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
8973 Normally we prefer signed values, but sticking with ptrdiff_t would
8974 require adding more-complicated checks.
8975
8976 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
8977 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
8978 Redo buffer-overflow calculations to avoid integer overflow.
8979 Add a FIXME comment where memory seems to be over-allocated.
8980
8981 * character.c (Fstring): Check for size-calculation overflow.
8982
8983 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
8984 unnecessary integer overflow. Check for size overflow.
8985 (encode_coding_object): Don't update size until xmalloc succeeds.
8986
8987 * composite.c (get_composition_id): Check for overflow in glyph
8988 length calculations.
8989
8990 Integer and memory overflow fixes for display code.
8991 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
8992 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
8993 (scrolling_window): Check for overflow in size calculations.
8994 (line_draw_cost, realloc_glyph_pool, add_row_entry):
8995 Don't assume glyph table len fits in int.
8996 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
8997 (row_table_size): Now ptrdiff_t, not int.
8998 (scrolling_window): Avoid overflow in size calculations.
8999 Don't update size until allocation succeeds.
9000 * fns.c (concat): Check for overflow in size calculations.
9001 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
9002 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
9003 (NEXT_ALMOST_PRIME_LIMIT): New constant.
9004
9005 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
9006 (get_doc_string): Check for size calculation overflow.
9007 Don't update size until allocation succeeds.
9008 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
9009 EMACS_INT, where ptrdiff_t will do.
9010 (Fsubstitute_command_keys): Check for string overflow.
9011
9012 * editfns.c (set_time_zone_rule): Don't assume environment length
9013 fits in int.
9014 (message_length): Now ptrdiff_t, not int.
9015 (Fmessage_box): Don't update size until allocation succeeds.
9016 Don't assume message length fits in int.
9017 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
9018
9019 * emacs.c (main): Do not reallocate argv, since there is a null at
9020 the end that can be overwritten, and this way there's no need to
9021 worry about size-calculation overflow.
9022 (sort_args): Check for size-calculation overflow.
9023
9024 * eval.c (init_eval_once, grow_specpdl): Don't update size until
9025 alloc succeeds.
9026 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
9027
9028 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
9029 (x_set_scroll_bar_width, x_figure_window_size):
9030 Check for integer overflow.
9031 (x_set_alpha): Do not assume XINT fits in int.
9032
9033 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
9034 This is for the members text_lines, text_cols, total_lines, total_cols,
9035 where the system imposes an 'int' limit.
9036
9037 * fringe.c (Fdefine_fringe_bitmap):
9038 Don't update size until alloc works.
9039
9040 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
9041 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
9042
9043 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
9044 Check for size-calculation overflow.
9045 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
9046 do, as we prefer signed integers.
9047 (id_to_widget.max_size, id_to_widget.used)
9048 (xg_store_widget_in_map, xg_remove_widget_from_map)
9049 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
9050 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
9051 Use and return ptrdiff_t, not int.
9052 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
9053 * gtkutil.h: Change prototypes to match the above.
9054
9055 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
9056 are duplicate now that they've been promoted to lisp.h.
9057 (x_allocate_bitmap_record, x_alloc_image_color)
9058 (make_image_cache, cache_image, xpm_load):
9059 Don't update size until alloc is done.
9060 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
9061 (x_detect_edges):
9062 Check for size calculation overflow.
9063 (ct_colors_allocated_max): New constant.
9064 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
9065 overflow.
9066
9067 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
9068 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
9069 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
9070 Use ptrdiff_t, not int, to count maps.
9071 (read_char_minibuf_menu_prompt): Check for overflow in size
9072 calculations. Don't update size until allocation succeeds.
9073 Redo calculations to avoid overflow.
9074 * keyboard.h: Change prototypes to match the above.
9075
9076 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
9077 to count maps.
9078 (current_minor_maps): Check for size calculation overflow.
9079 * keymap.h: Change prototypes to match the above.
9080
9081 * lread.c (read1, init_obarray): Don't update size until alloc done.
9082
9083 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
9084 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
9085
9086 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
9087 Now ptrdiff_t, not int.
9088 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
9089 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
9090
9091 * process.c (Fnetwork_interface_list): Check for overflow
9092 in size calculation.
9093
9094 * region-cache.c (move_cache_gap): Check for size calculation overflow.
9095
9096 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
9097 overflow. Don't bother calling xmalloc when xrealloc will do.
9098
9099 * search.c (Freplace_match): Check for size calculation overflow.
9100 (Fset_match_data): Don't assume list lengths fit in 'int'.
9101
9102 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
9103 for command line length. Do not attempt to address one before the
9104 beginning of an array, as that's not portable.
9105
9106 * term.c (max_frame_lines): Remove; unused.
9107 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
9108 not int.
9109 (encode_terminal_code, calculate_costs): Check for size
9110 calculation overflow.
9111 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
9112 table lengths and related sizes. Don't update size until alloc
9113 done. Redo calculations to avoid overflow.
9114 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
9115
9116 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
9117 subtracting pointers.
9118 (gobble_line): Check for overflow more carefully. Don't update size
9119 until alloc done.
9120
9121 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
9122 Don't update size until alloc done.
9123 Redo size calculations to avoid overflow.
9124 Check for size calculation overflow.
9125 (main) [DEBUG]: Fix typo in invoking tparam1.
9126
9127 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
9128 Use ptrdiff_t, not int, for sizes.
9129 (store_mode_line_noprop_char): Don't update size until alloc done.
9130
9131 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
9132 Use ptrdiff_t, not int, for sizes.
9133 (Finternal_make_lisp_face, cache_face):
9134 Check for size calculation overflow.
9135 (cache_face): Treat size calculation overflows as if they were
9136 memory exhaustion (the usual treatment), rather than aborting.
9137
9138 * xfns.c (x_encode_text, x_set_name_internal)
9139 (Fx_change_window_property): Use ptrdiff_t, not int, to count
9140 sizes, since they can exceed INT_MAX in size. Check for size
9141 calculation overflow.
9142
9143 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
9144 (xg_select): Check for size calculation overflow.
9145 Don't update size until alloc done.
9146
9147 * xrdb.c (get_environ_db): Don't assume path length fits in int,
9148 as sprintf is limited to int lengths.
9149
9150 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
9151 (X_LONG_MIN): New macros.
9152 Use them to make the following changes clearer.
9153 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
9154 This change doesn't affect the value now, but it may help remind
9155 future maintainers not to raise the value too much later.
9156 (SELECTION_QUANTUM): Remove, replacing with ...
9157 (selection_quantum): ... new function, which avoids overflow.
9158 All uses changed.
9159 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
9160 assumption that selection length fits in 'int'.
9161 (x_reply_selection_request, x_handle_selection_request)
9162 (x_get_window_property, receive_incremental_selection)
9163 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
9164 (lisp_data_to_selection_data, clean_local_selection_data):
9165 Use ptrdiff_t, not int, to record length of selection.
9166 (x_reply_selection_request, x_get_window_property)
9167 (receive_incremental_selection, x_property_data_to_lisp):
9168 Redo calculations to avoid overflow.
9169 (x_reply_selection_request): When sending hint, ceiling it at
9170 X_LONG_MAX rather than relying on wraparound overflow to send
9171 something.
9172 (x_get_window_property, receive_incremental_selection)
9173 (lisp_data_to_selection_data, x_property_data_to_lisp):
9174 Check for size-calculation overflow.
9175 (x_get_window_property, receive_incremental_selection)
9176 (lisp_data_to_selection_data, Fx_register_dnd_atom):
9177 Don't store size until memory allocation succeeds.
9178 (x_get_window_property): Plug memory leak on memory exhaustion.
9179 Don't double-block input; malloc is safe here. Don't assume 2**34
9180 - 4 fits in unsigned long. Add an xassert to check
9181 XGetWindowProperty overflow. Be more careful about overflow
9182 calculations, and distinguish size from memory overflow better.
9183 (receive_incremental_selection): When tracing, don't assume
9184 unsigned int is less than INT_MAX.
9185 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
9186 harmful) conversions of unsigned short to int.
9187 (lisp_data_to_selection_data): Don't assume that integers
9188 in the range -65535 through -1 fit in an X unsigned short.
9189 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
9190 result parameters unless successful. Rely on cons_to_unsigned
9191 to report problems with elements; the old code wasn't right anyway.
9192 (x_check_property_data): Check for int overflow; we cannot use
9193 a wider type due to X limits.
9194 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
9195
9196 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
9197
9198 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
9199 (x_term_init): Check for size calculation overflow.
9200 (x_color_cells): Don't store size until memory allocation succeeds.
9201 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
9202 Don't assume alloca size is less than MAX_ALLOCA.
9203 (x_term_init): Don't assume length fits in int (sprintf is limited
9204 to int size).
9205
9206 Use ptrdiff_t for composition IDs.
9207 * character.c (lisp_string_width):
9208 * composite.c (composition_table_size, n_compositions)
9209 (get_composition_id, composition_gstring_from_id):
9210 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
9211 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
9212 * window.c (Frecenter):
9213 Use ptrdiff_t, not int, for composition IDs.
9214 * composite.c (get_composition_id): Check for integer overflow.
9215 * composite.h: Adjust prototypes to match the above changes.
9216
9217 Use ptrdiff_t for hash table indexes.
9218 * category.c (hash_get_category_set):
9219 * ccl.c (ccl_driver):
9220 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
9221 * coding.c (coding_system_charset_list, detect_coding_system):
9222 * coding.h (struct coding_system.id):
9223 * composite.c (get_composition_id, gstring_lookup_cache):
9224 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
9225 * image.c (xpm_get_color_table_h):
9226 * lisp.h (hash_lookup, hash_put):
9227 * minibuf.c (Ftest_completion):
9228 Use ptrdiff_t for hash table indexes, not int (which is too
9229 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
9230 32-bit --with-wide-int hosts).
9231
9232 * charset.c (Fdefine_charset_internal): Check for integer overflow.
9233 Add a FIXME comment about memory leaks.
9234 (syms_of_charset): Don't assume xmalloc returns.
9235
9236 Don't assume that stated character widths fit in int.
9237 * character.c (Fchar_width, c_string_width, lisp_string_width):
9238 * character.h (CHAR_WIDTH):
9239 * indent.c (MULTIBYTE_BYTES_WIDTH):
9240 Use sanitize_char_width to avoid undefined and/or bad behavior
9241 with outlandish widths.
9242 * character.h (sanitize_tab_width): Rename from sanitize_width,
9243 now that we have two such functions. All uses changed.
9244 (sanitize_char_width): New inline function.
9245
9246 Don't assume that tab-width fits in int.
9247 * character.h (sanitize_width): New inline function.
9248 (SANE_TAB_WIDTH): New macro.
9249 (ASCII_CHAR_WIDTH): Use it.
9250 * indent.c (sane_tab_width): Remove. All uses replaced by
9251 SANE_TAB_WIDTH (current_buffer).
9252 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
9253
9254 * fileio.c: Integer overflow issues with file modes.
9255 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
9256
9257 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
9258 Remove unreachable code.
9259 (read_hex, load_charset_map_from_file): Check for integer overflow.
9260
9261 * xterm.c: Don't go over XClientMessageEvent limit.
9262 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
9263 (x_send_scroll_bar_event): Likewise. Check that the size does not
9264 exceed limits imposed by XClientMessageEvent, as well as the usual
9265 ptrdiff_t and size_t limits.
9266
9267 * keyboard.c: Overflow, signedness and related fixes.
9268 (make_lispy_movement): Use same integer type in forward decl
9269 that is used in the definition.
9270 (read_key_sequence, keyremap_step):
9271 Change bufsize argument back to int, undoing my 2011-03-30 change.
9272 We prefer signed types, and int is wide enough here.
9273 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
9274 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
9275 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
9276 length, not size_t. Use ptrdiff_t for index, not int.
9277 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
9278 possibility of integer overflow.
9279
9280 Overflow, signedness and related fixes for images.
9281
9282 * dispextern.h (struct it.stack[0].u.image.image_id)
9283 (struct_it.image_id, struct image.id, struct image_cache.size)
9284 (struct image_cache.used, struct image_cache.ref_count):
9285 * gtkutil.c (update_frame_tool_bar):
9286 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
9287 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
9288 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
9289 * nsmenu.m (update_frame_tool_bar):
9290 * xdisp.c (calc_pixel_width_or_height):
9291 * xfns.c (image_cache_refcount):
9292 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
9293 on typical 64-bit hosts.
9294
9295 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
9296 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
9297 Omit unnecessary casts to int.
9298 (parse_image_spec): Check that integers fall into 'int' range
9299 when the callers expect that.
9300 (image_ascent): Redo ascent calculation to avoid int overflow.
9301 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
9302 (lookup_image): Remove unnecessary tests.
9303 (xbm_image_p): Locals are now of int, not EMACS_INT,
9304 since parse_image_check makes sure they fit into int.
9305 (png_load, gif_load, svg_load_image):
9306 Prefer int to unsigned where either will do.
9307 (tiff_handler): New function, combining the cores of the
9308 old tiff_error_handler and tiff_warning_handler.
9309 This function is rewritten to use vsnprintf and thereby avoid
9310 stack buffer overflows. It uses only the features of vsnprintf
9311 that are common to both POSIX and native Microsoft.
9312 (tiff_error_handler, tiff_warning_handler): Use it.
9313 (tiff_load, gif_load, imagemagick_load_image):
9314 Don't assume :index value fits in 'int'.
9315 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
9316 (imagemagick_load_image): Check that crop parameters fit into
9317 the integer types that MagickCropImage accepts. Don't assume
9318 Vimagemagick_render_type has a nonnegative value. Don't assume
9319 size_t fits in 'long'.
9320 (gs_load): Use printmax_t to print the widest integers possible.
9321 Check for integer overflow when computing image height and width.
9322
9323 2011-08-26 Eli Zaretskii <eliz@gnu.org>
9324
9325 * xdisp.c (redisplay_window): Don't force window start if point
9326 will be invisible in the resulting window. (Bug#9324)
9327
9328 2011-08-25 Eli Zaretskii <eliz@gnu.org>
9329
9330 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
9331 the display spec is of the form `(space ...)'.
9332 (handle_display_spec): Return the value returned by
9333 handle_single_display_spec, not just 1 or zero.
9334 (handle_single_display_spec): If the display spec is of the form
9335 `(space ...)', and specifies display in the text area, return 2
9336 rather than 1.
9337 (try_cursor_movement): Check for the need to scroll more
9338 accurately, and prefer exact match for point under bidi.
9339 Don't advance `row' beyond the last row of the window.
9340
9341 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
9342 into disp_prop; all users changed.
9343
9344 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
9345 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
9346 for the text covered by the display property.
9347
9348 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
9351 Change return value to nil.
9352 (Frecord_buffer): Delete unused function.
9353
9354 2011-08-24 Eli Zaretskii <eliz@gnu.org>
9355
9356 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
9357 buffers, return left-to-right.
9358 (set_cursor_from_row): Consider candidate row a win if its glyph
9359 represents a newline and point is on that newline. Fixes cursor
9360 positioning on the newline at EOL of R2L text within L2R
9361 paragraph, and vice versa.
9362 (try_cursor_movement): Check continued rows, in addition to
9363 continuation rows. Fixes unwarranted scroll when point enters a
9364 continued line of R2L text within an L2R paragraph, or vice versa.
9365 (cursor_row_p): Consider the case of point being equal to
9366 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
9367 from the end of a short line to the beginning of a continued line
9368 of R2L text within L2R paragraph.
9369 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
9370 composed characters.
9371
9372 * bidi.c (bidi_check_type): Use xassert.
9373 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
9374 members.
9375
9376 2011-08-23 Eli Zaretskii <eliz@gnu.org>
9377
9378 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
9379 a character.
9380
9381 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * nsfont.m (ns_otf_to_script): Fix typo.
9384
9385 2011-08-22 Kenichi Handa <handa@m17n.org>
9386
9387 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
9388 extra slot even if the purpose is char-code-property-table.
9389
9390 2011-08-23 Eli Zaretskii <eliz@gnu.org>
9391
9392 * xdisp.c (redisplay_window): When computing centering_position,
9393 account for the height of the header line. (Bug#8874)
9394
9395 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
9396 instead of CHAR_TO_BYTE. Fixes a crash when a completion
9397 candidate is selected by the mouse, and that candidate has a
9398 composed character under the mouse.
9399
9400 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
9401 coordinates reported by pos-visible-in-window-p for a composed
9402 character in column zero.
9403
9404 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
9407
9408 2011-08-22 Eli Zaretskii <eliz@gnu.org>
9409
9410 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
9411 consider it a hit if to_charpos is anywhere in the range of the
9412 composed buffer positions.
9413
9414 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * image.c (gif_load): Don't assume that each subimage has the same
9417 dimensions as the base image. Handle disposal method that is
9418 "undefined" by the gif spec (Bug#9335).
9419
9420 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
9423 (Fcondition_case): Document `debug' symbol in error handler.
9424
9425 2011-08-19 Eli Zaretskii <eliz@gnu.org>
9426
9427 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
9428 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
9429 from an Org mode buffer to a Speedbar frame.
9430
9431 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
9432 a composition, take its buffer position from IT->cmp_it.charpos.
9433 Fixes cursor positioning at the beginning of a line that begins
9434 with a composed character.
9435
9436 2011-08-18 Eli Zaretskii <eliz@gnu.org>
9437
9438 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
9439 character bidirectional type, use STRONG_L instead. Fixes crashes
9440 in a buffer produced by `describe-categories'.
9441
9442 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
9443 members before the level stack, so they would be saved and
9444 restored when copying iterator state. Fixes incorrect reordering
9445 around TABs covered by display properties.
9446
9447 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
9448
9449 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
9450
9451 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
9452
9453 * eval.c (internal_condition_case, internal_condition_case_1)
9454 (internal_condition_case_2, internal_condition_case_n):
9455 Remove unnecessary aborts (Bug#9081).
9456
9457 2011-08-17 Eli Zaretskii <eliz@gnu.org>
9458
9459 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
9460 has no `load' handler, try opening the file locally. (Bug#9311)
9461
9462 2011-08-16 Ken Brown <kbrown@cornell.edu>
9463
9464 * gmalloc.c: Expand comment.
9465
9466 2011-08-16 Eli Zaretskii <eliz@gnu.org>
9467
9468 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
9469 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
9470
9471 2011-08-16 Ken Brown <kbrown@cornell.edu>
9472
9473 Fix memory allocation problems in Cygwin build (Bug#9273).
9474
9475 * unexcw.c ( __malloc_initialized): Declare external variable.
9476 (fixup_executable): Force the dumped emacs to reinitialize malloc.
9477
9478 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
9479 New variables.
9480 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
9481 dumped emacs.
9482 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
9483 in the static heap.
9484 [CYGWIN] (special_realloc): New function.
9485 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
9486 requests to realloc storage in the static heap.
9487
9488 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
9489
9490 * bidi.c (bidi_initialize): Remove unused local.
9491
9492 2011-08-15 Eli Zaretskii <eliz@gnu.org>
9493
9494 * bidimirror.h:
9495 * biditype.h: Remove file.
9496 * makefile.w32-in ($(BLD)/bidi.$(O)):
9497 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
9498
9499 * dispextern.h: Fix a typo in the comment to bidi_type_t.
9500
9501 * chartab.c: Improve commentary for the uniprop_table API.
9502
9503 * bidi.c (bidi_paragraph_init): Support zero value of
9504 bidi_ignore_explicit_marks_for_paragraph_level.
9505 (bidi_initialize): Use uniprop_table instead of including
9506 biditype.h and bidimirror.h.
9507
9508 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
9509 coordinates of the iterator when restoring from ppos_it.
9510 (Bug#9296)
9511
9512 2011-08-14 Kenichi Handa <handa@m17n.org>
9513
9514 * process.c (create_process): Call setup_process_coding_systems
9515 after the pid of the process is set to -1 (Bug#8162).
9516
9517 2011-08-14 Eli Zaretskii <eliz@gnu.org>
9518
9519 * xdisp.c (move_it_in_display_line_to): Don't invoke
9520 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
9521 ppos_it. Fixes vertical cursor motion when line beginning is
9522 covered by an image. (Bug#9296)
9523
9524 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
9525
9526 * nsterm.h (ns_run_ascript): Declare.
9527 (NSAPP_DATA2_RUNASSCRIPT): Define.
9528
9529 * nsfns.m (as_script, as_result, as_status): New static variables.
9530 (ns_run_ascript): New function.
9531 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
9532 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
9533 the event loop. Get status from as_status (Bug#7276).
9534
9535 * nsterm.m (sendEvent): If event is NSApplicationDefined and
9536 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
9537 the event loop (Bug#7276).
9538
9539 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
9540
9541 * gnutls.c (QCgnutls_bootprop_priority)
9542 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
9543 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
9544 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
9545 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
9546 (QCgnutls_bootprop_verify_hostname_error)
9547 (QCgnutls_bootprop_callbacks_verify): Rename from
9548 Qgnutls_bootprop_..., all uses changed.
9549
9550 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
9551 uses changed.
9552
9553 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
9554
9555 * xfaces.c (Qframe_set_background_mode): Now static.
9556 * dispextern.h (Qframe_set_background_mode): Remove decl.
9557
9558 * process.c (Fnetwork_interface_info): Declare local only if needed.
9559
9560 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
9561
9562 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
9563 (Fnetwork_interface_list): Allocate in increments of bytes instead
9564 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
9565 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
9566 sockaddr.
9567 (struct ifflag_def): notrailers is smart on OSX.
9568 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
9569 Get hardware address with getifaddrs if available.
9570
9571 2011-08-12 Eli Zaretskii <eliz@gnu.org>
9572
9573 * xdisp.c (iterate_out_of_display_property): xassert that
9574 IT->position is set to within IT->object's boundaries. Break from
9575 the loop as soon as EOB is reached; avoids infloops in redisplay
9576 when IT->position is set up wrongly due to some bug.
9577 Set IT->current to match the bidi iterator unconditionally.
9578 (push_display_prop): Allow GET_FROM_STRING as IT->method on
9579 entry. Force push_it to save on the stack the current
9580 buffer/string position, to be restored by pop_it. Fix flags in
9581 the iterator structure wrt the object coming from a display
9582 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
9583 properties. (Bug#9284)
9584
9585 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
9586
9587 * fontset.c (fontset_get_font_group): Add proper type checks.
9588 (Bug#9172)
9589
9590 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9591
9592 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
9593 and LC_VERSION_MIN_MACOSX.
9594 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
9595 (dump_it) [LC_FUNCTION_STARTS]: Use it.
9596
9597 2011-08-08 Eli Zaretskii <eliz@gnu.org>
9598
9599 * xdisp.c (forward_to_next_line_start): Allow to use the
9600 no-display-properties-and-no-overlays under bidi display.
9601 Set disp_pos in the bidi iterator to avoid searches for display
9602 properties and overlays.
9603
9604 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
9605
9606 * editfns.c (Fset_time_zone_rule): Document relationship with the
9607 setenv function.
9608
9609 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
9610 the font entity extracted from the cache (Bug#8109).
9611
9612 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * composite.c (autocmp_chars): Don't reset point. That is done by
9615 restore_point_unwind (Bug#5984).
9616
9617 2011-08-07 Juri Linkov <juri@jurta.org>
9618
9619 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
9620 to show the arg `TIME' instead of `TIMEVAL'.
9621
9622 2011-08-06 Eli Zaretskii <eliz@gnu.org>
9623
9624 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
9625 display property strides EOL and includes a newline, as in
9626 longlines-mode. (Bug#9254)
9627 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
9628 word-wrap under bidirectional display. (Bug#9224)
9629
9630 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
9631 is non-zero, even if the data buffer is NULL. Fixes a crash in
9632 vertical-motion with longlines-mode. (Bug#9254)
9633
9634 2011-08-05 Eli Zaretskii <eliz@gnu.org>
9635
9636 * bidi.c <bidi_cache_total_alloc>: Now static.
9637 (bidi_initialize): Initialize bidi_cache_total_alloc.
9638
9639 * xdisp.c (display_line): Release buffer allocated for shelved bidi
9640 cache. (Bug#9221)
9641
9642 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
9643 amount allocated this far in `bidi_cache_total_alloc'.
9644 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
9645 non-zero, only free the data buffer without restoring the cache
9646 contents. All callers changed.
9647
9648 * dispextern.h (bidi_unshelve_cache): Update prototype.
9649
9650 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
9651 (move_it_in_display_line, move_it_to)
9652 (move_it_vertically_backward, move_it_by_lines): Replace the call
9653 to xfree to an equivalent call to bidi_unshelve_cache.
9654 (move_it_in_display_line_to): Fix logic of returning
9655 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
9656
9657 2011-08-05 Eli Zaretskii <eliz@gnu.org>
9658
9659 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
9660 came from a string character with a `cursor' property. (Bug#9229)
9661
9662 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
9663
9664 * Makefile.in (LIB_PTHREAD): New variable.
9665 (LIBES): Add LIB_PTHREAD (Bug#9216).
9666
9667 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
9668 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
9669
9670 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
9671
9672 * regex.c (re_iswctype): Remove some redundant boolean conversions.
9673
9674 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
9675
9676 * xterm.c (x_find_topmost_parent): New function.
9677 (x_set_frame_alpha): Find topmost parent window with
9678 x_find_topmost_parent and set the property there also (bug#9181).
9679 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
9680
9681 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
9682
9683 * callproc.c (Fcall_process): Avoid vfork clobbering
9684 the local vars buffer, coding_systems, current_dir.
9685
9686 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * keymap.c (Fmake_composed_keymap): Move to subr.el.
9689
9690 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
9691
9692 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
9693 so that it is not optimized away.
9694
9695 * xdisp.c (compute_display_string_pos): Remove unused local.
9696
9697 2011-08-02 Eli Zaretskii <eliz@gnu.org>
9698
9699 Fix slow cursor motion and scrolling in large buffers with
9700 selective display, like Org Mode buffers. (Bug#9218)
9701
9702 * dispextern.h (struct bidi_it): New member disp_prop_p.
9703
9704 * xdisp.c: Remove one-slot cache of display string positions.
9705 (compute_display_string_pos): Accept an additional argument
9706 DISP_PROP_P; callers changed. Scan at most 5K characters forward
9707 for a display string or property. If found, set DISP_PROP_P
9708 non-zero.
9709
9710 * bidi.c (bidi_fetch_char): Accept an additional argument
9711 DISP_PROP_P, and pass it to compute_display_string_pos.
9712 Only handle text covered by a display string if DISP_PROP_P is returned
9713 non-zero. All callers of bidi_fetch_char changed.
9714
9715 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
9718
9719 2010-12-03 Don March <don@ohspite.net>
9720
9721 * keymap.c (Fdefine_key): Fix non-prefix key error message when
9722 last character M-[char] is translated to ESC [char] (bug#7541).
9723
9724 2011-08-02 Kenichi Handa <handa@m17n.org>
9725
9726 * lisp.h (uniprop_table): Extern it.
9727
9728 * chartab.c (uniprop_table): Make it non-static.
9729
9730 2011-08-01 Eli Zaretskii <eliz@gnu.org>
9731
9732 * xdisp.c (forward_to_next_line_start): Accept additional argument
9733 BIDI_IT_PREV, and store into it the state of the bidi iterator had
9734 on the newline.
9735 (reseat_at_next_visible_line_start): Use the bidi iterator state
9736 returned by forward_to_next_line_start to restore the state of
9737 it->bidi_it after backing up to previous newline. (Bug#9212)
9738
9739 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
9740
9741 * regex.c (re_comp): Protoize.
9742 (re_exec): Fix return type.
9743 (regexec): Fix type of `ret'. (Bug#9203)
9744
9745 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9746
9747 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
9748 This is needed if max-image-size is a floating-point number.
9749
9750 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
9751
9752 * print.c (print_object): Print empty symbol as ##.
9753
9754 * lread.c (read1): Read ## as empty symbol.
9755
9756 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
9757
9758 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
9759 setting frame foreground color (Bug#9175).
9760 (x_set_background_color): Likewise.
9761
9762 * nsmenu.m (-setText): Size tooltip dimensions precisely to
9763 contents (Bug#9176).
9764 (EmacsTooltip -init): Remove bezels and add shadows to
9765 tooltip windows.
9766
9767 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
9768 or scroll bar (Bug#8470).
9769
9770 * nsfont.m (nsfont_open): Remove assignment to voffset and
9771 unnecessary vars hshink, expand, hd, full_height, min_height.
9772 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
9773
9774 * nsterm.h (nsfont_info): Remove voffset field.
9775
9776 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
9777
9778 Implement strike-through and overline on NextStep (Bug#8863).
9779
9780 * nsfont.m (nsfont_open): Use underline position provided by font,
9781 instead of hard-coded value of 2.
9782 (nsfont_draw): Call ns_draw_text_decoration instead.
9783
9784 * nsterm.h: Add declaration for ns_draw_text_decoration.
9785
9786 * nsterm.m (ns_draw_text_decoration): New function for drawing
9787 underline, overline, and strike-through.
9788 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
9789 ns_draw_text_decoration. Change treatment of cursor drawing to
9790 accommodate underlining, etc.
9791
9792 2011-07-28 Eli Zaretskii <eliz@gnu.org>
9793
9794 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
9795 default.
9796
9797 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9798
9799 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
9800 Without this fix, if a signal arrives just after memory fills up,
9801 'malloc' might be invoked reentrantly.
9802
9803 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
9804 In other words, assume that every image size is allowed, on non-X
9805 hosts. This assumption is probably wrong, but it lets Emacs compile.
9806
9807 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
9808
9809 * regex.c (re_iswctype): Convert return values to boolean.
9810
9811 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
9812
9813 * xdisp.c (compute_display_string_pos): Don't use cached display
9814 string position if the buffer had its restriction changed.
9815 (Bug#9184)
9816
9817 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9818
9819 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
9820
9821 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9822
9823 Integer signedness and overflow and related fixes. (Bug#9079)
9824
9825 * bidi.c: Integer size and overflow fixes.
9826 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
9827 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
9828 (bidi_cache_find_level_change, bidi_cache_ensure_space)
9829 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
9830 (bidi_find_other_level_edge):
9831 Use ptrdiff_t instead of EMACS_INT where either will do.
9832 This works better on 32-bit hosts configured --with-wide-int.
9833 (bidi_cache_ensure_space): Check for size-calculation overflow.
9834 Use % rather than repeated addition, for better worst-case speed.
9835 Don't set bidi_cache_size until after xrealloc returns, because it
9836 might not return.
9837 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
9838 (bidi_cache_ensure_space): Also check that the bidi cache size
9839 does not exceed that of the largest Lisp string or buffer. See Eli
9840 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
9841
9842 * alloc.c (__malloc_size_t): Remove.
9843 All uses replaced by size_t. See Andreas Schwab's note
9844 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
9845
9846 * image.c: Improve checking for integer overflow.
9847 (check_image_size): Assume that f is nonnull, since
9848 it is always nonnull in practice. This is one less thing to
9849 worry about when checking for integer overflow later.
9850 (x_check_image_size): New function, which checks for integer
9851 overflow issues inside X.
9852 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
9853 This removes the need for a memory_full check.
9854 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
9855 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
9856 (xbm_read_bitmap_data): Change locals back to 'int', since
9857 their values must fit in 'int'.
9858 (xpm_load_image, png_load, tiff_load):
9859 Invoke x_create_x_image_and_pixmap earlier,
9860 to avoid much needless work if the image is too large.
9861 (tiff_load): Treat overly large images as if
9862 x_create_x_image_and_pixmap failed, not as malloc failures.
9863 (gs_load): Use x_check_image_size.
9864
9865 * gtkutil.c: Omit integer casts.
9866 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
9867 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
9868
9869 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
9870
9871 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
9872 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
9873 would wrongly return t on a 64-bit host.
9874
9875 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
9876 The plain *_OVERFLOW macros run afoul of GCC bug 49705
9877 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
9878 and therefore cause GCC to emit a bogus diagnostic in some cases.
9879
9880 * image.c: Integer signedness and overflow and related fixes.
9881 This is not an exhaustive set of fixes, but it's time to
9882 record what I've got.
9883 (lookup_pixel_color, check_image_size): Remove redundant decls.
9884 (check_image_size): Don't assume that arbitrary EMACS_INT values
9885 fit in 'int', or that arbitrary 'double' values fit in 'int'.
9886 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
9887 (tiff_load, imagemagick_load_image):
9888 Check for overflow in size calculations.
9889 (x_create_x_image_and_pixmap): Remove unnecessary test for
9890 xmalloc returning NULL; that can't happen.
9891 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
9892 (xpm_color_bucket): Use better integer hashing function.
9893 (xpm_cache_color): Don't possibly over-allocate memory.
9894 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
9895 (gif_memory_source):
9896 Use ptrdiff_t, not int or size_t, to record sizes.
9897 (png_load): Don't assume values greater than 2**31 fit in 'int'.
9898 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
9899 either works, as we prefer signed integers.
9900 (tiff_read_from_memory, tiff_write_from_memory):
9901 Return tsize_t, not size_t, since that's what the TIFF API wants.
9902 (tiff_read_from_memory): Don't fail simply because the read would
9903 go past EOF; instead, return a short read.
9904 (tiff_load): Omit no-longer-needed casts.
9905 (Fimagemagick_types): Don't assume size fits into 'int'.
9906
9907 Improve hashing quality when configured --with-wide-int.
9908 * fns.c (hash_string): New function, taken from sxhash_string.
9909 Do not discard information about ASCII character case; this
9910 discarding is no longer needed.
9911 (sxhash-string): Use it. Change sig to match it. Caller changed.
9912 * lisp.h: Declare it.
9913 * lread.c (hash_string): Remove, since we now use fns.c's version.
9914 The fns.c version returns a wider integer if --with-wide-int is
9915 specified, so this should help the quality of the hashing a bit.
9916
9917 * emacs.c: Integer overflow minor fix.
9918 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
9919 Define only if GNU_LINUX.
9920 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
9921
9922 * dispnew.c: Integer signedness and overflow fixes.
9923 Remove unnecessary forward decls, that were a maintenance hassle.
9924 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
9925 All uses changed.
9926 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
9927 (scrolling_window): Use ptrdiff_t, not int, for byte count.
9928 (prepare_desired_row, line_draw_cost):
9929 Use int, not unsigned, where either works.
9930 (save_current_matrix, restore_current_matrix):
9931 Use ptrdiff_t, not size_t, where either works.
9932 (init_display): Check for overflow more accurately, and without
9933 relying on undefined behavior.
9934
9935 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
9936 Remove, replacing with the new symbols in lisp.h. All uses changed.
9937 * fileio.c (make_temp_name):
9938 * filelock.c (lock_file_1, lock_file):
9939 * xdisp.c (message_dolog):
9940 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
9941 Use pMd etc. instead.
9942 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
9943 replacing the pWIDE etc. symbols removed from editfns.c.
9944
9945 * keyboard.h (num_input_events): Now uintmax_t.
9946 This is (very slightly) less likely to mess up due to wraparound.
9947 All uses changed.
9948
9949 * buffer.c: Integer signedness fixes.
9950 (alloc_buffer_text, enlarge_buffer_text):
9951 Use ptrdiff_t rather than size_t when either will do, as we prefer
9952 signed integers.
9953
9954 * alloc.c: Integer signedness and overflow fixes.
9955 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
9956 (__malloc_size_t): Default to size_t, not to int.
9957 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
9958 (Fgarbage_collect, mark_object_loop_halt, mark_object):
9959 Prefer ptrdiff_t to size_t when either would do, as we prefer
9960 signed integers.
9961 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
9962 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
9963 Now const. Initialize with values that are in range even if char
9964 is signed.
9965 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
9966 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
9967 These functions do the right thing with sizes > 2**32.
9968 (check_depth): Now ptrdiff_t, not int.
9969 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9970 Adjust to new way of storing sizes. Check for size overflow bugs
9971 in rest of code.
9972 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
9973 slightly wrong anyway, as it missed one instance of
9974 XMALLOC_OVERRUN_CHECK_OVERHEAD.
9975 (refill_memory_reserve): Omit needless cast to size_t.
9976 (mark_object_loop_halt): Mark as externally visible.
9977
9978 * xselect.c: Integer signedness and overflow fixes.
9979 (Fx_register_dnd_atom, x_handle_dnd_message):
9980 Use ptrdiff_t, not size_t, since we prefer signed.
9981 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
9982 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
9983 x_dnd_atoms_size and x_dnd_atoms_length.
9984
9985 * doprnt.c: Prefer signed to unsigned when either works.
9986 * eval.c (verror):
9987 * doprnt.c (doprnt):
9988 * lisp.h (doprnt):
9989 * xdisp.c (vmessage):
9990 Use ptrdiff_t, not size_t, when using or implementing doprnt,
9991 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
9992 prefer signed arithmetic to avoid comparison confusion.
9993 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
9994 but is a bit tricky.
9995
9996 Assume freestanding C89 headers, string.h, stdlib.h.
9997 * data.c, doprnt.c, floatfns.c, print.c:
9998 Include float.h unconditionally.
9999 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
10000 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
10001 * regex.c: Likewise for stddef.h, string.h.
10002 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
10003 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
10004 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
10005 (STDC_HEADERS): Remove obsolete defines.
10006 * sysdep.c: Include limits.h unconditionally.
10007
10008 Assume support for memcmp, memcpy, memmove, memset.
10009 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
10010 * regex.c (memcmp, memcpy):
10011 Remove; we assume C89 now.
10012
10013 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
10014 (__malloc_safe_bcopy): Remove; no longer needed.
10015
10016 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
10017 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
10018 well either way, and we prefer signed to unsigned.
10019
10020 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10021
10022 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
10023 closes the connection while we're reading (bug#9182).
10024
10025 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
10026
10027 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
10028 are specified (Bug#9168).
10029
10030 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
10031
10032 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
10033 Found by GCC static checking and --with-wide-int on a 32-bit host.
10034
10035 2011-07-25 Eli Zaretskii <eliz@gnu.org>
10036
10037 * xdisp.c (compute_display_string_pos): Fix logic of caching
10038 previous display string position. Initialize cached_prev_pos to
10039 -1. Fixes slow-down at the beginning of a buffer.
10040
10041 2011-07-24 Eli Zaretskii <eliz@gnu.org>
10042
10043 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
10044 for attrs[LFACE_FONTSET_INDEX].
10045
10046 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
10047
10048 * xml.c (parse_region): Remove unused local
10049 that was recently introduced.
10050
10051 2011-07-23 Eli Zaretskii <eliz@gnu.org>
10052
10053 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
10054 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
10055
10056 * xdisp.c (move_it_in_display_line_to): Record the best matching
10057 position for TO_CHARPOS while scanning the line, and restore it on
10058 exit if none of the characters scanned was an exact match.
10059 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
10060 when exact match is impossible due to invisible text, and the
10061 lines are truncated.
10062
10063 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
10064
10065 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
10066 for OSX >= 10.7.
10067
10068 2011-07-22 Eli Zaretskii <eliz@gnu.org>
10069
10070 Fix a significant slow-down of cursor motion with C-n, C-p,
10071 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
10072 auto-repeat under bidi redisplay in fontified buffers.
10073 * xdisp.c (compute_stop_pos_backwards): New function.
10074 (next_element_from_buffer): Call compute_stop_pos_backwards to
10075 find a suitable prev_stop when we find ourselves before
10076 base_level_stop.
10077 (reseat): Don't look for prev_stop, as that could mean a very long
10078 run.
10079 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
10080 <cached_disp_overlay_modiff>: Cache for last found display string
10081 position.
10082 (compute_display_string_pos): Return the cached position if asked
10083 about the same buffer in the same area of character positions, and
10084 the buffer wasn't changed since the time the display string
10085 position was cached.
10086
10087 2011-07-22 Eli Zaretskii <eliz@gnu.org>
10088
10089 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
10090 is an integer, which is important for empty lines. (Bug#9149)
10091
10092 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * frame.c (Fmodify_frame_parameters): In tty case, update the
10095 default face if necessary (Bug#4238).
10096
10097 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * editfns.c (Fstring_to_char): No need to explain what a character
10100 is in the docstring (Bug#6576).
10101
10102 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10103
10104 * xml.c (parse_region): Make sure we always return a tree.
10105
10106 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
10107
10108 * xml.c (parse_region): If a document contains only comments,
10109 return that, too.
10110
10111 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10112
10113 * xml.c (make_dom): Return comments, too.
10114
10115 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
10116
10117 Port to OpenBSD.
10118 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
10119 and the surrounding thread.
10120 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
10121 rather than fgets, and retry after EINTR. Otherwise, 'emacs
10122 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
10123 timer goes off.
10124 * s/openbsd.h (BROKEN_SIGIO): Define.
10125 * unexelf.c (unexec) [__OpenBSD__]:
10126 Don't update the .mdebug section of the Alpha COFF symbol table.
10127
10128 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10129
10130 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
10131 (bug#8460).
10132
10133 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
10134
10135 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
10136 This fixes some race conditions on the permissions of any newly
10137 created file.
10138
10139 * alloc.c (valid_pointer_p): Use pipe, not open.
10140 This fixes some permissions issues when debugging.
10141
10142 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
10143 If fchown fails to set both uid and gid, try to set just gid,
10144 as that is sometimes allowed. Adjust the file's mode to eliminate
10145 setuid or setgid bits that are inappropriate if fchown fails.
10146
10147 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
10150 to compare Lisp_Objects.
10151 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
10152 global_gnutls_log_level, don't mistake it for a Lisp_Object.
10153 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
10154
10155 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
10156
10157 * lread.c (read_integer): Unread even EOF character.
10158 (read1): Likewise. Properly record start position of symbol.
10159
10160 * lread.c (read1): Read `#:' as empty uninterned symbol if no
10161 symbol character follows.
10162
10163 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
10164
10165 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
10166 This works around a problem with the previous change to Fcopy_file.
10167 Recent glibc declares fchown with __attribute__((warn_unused_result)),
10168 and without this change, GCC might complain about discarding
10169 fchown's return value.
10170
10171 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
10172
10173 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
10174
10175 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
10176
10177 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
10178
10179 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10180
10181 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
10182 it's used from the C level.
10183
10184 * process.c: Use the same condition for POLL_FOR_INPUT in both
10185 keyboard.c and process.c (bug#1858).
10186
10187 2011-07-09 Lawrence Mitchell <wence@gmx.li>
10188
10189 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
10190 (Fgnutls_boot): Use it.
10191
10192 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
10193
10194 * doc.c (Fsubstitute_command_keys): Revert last change.
10195
10196 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10197
10198 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
10199 quotes the next character, and doesn't affect other longer
10200 sequences (bug#8935).
10201
10202 * lread.c (syms_of_lread): Clarify that is isn't only
10203 `eval-buffer' and `eval-defun' that's affected by
10204 `lexical-binding' (bug#8460).
10205
10206 2011-07-15 Eli Zaretskii <eliz@gnu.org>
10207
10208 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
10209 bidi redisplay when a line includes both an image and is truncated.
10210
10211 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
10212
10213 Fix minor problems found by static checking.
10214 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
10215 (elsz): Now a signed constant, not a size_t var. We prefer signed
10216 types to unsigned, to avoid integer comparison confusion. Without
10217 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
10218 "cannot optimize loop, the loop counter may overflow", a symptom
10219 of the confusion.
10220 * indent.c (Fvertical_motion): Mark locals as initialized.
10221 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
10222
10223 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10224
10225 * search.c (Fre_search_backward): Mention `case-fold-search' in
10226 all the re_search_* functions (bug#8138).
10227
10228 * keyboard.c (Fopen_dribble_file): Document when the file is
10229 closed (bug#8056).
10230
10231 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10232
10233 * bidi.c (bidi_dump_cached_states): Fix format of displaying
10234 bidi_cache_idx.
10235
10236 Support bidi reordering of display and overlay strings.
10237 * xdisp.c (compute_display_string_pos)
10238 (compute_display_string_end): Accept additional argument STRING.
10239 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
10240 (reseat_to_string): Initialize bidi_it->string.s and
10241 bidi_it->string.schars.
10242 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
10243 NULL (avoids a crash in bidi_paragraph_init).
10244 Initialize itb.string.lstring.
10245 (init_iterator): Call bidi_init_it only of a valid
10246 buffer position was specified. Initialize paragraph_embedding to
10247 L2R.
10248 (reseat_to_string): Initialize the bidi iterator.
10249 (display_string): If we need to ignore text properties of
10250 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
10251 original value of -1 will not work with bidi.)
10252 (compute_display_string_pos): First arg is now struct
10253 `text_pos *'; all callers changed. Support display properties on
10254 Lisp strings.
10255 (compute_display_string_end): Support display properties on Lisp
10256 strings.
10257 (init_iterator, reseat_1, reseat_to_string): Initialize the
10258 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
10259 when iterating on a string not from display properties).
10260 (compute_display_string_pos, compute_display_string_end):
10261 Fix calculation of the object to scan. Fixes an error when using
10262 arrow keys.
10263 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
10264 base_level_stop; instead, set base_level_stop to BEGV.
10265 Fixes crashes in vertical-motion.
10266 (next_element_from_buffer): Improve commentary for when
10267 the iterator is before prev_stop.
10268 (init_iterator): Initialize bidi_p from the default value of
10269 bidi-display-reordering, not from buffer-local value. Use the
10270 buffer-local value only if initializing for buffer iteration.
10271 (handle_invisible_prop): Support invisible properties on strings
10272 that are being bidi-reordered.
10273 (set_iterator_to_next): Support bidi reordering of C strings and
10274 Lisp strings.
10275 (next_element_from_string): Support bidi reordering of Lisp
10276 strings.
10277 (handle_stop_backwards): Support Lisp strings as well.
10278 (display_string): Support display of R2L glyph rows.
10279 Use IT_STRING_CHARPOS when displaying from a Lisp string.
10280 (init_iterator): Don't initialize it->bidi_p for strings
10281 here.
10282 (reseat_to_string): Initialize it->bidi_p for strings here.
10283 (next_element_from_string, next_element_from_c_string)
10284 (next_element_from_buffer): Add xassert's for correspondence
10285 between IT's object being iterated and it->bidi_it.string
10286 structure.
10287 (face_before_or_after_it_pos): Support bidi iteration.
10288 (next_element_from_c_string): Handle the case of the first string
10289 character that is not the first one in the visual order.
10290 (get_visually_first_element): New function, refactored from common
10291 parts of next_element_from_buffer, next_element_from_string, and
10292 next_element_from_c_string.
10293 (tool_bar_lines_needed, redisplay_tool_bar)
10294 (display_menu_bar): Force left-to-right direction. Add a FIXME
10295 comment for making that be controlled by a user option.
10296 (push_it, pop_it): Save and restore the state of the
10297 bidi iterator. Save and restore the bidi_p flag.
10298 (pop_it): Iterate out of display property for string iteration as
10299 well.
10300 (iterate_out_of_display_property): Support iteration over strings.
10301 (handle_single_display_spec): Set up it->bidi_it for iteration
10302 over a display string, and call bidi_init_it.
10303 (handle_single_display_spec, next_overlay_string)
10304 (get_overlay_strings_1, push_display_prop): Set up the bidi
10305 iterator for displaying display or overlay strings.
10306 (forward_to_next_line_start): Don't use the shortcut if
10307 bidi-iterating.
10308 (back_to_previous_visible_line_start): If handle_display_prop
10309 pushed the iterator stack, restore the internal state of the bidi
10310 iterator by calling bidi_pop_it same number of times.
10311 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
10312 and we are bidi-iterating, don't decrement the iterator position;
10313 instead, set the first_elt flag in the bidi iterator, to produce
10314 the same effect.
10315 (reseat_1): Remove redundant setting of string_from_display_prop_p.
10316 (push_display_prop): xassert that we are iterating a buffer.
10317 (push_it, pop_it): Save and restore paragraph_embedding member.
10318 (handle_single_display_spec, next_overlay_string)
10319 (get_overlay_strings_1, reseat_1, reseat_to_string)
10320 (push_display_prop): Set up the `unibyte' member of bidi_it.string
10321 correctly. Don't assume unibyte strings are not bidi-reordered.
10322 (compute_display_string_pos)
10323 (compute_display_string_end): Fix handling the case of C string.
10324 (push_it, pop_it): Save and restore from_disp_prop_p.
10325 (handle_single_display_spec, push_display_prop): Set the
10326 from_disp_prop_p flag.
10327 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
10328 (pop_it): Call iterate_out_of_display_property only if we are
10329 popping after iteration over a string that came from a display
10330 property. Fix a typo in popping stretch info. Add an assertion
10331 for verifying that the iterator position is in sync with the bidi
10332 iterator.
10333 (handle_single_display_spec, get_overlay_strings_1)
10334 (push_display_prop): Fix initialization of paragraph direction for
10335 string when that of the parent object is not yet determined.
10336 (reseat_1): Call bidi_init_it to resync the bidi
10337 iterator with IT's position. (Bug#7616)
10338 (find_row_edges): If ROW->start.pos gives position
10339 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
10340 (handle_stop, back_to_previous_visible_line_start, reseat_1):
10341 Reset the from_disp_prop_p flag.
10342 (SAVE_IT, RESTORE_IT): New macros.
10343 (pos_visible_p, face_before_or_after_it_pos)
10344 (back_to_previous_visible_line_start)
10345 (move_it_in_display_line_to, move_it_in_display_line)
10346 (move_it_to, move_it_vertically_backward, move_it_by_lines)
10347 (try_scrolling, redisplay_window, display_line): Use them when
10348 saving a temporary copy of the iterator and restoring it back.
10349 (back_to_previous_visible_line_start, reseat_1)
10350 (init_iterator): Empty the bidi cache "stack".
10351 (move_it_in_display_line_to): If iterator ended up at
10352 EOL, but we never saw any buffer positions smaller than
10353 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
10354 motion in bidi-reordered lines.
10355 (move_it_in_display_line_to): Record prev_method and prev_pos
10356 immediately before the call to set_iterator_to_next. Fixes cursor
10357 motion in bidi-reordered lines with stretch glyphs and strings
10358 displayed in margins. (Bug#8133) (Bug#8867)
10359 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
10360 TO_CHARPOS.
10361 (pos_visible_p): Support positions in bidi-reordered lines.
10362 Save and restore bidi cache.
10363
10364 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
10365 (bidi_paragraph_info): Delete unused struct.
10366 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
10367 (bidi_cache_start): New variable.
10368 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
10369 to zero.
10370 (bidi_cache_fetch_state, bidi_cache_search)
10371 (bidi_cache_find_level_change, bidi_cache_iterator_state)
10372 (bidi_cache_find, bidi_peek_at_next_level)
10373 (bidi_level_of_next_char, bidi_find_other_level_edge)
10374 (bidi_move_to_visually_next): Compare cache index with
10375 bidi_cache_start rather than with zero.
10376 (bidi_fetch_char): Accept new argument STRING; all callers
10377 changed. Support iteration over a string. Support strings with
10378 display properties. Support unibyte strings. Fix the type of
10379 `len' according to what STRING_CHAR_AND_LENGTH expects.
10380 (bidi_paragraph_init, bidi_resolve_explicit_1)
10381 (bidi_resolve_explicit, bidi_resolve_weak)
10382 (bidi_level_of_next_char, bidi_move_to_visually_next):
10383 Support iteration over a string.
10384 (bidi_set_sor_type, bidi_resolve_explicit_1)
10385 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
10386 can now be zero (for strings); special values 0 and -1 were
10387 changed to -1 and -2, respectively.
10388 (bidi_char_at_pos): New function.
10389 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
10390 Call it instead of FETCH_MULTIBYTE_CHAR.
10391 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
10392 initialized to valid values.
10393 (bidi_init_it): Don't initialize charpos and bytepos with invalid
10394 values.
10395 (bidi_level_of_next_char): Allow the sentinel "position" to pass
10396 the test for valid cached positions. Fix the logic for looking up
10397 the sentinel state in the cache. GCPRO the Lisp string we are
10398 iterating.
10399 (bidi_push_it, bidi_pop_it): New functions.
10400 (bidi_initialize): Initialize the bidi cache start stack pointer.
10401 (bidi_cache_ensure_space): New function, refactored from part of
10402 bidi_cache_iterator_state. Don't assume the required size is just
10403 one BIDI_CACHE_CHUNK away.
10404 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
10405 (bidi_count_bytes, bidi_char_at_pos): New functions.
10406 (bidi_cache_search): Don't assume bidi_cache_last_idx is
10407 always valid if bidi_cache_idx is valid.
10408 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
10409 is valid if it's going to be used.
10410 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
10411 (bidi_cache_fetch_state, bidi_cache_search)
10412 (bidi_cache_find_level_change, bidi_cache_ensure_space)
10413 (bidi_cache_iterator_state, bidi_cache_find)
10414 (bidi_find_other_level_edge, bidi_cache_start_stack):
10415 All variables related to cache indices are now EMACS_INT.
10416
10417 * dispextern.h (struct bidi_string_data): New structure.
10418 (struct bidi_it): New member `string'. Make flag members be 1-bit
10419 fields, and put them last in the struct.
10420 (compute_display_string_pos, compute_display_string_end):
10421 Update prototypes.
10422 (bidi_push_it, bidi_pop_it): Add prototypes.
10423 (struct iterator_stack_entry): New members bidi_p,
10424 paragraph_embedding, and from_disp_prop_p.
10425 (struct it): Member bidi_p is now a bit field 1 bit wide.
10426 (bidi_shelve_cache, bidi_unshelve_cache):
10427 Declare prototypes.
10428
10429 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
10430 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
10431 and vector-like objects.
10432
10433 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
10434 cache around display iteration.
10435
10436 * window.c (Fwindow_end, window_scroll_pixel_based)
10437 (displayed_window_lines, Frecenter): Save and restore the bidi
10438 cache around display iteration.
10439
10440 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10441
10442 * editfns.c (Fdelete_region): Clarify the use of the named
10443 parameters (bug#6788).
10444
10445 2011-07-14 Martin Rudalics <rudalics@gmx.at>
10446
10447 * indent.c (Fvertical_motion): Set and restore w->pointm when
10448 saving and restoring the window's buffer (Bug#9006).
10449
10450 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10451
10452 * editfns.c (Fstring_to_char): Clarify just what is returned
10453 (bug#6576). Text by Eli Zaretskii.
10454
10455 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
10458
10459 2011-07-13 Eli Zaretskii <eliz@gnu.org>
10460
10461 * buffer.c (mmap_find): Fix a typo.
10462
10463 2011-07-13 Johan Bockgård <bojohan@gnu.org>
10464
10465 Fix execution of x selection hooks.
10466 * xselect.c (Qx_lost_selection_functions)
10467 (Qx_sent_selection_functions): New vars.
10468 (syms_of_xselect): DEFSYM them.
10469 (x_handle_selection_request): Pass Qx_sent_selection_functions
10470 rather than Vx_sent_selection_functions to Frun_hook_with_args.
10471 (x_handle_selection_clear,x_clear_frame_selections):
10472 Pass Qx_lost_selection_functions rather than
10473 Vx_lost_selection_functions to Frun_hook_with_args.
10474
10475 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
10476
10477 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
10478 The old code sometimes used this field without initializing it.
10479
10480 * alloc.c (gc_sweep): Don't read past end of array.
10481 In theory, the old code could also have corrupted Emacs internals,
10482 though it'd be very unlikely.
10483
10484 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
10485
10486 * character.c (Fcharacterp): Don't advertise optional ignored
10487 argument. (Bug#4026)
10488
10489 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10490
10491 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
10492 key" (bug#4257).
10493
10494 * window.c (Fset_window_start): Doc fix (bug#4199).
10495 (Fset_window_hscroll): Ditto.
10496
10497 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
10498
10499 Fix minor new problems caught by GCC 4.6.1.
10500 * term.c (init_tty): Remove unused local.
10501 * xsettings.c (store_monospaced_changed): Define this function only
10502 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
10503 not used otherwise.
10504
10505 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10506
10507 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
10508
10509 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10510
10511 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
10512 are the mini-buffer and the echo area (bug#3320).
10513
10514 * term.c (init_tty): Remove support for supdup, c10 and perq
10515 terminals, which are no longer supported (bug#1482).
10516
10517 2011-07-10 Johan Bockgård <bojohan@gnu.org>
10518
10519 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
10520
10521 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
10522
10523 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
10524 for non-popups (Bug#3642).
10525
10526 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
10527
10528 * alloc.c (reset_malloc_hooks): Protoize.
10529 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
10530 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
10531 * cm.c (losecursor): Likewise.
10532 * data.c (fmod): Likewise.
10533 * dispnew.c (swap_glyphs_in_rows): Likewise.
10534 * emacs.c (memory_warning_signal): Likewise.
10535 * floatfns.c (float_error): Likewise.
10536 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
10537 (otf_open, font_otf_capability, generate_otf_features)
10538 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10539 Likewise.
10540 * image.c (pbm_read_file): Likewise.
10541 * indent.c (string_display_width): Likewise.
10542 * intervals.c (check_for_interval, search_for_interval)
10543 (inc_interval_count, count_intervals, root_interval)
10544 (adjust_intervals_for_insertion, make_new_interval): Likewise.
10545 * lread.c (defalias): Likewise.
10546 * ralloc.c (r_alloc_check): Likewise.
10547 * regex.c (set_image_of_range_1, set_image_of_range)
10548 (regex_grow_registers): Likewise.
10549 * sysdep.c (strerror): Likewise.
10550 * termcap.c (valid_filename_p, tprint, main): Likewise.
10551 * tparam.c (main): Likewise.
10552 * unexhp9k800.c (run_time_remap, save_data_space)
10553 (update_file_ptrs, read_header, write_header, calculate_checksum)
10554 (copy_file, copy_rest, display_header): Likewise.
10555 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
10556 Likewise.
10557 * xdisp.c (check_it): Likewise.
10558 * xfaces.c (register_color, unregister_color, unregister_colors):
10559 Likewise.
10560 * xfns.c (print_fontset_result): Likewise.
10561 * xrdb.c (member, fatal, main): Likewise.
10562
10563 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
10564
10565 Fix minor problems found by static checking (Bug#9031).
10566 * chartab.c (char_table_set_range, map_sub_char_table):
10567 Remove unused locals.
10568 (uniprop_table): Now static.
10569 * composite.c (_work_char): Remove unused static var.
10570
10571 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
10572
10573 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
10574
10575 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
10576
10577 * gtkutil.c (qttip_cb): Remove code without function.
10578
10579 2011-07-09 Eli Zaretskii <eliz@gnu.org>
10580
10581 * w32.c (pthread_sigmask): New stub.
10582
10583 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
10584
10585 Use pthread_sigmask, not sigprocmask (Bug#9010).
10586 sigprocmask is portable only for single-threaded applications, and
10587 Emacs can be multi-threaded when it uses GTK.
10588 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
10589 (LIBES): Use it.
10590 * callproc.c (Fcall_process):
10591 * process.c (create_process):
10592 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
10593 Use pthread_sigmask, not sigprocmask.
10594
10595 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10596
10597 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
10598 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
10599 wrong (Bug#8591).
10600
10601 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10602
10603 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
10604 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
10605 (xg_hide_tooltip): Fix comment.
10606
10607 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
10608 in registerServicesMenuSendTypes.
10609 (validRequestorForSendType): Don't check ns_return_types.
10610
10611 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
10612 ns_return_type.
10613
10614 2011-07-08 Jason Rumney <jasonr@gnu.org>
10615
10616 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
10617 SH_SHOW for hidden windows (Bug#5482).
10618
10619 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
10620 frame struct members of non-existent frames (Bug#6284).
10621
10622 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10623
10624 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
10625 variable firstTime not needed on OSX >= 10.6.
10626 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
10627 >= 10.5. Use setKnobProportion, setDoubleValue.
10628
10629 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
10630 (MAC_OS_X_VERSION_10_5): Define if not defined.
10631 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
10632 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
10633 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
10634
10635 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
10636 cString and lossyCString on OSX >= 10.4.
10637
10638 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
10639 sizeToFit on OSX >= 10.2.
10640
10641 * nsimage.m (allocInitFromFile): Don't use deprecated method
10642 bestRepresentationForDevice on OSX >= 10.6.
10643
10644 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
10645 to avoid warning.
10646
10647 * emacs.c: Declare unexec_init_emacs_zone.
10648
10649 * nsgui.h: Fix compiler warning about gnulib redefining verify.
10650
10651 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
10652
10653 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
10654 on svcsMenu (Bug#8842).
10655
10656 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
10657 ns_return_types.
10658 (Fns_list_services): Just return Qnil on 10.6, code not working there.
10659
10660 * nsterm.m (QUTF8_STRING): Declare.
10661 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
10662 (validRequestorForSendType): Return type is (id).
10663 Change indexOfObjectIdenticalTo to indexOfObject.
10664 Check if we have local selection before returning self (Bug#8842).
10665 (writeSelectionToPasteboard): Put local selection into paste board
10666 if we have a local selection (Bug#8842).
10667 (syms_of_nsterm): DEFSYM QUTF8_STRING.
10668
10669 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
10670 (ns_get_local_selection): Declare.
10671
10672 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10673
10674 * keymap.c (describe_map_tree): Don't insert a double newline at
10675 the end of the buffer (bug#1169) and return whether we inserted
10676 something.
10677
10678 * callint.c (Fcall_interactively): Change "reading args" to
10679 "providing args" to try to clarify what it does (bug#1010).
10680
10681 2011-07-07 Kenichi Handa <handa@m17n.org>
10682
10683 * composite.c (composition_compute_stop_pos): Ignore a static
10684 composition starting before CHARPOS (Bug#8915).
10685
10686 * xdisp.c (handle_composition_prop): Likewise.
10687
10688 2011-07-07 Eli Zaretskii <eliz@gnu.org>
10689
10690 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
10691 (Bug#9015)
10692
10693 2011-07-07 Kenichi Handa <handa@m17n.org>
10694
10695 * character.h (unicode_category_t): New enum type.
10696
10697 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
10698 (Qchar_code_property_table): New variable.
10699 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
10700 (UNIPROP_COMPRESSED_FORM_P): New macros.
10701 (char_table_ascii): Uncompress the compressed values.
10702 (sub_char_table_ref): New arg is_uniprop. Callers changed.
10703 Uncompress the compressed values.
10704 (sub_char_table_ref_and_range): Likewise.
10705 (char_table_ref_and_range): Uncompress the compressed values.
10706 (sub_char_table_set): New arg is_uniprop. Callers changed.
10707 Uncompress the compressed values.
10708 (sub_char_table_set_range): Args changed. Callers changed.
10709 (char_table_set_range): Adjuted for the above change.
10710 (map_sub_char_table): Delete args default_val and parent. Add arg
10711 top. Give decoded values to a Lisp function.
10712 (map_char_table): Adjust for the above change. Give decoded
10713 values to a Lisp function. Gcpro more variables.
10714 (uniprop_table_uncompress)
10715 (uniprop_decode_value_run_length): New functions.
10716 (uniprop_decoder, uniprop_decoder_count): New variables.
10717 (uniprop_get_decoder, uniprop_encode_value_character)
10718 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
10719 New functions.
10720 (uniprop_encoder, uniprop_encoder_count): New variables.
10721 (uniprop_get_encoder, uniprop_table)
10722 (Funicode_property_table_internal, Fget_unicode_property_internal)
10723 (Fput_unicode_property_internal): New functions.
10724 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
10725 Sunicode_property_table_internal, Sget_unicode_property_internal,
10726 and Sput_unicode_property_internal. Defvar_lisp
10727 char-code-property-alist.
10728
10729 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
10730 Vunicode_category_table.
10731
10732 * font.c (font_range): Adjust for the change of
10733 Vunicode_category_table.
10734
10735 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10736
10737 * m/iris4d.h: Remove file, move contents ...
10738 * s/irix6-5.h: ... here.
10739
10740 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
10741
10742 Remove unportable assumption about struct layout (Bug#8884).
10743 * alloc.c (mark_buffer):
10744 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
10745 (clone_per_buffer_values): Don't assume that
10746 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
10747 This isn't true in general, and it's particularly not true
10748 if Emacs is configured with --with-wide-int.
10749 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
10750 New macros, used in the buffer.c change.
10751
10752 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10753
10754 * xsettings.c: Use both GConf and GSettings if both are available.
10755 (store_config_changed_event): Add comment.
10756 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
10757 (store_tool_bar_style_changed): New functions.
10758 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
10759 (struct xsettings): Move font inside HAVE_XFT.
10760 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
10761 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
10762 Move inside HAVE_XFT.
10763 (something_changed_gsettingsCB): Rename from something_changedCB.
10764 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
10765 also.
10766 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
10767 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
10768 (something_changed_gconfCB): Rename from something_changedCB.
10769 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
10770 (parse_settings): Move check for font inside HAVE_XFT.
10771 (read_settings, apply_xft_settings): Add comment.
10772 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
10773 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
10774 call store_font_name_changed.
10775 (xft_settings_event): Add comment.
10776 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
10777 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
10778 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
10779 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
10780 (xsettings_initialize): Call init_gsettings last.
10781 (xsettings_get_system_font, xsettings_get_system_normal_font):
10782 Add comment.
10783
10784 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
10785
10786 Random fixes. E.g., (random) never returned negative values.
10787 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
10788 subseconds part to the entropy, as that's a bit more random.
10789 Prefer signed to unsigned, since the signedness doesn't matter and
10790 in general we prefer signed. When given a limit, use a
10791 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
10792 latter isn't right if USE_2_TAGS_FOR_INTS.
10793 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
10794 not 0..VALMASK. Don't discard "excess" bits that random () returns.
10795
10796 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * textprop.c (text_property_stickiness):
10799 Obey Vtext_property_default_nonsticky.
10800 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
10801 * w32fns.c (syms_of_w32fns):
10802 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
10803
10804 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10805
10806 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
10807 This is more efficient than Ffile_directory_p and avoids a minor race.
10808
10809 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10810
10811 * buffer.c (Foverlay_put): Say what the return value is
10812 (bug#7835).
10813
10814 * fileio.c (barf_or_query_if_file_exists): Check first if the file
10815 is a directory before asking whether to use the file name
10816 (bug#7564).
10817 (barf_or_query_if_file_exists): Make the "File is a directory"
10818 error be more correct.
10819
10820 * fns.c (Frequire): Remove the mention of the .gz files, since
10821 that's installation-specific, but keep the mention of
10822 `get-load-suffixes'.
10823
10824 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10825
10826 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
10827 Report string overflow if the output is too long.
10828
10829 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
10830
10831 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
10832 (syms_of_gnutls): Remove duplicate DEFSYM for
10833 Qgnutls_bootprop_verify_hostname_error, an error for
10834 Qgnutls_bootprop_verify_error (which is no longer used).
10835
10836 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
10837 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
10838 Also (re)move comments that are misplaced or no longer relevant.
10839
10840 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10841
10842 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
10843
10844 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
10845
10846 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
10847 and background color parameters if they have been changed.
10848
10849 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
10852
10853 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10854
10855 * xsettings.c (SYSTEM_FONT): Define only when used.
10856 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
10857
10858 * keymap.c (access_keymap_1): Now static.
10859
10860 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
10863 leave any prefix arg for the up event (Bug#1586).
10864
10865 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10866
10867 * lread.c (syms_of_lread): Mention single symbols defined by
10868 `defvar' or `defconst' (bug#7154).
10869
10870 * fns.c (Frequire): Mention .el.gz files (bug#7314).
10871 (Frequire): Mention get-load-suffixes.
10872
10873 2011-07-02 Martin Rudalics <rudalics@gmx.at>
10874
10875 * window.h (window): Remove clone_number slot.
10876 * window.c (Fwindow_clone_number, Fset_window_clone_number):
10877 Remove.
10878 (make_parent_window, make_window, saved_window)
10879 (Fset_window_configuration, save_window_save): Don't deal with
10880 clone numbers.
10881 * buffer.c (Qclone_number): Remove declaration.
10882 (sort_overlays, overlay_strings): Don't deal with clone numbers.
10883
10884 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 Add multiple inheritance to keymaps.
10887 * keymap.c (Fmake_composed_keymap): New function.
10888 (Fset_keymap_parent): Simplify.
10889 (fix_submap_inheritance): Remove.
10890 (access_keymap_1): New function extracted from access_keymap to handle
10891 embedded parents and handle lists of maps.
10892 (access_keymap): Use it.
10893 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
10894 (Fcopy_keymap): Handle embedded parents.
10895 (Fcommand_remapping, define_as_prefix): Simplify.
10896 (Fkey_binding): Simplify.
10897 (syms_of_keymap): Move minibuffer-local-completion-map,
10898 minibuffer-local-filename-completion-map,
10899 minibuffer-local-must-match-map, and
10900 minibuffer-local-filename-must-match-map to Elisp.
10901 (syms_of_keymap): Defsubr make-composed-keymap.
10902 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
10903 (parse_menu_item): Trivial simplification.
10904
10905 2011-07-01 Glenn Morris <rgm@gnu.org>
10906
10907 * Makefile.in (SETTINGS_LIBS): Fix typo.
10908
10909 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10910
10911 * coding.c (Fencode_coding_string): Record the last coding system
10912 used, as the function doc string says (bug#8738).
10913
10914 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
10915
10916 * xsettings.c (store_monospaced_changed): Take new font as arg and
10917 check for change against current_mono_font.
10918 (EMACS_TYPE_SETTINGS): Remove this and related defines.
10919 (emacs_settings_constructor, emacs_settings_get_property)
10920 (emacs_settings_set_property, emacs_settings_class_init)
10921 (emacs_settings_init, gsettings_obj): Remove.
10922 (something_changedCB): New function for HAVE_GSETTINGS.
10923 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
10924 with value as argument.
10925 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
10926 g_settings_new (Bug#8967). Do not create gsettings_obj.
10927 Remove calls to g_settings_bind. Connect something_changedCB to
10928 "changed".
10929
10930 * xgselect.c: Add defined (HAVE_GSETTINGS).
10931 (xgselect_initialize): Ditto.
10932
10933 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
10934 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
10935 xg_select.
10936
10937 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10938
10939 * eval.c (struct backtrace): Simplify and port the data structure.
10940 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
10941 signed bit field, as this assumption is not portable and it makes
10942 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
10943 "char debug_on_exit : 1" as this is not portable either; instead,
10944 use the portable "unsigned int debug_on_exit : 1". Remove unused
10945 member evalargs. Remove obsolete comments about cc bombing out.
10946
10947 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
10948
10949 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
10950 Let HAVE_GSETTINGS override HAVE_GCONF.
10951 (store_monospaced_changed): New function.
10952 (EMACS_SETTINGS): A new type derived from GObject to handle
10953 GSettings notifications.
10954 (emacs_settings_constructor, emacs_settings_get_property)
10955 (emacs_settings_set_property, emacs_settings_class_init):
10956 New functions.
10957 (gsettings_client, gsettings_obj): New variables.
10958 (GSETTINGS_SCHEMA): New define.
10959 (something_changedCB): Call store_monospaced_changed.
10960 (init_gsettings): New function.
10961 (xsettings_initialize): Call init_gsettings.
10962 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
10963 to NULL.
10964
10965 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
10966 GCONF_CFLAGS/LIBS.
10967
10968 2011-06-29 Martin Rudalics <rudalics@gmx.at>
10969
10970 * window.c (resize_root_window, grow_mini_window)
10971 (shrink_mini_window): Rename Qresize_root_window to
10972 Qwindow_resize_root_window and Qresize_root_window_vertically to
10973 Qwindow_resize_root_window_vertically.
10974
10975 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
10976
10977 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
10978
10979 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
10980
10981 * makefile.w32-in: Redesign dependencies so they reflect more
10982 clearly which files are directly included by each source file,
10983 and not through other includes.
10984
10985 2011-06-27 Martin Rudalics <rudalics@gmx.at>
10986
10987 * buffer.c (Qclone_number): Declare static and DEFSYM it.
10988 (sort_overlays, overlay_strings): When an overlay's clone number
10989 matches the window's clone number process the overlay even if
10990 the overlay's window property doesn't match the current window.
10991
10992 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
10993 (Fwindow_hchild): Rename to Fwindow_left_child.
10994 (Fwindow_next): Rename to Fwindow_next_sibling.
10995 (Fwindow_prev): Rename to Fwindow_prev_sibling.
10996 (resize_window_check): Rename to window_resize_check.
10997 (resize_window_apply): Rename to window_resize_apply.
10998 (Fresize_window_apply): Rename to Fwindow_resize_apply.
10999 (Fdelete_other_windows_internal, resize_frame_windows)
11000 (Fsplit_window_internal, Fdelete_window_internal)
11001 (grow_mini_window, shrink_mini_window)
11002 (Fresize_mini_window_internal): Fix callers accordingly.
11003
11004 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
11005
11006 * emacsgtkfixed.h: State that this is only used with Gtk+3.
11007 (emacs_fixed_set_min_size): Remove.
11008 (emacs_fixed_new): Take frame as argument.
11009
11010 * emacsgtkfixed.c: State that this is only used with Gtk+3.
11011 (_EmacsFixedPrivate): Remove minwidth/height.
11012 Add struct frame *f.
11013 (emacs_fixed_init): Initialize priv->f.
11014 (get_parent_class, emacs_fixed_set_min_size): Remove.
11015 (emacs_fixed_new): Set priv->f to argument.
11016 (emacs_fixed_get_preferred_width)
11017 (emacs_fixed_get_preferred_height): Use min_width/height from
11018 frames size_hint to set minimum and natural (Bug#8919).
11019 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
11020 and use min_width/height from frames size_hint to set
11021 min_width/height (Bug#8919).
11022
11023 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
11024 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
11025 Fix indentation.
11026
11027 2011-06-26 Eli Zaretskii <eliz@gnu.org>
11028
11029 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
11030 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
11031 called at ZV.
11032
11033 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * process.c (wait_reading_process_output): Bypass select if
11036 waiting for a cell while ignoring keyboard input, and input is
11037 pending. Suggested by Jan Djärv (Bug#8869).
11038
11039 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
11040
11041 Use gnulib's dup2 module instead of rolling our own.
11042 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
11043
11044 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11045
11046 * dispnew.c (scrolling_window): Before scrolling, turn off a
11047 mouse-highlight in the window being scrolled.
11048
11049 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
11050
11051 Move DEFSYM to lisp.h and use everywhere.
11052
11053 * character.h (DEFSYM): Move declaration...
11054 * lisp.h (DEFSYM): ...here.
11055
11056 * gnutls.c:
11057 * minibuf.c:
11058 * w32menu.c:
11059 * w32proc.c:
11060 * w32select.c: Don't include character.h.
11061
11062 * alloc.c (syms_of_alloc):
11063 * buffer.c (syms_of_buffer):
11064 * bytecode.c (syms_of_bytecode):
11065 * callint.c (syms_of_callint):
11066 * casefiddle.c (syms_of_casefiddle):
11067 * casetab.c (init_casetab_once):
11068 * category.c (init_category_once, syms_of_category):
11069 * ccl.c (syms_of_ccl):
11070 * cmds.c (syms_of_cmds):
11071 * composite.c (syms_of_composite):
11072 * dbusbind.c (syms_of_dbusbind):
11073 * dired.c (syms_of_dired):
11074 * dispnew.c (syms_of_display):
11075 * doc.c (syms_of_doc):
11076 * editfns.c (syms_of_editfns):
11077 * emacs.c (syms_of_emacs):
11078 * eval.c (syms_of_eval):
11079 * fileio.c (syms_of_fileio):
11080 * fns.c (syms_of_fns):
11081 * frame.c (syms_of_frame):
11082 * fringe.c (syms_of_fringe):
11083 * insdel.c (syms_of_insdel):
11084 * keymap.c (syms_of_keymap):
11085 * lread.c (init_obarray, syms_of_lread):
11086 * macros.c (syms_of_macros):
11087 * msdos.c (syms_of_msdos):
11088 * print.c (syms_of_print):
11089 * process.c (syms_of_process):
11090 * search.c (syms_of_search):
11091 * sound.c (syms_of_sound):
11092 * syntax.c (init_syntax_once, syms_of_syntax):
11093 * terminal.c (syms_of_terminal):
11094 * textprop.c (syms_of_textprop):
11095 * undo.c (syms_of_undo):
11096 * w32.c (globals_of_w32):
11097 * window.c (syms_of_window):
11098 * xdisp.c (syms_of_xdisp):
11099 * xfaces.c (syms_of_xfaces):
11100 * xfns.c (syms_of_xfns):
11101 * xmenu.c (syms_of_xmenu):
11102 * xsettings.c (syms_of_xsettings):
11103 * xterm.c (syms_of_xterm): Use DEFSYM.
11104
11105 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
11106
11107 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
11108
11109 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
11110
11111 Integer and buffer overflow fixes (Bug#8873).
11112
11113 * print.c (printchar, strout): Check for string overflow.
11114 (PRINTPREPARE, printchar, strout):
11115 Don't set size unless allocation succeeds.
11116
11117 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
11118 for sizes. Check for string overflow more accurately.
11119 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
11120
11121 * macros.c: Integer and buffer overflow fixes.
11122 * keyboard.h (struct keyboard.kbd_macro_bufsize):
11123 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
11124 Use ptrdiff_t, not int, for sizes.
11125 Don't increment bufsize until after realloc succeeds.
11126 Check for size-calculation overflow.
11127 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
11128
11129 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
11130
11131 * lread.c: Integer overflow fixes.
11132 (read_integer): Radix is now EMACS_INT, not int,
11133 to improve quality of diagnostics for out-of-range radices.
11134 Calculate buffer size correctly for out-of-range radices.
11135 (read1): Check for integer overflow in radices, and in
11136 read-circle numbers.
11137 (read_escape): Avoid int overflow.
11138 (Fload, openp, read_buffer_size, read1)
11139 (substitute_object_recurse, read_vector, read_list, map_obarray):
11140 Use ptrdiff_t, not int, for sizes.
11141 (read1): Use EMACS_INT, not int, for sizes.
11142 Check for size overflow.
11143
11144 * image.c (cache_image): Check for size arithmetic overflow.
11145
11146 * lread.c: Integer overflow issues.
11147 (saved_doc_string_size, saved_doc_string_length)
11148 (prev_saved_doc_string_size, prev_saved_doc_string_length):
11149 Now ptrdiff_t, not int.
11150 (read1): Don't assume doc string length fits in int. Check for
11151 out-of-range doc string lengths.
11152 (read_list): Don't assume file position fits in int.
11153 (read_escape): Check for hex character overflow.
11154
11155 2011-06-22 Leo Liu <sdl.web@gmail.com>
11156
11157 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
11158 Move to minibuffer.el.
11159
11160 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
11161
11162 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
11163 The following patches are for when GLYPH_DEBUG && !XASSERT.
11164 * dispextern.h (trace_redisplay_p, dump_glyph_string):
11165 * dispnew.c (flush_stdout):
11166 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
11167 Mark as externally visible.
11168 * dispnew.c (check_window_matrix_pointers): Now static.
11169 * dispnew.c (window_to_frame_vpos):
11170 * xfns.c (unwind_create_frame):
11171 * xterm.c (x_check_font): Remove unused local.
11172 * scroll.c (CHECK_BOUNDS):
11173 * xfaces.c (cache_fache): Rename local to avoid shadowing.
11174 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
11175 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
11176 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
11177 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
11178 Now static.
11179 (debug_method_add): Use va_list and vsprintf rather than relying
11180 on undefined behavior with wrong number of arguments.
11181 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
11182 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
11183 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
11184 since we're not interested in debugging glyphs with old libraries.
11185 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
11186 GCC 4.6.0's static checking.
11187
11188 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
11189
11190 Integer overflow and signedness fixes (Bug#8873).
11191 A few related buffer overrun fixes, too.
11192
11193 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
11194
11195 * dispextern.h (struct face.stipple):
11196 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11197 (x_bitmap_mask, x_allocate_bitmap_record)
11198 (x_create_bitmap_from_data, x_create_bitmap_from_file)
11199 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
11200 (x_create_bitmap_from_xpm_data):
11201 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
11202 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
11203 (.bitmaps_last):
11204 * xfaces.c (load_pixmap):
11205 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
11206 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
11207 (.bitmaps_last, struct x_output.icon_bitmap):
11208 Use ptrdiff_t, not int, for bitmap indexes.
11209 (x_allocate_bitmap_record): Check for size overflow.
11210 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
11211
11212 Use ptrdiff_t, not int, for overlay counts.
11213 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
11214 * editfns.c (overlays_around, get_pos_property):
11215 * textprop.c (get_char_property_and_overlay):
11216 * xdisp.c (next_overlay_change, note_mouse_highlight):
11217 * xfaces.c (face_at_buffer_position):
11218 * buffer.c (OVERLAY_COUNT_MAX): New macro.
11219 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
11220 (Fnext_overlay_change, Fprevious_overlay_change)
11221 (mouse_face_overlay_overlaps, Foverlays_in):
11222 Use ptrdiff_t, not int, for sizes.
11223 (overlays_at, overlays_in): Check for size-calculation overflow.
11224
11225 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
11226
11227 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
11228 (x_session_initialize): Do not assume string length fits in int.
11229
11230 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
11231 This is unlikely, but can occur if DPI is outlandish.
11232
11233 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
11234 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
11235
11236 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
11237 * xrdb.c (magic_file_p, search_magic_path):
11238 Omit last arg SUFFIX; it was always 0. All callers changed.
11239 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
11240
11241 * xfont.c (xfont_match): Avoid need for strlen.
11242
11243 * xfns.c: Don't assume strlen fits in int.
11244 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
11245
11246 * xdisp.c (message_log_check_duplicate): Return intmax_t,
11247 not unsigned long, as we prefer signed integers. All callers changed.
11248 Detect integer overflow in repeat count.
11249 (message_dolog): Don't assume print length fits in 39 bytes.
11250 (display_mode_element): Don't assume strlen fits in int.
11251
11252 * termcap.c: Don't assume sizes fit in int and never overflow.
11253 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
11254 (gobble_line): Check for size-calculation overflow.
11255
11256 * minibuf.c (Fread_buffer):
11257 * lread.c (intern, intern_c_string):
11258 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
11259 Don't assume string length fits in int.
11260
11261 * keyboard.c (parse_tool_bar_item):
11262 * gtkutil.c (style_changed_cb): Avoid need for strlen.
11263
11264 * font.c: Don't assume string length fits in int.
11265 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
11266 Use ptrdiff_t, not int.
11267 (font_intern_prop): Don't assume string length fits in int.
11268 Don't assume integer property fits in fixnum.
11269 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
11270
11271 * filelock.c: Fix some buffer overrun and integer overflow issues.
11272 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
11273 Reformulate so as not to need the command string.
11274 Invoke gzip -cd rather than gunzip, as it's more portable.
11275 (lock_info_type, lock_file_1, lock_file):
11276 Don't assume pid_t and time_t fit in unsigned long.
11277 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
11278 (current_lock_owner): Prefer signed type for sizes.
11279 Use memcpy, not strncpy, where memcpy is what is really wanted.
11280 Don't assume (via atoi) that time_t and pid_t fit in int.
11281 Check for time_t and/or pid_t out of range, e.g., via a network share.
11282 Don't alloca where an auto var works fine.
11283
11284 * fileio.c: Fix some integer overflow issues.
11285 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
11286 Don't assume string length fits in int.
11287 (directory_file_name): Don't assume string length fits in long.
11288 (make_temp_name): Don't assume pid fits in int, or that its print
11289 length is less than 20.
11290
11291 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
11292
11293 * coding.c (make_subsidiaries): Don't assume string length fits in int.
11294
11295 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
11296
11297 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
11298 We prefer signed integers, even for size calculations.
11299
11300 * emacs.c: Don't assume string length fits in 'int'.
11301 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
11302 (main): Don't invoke strlen when not needed.
11303
11304 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
11305 (XD_DEBUG_MESSAGE): Don't waste a byte.
11306
11307 * callproc.c (getenv_internal_1, getenv_internal)
11308 (Fgetenv_internal):
11309 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
11310
11311 * lread.c (invalid_syntax): Omit length argument.
11312 All uses changed. This doesn't fix a bug, but it simplifies the
11313 code away from its former Hollerith-constant appearance, and it's
11314 one less 'int' to worry about when looking at integer-overflow issues.
11315 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
11316
11317 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
11318 This didn't break anything, but it didn't help either.
11319 It's confusing to put a bogus integer in a place where the actual
11320 value does not matter.
11321 (LIST_END_P): Remove unused macro and its bogus comment.
11322 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
11323
11324 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
11325 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
11326 implementation.
11327 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
11328 We prefer signed types, and the value cannot exceed the EMACS_INT
11329 range anyway (because otherwise the length would not be representable).
11330 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
11331 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
11332 This avoids a GCC warning when WIDE_EMACS_INT.
11333
11334 * indent.c (sane_tab_width): New function.
11335 (current_column, scan_for_column, Findent_to, position_indentation)
11336 (compute_motion): Use it. This is just for clarity.
11337 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
11338
11339 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
11340
11341 * lisp.h (lint_assume): New macro.
11342 * composite.c (composition_gstring_put_cache):
11343 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
11344
11345 * editfns.c, insdel.c:
11346 Omit unnecessary forward decls, to simplify future changes.
11347
11348 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
11349
11350 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
11351
11352 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
11353 Use much-faster test for byte-length change.
11354 Don't assume string byte-length fits in 'int'.
11355 Check that character arg fits in 'int'.
11356 (mapcar1): Declare byte as byte, for clarity.
11357
11358 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
11359
11360 * fns.c (concat): Catch string overflow earlier.
11361 Do not rely on integer wraparound.
11362
11363 * dispextern.h (struct it.overlay_strings_charpos)
11364 (struct it.selective): Now EMACS_INT, not int.
11365 * xdisp.c (forward_to_next_line_start)
11366 (back_to_previous_visible_line_start)
11367 (reseat_at_next_visible_line_start, next_element_from_buffer):
11368 Don't arbitrarily truncate the value of 'selective' to int.
11369
11370 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
11371
11372 * composite.c: Don't truncate sizes to 'int'.
11373 (composition_gstring_p, composition_reseat_it)
11374 (composition_adjust_point): Use EMACS_INT, not int.
11375 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
11376 not EMACS_UINT, for indexes.
11377
11378 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
11379
11380 * buffer.c: Include <verify.h>.
11381 (struct sortvec.priority, struct sortstr.priority):
11382 Now EMACS_INT, not int.
11383 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
11384 (struct sortstr.size, record_overlay_string)
11385 (struct sortstrlist.size, struct sortlist.used):
11386 Don't truncate size to int.
11387 (record_overlay_string): Check for size-calculation overflow.
11388 (init_buffer_once): Check at compile-time, not run-time.
11389
11390 2011-06-22 Jim Meyering <meyering@redhat.com>
11391
11392 Don't leak an XBM-image-sized buffer
11393 * image.c (xbm_load): Free the image buffer after using it.
11394
11395 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
11396
11397 Port to Sun C.
11398 * composite.c (find_automatic_composition): Omit needless 'return 0;'
11399 that Sun C diagnosed.
11400 * fns.c (secure_hash): Fix pointer signedness issue.
11401 * intervals.c (static_offset_intervals): New function.
11402 (offset_intervals): Use it.
11403
11404 2011-06-21 Leo Liu <sdl.web@gmail.com>
11405
11406 * deps.mk (fns.o):
11407 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
11408 sha512.h.
11409
11410 * fns.c (secure_hash): Rename from crypto_hash_function and change
11411 the first arg to accept symbols.
11412 (Fsecure_hash): New primitive.
11413 (syms_of_fns): New symbols.
11414
11415 2011-06-20 Deniz Dogan <deniz@dogan.se>
11416
11417 * process.c (Fset_process_buffer): Clarify return value in
11418 docstring.
11419
11420 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * dispnew.c (add_window_display_history): Use BVAR.
11423
11424 * xdisp.c (debug_method_add): Use BVAR.
11425 (check_window_end, dump_glyph_matrix, dump_glyph)
11426 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
11427
11428 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
11429 Likewise.
11430
11431 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
11432 check till after the cache is created in init_frame_faces.
11433
11434 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
11437
11438 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
11439
11440 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
11441 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
11442 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
11443
11444 Improve buffer-overflow checking (Bug#8873).
11445 * fileio.c (Finsert_file_contents):
11446 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
11447 Remove the old (too-loose) buffer overflow checks.
11448 They weren't needed, since make_gap checks for buffer overflow.
11449 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
11450 The old code merely checked for Emacs fixnum overflow, and relied
11451 on undefined (wraparound) behavior. The new code avoids undefined
11452 behavior, and also checks for ptrdiff_t and/or size_t overflow.
11453
11454 * editfns.c (Finsert_char): Don't dump core with very negative counts.
11455 Tune. Don't use wider integers than needed. Don't use alloca.
11456 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
11457
11458 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
11459
11460 * insdel.c, lisp.h (buffer_overflow): New function.
11461 (insert_from_buffer_1, replace_range, replace_range_2):
11462 * insdel.c (make_gap_larger):
11463 * editfns.c (Finsert_char):
11464 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
11465
11466 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
11467
11468 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
11469
11470 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
11471
11472 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
11473 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
11474
11475 * fileio.c: Don't assume EMACS_INT fits in off_t.
11476 (emacs_lseek): New static function.
11477 (Finsert_file_contents, Fwrite_region): Use it.
11478 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
11479
11480 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
11481
11482 * fns.c: Don't overflow int when computing a list length.
11483 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
11484 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
11485 truncation on 64-bit hosts. Check for QUIT every
11486 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
11487 faster and is responsive enough.
11488 (Flength): Report an error instead of overflowing an integer.
11489 (Fsafe_length): Return a float if the value is not representable
11490 as a fixnum. This shouldn't happen except in contrived situations.
11491 (Fnthcdr, Fsort): Don't assume list length fits in int.
11492 (Fcopy_sequence): Don't assume vector length fits in int.
11493
11494 * alloc.c: Check that resized vectors' lengths fit in fixnums.
11495 (header_size, word_size): New constants.
11496 (allocate_vectorlike): Don't check size overflow here.
11497 (allocate_vector): Check it here instead, since this is the only
11498 caller of allocate_vectorlike that could cause overflow.
11499 Check that the new vector's length is representable as a fixnum.
11500
11501 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
11502 The previous code was bogus. For example, next_almost_prime (32)
11503 returned 39, which is undesirable as it is a multiple of 3; and
11504 next_almost_prime (24) returned 25, which is a multiple of 5 so
11505 why was the code bothering to check for multiples of 7?
11506
11507 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
11508
11509 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
11510
11511 Variadic C functions now count arguments with ptrdiff_t.
11512 This partly undoes my 2011-03-30 change, which replaced int with size_t.
11513 Back then I didn't know that the Emacs coding style prefers signed int.
11514 Also, in the meantime I found a few more instances where arguments
11515 were being counted with int, which may truncate counts on 64-bit
11516 machines, or EMACS_INT, which may be unnecessarily wide.
11517 * lisp.h (struct Lisp_Subr.function.aMANY)
11518 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
11519 Arg counts are now ptrdiff_t, not size_t.
11520 All variadic functions and their callers changed accordingly.
11521 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
11522 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
11523 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
11524 * callint.c (Fcall_interactively): Check arg count for overflow,
11525 to avoid potential buffer overrun. Use signed char, not 'int',
11526 for 'varies' array, so that we needn't bother to check its size
11527 calculation for overflow.
11528 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
11529 * eval.c (apply_lambda):
11530 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
11531 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
11532 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
11533
11534 * callint.c (Fcall_interactively): Don't use index var as event count.
11535
11536 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
11537 * mem-limits.h (SIZE): Remove; no longer used.
11538
11539 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
11540
11541 Remove unnecessary casts.
11542 * xterm.c (x_term_init):
11543 * xfns.c (x_set_border_pixel):
11544 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
11545 These aren't needed now that we assume ANSI C.
11546
11547 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
11548 It's more likely to cause problems (due to unsigned overflow)
11549 than to cure them.
11550
11551 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
11552
11553 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
11554
11555 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
11556
11557 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
11558
11559 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
11560
11561 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
11562
11563 GLYPH_CODE_FACE returns EMACS_INT, not int.
11564 * dispextern.h (merge_faces):
11565 * xfaces.c (merge_faces):
11566 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11567 Don't assume EMACS_INT fits in int.
11568
11569 * character.h (CHAR_VALID_P): Remove unused parameter.
11570 * fontset.c, lisp.h, xdisp.c: All uses changed.
11571
11572 * editfns.c (Ftranslate_region_internal): Omit redundant test.
11573
11574 * fns.c (concat): Minor tuning based on overflow analysis.
11575 This doesn't fix any bugs. Use int to hold character, instead
11576 of constantly refetching from Emacs object. Use XFASTINT, not
11577 XINT, for value known to be a character. Don't bother comparing
11578 a single byte to 0400, as it's always less.
11579
11580 * floatfns.c (Fexpt):
11581 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
11582
11583 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
11584 for characters.
11585
11586 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
11587
11588 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
11589 Without this fix, on a 64-bit host (aset S 0 4294967386) would
11590 incorrectly succeed when S was a string, because 4294967386 was
11591 truncated before it was used.
11592
11593 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
11594 Otherwise, an out-of-range integer could cause undefined behavior
11595 on a 64-bit host.
11596
11597 * composite.c: Use int, not EMACS_INT, for characters.
11598 (fill_gstring_body, composition_compute_stop_pos): Use int, not
11599 EMACS_INT, for values that are known to be in character range.
11600 This doesn't fix any bugs but is the usual style inside Emacs and
11601 may generate better code on 32-bit machines.
11602
11603 Make sure a 64-bit char is never passed to ENCODE_CHAR.
11604 This is for reasons similar to the recent CHAR_STRING fix.
11605 * charset.c (Fencode_char): Check that character arg is actually
11606 a character. Pass an int to ENCODE_CHAR.
11607 * charset.h (ENCODE_CHAR): Verify that the character argument is no
11608 wider than 'int', as a compile-time check to prevent future regressions
11609 in this area.
11610
11611 * character.c (char_string): Remove unnecessary casts.
11612
11613 Make sure a 64-bit char is never passed to CHAR_STRING.
11614 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
11615 by silently ignoring the top 32 bits, allowing some values
11616 that were far too large to be valid characters.
11617 * character.h: Include <verify.h>.
11618 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
11619 arguments are no wider than unsigned, as a compile-time check
11620 to prevent future regressions in this area.
11621 * data.c (Faset):
11622 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
11623 (Fsubst_char_in_region):
11624 * fns.c (concat):
11625 * xdisp.c (decode_mode_spec_coding):
11626 Adjust to CHAR_STRING's new requirement.
11627 * editfns.c (Finsert_char, Fsubst_char_in_region):
11628 * fns.c (concat): Check that character args are actually
11629 characters. Without this test, these functions did the wrong
11630 thing with wildly out-of-range values on 64-bit hosts.
11631
11632 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
11633 These casts should not be needed on 32-bit hosts, either.
11634 * keyboard.c (read_char):
11635 * lread.c (Fload): Remove casts to unsigned.
11636
11637 * lisp.h (UNSIGNED_CMP): New macro.
11638 This fixes comparison bugs on 64-bit hosts.
11639 (ASCII_CHAR_P): Use it.
11640 * casefiddle.c (casify_object):
11641 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
11642 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
11643 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
11644 * dispextern.h (FACE_FROM_ID):
11645 * keyboard.c (read_char): Use UNSIGNED_CMP.
11646
11647 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
11648 not to EMACS_INT, to avoid GCC warning.
11649
11650 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
11651
11652 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
11653 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
11654 isn't needed on 32-bit machines.
11655
11656 * buffer.c (Fgenerate_new_buffer_name):
11657 Use EMACS_INT for count, not int.
11658 (advance_to_char_boundary): Return EMACS_INT, not int.
11659
11660 * data.c (Qcompiled_function): Now static.
11661
11662 * window.c (window_body_lines): Now static.
11663
11664 * image.c (gif_load): Rename local to avoid shadowing.
11665
11666 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
11667 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
11668 * alloc.c (make_save_value): Integer argument is now of type
11669 ptrdiff_t, not int.
11670 (mark_object): Use ptrdiff_t, not int.
11671 * lisp.h (pD): New macro.
11672 * print.c (print_object): Use it.
11673
11674 * alloc.c: Use EMACS_INT, not int, to count objects.
11675 (total_conses, total_markers, total_symbols, total_vector_size)
11676 (total_free_conses, total_free_markers, total_free_symbols)
11677 (total_free_floats, total_floats, total_free_intervals)
11678 (total_intervals, total_strings, total_free_strings):
11679 Now EMACS_INT, not int. All uses changed.
11680 (Fgarbage_collect): Compute overall total using a double, so that
11681 integer overflow is less likely to be a problem. Check for overflow
11682 when converting back to an integer.
11683 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
11684 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
11685 These were 'int' variables that could overflow on 64-bit hosts;
11686 they were never used, so remove them instead of repairing them.
11687 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
11688 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
11689 Previously, this ceilinged at INT_MAX, but that doesn't work on
11690 64-bit machines.
11691 (allocate_pseudovector): Don't use EMACS_INT when int would do.
11692
11693 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
11694 (allocate_vectorlike): Check for ptrdiff_t overflow.
11695 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
11696 when a (possibly-narrower) signed value would do just as well.
11697 We prefer using signed arithmetic, to avoid comparison confusion.
11698
11699 * alloc.c: Catch some string size overflows that we were missing.
11700 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
11701 for convenience in STRING_BYTES_MAX.
11702 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
11703 The definition here is exact; the one in lisp.h was approximate.
11704 (allocate_string_data): Check for string overflow. This catches
11705 some instances we weren't catching before. Also, it catches
11706 size_t overflow on (unusual) hosts where SIZE_MAX <= min
11707 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
11708 and ptrdiff_t and EMACS_INT are both 64 bits.
11709
11710 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
11711 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
11712 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
11713
11714 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
11715
11716 * alloc.c (Fmake_string): Check for out-of-range init.
11717
11718 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
11721
11722 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
11723
11724 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
11725 xg_get_default_scrollbar_width.
11726
11727 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
11728 (int_gtk_range_get_value): Move to the scroll bar part of the file.
11729 (style_changed_cb): Call update_theme_scrollbar_width and call
11730 x_set_scroll_bar_default_width and xg_frame_set_char_size for
11731 all frames (Bug#8505).
11732 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
11733 Call gtk_window_set_resizable if HAVE_GTK3.
11734 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
11735 and height if HAVE_GTK3 (Bug#8505).
11736 (scroll_bar_width_for_theme): New variable.
11737 (update_theme_scrollbar_width): New function.
11738 (xg_get_default_scrollbar_width): Move code to
11739 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
11740 (xg_initialize): Call update_theme_scrollbar_width.
11741
11742 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
11743
11744 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
11745
11746 2011-06-12 Martin Rudalics <rudalics@gmx.at>
11747
11748 * frame.c (make_frame): Call other_buffer_safely instead of
11749 other_buffer.
11750
11751 * window.c (temp_output_buffer_show): Call display_buffer with
11752 second argument Vtemp_buffer_show_specifiers and reset latter
11753 immediately after the call.
11754 (Vtemp_buffer_show_specifiers): New variable.
11755 (auto_window_vscroll_p, next_screen_context_lines)
11756 (Vscroll_preserve_screen_position): Remove leading asterisks from
11757 doc-strings.
11758
11759 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
11760
11761 Fix minor problems found by GCC 4.6.0 static checking.
11762 * buffer.c (Qclone_number): Remove for now, as it's unused.
11763 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
11764 (record_buffer): Remove unused local.
11765 * frame.c (other_visible_frames, frame_buffer_list): Now static.
11766 (set_frame_buffer_list): Remove; unused.
11767 * frame.h (other_visible_frames): Remove decl.
11768 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
11769 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
11770 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
11771 if HAVE_GPM.
11772 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
11773 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
11774 Define only if HAVE_GPM.
11775 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
11776 (update_hints_inhibit): Remove; never set. All uses removed.
11777 * widgetprv.h (emacsFrameClassRec): Remove decl.
11778 * window.c (delete_deletable_window): Now returns void, since it
11779 wasn't returning anything.
11780 (compare_window_configurations): Remove unused locals.
11781 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
11782 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
11783 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
11784 the same widths as pointers. This follows up on the 2011-05-06 patch.
11785 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
11786 * xterm.h: Likewise.
11787 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
11788
11789 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
11790
11791 * makefile.w32-in: Update dependencies.
11792 (LISP_H): Add lib/intprops.h.
11793
11794 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
11795
11796 * image.c (gif_load): Add animation frame delay to the metadata.
11797 (syms_of_image): Use DEFSYM. New symbol `delay'.
11798
11799 2011-06-11 Martin Rudalics <rudalics@gmx.at>
11800
11801 * window.c (delete_deletable_window): Re-add.
11802 (Fset_window_configuration): Rewrite to handle dead buffers and
11803 consequently deletable windows.
11804 (window_tree, Fwindow_tree): Remove. Supply functionality in
11805 window.el.
11806 (compare_window_configurations): Simplify code.
11807
11808 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
11809
11810 * image.c (imagemagick_load_image): Fix type mismatch.
11811 (Fimagemagick_types): Likewise.
11812
11813 * window.h (replace_buffer_in_windows): Declare.
11814
11815 2011-06-11 Martin Rudalics <rudalics@gmx.at>
11816
11817 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
11818 Qclone_number. Remove external declaration of Qdelete_window.
11819 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
11820 code.
11821 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
11822 Run Qbuffer_list_update_hook if allowed.
11823 (Fother_buffer): Rewrite doc-string. Major rewrite for new
11824 buffer list implementation.
11825 (other_buffer_safely): New function.
11826 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
11827 calls to replace_buffer_in_windows and
11828 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
11829 if allowed.
11830 (record_buffer): Inhibit quitting and rewrite using quittable
11831 functions. Run Qbuffer_list_update_hook if allowed.
11832 (Frecord_buffer, Funrecord_buffer): New functions.
11833 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
11834 Move switch-to-buffer to window.el.
11835 (bury-buffer): Move to window.el.
11836 (Vbuffer_list_update_hook): New variable.
11837
11838 * lisp.h (other_buffer_safely): Add prototype in buffer.c
11839 section.
11840
11841 * window.h (resize_frame_windows): Move up in code.
11842 (Fwindow_frame): Remove EXFUN.
11843 (replace_buffer_in_all_windows): Remove prototype.
11844 (replace_buffer_in_windows_safely): Add prototype.
11845
11846 * window.c: Declare Qdelete_window static again. Move down
11847 declaration of select_count.
11848 (Fnext_window, Fprevious_window): Rewrite doc-strings.
11849 (Fother_window): Move to window.el.
11850 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
11851 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
11852 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
11853 window.el.
11854 (replace_buffer_in_windows): Implement by calling
11855 Qreplace_buffer_in_windows.
11856 (replace_buffer_in_all_windows): Remove with some functionality
11857 moved into replace_buffer_in_windows_safely.
11858 (replace_buffer_in_windows_safely): New function.
11859 (select_window_norecord, select_frame_norecord): Move in front
11860 of run_window_configuration_change_hook. Remove now obsolete
11861 declarations.
11862 (Fset_window_buffer): Rewrite doc-string.
11863 Call Qrecord_window_buffer.
11864 (keys_of_window): Move binding for other-window to window.el.
11865
11866 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
11867
11868 * dispextern.h (struct image): Replace data member, whose int_val
11869 and ptr_val fields were not used by anything, with a single
11870 lisp_val object.
11871
11872 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
11873 (gif_clear_image, gif_load, imagemagick_load_image)
11874 (gs_clear_image, gs_load): Callers changed.
11875
11876 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
11877
11878 * buffer.h: Include <time.h>, for time_t.
11879 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
11880
11881 Fix minor problems found by static checking.
11882
11883 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
11884
11885 Make identifiers static if they are not used in other modules.
11886 * data.c (Qcompiled_function, Qframe, Qvector):
11887 * image.c (QimageMagick, Qsvg):
11888 * minibuf.c (Qmetadata):
11889 * window.c (resize_window_check, resize_root_window): Now static.
11890 * window.h (resize_window_check, resize_root_window): Remove decls.
11891
11892 * window.c (window_deletion_count, delete_deletable_window):
11893 Remove; unused.
11894 (window_body_lines): Now static.
11895 (Fdelete_other_windows_internal): Mark vars as initialized.
11896 Make sure 'resize_failed' is initialized.
11897 (run_window_configuration_change_hook): Rename local to avoid shadowing.
11898 (resize_window_apply): Remove unused local.
11899 * window.h (delete_deletable_window): Remove decl.
11900
11901 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
11902 (imagemagick_load_image): Fix pointer signedness problem by changing
11903 last arg from unsigned char * to char *. All uses changed.
11904 Also, fix a local for similar reasons.
11905 Remove unused locals. Remove locals to avoid shadowing.
11906 (fn_rsvg_handle_free): Remove; unused.
11907 (svg_load, svg_load_image): Fix pointer signedness problem.
11908 (imagemagick_load_image): Don't use garbage pointer image_wand.
11909
11910 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
11911
11912 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * image.c (gif_load): Fix omitted cast error introduced by
11915 2011-06-06 change.
11916
11917 2011-06-10 Martin Rudalics <rudalics@gmx.at>
11918
11919 * window.h (resize_proportionally, orig_total_lines)
11920 (orig_top_line): Remove from window structure.
11921 (set_window_height, set_window_width, change_window_heights)
11922 (Fdelete_window): Remove prototypes.
11923 (resize_frame_windows): Remove duplicate declaration.
11924
11925 2011-06-10 Eli Zaretskii <eliz@gnu.org>
11926
11927 * window.h (resize_frame_windows, resize_window_check)
11928 (delete_deletable_window, resize_root_window)
11929 (resize_frame_windows): Declare prototypes.
11930
11931 * window.c (resize_window_apply): Make definition be "static" to
11932 match the prototype.
11933
11934 2011-06-10 Martin Rudalics <rudalics@gmx.at>
11935
11936 * window.c: Remove declarations of Qwindow_size_fixed,
11937 window_min_size_1, window_min_size_2, window_min_size,
11938 size_window, window_fixed_size_p, enlarge_window, delete_window.
11939 Remove static from declaration of Qdelete_window, it's
11940 temporarily needed by Fbury_buffer.
11941 (replace_window): Don't assign orig_top_line and
11942 orig_total_lines.
11943 (Fdelete_window, delete_window): Remove. Window deletion is
11944 handled by window.el.
11945 (window_loop): Remove DELETE_OTHER_WINDOWS case.
11946 Replace Fdelete_window calls with calls to Qdelete_window.
11947 (Fdelete_other_windows): Remove. Deleting other windows is
11948 handled by window.el.
11949 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
11950 handled in window.el.
11951 (window_min_size_2, window_min_size_1, window_min_size): Remove.
11952 Window minimum sizes are handled in window.el.
11953 (shrink_windows, size_window, set_window_height)
11954 (set_window_width, change_window_heights, window_height)
11955 (window_width, CURBEG, CURSIZE, enlarge_window)
11956 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
11957 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
11958 handled in window.el.
11959 (make_dummy_parent): Rename to make_parent_window and give it a
11960 second argument horflag.
11961 (make_window): Don't set resize_proportionally any more.
11962 (Fsplit_window): Remove. Windows are split in window.el.
11963 (save_restore_action, save_restore_orig_size)
11964 (shrink_window_lowest_first, save_restore_orig_size): Remove.
11965 Resize mini windows in window.el.
11966 (grow_mini_window, shrink_mini_window): Implement by calling
11967 Qresize_root_window_vertically, resize_window_check and
11968 resize_window_apply.
11969 (saved_window, Fset_window_configuration, save_window_save):
11970 Do not handle orig_top_line, orig_total_lines, and
11971 resize_proportionally.
11972 (window_min_height, window_min_width): Move to window.el.
11973 (keys_of_window): Move bindings for delete-other-windows,
11974 split-window, delete-window and enlarge-window to window.el.
11975
11976 * buffer.c: Temporarily extern Qdelete_window.
11977 (Fbury_buffer): Temporarily call Qdelete_window instead of
11978 Fdelete_window (Fbury_buffer will move to window.el soon).
11979
11980 * frame.c (set_menu_bar_lines_1): Remove code handling
11981 orig_top_line and orig_total_lines.
11982
11983 * dispnew.c (adjust_frame_glyphs_initially): Don't use
11984 set_window_height but set heights directly.
11985 (change_frame_size_1): Use resize_frame_windows.
11986
11987 * xdisp.c (init_xdisp): Don't use set_window_height but set
11988 heights directly.
11989
11990 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
11991 Use resize_frame_windows instead of change_window_heights and run
11992 run_window_configuration_change_hook.
11993
11994 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
11995 instead of change_window_heights and run
11996 run_window_configuration_change_hook.
11997
11998 2011-06-09 Martin Rudalics <rudalics@gmx.at>
11999
12000 * window.c (replace_window): Rename second argument REPLACEMENT to
12001 NEW. New third argument SETFLAG. Rewrite.
12002 (delete_window, make_dummy_parent): Call replace_window with
12003 third argument 1.
12004 (window_list_1): Move down in code.
12005 (run_window_configuration_change_hook): Move set_buffer part
12006 before select_frame_norecord part in order to unwind correctly.
12007 Rename count1 to count.
12008 (recombine_windows, delete_deletable_window, resize_root_window)
12009 (Fdelete_other_windows_internal)
12010 (Frun_window_configuration_change_hook, make_parent_window)
12011 (resize_window_check, resize_window_apply, Fresize_window_apply)
12012 (resize_frame_windows, Fsplit_window_internal)
12013 (Fdelete_window_internal, Fresize_mini_window_internal):
12014 New functions.
12015 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
12016
12017 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12018
12019 * window.h (window): Add some new members to window structure -
12020 normal_lines, normal_cols, new_total, new_normal, clone_number,
12021 splits, nest, prev_buffers, next_buffers.
12022 (WINDOW_TOTAL_SIZE): Move here from window.c.
12023 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
12024
12025 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
12026 Remove.
12027 (make_dummy_parent): Set new members of windows structure.
12028 (make_window): Move down in code. Handle new members of window
12029 structure.
12030 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
12031 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
12032 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
12033 (Fset_window_prev_buffers, Fwindow_next_buffers)
12034 (Fset_window_next_buffers, Fset_window_clone_number):
12035 New functions.
12036 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
12037 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
12038 Doc-string fixes.
12039 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
12040 Argument WINDOW can be now internal window too.
12041 (Fwindow_use_time): Move up in code.
12042 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
12043 Rewrite doc-string.
12044 (Fset_window_configuration, saved_window)
12045 (Fcurrent_window_configuration, save_window_save): Handle new
12046 members of window structure.
12047 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
12048 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
12049 (syms_of_window): New Lisp objects Qrecord_window_buffer,
12050 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
12051 Qget_mru_window, Qresize_root_window,
12052 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
12053 Qauto_buffer_name; staticpro them.
12054
12055 2011-06-07 Martin Rudalics <rudalics@gmx.at>
12056
12057 * window.c (Fwindow_total_size, Fwindow_left_column)
12058 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
12059 (Fwindow_list_1): New functions.
12060 (window_box_text_cols): Replace with window_body_cols.
12061 (Fwindow_width, Fscroll_left, Fscroll_right):
12062 Use window_body_cols instead of window_box_text_cols.
12063 (delete_window, Fset_window_configuration):
12064 Call delete_all_subwindows with window as argument.
12065 (delete_all_subwindows): Take a window as argument and not a
12066 structure. Rewrite.
12067 (window_loop): Remove handling of GET_LRU_WINDOW and
12068 GET_LARGEST_WINDOW.
12069 (Fget_lru_window, Fget_largest_window): Move to window.el.
12070
12071 * window.h: Extern window_body_cols instead of
12072 window_box_text_cols. delete_all_subwindows now takes a
12073 Lisp_Object as argument.
12074
12075 * indent.c (compute_motion, Fcompute_motion):
12076 Use window_body_cols instead of window_box_text_cols.
12077
12078 * frame.c (delete_frame): Call delete_all_subwindows with root
12079 window as argument.
12080
12081 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
12082
12083 * fns.c (Fputhash): Document return value.
12084
12085 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
12086
12087 * image.c (gif_load): Implement gif89a spec "no disposal" method.
12088
12089 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
12090
12091 Cons<->int and similar integer overflow fixes (Bug#8794).
12092
12093 Check for overflow when converting integer to cons and back.
12094 * charset.c (Fdefine_charset_internal, Fdecode_char):
12095 Use cons_to_unsigned to catch overflow.
12096 (Fencode_char): Use INTEGER_TO_CONS.
12097 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
12098 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
12099 * data.c (long_to_cons, cons_to_long): Remove.
12100 (cons_to_unsigned, cons_to_signed): New functions.
12101 These signal an error for invalid or out-of-range values.
12102 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
12103 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
12104 * font.c (Ffont_variation_glyphs):
12105 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
12106 * lisp.h: Include <intprops.h>.
12107 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
12108 (cons_to_signed, cons_to_unsigned): New decls.
12109 (long_to_cons, cons_to_long): Remove decls.
12110 * undo.c (record_first_change): Use INTEGER_TO_CONS.
12111 (Fprimitive_undo): Use CONS_TO_INTEGER.
12112 * xfns.c (Fx_window_property): Likewise.
12113 * xselect.c: Include <limits.h>.
12114 (x_own_selection, selection_data_to_lisp_data):
12115 Use INTEGER_TO_CONS.
12116 (x_handle_selection_request, x_handle_selection_clear)
12117 (x_get_foreign_selection, Fx_disown_selection_internal)
12118 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
12119 (lisp_data_to_selection_data): Use cons_to_unsigned.
12120 (x_fill_property_data): Use cons_to_signed.
12121 Report values out of range.
12122
12123 Check for buffer and string overflow more precisely.
12124 * buffer.h (BUF_BYTES_MAX): New macro.
12125 * lisp.h (STRING_BYTES_MAX): New macro.
12126 * alloc.c (Fmake_string):
12127 * character.c (string_escape_byte8):
12128 * coding.c (coding_alloc_by_realloc):
12129 * doprnt.c (doprnt):
12130 * editfns.c (Fformat):
12131 * eval.c (verror):
12132 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
12133 since they may not be the same number.
12134 * editfns.c (Finsert_char):
12135 * fileio.c (Finsert_file_contents):
12136 Likewise for BUF_BYTES_MAX.
12137
12138 * image.c: Use ptrdiff_t, not int, for sizes.
12139 (slurp_file): Switch from int to ptrdiff_t.
12140 All uses changed.
12141 (slurp_file): Check that file size fits in both size_t (for
12142 malloc) and ptrdiff_t (for sanity and safety).
12143
12144 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
12145 if b->modtime has its maximal value.
12146
12147 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
12148
12149 Don't assume time_t can fit into int.
12150 * buffer.h (struct buffer.modtime): Now time_t, not int.
12151 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
12152 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
12153
12154 Minor fixes for signed vs unsigned integers.
12155 * character.h (MAYBE_UNIFY_CHAR):
12156 * charset.c (maybe_unify_char):
12157 * keyboard.c (read_char, reorder_modifiers):
12158 XINT -> XFASTINT, since the integer must be nonnegative.
12159 * ftfont.c (ftfont_spec_pattern):
12160 * keymap.c (access_keymap, silly_event_symbol_error):
12161 XUINT -> XFASTINT, since the integer must be nonnegative.
12162 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
12163 since it makes no difference and we prefer signed.
12164 * keyboard.c (record_char): Use XUINT when all the neighbors do.
12165 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
12166 nonnegative.
12167
12168 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * window.h (Fwindow_frame): Declare.
12171
12172 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
12173
12174 * alloc.c: Simplify handling of large-request failures (Bug#8800).
12175 (SPARE_MEMORY): Always define.
12176 (LARGE_REQUEST): Remove.
12177 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
12178
12179 2011-06-06 Martin Rudalics <rudalics@gmx.at>
12180
12181 * lisp.h: Move EXFUNS for Fframe_root_window,
12182 Fframe_first_window and Fset_frame_selected_window to window.h.
12183
12184 * window.h: Move EXFUNS for Fframe_root_window,
12185 Fframe_first_window and Fset_frame_selected_window here from
12186 lisp.h.
12187
12188 * frame.c (Fwindow_frame, Fframe_first_window)
12189 (Fframe_root_window, Fframe_selected_window)
12190 (Fset_frame_selected_window): Move to window.c.
12191 (Factive_minibuffer_window): Move to minibuf.c.
12192 (Fother_visible_frames_p): New function.
12193
12194 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
12195
12196 * window.c (decode_window, decode_any_window): Move up in code.
12197 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
12198 (inhibit_frame_unsplittable): Remove unused variable.
12199 (Fwindow_buffer): Move up and rewrite doc-string.
12200 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
12201 (Fwindow_prev): New functions.
12202 (Fwindow_frame): Move here from frame.c. Accept any window as
12203 argument.
12204 (Fframe_root_window, Fframe_first_window)
12205 (Fframe_selected_window): Move here from frame.c. Accept frame
12206 or arbitrary window as argument. Update doc-strings.
12207 (Fminibuffer_window): Move up in code.
12208 (Fwindow_minibuffer_p): Move up in code and simplify.
12209 (Fset_frame_selected_window): Move here from frame.c.
12210 Marginal rewrite.
12211 (Fselected_window, select_window, Fselect_window): Move up in
12212 code. Minor doc-string fixes.
12213
12214 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
12215
12216 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
12217 Do not assume that spare memory exists; that assumption is valid
12218 only if SYSTEM_MALLOC.
12219 (LARGE_REQUEST): New macro, so that the issue of large requests
12220 is separated from the issue of spare memory.
12221
12222 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12223
12224 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
12225 format. (Bug#8806)
12226
12227 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
12228
12229 * xfns.c (x_set_scroll_bar_default_width): Move declarations
12230 before statements.
12231
12232 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
12233
12234 * gtkutil.c (xg_get_default_scrollbar_width): New function.
12235
12236 * gtkutil.h: Declare xg_get_default_scrollbar_width.
12237
12238 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
12239 min width by calling x_set_scroll_bar_default_width (Bug#8505).
12240
12241 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
12242
12243 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
12244
12245 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
12246
12247 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
12248 (x_clipboard_manager_save): Add return value.
12249 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
12250 New error handlers.
12251 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
12252 Obey Vx_select_enable_clipboard_manager. Catch errors in
12253 x_clipboard_manager_save (Bug#8779).
12254 (Vx_select_enable_clipboard_manager): New variable.
12255 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
12256
12257 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
12258
12259 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
12260
12261 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12262
12263 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
12264 in the current matrix if keep_current_p is non-zero.
12265
12266 2011-06-04 Eli Zaretskii <eliz@gnu.org>
12267
12268 * bidi.c (bidi_level_of_next_char): Fix last change.
12269
12270 2011-06-03 Eli Zaretskii <eliz@gnu.org>
12271
12272 Support bidi reordering of text covered by display properties.
12273
12274 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
12275 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
12276 (bidi_cache_search, bidi_cache_iterator_state)
12277 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
12278 (bidi_level_of_next_char, bidi_move_to_visually_next):
12279 Support character positions inside a run of characters covered by a
12280 display string.
12281 (bidi_paragraph_init, bidi_resolve_explicit_1)
12282 (bidi_level_of_next_char): Call bidi_fetch_char and
12283 bidi_fetch_char_advance instead of FETCH_CHAR and
12284 FETCH_CHAR_ADVANCE.
12285 (bidi_init_it): Initialize new members.
12286 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
12287 definitions.
12288 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
12289 instead of using explicit *_CHAR codes.
12290 (bidi_resolve_explicit, bidi_resolve_weak):
12291 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
12292 bidirectional text is supported only in multibyte buffers.
12293 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
12294 it to initialize the frame_window_p member of struct bidi_it.
12295 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
12296 (bidi_resolve_explicit, bidi_resolve_weak)
12297 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
12298 bidi_it->nchars is non-positive.
12299 (bidi_level_of_next_char): Don't try to lookup the cache for the
12300 next/previous character if nothing is cached there yet, or if we
12301 were just reseat()'ed to a new position.
12302
12303 * xdisp.c (set_cursor_from_row): Set start and stop points
12304 according to the row's direction when priming the loop that looks
12305 for the glyph on which to display cursor.
12306 (single_display_spec_intangible_p): Function deleted.
12307 (display_prop_intangible_p): Reimplement to call
12308 handle_display_spec instead of single_display_spec_intangible_p.
12309 Accept 3 additional arguments needed by handle_display_spec.
12310 This fixes incorrect cursor motion across display property with complex
12311 values: lists, `(when COND...)' forms, etc.
12312 (single_display_spec_string_p): Support property values that are
12313 lists with the argument STRING its top-level element.
12314 (display_prop_string_p): Fix the condition for processing a
12315 property that is a list to be consistent with handle_display_spec.
12316 (handle_display_spec): New function, refactored from the
12317 last portion of handle_display_prop.
12318 (compute_display_string_pos): Accept additional argument
12319 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
12320 value of a `display' property is a "replacing spec".
12321 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
12322 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
12323 the display property, but just return a value indicating whether
12324 the display property will replace the characters it covers.
12325 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
12326 frame_window_p members of struct bidi_it.
12327 (compute_display_string_pos, compute_display_string_end):
12328 New functions.
12329 (push_it): Accept second argument POSITION, where pop_it should
12330 jump to continue iteration.
12331 (reseat_1): Initialize bidi_it.disp_pos.
12332
12333 * keyboard.c (adjust_point_for_property): Adjust the call to
12334 display_prop_intangible_p to its new signature.
12335
12336 * dispextern.h (struct bidi_it): New member frame_window_p.
12337 (bidi_init_it): Update prototypes.
12338 (display_prop_intangible_p): Update prototype.
12339 (compute_display_string_pos, compute_display_string_end):
12340 Declare prototypes.
12341 (struct bidi_it): New members nchars and disp_pos. ch_len is now
12342 EMACS_INT.
12343
12344 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
12345
12346 Malloc failure behavior now depends on size of allocation.
12347 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
12348 * lisp.h: Change signatures accordingly.
12349 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
12350 All callers changed. (Bug#8762)
12351
12352 * gnutls.c: Use Emacs's memory allocators.
12353 Without this change, the gnutls library would invoke malloc etc.
12354 directly, which causes problems on non-SYNC_INPUT hosts, and which
12355 runs afoul of improving memory_full behavior. (Bug#8761)
12356 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
12357 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
12358 xfree instead of the default malloc, realloc, free.
12359 (Fgnutls_boot): No need to check for memory allocation failure,
12360 since xmalloc does that for us.
12361
12362 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
12363 * category.c (hash_get_category_set):
12364 * ccl.c (ccl_driver):
12365 * charset.c (Fdefine_charset_internal):
12366 * charset.h (struct charset.hash_index):
12367 * composite.c (get_composition_id, gstring_lookup_cache)
12368 (composition_gstring_put_cache):
12369 * composite.h (struct composition.hash_index):
12370 * dispextern.h (struct image.hash):
12371 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
12372 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
12373 (hashfn_equal, hashfn_user_defined, make_hash_table)
12374 (maybe_resize_hash_table, hash_lookup, hash_put)
12375 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
12376 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
12377 (Fsxhash, Fgethash, Fputhash, Fmaphash):
12378 * image.c (make_image, search_image_cache, lookup_image)
12379 (xpm_put_color_table_h):
12380 * lisp.h (struct Lisp_Hash_Table):
12381 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12382 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
12383 for hashes and hash indexes, instead of 'unsigned' and 'int'.
12384 * alloc.c (allocate_vectorlike):
12385 Check for overflow in vector size calculations.
12386 * ccl.c (ccl_driver):
12387 Check for overflow when converting EMACS_INT to int.
12388 * fns.c, image.c: Remove unnecessary static decls that would otherwise
12389 need to be updated by these changes.
12390 * fns.c (make_hash_table, maybe_resize_hash_table):
12391 Check for integer overflow with large hash tables.
12392 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
12393 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
12394 (SXHASH_REDUCE): New macro.
12395 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
12396 Use it instead of discarding useful hash info with large hash values.
12397 (sxhash_float): New function.
12398 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
12399 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
12400 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
12401 Rewrite to use FIXNUM_BITS, as this simplifies things.
12402 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
12403 Adjust signatures to match updated version of code.
12404 (consing_since_gc): Now EMACS_INT, since a single hash table can
12405 use more than INT_MAX bytes.
12406
12407 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12408
12409 Make it possible to build with GCC-4.6+ -O2 -flto.
12410
12411 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
12412
12413 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * minibuf.c (get_minibuffer, read_minibuf_unwind):
12416 Call minibuffer-inactive-mode.
12417
12418 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
12419
12420 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
12421 Update dependencies.
12422
12423 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12424
12425 * data.c (init_data): Remove code for UTS, this system is not
12426 supported anymore.
12427
12428 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12429
12430 Don't force ./temacs to start in terminal mode.
12431
12432 * frame.c (make_initial_frame): Initialize faces in all cases, not
12433 only when CANNOT_DUMP is defined.
12434 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
12435
12436 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12437
12438 * dispnew.c (add_window_display_history): Use const for the string
12439 pointer. Remove declaration, not needed.
12440
12441 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
12442
12443 Use 'inline', not 'INLINE'.
12444 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
12445 * alloc.c, fontset.c (INLINE): Remove.
12446 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
12447 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
12448 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
12449 * gmalloc.c (register_heapinfo): Use inline unconditionally.
12450 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
12451
12452 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12453
12454 Make it possible to run ./temacs.
12455
12456 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
12457 syms_of_callproc does the same thing. Remove test for
12458 "initialized", do it in the caller.
12459 * emacs.c (main): Avoid calling set_initial_environment when dumping.
12460
12461 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
12464 (read_minibuf): Use get_minibuffer.
12465 (syms_of_minibuf): Use DEFSYM.
12466 (Qmetadata): New var.
12467 * data.c (Qbuffer): Don't make it static.
12468 (syms_of_data): Use DEFSYM.
12469
12470 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
12471
12472 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
12473 (CCL_CODE_MIN): New macro.
12474
12475 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
12476
12477 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
12478
12479 * eval.c (Qdebug): Now static.
12480 * lisp.h (Qdebug): Remove decl. This reverts a part of the
12481 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
12482 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
12483
12484 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12485
12486 * image.c: Various fixes to ImageMagick code comments.
12487 (Fimagemagick_types): Doc fix.
12488
12489 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
12490
12491 Minor fixes prompted by GCC 4.6.0 warnings.
12492
12493 * xselect.c (converted_selections, conversion_fail_tag): Now static.
12494
12495 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
12496 (x_clipboard_manager_save_all): Move extern decl to ...
12497 * xterm.h: ... here, so that it can be checked for consistency.
12498
12499 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12500
12501 * xselect.c (x_clipboard_manager_save_frame)
12502 (x_clipboard_manager_save_all): New functions.
12503 (Fx_clipboard_manager_save): Lisp function deleted.
12504
12505 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
12506 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
12507
12508 * xterm.h: Update prototype.
12509
12510 2011-05-28 William Xu <william.xwl@gmail.com>
12511
12512 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
12513 exiting (Bug#8239).
12514
12515 2011-05-28 Jim Meyering <meyering@redhat.com>
12516
12517 Avoid a sign-extension bug in crypto_hash_function.
12518 * fns.c (to_uchar): Define.
12519 (crypto_hash_function): Use it to convert some newly-signed
12520 variables to unsigned, to avoid sign-extension bugs. For example,
12521 without this change, (md5 "truc") would evaluate to
12522 45723a2aff78ff4fff7fff1114760e62 rather than the expected
12523 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
12524 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
12525
12526 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
12527
12528 Integer overflow fixes.
12529
12530 * dbusbind.c: Serial number integer overflow fixes.
12531 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
12532 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
12533 to hold a serial number that is too large for a fixnum.
12534 (Fdbus_method_return_internal, Fdbus_method_error_internal):
12535 Check for serial numbers out of range. Decode any serial number
12536 that was so large that it became a float. (Bug#8722)
12537
12538 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
12539 (Fdbus_call_method, Fdbus_call_method_asynchronously):
12540 Use XFASTINT rather than XUINT when numbers are nonnegative.
12541 (xd_append_arg, Fdbus_method_return_internal):
12542 (Fdbus_method_error_internal): Likewise. Also, for unsigned
12543 arguments, check that Lisp number is nonnegative, rather than
12544 silently wrapping negative numbers around. (Bug#8722)
12545 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
12546 (Bug#8722)
12547
12548 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
12549
12550 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
12551
12552 ccl: Add integer overflow checks.
12553 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
12554 (IN_INT_RANGE): New macros.
12555 (ccl_driver): Use them to check for integer overflow when
12556 decoding a CCL program. Many of the new checks are whether XINT (x)
12557 fits in int; it doesn't always, on 64-bit hosts. The new version
12558 doesn't catch all possible integer overflows, but it's an
12559 improvement. (Bug#8719)
12560
12561 * alloc.c (make_event_array): Use XINT, not XUINT.
12562 There's no need for unsigned here.
12563
12564 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
12565 This follows up to the 2011-05-06 change that substituted uintptr_t
12566 for EMACS_INT. This case wasn't caught back then.
12567
12568 Rework Fformat to avoid integer overflow issues.
12569 * editfns.c: Include <float.h> unconditionally, as it's everywhere
12570 now (part of C89). Include <verify.h>.
12571 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
12572 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
12573 (Fformat): Avoid the prepass trying to compute sizes; it was only
12574 approximate and thus did not catch overflow reliably. Instead, walk
12575 through the format just once, formatting and computing sizes as we go,
12576 checking for integer overflow at every step, and allocating a larger
12577 buffer as needed. Keep track separately whether the format is
12578 multibyte. Keep only the most-recently calculated precision, rather
12579 than them all. Record whether each argument has been converted to
12580 string. Use EMACS_INT, not int, for byte and char and arg counts.
12581 Support field widths and precisions larger than INT_MAX. Avoid
12582 sprintf's undefined behavior with conversion specifications such as %#d
12583 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
12584 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
12585 formatting out-of-range floating point numbers with int
12586 formats. (Bug#8668)
12587
12588 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
12589
12590 * data.c: Avoid integer truncation in expressions involving floats.
12591 * data.c: Include <intprops.h>.
12592 (arith_driver): When there's an integer overflow in an expression
12593 involving floating point, convert the integers to floating point
12594 so that the resulting value does not suffer from catastrophic
12595 integer truncation. For example, on a 64-bit host (* 4
12596 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
12597 Do not rely on undefined behavior after integer overflow.
12598
12599 merge count_size_as_multibyte, parse_str_to_multibyte
12600 * character.c, character.h (count_size_as_multibyte):
12601 Rename from parse_str_to_multibyte; all uses changed.
12602 Check for integer overflow.
12603 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
12604 since it's now a duplicate of the other. This is more of
12605 a character than a buffer op, so better that it's in character.c.
12606 * fns.c, print.c: Adjust to above changes.
12607
12608 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
12611
12612 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
12613
12614 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
12615 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
12616 (x_clipboard_manager_save): Now static.
12617 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
12618
12619 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
12620 (crypto_hash_function): Now static.
12621 Fix pointer signedness problems. Avoid unnecessary initializations.
12622
12623 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
12624
12625 * termhooks.h (Vselection_alist): Make it terminal-local.
12626
12627 * terminal.c (create_terminal): Initialize it.
12628
12629 * xselect.c: Support for clipboard managers.
12630 (Vselection_alist): Move to termhooks.h as terminal-local var.
12631 (LOCAL_SELECTION): New macro.
12632 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
12633 (symbol_to_x_atom): Remove gratuitous arg.
12634 (x_handle_selection_request, lisp_data_to_selection_data)
12635 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
12636 (x_own_selection, x_get_local_selection, x_convert_selection):
12637 New arg, specifying work frame. Use terminal-local Vselection_alist.
12638 (some_frame_on_display): Delete unused function.
12639 (Fx_own_selection_internal, Fx_get_selection_internal)
12640 (Fx_disown_selection_internal, Fx_selection_owner_p)
12641 (Fx_selection_exists_p): New optional frame arg.
12642 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
12643 (x_handle_selection_clear): Don't treat other terminals with the
12644 same keyboard specially. Use the terminal-local Vselection_alist.
12645 (x_clear_frame_selections): Use Frun_hook_with_args.
12646
12647 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
12648
12649 * xterm.h: Add support for those atoms.
12650
12651 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
12652
12653 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
12654 (converted_selections, conversion_fail_tag): New global variables.
12655 (x_selection_request_lisp_error): Free the above.
12656 (x_get_local_selection): Remove unnecessary code.
12657 (x_reply_selection_request): Args changed; handle arbitrary array
12658 of converted selections stored in converted_selections.
12659 Separate the XChangeProperty and SelectionNotify steps.
12660 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
12661 (x_convert_selection): New function.
12662 (x_handle_selection_event): Simplify.
12663 (x_get_foreign_selection): Don't ignore incoming requests while
12664 waiting for an answer; this will fail when we implement
12665 SAVE_TARGETS, and seems unnecessary anyway.
12666 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
12667 (Vx_sent_selection_functions): Doc fix.
12668
12669 2011-05-26 Leo Liu <sdl.web@gmail.com>
12670
12671 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
12672
12673 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12674
12675 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
12676
12677 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
12678 for fringe update if it has periodic bitmap.
12679 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
12680 and fringe_bitmap_periodic_p.
12681
12682 * fringe.c (get_fringe_bitmap_data): New function.
12683 (draw_fringe_bitmap_1, update_window_fringes): Use it.
12684 (update_window_fringes): Record periodicity of fringe bitmap in glyph
12685 row. Mark glyph row for fringe update if periodicity changed.
12686
12687 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
12688 for fringe update unless it has periodic bitmap.
12689
12690 2011-05-25 Kenichi Handa <handa@m17n.org>
12691
12692 * xdisp.c (get_next_display_element): Set correct it->face_id for
12693 a static composition.
12694
12695 2011-05-24 Leo Liu <sdl.web@gmail.com>
12696
12697 * deps.mk (fns.o):
12698 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
12699
12700 * fns.c (crypto_hash_function, Fsha1): New function.
12701 (Fmd5): Use crypto_hash_function.
12702 (syms_of_fns): Add Ssha1.
12703
12704 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
12705
12706 * gnutls.c: Remove unused macros.
12707 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
12708 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
12709 Remove macros that are defined and never used.
12710 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
12711
12712 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
12715 (Fx_get_selection_internal): Minor cleanup.
12716 (Fx_own_selection_internal): Rename arguments for consistency with
12717 select.el.
12718
12719 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
12720
12721 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
12722
12723 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
12724
12725 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
12726
12727 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12728
12729 * dispnew.c (scrolling_window): Don't exclude the case that the
12730 last enabled row in the desired matrix touches the bottom boundary.
12731
12732 2011-05-21 Glenn Morris <rgm@gnu.org>
12733
12734 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
12735 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
12736 and add some more files.
12737
12738 2011-05-20 Eli Zaretskii <eliz@gnu.org>
12739
12740 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
12741 report_file_error introduced by the change from 2011-05-07.
12742
12743 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
12744
12745 * systime.h (Time): Define only if emacs is defined.
12746 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
12747 where the include path doesn't have X11/X.h by default. See
12748 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
12749
12750 2011-05-20 Kenichi Handa <handa@m17n.org>
12751
12752 * composite.c (find_automatic_composition): Fix previous change.
12753
12754 2011-05-20 Glenn Morris <rgm@gnu.org>
12755
12756 * lisp.mk: New file, split from Makefile.in.
12757 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
12758 (shortlisp): Remove.
12759 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
12760
12761 2011-05-19 Glenn Morris <rgm@gnu.org>
12762
12763 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
12764 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
12765 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
12766 (lisp): Set the order to that of loadup.el.
12767 (shortlisp): Make it a copy of $lisp.
12768 (SOME_MACHINE_LISP): Remove.
12769 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
12770 Use just $shortlisp, not $SOME_MACHINE_LISP too.
12771
12772 2011-05-18 Kenichi Handa <handa@m17n.org>
12773
12774 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
12775 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
12776 (find_automatic_composition): Mostly rewrite for efficiency.
12777
12778 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
12779
12780 * makefile.w32-in: Update dependencies.
12781
12782 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
12783
12784 * menu.c: Include limits.h (fixes the MS-Windows build broken by
12785 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
12786
12787 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
12788
12789 Fix some integer overflow issues, such as string length overflow.
12790
12791 * insdel.c (count_size_as_multibyte): Check for string overflow.
12792
12793 * character.c (lisp_string_width): Check for string overflow.
12794 Use EMACS_INT, not int, for string indexes and lengths; in
12795 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
12796 the resulting string length overflows an EMACS_INT; instead,
12797 report a string overflow if no precision given. When checking for
12798 precision exhaustion, use a check that cannot possibly have
12799 integer overflow. (Bug#8675)
12800 * character.h (lisp_string_width): Adjust to new signature.
12801
12802 * alloc.c (string_overflow): New function.
12803 (Fmake_string): Use it. This doesn't change behavior, but saves
12804 a few bytes and will simplify future changes.
12805 * character.c (string_escape_byte8): Likewise.
12806 * lisp.h (string_overflow): New decl.
12807
12808 Fixups, following up to the user-interface timestamp change.
12809 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
12810 for UI timestamps, instead of unsigned long.
12811 * msdos.c (mouse_get_pos): Likewise.
12812 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
12813 * w32gui.h (Time): Define by including "systime.h" rather than by
12814 declaring it ourselves. (Bug#8664)
12815
12816 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
12817 * image.c (clear_image_cache): Likewise.
12818
12819 * term.c (term_mouse_position): Don't assume time_t wraparound.
12820
12821 Be more systematic about user-interface timestamps.
12822 Before, the code sometimes used 'Time', sometimes 'unsigned long',
12823 and sometimes 'EMACS_UINT', to represent these timestamps.
12824 This change causes it to use 'Time' uniformly, as that's what X uses.
12825 This makes the code easier to follow, and makes it easier to catch
12826 integer overflow bugs such as Bug#8664.
12827 * frame.c (Fmouse_position, Fmouse_pixel_position):
12828 Use Time, not unsigned long, for user-interface timestamps.
12829 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
12830 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
12831 * keyboard.h (last_event_timestamp): Likewise.
12832 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
12833 * menu.h (xmenu_show): Likewise.
12834 * term.c (term_mouse_position): Likewise.
12835 * termhooks.h (struct input_event.timestamp): Likewise.
12836 (struct terminal.mouse_position_hook): Likewise.
12837 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
12838 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
12839 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
12840 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
12841 what it was before.
12842 * menu.h, termhooks.h: Include "systime.h", for Time.
12843
12844 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
12845 Don't assume that the difference between two unsigned long values
12846 can fit into an integer. At this point, we know button_down_time
12847 <= event->timestamp, so the difference must be nonnegative, so
12848 there's no need to cast the result if double-click-time is
12849 nonnegative, as it should be; check that it's nonnegative, just in
12850 case. This bug is triggered when events are more than 2**31 ms
12851 apart (about 25 days). (Bug#8664)
12852
12853 * xselect.c (last_event_timestamp): Remove duplicate decl.
12854 (x_own_selection): Remove needless cast to unsigned long.
12855
12856 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
12857 that always fit in int. Use a sentinel instead of a counter, to
12858 avoid a temp and to allay GCC's concerns about possible int overflow.
12859 * frame.h (struct frame): Use int for menu_bar_items_used
12860 instead of EMACS_INT, since it always fits in int.
12861
12862 * menu.c (grow_menu_items): Check for int overflow.
12863
12864 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
12865
12866 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
12867 Before, the code was not consistent. These values cannot exceed
12868 2**31 - 1 so there's no need to make them unsigned.
12869 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
12870 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
12871 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
12872 as modifiers.
12873 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
12874
12875 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
12876 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
12877 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
12878 presumably because the widths might not match.
12879
12880 * window.c (size_window): Avoid needless test at loop start.
12881
12882 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
12883
12884 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
12885
12886 2011-05-12 Drew Adams <drew.adams@oracle.com>
12887
12888 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
12889
12890 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12891
12892 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
12893 `width' to `bar_area_x' and `bar_area_width', respectively.
12894 (x_scroll_run): Take account of fringe background extension.
12895
12896 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
12897 Rename local vars `left' and `width' to `bar_area_x' and
12898 `bar_area_width', respectively.
12899 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
12900 background extension.
12901
12902 2011-05-10 Jim Meyering <meyering@redhat.com>
12903
12904 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
12905
12906 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
12907
12908 * image.c (Finit_image_library): Return t for built-in image types,
12909 like pbm and xbm. (Bug#8640)
12910
12911 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
12912
12913 * w32menu.c (set_frame_menubar): Fix submenu allocation.
12914
12915 2011-05-07 Eli Zaretskii <eliz@gnu.org>
12916
12917 * w32console.c (Fset_screen_color): Doc fix.
12918 (Fget_screen_color): New function.
12919 (syms_of_ntterm): Defsubr it.
12920
12921 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
12922 unlink the temporary file if Fcall_process didn't create it in the
12923 first place.
12924 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
12925 child process will be redirected to a file specified with `:file'.
12926 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
12927 cue to call_process_cleanup not to close that handle.
12928
12929 2011-05-07 Ben Key <bkey76@gmail.com>
12930
12931 * makefile.w32-in: The bootstrap-temacs rule now makes use of
12932 one of two shell specific rules, either bootstrap-temacs-CMD or
12933 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
12934 to the previous implementation of the bootstrap-temacs rule.
12935 The bootstrap-temacs-CMD rule is similar to the previous
12936 implementation of the bootstrap-temacs rule except that it
12937 makes use of the ESC_CFLAGS variable instead of the CFLAGS
12938 variable.
12939
12940 These changes, along with some changes to nt/configure.bat,
12941 nt/gmake.defs, and nt/nmake.defs, are required to extend my
12942 earlier fix to add support for --cflags and --ldflags options
12943 that include quotes so that it works whether make uses cmd or
12944 sh as the shell.
12945
12946 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
12947
12948 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
12949 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
12950 is a constant.
12951 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
12952 a string. Handle both cases.
12953 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
12954 (Fdbus_register_method): Use Qinvalid_function.
12955
12956 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
12957
12958 * makefile.w32-in: Update dependencies.
12959 (LISP_H): Add inttypes.h and stdin.h.
12960 (PROCESS_H): Add unistd.h.
12961
12962 2011-05-06 Eli Zaretskii <eliz@gnu.org>
12963
12964 * lread.c: Include limits.h (fixes the MS-Windows build broken by
12965 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
12966
12967 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
12968
12969 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
12970
12971 * term.c (vfatal): Remove stray call to va_end.
12972 It's not needed and the C Standard doesn't allow it here anyway.
12973
12974 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
12975 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
12976
12977 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
12978 bytes.
12979
12980 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
12981
12982 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
12983
12984 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
12985
12986 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
12987
12988 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
12989
12990 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
12991 * charset.c (Fdefine_charset_internal): Don't initialize
12992 charset.code_space[15]. The value was garbage, on hosts with
12993 32-bit int (Bug#8600).
12994
12995 * lread.c (read_integer): Be more consistent with string-to-number.
12996 Use string_to_number to do the actual conversion; this avoids
12997 rounding errors and fixes some other screwups. Without this fix,
12998 for example, #x1fffffffffffffff was misread as -2305843009213693952.
12999 (digit_to_number): Move earlier, for benefit of read_integer.
13000 Return -1 if the digit is out of range for the base, -2 if it is
13001 not a digit in any supported base. (Bug#8602)
13002
13003 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
13004
13005 * dispnew.c (scrolling_window): Return 1 if we scrolled,
13006 to match comment at start of function. This also removes a
13007 GCC warning about overflow in a 32+64-bit port.
13008
13009 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
13010
13011 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
13012 Reported by Stefan Monnier in
13013 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
13014 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
13015 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
13016
13017 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
13018 (EMACS_UINTPTR): Likewise, with uintptr_t.
13019
13020 * lisp.h: Prefer 64-bit EMACS_INT if available.
13021 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
13022 on 32-bit hosts that have 64-bit int, so that they can access
13023 large files.
13024 However, temporarily disable this change unless the temporary
13025 symbol WIDE_EMACS_INT is defined.
13026
13027 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
13028
13029 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
13030 This removes an assumption that EMACS_INT and long are the same
13031 width as pointers. The assumption is true for Emacs porting targets
13032 now, but we want to make other targets possible.
13033 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
13034 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
13035 In the rest of the code, change types of integers that hold casted
13036 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
13037 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
13038 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
13039 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
13040 No need to cast type when ORing.
13041 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
13042 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
13043 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
13044 assume EMACS_INT is the same width as char *.
13045 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
13046 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
13047 Remove no-longer-needed casts.
13048 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
13049 (xg_tool_bar_help_callback, xg_make_tool_item):
13050 Use EMACS_INTPTR to hold an integer
13051 that will be cast to void *; this can avoid a GCC warning
13052 if EMACS_INT is not the same width as void *.
13053 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
13054 * xdisp.c (display_echo_area_1, resize_mini_window_1):
13055 (current_message_1, set_message_1):
13056 Use a local to convert to proper width without a cast.
13057 * xmenu.c (dialog_selection_callback): Likewise.
13058
13059 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
13060 Also, don't assume VALBITS / RAND_BITS is less than 5,
13061 and don't rely on undefined behavior when shifting a 1 left into
13062 the sign bit.
13063 * lisp.h (get_random): Change signature to match.
13064
13065 * lread.c (hash_string): Use size_t, not int, for hash computation.
13066 Normally we prefer signed values; but hashing is special, because
13067 it's better to use unsigned division on hash table sizes so that
13068 the remainder is nonnegative. Also, size_t is the natural width
13069 for hashing into memory. The previous code used 'int', which doesn't
13070 retain enough info to hash well into very large tables.
13071 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
13072
13073 * dbusbind.c: Don't possibly lose pointer info when converting.
13074 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
13075 Use XPNTR rather than XHASH, so that the high-order bits of
13076 the pointer aren't lost when converting through void *.
13077
13078 * eval.c (Fautoload): Don't double-shift a pointer.
13079
13080 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
13081
13082 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
13083
13084 * gnutls.c (DEF_GNUTLS_FN):
13085 * image.c (DEF_IMGLIB_FN): Make function pointers static.
13086
13087 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
13088
13089 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
13090 marker. (Bug#8610)
13091
13092 2011-05-05 Eli Zaretskii <eliz@gnu.org>
13093
13094 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
13095 New version that can reserve upto 2GB of heap space.
13096
13097 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
13098
13099 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
13100
13101 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13102
13103 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
13104 `gnutls_certificate_set_x509_key_file'.
13105
13106 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
13109 Update dependencies.
13110
13111 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
13114 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
13115 Remove unused parameter `fildes'.
13116 * process.c (read_process_output, send_process): Don't pass it.
13117
13118 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
13119
13120 Fix previous change: the library cache is defined in w32.c.
13121 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
13122 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
13123
13124 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
13125
13126 Implement dynamic loading of GnuTLS on Windows.
13127
13128 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
13129 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
13130 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
13131 Declare.
13132
13133 * gnutls.c (Qgnutls_dll): Define.
13134 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
13135 (gnutls_*): Declare function pointers.
13136 (init_gnutls_functions): New function to initialize function pointers.
13137 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
13138 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
13139 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
13140 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
13141 (emacs_gnutls_write, emacs_gnutls_read)
13142 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
13143 (Fgnutls_available_p): New function.
13144 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
13145 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
13146 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
13147
13148 * image.c: Include w32.h.
13149 (Vimage_type_cache): Delete.
13150 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
13151 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
13152 (w32_delayed_load): Move to w32.c.
13153
13154 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
13155
13156 * w32.c (QCloaded_from, Vlibrary_cache): Define.
13157 (w32_delayed_load): Move from image.c. When loading a library, record
13158 its filename in the :loaded-from property of the library id.
13159 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
13160 Initialize and staticpro them.
13161 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
13162
13163 * process.c: Include lisp.h before w32.h, not after.
13164 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
13165 instead of gnutls_record_check_pending.
13166
13167 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
13168
13169 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13170
13171 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
13172 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
13173 as passed in.
13174
13175 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
13176
13177 * xterm.c (x_set_frame_alpha): Do not set property on anything
13178 else than FRAME_X_OUTER_WINDOW (Bug#8608).
13179
13180 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
13181
13182 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
13183
13184 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
13185
13186 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
13187 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
13188 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
13189 (gnutls_global_initialized, Qgnutls_bootprop_priority)
13190 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
13191 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
13192 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
13193 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
13194 (Qgnutls_bootprop_callbacks_verify): Make static.
13195
13196 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
13197
13198 * callproc.c: Indentation fixup.
13199
13200 * sysdep.c (wait_for_termination_1): Make static.
13201 (wait_for_termination, interruptible_wait_for_termination):
13202 Move after wait_for_termination_1.
13203
13204 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13205
13206 * sysdep.c (interruptible_wait_for_termination): New function
13207 which is like wait_for_termination, but allows keyboard
13208 interruptions.
13209
13210 * callproc.c (Fcall_process): Add (:file "file") as an option for
13211 the STDOUT buffer.
13212 (Fcall_process_region): Ditto.
13213
13214 2011-04-30 Eli Zaretskii <eliz@gnu.org>
13215
13216 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
13217 rather than `XVECTOR (FOO)->size'.
13218
13219 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
13220 inttypes.h, as a gnulib replacement is used if it not available in
13221 system headers.
13222
13223 2011-04-21 Eli Zaretskii <eliz@gnu.org>
13224
13225 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
13226 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
13227 of MOST_POSITIVE_FIXNUM. (Bug#8528)
13228
13229 * coding.c (coding_alloc_by_realloc): Error out if destination
13230 will grow beyond MOST_POSITIVE_FIXNUM.
13231 (decode_coding_emacs_mule): Abort if there isn't enough place in
13232 charbuf for the composition carryover bytes. Reserve an extra
13233 space for up to 2 characters produced in a loop.
13234 (decode_coding_iso_2022): Abort if there isn't enough place in
13235 charbuf for the composition carryover bytes.
13236
13237 2011-04-21 Eli Zaretskii <eliz@gnu.org>
13238
13239 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
13240 aborting when %lld or %lll format is passed.
13241 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
13242 %llo or %llx format is passed. (Bug#8545)
13243
13244 * window.c (window_scroll_line_based): Use a marker instead of
13245 simple variables to record original value of point. (Bug#7952)
13246
13247 * doprnt.c (doprnt): Fix the case where a multibyte sequence
13248 produced by %s or %c overflows available buffer space. (Bug#8545)
13249
13250 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
13251
13252 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
13253 (SIZE_MAX): Move defn after all includes, as they might #define it.
13254
13255 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13256
13257 * w32.c (init_environment): Warn about defaulting HOME to C:\.
13258
13259 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13260
13261 * keyboard.c (Qdelayed_warnings_hook): Define.
13262 (command_loop_1): Run `delayed-warnings-hook'
13263 if Vdelayed_warnings_list is non-nil.
13264 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
13265 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
13266
13267 2011-04-28 Eli Zaretskii <eliz@gnu.org>
13268
13269 * doprnt.c (doprnt): Don't return value smaller than the buffer
13270 size if the message was truncated. (Bug#8545).
13271
13272 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
13273
13274 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
13275 (Fx_window_property): #if-0 the whole functions, not just the bodies.
13276
13277 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
13278
13279 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
13280
13281 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
13282
13283 * makefile.w32-in: Update dependencies.
13284
13285 2011-04-27 Eli Zaretskii <eliz@gnu.org>
13286
13287 Improve `doprnt' and its usage. (Bug#8545)
13288 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
13289 `format_end'. Remove support for %l as a conversion specifier.
13290 Don't use xrealloc. Improve diagnostics when the %l size modifier
13291 is used. Update the commentary.
13292
13293 * eval.c (verror): Simplify calculation of size_t.
13294
13295 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
13296 messages.
13297
13298 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
13299
13300 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
13301 change.
13302
13303 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
13304
13305 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
13306 This makes this file independent of the recent pseudovector change.
13307
13308 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
13309
13310 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
13311
13312 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
13313 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
13314 Remove unused local.
13315 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
13316
13317 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
13318 GCC 4.6.0 optimizes based on type-based alias analysis.
13319 For example, if b is of type struct buffer * and v of type struct
13320 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
13321 != &v->size, and therefore "v->size = 1; b->size = 2; return
13322 v->size;" must therefore return 1. This assumption is incorrect
13323 for Emacs, since it type-puns struct Lisp_Vector * with many other
13324 types. To fix this problem, this patch adds a new type struct
13325 vectorlike_header that documents the constraints on layout of vectors
13326 and pseudovectors, and helps optimizing compilers not get fooled
13327 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
13328 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
13329 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
13330 the size member.
13331 (XSETPVECTYPE): Rewrite in terms of new macro.
13332 (XSETPVECTYPESIZE): New macro, specifying both type and size.
13333 This is a bit clearer, and further avoids the possibility of
13334 undesirable aliasing.
13335 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
13336 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
13337 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
13338 since Lisp_Subr is a special case (no "next" field).
13339 (ASIZE): Now uses header.size rather than size.
13340 All previous uses of XVECTOR (foo)->size replaced to use this macro,
13341 to avoid the hassle of writing XVECTOR (foo)->header.size.
13342 (struct vectorlike_header): New type.
13343 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
13344 object, to help avoid aliasing.
13345 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
13346 (SUBRP): Likewise, since Lisp_Subr is a special case.
13347 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
13348 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
13349 (struct Lisp_Hash_Table): Combine first two members into a single
13350 struct vectorlike_header member. All uses of "size" and "next" members
13351 changed to be "header.size" and "header.next".
13352 * buffer.h (struct buffer): Likewise.
13353 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
13354 * frame.h (struct frame): Likewise.
13355 * process.h (struct Lisp_Process): Likewise.
13356 * termhooks.h (struct terminal): Likewise.
13357 * window.c (struct save_window_data, struct saved_window): Likewise.
13358 * window.h (struct window): Likewise.
13359 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
13360 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
13361 * buffer.c (init_buffer_once): Likewise.
13362 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
13363 special case.
13364 * process.c (Fformat_network_address): Use local var for size,
13365 for brevity.
13366
13367 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
13368
13369 Make the Lisp reader and string-to-float more consistent (Bug#8525)
13370 * data.c (atof): Remove decl; no longer used or needed.
13371 (digit_to_number): Move to lread.c.
13372 (Fstring_to_number): Use new string_to_number function, to be
13373 consistent with how the Lisp reader treats infinities and NaNs.
13374 Do not assume that floating-point numbers represent EMACS_INT
13375 without losing information; this is not true on most 64-bit hosts.
13376 Avoid double-rounding errors, by insisting on integers when
13377 parsing non-base-10 numbers, as the documentation specifies.
13378 * lisp.h (string_to_number): New decl, replacing ...
13379 (isfloat_string): Remove.
13380 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
13381 (read1): Do not accept +. and -. as integers; this
13382 appears to have been a coding error. Similarly, do not accept
13383 strings like +-1e0 as floating point numbers. Do not report
13384 overflow for integer overflows unless the base is not 10 which
13385 means we have no simple and reliable way to continue.
13386 Break out the floating-point parsing into a new
13387 function string_to_number, so that Fstring_to_number parses
13388 floating point numbers consistently with the Lisp reader.
13389 (digit_to_number): Move here from data.c. Make it static inline.
13390 (E_CHAR, EXP_INT): Remove, replacing with ...
13391 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
13392 (string_to_number): New function, replacing isfloat_string.
13393 This function checks for valid syntax and produces the resulting
13394 Lisp float number too. Rework it so that string-to-number
13395 no longer mishandles examples like "1.0e+". Use strtoumax,
13396 so that overflow for non-base-10 numbers is reported only when
13397 there's no portable and simple way to convert to floating point.
13398
13399 * textprop.c (set_text_properties_1): Rewrite for clarity,
13400 and to avoid GCC warning about integer overflow.
13401
13402 * intervals.h (struct interval): Use EMACS_INT for members
13403 where EMACS_UINT might cause problems. See
13404 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
13405 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
13406 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
13407 All uses changed.
13408 (offset_intervals): Tell GCC not to worry about length overflow
13409 when negating a negative length.
13410
13411 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
13412 (overrun_check_free): Likewise.
13413
13414 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
13415 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
13416 word size.
13417
13418 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
13419 (gnutls_make_error): Rename local to avoid shadowing.
13420 (gnutls_emacs_global_deinit): ifdef out; not used.
13421 (Fgnutls_boot): Use const for pointer to readonly storage.
13422 Comment out unused local. Fix pointer signedness problems.
13423
13424 * lread.c (openp): Don't stuff size_t into an 'int'.
13425 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
13426 about possible signed overflow.
13427
13428 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
13429 (GDK_KEY_g): Don't define if already defined.
13430 (xg_prepare_tooltip): Avoid pointer signedness problem.
13431 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
13432
13433 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
13434 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
13435
13436 * xfns.c (Fx_window_property): Simplify a bit,
13437 to make a bit faster and to avoid GCC 4.6.0 warning.
13438 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
13439
13440 * fns.c (internal_equal): Don't assume size_t fits in int.
13441
13442 * alloc.c (compact_small_strings): Tighten assertion a little.
13443
13444 Replace pEd with more-general pI, and fix some printf arg casts.
13445 * lisp.h (pI): New macro, generalizing old pEd macro to other
13446 conversion specifiers. For example, use "...%"pI"d..." rather
13447 than "...%"pEd"...".
13448 (pEd): Remove. All uses replaced with similar uses of pI.
13449 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
13450 * alloc.c (check_pure_size): Don't overflow by converting size to int.
13451 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
13452 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
13453 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
13454 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
13455 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
13456 64-bit hosts.
13457 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
13458 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
13459 * print.c (safe_debug_print, print_object): Likewise.
13460 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
13461 to int.
13462 Use pI instead of if-then-else-abort. Use %p to avoid casts,
13463 avoiding the 0 flag, which is not portable.
13464 * process.c (Fmake_network_process): Use pI to avoid cast.
13465 * region-cache.c (pp_cache): Likewise.
13466 * xdisp.c (decode_mode_spec): Likewise.
13467 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
13468 behavior on 64-bit hosts with printf arg.
13469 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
13470 (x_stop_queuing_selection_requests): Likewise.
13471 (x_get_window_property): Don't truncate byte count to an 'int'
13472 when tracing.
13473
13474 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
13475 here, since it parses constructs like leading '-' and spaces,
13476 which are not wanted; and it overflows with large numbers.
13477 Instead, simply match F[0-9]+, which is what is wanted anyway.
13478
13479 * alloc.c: Remove unportable assumptions about struct layout.
13480 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
13481 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
13482 (allocate_vectorlike, make_pure_vector): Use the new macros,
13483 plus offsetof, to remove unportable assumptions about struct layout.
13484 These assumptions hold on all porting targets that I know of, but
13485 they are not guaranteed, they're easy to remove, and removing them
13486 makes further changes easier.
13487
13488 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
13489 This doesn't fix a bug but makes the code clearer.
13490 (string_overrun_cookie): Now const. Use initializers that
13491 don't formally overflow signed char, to avoid warnings.
13492 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
13493 can cause Emacs to crash when string overrun checking is enabled.
13494 (allocate_buffer): Don't assume sizeof (struct buffer) is a
13495 multiple of sizeof (EMACS_INT); it need not be, if
13496 alignof(EMACS_INT) < sizeof (EMACS_INT).
13497 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
13498
13499 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
13500
13501 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
13502
13503 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13504
13505 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
13506 supposed to be handshaking. (Bug#8556)
13507 Reported by Paul Eggert <eggert@cs.ucla.edu>.
13508
13509 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13510
13511 * lisp.h (Qdebug): List symbol.
13512 * eval.c (Qdebug): Restore global linkage.
13513 * keyboard.c (debug-on-event): New variable.
13514 (handle_user_signal): Break into debugger when debug-on-event
13515 matches the current signal symbol.
13516
13517 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13518
13519 * alloc.c (check_sblock, check_string_bytes)
13520 (check_string_free_list): Convert to standard C.
13521
13522 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13523
13524 * w32.c (emacs_gnutls_push): Fix typo.
13525
13526 2011-04-25 Eli Zaretskii <eliz@gnu.org>
13527
13528 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
13529 "cast to pointer from integer of different size".
13530
13531 Improve doprnt and its use in verror. (Bug#8545)
13532 * doprnt.c (doprnt): Document the set of format control sequences
13533 supported by the function. Use SAFE_ALLOCA instead of always
13534 using `alloca'.
13535
13536 * eval.c (verror): Don't limit the buffer size at size_max-1, that
13537 is one byte too soon. Don't use xrealloc; instead xfree and
13538 xmalloc anew.
13539
13540 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13541
13542 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
13543 callbacks stage.
13544
13545 * gnutls.c: Renamed global_initialized to
13546 gnutls_global_initialized. Added internals for the
13547 :verify-hostname-error, :verify-error, and :verify-flags
13548 parameters of `gnutls-boot' and documented those parameters in the
13549 docstring. Start callback support.
13550 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
13551 unless a fatal error occurred. Call gnutls_alert_send_appropriate
13552 on error. Return error code.
13553 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
13554 (emacs_gnutls_read): Likewise.
13555 (Fgnutls_boot): Return handshake error code.
13556 (emacs_gnutls_handle_error): New function.
13557 (wsaerror_to_errno): Likewise.
13558
13559 * w32.h (emacs_gnutls_pull): Add prototype.
13560 (emacs_gnutls_push): Likewise.
13561
13562 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
13563 (emacs_gnutls_push): Likewise.
13564
13565 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
13566
13567 * process.c (wait_reading_process_output): Check if GnuTLS
13568 buffered some data internally if no FDs are set for TLS
13569 connections.
13570
13571 * makefile.w32-in (OBJ2): Add gnutls.$(O).
13572 (LIBS): Link to USER_LIBS.
13573 ($(BLD)/gnutls.$(0)): New target.
13574
13575 2011-04-24 Eli Zaretskii <eliz@gnu.org>
13576
13577 * xdisp.c (handle_single_display_spec): Rename the
13578 display_replaced_before_p argument into display_replaced_p, to
13579 make it consistent with the commentary. Fix typos in the
13580 commentary.
13581
13582 * textprop.c (syms_of_textprop): Remove dead code.
13583 (copy_text_properties): Delete obsolete commentary about an
13584 interface that was deleted long ago. Fix typos in the description
13585 of arguments.
13586
13587 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
13588 to changes in oldXMenu/XMenu.h from 2011-04-16.
13589 <menu_help_message, prev_menu_help_message>: Constify.
13590 (IT_menu_make_room): menu->help_text is now `const char **';
13591 adjust.
13592
13593 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
13594 to changes in oldXMenu/XMenu.h from 2011-04-16.
13595 (struct XMenu): Declare `help_text' `const char **'.
13596
13597 * xfaces.c <Qunspecified>: Make extern again.
13598
13599 * syntax.c: Include sys/types.h before including regex.h, as
13600 required by POSIX.
13601
13602 * doc.c (get_doc_string): Improve the format passed to `error'.
13603
13604 * doprnt.c (doprnt): Improve commentary.
13605
13606 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
13607
13608 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
13609 them with etags.
13610
13611 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
13612 changes in globals.h immediately force recompilation.
13613 (TAGS): Depend on $(CURDIR)/m/intel386.h and
13614 $(CURDIR)/s/ms-w32.h.
13615 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
13616
13617 * character.c (Fchar_direction): Function deleted.
13618 (syms_of_character): Don't defsubr it.
13619 <char-direction-table>: Deleted.
13620
13621 2011-04-23 Eli Zaretskii <eliz@gnu.org>
13622
13623 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
13624 * doprnt.c: Include limits.h.
13625 (SIZE_MAX): New macro.
13626 (doprnt): Return a size_t value. 2nd arg is now size_t.
13627 Many local variables are now size_t instead of int or unsigned.
13628 Improve overflow protection. Support `l' modifier for integer
13629 conversions. Support %l conversion. Don't assume an EMACS_INT
13630 argument for integer conversions and for %c.
13631
13632 * lisp.h (doprnt): Restore prototype.
13633
13634 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
13635 $(SRC)/character.h.
13636
13637 * Makefile.in (base_obj): Add back doprnt.o.
13638
13639 * deps.mk (doprnt.o): Add back prerequisites.
13640 (callint.o): Depend on character.h.
13641
13642 * eval.c (internal_lisp_condition_case): Include the handler
13643 representation in the error message.
13644 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
13645 when breaking from the loop.
13646
13647 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
13648
13649 * callint.c (Fcall_interactively): When displaying error message
13650 about invalid control letter, pass the character's codepoint, not
13651 a pointer to its multibyte form. Improve display of the character
13652 in octal and display also its hex code.
13653
13654 * character.c (char_string): Use %x to display the (unsigned)
13655 codepoint of an invalid character, to avoid displaying a bogus
13656 negative value.
13657
13658 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
13659 `error', not SYMBOL_NAME itself.
13660
13661 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
13662 character arguments to `error'.
13663
13664 * charset.c (check_iso_charset_parameter): Fix incorrect argument
13665 to `error' in error message about FINAL_CHAR argument. Make sure
13666 FINAL_CHAR is a character, and use %c when it is passed as
13667 argument to `error'.
13668
13669 2011-04-23 Eli Zaretskii <eliz@gnu.org>
13670
13671 * s/ms-w32.h (localtime): Redirect to sys_localtime.
13672
13673 * w32.c: Include <time.h>.
13674 (sys_localtime): New function.
13675
13676 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
13677
13678 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
13679
13680 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
13681
13682 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
13683
13684 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
13685 zombies (Bug#8467).
13686
13687 2011-04-19 Eli Zaretskii <eliz@gnu.org>
13688
13689 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
13690 gl_state.e_property when gl_state.object is Qt.
13691
13692 * insdel.c (make_gap_larger): Remove limitation of buffer size
13693 to <= INT_MAX.
13694
13695 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
13696
13697 * xdisp.c (lookup_glyphless_char_display)
13698 (produce_glyphless_glyph): Handle cons cell entry in
13699 glyphless-char-display.
13700 (Vglyphless_char_display): Document it.
13701
13702 * term.c (produce_glyphless_glyph): Handle cons cell entry in
13703 glyphless-char-display.
13704
13705 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
13706
13707 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
13708
13709 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
13710
13711 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
13712 definition for no-X builds.
13713
13714 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
13715
13716 Static checks with GCC 4.6.0 and non-default toolkits.
13717
13718 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
13719
13720 * process.c (keyboard_bit_set): Define only if SIGIO.
13721 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
13722 (send_process): Repair possible setjmp clobbering.
13723
13724 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
13725
13726 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
13727
13728 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
13729
13730 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
13731 Define only if needed.
13732
13733 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
13734 by pacifying GCC about it. Maybe it's time to retire it?
13735 * xfaces.c (USG, __TIMEVAL__): Likewise.
13736
13737 * dispextern.h (struct redisplay_interface): Rename param
13738 to avoid shadowing.
13739 * termhooks.h (struct terminal): Likewise.
13740 * xterm.c (xembed_send_message): Likewise.
13741
13742 * insdel.c (make_gap_smaller): Define only if
13743 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
13744
13745 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
13746 it.
13747
13748 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
13749 so that we aren't warned about unused symbols.
13750
13751 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
13752
13753 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
13754
13755 * xfns.c (x_real_positions): Mark locals as initialized.
13756
13757 * xmenu.c (xmenu_show): Don't use uninitialized vars.
13758
13759 * xterm.c: Fix problems found by static analysis with other toolkits.
13760 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
13761 (x_dispatch_event): Declare static if USE_GTK, and
13762 define if USE_GTK || USE_X_TOOLKIT.
13763 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
13764 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
13765 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
13766 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
13767
13768 * xmenu.c (menu_help_callback): Pointer type fixes.
13769 Use const pointers when pointing at readonly data. Avoid pointer
13770 signedness clashes.
13771 (FALSE): Remove unused macro.
13772 (update_frame_menubar): Remove unused decl.
13773
13774 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
13775
13776 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
13777 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
13778 (single_menu_item): Rename local to avoid shadowing.
13779
13780 * keyboard.c (make_lispy_event): Remove unused local var.
13781
13782 * frame.c, frame.h (x_get_resource_string): Bring this back, but
13783 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
13784
13785 * bitmaps: Change bitmaps from unsigned char back to the X11
13786 compatible char. Avoid the old compiler warnings about
13787 out-of-range initializers by using, for example, '\xab' rather
13788 than 0xab.
13789
13790 * xgselect.c (xgselect_initialize): Check vs interface
13791 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
13792
13793 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
13794
13795 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
13796 to read-only memory.
13797
13798 * fns.c (vector): Remove; this old hack is no longer needed.
13799
13800 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
13801 Remove unused var.
13802 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
13803
13804 * xrdb.c (x_load_resources): Omit unused local.
13805
13806 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
13807 (x_window): Rename locals to avoid shadowing.
13808 (USG): Use the kludged USG macro, to pacify gcc.
13809
13810 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
13811 (x_term_init): Remove local to avoid shadowing.
13812
13813 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
13814
13815 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
13816 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
13817
13818 2011-04-16 Eli Zaretskii <eliz@gnu.org>
13819
13820 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
13821
13822 Fix regex.c, syntax.c and friends for buffers > 2GB.
13823 * syntax.h (struct gl_state_s): Declare character position members
13824 EMACS_INT.
13825
13826 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
13827
13828 * textprop.c (verify_interval_modification, interval_of):
13829 Declare arguments EMACS_INT.
13830
13831 * intervals.c (adjust_intervals_for_insertion): Declare arguments
13832 EMACS_INT.
13833
13834 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
13835
13836 * indent.c (Fvertical_motion): Local variable it_start is now
13837 EMACS_INT.
13838
13839 * regex.c (re_match, re_match_2, re_match_2_internal)
13840 (bcmp_translate, regcomp, regexec, print_double_string)
13841 (group_in_compile_stack, re_search, re_search_2, regex_compile)
13842 (re_compile_pattern, re_exec): Declare arguments and local
13843 variables `size_t' and `ssize_t' and return values `regoff_t', as
13844 appropriate.
13845 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
13846 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
13847 <compile_stack_type>: `size' and `avail' are now `size_t'.
13848
13849 * regex.h <regoff_t>: Use ssize_t, not int.
13850 (re_search, re_search_2, re_match, re_match_2): Arguments that
13851 specify buffer/string position and length are now ssize_t and
13852 size_t. Return type is regoff_t.
13853
13854 2011-04-16 Ben Key <bkey76@gmail.com>
13855
13856 * nsfont.m: Fixed bugs in ns_get_family and
13857 ns_descriptor_to_entity that were caused by using free to
13858 deallocate memory blocks that were allocated by xmalloc (via
13859 xstrdup). This caused Emacs to crash when compiled with
13860 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
13861 --enable-checking=xmallocoverrun). xfree is now used to
13862 deallocate these memory blocks.
13863
13864 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
13865
13866 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
13867
13868 emacs_write: Accept and return EMACS_INT for sizes.
13869 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
13870 et seq.
13871 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
13872 Accept and return EMACS_INT.
13873 (emacs_gnutls_write): Return the number of bytes written on
13874 partial writes.
13875 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
13876 (emacs_read, emacs_write): Remove check for negative size, as the
13877 Emacs source code has been audited now.
13878 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
13879 (emacs_read, emacs_write): Use it.
13880 * process.c (send_process): Adjust to the new signatures of
13881 emacs_write and emacs_gnutls_write. Do not attempt to store
13882 a byte offset into an 'int'; it might overflow.
13883 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
13884
13885 * sound.c: Don't assume sizes fit in 'int'.
13886 (struct sound_device.period_size, alsa_period_size):
13887 Return EMACS_INT, not int.
13888 (struct sound_device.write, vox_write, alsa_write):
13889 Accept EMACS_INT, not int.
13890 (wav_play, au_play): Use EMACS_INT to store sizes and to
13891 record read return values.
13892
13893 2011-04-15 Ben Key <bkey76@gmail.com>
13894
13895 * keyboard.c (Qundefined): Don't declare static since it is used
13896 in nsfns.m.
13897 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
13898 static since they are used in nsfont.m.
13899
13900 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13901
13902 * process.c (Qprocessp): Don't declare static.
13903 * lisp.h (Qprocessp): Declare again.
13904
13905 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
13908
13909 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
13910
13911 Improve C-level modularity by making more things 'static'.
13912
13913 Don't publish debugger-only interfaces to other modules.
13914 * lisp.h (safe_debug_print, debug_output_compilation_hack):
13915 (verify_bytepos, count_markers): Move decls to the only modules
13916 that need them.
13917 * region-cache.h (pp_cache): Likewise.
13918 * window.h (check_all_windows): Likewise.
13919 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
13920
13921 * sysdep.c (croak): Now static, if
13922 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
13923 * syssignal.h (croak): Declare only if not static.
13924
13925 * alloc.c (refill_memory_reserve): Now static if
13926 !defined REL_ALLOC || defined SYSTEM_MALLOC.
13927 * lisp.h (refill_memory_reserve): Declare only if not static.
13928
13929 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
13930 Define only if USE_LUCID.
13931
13932 * xrdb.c (x_customization_string, x_rm_string): Now static.
13933
13934 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
13935 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
13936
13937 * xdisp.c (draw_row_with_mouse_face): Now static.
13938 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
13939
13940 * window.h (check_all_windows): Mark externally visible.
13941
13942 * window.c (window_deletion_count): Now static.
13943
13944 * undo.c: Make symbols static if they're not exported.
13945 (last_undo_buffer, last_boundary_position, pending_boundary):
13946 Now static.
13947
13948 * textprop.c (interval_insert_behind_hooks): Now static.
13949 (interval_insert_in_front_hooks): Likewise.
13950
13951 * term.c: Make symbols static if they're not exported.
13952 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
13953 (max_frame_lines, tty_set_terminal_modes):
13954 (tty_reset_terminal_modes, tty_turn_off_highlight):
13955 (get_tty_terminal): Now static.
13956 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
13957 * termhooks.h (term_mouse_moveto): Do not declare if
13958 HAVE_WINDOW_SYSTEM.
13959 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
13960 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
13961
13962 * sysdep.c: Make symbols static if they're not exported.
13963 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
13964 Now static.
13965 (sigprocmask_set, full_mask): Remove; unused.
13966 (wait_debugging): Mark as visible.
13967 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
13968 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
13969
13970 * syntax.c (syntax_temp): Define only if !__GNUC__.
13971
13972 * sound.c (current_sound_device, current_sound): Now static.
13973
13974 * search.c (searchbufs, searchbuf_head): Now static.
13975
13976 * scroll.c (scroll_cost): Remove; unused.
13977 * dispextern.h (scroll_cost): Remove decl.
13978
13979 * region-cache.h (pp_cache): Mark as externally visible.
13980
13981 * process.c: Make symbols static if they're not exported.
13982 (process_tick, update_tick, create_process, chan_process):
13983 (Vprocess_alist, proc_buffered_char, datagram_access):
13984 (fd_callback_data, send_process_frame, process_sent_to): Now static.
13985 (deactivate_process): Mark defn as static, as well as decl.
13986 * lisp.h (create_process): Remove decl.
13987 * process.h (chan_process, Vprocess_alist): Remove decls.
13988
13989 * print.c: Make symbols static if they're not exported.
13990 (print_depth, new_backquote_output, being_printed, print_buffer):
13991 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
13992 (print_interval, print_number_index, initial_stderr_stream):
13993 Now static.
13994 * lisp.h (Fprinc): Remove decl.
13995 (debug_output_compilation_hack): Mark as externally visible.
13996
13997 * sysdep.c (croak): Move decl from here to syssignal.h.
13998 * syssignal.h (croak): Put it here, so the API can be checked when
13999 'croak' is called from dissociate_if_controlling_tty.
14000
14001 * minibuf.c: Make symbols static if they're not exported.
14002 (minibuf_save_list, choose_minibuf_frame): Now static.
14003 * lisp.h (choose_minibuf_frame): Remove decl.
14004
14005 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
14006
14007 * lread.c: Make symbols static if they're not exported.
14008 (read_objects, initial_obarray, oblookup_last_bucket_number):
14009 Now static.
14010 (make_symbol): Remove; unused.
14011 * lisp.h (initial_obarray, make_symbol): Remove decls.
14012
14013 * keyboard.c: Make symbols static if they're not exported.
14014 (single_kboard, recent_keys_index, total_keys, recent_keys):
14015 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
14016 (this_single_command_key_start, echoing, last_auto_save):
14017 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
14018 (command_loop, echo_now, keyboard_init_hook, help_char_p):
14019 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
14020 (Vlispy_mouse_stem, double_click_count):
14021 Now static.
14022 (force_auto_save_soon): Define only if SIGDANGER.
14023 (ignore_mouse_drag_p): Now static if
14024 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
14025 (print_help): Remove; unused.
14026 (stop_character, last_timer_event): Mark as externally visible.
14027 * keyboard.h (ignore_mouse_drag_p): Declare only if
14028 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
14029 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
14030 * lisp.h (echoing): Remove decl.
14031 (force_auto_save_soon): Declare only if SIGDANGER.
14032 * xdisp.c (redisplay_window): Simplify code, to make it more
14033 obvious that ignore_mouse_drag_p is not accessed if !defined
14034 USE_GTK && !defined HAVE_NS.
14035
14036 * intervals.c: Make symbols static if they're not exported.
14037 (merge_properties_sticky, merge_interval_right, delete_interval):
14038 Now static.
14039 * intervals.h (merge_interval_right, delete_interval): Remove decls.
14040
14041 * insdel.c: Make symbols static if they're not exported.
14042 However, leave prepare_to_modify_buffer alone. It's never
14043 called from outside this function, but that appears to be a bug.
14044 (combine_after_change_list, combine_after_change_buffer):
14045 (adjust_after_replace, signal_before_change): Now static.
14046 (adjust_after_replace_noundo): Remove; unused.
14047 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
14048 (signal_before_change): Remove decls.
14049
14050 * indent.c (val_compute_motion, val_vmotion): Now static.
14051
14052 * image.c: Make symbols static if they're not exported.
14053 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
14054 if USE_GTK.
14055 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
14056 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
14057
14058 * fringe.c (standard_bitmaps): Now static.
14059 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
14060
14061 * frame.c: Make symbols static if they're not exported.
14062 (x_report_frame_params, make_terminal_frame): Now static.
14063 (get_frame_param): Now static, unless HAVE_NS.
14064 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
14065 (x_get_resource_string): Remove; not used.
14066 * frame.h (make_terminal_frame, x_report_frame_params):
14067 (x_get_resource_string); Remove decls.
14068 (x_fullscreen_adjust): Declare only if WINDOWSNT.
14069 * lisp.h (get_frame_param): Declare only if HAVE_NS.
14070
14071 * font.c, fontset.c: Make symbols static if they're not exported.
14072 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
14073 (FACE_SUITABLE_FOR_CHAR_P): Use it.
14074 * font.c (font_close_object): Now static.
14075 * font.h (font_close_object): Remove.
14076 * fontset.c (FONTSET_OBJLIST): Remove.
14077 (free_realized_fontset) #if-0 the body, which does nothing.
14078 (face_suitable_for_char_p): #if-0, as it's never called.
14079 * fontset.h (face_suitable_for_char_p): Remove decl.
14080 * xfaces.c (face_at_string_position):
14081 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
14082 since 0 is always ASCII.
14083
14084 * fns.c (weak_hash_tables): Now static.
14085
14086 * fileio.c: Make symbols static if they're not exported.
14087 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
14088 (Vwrite_region_annotation_buffers): Now static.
14089
14090 * eval.c: Make symbols static if they're not exported.
14091 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
14092 * lisp.h (backtrace_list): Remove decl.
14093
14094 * emacs.c: Make symbols static if they're not exported.
14095 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
14096 (fatal_error_code, fatal_error_signal_hook, standard_args):
14097 Now static.
14098 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
14099 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
14100 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
14101 * lisp.h (fatal_error_signal_hook): Remove decl.
14102 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
14103
14104 * editfns.c: Move a (normally-unused) function to its only use.
14105 * editfns.c, lisp.h (get_operating_system_release): Remove.
14106 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
14107 worth the hassle of breaking this out.
14108
14109 * xterm.c: Make symbols static if they're not exported.
14110 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
14111 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
14112 (x_destroy_window, x_delete_display):
14113 Now static.
14114 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
14115 (x_mouse_leave): Remove; unused.
14116 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
14117 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
14118 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
14119 Remove decls.
14120 (x_mouse_leave): Declare only if WINDOWSNT.
14121 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
14122 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
14123 USE_X_TOOLKIT.
14124
14125 * ftxfont.c: Make symbols static if they're not exported.
14126 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
14127 HAVE_FREETYPE.
14128 * font.h (ftxfont_driver): Likewise.
14129
14130 * xfns.c: Make symbols static if they're not exported.
14131 (x_last_font_name, x_display_info_for_name):
14132 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
14133 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
14134 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
14135 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
14136 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
14137 (last_show_tip_args): Now static.
14138 (xic_defaut_fontset, xic_create_fontsetname): Define only if
14139 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
14140 (x_screen_planes): Remove; unused.
14141 * dispextern.h (x_screen_planes): Remove decl.
14142
14143 * dispnew.c: Make symbols static if they're not exported.
14144 * dispextern.h (redraw_garbaged_frames, scrolling):
14145 (increment_row_positions): Remove.
14146 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
14147 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
14148 Now static.
14149 (redraw_garbaged_frames): Remove; unused.
14150
14151 * xfaces.c: Make symbols static if they're not exported.
14152 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
14153 Remove decls.
14154 * xterm.h (defined_color): Remove decls.
14155 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
14156 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
14157 (menu_face_changed_default, defined_color, free_realized_face):
14158 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
14159 (ascii_face_of_lisp_face): Remove; unused.
14160
14161 * xdisp.c: Make symbols static if they're not exported.
14162 * dispextern.h (scratch_glyph_row, window_box_edges):
14163 (glyph_to_pixel_coords, set_cursor_from_row):
14164 (get_next_display_element, set_iterator_to_next):
14165 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
14166 (show_mouse_face): Remove decls
14167 * frame.h (message_buf_print): Likewise.
14168 * lisp.h (pop_message, set_message, check_point_in_composition):
14169 Likewise.
14170 * xterm.h (set_vertical_scroll_bar): Likewise.
14171 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
14172 (message_buf_print, scratch_glyph_row, displayed_buffer):
14173 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
14174 (get_next_display_element, show_mouse_face, window_box_edges):
14175 (frame_to_window_pixel_xy, check_point_in_composition):
14176 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
14177 (glyph_to_pixel_coords): Remove; unused.
14178
14179 * dired.c (file_name_completion): Now static.
14180
14181 * dbusbind.c (xd_in_read_queued_messages): Now static.
14182
14183 * lisp.h (circular_list_error, FOREACH): Remove; unused.
14184 * data.c (circular_list_error): Remove.
14185
14186 * commands.h (last_point_position, last_point_position_buffer):
14187 (last_point_position_window): Remove decls.
14188 * keyboard.c: Make these variables static.
14189
14190 * coding.h (coding, code_convert_region, encode_coding_gap):
14191 Remove decls.
14192 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
14193 (iso_code_class, detect_coding, code_convert_region): Now static.
14194 (encode_coding_gap): Remove; unused.
14195
14196 * chartab.c (chartab_chars, chartab_bits): Now static.
14197
14198 * charset.h (charset_iso_8859_1): Remove decl.
14199 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
14200 Now static.
14201
14202 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
14203 * ccl.c (Vccl_program_table): Now static.
14204 (check_ccl_update): Remove; unused.
14205
14206 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
14207 * category.h: ... from here.
14208 * category.c (check_category_table, set_category_set): Now static.
14209
14210 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
14211 * lisp.h: Remove these decls.
14212
14213 * buffer.c (buffer_count): Remove unused var.
14214
14215 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
14216 so that it's not optimized away.
14217 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
14218 * dispextern.h (bidi_dump_cached_states): Remove, since it's
14219 exported only to the debugger.
14220
14221 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
14222 * atimer.h (run_all_atimers): Remove; not exported.
14223
14224 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
14225 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
14226 was inaccessible from Lisp.
14227 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
14228 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
14229
14230 alloc.c: Import and export fewer symbols, and remove unused items.
14231 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
14232 is defined.
14233 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
14234 it's not optimized away by whole-program optimization.
14235 (message_enable_multibyte, free_misc): Remove.
14236 (catchlist, handlerlist, mark_backtrace):
14237 Declare only if BYTE_MARK_STACK.
14238 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
14239 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
14240 (message_enable_multibyte): Remove decl.
14241 (free_misc, interval_free_list, float_block, float_block_index):
14242 (n_float_blocks, float_free_list, cons_block, cons_block_index):
14243 (cons_free_list, last_marked_index):
14244 Now static.
14245 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
14246 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
14247 (mark_backtrace): Define only if BYTE_MARK_STACK.
14248 * xdisp.c (message_enable_multibyte): Now static.
14249
14250 Declare Lisp_Object Q* variables to be 'static' if not exported.
14251 This makes it easier for human readers (and static analyzers)
14252 to see whether these variables are used from other modules.
14253 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
14254 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
14255 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
14256 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
14257 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
14258 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
14259 * xmenu.c, xselect.c:
14260 Declare Q* vars static if they are not used in other modules.
14261 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
14262 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
14263 Remove decls of unexported vars.
14264 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
14265
14266 * lisp.h (DEFINE_FUNC): Make sname 'static'.
14267
14268 Make Emacs functions such as Fatom 'static' by default.
14269 This makes it easier for human readers (and static analyzers)
14270 to see whether these functions can be called from other modules.
14271 DEFUN now defines a static function. To make the function external
14272 so that it can be used in other C modules, use the new macro DEFUE.
14273 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
14274 (Finit_image_library):
14275 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
14276 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
14277 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
14278 Remove decls, since these functions are now static.
14279 (Funintern, Fget_internal_run_time): New decls, since these functions
14280 were already external.
14281
14282 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
14283 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
14284 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
14285 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
14286 * keyboard.c, keymap.c, lread.c:
14287 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
14288 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
14289 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
14290 Mark functions with DEFUE instead of DEFUN,
14291 if they are used in other modules.
14292 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
14293 decls for now-static functions.
14294 * buffer.h (Fdelete_overlay): Remove decl.
14295 * callproc.c (Fgetenv_internal): Mark as internal.
14296 * composite.c (Fremove_list_of_text_properties): Remove decl.
14297 (Fcomposition_get_gstring): New forward static decl.
14298 * composite.h (Fcomposite_get_gstring): Remove decl.
14299 * dired.c (Ffile_attributes): New forward static decl.
14300 * doc.c (Fdocumntation_property): New forward static decl.
14301 * eval.c (Ffetch_bytecode): New forward static decl.
14302 (Funintern): Remove extern decl; now in .h file where it belongs.
14303 * fileio.c (Fmake_symbolic_link): New forward static decl.
14304 * image.c (Finit_image_library): New forward static decl.
14305 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
14306 * intervals.h (Fprevious_property_change):
14307 (Fremove_list_of_text_properties): Remove decls.
14308 * keyboard.c (Fthis_command_keys): Remove decl.
14309 (Fcommand_execute): New forward static decl.
14310 * keymap.c (Flookup_key): New forward static decl.
14311 (Fcopy_keymap): Now static.
14312 * keymap.h (Flookup_key): Remove decl.
14313 * process.c (Fget_process): New forward static decl.
14314 (Fprocess_datagram_address): Mark as internal.
14315 * syntax.c (Fsyntax_table_p): New forward static decl.
14316 (skip_chars): Remove duplicate decl.
14317 * textprop.c (Fprevious_property_change): New forward static decl.
14318 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
14319 Now internal.
14320 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
14321 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
14322
14323 * editfns.c (Fformat): Remove unreachable code.
14324
14325 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
14326
14327 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
14328 change. (Bug#8496)
14329
14330 2011-04-13 Eli Zaretskii <eliz@gnu.org>
14331
14332 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
14333 when at ZV. (Bug#8487)
14334
14335 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
14336
14337 * charset.c (Fclear_charset_maps): Use xfree instead of free.
14338 (Bug#8437)
14339 * keyboard.c (parse_tool_bar_item): Likewise.
14340 * sound.c (sound_cleanup, alsa_close): Likewise.
14341 * termcap.c (tgetent): Likewise.
14342 * xfns.c (x_default_font_parameter): Likewise.
14343 * xsettings.c (read_and_apply_settings): Likewise.
14344
14345 * alloc.c (overrun_check_malloc, overrun_check_realloc)
14346 (overrun_check_free): Protoize.
14347
14348 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
14349
14350 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
14351 since callers should never pass a negative size.
14352 Change the signature to match that of plain 'read' and 'write'; see
14353 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
14354 * lisp.h: Update prototypes of emacs_write and emacs_read.
14355
14356 2011-04-11 Eli Zaretskii <eliz@gnu.org>
14357
14358 * xdisp.c (redisplay_window): Don't try to determine the character
14359 position of the scroll margin if the window start point w->startp
14360 is outside the buffer's accessible region. (Bug#8468)
14361
14362 2011-04-10 Eli Zaretskii <eliz@gnu.org>
14363
14364 Fix write-region and its subroutines for buffers > 2GB.
14365 * fileio.c (a_write, e_write): Modify declaration of arguments and
14366 local variables to support buffers larger than 2GB.
14367 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
14368
14369 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
14370 argument, local variables, and return value.
14371
14372 * lisp.h: Update prototypes of emacs_write and emacs_read.
14373
14374 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
14375
14376 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
14377
14378 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
14379
14380 Fix more problems found by GCC 4.6.0's static checks.
14381
14382 * xdisp.c (vmessage): Use a better test for character truncation.
14383
14384 * charset.c (load_charset_map): <, not <=, for optimization,
14385 and to avoid potential problems with integer overflow.
14386 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
14387 * casetab.c (set_identity, shuffle): Likewise.
14388 * editfns.c (Fformat): Likewise.
14389 * syntax.c (skip_chars): Likewise.
14390
14391 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
14392 This also lets GCC 4.6.0 generate slightly better loop code.
14393
14394 * callint.c (Fcall_interactively): <, not <=, for optimization.
14395 (Fcall_interactively): Count the number of arguments produced,
14396 not the number of arguments given. This is simpler and lets GCC
14397 4.6.0 generate slightly better code.
14398
14399 * ftfont.c: Distingish more carefully between FcChar8 and char.
14400 The previous code passed unsigned char * to a functions like
14401 strlen and xstrcasecmp that expect char *, which does not
14402 conform to the C standard.
14403 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
14404 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
14405 char * when the C standard requires it.
14406
14407 * keyboard.c (read_char): Remove unused var.
14408
14409 * eval.c: Port to Windows vsnprintf (Bug#8435).
14410 Include <limits.h>.
14411 (SIZE_MAX): Define if the headers do not.
14412 (verror): Do not give up if vsnprintf returns a negative count.
14413 Instead, grow the buffer. This ports to Windows vsnprintf, which
14414 does not conform to C99. Problem reported by Eli Zaretskii.
14415 Also, simplify the allocation scheme, by avoiding the need for
14416 calling realloc, and removing the ALLOCATED variable.
14417
14418 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
14419
14420 Remove invocations of doprnt, as Emacs now uses vsnprintf.
14421 But keep the doprint source code for now, as we might revamp it
14422 and use it again (Bug#8435).
14423 * lisp.h (doprnt): Remove.
14424 * Makefile.in (base_obj): Remove doprnt.o.
14425 * deps.mk (doprnt.o): Remove.
14426
14427 error: Print 32- and 64-bit integers portably (Bug#8435).
14428 Without this change, on typical 64-bit hosts error ("...%d...", N)
14429 was used to print both 32- and 64-bit integers N, which relied on
14430 undefined behavior.
14431 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
14432 * lisp.h (error, verror): Mark as printf-like functions.
14433 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
14434 Report overflow in size calculations when allocating printf buffer.
14435 Do not truncate output string at its first null byte.
14436 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
14437 Truncate the output at a character boundary, since vsnprintf does not
14438 do that.
14439 * charset.c (check_iso_charset_parameter): Convert internal
14440 character to string before calling 'error', since %c now has the
14441 printf meaning.
14442 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
14443 overflow when computing char to be passed to 'error'. Do not
14444 pass Lisp_Object to 'error'; pass the integer instead.
14445 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
14446 formatted with plain %d.
14447
14448 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
14449
14450 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
14451
14452 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
14453
14454 * xterm.c (x_catch_errors): Remove duplicate declaration.
14455
14456 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
14457
14458 * xdisp.c, lisp.h (message_nolog): Remove; unused.
14459
14460 2011-04-10 Jim Meyering <meyering@redhat.com>
14461
14462 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
14463 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
14464 return ssize_t not "int", and use size_t as the buffer length.
14465 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
14466 * gnutls.h: Update declarations.
14467 * process.c (read_process_output): Use ssize_t, to match.
14468 (send_process): Likewise.
14469
14470 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
14473
14474 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
14475
14476 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
14477 Use unsigned char, to match FcChar8 type definition.
14478
14479 * xterm.c (handle_one_xevent):
14480 * xmenu.c (create_and_show_popup_menu):
14481 * xselect.c (x_decline_selection_request)
14482 (x_reply_selection_request): Avoid type-punned deref of X events.
14483
14484 2011-04-09 Eli Zaretskii <eliz@gnu.org>
14485
14486 Fix some uses of `int' instead of EMACS_INT.
14487 * search.c (string_match_1, fast_string_match)
14488 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
14489 (scan_buffer, find_next_newline_no_quit)
14490 (find_before_next_newline, search_command, Freplace_match)
14491 (Fmatch_data): Make some `int' variables be EMACS_INT.
14492
14493 * xdisp.c (display_count_lines): 3rd argument and return value now
14494 EMACS_INT. All callers changed.
14495 (pint2hrstr): Last argument is now EMACS_INT.
14496
14497 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
14498 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
14499 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
14500 (decode_coding_utf_16, decode_coding_emacs_mule)
14501 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14502 (decode_coding_ccl, decode_coding_charset)
14503 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
14504 (decode_coding_iso_2022, decode_coding_emacs_mule)
14505 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
14506 <char_offset, last_offset>: Declare EMACS_INT.
14507 (encode_coding_utf_8, encode_coding_utf_16)
14508 (encode_coding_emacs_mule, encode_invocation_designation)
14509 (encode_designation_at_bol, encode_coding_iso_2022)
14510 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
14511 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
14512 Declare EMACS_INT.
14513 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
14514 (encode_invocation_designation): Last argument P_NCHARS is now
14515 EMACS_INT.
14516 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
14517 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
14518
14519 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
14520 All users changed.
14521
14522 * ccl.c (Fccl_execute_on_string): Declare some variables
14523 EMACS_INT.
14524
14525 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
14526
14527 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
14528
14529 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
14530
14531 * process.c (Fformat_network_address): Doc fix.
14532
14533 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
14534
14535 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
14536
14537 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
14538
14539 * keyboard.c (read_char): Call Lisp function help-form-show,
14540 instead of using internal_with_output_to_temp_buffer.
14541 (Qhelp_form_show): New var.
14542 (syms_of_keyboard): Use DEFSYM macro.
14543
14544 * print.c (internal_with_output_to_temp_buffer): Function deleted.
14545
14546 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
14547
14548 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
14549
14550 * process.c (Flist_processes): Remove to Lisp.
14551 (list_processes_1): Delete.
14552
14553 2011-04-06 Eli Zaretskii <eliz@gnu.org>
14554
14555 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
14556
14557 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
14558
14559 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
14560
14561 Fix more problems found by GCC 4.6.0's static checks.
14562
14563 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
14564
14565 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
14566
14567 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
14568
14569 * xdisp.c (vmessage): Mark as a printf-like function.
14570
14571 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
14572
14573 * sound.c (sound_warning): Don't crash if arg contains a printf format.
14574
14575 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
14576 printf-like functions.
14577 (tiff_load): Add casts to remove these marks before passing them
14578 to system-supplied API.
14579
14580 * eval.c (Fsignal): Remove excess argument to 'fatal'.
14581
14582 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
14583 This avoids several warnings with gcc -Wstrict-overflow.
14584 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
14585 directly, rather than having caller test rule sign. This avoids
14586 some unnecessary tests.
14587 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
14588 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
14589 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
14590
14591 * xfont.c (xfont_text_extents): Remove var that was set but not used.
14592 (xfont_open): Avoid unnecessary tests.
14593
14594 * composite.c (composition_gstring_put_cache): Use unsigned integer.
14595
14596 * composite.h, composite.c (composition_gstring_put_cache):
14597 Use EMACS_INT, not int, for length.
14598
14599 * composite.h (COMPOSITION_DECODE_REFS): New macro,
14600 breaking out part of COMPOSITION_DECODE_RULE.
14601 (COMPOSITION_DECODE_RULE): Use it.
14602 * composite.c (get_composition_id): Remove unused local vars,
14603 by using the new macro.
14604
14605 * textprop.c (set_text_properties_1): Change while to do-while,
14606 since the condition is always true at first.
14607
14608 * intervals.c (graft_intervals_into_buffer): Mark var as used.
14609 (interval_deletion_adjustment): Return unsigned value.
14610 All uses changed.
14611
14612 * process.c (list_processes_1, create_pty, read_process_output):
14613 (exec_sentinel): Remove vars that were set but not used.
14614 (create_pty): Remove unnecessary "volatile"s.
14615 (Fnetwork_interface_info): Avoid possibility of int overflow.
14616 (read_process_output): Do adaptive read buffering even if carryover.
14617 (read_process_output): Simplify nbytes computation if buffered.
14618
14619 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
14620
14621 * syntax.c (scan_words): Remove var that was set but not used.
14622 (update_syntax_table): Use unsigned instead of int.
14623
14624 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
14625 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
14626 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
14627
14628 * print.c (print_error_message): Avoid int overflow.
14629
14630 * font.c (font_list_entities): Redo for clarity,
14631 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
14632
14633 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
14634 (font_score): Avoid potential overflow in diff calculation.
14635
14636 * fns.c (substring_both): Remove var that is set but not used.
14637 (sxhash): Redo loop for clarity and to avoid wraparound warning.
14638
14639 * eval.c (funcall_lambda): Rename local to avoid shadowing.
14640
14641 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
14642 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
14643 can always succeed if overflow has undefined behavior.
14644
14645 * search.c (boyer_moore, wordify): Remove vars set but not used.
14646 (wordify): Omit three unnecessary tests.
14647
14648 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
14649 All callers changed. This avoids the need for an unused var.
14650
14651 * casefiddle.c (casify_region): Remove var that is set but not used.
14652
14653 * dired.c (file_name_completion): Remove var that is set but not used.
14654
14655 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
14656
14657 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
14658 (Finsert_file_contents): Remove unnecessary code checking fd.
14659
14660 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
14661 Check for integer overflow on size calculations.
14662
14663 * buffer.c (Fprevious_overlay_change): Remove var that is set
14664 but not used.
14665
14666 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
14667 Remove vars that are set but not used.
14668 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
14669 (timer_check_2): Mark vars as initialized.
14670
14671 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
14672
14673 * image.c (lookup_image): Remove var that is set but not used.
14674 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
14675
14676 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
14677 that are set but not used.
14678
14679 * xfns.c (make_invisible_cursor): Don't return garbage
14680 if XCreateBitmapFromData fails (Bug#8410).
14681
14682 * xselect.c (x_get_local_selection, x_handle_property_notify):
14683 Remove vars that are set but not used.
14684
14685 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
14686 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
14687
14688 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
14689 Remove var that is set but not used.
14690 (scroll_bar_windows_size): Now size_t, not int.
14691 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
14692 Check for overflow.
14693
14694 * xfaces.c (realize_named_face): Remove vars that are set but not used.
14695 (map_tty_color) [!defined MSDOS]: Likewise.
14696
14697 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
14698
14699 * coding.c: Remove vars that are set but not used.
14700 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
14701 All callers changed.
14702 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
14703 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
14704 (decode_coding_charset): Remove vars that are set but not used.
14705
14706 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
14707 that is set but not used.
14708
14709 * print.c (print_object): Remove var that is set but not used.
14710
14711 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
14712 The gnulib version avoids calling malloc in the usual case,
14713 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
14714 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
14715 * filelock.c (current_lock_owner): Likewise.
14716 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
14717 * sysdep.c: Include allocator.h, careadlinkat.h.
14718 (emacs_no_realloc_allocator): New static constant.
14719 (emacs_readlink): New function.
14720 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
14721 ../lib/careadlinkat.h.
14722
14723 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
14726 first non-nil return value).
14727
14728 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
14729
14730 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
14731 if not defined (Bug#8403).
14732
14733 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
14734
14735 * xdisp.c (display_count_lines): Remove parameter `start',
14736 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
14737 (get_char_face_and_encoding): Remove parameter `multibyte_p',
14738 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
14739 (fill_stretch_glyph_string): Remove parameters `row' and `area',
14740 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
14741 and thereabouts. All callers changed.
14742 (get_per_char_metric): Remove parameter `f', unused since
14743 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
14744
14745 2011-04-02 Jim Meyering <meyering@redhat.com>
14746
14747 do not dereference NULL upon failed strdup
14748 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
14749 (ns_get_family): Likewise.
14750
14751 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
14752
14753 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
14754
14755 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
14756
14757 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
14758 later (Bug#8403).
14759
14760 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 Add lexical binding.
14763
14764 * window.c (Ftemp_output_buffer_show): New fun.
14765 (Fsave_window_excursion):
14766 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
14767
14768 * lread.c (lisp_file_lexically_bound_p): New function.
14769 (Fload): Bind Qlexical_binding.
14770 (readevalloop): Remove `evalfun' arg.
14771 Bind Qinternal_interpreter_environment.
14772 (Feval_buffer): Bind Qlexical_binding.
14773 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
14774 Mark as dynamic.
14775 (syms_of_lread): Declare `lexical-binding'.
14776
14777 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
14778
14779 * keyboard.c (eval_dyn): New fun.
14780 (menu_item_eval_property): Use it.
14781
14782 * image.c (parse_image_spec): Use Ffunctionp.
14783
14784 * fns.c (concat, mapcar1): Accept byte-code-functions.
14785
14786 * eval.c (Fsetq): Handle lexical vars.
14787 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
14788 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
14789 (FletX, Flet): Obey lexical binding.
14790 (Fcommandp): Handle closures.
14791 (Feval): New `lexical' arg.
14792 (eval_sub): New function extracted from Feval. Use it almost
14793 everywhere where Feval was used. Look up vars in lexical env.
14794 Handle closures.
14795 (Ffunctionp): Move from subr.el.
14796 (Ffuncall): Handle closures.
14797 (apply_lambda): Remove `eval_flags'.
14798 (funcall_lambda): Handle closures and new byte-code-functions.
14799 (Fspecial_variable_p): New function.
14800 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
14801 but without exporting it to Lisp.
14802
14803 * doc.c (Fdocumentation, store_function_docstring):
14804 * data.c (Finteractive_form): Handle closures.
14805
14806 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
14807 interactive spec.
14808
14809 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
14810 New byte-codes.
14811 (exec_byte_code): New function extracted from Fbyte_code to handle new
14812 calling convention for byte-code-functions. Add new byte-codes.
14813
14814 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
14815
14816 * alloc.c (Fmake_symbol): Init new `declared_special' field.
14817
14818 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
14819
14820 * xdisp.c (redisplay_internal): Fix prototype.
14821
14822 2011-03-31 Eli Zaretskii <eliz@gnu.org>
14823
14824 * xdisp.c (SCROLL_LIMIT): New macro.
14825 (try_scrolling): Use it when setting scroll_limit.
14826 Limit scrolling to 100 screen lines.
14827 (redisplay_window): Even when falling back on "recentering",
14828 position point in the window according to scroll-conservatively,
14829 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
14830
14831 (try_scrolling): When point is above the window, allow searching
14832 as far as scroll_max, or one screenful, to compute vertical
14833 distance from PT to the scroll margin position. This prevents
14834 try_scrolling from unnecessarily failing when
14835 scroll-conservatively is set to a value slightly larger than the
14836 window height. Clean up the case of PT below the margin at bottom
14837 of window: scroll_max can no longer be INT_MAX. When aggressive
14838 scrolling is in use, don't let point enter the opposite scroll
14839 margin as result of the scroll.
14840 (syms_of_xdisp) <scroll-conservatively>: Document the
14841 threshold of 100 lines for never-recentering scrolling.
14842
14843 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
14844
14845 * dispextern.h (move_it_by_lines):
14846 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
14847 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
14848 (message_log_check_duplicate): Remove parameters `prev_bol' and
14849 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
14850 (redisplay_internal): Remove parameter `preserve_echo_area',
14851 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
14852
14853 * indent.c (Fvertical_motion):
14854 * window.c (window_scroll_pixel_based, Frecenter):
14855 Don't pass `need_y_p' to `move_it_by_lines'.
14856
14857 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14858
14859 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
14860 steal a few bits to be more compact.
14861 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
14862 Remove unneeded casts.
14863
14864 * bytecode.c (Fbyte_code): CAR and CDR can GC.
14865
14866 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
14867
14868 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
14869 binding" message (bug#7967).
14870
14871 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
14872
14873 Fix more problems found by GCC 4.6.0's static checks.
14874
14875 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
14876 Remove unused local var.
14877
14878 * editfns.c (Fmessage_box): Remove unused local var.
14879
14880 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
14881 (note_mode_line_or_margin_highlight, note_mouse_highlight):
14882 Omit unused local vars.
14883 * window.c (shrink_windows): Omit unused local var.
14884 * menu.c (digest_single_submenu): Omit unused local var.
14885 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
14886 Omit unused local var.
14887
14888 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
14889 Don't assume string length fits in int.
14890 (keyremap_step, read_key_sequence): Use size_t for sizes.
14891 (read_key_sequence): Don't check last_real_key_start redundantly.
14892
14893 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
14894 instead of alloca (Bug#8344).
14895
14896 * eval.c (Fbacktrace): Don't assume nargs fits in int.
14897 (Fbacktrace_frame): Don't assume nframes fits in int.
14898
14899 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
14900
14901 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
14902 concerns.
14903
14904 * term.c (produce_glyphless_glyph): Remove unnecessary test.
14905
14906 * cm.c (calccost): Turn while-do into do-while, for clarity.
14907
14908 * keyboard.c (syms_of_keyboard): Use the same style as later
14909 in this function when indexing through an array. This also
14910 works around GCC bug 48267.
14911
14912 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
14913
14914 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
14915
14916 * chartab.c (sub_char_table_ref_and_range): Redo for slight
14917 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
14918
14919 * keyboard.c, keyboard.h (num_input_events): Now size_t.
14920 This avoids undefined behavior on integer overflow, and is a bit
14921 more convenient anyway since it is compared to a size_t variable.
14922
14923 Variadic C functions now count arguments with size_t, not int.
14924 This avoids an unnecessary limitation on 64-bit machines, which
14925 caused (substring ...) to crash on large vectors (Bug#8344).
14926 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
14927 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
14928 All variadic functions and their callers changed accordingly.
14929 (struct gcpro.nvars): Now size_t, not int. All uses changed.
14930 * data.c (arith_driver, float_arith_driver): Likewise.
14931 * editfns.c (general_insert_function): Likewise.
14932 * eval.c (struct backtrace.nargs, interactive_p)
14933 (internal_condition_case_n, run_hook_with_args, apply_lambda)
14934 (funcall_lambda, mark_backtrace): Likewise.
14935 * fns.c (concat): Likewise.
14936 * frame.c (x_set_frame_parameters): Likewise.
14937 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
14938 0 if not found, not -1. All callers changed.
14939
14940 * alloc.c (garbage_collect): Don't assume stack size fits in int.
14941 (stack_copy_size): Now size_t, not int.
14942 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
14943
14944 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
14947 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
14948 All callers changed.
14949
14950 * lisp.h (multibyte_char_to_unibyte):
14951 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
14952 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
14953 * character.h (CHAR_TO_BYTE8):
14954 * cmds.c (internal_self_insert):
14955 * editfns.c (general_insert_function):
14956 * keymap.c (push_key_description):
14957 * search.c (Freplace_match):
14958 * xdisp.c (message_dolog, set_message_1): All callers changed.
14959
14960 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * keyboard.c (safe_run_hook_funcall): New function.
14963 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
14964 don't set the hook to nil, but remove the offending function instead.
14965 (Qcommand_hook_internal): Remove, unused.
14966 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
14967 Vcommand_hook_internal.
14968
14969 * eval.c (enum run_hooks_condition): Remove.
14970 (funcall_nil, funcall_not): New functions.
14971 (run_hook_with_args): Call each function through a `funcall' argument.
14972 Remove `cond' argument, now redundant.
14973 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
14974 (Frun_hook_with_args_until_failure): Adjust accordingly.
14975 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
14976
14977 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
14978
14979 * dispextern.h (string_buffer_position): Remove declaration.
14980
14981 * print.c (strout): Remove parameter `multibyte', unused since
14982 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
14983
14984 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
14985 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
14986 All callers changed.
14987
14988 * w32.c (_wsa_errlist): Use braces for struct initializers.
14989
14990 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
14991 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
14992 All callers changed.
14993 (string_buffer_position): Likewise. Also, make static (it's never
14994 used outside xdisp.c).
14995 (cursor_row_p): Remove parameter `w', unused since
14996 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
14997 (decode_mode_spec): Remove parameter `precision', introduced during
14998 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
14999 All callers changed.
15000
15001 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15002
15003 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
15004
15005 2011-03-27 Anders Lindgren <andlind@gmail.com>
15006
15007 * nsterm.m (ns_menu_bar_is_hidden): New variable.
15008 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
15009 (ns_update_auto_hide_menu_bar): New functions.
15010 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
15011 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
15012 ns_constrain_all_frames.
15013 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
15014 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
15015
15016 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15017
15018 * nsmenu.m (runDialogAt): Remove argument to timer_check.
15019
15020 2011-03-27 Glenn Morris <rgm@gnu.org>
15021
15022 * syssignal.h: Replace RETSIGTYPE with void.
15023 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
15024 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
15025 Replace SIGTYPE with void everywhere.
15026 * s/usg5-4-common.h (SIGTYPE): Remove definition.
15027 * s/template.h (SIGTYPE): Remove commented out definition.
15028
15029 2011-03-26 Eli Zaretskii <eliz@gnu.org>
15030
15031 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
15032 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
15033
15034 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
15035
15036 * w32.c (read_unc_volume): Use parameter `henum', instead of
15037 global variable `wget_enum_handle'.
15038
15039 * keymap.c (describe_vector): Remove parameters `indices' and
15040 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
15041 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
15042
15043 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
15044
15045 * keyboard.c (timer_check): Remove parameter `do_it_now',
15046 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
15047 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
15048 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
15049
15050 * keyboard.c (read_char):
15051 * w32menu.c (w32_menu_display_help):
15052 * xmenu.c (show_help_event, menu_help_callback):
15053 Adjust calls to `show_help_echo'.
15054
15055 * gtkutil.c (xg_maybe_add_timer):
15056 * keyboard.c (readable_events):
15057 * process.c (wait_reading_process_output):
15058 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
15059
15060 * insdel.c (adjust_markers_gap_motion):
15061 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
15062 (gap_left, gap_right): Don't call it.
15063
15064 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
15065
15066 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
15067 incurred during fontification.
15068
15069 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
15070
15071 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
15072 (DEFVAR_PER_BUFFER): Don't pass it.
15073
15074 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
15075 (scrolling_window): Don't pass it.
15076
15077 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
15078
15079 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
15080
15081 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
15082 and `suffix'.
15083 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
15084 of variables specific to SELinux and computation of `encoded_absname'.
15085
15086 * image.c (XPutPixel): Remove unused variable `height'.
15087
15088 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
15089
15090 * unexw32.c (get_section_info): Remove unused variable `section'.
15091
15092 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
15093 (system_process_attributes): Remove unused variable `sess'.
15094 (sys_read): Remove unused variable `err'.
15095
15096 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
15097 (w32_wnd_proc): Remove unused variable `isdead'.
15098 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
15099 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
15100 (x_create_tip_frame): Remove unused variable `tem'.
15101
15102 * w32inevt.c (w32_console_read_socket):
15103 Remove unused variable `no_events'.
15104
15105 * w32term.c (x_draw_composite_glyph_string_foreground):
15106 Remove unused variable `width'.
15107
15108 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
15109
15110 * w32term.c (x_set_glyph_string_clipping):
15111 Don't pass uninitialized region to CombineRgn.
15112
15113 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
15114
15115 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
15116 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
15117 (Fx_close_connection): Remove unused variable `i'.
15118
15119 * w32font.c (w32font_draw): Return number of glyphs.
15120 (w32font_open_internal): Remove unused variable `i'.
15121 (w32font_driver): Add missing initializer.
15122
15123 * w32menu.c (utf8to16): Remove unused variable `utf16'.
15124 (fill_in_menu): Remove unused variable `items_added'.
15125
15126 * w32term.c (last_mouse_press_frame): Remove static global variable.
15127 (w32_clip_to_row): Remove unused variable `f'.
15128 (x_delete_terminal): Remove unused variable `i'.
15129
15130 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
15131 (NOTHING): Remove unused static global variable.
15132 (uniscribe_check_otf): Remove unused variable `table'.
15133 (uniscribe_font_driver): Add missing initializers.
15134
15135 2011-03-23 Julien Danjou <julien@danjou.info>
15136
15137 * term.c (Fsuspend_tty, Fresume_tty):
15138 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
15139 * window.c (temp_output_buffer_show):
15140 * insdel.c (signal_before_change):
15141 * frame.c (Fhandle_switch_frame):
15142 * fileio.c (Fdo_auto_save):
15143 * emacs.c (Fkill_emacs):
15144 * editfns.c (save_excursion_restore):
15145 * cmds.c (internal_self_insert):
15146 * callint.c (Fcall_interactively):
15147 * buffer.c (Fkill_all_local_variables):
15148 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
15149 Use Frun_hooks.
15150 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
15151 unconditionally since it does the check itself.
15152
15153 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
15154
15155 Fix more problems found by GCC 4.5.2's static checks.
15156
15157 * coding.c (encode_coding_raw_text): Avoid unnecessary test
15158 the first time through the loop, since we know p0 < p1 then.
15159 This also avoids a gcc -Wstrict-overflow warning.
15160
15161 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
15162 leading to a memory leak, possible in functions like
15163 load_charset_map_from_file that can allocate an unbounded number
15164 of objects (Bug#8318).
15165
15166 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
15167 that could (at least in theory) be that large.
15168
15169 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
15170 This is less likely to overflow, and avoids undefined behavior if
15171 overflow does occur. All callers changed. Use strtoul to scan
15172 for the unsigned long integer.
15173 (pint2hrstr): Simplify and tune code slightly.
15174 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
15175
15176 * scroll.c (do_scrolling): Work around GCC bug 48228.
15177 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
15178
15179 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
15180 This also avoids a warning with gcc -Wstrict-overflow.
15181 (validate_x_resource_name): Simplify count usage.
15182 This also avoids a warning with gcc -Wstrict-overflow.
15183
15184 * fileio.c (Fcopy_file): Report error if fchown or fchmod
15185 fail (Bug#8306).
15186
15187 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
15188
15189 * process.c (Fmake_network_process): Use socklen_t, not int,
15190 where POSIX says socklen_t is required in portable programs.
15191 This fixes a porting bug on hosts like 64-bit HP-UX, where
15192 socklen_t is wider than int (Bug#8277).
15193 (Fmake_network_process, server_accept_connection):
15194 (wait_reading_process_output, read_process_output):
15195 Likewise.
15196
15197 * process.c: Rename or move locals to avoid shadowing.
15198 (list_processes_1, Fmake_network_process):
15199 (read_process_output_error_handler, exec_sentinel_error_handler):
15200 Rename or move locals.
15201 (Fmake_network_process): Define label "retry_connect" only if needed.
15202 (Fnetwork_interface_info): Fix pointer signedness.
15203 (process_send_signal): Add cast to avoid pointer signedness problem.
15204 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
15205 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
15206
15207 Make tparam.h and terminfo.c consistent.
15208 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
15209 Include tparam.h instead, since it declares them.
15210 * cm.h (PC): Remove extern decl; tparam.h now does this.
15211 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
15212 * terminfo.c: Include tparam.h, to check interfaces.
15213 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
15214 (tparam): Adjust signature to match interface in tparam.h;
15215 this removes some undefined behavior. Check that outstring and len
15216 are zero, which they always are with Emacs.
15217 * tparam.h (PC, BC, UP): New extern decls.
15218
15219 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
15220 (xftfont_open): Rename locals to avoid shadowing.
15221
15222 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
15223 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
15224 (OTF_TAG_SYM): Omit macro if not needed.
15225 (ftfont_list): Remove unused local.
15226 (get_adstyle_property, ftfont_pattern_entity):
15227 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
15228 Rename locals to avoid shadowing.
15229
15230 * xfont.c (xfont_list_family): Mark var as initialized.
15231
15232 * xml.c (make_dom): Now static.
15233
15234 * composite.c (composition_compute_stop_pos): Rename local to
15235 avoid shadowing.
15236 (composition_reseat_it): Remove unused locals.
15237 (find_automatic_composition, composition_adjust_point): Likewise.
15238 (composition_update_it): Mark var as initialized.
15239 (find_automatic_composition): Mark vars as initialized,
15240 with a FIXME (Bug#8290).
15241
15242 character.h: Rename locals to avoid shadowing.
15243 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
15244 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
15245 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
15246 (BUF_DEC_POS): Be more systematic about renaming local temporaries
15247 to avoid shadowing.
15248
15249 * textprop.c (property_change_between_p): Remove; unused.
15250
15251 * intervals.c (interval_start_pos): Now static.
15252
15253 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
15254
15255 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
15256 Rename locals to avoid shadowing.
15257
15258 * sound.c (wav_play, au_play, Fplay_sound_internal):
15259 Fix pointer signedness.
15260 (alsa_choose_format): Remove unused local var.
15261 (wav_play): Initialize a variable to 0, to prevent undefined
15262 behavior (Bug#8278).
15263
15264 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
15265
15266 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
15267
15268 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
15269 clobbering (Bug#8298).
15270 * sysdep.c (sys_subshell): Likewise.
15271 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
15272
15273 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
15274 This should get cleaned up, so that child_setup has the
15275 same signature on all platforms.
15276
15277 * callproc.c (call_process_cleanup): Now static.
15278 (relocate_fd): Rename locals to avoid shadowing.
15279
15280 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
15281
15282 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
15283 not to be necessary, and produces flickering.
15284
15285 2011-03-20 Glenn Morris <rgm@gnu.org>
15286
15287 * config.in: Remove file.
15288
15289 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
15290
15291 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
15292 are now in src/globals.h.
15293 (syms_of_minibuf): Remove spurious & from previous change.
15294
15295 2011-03-20 Leo Liu <sdl.web@gmail.com>
15296
15297 * minibuf.c (completing-read-function): New variable.
15298 (completing-read-default): Rename from completing-read.
15299 (completing-read): Call completing-read-function.
15300
15301 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
15302
15303 * xfaces.c (Fx_load_color_file):
15304 Read color file from absolute filename (bug#8250).
15305
15306 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
15307
15308 * makefile.w32-in: Update dependencies.
15309
15310 2011-03-17 Eli Zaretskii <eliz@gnu.org>
15311
15312 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
15313
15314 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
15315
15316 Fix more problems found by GCC 4.5.2's static checks.
15317
15318 * process.c (make_serial_process_unwind, send_process_trap):
15319 (sigchld_handler): Now static.
15320
15321 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
15322 That way, the code declares only the vars that it needs.
15323 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
15324 * s/cygwin.h (PTY_ITERATION): Likewise.
15325 * s/darwin.h (PTY_ITERATION): Likewise.
15326 * s/gnu-linux.h (PTY_ITERATION): Likewise.
15327
15328 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
15329 * process.c (allocate_pty): Don't declare stb unless it's needed.
15330
15331 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
15332 (CONSTANTLIM): Remove; unused.
15333 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
15334 Define only if needed.
15335
15336 * unexelf.c (unexec): Name an expression,
15337 to avoid gcc -Wbad-function-cast warning.
15338 Use a different way to cause a compilation error if anyone uses
15339 n rather than nn, a way that does not involve shadowing.
15340 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
15341
15342 * deps.mk (unexalpha.o): Remove; unused.
15343
15344 New file unexec.h, the (simple) interface for unexec (Bug#8267).
15345 * unexec.h: New file.
15346 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
15347 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
15348 Depend on unexec.h.
15349 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
15350 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
15351 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
15352 Change as necessary to match prototype in unexec.h.
15353
15354 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
15355 shadowing.
15356 (back_comment, skip_chars): Mark vars as initialized.
15357
15358 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
15359 Rename locals to avoid shadowing.
15360
15361 * lread.c (read1): Rewrite so as not to use empty "else".
15362 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
15363
15364 * print.c (Fredirect_debugging_output): Fix pointer signedess.
15365
15366 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
15367 warning when compiling print.c.
15368
15369 * font.c (font_unparse_fcname): Abort in an "impossible" situation
15370 instead of using an uninitialized var.
15371 (font_sort_entities): Mark var as initialized.
15372
15373 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
15374
15375 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
15376 pointers to constants.
15377 (font_parse_fcname): Remove unused vars.
15378 (font_delete_unmatched): Now static.
15379 (font_get_spec): Remove; unused.
15380 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
15381 (font_update_drivers, Ffont_get_glyphs, font_add_log):
15382 Rename or move locals to avoid shadowing.
15383
15384 * fns.c (require_nesting_list, require_unwind): Now static.
15385 (Ffillarray): Rename locals to avoid shadowing.
15386
15387 * floatfns.c (domain_error2): Define only if needed.
15388 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
15389
15390 * alloc.c (mark_backtrace): Move decl from here ...
15391 * lisp.h: ... to here, so that it can be checked.
15392
15393 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
15394 (Fdefvar): Rewrite so as not to use empty "else".
15395 (lisp_indirect_variable): Name an expression,
15396 to avoid gcc -Wbad-function-cast warning.
15397 (Fdefvar): Rename locals to avoid shadowing.
15398
15399 * callint.c (quotify_arg, quotify_args): Now static.
15400 (Fcall_interactively): Rename locals to avoid shadowing.
15401 Use const pointer when appropriate.
15402
15403 * lisp.h (get_system_name, get_operating_system_release):
15404 Move decls here, to check interfaces.
15405 * process.c (get_operating_system_release): Move decl to lisp.h.
15406 * xrdb.c (get_system_name): Likewise.
15407 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
15408 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
15409 some of which prompt warnings from gcc -Wbad-function-cast.
15410 (Fformat_time_string, Fencode_time, Finsert_char):
15411 (Ftranslate_region_internal, Fformat):
15412 Rename or remove local vars to avoid shadowing.
15413 (Ftranslate_region_internal): Mark var as initialized.
15414
15415 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
15416 avoid shadowing.
15417
15418 * lisp.h (eassert): Check that the argument compiles, even if
15419 ENABLE_CHECKING is not defined.
15420
15421 * data.c (Findirect_variable): Name an expression, to avoid
15422 gcc -Wbad-function-cast warning.
15423 (default_value, arithcompare, arith_driver, arith_error): Now static.
15424 (store_symval_forwarding): Rename local to avoid shadowing.
15425 (Fmake_variable_buffer_local, Fmake_local_variable):
15426 Mark variables as initialized.
15427 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
15428
15429 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
15430 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
15431 Rename locals to avoid shadowing.
15432 (mark_stack): Move local variables into the #ifdef region where
15433 they're used.
15434 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
15435 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
15436 needed otherwise.
15437 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
15438 (GC_STRING_CHARS): Remove; not used.
15439 (Fmemory_limit): Cast sbrk's returned value to char *.
15440
15441 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
15442 avoids undefined behavior in theory.
15443
15444 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
15445
15446 Use functions, not macros, for up- and down-casing (Bug#8254).
15447 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
15448 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
15449 to use the following functions instead of these macros.
15450 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
15451 EMACS_INT, since callers assume the returned value fits in int.
15452 (upcase1): Likewise, for UPCASE_TABLE.
15453 (uppercasep, lowercasep, upcase): New static inline functions.
15454 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
15455 the race-condition problem in the old DOWNCASE.
15456
15457 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
15458 Rename locals to avoid shadowing.
15459 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
15460 (regex_compile, re_search_2, re_match_2_internal):
15461 Remove unused local vars.
15462 (FREE_VAR): Rewrite so as not to use empty "else",
15463 which gcc can warn about.
15464 (regex_compile, re_match_2_internal): Mark locals as initialized.
15465 (RETALLOC_IF): Define only if needed.
15466 (WORDCHAR_P): Likewise. This one is never needed, but is used
15467 only in a comment talking about a compiler bug, so put inside
15468 the #if 0 of that comment.
15469 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
15470 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
15471 Remove; unused.
15472
15473 * search.c (boyer_moore): Rename locals to avoid shadowing.
15474 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
15475 (PREV_CHAR_BOUNDARY): Likewise.
15476
15477 * search.c (simple_search): Remove unused var.
15478
15479 * dired.c (compile_pattern): Move decl from here ...
15480 * lisp.h: ... to here, so that it can be checked.
15481 (struct re_registers): New forward decl.
15482
15483 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
15484
15485 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
15486 All uses changed.
15487 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
15488 Rename locals to avoid shadowing.
15489 (Fvertical_motion): Mark locals as initialized.
15490
15491 * casefiddle.c (casify_object, casify_region): Now static.
15492 (casify_region): Mark local as initialized.
15493
15494 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
15495
15496 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
15497 New macros, so that the caller can use some names other than
15498 gcpro1, gcpro2, etc.
15499 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
15500 of the new macros.
15501 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
15502 argument, for consistency with GCPRO2_VAR, etc: it is now the
15503 prefix of the variable, not the variable itself. All uses
15504 changed.
15505 * dired.c (directory_files_internal, file_name_completion):
15506 Rename locals to avoid shadowing.
15507
15508 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
15509 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
15510 dired.c's scmp function, had undefined behavior.
15511 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
15512 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
15513 * buffer.h: ... to here, because these macros use current_buffer,
15514 and the new implementation with inline functions needs to have
15515 current_buffer in scope now, rather than later when the macros
15516 are used.
15517 (downcase, upcase1): New static inline functions.
15518 (DOWNCASE, UPCASE1): Reimplement using these functions.
15519 This avoids undefined behavior in expressions like
15520 DOWNCASE (x) == DOWNCASE (y), which previously suffered
15521 from race conditions in accessing the global variables
15522 case_temp1 and case_temp2.
15523 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
15524 * lisp.h (case_temp1, case_temp2): Remove their decls.
15525 * character.h (ASCII_CHAR_P): Move from here ...
15526 * lisp.h: ... to here, so that the inline functions mentioned
15527 above can use them.
15528
15529 * dired.c (directory_files_internal_unwind): Now static.
15530
15531 * fileio.c (file_name_as_directory, directory_file_name):
15532 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
15533 Now static.
15534 (file_name_as_directory): Use const pointers when appropriate.
15535 (Fexpand_file_name): Likewise. In particular, newdir might
15536 point at constant storage, so make it a const pointer.
15537 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
15538 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
15539 signedness issues.
15540 (Fset_file_times, Finsert_file_contents, auto_save_error):
15541 Rename locals to avoid shadowing.
15542
15543 * minibuf.c (choose_minibuf_frame_1): Now static.
15544 (Ftry_completion, Fall_completions): Rename or remove locals
15545 to avoid shadowing.
15546
15547 * marker.c (bytepos_to_charpos): Remove; unused.
15548
15549 * lisp.h (verify_bytepos, count_markers): New decls,
15550 so that gcc does not warn that these functions aren't declared.
15551
15552 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
15553 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
15554 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
15555 (copy_text): Remove unused local var.
15556
15557 * filelock.c (within_one_second): Now static.
15558 (lock_file_1): Rename local to avoid shadowing.
15559
15560 * buffer.c (fix_overlays_before): Mark locals as initialized.
15561 (fix_start_end_in_overlays): Likewise. This function should be
15562 simplified by using pointers-to-pointers, but that's a different
15563 matter.
15564 (switch_to_buffer_1): Now static.
15565 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
15566 (report_overlay_modification): Rename locals to avoid shadowing.
15567
15568 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
15569 Fix pointer signedness issue.
15570 (sys_subshell): Mark local as volatile if checking for lint,
15571 to suppress a gcc -Wclobbered warning that does not seem to be right.
15572 (MAXPATHLEN): Define only if needed.
15573
15574 * process.c (serial_open, serial_configure): Move decls from here ...
15575 * systty.h: ... to here, so that they can be checked.
15576
15577 * fns.c (get_random, seed_random): Move extern decls from here ...
15578 * lisp.h: ... to here, so that they can be checked.
15579
15580 * sysdep.c (reset_io): Now static.
15581 (wait_for_termination_signal): Remove; unused.
15582
15583 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
15584 (copy_keymap_item, append_key, push_text_char_description):
15585 Now static.
15586 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
15587 (DENSE_TABLE_SIZE): Remove; unused.
15588 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
15589 (describe_map_tree):
15590 Rename locals to avoid shadowing.
15591
15592 * keyboard.c: Declare functions static if they are not used elsewhere.
15593 (echo_char, echo_dash, cmd_error, top_level_2):
15594 (poll_for_input, handle_async_input): Now static.
15595 (read_char, kbd_buffer_get_event, make_lispy_position):
15596 (make_lispy_event, make_lispy_movement, apply_modifiers):
15597 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
15598 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
15599 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
15600 (read_key_sequence, read_char): Mark locals as initialized.
15601 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
15602
15603 * keyboard.h (make_ctrl_char): New decl.
15604 (mark_kboards): Move decl here ...
15605 * alloc.c (mark_kboards): ... from here.
15606
15607 * lisp.h (force_auto_save_soon): New decl.
15608
15609 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
15610 (DEFINE_DUMMY_FUNCTION): New macro.
15611 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
15612 Use it.
15613 (main): Add casts to avoid warnings
15614 if GCC considers string literals to be constants.
15615
15616 * lisp.h (fatal_error_signal): Add decl, since it's exported.
15617
15618 * dbusbind.c: Pointer signedness fixes.
15619 (xd_signature, xd_append_arg, xd_initialize):
15620 (Fdbus_call_method, Fdbus_call_method_asynchronously):
15621 (Fdbus_method_return_internal, Fdbus_method_error_internal):
15622 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
15623 (Fdbus_register_signal): Use SSDATA when the context wants char *.
15624
15625 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
15626 if GCC considers string literals to be constants.
15627 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
15628
15629 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15630
15631 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
15632 (print_preprocess, print_object): New macro to fix last change.
15633
15634 * print.c (print_preprocess): Don't forget font objects.
15635
15636 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15637
15638 * emacs.c (USAGE3): Doc fixes.
15639
15640 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
15641
15642 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
15643 structure.
15644
15645 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
15646
15647 * lisp.h (VWindow_system, Qfile_name_history):
15648 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
15649 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
15650 (w32_system_caret_x, w32_system_caret_y): Declare extern.
15651
15652 * w32select.c: Don't #include "keyboard.h".
15653 (run_protected): Add extern declaration for waiting_for_input.
15654
15655 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
15656 * w32console.c (detect_input_pending, read_input_pending)
15657 (encode_terminal_code):
15658 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
15659 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
15660 (w32_system_caret_y, Qfile_name_history):
15661 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
15662 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
15663 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
15664 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
15665 * w32proc.c (Qlocal, report_file_error):
15666 * w32term.c (Vwindow_system, updating_frame):
15667 * w32uniscribe.c (initialized, uniscribe_font_driver):
15668 Remove unneeded extern declarations.
15669
15670 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
15671
15672 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
15673
15674 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
15675
15676 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
15677 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
15678 These macros can no longer be used for assignment.
15679
15680 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
15681 Assign struct members directly, instead of using BUF_BEGV etc.
15682 (record_buffer_markers, fetch_buffer_markers): New functions for
15683 recording and fetching special buffer markers.
15684 (set_buffer_internal_1, set_buffer_temp): Use them.
15685
15686 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
15687
15688 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
15689
15690 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
15691 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
15692
15693 * xdisp.c (hscroll_window_tree):
15694 (reconsider_clip_changes): Use PT instead of BUF_PT.
15695
15696 2011-03-13 Eli Zaretskii <eliz@gnu.org>
15697
15698 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
15699 $(EMACS_ROOT)/lib/intprops.h.
15700
15701 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
15702
15703 Fix more problems found by GCC 4.5.2's static checks.
15704
15705 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
15706 to unsigned char * to avoid compiler diagnostic.
15707 (xg_free_frame_widgets): Make it clear that a local variable is
15708 needed only if USE_GTK_TOOLTIP.
15709 (gdk_window_get_screen): Make it clear that this macro is needed
15710 only if USE_GTK_TOOLTIP.
15711 (int_gtk_range_get_value): New function, which avoids a diagnostic
15712 from gcc -Wbad-function-cast.
15713 (xg_set_toolkit_scroll_bar_thumb): Use it.
15714 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
15715 diagnostic from gcc -Wbad-function-cast.
15716 (get_utf8_string, xg_get_file_with_chooser):
15717 Rename locals to avoid shadowing.
15718 (create_dialog): Move locals to avoid shadowing.
15719
15720 * xgselect.c (xg_select): Remove unused var.
15721
15722 * image.c (four_corners_best): Mark locals as initialized.
15723 (gif_load): Initialize transparent_p to zero (Bug#8238).
15724 Mark another local as initialized.
15725 (my_png_error, my_error_exit): Mark with NO_RETURN.
15726
15727 * image.c (clear_image_cache): Now static.
15728 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
15729 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
15730 (x_edge_detection): Remove unnecessary cast that
15731 gcc -Wbad-function-cast diagnoses.
15732 (gif_load): Fix pointer signedness.
15733 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
15734 (jpeg_load, gif_load): Rename locals to avoid shadowing.
15735
15736 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
15737
15738 Improve quality of tests for time stamp overflow.
15739 For example, without this patch (encode-time 0 0 0 1 1
15740 1152921504606846976) returns the obviously-bogus value (-948597
15741 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
15742 reports time overflow. See
15743 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
15744 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
15745 * editfns.c: Include limits.h and intprops.h.
15746 (TIME_T_MIN, TIME_T_MAX): New macros.
15747 (time_overflow): Move earlier, to before first use.
15748 (hi_time, lo_time): New functions, for an accurate test for
15749 out-of-range times.
15750 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
15751 (Fget_internal_run_time): Don't assume time_t fits in int.
15752 (make_time): Use list2 instead of Fcons twice.
15753 (Fdecode_time): More accurate test for out-of-range times.
15754 (check_tm_member): New function.
15755 (Fencode_time): Use it, to test for out-of-range times.
15756 (lisp_time_argument): Don't rely on undefined left-shift and
15757 right-shift behavior when checking for time stamp overflow.
15758
15759 * editfns.c (time_overflow): New function, refactoring common code.
15760 (Fformat_time_string, Fdecode_time, Fencode_time):
15761 (Fcurrent_time_string): Use it.
15762
15763 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
15764 * dired.c (make_time): Move to ...
15765 * editfns.c (make_time): ... here.
15766 * systime.h: Note the move.
15767
15768 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15769
15770 * fringe.c (update_window_fringes): Remove unused variables.
15771
15772 * unexmacosx.c (copy_data_segment): Also copy __got section.
15773 (Bug#8223)
15774
15775 2011-03-12 Eli Zaretskii <eliz@gnu.org>
15776
15777 * termcap.c [MSDOS]: Include "msdos.h".
15778 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
15779 Constify `char *' arguments and their references according to
15780 prototypes in tparam.h.
15781
15782 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
15783
15784 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
15785 Adapt all references accordingly.
15786
15787 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
15788
15789 2011-03-11 Tom Tromey <tromey@redhat.com>
15790
15791 * buffer.c (syms_of_buffer): Remove obsolete comment.
15792
15793 2011-03-11 Eli Zaretskii <eliz@gnu.org>
15794
15795 * termhooks.h (encode_terminal_code): Declare prototype.
15796
15797 * msdos.c (encode_terminal_code): Don't declare prototype.
15798
15799 * term.c (encode_terminal_code): Now external again, used by
15800 w32console.c and msdos.c.
15801
15802 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
15803 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
15804
15805 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
15806
15807 Fix some minor problems found by GCC 4.5.2's static checks.
15808
15809 * fringe.c (update_window_fringes): Mark locals as initialized
15810 (Bug#8227).
15811 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
15812
15813 * alloc.c (mark_fringe_data): Move decl from here ...
15814 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
15815 to check its interface.
15816 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
15817
15818 * fontset.c (free_realized_fontset): Now static.
15819 (Fset_fontset_font): Rename local to avoid shadowing.
15820 (fontset_font): Mark local as initialized.
15821 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
15822
15823 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
15824
15825 * xselect.c (x_disown_buffer_selections): Remove; not used.
15826 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
15827 (x_own_selection, Fx_disown_selection_internal): Rename locals
15828 to avoid shadowing.
15829 (x_handle_dnd_message): Remove local to avoid shadowing.
15830
15831 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
15832 so that the caller can use some name other than gcpro1.
15833 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
15834 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
15835 (Fx_backspace_delete_keys_p):
15836 Use them to avoid shadowing, and rename vars to avoid shadowing.
15837 (x_decode_color, x_set_name, x_window): Now static.
15838 (Fx_create_frame): Add braces to silence GCC warning.
15839 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
15840 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
15841 Remove unused locals.
15842 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
15843 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
15844 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
15845 macros.
15846
15847 * xterm.h (x_mouse_leave): New decl.
15848
15849 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
15850 Remove unused functions.
15851 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
15852 (x_calc_absolute_position): Now static.
15853 (XTread_socket): Don't define label "out" unless it's used.
15854 Don't declare local "event" unless it's used.
15855 (x_iconify_frame, x_free_frame_resources): Don't declare locals
15856 unless they are used.
15857 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
15858 (x_fatal_error_signal): Remove; not used.
15859 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
15860 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
15861 (x_error_catcher, x_connection_closed, x_error_handler):
15862 (x_error_quitter, xembed_send_message, x_iconify_frame):
15863 (my_log_handler): Rename locals to avoid shadowing.
15864 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
15865 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
15866
15867 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
15868 Rename or move locals to avoid shadowing.
15869 (tty_defined_color, merge_face_heights): Now static.
15870 (free_realized_faces_for_fontset): Remove; not used.
15871 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
15872 does not deduce is never used uninitialized.
15873 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
15874 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
15875
15876 * terminal.c (store_terminal_param): Now static.
15877
15878 * xmenu.c (menu_highlight_callback): Now static.
15879 (set_frame_menubar): Remove unused local.
15880 (xmenu_show): Rename parameter to avoid shadowing.
15881 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
15882 since they might point to immutable storage.
15883 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
15884 since it's unused otherwise.
15885
15886 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
15887 Add a FIXME, since the code still doesn't look right. (Bug#8215)
15888 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
15889 avoids a gcc -Wuninitialized diagnostic.
15890 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
15891 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
15892 does not deduce are never used uninitialized.
15893
15894 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
15895
15896 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
15897 * window.c (window_loop, size_window):
15898 (run_window_configuration_change_hook, enlarge_window): Likewise.
15899
15900 * window.c (display_buffer): Now static.
15901 (size_window): Mark variables that gcc -Wuninitialized
15902 does not deduce are never used uninitialized.
15903 * window.h (check_all_windows): New decl, to forestall
15904 gcc -Wmissing-prototypes diagnostic.
15905 * dispextern.h (bidi_dump_cached_states): Likewise.
15906
15907 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
15908 shadowing.
15909 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
15910 Include <limits.h>.
15911 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
15912 and to avoid gcc -Wuninitialized warning.
15913 (load_charset_map): Mark variables that gcc -Wuninitialized
15914 does not deduce are never used uninitialized.
15915 (load_charset): Abort instead of using uninitialized var (Bug#8229).
15916
15917 * coding.c (coding_set_source, coding_set_destination):
15918 Use "else { /* comment */ }" rather than "else /* comment */;"
15919 for clarity, and to avoid gcc -Wempty-body warning.
15920 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
15921 a block, when the outer 'i' will do.
15922 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
15923 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
15924 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
15925 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
15926 (Fdecode_sjis_char, Fdefine_coding_system_internal):
15927 Rename locals to avoid shadowing.
15928 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15929 * coding.c (emacs_mule_char, encode_invocation_designation):
15930 Now static, since they're not used elsewhere.
15931 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
15932 (decode_coding_object, encode_coding_object, detect_coding_system):
15933 (decode_coding_emacs_mule): Mark variables that gcc
15934 -Wuninitialized does not deduce are never used uninitialized.
15935 (detect_coding_iso_2022): Initialize a local variable that might
15936 be used uninitialized. Leave a FIXME because it's not clear that
15937 this initialization is needed. (Bug#8211)
15938 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
15939 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
15940 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
15941 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
15942 Remove unused macros.
15943
15944 * category.c (hash_get_category_set): Remove unused local var.
15945 (copy_category_table): Now static, since it's not used elsewhere.
15946 * character.c (string_count_byte8): Likewise.
15947
15948 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
15949 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
15950
15951 * chartab.c (copy_sub_char_table): Now static, since it's not used
15952 elsewhere.
15953 (sub_char_table_ref_and_range, char_table_ref_and_range):
15954 Rename locals to avoid shadowing.
15955 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
15956
15957 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
15958 (BIDI_BOB): Remove unused macro.
15959
15960 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
15961 deduce are never used uninitialized.
15962 * term.c (encode_terminal_code): Likewise.
15963
15964 * term.c (encode_terminal_code): Now static. Remove unused local.
15965
15966 * tparam.h: New file.
15967 * term.c, tparam.h: Include it.
15968 * deps.mk (term.o, tparam.o): Depend on tparam.h.
15969 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
15970 Move these decls to tparam.h, and make them agree with what
15971 is actually in tparam.c. The previous trick of using incompatible
15972 decls in different modules does not conform to the C standard.
15973 All callers of tparam changed to use tparam's actual API.
15974 * tparam.c (tparam1, tparam, tgoto):
15975 Use const pointers where appropriate.
15976
15977 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
15978 * cm.h (struct cm): Likewise.
15979 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
15980 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
15981 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
15982 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
15983 (turn_on_face, init_tty): Likewise.
15984 * termchar.h (struct tty_display_info): Likewise.
15985
15986 * term.c (term_mouse_position): Rename local to avoid shadowing.
15987
15988 * alloc.c (mark_ttys): Move decl from here ...
15989 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
15990
15991 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
15992
15993 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
15994
15995 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
15996
15997 * search.c (compile_pattern_1): Remove argument regp, unused since
15998 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
15999 (compile_pattern): Don't pass it.
16000
16001 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
16002
16003 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
16004 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
16005 for ! HAVE_GTK3.
16006 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
16007
16008 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
16009
16010 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
16011 gdk_window_get_screen, gdk_window_get_geometry,
16012 gdk_x11_window_lookup_for_display and GDK_KEY_g.
16013 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
16014 (xg_get_pixbuf_from_pixmap): New function.
16015 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
16016 to Pixmap, take frame as parameter, remove GdkColormap parameter.
16017 Call xg_get_pixbuf_from_pixmap instead of
16018 gdk_pixbuf_get_from_drawable.
16019 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
16020 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
16021 (xg_check_special_colors): Use GtkStyleContext and its functions
16022 for HAVE_GTK3.
16023 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
16024 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
16025 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
16026 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
16027 Call gtk_widget_get_preferred_size.
16028 (xg_frame_resized): gdk_window_get_geometry only takes 5
16029 parameters.
16030 (xg_win_to_widget, xg_event_is_for_menubar):
16031 Call gdk_x11_window_lookup_for_display.
16032 (xg_set_widget_bg): New function.
16033 (delete_cb): New function.
16034 (xg_create_frame_widgets): Connect delete-event to delete_cb.
16035 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
16036 (xg_set_background_color): Call xg_set_widget_bg.
16037 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
16038 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
16039 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
16040 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
16041 if ! HAVE_GTK3.
16042 (update_frame_tool_bar): Call gtk_widget_hide.
16043 (xg_initialize): Use GDK_KEY_g.
16044
16045 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
16046 if ! HAVE_GTK3
16047 (x_session_initialize): Call gdk_x11_set_sm_client_id.
16048
16049 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
16050 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
16051 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
16052
16053 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
16054
16055 * w32xfns.c (select_palette): Check success of RealizePalette against
16056 GDI_ERROR, not zero.
16057
16058 See ChangeLog.11 for earlier changes.
16059
16060 ;; Local Variables:
16061 ;; coding: utf-8
16062 ;; End:
16063
16064 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16065
16066 This file is part of GNU Emacs.
16067
16068 GNU Emacs is free software: you can redistribute it and/or modify
16069 it under the terms of the GNU General Public License as published by
16070 the Free Software Foundation, either version 3 of the License, or
16071 (at your option) any later version.
16072
16073 GNU Emacs is distributed in the hope that it will be useful,
16074 but WITHOUT ANY WARRANTY; without even the implied warranty of
16075 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16076 GNU General Public License for more details.
16077
16078 You should have received a copy of the GNU General Public License
16079 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.