Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / ChangeLog
CommitLineData
eada0861 12012-08-28 Eli Zaretskii <eliz@gnu.org>
19c17fc1 2
eada0861
GM
3 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
4 is not one of the heaps we manage. (Bug#12242)
5
62012-08-28 Glenn Morris <rgm@gnu.org>
7
8 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
9
457294dd
MR
102012-08-28 Martin Rudalics <rudalics@gmx.at>
11
12 * window.c (Fset_window_configuration): Remove handling of
37b9743e
MR
13 auto-buffer-name window parameter. Install revision of reverted
14 fix.
457294dd 15
4f2daf31
DA
162012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
17
18 Do not allow to set major mode for a dead buffer.
19 * buffer.c (Fset_buffer_major_mode): Signal an error
20 if the buffer is dead.
21 (Fother_buffer, other_buffer_safely): Remove redundant
22 nested declaration.
23
66322887
DA
242012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
25
26 Always use set_buffer_if_live to restore original buffer at unwind.
27 * buffer.h (record_unwind_current_buffer): New function.
28 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
29 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
30 * undo.c, window.c: Adjust users.
31 * buffer.c (set_buffer_if_live): Fix comment.
32
a3d794a1
DA
332012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
34
35 Fix usage of set_buffer_internal.
36 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
37 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
38 * coding.c (decode_coding): Omit redundant test.
39 * fileio.c (decide_coding_unwind): Likewise.
40 * fns.c (secure_hash): Likewise.
41 * insdel.c (modify_region): Likewise.
42 * keyboard.c (command_loop_1): Likewise.
43 * print.c (PRINTFINISH): Likewise.
44 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
45
59ea14cd
PE
462012-08-27 Paul Eggert <eggert@cs.ucla.edu>
47
48 * dispnew.c: Use bool for boolean.
49 (frame_garbaged, display_completed, delayed_size_change)
50 (fonts_changed_p, add_window_display_history)
51 (add_frame_display_history, verify_row_hash)
52 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
53 (row_equal_p, realloc_glyph_pool)
54 (allocate_matrices_for_frame_redisplay)
55 (showing_window_margins_p)
56 (adjust_frame_glyphs_for_frame_redisplay)
57 (build_frame_matrix_from_leaf_window, make_current)
58 (mirrored_line_dance, mirror_line_dance, update_frame)
59 (update_window_tree, update_single_window)
60 (check_current_matrix_flags, update_window, update_text_area)
61 (update_window_line, set_window_update_flags, scrolling_window)
62 (update_frame_1, scrolling, buffer_posn_from_coords)
63 (do_pending_window_change, change_frame_size)
64 (change_frame_size_1, sit_for):
65 Use bool for boolean.
66 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
67 and remove last int (actually boolean) argument, which was always 0.
68 All callers changed.
69 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
70 * dispextern.h (struct composition_it): Use bool for boolean.
71 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
72 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
73 * dired.c (file_name_completion):
74 Use bool for boolean. (This was missed in an earlier change.)
75
95072a94
MR
762012-08-27 Martin Rudalics <rudalics@gmx.at>
77
78 * window.c (Fset_window_configuration): Revert first part of
79 last change.
80
0f19feff
JD
812012-08-27 Jan Djärv <jan.h.d@swipnet.se>
82
83 * nsterm.h (NSPanel): New class variable dialog_return.
84
85 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
86 dialog_return.
87 (windowShouldClose:): Use stop instead of stopModalWithCode.
88 (clicked:): Ditto, and also set dialog_return (Bug#12258).
89 (timeout_handler:): Use stop instead of abortModal. Send a dummy
90 event.
91 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
92 modal loop returns.
93
f10fe38f
PE
942012-08-27 Paul Eggert <eggert@cs.ucla.edu>
95
de1339b0
PE
96 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
97 * composite.c (find_composition, composition_gstring_p)
98 (composition_reseat_it, find_automatic_composition):
99 * data.c (let_shadows_buffer_binding_p)
100 (let_shadows_global_binding_p, set_internal, make_blv)
101 (Fmake_variable_buffer_local, Fmake_local_variable)
102 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
103 (cons_to_signed, arith_driver):
104 * dbusbind.c (xd_in_read_queued_messages):
105 * dired.c (directory_files_internal, file_name_completion):
106 Use bool for booleans.
107 * dired.c (file_name_completion):
108 * process.h (fd_callback):
109 Omit int (actually boolean) argument. It wasn't being used.
110 All uses changed.
111 * composite.h, lisp.h: Reflect above API changes.
112
f10fe38f
PE
113 * cmds.c, coding.c: Use bool for booleans.
114 * cmds.c (move_point, Fself_insert_command):
115 * coding.h (struct composition status, struct coding_system):
116 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
117 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
118 (emacs_mule_char, decode_coding_emacs_mule)
119 (encode_coding_emacs_mule, detect_coding_iso_2022)
120 (decode_coding_iso_2022, encode_invocation_designation)
121 (encode_designation_at_bol, encode_coding_iso_2022)
122 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
123 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
124 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
125 (encode_coding_raw_text, detect_coding_charset)
126 (decode_coding_charset, encode_coding_charset, detect_eol)
127 (detect_coding, get_translation_table, produce_chars)
128 (consume_chars, reused_workbuf_in_use)
129 (make_conversion_work_buffer, code_conversion_save)
130 (decode_coding_object, encode_coding_object)
131 (detect_coding_system, char_encodable_p)
132 (Funencodable_char_position, code_convert_region)
133 (code_convert_string, code_convert_string_norecord)
134 (Fset_coding_system_priority):
135 * fileio.c (Finsert_file_contents):
136 Use bool for booleans.
137 * coding.h, lisp.h: Reflect above API changes.
138 * coding.c: Remove unnecessary static function decls.
139 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
140 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
141 not a boolean 'int', since callers never look at the return value.
142 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
143 * coding.h (decoding_buffer_size, encoding_buffer_size)
144 (emacs_mule_string_char): Remove unused extern decls.
145 (struct iso_2022_spec, struct coding_system):
146 Use 'unsigned int : 1' for boolean fields, since there's more than one.
147 (struct emacs_mule_spec): Remove unused field 'full_support'.
148 All initializations removed.
149 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
150
5474c384
DA
1512012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
152
f10fe38f 153 Fix spare memory change (Bug#12286).
5474c384
DA
154 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
155 (valid_lisp_object_p): Likewise.
156
c4b6914d
MR
1572012-08-27 Martin Rudalics <rudalics@gmx.at>
158
159 * window.c (Fset_window_configuration): Record any window's old
160 buffer if it's replaced (see Bug#8789). If the new current
161 buffer doesn't appear in the selected window, go to its old
162 point (Bug#12208).
163
35aaa1ea
DA
1642012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
165
166 Special MEM_TYPE_SPARE to denote reserved memory.
167 * alloc.c (enum mem_type): New memory type.
168 (refill_memory_reserve): Use new type for spare memory.
169 This prevents live_cons_p and live_string_p from incorrect
170 detection of uninitialized objects from spare memory as live.
171
6af64513
PE
1722012-08-26 Paul Eggert <eggert@cs.ucla.edu>
173
8b2e00a3
PE
174 Spelling fixes.
175 * Makefile.in (.PHONY): versioclean -> versionclean.
176
b52d6985
PE
177 Remove unused external symbols.
178 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
179 * window.c (Qwindow_valid_p, decode_valid_window):
180 Now static, not extern.
181 * data.c (Qinterval): Remove; unused.
182 (syms_of_data): Do not define 'interval'.
183 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
184 * window.h (decode_valid_window):
185 Remove decls.
186
d5172d4f
PE
187 * character.c, charset.c, chartab.c: Use bool for booleans.
188 * character.c (lisp_string_width, string_count_byte8)
189 (string_escape_byte8):
190 * charset.c (charset_map_loaded, load_charset_map, read_hex):
191 (load_charset_map_from_file, map_charset_chars)
192 (Fdefine_charset_internal, define_charset_internal)
193 (Fdeclare_equiv_charset, find_charsets_in_text)
194 (Ffind_charset_region, char_charset, Fiso_charset):
195 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
196 (sub_char_table_set, sub_char_table_set_range)
197 (char_table_set_range, optimize_sub_char_table)
198 (map_sub_char_table):
199 Use bool for boolean.
200 * character.c (str_to_unibyte): Omit last boolean argument; it was
201 always 0. All callers changed.
202 * character.h, charset.h: Adjust to match previous changes.
203 * character.h (char_printable_p): Remove decl of nonexistent function.
204 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
205 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
206 are all boolean, so make them single-bit bitfields.
207
6af64513
PE
208 * lisp.h (ASET): Remove attempt to detect side effects.
209 It was meant to be temporary and it often doesn't work,
210 because when IDX has side effects the behavior of IDX==IDX
211 is undefined. See Stefan Monnier in
212 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
213
e1f29348
BR
2142012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
215
216 * lisp.h (functionp): New function (extracted from Ffunctionp).
217 (FUNCTIONP): Use it.
218 * eval.c (Ffunctionp): Use it.
219
17c05d74
PE
2202012-08-25 Paul Eggert <eggert@cs.ucla.edu>
221
0f46bc75
PE
222 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
223 as that's faster and simpler than static storage. Don't bother
224 with the g_main_context_query overhead if g_main_context_pending
225 says no events are pending.
226 (gfds, gfds_size): Remove these static vars.
227 (xgselect_initialize): Remove; no longer needed.
228 All uses and decls removed.
229
ee4c0f69
PE
230 * emacs.c (fatal_error_signal_hook): Remove.
231 All uses removed. This leftover from old code was always 0.
232
17c05d74
PE
233 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
234 * casefiddle.c (casify_object, casify_region):
235 * casetab.c (set_case_table):
236 * category.c, category.h (word_boundary_p):
237 * category.h (CHAR_HAS_CATEGORY):
238 Use bool for booleans, instead of int.
239
391ceac5
EZ
2402012-08-25 Eli Zaretskii <eliz@gnu.org>
241
242 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
243
2f221583
PE
2442012-08-25 Paul Eggert <eggert@cs.ucla.edu>
245
f4a681b0
PE
246 On assertion failure, print backtrace if available.
247 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
248 (die) [ENABLE_CHECKING]: Print a backtrace if available.
249 * Makefile.in (LIB_EXECINFO): New macro.
250 (LIBES): Use it.
251
2f221583
PE
252 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
253 * bytecode.c (exec_byte_code):
254 * callint.c (check_mark, Fcall_interactively):
255 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
256 (getenv_internal, sync_process_alive, call_process_exited):
257 * lisp.h (USE_SAFE_ALLOCA):
258 Use bool for booleans, instead of int.
259 * lisp.h, process.h: Adjust prototypes to match above changes.
260 * callint.c (Fcall_interactively): Don't assume the mark's
261 offset fits in 'int'.
262
37ef52bb
PE
2632012-08-24 Paul Eggert <eggert@cs.ucla.edu>
264
265 * buffer.c, buffer.h: Use bool for boolean.
266 * buffer.c (reset_buffer_local_variables)
267 (buffer_lisp_local_variables, Fset_buffer_modified_p)
268 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
269 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
270 (overlay_touches_p, overlay_strings, Foverlay_put)
271 (report_overlay_modification, call_overlay_mod_hooks):
272 (mmap_enlarge, mmap_set_vars):
273 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
274 Use bool for booleans, instead of int.
275 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
276 since the 1-or-0 return value is always ignored anyway.
277 (mmap_initialized_p):
278 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
279 * buffer.h, lisp.h: Adjust prototypes to match above changes.
280
2cc21167
PE
2812012-08-23 Paul Eggert <eggert@cs.ucla.edu>
282
283 * bidi.c: Use bool for boolean.
284 This is a bit more readable, and makes the text segment of bidi.o
285 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
286 Presumably it's faster too.
287 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
288 Now bool.
289 (bidi_cache_find_level_change, bidi_cache_iterator_state)
290 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
291 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
292 (bidi_explicit_dir_char, bidi_level_of_next_char)
293 (bidi_find_other_level_edge, bidi_move_to_visually_next):
294 Use bool for booleans, instead of int.
295 * dispextern.h (bidi_init_it, bidi_paragraph_init)
296 (bidi_unshelve_cache): Adjust decls to match code.
297
7db4ddf4
MR
2982012-08-23 Martin Rudalics <rudalics@gmx.at>
299
300 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
301 argument.
302
b1bb8011
PE
3032012-08-23 Paul Eggert <eggert@cs.ucla.edu>
304
305 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
306 * atimer.h: Include <stdbool.h>.
307
ff687885
DN
3082012-08-22 Dan Nicolaescu <dann@gnu.org>
309
310 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
311 compile time tests instead of run time tests on systems that do
312 not use them.
313 (FRAME_MAC_P): Remove leftover from deleted code.
314 * frame.c (syms_of_frame): Remove leftover from deleted code.
315
4ce7a138
JD
3162012-08-22 Jan Djärv <jan.h.d@swipnet.se>
317
318 * nsterm.m (insertText:): Don't clear modifiers if code is space.
319
d733ec6d
PE
3202012-08-22 Paul Eggert <eggert@cs.ucla.edu>
321
322 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
323 Otherwise, the compiler complains about (A?B:C) where B is void
324 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
325 (fontset_add): Return void, for FONTSET_ADD.
326
d0d2d26f
PE
3272012-08-21 Paul Eggert <eggert@cs.ucla.edu>
328
fce31d69
PE
329 * alloc.c: Use bool for booleans.
330 (gc_in_progress, abort_on_gc)
331 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
332 (dont_register_blocks) [GC_MALLOC_CHECK]:
333 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
334 (check_string_bytes, make_specified_string, memory_full)
335 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
336 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
337 (mark_stack, valid_pointer_p, make_pure_string)
338 (Fgarbage_collect, survives_gc_p, gc_sweep):
339 Use bool for booleans, instead of int.
340 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
341 Remove unused local.
342 * alloc.c (PURE_POINTER_P):
343 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
344 * editfns.c (Fformat):
345 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
346 (Fdo_auto_save):
347 * fns.c (sweep_weak_table):
348 * lisp.h (suppress_checking, push_message, survives_gc_p)
349 (make_pure_string, gc_in_progress, abort_on_gc):
350 * lread.c (readchar, read1):
351 * print.c (Fprin1_to_string):
352 * xdisp.c (push_message):
353 Use bool for booleans affected directly or indirectly by
354 alloc.c's changes.
355
d0d2d26f
PE
356 Make recently-introduced setters macros.
357 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
358 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
359 (set_fontset_default, set_fontset_fallback): Rename from their
360 upper-case counterparts, and make them functions rather than macros.
361 This is more consistent with the other recently-introduced setters.
362 These don't need to be inline, since they're local.
363
d18e2bb6
JD
3642012-08-21 Jan Djärv <jan.h.d@swipnet.se>
365
366 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
367 the loop (Bug#12247).
368
1b9d9d16
PE
3692012-08-21 Paul Eggert <eggert@cs.ucla.edu>
370
371 * lisp.h (vcopy): Use memcpy rather than our own loop.
372 This fixes a performance regression introduced by the recent
373 addition of vcopy. This means 'vcopy' will need to be modified
374 for a copying collector, but that's OK. Also, tighten the
375 checking in the assertion.
376
b2f09701
EZ
3772012-08-21 Eli Zaretskii <eliz@gnu.org>
378
379 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
380 components for RTL text (Bug#11860). Adjust X-OFFSET of each
381 non-base glyph for the width of the base character, according to
e1f29348
BR
382 what x_draw_composite_glyph_string_foreground expects.
383 Generate WADJUST value according to composition_gstring_width's
b2f09701
EZ
384 expectations, to produce correct width of the composed character.
385 Reverse the sign of the DU offset produced by ScriptPlace.
386
9b994fed
PE
3872012-08-21 Paul Eggert <eggert@cs.ucla.edu>
388
389 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
390
086ca913
DA
3912012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
392
393 Avoid direct writes to contents member of struct Lisp_Vector.
394 * lisp.h (vcopy): New function to copy data into vector.
395 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
396 * fns.c (Ffillarray): Use ASET.
397 * keyboard.c (timer_check_2): Use AREF and ASET.
398 (append_tool_bar_item, Frecent_keys): Use vcopy.
399 * lread.c (read_vector): Use ASET.
400 * msdos.c (Frecent_doskeys): Use vcopy.
401 * xface.c (Finternal_copy_lisp_face): Use vcopy.
402 (Finternal_merge_in_global_face): Use ASET and vcopy.
403 * xfont.c (xfont_list_pattern): Likewise.
404
5481664a
MR
4052012-08-21 Martin Rudalics <rudalics@gmx.at>
406
407 * window.c (Fwindow_point): For the selected window always return
408 the position of its buffer's point.
409 (Fset_window_point): For the selected window always go in its
410 buffer to the specified position.
411
6d470bdd
DA
4122012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
413
414 Setter macros for fontsets.
415 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
416 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
417 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
418 Adjust users.
419
24564fe1
GM
4202012-08-20 Glenn Morris <rgm@gnu.org>
421
422 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
423 Don't assume that `ln -f' works.
424
0a05a035
EZ
4252012-08-20 Eli Zaretskii <eliz@gnu.org>
426
427 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
428 and later about non-assignments with no effect. See discussion at
429 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
430 details.
431
e46f2325
DA
4322012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
433
434 Inline setter functions for Lisp_Objects slots of struct specbinding.
435 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
436 Adjust users.
437
734fbd86
MR
4382012-08-20 Martin Rudalics <rudalics@gmx.at>
439
440 * window.c (select_window): Always make selected window's buffer
441 current.
442
f1a95992
DA
4432012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
444
445 Use AREF and ASET for docstrings of category tables.
446 * category.h (CATEGORY_DOCSTRING): Use AREF.
447 (SET_CATEGORY_DOCSTRING): Use ASET.
448 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
449
e83064be
DA
4502012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
451
452 Inline setter functions for hash table members.
453 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
454 (set_hash_hash, set_hash_index): Rename with _slot suffix.
455 (set_hash_key_and_value, set_hash_index, set_hash_next)
456 (set_hash_hash): New functions.
457 * charset.c, fns.c: Adjust users.
458
4ce60d2e
DA
4592012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
460
461 Inline getter and setter functions for per-buffer values.
462 * buffer.h (per_buffer_default, set_per_buffer_default)
463 (per_buffer_value, set_per_buffer_value): New functions.
464 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
465 * buffer.c, data.c: Adjust users.
466
c06c9690
JB
4672012-08-20 Juanma Barranquero <lekktu@gmail.com>
468
469 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
470
32bd4250
PE
4712012-08-19 Paul Eggert <eggert@cs.ucla.edu>
472
bad03192 473 Rely on <config.h> + <unistd.h> to declare 'environ',
b69a6d22
PE
474 as gnulib does this if the system doesn't.
475 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
72279493
EZ
476 Remove declaration. MS-Windows declares it on stdlib.h which is
477 included by conf_post.h.
b69a6d22
PE
478 * emacs.c (environ) [DOUG_LEA_MALLOC]:
479 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
480 * vm-limit.c: Include <unistd.h>, for 'environ'.
481
22d7feb2
PE
482 * unexaix.c, unexcoff.c: Include "mem-limits.h".
483 (start_of_data): Remove decl; mem-limits.h provides it.
484
32bd4250
PE
485 * xdisp.c (handle_invisible_prop): Make it a bit faster
486 and avoid a gcc -Wmaybe-uninitialized diagnostic.
487
450809af
CY
4882012-08-19 Chong Yidong <cyd@gnu.org>
489
490 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
491 ends (Bug#3874).
492
9e677988
AS
4932012-08-19 Andreas Schwab <schwab@linux-m68k.org>
494
6b1319ce
AS
495 * .gdbinit: Use call instead of set when calling a function in the
496 inferior.
497
9e677988
AS
498 * data.c (set_internal): Don't use set_blv_found.
499 (Fkill_local_variable): Likewise.
500
d7191076
AA
5012012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
502
503 * nsfont.m (ns_ascii_average_width): Ensure the string
504 ascii_printable is initialized with a null-terminated character
505 array. Otherwise, it can contain undesired extra characters.
506
e757f1c6
PE
5072012-08-18 Paul Eggert <eggert@cs.ucla.edu>
508
509 port new setting code to Sun C 5.8 2005/10/13
510 * chartab.c, lisp.h (char_table_set, char_table_set_range):
511 Return void, not Lisp_Object. Otherwise, the compiler
512 complains about (A?B:C) where B is void and C is Lisp_Object
513 when compiling CHAR_TABLE_SET, due to the recent change to
514 the API of sub_char_table_set_contents.
515
a999ce26
CY
5162012-08-18 Chong Yidong <cyd@gnu.org>
517
518 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
519 for the string case (Bug#3874).
520
3f22b86f
PE
5212012-08-18 Paul Eggert <eggert@cs.ucla.edu>
522
39eb03f1
PE
523 * buffer.h (BSET): Remove (Bug#12215).
524 Replace all uses with calls to new setter functions.
525 (bset_bidi_paragraph_direction, bset_case_canon_table)
526 (bset_case_eqv_table, bset_directory, bset_display_count)
527 (bset_display_time, bset_downcase_table)
528 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
529 (bset_last_selected_window, bset_local_var_alist)
530 (bset_mark_active, bset_point_before_scroll, bset_read_only)
531 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
532 (bset_width_table):
533 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
534 (bset_auto_fill_function, bset_auto_save_file_format)
535 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
536 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
537 (bset_cache_long_line_scans, bset_case_fold_search)
538 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
539 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
540 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
541 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
542 (bset_header_line_format, bset_indicate_buffer_boundaries)
543 (bset_indicate_empty_lines, bset_invisibility_spec)
544 (bset_left_fringe_width, bset_major_mode, bset_mark)
545 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
546 (bset_name, bset_overwrite_mode, bset_pt_marker)
547 (bset_right_fringe_width, bset_save_length)
548 (bset_scroll_bar_width, bset_scroll_down_aggressively)
549 (bset_scroll_up_aggressively, bset_selective_display)
550 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
551 (bset_word_wrap, bset_zv_marker):
552 * category.c (bset_category_table):
553 * syntax.c (bset_syntax_table):
554 New setter functions.
555
6a09a33b
PE
556 * process.h (PSET): Remove (Bug#12215).
557 Replace all uses with calls to new setter functions.
558 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
559 (PROCESS_INLINE): New macro.
560 (pset_childp): New setter function.
561 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
562 * process.c (PROCESS_INLINE):
563 Define to EXTERN_INLINE, so that the corresponding functions
564 are compiled into code.
565 (pset_buffer, pset_command, pset_decode_coding_system)
566 (pset_decoding_buf, pset_encode_coding_system)
567 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
568 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
569 (pset_type, pset_write_queue): New setter functions.
570
e8c17b81
PE
571 * window.h (WSET): Remove (Bug#12215).
572 Replace all uses with calls to new setter functions.
573 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
574 (WINDOW_INLINE): New macro.
575 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
576 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
577 (wset_total_lines, wset_vertical_scroll_bar)
578 (wset_window_end_pos, wset_window_end_valid)
579 (wset_window_end_vpos): New setter functions.
580 * window.c (WINDOW_INLINE):
581 Define to EXTERN_INLINE, so that the corresponding functions
582 are compiled into code.
583 (wset_combination_limit, wset_dedicated, wset_display_table)
584 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
585 (wset_new_normal, wset_new_total, wset_next_buffers)
586 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
587 (wset_prev_buffers, wset_right_fringe_width)
588 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
589 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
590 (wset_window_parameters):
591 * xdisp.c (wset_base_line_number, wset_base_line_pos)
592 (wset_column_number_displayed, wset_region_showing):
593 New setter functions.
594
3f22b86f
PE
595 * termhooks.h (TSET): Remove (Bug#12215).
596 Replace all uses with calls to new setter functions.
597 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
598 (TERMHOOKS_INLINE): New macro.
599 (tset_charset_list, tset_selection_alist): New setter functions.
600 * terminal.c (TERMHOOKS_INLINE):
601 Define to EXTERN_INLINE, so that the corresponding functions
602 are compiled into code.
603 (tset_param_alist): New setter function.
604
742af32f
PE
6052012-08-17 Paul Eggert <eggert@cs.ucla.edu>
606
15dbb4d6
PE
607 * keyboard.h (KSET): Remove (Bug#12215).
608 Replace all uses with calls to new setter functions.
609 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
610 (KEYBOARD_INLINE): New macro.
611 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
612 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
613 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
614 New setter functions.
615 * keyboard.c (KEYBOARD_INLINE):
616 Define to EXTERN_INLINE, so that the corresponding functions
617 are compiled into code.
618 (kset_echo_string, kset_kbd_queue)
619 (kset_keyboard_translate_table, kset_last_prefix_arg)
620 (kset_last_repeatable_command, kset_local_function_key_map)
621 (kset_overriding_terminal_local_map, kset_real_last_command)
622 (kset_system_key_syms): New setter functions.
623
f00af5b1
PE
624 * frame.h (FSET): Remove (Bug#12215).
625 Replace all uses with calls to new setter functions.
626 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
627 (FRAME_INLINE): New macro.
628 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
629 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
630 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
631 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
632 (fset_param_alist, fset_root_window, fset_scroll_bars)
633 (fset_selected_window, fset_title, fset_tool_bar_items)
634 (fset_tool_bar_position, fset_tool_bar_window): New functions.
635 * frame.c (FRAME_INLINE):
636 Define to EXTERN_INLINE, so that the corresponding functions
637 are compiled into code.
638 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
639
0c94c8d6
PE
640 A few more naming-convention fixes for getters and setters.
641 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
642 and rename from buffer_overlays_set_before.
643 (set_buffer_overlays_after): Move here from buffer.h, and rename
644 from buffer_overlays_set_after.
645 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
646 All uses changed.
647 (set_buffer_intervals): Rename from buffer_set_intervals.
648 * intervals.c (set_interval_object): Move here from intervals.h,
649 and rename from interval_set_object.
650 (set_interval_left): Move here from intervals.h, and rename from
651 interval_set_left.
652 (set_interval_right): Move here from intervals.h, and rename from
653 interval_set_right.
654 (copy_interval_parent): Move here from intervals.h, and rename from
655 interval_copy_parent.
656 * intervals.h (set_interval_parent): Rename from interval_set_parent.
657 (set_interval_plist): Rename from interval_set_plist.
658 Return void, not Lisp_Object, since no caller uses the result.
659 * lisp.h (string_intervals): Rename from string_get_intervals.
660 (set_string_intervals): Rename from string_set_intervals.
661
34dabdb7
PE
662 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
663 (set_char_table_contents): Rename from char_table_set_contents.
0b390a9d 664 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
34dabdb7
PE
665 All uses changed. See the end of
666 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
667
742af32f
PE
668 * lisp.h (CSET): Remove (Bug#12215).
669 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
670 (set_char_table_purpose): New functions,
671 replacing CSET. All uses changed. For example, replace
672 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
c24eb18a 673 "set_char_table_parent (char_table, parent);".
742af32f
PE
674 The old version was confusing because it used the same name
675 'parent' for two different things.
676
a04e2c62
DA
6772012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
678
679 Functions to get and set Lisp_Object fields of buffer-local variables.
680 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
681 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
682 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
683 * data.c, eval.c, frame.c: Adjust users.
684
383dcbf9
CY
6852012-08-17 Chong Yidong <cyd@gnu.org>
686
687 * xfaces.c (merge_face_vectors): If the target font specfies a
688 font spec, make the font's attributes take precedence over
689 directly-specified attributes.
690 (merge_face_ref): Recognize :font.
691
44386687
DA
6922012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
693
694 Do not use memcpy for copying intervals.
695 * intervals.c (reproduce_interval): New function.
696 (reproduce_tree, reproduce_tree_obj): Use it.
697 (reproduce_tree_obj): Remove prototype.
698
927c7216
PE
6992012-08-17 Paul Eggert <eggert@cs.ucla.edu>
700
701 * lisp.h (duration_to_sec_usec): Remove unused decl.
702
93044f7b
AA
7032012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
704
705 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
706 to an allocated instance of NSString, not to the class itself.
707
9851e4a5
JB
7082012-08-17 Juanma Barranquero <lekktu@gmail.com>
709
710 * makefile.w32-in (C_CTYPE_H): New macro.
711 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
712 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
713 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
714
620f13b0
PE
7152012-08-16 Paul Eggert <eggert@cs.ucla.edu>
716
717 Use ASCII tests for character types.
718 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
719 * xfns.c, xterm.c:
720 Don't include <ctype.h>; was not needed.
721 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
722 * sysdep.c, xfaces.c:
723 Include <c-ctype.h> instead of <ctype.h>.
724 * nsterm.m: Include <c-ctype.h>.
725 * charset.c (read_hex):
726 * doc.c (Fsnarf_documentation):
727 * fileio.c (IS_DRIVE) [WINDOWSNT]:
728 (DRIVE_LETTER) [DOS_NT]:
729 (Ffile_name_directory, Fexpand_file_name)
730 (Fsubstitute_in_file_name):
731 * font.c (font_parse_xlfd, font_parse_fcname):
732 * frame.c (x_set_font_backend):
733 * gtkutil.c (xg_get_font):
734 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
735 * nsimage.m (hexchar):
736 * nsterm.m (ns_xlfd_to_fontname):
737 * sysdep.c (system_process_attributes):
738 * xfaces.c (hash_string_case_insensitive):
739 Use C-locale tests instead of locale-specific tests for character
740 types, since we want the ASCII interpretation here, not the
741 interpretation suitable for whatever happens to be the current locale.
742
52162052
MR
7432012-08-16 Martin Rudalics <rudalics@gmx.at>
744
745 Consistently check windows for validity/liveness
746 (Bug#11984, Bug#12025, Bug#12026).
747 * lisp.h (CHECK_VALID_WINDOW): New macro.
748 * window.c (decode_window): Rename to decode_live_window.
749 (decode_valid_window, Fwindow_valid_p): New functions.
750 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
751 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
752 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
753 (Fwindow_prev_sibling, Fwindow_combination_limit)
754 (Fset_window_combination_limit, Fwindow_use_time)
755 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
756 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
757 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
758 (Fwindow_hscroll, Fset_window_hscroll)
759 (Fwindow_redisplay_end_trigger)
760 (Fset_window_redisplay_end_trigger, Fwindow_edges)
761 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
762 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
763 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
764 (Fwindow_end, Fset_window_point, Fset_window_start)
765 (Fpos_visible_in_window_p, Fwindow_line_height)
766 (Fwindow_dedicated_p, Fset_window_dedicated_p)
767 (Fwindow_prev_buffers, Fset_window_prev_buffers)
768 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
769 (Fset_window_parameter, Fwindow_display_table)
770 (Fset_window_display_table, Fdelete_other_windows_internal)
771 (Fset_window_buffer, Fset_window_new_total)
772 (Fset_window_new_normal, Fdelete_window_internal)
773 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
774 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
775 (Fwindow_scroll_bars): Check whether argument window is a valid or
776 live window. Update doc-strings.
777 (syms_of_window): New symbol Qwindow_valid_p.
778 * keyboard.c (Fposn_at_x_y): Check whether argument
779 frame_or_window denotes a valid window.
780
2751c80f
DA
7812012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
782
783 Fix previous char table change.
784 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
785 * chartab.c (optimize_sub_char_table): Likewise.
786
032a42c8
CY
7872012-08-16 Chong Yidong <cyd@gnu.org>
788
a2d19368
CY
789 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
790
032a42c8
CY
791 * xfont.c (xfont_open):
792 * xftfont.c (xftfont_open): Set the font's max_width field.
793
794 * nsfont.m (nsfont_open): Similar to the Xft backend, set
795 min_width to space_width and average_width to the average over
796 printable ASCII characters.
797 (ns_char_width): Code cleanup.
798 (ns_ascii_average_width): New utility function.
799
800 * font.h (struct font): Update comments.
801
a098c930
DA
8022012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
803
032a42c8 804 Simple interface to set Lisp_Object fields of character tables.
a098c930
DA
805 * lisp.h (CSET): New macro.
806 (char_table_set_extras, char_table_set_contents)
807 (sub_char_table_set_contents): New function.
808 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
809 * syntax.c: Adjust users.
810
8be3a09c
SM
8112012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * eval.c (eval_sub): Bind lexical-binding.
814 * lread.c (Qlexical_binding): Make non-static.
815
ac4845a6
JD
8162012-08-15 Jan Djärv <jan.h.d@swipnet.se>
817
ddee6515
JD
818 * nsmenu.m (popupSession): Remove.
819 (pop_down_menu): Remove endModalSession.
820 (timeout_handler:): New method.
821 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
822 Call runModalForWindow. Check timer_fired when it returns.
823 If not set, cancel timer and break out of loop.
824 Otherwise loop again, with a new timeout.
825
826 * nsterm.m: Include fcntl.h if present.
827 (fd_entry, t_readfds, inNsSelect): Remove.
828 (select_writefds, select_valid, select_timeout, selfds)
829 (select_mutex, apploopnr): Add.
830 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
831 Otherwise call kbd_buffer_store_event.
832 (ns_send_appdefined): Remove release of fd_entry.
833 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
834 Increment and decrement apploopnr.
835 (ns_select): If no file descriptors, just do a NSTimer.
836 Otherwise copy read/write masks and start select thread (fd_handler).
837 Start main loop and wait for application defined event.
838 Inform select thread to stop selecting after main loop is exited.
839 (ns_term_init): Create selfds pipe and set non-blocking.
840 Initialize select_mutex. Start the select thread (fd_handler).
841 (fd_handler:): Loop forever, wait for info from the main thread
842 to either start or stop selecting. When select returns, send
843 and appdefined event.
844 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
845 If not call kbd_buffer_store_event.
846
847 * nsterm.h (EmacsApp): fd_handler takes id argument.
848 (EmacsDialogPanel): Add timer_fired and timeout_handler.
849
ac4845a6
JD
850 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
851
eb424fe3
EZ
8522012-08-15 Eli Zaretskii <eliz@gnu.org>
853
854 * region-cache.c (move_cache_gap): Update gap_len using the actual
855 growth of the boundaries array. Do not change cache_len.
856 (Bug#12196)
857
4e6a86c6
DA
8582012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
859
860 Generalize and cleanup font subsystem checks.
861 * font.h (FONT_DEBUG, font_assert): Remove.
8be3a09c
SM
862 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
863 Change font_assert to eassert. Use eassert where appropriate.
4e6a86c6 864
5bf192ca
DA
8652012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
866
867 * gtkutil.c (xg_get_font): Use pango_units_to_double.
868
f2045622
CY
8692012-08-15 Chong Yidong <cyd@gnu.org>
870
8be3a09c
SM
871 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
872 When using the new font chooser, use gtk_font_chooser_get_font_desc to
873 extract the font descriptor instead of just the font name.
874 In that case, return a font spec instead of a string.
f2045622
CY
875 (x_last_font_name): Move to this file from xfns.c.
876
877 * xfns.c (Fx_select_font): The return value can also be a font
878 spec. Move x_last_font_name management to gtkutil.c.
879
880 * xfaces.c: Make font weight and style symbols non-static.
881
7f6feb56
SM
8822012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
885 (bug#12117).
886
fecbd8ff
SM
8872012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * alloc.c (Fgarbage_collect): Use plural form consistently.
890
9b8d5165
EZ
8912012-08-14 Eli Zaretskii <eliz@gnu.org>
892
893 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
894 iteration through the command loop. Fixes a problem whereby mouse
895 movements are ignored until the first mouse click.
896
f5d9e83a
PE
8972012-08-14 Paul Eggert <eggert@cs.ucla.edu>
898
899 Use bool, not int, for Lisp booleans.
900 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
901 makes Emacs a bit smaller and presumably a bit faster.
902 * lisp.h: Include <stdbool.h>.
903 (struct Lisp_Boolfwd, defvar_bool):
904 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
905 * regex.c [!emacs]: Include <stdbool.h>.
906 (false, true): Remove; <stdbool.h> does this for us now.
907
55802e4a
CY
9082012-08-14 Chong Yidong <cyd@gnu.org>
909
4abcdac8
CY
910 * character.c (Fcharacterp): Doc fix (Bug#12076).
911
912 * data.c (Findirect_variable): Doc fix (Bug#11040).
913
55802e4a
CY
914 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
915
916 * editfns.c (Fformat): Doc fix (Bug#12059).
4abcdac8 917 (Fsave_current_buffer): Doc fix (Bug#11542).
55802e4a 918
8e99d072
BR
9192012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
920
921 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
922 (bug#12022).
923
08908aca
MR
9242012-08-14 Martin Rudalics <rudalics@gmx.at>
925
926 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
927 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
928 * minibuf.c (choose_minibuf_frame, read_minibuf):
929 * w32fns.c (x_create_tip_frame):
930 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
931 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
932
56120d6f
PE
9332012-08-14 Paul Eggert <eggert@cs.ucla.edu>
934
935 * intervals.c (offset_intervals): Remove obsolete comment.
936
67b77c0b
AS
9372012-08-14 Andreas Schwab <schwab@linux-m68k.org>
938
939 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
940
f48b82fd
GR
9412012-08-14 Gergely Risko <gergely@risko.hu>
942
943 * coding.c (decode_coding): Record buffer modification before
944 disabling undo_list (Bug#11773).
945
fd318b54
DA
9462012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
947
948 Revert and cleanup some recent overlay changes.
949 * buffer.h (enum overlay_type): Remove.
950 (buffer_get_overlays, buffer_set_overlays): Likewise.
951 (buffer_set_overlays_before, buffer_set_overlays_after):
952 New function. Adjust users.
953 (unchain_both): Add eassert.
954
41a62dd9
DA
9552012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
956
957 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
958
5884c324
PE
9592012-08-14 Paul Eggert <eggert@cs.ucla.edu>
960
961 * gtkutil.c (xg_mark_data): Don't assume C99.
962
ca06f160
JD
9632012-08-13 Jan Djärv <jan.h.d@swipnet.se>
964
965 * gtkutil.c (xg_frame_tb_info): New struct.
966 (TB_INFO_KEY): New define.
967 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
968 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
969 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
970 if not present.
971 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
972 is up to date. Otherwise store new data.
973 (free_frame_tool_bar): Free xg_frame_tb_info if present.
974
7864a3f7
DA
9752012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
976
977 Use KSET for write access to Lisp_Object members of struct kboard.
978 * keyboard.h (KSET): New macro.
979 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
980 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
981 * xterm.c: Adjust users.
982
4c31be61
DA
9832012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
984
985 Use BSET for write access to Lisp_Object members of struct buffer.
986 * buffer.h (BSET): New macro.
987 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
988 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
989 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
990 * window.c, xdisp.c, xfns.c: Adjust users.
991
14ae4239
BT
9922012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
993
994 * lread.c (syms_of_lread): Initialize Vlexical_binding.
995
32bcadb4
JD
9962012-08-11 Jan Djärv <jan.h.d@swipnet.se>
997
3d29b2ce
JD
998 * nsterm.m (not_in_argv): New function.
999 (application:openFile, application:openTempFile:):
1000 (application:openFileWithoutUI:, application:openFiles:): Open file
1001 if not_in_argv returns non-zero (bug#12171).
1002
32bcadb4 1003 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
14ae4239
BT
1004 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
1005 Define for Gtk+ versions less than 3.2.
32bcadb4
JD
1006 (xg_get_font_name): Use those functions/macros here.
1007 Reported by Frans Oilinki <moilinki@gmail.com>.
1008
9ff9402d 10092012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8ccd072a
YM
1010
1011 * unexmacosx.c (copy_data_segment): Copy initialized data in
1012 statically linked libraries from input file rather than memory.
1013
db74a5fc
YM
1014 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
1015 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
1016 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
1017
25e65510
GM
10182012-08-10 Glenn Morris <rgm@gnu.org>
1019
1020 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
1021 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
1022
7961135c
DA
10232012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1024
1025 Fix last change to allow compilation with low optimization levels.
1026 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
1027 Reported by Jan Djärv <jan.h.d@swipnet.se>.
1028
42b3a444
DA
10292012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1030
1031 Use common inline syntax in intervals.h.
1032 * intervals.h (INTERVALS_INLINE): New macro.
1033 Change all users from LISP_INLINE.
1034
9fb0c957
DA
10352012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1036
1037 Define Qnone once for all platforms.
1038 * frame.c (Qnone): Define here.
1039 (syms_of_frame): DEFSYM it.
1040 * lisp.h (Qnone): New declaration.
1041 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
1042 * xfns.c: Remove duplication. Adjust users.
1043
65e8ee52
DA
10442012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1045
1046 Remove unused macros from intervals.h.
1047 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
1048 * intervals.c: Adjust comment.
1049
9b855fd6
EZ
10502012-08-10 Eli Zaretskii <eliz@gnu.org>
1051
1052 * w32fns.c <w32_unicode_gui>: New static variable.
1053 (globals_of_w32fns): Initialize it according to os_subtype.
1054 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
1055 testing os_subtype.
1056
39cb9e56 10572012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
d30be705
EZ
1058 Eli Zaretskii <eliz@gnu.org>
1059
1060 Fix bug #10299 with Unicode characters sent by customized
1061 keyboards created by MSKLC.
1062 * w32fns.c (INIT_WINDOW_CLASS): New macro.
1063 (w32_init_class): Use it to initialize the Emacs class with either
1064 ANSI or Unicode API calls.
1065 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
1066 later.
1067 (w32_wnd_proc): If the character code sent by WM_CHAR or
1068 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
1069 original message. Call DefWindowProcW on NT and later.
1070
9374581a
GM
10712012-08-10 Glenn Morris <rgm@gnu.org>
1072
4b94e8cf
GM
1073 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
1074
9374581a
GM
1075 * lisp.h (DIRECTORY_SEP): Let configure set it.
1076
a2752828
DA
10772012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
1078
1079 Use TSET for write access to Lisp_Object slots of struct terminal.
1080 * termhooks.h (TSET): New macro.
1081 * coding.c, terminal.c, xselect.c: Adjust users.
1082
cc92c454
SM
10832012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
1086 the failing expression, include them in the error message.
1087 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
1088 * lisp.h (internal_condition_case_n): Update declaration.
1089
4cb3e6b3
DA
10902012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1091
1092 Inline functions to examine and change buffer overlays.
1093 * buffer.c (unchain_both): New function.
1094 * buffer.h (buffer_get_overlays, buffer_set_overlays):
1095 (buffer_has_overlays): New function.
1096 (enum overlay_type): New enum.
1097 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
1098 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
1099
8707c1e5
DA
11002012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1101
1102 Inline functions to examine and change buffer intervals.
1103 * alloc.c (mark_interval_tree): Remove.
1104 (MARK_INTERVAL_TREE): Simplify.
1105 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
1106 * intervals.c (buffer_balance_intervals): New function.
1107 (graft_intervals_into_buffer): Adjust indentation.
1108 (set_intervals_multibyte): Simplify.
1109 * buffer.h (BUF_INTERVALS): Remove.
1110 (buffer_get_intervals, buffer_set_intervals): New function.
1111 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
1112 * intervals.c, textprop.c: Adjust users.
1113
ad8c997f
DA
11142012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1115
1116 Inline functions to examine and change string intervals.
1117 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
1118 (string_get_intervals, string_set_intervals): New function.
1119 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
1120 * lread.c, print.c, textprop.c: Adjust users.
1121
32ac3a6b
GM
11222012-08-08 Glenn Morris <rgm@gnu.org>
1123
1124 * lisp.mk (lisp): Remove language/persian.elc.
1125
77c7bcb1
DA
11262012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1127
1128 Cleanup intervals.
1129 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
1130 (NULL_INTERVAL_P): Likewise. Adjust users.
14ae4239
BT
1131 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
1132 Adjust comment. Move under #if 0.
77c7bcb1
DA
1133 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
1134 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
1135
9c08a8d4
DA
11362012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1137
1138 Check total length of intervals with eassert.
1139 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
1140 * intervals.c: Change all users to eassert.
1141
26d16b35
EZ
11422012-08-07 Eli Zaretskii <eliz@gnu.org>
1143
14ae4239
BT
1144 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
1145 Rename fields to match removal of FGET and WGET and disuse of
26d16b35
EZ
1146 INTERNAL_FIELD in Lisp_Cons.
1147
c644523b
DA
11482012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1149
1150 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
1151 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
1152 name since all xname users are fixed long time ago. Do not
1153 use INTERNAL_FIELD.
1154 (set_symbol_name, set_symbol_function, set_symbol_plist):
1155 (set_symbol_next, set_overlay_plist): New function.
1156 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
1157 (struct Lisp_Overlay): Likewise.
1158 (CVAR, MVAR, SVAR): Remove.
1159 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
1160 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
1161 * xterm.c: Adjust users.
1162 * .gdbinit: Change to use name field of struct Lisp_Symbol
1163 where appropriate.
1164
6a3d20cc
DA
11652012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1166
1167 Basic functions to set Lisp_Object and pointer slots of intervals.
1168 * intervals.h (interval_set_parent, interval_set_object):
1169 (interval_set_left, interval_set_right, interval_set_plist):
1170 (interval_copy_parent): New function.
1171 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
14ae4239
BT
1172 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
1173 Adjust indentation.
6a3d20cc
DA
1174 (INTERVAL_SIZE): Remove. Adjust users.
1175 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
1176
4d2b044c
DA
11772012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1178
1179 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
1180 * process.h (PGET): Remove.
1181 (struct Lisp_Process): Do not use INTERNAL_FIELD.
1182 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
1183
d3d50620
DA
11842012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1185
1186 Drop WGET and revert read access to Lisp_Objects slots of struct window.
1187 * window.h (WGET): Remove.
1188 (struct window): Do not use INTERNAL_FIELD.
1189 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1190 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1191 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
1192 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
1193 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
1194 Adjust users.
1195
d10a51dc
CY
11962012-08-07 Chong Yidong <cyd@gnu.org>
1197
1198 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1199 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
1200 (Fdelete_window_internal): Signal an error if the window is not on
1201 a live frame (Bug#12025).
1202
e69b0960
DA
12032012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1204
1205 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
1206 * frame.h (FGET): Remove.
1207 (struct frame): Do not use INTERNAL_FIELD.
1208 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
1209 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
1210 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
1211 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
1212
25a20a3a
JB
12132012-08-06 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * w32.c: Silence compiler warnings.
1216 (map_w32_filename): Remove unused variable `is_fat'.
1217 (chase_symlinks): Add parentheses around expression.
1218
1c6f11f4
GM
12192012-08-06 Glenn Morris <rgm@gnu.org>
1220
1db4583a
GM
1221 * sysdep.c: Respect BROKEN_GETWD.
1222
1c6f11f4
GM
1223 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
1224 Let configure handle it.
1225 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
1226
2b90362b
DA
12272012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1228
1229 Use GCALIGNMENT where appropriate.
1230 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
1231 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
1232 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
1233
5f50daf2
EZ
12342012-08-06 Eli Zaretskii <eliz@gnu.org>
1235
14ae4239
BT
1236 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
1237 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
5f50daf2 1238
cbcc7007
SM
12392012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * buffer.h (struct buffer): Revert `indirections' to a simple int;
1242 that should be sufficient for everyone.
1243
4d365fa4
JD
12442012-08-06 Jan Djärv <jan.h.d@swipnet.se>
1245
1246 * keyboard.c (timer_check_2): Add break so timer_check returns next
1247 timeout.
1248
dd86bd82
DA
12492012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1250
1251 Fix Windows build errors introduced after converting to WGET and WSET.
1252 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
1253 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1254
054e1668
JD
12552012-08-06 Jan Djärv <jan.h.d@swipnet.se>
1256
1257 * nsterm.m (ns_frame_rehighlight): Use FSET.
1258
1259 * nsmenu.m (ns_update_menubar): Use FSET.
1260
21238f11
DA
12612012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1262
1263 Separate read and write access to Lisp_Object slots of Lisp_Process.
1264 * process.h (PGET, PSET): New macros similar to AREF and ASET.
1265 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
1266
077288cf
DA
12672012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1268
1269 Separate read and write access to Lisp_Object slots of struct window.
1270 * window.h (WGET, WSET): New macros similar to AREF and ASET.
1271 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1272 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1273 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
1274 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
1275 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
1276 Adjust users.
1277
71688bd7
DA
12782012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1279
1280 Fix Windows build errors introduced after converting to FGET and FSET.
1281 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
1282 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
1283 (w32_judge_scroll_bars): Change to use FSET.
1284 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1285
f99bac93
DA
12862012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1287
1288 Fix replacement typo.
1289 * window.c (replace_window): Set root_window instead of
1290 selected_window. This fixes a total window subsystem
1291 malfunction reported by Bastien Guerry <bzg@gnu.org>.
1292
8c2a0f2d
GM
12932012-08-06 Glenn Morris <rgm@gnu.org>
1294
1295 * lisp.mk (lisp): Add language/persian.elc.
1296
edd74c35
DA
12972012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1298
1299 Separate read and write access to Lisp_Object slots of struct frame.
1300 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
1301 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
1302 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
1303 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
1304 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
1305
8671676c
AS
13062012-08-05 Andreas Schwab <schwab@linux-m68k.org>
1307
1308 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
1309
663e2b3f
DA
13102012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1311
1312 Generalize common compile-time constants.
1313 * lisp.h (header_size, bool_header_size, word_size): Now here.
1314 (struct Lisp_Vector): Add comment.
1315 (struct Lisp_Bool_Vector): Move up to define handy constants.
1316 (VECSIZE, PSEUDOVECSIZE): Simplify.
1317 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
1318 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
1319 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
1320 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
1321 * xfont.c, xmenu.c: Use word_size where appropriate.
1322
d32e47af
LM
13232012-08-05 Lawrence Mitchell <wence@gmx.li>
1324
1325 * search.c (Freplace_match): Treat \? in the replacement text
1326 literally (Bug#8161).
1327
e5d9c0d1
CY
13282012-08-05 Chong Yidong <cyd@gnu.org>
1329
1330 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
1331 * frame.c (Vdelete_frame_functions):
1332 * emacs.c (Vkill_emacs_hook): Doc fix.
1333
8da0576b
EZ
13342012-08-04 Eli Zaretskii <eliz@gnu.org>
1335
1336 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
1337 --with-x-toolkit=no builds.
1338 Reported by Carsten Mattner <carstenmattner@gmail.com>.
1339
02676e5d
CY
13402012-08-04 Chong Yidong <cyd@gnu.org>
1341
1342 * syntax.c (Fmodify_syntax_entry): Doc fix.
1343
97147da9
EZ
13442012-08-04 Eli Zaretskii <eliz@gnu.org>
1345
76151e2c
EZ
1346 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
1347 * w32.c (init_environment): Change the default values of many
1348 environment variables in dflt_envvars[] to NULL, to avoid pushing
14ae4239
BT
1349 them into environment when they were not already defined.
1350 Remove the code that deletes site-lisp subdirectories from the default
76151e2c 1351 value of EMACSLOADPATH, as it is no longer needed.
14ae4239
BT
1352 (check_windows_init_file): Now external, not static.
1353 Use Vload_path as is, without adding anything, as this function is now
76151e2c
EZ
1354 called when Vload_path is already set up.
1355
1356 * w32.h (check_windows_init_file): Add prototype.
1357
1358 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
1359 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
1360 compatibility with Posix platforms.
1361 (main): Move the call to check_windows_init_file to here from
1362 w32.c.
1363 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
1364 any, in the DEFALT argument into the root of the Emacs build or
1365 installation tree, as appropriate.
1366
1367 * callproc.c (init_callproc_1): Call decode_env_path instead of
1368 doing its equivalent by hand.
1369 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
1370 the code that sets Vexec_path run on MS-Windows.
1371
1372 * lread.c (init_lread): Add comments to #ifdef's.
1373
97147da9
EZ
1374 * msdos.c (dos_set_window_size, IT_update_begin)
1375 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
1376 instead of direct references.
1377
185ee146
PE
13782012-08-04 Paul Eggert <eggert@cs.ucla.edu>
1379
1380 Export DEFAULT_REHASH_* to GDB.
1381 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
1382 Now constants, not macros.
1383
8834c57a
PE
13842012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1385
98c6f1e3
PE
1386 Remove unnecessary casts involving pointers.
1387 These casts are no longer needed now that we assume C89 or later,
1388 since they involve casting to or from void *.
1389 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
1390 (make_pure_float, make_pure_vector):
1391 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
1392 * macros.c (Fstart_kbd_macro):
1393 * menu.c (find_and_return_menu_selection):
1394 * minibuf.c (read_minibuf_noninteractive):
1395 * sysdep.c (closedir):
1396 * xdisp.c (x_produce_glyphs):
1397 * xfaces.c (compare_fonts_by_sort_order):
1398 * xfns.c (x_real_positions, select_visual):
1399 * xselect.c (x_stop_queuing_selection_requests)
1400 (x_get_window_property, x_get_window_property_as_lisp_data):
1401 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
1402 Remove unnecessary pointer casts.
1403 * alloc.c (record_xmalloc): New function.
1404 * lisp.h (record_xmalloc): New decl.
1405 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
1406 more like a function. This is because the pointer cast is not
1407 needed. All uses changed.
1408 * print.c (print_string, print_error_message): Avoid length recalc.
1409
8834c57a
PE
1410 Improve fix for macroexp crash with debugging (Bug#12118).
1411 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
1412 ARRAY_MARK_FLAG when checking subscripts, because ASET is
1413 not supposed to be invoked from the garbage collector.
1414 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
1415 (gc_aset): New function, which is like ASET but can be
1416 used in the garbage collector.
1417 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
1418 (set_hash_index): Use it instead of ASET.
1419
6dad7178
EZ
14202012-08-03 Eli Zaretskii <eliz@gnu.org>
1421
1422 Support symlinks on latest versions of MS-Windows.
1423 * w32.c: Include winioctl.h and aclapi.h.
1424 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
1425 (revert_to_self): Forward declarations of static functions.
1426 <static BOOL g_b_init_get_security_info>:
1427 <g_b_init_create_symbolic_link>: New static flags.
1428 (globals_of_w32): Initialize them to zero.
1429 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
1430 (map_w32_filename): Improve commentary. Simplify switch.
1431 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
1432 headers (most versions of MinGW w32api don't).
1433 (get_security_info, create_symbolic_link)
1434 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
1435 New functions.
1436 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
1437 in the argument file name.
1438 (sys_access): Call unc_volume_file_attributes only if
1439 GetFileAttributes fails with network-related error codes.
1440 (sys_rename): Diagnose renaming of a symlink when the user doesn't
1441 have the required privileges.
14ae4239 1442 (get_file_security_desc_by_name): Rename from
6dad7178
EZ
1443 get_file_security_desc.
1444 (stat_worker): New function, with most of the guts of 'stat', and
14ae4239
BT
1445 with addition of handling of symlinks and support for 'lstat'.
1446 If possible, get file's attributes and security information by
6dad7178
EZ
1447 handle, not by name. Produce S_IFLNK bit for symlinks, when
1448 called from 'lstat'.
1449 (stat, lstat): New functions, call 'stat_worker'.
1450 (symlink, readlink, careadlinkat): Rewritten to create and resolve
1451 symlinks when the underlying filesystem supports them.
1452
f162bcc3
PE
14532012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1454
79ea6c20
PE
1455 Fix macroexp crash on Windows with debugging (Bug#12118).
1456 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
1457 checking subscripts; problem introduced with the recent
1458 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
1459 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
1460 since it's used in non-static inline functions now.
1461
c0ce93fd
PE
1462 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
1463 Don't assume buffer size fits in 'int'. Remove unused local.
c71f5156 1464
f162bcc3
PE
1465 Use C99-style 'extern inline' if available.
1466 * buffer.h (BUFFER_INLINE):
1467 * category.h (CATEGORY_INLINE):
1468 * character.h (CHARACTER_INLINE):
1469 * charset.h (CHARSET_INLINE):
1470 * composite.h (COMPOSITE_INLINE):
1471 * dispextern.h (DISPEXTERN_INLINE):
1472 * lisp.h (LISP_INLINE):
1473 * systime.h (SYSTIME_INLINE):
1474 New macro, replacing 'static inline' in this header.
1475 * buffer.h, category.h, character.h, charset.h, composite.h:
1476 * dispextern.h, lisp.h, systime.h:
1477 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1478 * alloc.c (LISP_INLINE):
1479 * buffer.c (BUFFER_INLINE):
1480 * category.c (CATEGORY_INLINE):
1481 * character.c (CHARACTER_INLINE):
1482 * charset.c (CHARSET_INLINE):
1483 * composite.c (COMPOSITE_INLINE):
1484 * dispnew.c (DISPEXTERN_INLINE):
1485 * sysdep.c (SYSTIME_INLINE):
1486 Define to EXTERN_INLINE, so that the corresponding functions
1487 are compiled into code.
1488 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
1489 (INLINE_HEADER_END): New macros.
1490 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
1491 since it's used in non-static inline functions now.
a8333d03 1492 (VALMASK) [!USE_LSB_TAG]: Likewise.
f162bcc3 1493
837b365b
GM
14942012-08-02 Glenn Morris <rgm@gnu.org>
1495
d66b744d
GM
1496 * s/: Remove empty directory.
1497
837b365b
GM
1498 * s/ms-w32.h: Move to ../nt/inc.
1499 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
1500 Update for new ms-w32.h location.
1501
13294f95
PE
15022012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 Port to Solaris 8.
1505 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
1506
90df0db3
GM
15072012-08-02 Glenn Morris <rgm@gnu.org>
1508
1509 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
1510 hard-coding the path separator.
1511
4939150c
PE
15122012-08-01 Paul Eggert <eggert@cs.ucla.edu>
1513
1514 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
1515 This how ASET and AREF are supposed to work, and makes
1516 it easier to think about future improvements. See
1517 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
1518 * charset.h (set_charset_attr): New function.
1519 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
1520 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
1521 (aref_addr): New function. All uses of &AREF(...) changed.
1522 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
1523 (set_hash_index): New functions. All lvalue-style uses of
1524 HASH_KEY etc. changed.
1525 * keyboard.c (set_prop): New function. All lvalue-style uses
1526 of PROP changed.
1527
947b2afd
AA
15282012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
1529
1530 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
1531 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
1532 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
1533 * nsfns.m (ns_set_name_as_filename): Likewise.
1534 * nsmenu.m (ns_update_menubar): Likewise.
1535 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
1536
4f5d0325
EZ
15372012-08-01 Eli Zaretskii <eliz@gnu.org>
1538
2008beae
EZ
1539 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
1540 Adapt to latest changes in field names of the corresponding Lisp
288479f6 1541 objects.
2008beae 1542
4f5d0325
EZ
1543 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
1544
fe3cc771
GM
15452012-08-01 Glenn Morris <rgm@gnu.org>
1546
1547 * s/msdos.h: Remove file.
1548 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
1549 * Makefile.in (S_FILE): Remove.
1550 (config_h): Remove S_FILE.
1551
c90acc54
JB
15522012-08-01 Juanma Barranquero <lekktu@gmail.com>
1553
1554 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
1555 Remove; moved to nt/config.nt.
1556
d8a05828
DA
15572012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1558
1559 Use INTERNAL_FIELD for conses and overlays.
1560 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
1561 Remove obsolete comment.
1562 (MVAR): New macro.
1563 (struct Lisp_Overlay): Use INTERNAL_FIELD.
1564 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
1565
8271d590
DA
15662012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1567
1568 Use INTERNAL_FIELD for symbols.
1569 * lisp.h (SVAR): New macro. Adjust users.
1570 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
1571 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
1572
3193acd2
DA
15732012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1574
1575 Use INTERNAL_FIELD for processes.
1576 * process.h (PVAR): New macro. Adjust style.
1577 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
1578 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
1579
3a45383a
DA
15802012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
1581
1582 Use INTERNAL_FIELD for windows.
1583 * window.h (WVAR): New macro.
1584 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
1585 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1586 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1587 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
1588 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
1589 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
1590
c1dbc63c
PE
15912012-08-01 Paul Eggert <eggert@cs.ucla.edu>
1592
1593 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
1594
5c0c0e8a
GM
15952012-08-01 Glenn Morris <rgm@gnu.org>
1596
1597 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
1598 Move to configure.ac.
1599
552a99b4
JB
16002012-08-01 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * makefile.w32-in (CONFIG_H): Update dependencies.
1603 (CONF_POST_H): New macro.
1604
1605 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
1606
8d8e2dfe
GM
16072012-07-31 Glenn Morris <rgm@gnu.org>
1608
bc96620a
GM
1609 * Makefile.in (S_FILE): No longer set by configure.
1610
476b1b2d
GM
1611 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
1612 is available.
1613 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
1614
b2c7a106
GM
1615 * process.h (NULL_DEVICE):
1616 * emacs.c (SEPCHAR):
1617 * editfns.c (USER_FULL_NAME): Let configure set them.
1618
d53d062a
GM
1619 * s/README, s/template.h: Remove files.
1620
4515017f
GM
1621 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
1622
8d8e2dfe
GM
1623 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
1624 Move to configure.ac.
1625
5b20b3cc
EZ
16262012-07-31 Eli Zaretskii <eliz@gnu.org>
1627
1e0afd9a
EZ
1628 * .gdbinit (xframe): Adapt to introduction of FVAR and the
1629 resulting renaming of 'struct frame' members.
1630
5b20b3cc
EZ
1631 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
1632
1633 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
1634 after introduction of FVAR.
1635
f1310128
JD
16362012-07-31 Jan Djärv <jan.h.d@swipnet.se>
1637
79e721e0
JD
1638 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
1639
1640 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
1641 instead of compositeToPoint.
1642 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
1643
8d7c7eed 1644 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
f1310128 1645
e34f7f79
DA
16462012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1647
1648 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
1649 * lisp.h (INTERNAL_FIELD): New macro.
14ae4239 1650 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
e34f7f79
DA
1651 (BVAR): Change to use INTERNAL_FIELD.
1652 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
1653 (KVAR): Change to use INTERNAL_FIELD.
1654 * frame.h (FVAR): New macro.
1655 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
3a45383a
DA
1656 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
1657 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
1658 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
e34f7f79
DA
1659 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
1660
c09bfb2f
DA
16612012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1662
1663 Miscellaneous fixes for non-default X toolkits.
1664 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
1665 * xterm.c (x_frame_of_widget): Remove redundant prototype.
1666 Move under #ifdef USE_LUCID.
1667 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
1668 definition and usage to avoid warnings.
1669
14c114ae
JD
16702012-07-31 Jan Djärv <jan.h.d@swipnet.se>
1671
1672 * nsterm.m (openFiles): Fix previous checkin.
1673
3bd21e82
PE
16742012-07-31 Paul Eggert <eggert@cs.ucla.edu>
1675
1676 * indent.c (compute_motion): Remove unused local.
1677
c1529ded
GM
16782012-07-31 Glenn Morris <rgm@gnu.org>
1679
400d5621
GM
1680 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
1681
268e2432
GM
1682 * conf_post.h [USG5_4]:
1683 Move remaining contents of s/usg5-4-common.h here.
1684 * s/usg5-4-common.h: Remove file.
1685
7552f3ee
GM
1686 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
1687 * s/irix6-5.h: Remove file.
1688
6a381852
GM
1689 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
1690 * s/darwin.h: Remove file.
1691
c1529ded
GM
1692 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
1693 * s/hpux10-20.h: Remove file, which is now empty.
1694
b429a4ee
GM
16952012-07-30 Glenn Morris <rgm@gnu.org>
1696
1697 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
1698 * Makefile.in (config_h): Add conf_post.h.
1699 * makefile.w32-in (CONFIG_H): Add conf_post.h.
1700
adff3182
JD
17012012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1702
1703 * nsterm.m (ns_do_open_file): New variable.
b9031d69 1704 (ns_term_init): Set ns_do_open_file to YES after run returns.
14ae4239
BT
1705 (openFile, openTempFile, openFileWithoutUI, openFiles):
1706 Open files only if ns_do_open_file.
adff3182 1707
c32af1e4
PE
17082012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1709
7393bcbb
PE
1710 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
1711 This no-op macro hasn't been needed for many years.
1712 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
1713
c32af1e4
PE
1714 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
1715 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
1716 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
1717 gdb_make_enums_visible.
1718 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
1719 (DIRECTORY_SEP): Now a constant, not a macro.
1720
302fc036
EZ
17212012-07-30 Eli Zaretskii <eliz@gnu.org>
1722
1723 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
1724 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
1725
1726 * w32term.c <w32_keyboard_codepage>: Renamed from
1727 keyboard_codepage and now external. All users changed.
1728
1729 * w32term.h: Add declaration of w32_keyboard_codepage.
1730
1731 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
1732 the codepage to translate keys to Unicode. If this argument is
1733 -1, use the value returned by GetConsoleCP. All callers changed.
1734
88fb40b4
PE
17352012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1736
0aee6912
PE
1737 Update .PHONY listings in makefiles.
1738 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
1739 bootstrap-clean, distclean, maintainer-clean, versioclean,
1740 extraclean, frc.
1741
88fb40b4
PE
1742 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
1743 This is a bit clearer. Fix some commentary typos.
1744
0a763bd1
GM
17452012-07-30 Glenn Morris <rgm@gnu.org>
1746
32bac6d6
GM
1747 * s/netbsd.h: Let configure include signal.h if needed.
1748 Remove file, which is now empty.
1749
b65e7c46
GM
1750 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
1751 Let configure set them.
1752 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
1753 No more need to undefine.
0a763bd1 1754
169304bd
AS
17552012-07-30 Andreas Schwab <schwab@linux-m68k.org>
1756
1757 * keymap.c (Fkey_description): Don't remove 0x80 bit from
1758 non-single-byte char when adding meta modifier. (Bug#12090)
1759
6cd7a139
DA
17602012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
1761
1762 Convert safe_call to use variable number of arguments.
1763 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
1764 (safe_call2): Fix comment.
1765 * lisp.h (safe_call): Adjust prototype.
1766 * coding.c (encode_coding_object): Change to use safe_call2.
1767 * xfaces.c (merge_face_heights): Change to use safe_call1.
1768
d34d6ffc
GM
17692012-07-30 Glenn Morris <rgm@gnu.org>
1770
7b8a48e4 1771 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
227f5bd0 1772 does that unconditionally. Remove file, which is now empty.
7b8a48e4 1773
d34d6ffc
GM
1774 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
1775 Remove empty files.
1776
03a660a6
PE
17772012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1778
1779 Export to GDB most of lisp.h's remaining object-like macros.
1780 * lisp.h (min, max): Move earlier, because they're used earlier now.
1781 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
1782 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
1783 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
1784 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
1785 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
1786 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
1787 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
1788 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
1789 Now constants, for GDB. They need not be macros.
1790 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
1791 Now constants, for GDB, as well as macros, for static initializers.
1792 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
1793 Move to after the definition of struct Lisp_Char_Table,
1794 since the former now needs that type defined.
1795 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
1796 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
1797 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
1798 New enums, for gdb_make_enums_visible.
1799 (GLYPH_MODE_LINE_FACE): Remove; unused.
88fb40b4 1800 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
03a660a6
PE
1801 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
1802 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
1803 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
1804 enum maxargs, enum MAX_ALLOCA.
1805 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
1806 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
1807 no longer needed, now that they are done in lisp.h.
1808
e499d0ee
DA
18092012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
1810
1811 Cleanup string bytes checking.
1812 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
1813 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
1814 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
1815 (check_sblock, compact_small_strings): Simplify.
1816
d5040d2d
PE
18172012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1818
1819 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
1820 These macros are confusing and no longer need to be defined, as
1821 the enum values now suffice. All uses replaced with definiens.
1822 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
1823
7f259ae6
JB
18242012-07-29 Juanma Barranquero <lekktu@gmail.com>
1825
1826 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
1827 ($(BLD)/w32console.$(O)): Update dependencies.
1828
7e63e0c3
DA
18292012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1830
1831 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
1832 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
1833 time. Adjust users.
1834 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
1835
ffd817eb
JD
18362012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1837
1838 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
1839 setting sitelisp (Bug#12010).
1840
417a7a0e
EZ
18412012-07-29 Eli Zaretskii <eliz@gnu.org>
1842
14ae4239 1843 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
417a7a0e
EZ
1844
1845 * w32heap.c (cache_system_info):
1846 * w32.c (sys_rename):
1847 * w32proc.c (find_child_console, sys_kill): All users changed.
1848
387d4d92
PE
18492012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1850
1851 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
1852
55a6cca6
EZ
18532012-07-29 Eli Zaretskii <eliz@gnu.org>
1854
1855 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
1856
dbcf001c
DA
18572012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1858
1859 Cleanup statistics calculation in Fgarbage_collect.
14ae4239
BT
1860 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
1861 Fix zombies percentage calculation. Simplify elapsed time calculation.
dbcf001c 1862
e2688e4a
DA
18632012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1864
1865 Generalize marker debugging code under MARKER_DEBUG and use eassert.
1866 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
1867 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
1868 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
1869 (replace_range, replace_range_2, del_range_2): Change to eassert.
1870 * marker.c (byte_char_debug_check): Adjust style.
1871
b46a6a83
PE
18722012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
1875 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
1876 long-ago-commented-out code that talks about "WIN32".
1877 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
1878 All uses changed.
1879
e32a5799
PE
18802012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1881
1882 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1883 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
1884 Simplify by using alignof.
1885 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
1886 * lisp.h: Include <stdalign.h>.
1887 (GCALIGNMENT): New macro and constant.
1888 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
1889 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
1890 (stdalign): New macro, if not already defined.
1891
df81cd29
EZ
18922012-07-28 Eli Zaretskii <eliz@gnu.org>
1893
01bd1b0d
EZ
1894 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
1895 * w32inevt.c: Include w32inevt.h.
1896 (w32_read_console_input): New inline function, calls either
1897 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
1898 w32_console_unicode_input.
1899 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
1900 (w32_kbd_patch_key, key_event): Use the codepage returned by
1901 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
1902 (key_event): use uChar.UnicodeChar only if
1903 w32_console_unicode_input is non-zero.
1904
1905 * w32console.c: Include w32heap.h.
1906 <w32_console_unicode_input>: New global variable.
1907 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
1908 family of Windows, zero otherwise.
1909
1910 * w32inevt.h: Declare w32_console_unicode_input.
1911
df81cd29
EZ
1912 * xdisp.c (init_iterator): Don't reference tip_frame in a build
1913 --without-x. (Bug#11742)
1914
c20fdd9e
PE
19152012-07-27 Paul Eggert <eggert@cs.ucla.edu>
1916
1917 Adjust GDB to reflect pvec_type changes (Bug#12036).
1918 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
14ae4239
BT
1919 2012-07-04 changes to pseudovector representation.
1920 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
c20fdd9e 1921
32770973 19222012-07-27 Michael Albinus <michael.albinus@gmx.de>
e518bc71
MA
1923
1924 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
1925 bus address.
1926 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
1927
3438fe21
EZ
19282012-07-27 Eli Zaretskii <eliz@gnu.org>
1929
bcfbc9de
EZ
1930 * alloc.c (listn): Fix the order the arguments are consed onto the
1931 list.
1932
3438fe21
EZ
1933 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
1934 enumeration constants, as PURE and HEAP are too general, and clash
1935 with other headers and sources, such as gmalloc.c and the
1936 MS-Windows system headers. All users changed.
1937
eeaea515
DA
19382012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1939
1940 Revert last save_excursion_save and save_excursion_restore changes.
1941 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
1942 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
1943
073c88c2
DA
19442012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1945
1946 Fix recently-introduced typos in Windows port.
1947 Reported by Martin Rudalics <rudalics@gmx.at>.
1948 * w32.c (init_environment): Replace comma with semicolon.
eeaea515 1949 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
073c88c2 1950
4706125e
PE
19512012-07-27 Paul Eggert <eggert@cs.ucla.edu>
1952
1953 Improve GDB symbol export (Bug#12036).
1954 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
1955 arms of an 'if', not using conditional expressions; otherwise GDB
1956 complains about the types in the unevaluated arm when the argument
1957 is an integer literal.
1958 (xgetint): Simplify expression.
1959 * alloc.c (gdb_make_enums_visible): New constant. This ports to
1960 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
1961 Zaretskii in <http://bugs.gnu.org/12036#13>.
1962 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
1963 needed now that we have gdb_make_enums_visible.
1964 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
1965 (enum enum_USE_LSB_TAG):
1966 New enum types, packaging up enums that need to be exported to GDB.
1967
694b6c97
DA
19682012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1969
1970 Utility function to make a list from specified amount of objects.
1971 * lisp.h (enum constype): New datatype.
1972 (listn): New prototype.
1973 * alloc.c (listn): New function.
1974 (Fmemory_use_count, syms_of_alloc): Use it.
1975 * buffer.c (syms_of_buffer): Likewise.
1976 * callint.c (syms_of_callint): Likewise.
1977 * charset.c (define_charset_internal): Likewise.
1978 * coding.c (syms_of_coding): Likewise.
1979 * keymap.c (syms_of_keymap): Likewise.
1980 * search.c (syms_of_search): Likewise.
1981 * syntax.c (syms_of_syntax): Likewise.
1982 * w32.c (init_environment): Likewise.
1983 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
1984 * xdisp.c (syms_of_xdisp): Likewise.
1985 * xfns.c (syms_of_xfns): Likewise.
1986
6195f384
DA
19872012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1988
1989 Fast save_excursion_save and save_excursion_restore.
1990 * lisp.h (struct Lisp_Excursion): New data type.
1991 (PVEC_EXCURSION): New pseudovector type.
1992 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
1993 to deal with it. Adjust comments.
1994 (init_marker, attach_marker): New prototype.
1995 (unchain_marker): Adjust prototype.
1996 * marker.c (attach_marker): Change to global.
1997 (init_marker): New function.
1998 * alloc.c (Fmake_marker, build_marker): Use it.
1999 (build_marker): More easserts.
2000 (mark_object): Handle struct Lisp_Excursion.
2001 * editfns.c (save_excursion_save, save_excursion_restore):
2002 Reimplement to use struct Lisp_Excursion. Add comments.
2003
5eceb8fb
PE
20042012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2005
2006 Fix export of symbols to GDB (Bug#12036).
2007 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
2008 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
2009 emacs.c, as this is a more-suitable home. Had this been done earlier
2010 the fix for 12036 would have avoided some of the problems noted in
2011 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
2012 would have been more obvious.
562157c8
PE
2013 * emacs.c: Do not include <verify.h>; no longer needed.
2014 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
5eceb8fb
PE
2015 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
2016 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
2017 Remove; now done in lisp.h.
2018 * lisp.h (PUBLISH_TO_GDB): New macro.
2019 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
2020 (DATA_SEG_BITS): Use it.
2021 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
2022 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
2023 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
2024 not be usable in #if. This simplifies things.
2025
d6749401
JB
20262012-07-26 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
2029
1781b9e9
PE
20302012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2031
d89518db 2032 Simplify export of symbols to GDB (Bug#12036).
1781b9e9
PE
2033 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
2034 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
2035 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
2036 Adjust to changes in lisp.h and emacs.c, by using
2037 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
2038 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
2039 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
2040 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
2041 instead of gdb_valbits.
2042 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
2043 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
2044 instead of gdb_array_mark_flag.
2045 (xboolvector): Get size from $->size, not $->header.size.
2046 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
2047 (xreload, hook-run, hookpost-run): Remove.
2048 * emacs.c: Include <verify.h>.
2049 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
2050 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
2051 Remove.
2052 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
2053 (gdb_USE_LSB_TAG): New enum constants.
2054 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
2055 Also define these as enum constants, so they're visible to GDB.
2056 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
2057 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
2058 as constants, so they're visible to GDB.
2059 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
2060 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
2061 Now enum constants, not macros, so they're visible to GDB.
2062 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
2063 more convenient now. All uses changed.
2064 (VALMASK) [USE_LSB_TAG]: Also define in this case.
2065 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
2066
3628596a
DA
20672012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
2068
2069 Explicitly free restriction data that are not needed anymore.
2070 * editfns.c (save_restriction_restore): Free restriction data.
2071
7abaf5cc
SM
20722012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
2075 add argument, tune behavior, and adjust all callers.
2076
71f88e00
PE
20772012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2078
2079 Use typedef for EMACS_INT, EMACS_UINT.
2080 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
2081 than macros. This simplifies debugging in the usual case, since
2082 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
2083 and it allows expressions involving EMACS_INT casts.
2084 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
2085
57ec3034
JD
20862012-07-25 Jan Djärv <jan.h.d@swipnet.se>
2087
2088 * nsterm.m (ns_read_socket): Return early if there is a modal
2089 window (Bug#12043).
2090
8137e7b3
MR
20912012-07-25 Martin Rudalics <rudalics@gmx.at>
2092
2093 * frame.c (Fredirect_frame_focus): In doc-string don't mention
2094 that FOCUS-FRAME can be omitted.
2095
04e9897c
DA
20962012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
2097
2098 Adjust buffer text indirection counters at the end of Fkill_buffer.
2099 * buffer.c (Fkill_buffer): Adjust indirection counters when the
2100 buffer is definitely dead. This should really fix an issue reported
2101 by Christoph Scholtes again. (Bug#12007).
2102 (init_buffer_once): Initialize indirection counters of
2103 buffer_defaults and buffer_local_symbols (for sanity and safety).
2104
8a0484e1
EZ
21052012-07-24 Eli Zaretskii <eliz@gnu.org>
2106
2107 * xdisp.c (init_iterator): Don't compute dimensions of truncation
2108 and continuation glyphs on tooltip frames, leave them at zero.
2109 Avoids continued lines in tooltips. (Bug#11832)
2110
fa691a83
DA
21112012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
2112
2113 Simplify copy_overlay.
04e9897c 2114 * buffer.c (copy_overlay): Simplify. Use build_marker.
fa691a83
DA
2115 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
2116
436bc8e0
EZ
21172012-07-23 Eli Zaretskii <eliz@gnu.org>
2118
2119 * print.c (print_object): Don't crash when a frame's name is nil
2120 or invalid. (Bug#12025)
2121
2122 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
2123 it signals an error when a tooltip frame is being created.
2124
d7a7fda3
DA
21252012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
2126
2127 Cleanup miscellaneous objects allocation and initialization.
2128 * alloc.c (allocate_misc): Change to static. Add argument to
2129 specify the subtype. Adjust comment and users.
2130 (build_overlay): New function.
2131 * buffer.c (copy_overlays, Fmake_overlay): Use it.
2132 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
2133 (allocate_misc): Remove prototype.
2134 (build_overlay): Add prototype.
2135
21362012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
372f8ffc
DA
2137
2138 Swap buffer text indirection counters in Fbuffer_swap_text.
2139 * buffer.c (Fbuffer_swap_text): Swap indirections too.
2140 This avoids crash reported by Christoph Scholtes at
2141 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
2142
9d7fa573
JD
21432012-07-22 Jan Djärv <jan.h.d@swipnet.se>
2144
2145 * nsmenu.m (Popdown_data): New struct.
2146 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
2147 free Popdown_data.
2148 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
2149 (initWithContentRect): Make imgView and contentView non-static
2150 and autorelease them. Also autorelease img and matrix (Bug#12005).
2151 (dealloc): Remove (Bug#12005).
2152
0dd6d66d
DA
21532012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
2154
2155 Adjust consing_since_gc when objects are explicitly freed.
2156 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
2157 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
2158 (free_cons, free_misc): Subtract object size from consing_since_gc.
2159
d36d71df
DA
21602012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
2161
2162 Simplify and cleanup markers positioning code.
2163 * marker.c (attach_marker): More useful eassert.
2164 (live_buffer, set_marker_internal): New function.
2165 (Fset_marker, set_marker_restricted): Use set_marker_internal.
2166 (set_marker_both, set_marker_restricted_both): Use live_buffer.
2167
fb9ea40f
PE
21682012-07-22 Paul Eggert <eggert@cs.ucla.edu>
2169
2170 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
2171 as it's limited by the amount of memory, not by INT_MAX.
2172
2d5c5f7d
EZ
21732012-07-21 Eli Zaretskii <eliz@gnu.org>
2174
07fb592e
EZ
2175 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
2176 in special-event-map. See the discussion at
2177 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
2178 for the reasons.
2179
37a9eac8 2180 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
14ae4239
BT
2181 info.dwItemData. Fixes crashes on 64-bit Windows.
2182 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
2d5c5f7d 2183
c4328746
JD
21842012-07-21 Jan Djärv <jan.h.d@swipnet.se>
2185
2186 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
4b17afa7 2187 (conversationIdentifier): Return value is NSInteger.
784051c4 2188 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
c4328746 2189
6e5d1c12
CY
21902012-07-21 Chong Yidong <cyd@gnu.org>
2191
2192 * window.c (decode_any_window): Signal an error if the window is
2193 on a dead frame (Bug#11984).
2194
9928463d
DA
21952012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2196
2197 Add indirection counting to speed up Fkill_buffer.
2198 * buffer.h (struct buffer): New member.
2199 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
2200 (Fmake_indirect_buffer): Set indirection counter to -1, increment
2201 base buffer indirection counter.
2202 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
2203 (Fkill_buffer): Adjust indirection counters as needed, don't walk
2204 through buffer list if indirection counter is 0.
2205
f8643a6b
DA
22062012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2207
2208 Extend the value returned by Fgarbage_collect with heap statistics.
2209 * alloc.c (Qheap): New symbol.
2210 (syms_of_alloc): DEFSYM it.
2211 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
2212 (Fmemory_free): Remove.
2213 (syms_of_alloc): Don't defsubr it.
2214 * buffer.c (Fcompact_buffer): Remove.
2215 (syms_of_buffer): Don't defsubr it.
2216
dac616ff
DA
22172012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2218
2219 Make maybe_gc inline.
2220 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
2221 * lisp.h (consing_since_gc, gc_relative_threshold)
2222 (memory_full_cons_threshold): Revert declaration.
2223 (maybe_gc): Remove prototype, define as inline.
2224 * alloc.c: Remove old commented-out code.
2225 (consing_since_gc, gc_relative_threshold)
2226 (memory_full_cons_threshold): Revert to global.
2227 (maybe_gc): Remove.
2228
d7ea76b4
DA
22292012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2230
2231 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
2232 * lisp.h (build_unibyte_string): New function.
2233 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
2234 * sysdep.c, w32fns.c, xfns.c: Use it.
2235 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
2236 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
2237 Adjust users accordingly.
2238 * font.h (font_open_by_name): Adjust prototype.
2239
765e61e3
DA
22402012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2241
2242 Cleanup calls to Fgarbage_collect.
2243 * lisp.h (maybe_gc): New prototype.
2244 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
2245 Remove declarations.
2246 * alloc.c (maybe_gc): New function.
2247 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
2248 Make them static.
2249 * bytecode.c (MAYBE_GC): Use maybe_gc.
2250 * eval.c (eval_sub, Ffuncall): Likewise.
2251 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
2252 to avoid dependency from auto-save feature.
2253
52b852c7
PE
22542012-07-19 Paul Eggert <eggert@cs.ucla.edu>
2255
2256 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
2257 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
2258 'for_each_per_buffer_object_at'.
2259 All uses changed. It's better to use upper-case for macros that
2260 cannot be implemented as functions, to give the reader a clue
2261 that they're special.
2262
5db81e33
SM
22632012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * alloc.c (Fgarbage_collect): Tweak docstring.
2266
5b835e1d
DA
22672012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2268
2269 Tweak the value returned from Fgarbage_collect again.
2270 * alloc.c (Fgarbage_collect): New return value, as confirmed in
2271 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
2272 Adjust documentation.
2273 (total_vector_bytes): Rename to total_vector_slots, adjust
2274 accounting.
2275 (total_free_vector_bytes): Rename to total_free_vector_slots,
2276 adjust accounting.
2277 (Qstring_bytes, Qvector_slots): New symbols.
2278 (syms_of_alloc): DEFSYM them.
2279
9cd47b72
DA
22802012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2281
2282 Buffer compaction primitive which may be used from Lisp.
2283 * buffer.c (compact_buffer, Fcompact_buffer): New function.
2284 (syms_of_buffer): Register Fcompact_buffer.
2285 * alloc.c (Fgarbage_collect): Use compact_buffer.
2286 * buffer.h (compact_buffer): New prototype.
2287 (struct buffer_text): New member.
2288
d17337e5
DA
22892012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2290
2291 New macro to iterate over all buffers, miscellaneous cleanups.
2292 * lisp.h (all_buffers): Remove declaration.
2293 * buffer.h (all_buffers): Add declaration, with comment.
2294 (for_each_buffer): New macro.
2295 * alloc.c (Fgarbage_collect, mark_object): Use it.
2296 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
2297 (init_buffer): Likewise.
2298 * data.c (Fset_default): Likewise.
2299 * coding.c (code_conversion_restore): Remove redundant check
2300 for dead buffer.
2301 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
2302
60cfd278
AS
23032012-07-18 Andreas Schwab <schwab@linux-m68k.org>
2304
2305 Fix bug that created negative-length intervals.
2306 * intervals.c (merge_interval_right, merge_interval_left):
2307 Do not zero out this interval if it is absorbed by its children,
2308 as this interval's total length doesn't change in that case. See
2309 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
2310
d06714cb
PE
23112012-07-18 Paul Eggert <eggert@cs.ucla.edu>
2312
83713154
PE
2313 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
2314 when invoking (make-bool-vector N t) and N is a positive
2315 multiple of 8 -- the last 8 bits were mistakenly cleared.
2316
d06714cb
PE
2317 Remove some struct layout assumptions in bool vectors.
2318 * alloc.c (bool_header_size): New constant.
2319 (header_size, word_size): Move earlier, as they're now used earlier.
2320 Use 'word_size' in a few more places, where it's appropriate.
2321 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
2322 padding before the data member of a bool vector.
2323 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
2324 than doing the check by hand with an abort ().
2325
464d5a5e
SM
23262012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2327
5fbc0409
SM
2328 * eval.c (Fdefvar): Don't check constants since we only set the var if
2329 it's not yet defined anyway (bug#11904).
2330
464d5a5e
SM
2331 * lisp.h (last_undo_boundary): Declare new var.
2332 * keyboard.c (command_loop_1): Set it.
2333 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
2334 were auto-added by the command loop (bug#11774).
2335
8dc2e44a
AS
23362012-07-18 Andreas Schwab <schwab@linux-m68k.org>
2337
2338 * w32font.c (Qsymbol): Remove local definition.
2339 (syms_of_w32font): Don't DEFSYM it.
2340
169925ec
DA
23412012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2342
2343 Fix sweep_vectors to handle large bool vectors correctly.
2344 * alloc.c (sweep_vectors): Account total_vector_bytes for
2345 bool vectors larger than VBLOCK_BYTES_MAX.
2346
5fbfb018
CY
23472012-07-18 Chong Yidong <cyd@gnu.org>
2348
2349 * frame.c (x_set_frame_parameters): Revert bogus change introduced
2350 in 2012-05-25 commit by Paul Eggert (Bug#11738).
2351
3ab6e069
DA
23522012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2353
2354 Return more descriptive data from Fgarbage_collect.
2355 Suggested by Stefan Monnier in
2356 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
2357 * alloc.c (bounded_number): New function.
2358 (total_buffers, total_vectors): New variable.
2359 (total_string_size): Rename to total_string_bytes, adjust users.
2360 (total_vector_size): Rename to total_vector_bytes, adjust users.
2361 (sweep_vectors): Account total_vectors and total_vector_bytes.
2362 (Fgarbage_collect): New return value. Adjust documentation.
2363 (gc_sweep): Account total_buffers.
2364 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
2365 (VECTOR_SIZE): Remove.
2366 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
2367 (Qinterval, Qmisc): New symbols.
2368 (syms_of_data): Initialize them.
2369 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
2370 (Qcons, Qbuffer): New declarations.
2371
6d02fe5b
PE
23722012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2373
2374 * alloc.c (Fmemory_free): Account for memory-free's own storage.
2375 Round up, not down. Improve doc.
2376
b7ffe040
DA
23772012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2378
2379 Restore old code in allocate_string_data to avoid Faset breakage.
2380 Reported by Julien Danjou <julien@danjou.info> in
2381 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
2382 * alloc.c (allocate_string_data): Restore old code with minor
2383 adjustments, fix comment to explain this subtle issue.
2384
4dc7c8d5
SM
23852012-07-17 Eli Zaretskii <eliz@gnu.org>
2386
2387 Remove FILE_SYSTEM_CASE.
2388 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
2389
2390 * fileio.c (FILE_SYSTEM_CASE): Don't define.
2391 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
2392 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
2393 call-process-region passes it through expand-file-name.
2394
2395 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
2396
23972012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2398
2399 Fix crash when creating indirect buffer (Bug#11917)
2400 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
2401 Don't handle unbound variables specially if non-zero.
2402 (Fbuffer_local_variables): Pass zero.
2403 (clone_per_buffer_values): Pass non-zero.
2404
24052012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2406
2407 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
2408 to make the loop interruptible.
2409
24102012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2411
2412 * gnutls.c (emacs_gnutls_handshake): Only retry if
2413 GNUTLS_E_INTERRUPTED.
2414
cce7fefc
DA
24152012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2416
2417 Cleanup and convert miscellaneous checks to eassert.
2418 * alloc.c (mark_interval): Fix comment, partially rephrase
2419 old comment from intervals.h (see below).
2420 * intervals.c (find_interval, adjust_intervals_for_insertion)
2421 (delete_interval, adjust_intervals_for_deletion)
2422 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
2423 Convert to eassert.
2424 (adjust_intervals_for_insertion, make_new_interval):
2425 Remove obsolete and unused code.
2426 * intervals.h (struct interval): Remove obsolete comment.
2427 * textprotp.c (erase_properties): Remove unused code.
2428 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
2429 (Fremove_list_of_text_properties): Convert to eassert.
2430
9ea10cc3
CY
24312012-07-17 Chong Yidong <cyd@gnu.org>
2432
2433 * editfns.c (Finsert_char): Doc fix.
2434
3900d5de
DA
24352012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2436
2437 Fix previous change to make Fmemory_free always accurate.
2438 * alloc.c (make_interval): Update total_free_intervals.
2439 (make_float): Likewise for total_free_floats.
2440 (free_cons, Fcons): Likewise for total_free_conses.
2441 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
2442 Likewise for total_free_vector_bytes.
2443 (Fmake_symbol): Likewise for total_free_symbols.
2444 (bytes_free): Remove.
2445
7098646f
DA
24462012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2447
2448 Simple free memory accounting feature.
2449 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
2450 (sweep_vectors): Accumulate size of free vectors.
2451 (Fgarbage_collect): Setup bytes_free.
2452 (Fmemory_free): New function.
2453 (syms_of_alloc): Register it.
2454
22657b40
DA
24552012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2456
2457 Cleanup overlays checking.
2458 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
2459 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
2460 eassert and OVERLAYP.
2461 (sort_overlays): Change to use OVERLAYP.
2462
ddfc8813
RK
24632012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2464
2465 * editfns.c (Finsert_char): Make it interactive, and make the
2466 second arg optional. Copy interactive spec and docstring from
2467 ucs-insert.
2468
7c26cf3c
PE
24692012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2470
2471 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
2472 Unlike the other wrapped functions, fabs has an unspecified
2473 effect on errno.
2474
5d127af9
JD
24752012-07-16 Jan Djärv <jan.h.d@swipnet.se>
2476
2477 * nsterm.m (keyDown): Interpret flags without left/right bits
2478 as the left key (Bug#11670).
2479
6a0dd1d7
DA
24802012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
2481
2482 Remove empty and useless init functions.
2483 * lisp.h (init_character_once, init_fns, init_image)
2484 (init_filelock, init_sound): Remove prototype.
2485 * character.c (init_character_once): Remove.
2486 * filelock.c (init_filelock): Likewise.
2487 * fns.c (init_fns): Likewise.
2488 * image.c (init_image): Likewise.
2489 * sound.c (init_sound): Likewise.
2490 * emacs.c (main): Adjust accordingly.
2491
7a6136fd
DA
24922012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
2493
2494 * gtkutil.h: Tiny cleanups.
2495 (use_old_gtk_file_dialog): Remove useless declaration.
2496 (xg_uses_old_file_dialog): Add suggested const attribute.
2497
ce811ad9
EZ
24982012-07-15 Eli Zaretskii <eliz@gnu.org>
2499
2500 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
2501 (bidi_paragraph_init): Use it to limit search forward for a strong
2502 directional character in abnormally large paragraphs full of
2503 neutral or weak characters. (Bug#11943)
2504
c9adfeaa
SF
25052012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
2506
2507 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
2508 the toolbar (Bug#9451).
2509 (xg_make_tool_item): Give the widget event box a transparent
2510 background.
2511
fff62aa9
DA
25122012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2513
2514 Cleanup basic allocation variables and functions.
2515 * alloc.c (ignore_warnings, init_intervals, init_float)
2516 (init_cons, init_symbol, init_marker): Remove.
2517 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
2518 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
2519 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
2520 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
2521 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
2522 (staticidx, init_alloc_once, init_strings, free_ablock):
2523 Remove redundant initialization.
2524 * fns.c (init_weak_hash_tables): Remove.
2525 * lisp.h (init_weak_hash_tables): Remove prototype.
2526
9730daca
DA
25272012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2528
2529 Use zero_vector where appropriate.
2530 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
2531 accordingly.
2532 * lisp.h (zero_vector): New declaration.
2533 * font.c (null_vector): Remove.
2534 (syms_of_font): Remove initialization and staticpro.
2535 (font_list_entities, font_find_for_lface): Change to use zero_vector.
2536 * keymap.c (Faccessible_keymaps): Likewise.
2537
2e2d2a13
LL
25382012-07-15 Leo Liu <sdl.web@gmail.com>
2539
2540 * fringe.c: Fix typo in comments.
2541
cd276f6e
LL
25422012-07-14 Leo Liu <sdl.web@gmail.com>
2543
2544 * fringe.c: Add a new bitmap exclamation-mark.
2545
5a1131d9
EZ
25462012-07-14 Eli Zaretskii <eliz@gnu.org>
2547
2548 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
2549
2550 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
2551 (HAVE_MENUS): Don't define, defined by editing config.in with
2552 msdos/sed2v2.inp.
2553 (GMALLOC_INHIBIT_VALLOC): Don't define.
2554 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
2555
22e983b7
JB
25562012-07-14 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
2559
5b3f250f
GM
25602012-07-14 Glenn Morris <rgm@gnu.org>
2561
2562 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
2563 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
2564 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
2565
33d63ff4
GM
25662012-07-13 Glenn Morris <rgm@gnu.org>
2567
5b633342
GM
2568 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
2569
33d63ff4
GM
2570 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
2571 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
2572
b55b9f85
JD
25732012-07-13 Jan Djärv <jan.h.d@swipnet.se>
2574
0dc8cf50
JD
2575 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
2576 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
2577 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
2578 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
2579 where appropriate.
2580 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
2581 as boolean expression.
2582 (x_set_window_size): Remove unused variable toolbar.
2583 (ns_get_color_default, ns_mod_to_lisp): Remove.
2584 (ns_mouse_position): Remove unused variables xchar and ychar.
2585 (ns_compute_glyph_string_overhangs): Remove unused variable face.
2586 (ns_set_vertical_scroll_bar): Remove unused variable count.
2587 (ns_delete_terminal): Remove unused variable i.
2588 (ns_term_init): Remove unused variables r, g and b.
2589 (mouseDown): Remove unused variable window.
2590 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
2591 (initFrameFromEmacs): Remove unused variable vbextra.
2592 (mouseEntered): Remove unused variables p and dpyinfo.
2593 (mouseExited): Remove unused variables p and r.
2594 (ns_define_frame_cursor, ns_clear_frame_area)
2595 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
2596 (menuDown): Assign [sender tag] to variable and cast the variable.
2597
2598 * nsterm.h (menuDown): Add id as type to argument sender.
2599 (ns_display_info_for_name): Add Lisp_Object argument.
2600 (ns_term_init): Add Lisp_Object argument.
2601 (ns_map_event_to_object): Add void argument.
2602 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
2603 prototype with arguments and only declare if __OBJC__.
2604 (nxatoms_of_nsselect): Add void argument.
2605 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
2606 (ns_alloc_autorelease_pool): Add void argument.
2607 (ns_release_autorelease_pool): Add void* argument.
2608 (ns_get_defaults_value): Add const char* argument.
2609
2610 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
2611 (initFromContents): Use SSDATA where appropriate.
2612 (ns_update_menubar): Add braces to ambigous if-else.
2613 (initWithTitle): Put () around assignment in if statement.
2614 (ns_menu_show): Remove unused variables window and keymap.
2615 (update_frame_tool_bar): Remove unused variable selected_p.
2616 (initWithContentRect): Remove unused variable this_cmd_name.
2617
2618 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
2619 appropriate.
2620 (setXBMColor): Remove unused variable len.
2621 (setPixmapData): Put () around assignment in loop statement.
2622
2623 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
2624 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
2625 where appropriate.
2626 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
2627 around assignment in loop statement.
2628 (nsfont_open): Remove unused variable i.
2629 (nsfont_open): Remove unused variable len.
2630 (nsfont_draw): Remove unused variable cs.
2631
2632 * nsfns.m (x_set_icon_name, ns_set_name_internal)
2633 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
2634 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
2635 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
2636 (Fns_font_name, Fns_perform_service)
2637 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
2638 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
2639 (ns_set_name): Remove unused variable view.
2640 (x_set_menu_bar_lines): Remove unused variable olines.
2641 (x_set_tool_bar_lines): Remove unused variable root_window.
2642 (Fns_list_colors): Put () around assignment in while statement.
2643 (Fns_perform_service): Remove unused variable len.
2644 (Fns_display_usable_bounds): Remove unused variable top.
2645 (syms_of_nsfns): Remove unused variable i.
2646
b55b9f85
JD
2647 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
2648 memcpy (Bug#11907).
2649
ed9265fc 26502012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
2277de02
JD
2651
2652 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
2653 and free it with DestroyExceptionInfo (Bug#11558).
2654
ef099b57
JB
26552012-07-13 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
2658 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
2659 Set here, not in nt/config.nt.
2660
ea814a5d
EZ
26612012-07-13 Eli Zaretskii <eliz@gnu.org>
2662
2663 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
2664 cursor overflow into the last glyph on display line when the right
2665 fringe is off. (Bug#11832)
2666
1a952767
PE
26672012-07-13 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 * xdisp.c (produce_special_glyphs): Now static.
2670 * dispextern.h (produce_special_glyphs): Remove decl.
2671
983188fd
GM
26722012-07-13 Glenn Morris <rgm@gnu.org>
2673
8d7c7eed 2674 * s/bsd-common.h, s/cygwin.h: Remove empty files.
32fb4bb6
GM
2675 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
2676
983188fd
GM
2677 * s/usg5-4-common.h (USG, USG5):
2678 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
2679 * s/sol2-6.h (SOLARIS2):
2680 * s/irix6-5.h (IRIX6_5):
2681 * s/hpux10-20.h (USG, USG5, HPUX):
2682 * s/gnu-linux.h (USG, GNU_LINUX):
2683 * s/freebsd.h (BSD_SYSTEM):
2684 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
2685 * s/cygwin.h (CYGWIN):
2686 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
2687 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
2688
d1e68667 26892012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
24ef80ae
PE
2690
2691 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
24ef80ae 2692
6de0e799
GM
26932012-07-13 Glenn Morris <rgm@gnu.org>
2694
739ae010
GM
2695 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
2696
dbee5793
GM
2697 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
2698
6de0e799
GM
2699 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
2700 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
2701
b82da769
GM
27022012-07-12 Glenn Morris <rgm@gnu.org>
2703
4fae5a7a 2704 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
b82da769
GM
2705
2706 * process.c (init_process_emacs): Rename from init_process.
2707 The old name is also the name of a Mach system call.
2708 * lisp.h, emacs.c: Update for this name change.
2709 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
2710 longer needed.
2711
5a979817
EZ
27122012-07-12 Eli Zaretskii <eliz@gnu.org>
2713
2714 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
2715 memmove call that removes glyphs covered by the left truncation
2716 glyph. Improve commentary.
2717 (display_line): Fix display of continuation glyphs on GUI frames
2718 when the right fringe is turned off and variable-size fonts are
2719 used in the window. Move the code that appends a stretch glyph to
2720 produce_special_glyphs, so that it could be used for truncation
2721 and continuation glyphs alike.
2722 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
2723 glyph of a suitably computed width, to align the special glyphs at
2724 the window margin. Code moved from display_line. (Bug#11832)
2725
3e91a053
GM
27262012-07-12 Glenn Morris <rgm@gnu.org>
2727
ba9e4b84
GM
2728 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
2729
2730 * s/gnu-linux.h, s/hpux10-20.h:
2731 Do not unconditionally define HAVE_XRMSETDATABASE.
2732
3e91a053
GM
2733 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
2734
b300b1f4
PE
27352012-07-12 Paul Eggert <eggert@cs.ucla.edu>
2736
2737 Fix typos that broke OS X build.
2738 Reported by Randal L. Schwartz in
2739 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
2740 * nsterm.m (ns_timeout): Add missing local decl.
2741 (ns_get_color): snprintf -> sprintf, to fix typo.
2742
6e777848
GM
27432012-07-12 Glenn Morris <rgm@gnu.org>
2744
3f922c37
GM
2745 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
2746 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
2747 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
2748 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
2749
0ab7b23a
GM
2750 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
2751 Move PTY_OPEN to configure.
2752
6e777848
GM
2753 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
2754 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
2755 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
2756
4a7edc24
DA
27572012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
2758
2759 Use empty_unibyte_string where applicable.
2760 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
2761 * lread.c (read1): Likewise.
2762 * xsettings.c (syms_of_xsettings): Likewise.
2763
308aab79
GM
27642012-07-12 Glenn Morris <rgm@gnu.org>
2765
42bd1719
GM
2766 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
2767 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
7ccad002
GM
2768 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
2769 * s/hpux10-20.h (RUN_TIME_REMAP):
2770 * s/bsd-common.h (TABDLY): Move to configure.
2771
2772 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
2773
2774 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
2775
ea0bbd17 2776 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
42bd1719 2777 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
ea0bbd17
GM
2778
2779 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
51c3b9b4 2780
308aab79
GM
2781 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
2782 * s/template.h: Move NARROWPROTO to configure.
2783
ee1cf5cf
GM
27842012-07-11 Glenn Morris <rgm@gnu.org>
2785
30fe9bf4
GM
2786 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
2787 unused since 2011-01-17 change to systty.h.
2788
ee1cf5cf
GM
2789 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
2790 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
2791 Move HAVE_PTYS and HAVE_SOCKETS to configure.
2792
63e47e07
PE
27932012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2794
2795 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
2796
c43fb4c3
GM
27972012-07-11 Glenn Morris <rgm@gnu.org>
2798
2799 * s/darwin.h, s/gnu-linux.h, s/template.h:
2800 Move INTERRUPT_INPUT to configure.
2801
e8df9267
DA
28022012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2803
2804 Minor adjustments to interning code.
2805 * lisp.h (intern, intern_c_string): Redefine as static inline
2806 wrappers for intern_1 and intern_c_string_1, respectively.
2807 (intern_1, intern_c_string_1): Rename prototypes.
14ae4239
BT
2808 * lread.c (intern_1, intern_c_string_1, oblookup):
2809 Simplify Vobarray checking.
e8df9267
DA
2810 * font.c (font_intern_prop): Likewise. Adjust comment.
2811 * w32font.c (intern_font_name): Likewise.
2812
34348bd4
AS
28132012-07-11 Andreas Schwab <schwab@linux-m68k.org>
2814
d96a1e0c
AS
2815 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
2816
34348bd4
AS
2817 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
2818 of Fcar/Fcdr if possible.
2819 * font.c (check_otf_features): Likewise.
2820 * fontset.c (Fnew_fontset): Likewise.
2821 * gnutls.c (Fgnutls_boot): Likewise.
2822 * minibuf.c (read_minibuf): Likewise.
2823 * msdos.c (IT_set_frame_parameters): Likewise.
2824 * xmenu.c (Fx_popup_dialog): Likewise.
2825 * w32menu.c (Fx_popup_dialog): Likewise.
2826
c8add24e
GM
28272012-07-11 Glenn Morris <rgm@gnu.org>
2828
4b575b3c
GM
2829 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
2830 since nothing has defined it on these platforms.
2831
09f4e3b0
GM
2832 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
2833 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
2834
172bedef
GM
2835 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
2836 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
2837 Move CLASH_DETECTION to configure.
2838
249685df
GM
2839 * s/gnu.h: Remove file, which is now empty.
2840
c8add24e
GM
2841 * s/gnu.h, s/gnu-linux.h:
2842 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
2843
b41253a3
JW
28442012-07-11 John Wiegley <johnw@newartisans.com>
2845
2846 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
2847 function attribute, so we only use it if it exists in the
2848 compiler.
2849
d923b542
DA
28502012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2851
2852 Avoid call to strlen in fast_c_string_match_ignore_case.
2853 * search.c (fast_c_string_match_ignore_case): Change to use
2854 length argument. Adjust users accordingly.
2855 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
2856
5ebbef1d
PE
28572012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2858
bb352260
PE
2859 Assume mkdir, rmdir.
2860 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
2861 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
2862
57054ddd
PE
2863 Assume rename.
2864 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
2865
b747d3f7
PE
2866 Assume perror.
2867 * s/hpux10-20.h (HAVE_PERROR): Remove.
2868 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
2869 Remove dummy definition, as this problem was obsolete long ago.
2870
5ebbef1d
PE
2871 Assume strerror.
2872 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
2873
984e7f30
DA
28742012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2875
2876 Avoid calls to strlen in font processing functions.
2877 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
14ae4239
BT
2878 (font_open_by_name): Change to use length argument.
2879 Adjust users accordingly.
d923b542
DA
2880 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
2881 Adjust prototypes.
2882 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
2883 Change to return ptrdiff_t.
984e7f30
DA
2884 (xfont_list_pattern, xfont_match): Use length returned by
2885 xfont_decode_coding_xlfd.
2886 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
2887
20e94fdd
GM
28882012-07-11 Glenn Morris <rgm@gnu.org>
2889
9d596af3
GM
2890 * s/darwin.h, s/freebsd.h, s/netbsd.h:
2891 Move DONT_REOPEN_PTY to configure.
2892
20e94fdd
GM
2893 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
2894 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
2895
e99a530f
PE
28962012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2897
22ffb973
PE
2898 Remove "#define unix" that is no longer needed (Bug#11905).
2899 * s/aix4-2.h (unix): Remove; no longer needed.
2900
e9a9ae03
PE
2901 EMACS_TIME simplification (Bug#11875).
2902 This replaces macros (which typically do not work in GDB)
2903 with functions, typedefs and enums, making the code easier to debug.
2904 The functional style also makes code easier to read and maintain.
2905 * systime.h: Include <sys/time.h> on all hosts, not just if
2906 WINDOWSNT, since 'struct timeval' is needed in general.
2907 (EMACS_TIME): Now a typedef, not a macro.
2908 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
2909 not macros.
2910 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
2911 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
2912 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
2913 (EMACS_TIME_LE): Now functions, not macros.
2914 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
2915 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
2916 which are not functions. All uses rewritten to use:
2917 (make_emacs_time): New function.
2918 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
2919 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
2920 not functions. All uses rewritten to use the following, respectively:
2921 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
2922 (add_emacs_time, sub_emacs_time): New functions.
ed9265fc 2923 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
e9a9ae03
PE
2924 * fileio.c (Fcopy_file):
2925 * xterm.c (XTflash): Get the current time closer to when it's used.
2926 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
2927
ffacb126
PE
2928 * bytecode.c (targets): Suppress -Woverride-init warnings.
2929
e99a530f
PE
2930 Simplify by avoiding confusing use of strncpy etc.
2931 * doc.c (Fsnarf_documentation):
2932 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
2933 * frame.c (Fmake_terminal_frame):
2934 * gtkutil.c (get_utf8_string):
2935 * lread.c (openp):
2936 * nsmenu.m (ns_update_menubar):
2937 * regex.c (regerror):
2938 Prefer memcpy to strncpy and strncat when either will do.
2939 * fileio.c (Fsubstitute_in_file_name):
2940 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
2941 (menu_separator_name_p):
2942 * nsmenu.m (ns_update_menubar):
2943 Prefer memcmp to strncmp when either will do.
2944 * nsterm.m: Include <ftoastr.h>.
2945 (ns_get_color):
2946 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
2947 Prefer snprintf to strncpy.
2948 * nsterm.m (ns_term_init):
2949 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
2950 * nsterm.m (ns_term_init):
2951 Avoid the need for strncpy, by using build_string or
2952 make_unibyte_string directly. Use dtoastr, not snprintf.
2953 * process.c (Fmake_network_process): Diagnose service names that
2954 are too long, rather than silently truncating them or creating
2955 non-null-terminated names.
2956 (Fnetwork_interface_info): Likewise, for interface names.
2957 * sysdep.c (system_process_attributes) [GNU_LINUX]:
2958 Prefer sprintf to strncat.
2959 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
2960 Prefer vsnprintf to vsprintf + strncpy.
2961
c59592b3
GM
29622012-07-10 Glenn Morris <rgm@gnu.org>
2963
2964 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
2965 Clarify fallback case.
2966
7d7bbefd
DA
29672012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2968
2969 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
2970 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
2971 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
d923b542 2972 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
7d7bbefd
DA
2973 where argument type is known to be a Lisp_Cons.
2974
3a4c8000
TT
29752012-07-10 Tom Tromey <tromey@redhat.com>
2976
2977 * bytecode.c (BYTE_CODE_THREADED): New macro.
2978 (BYTE_CODES): New macro. Replaces all old byte-code defines.
2979 (enum byte_code_op): New type.
2980 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
2981 (exec_byte_code): Use them. Use token threading when applicable.
2982
2a0213a6
DA
29832012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2984
2985 Optimize pure C strings initialization.
2986 * lisp.h (make_pure_string): Fix prototype.
2987 (build_pure_c_string): New function, defined as static inline. This
2988 provides a better opportunity to optimize away calls to strlen when
2989 the function is called with compile-time constant argument.
2990 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
2991 argument, adjust users accordingly. Use build_pure_c_string where
2992 appropriate.
2993 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
2994 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
2995 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
2996
cb1caeaf
DA
29972012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2998
2999 Avoid calls to strlen in miscellaneous functions.
3000 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
3001 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
3002 * lread.c (openp): Likewise.
3003
c293e30c
DA
30042012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3005
3006 Avoid calls to strlen in path processing functions.
3007 * fileio.c (file_name_as_directory): Add comment. Change to add
3008 srclen argument and return the length of result. Adjust users
3009 accordingly.
3010 (directory_file_name): Fix comment. Change to add srclen argument,
14ae4239
BT
3011 swap 1st and 2nd arguments to obey the common convention.
3012 Adjust users accordingly.
c293e30c
DA
3013 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
3014
9e059e3f
GM
30152012-07-10 Glenn Morris <rgm@gnu.org>
3016
d02eb359
GM
3017 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
3018 Move PENDING_OUTPUT_COUNT definition to configure.
3019
882cf227
GM
3020 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
3021 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
3022 * s/gnu.h (DATA_START): Move definitions to configure.
3023
af6e839f
GM
3024 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
3025 We include usg5-4-common.h, which defines them both.
3026
40289a12
GM
3027 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
3028 O_RDONLY already includes it).
3029
9e059e3f
GM
3030 Stop ns builds setting the EMACSLOADPATH environment variable.
3031 * nsterm.m (ns_load_path): Rename from ns_init_paths.
3032 Now it does not set EMACSLOADPATH, just returns the load-path string.
3033 * nsterm.h: Update accordingly.
3034 * lread.c [HAVE_NS]: Include nsterm.h.
3035 (init_lread) [HAVE_NS]: Use ns_load_path.
3036 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
3037
7c4e8ec0
GM
30382012-07-09 Glenn Morris <rgm@gnu.org>
3039
d4f600ff
GM
3040 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
3041 since the included bsd-common.h does so.
3042
cbb31951
GM
3043 Stop ns builds setting the EMACSPATH environment variable.
3044 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
3045 (ns_init_paths): Do not set EMACSPATH.
3046 * nsterm.h (ns_exec_path): Add it.
3047 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
3048 Use ns_exec_path.
3049
7c4e8ec0
GM
3050 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
3051
26bccfae
PE
30522012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3053
a0bee46f
PE
3054 * process.c (wait_reading_process_output): 'waitchannels' was unset
3055 when read_kbd || !NILP (wait_for_cell); fix this.
3056
5994c183
PE
3057 Add GCC-style 'const' attribute to functions that can use it.
3058 * character.h (char_resolve_modifier_mask):
3059 * keyboard.h (make_ctrl_char):
3060 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
3061 (init_character_once, next_almost_prime, init_fns, init_image)
3062 (flush_pending_output, init_sound):
3063 * mem-limits.h (start_of_data):
3064 * menu.h (finish_menu_items):
3065 Add ATTRIBUTE_CONST.
3066 * emacs.c (DEFINE_DUMMY_FUNCTION):
3067 Declare the dummy function with ATTRIBUTE_CONST.
3068 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
3069 Add decls with ATTRIBUTE_CONST.
3070
26bccfae
PE
3071 Minor improvements to make_formatted_string.
3072 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
3073 where int is good enough, as vsprintf returns an int.
3074 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
3075
a8290ec3
DA
30762012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
3077
3078 Use make_formatted_string to avoid double length calculation.
3079 * lisp.h (make_formatted_string): New prototype.
3080 * alloc.c (make_formatted_string): New function.
3081 * buffer.c (Fgenerate_new_buffer_name): Use it.
3082 * dbus.c (syms_of_dbusbind): Likewise.
3083 * editfns.c (Fcurrent_time_zone): Likewise.
3084 * filelock.c (get_boot_time): Likewise.
3085 * frame.c (make_terminal_frame, set_term_frame_name)
3086 (x_report_frame_params): Likewise.
3087 * image.c (gs_load): Likewise.
3088 * minibuf.c (get_minibuffer): Likewise.
3089 * msdos.c (dos_set_window_size): Likewise.
3090 * process.c (make_process): Likewise.
3091 * xdisp.c (ensure_echo_area_buffers): Likewise.
3092 * xsettings.c (apply_xft_settings): Likewise.
3093
d01ba2f1
GM
30942012-07-09 Glenn Morris <rgm@gnu.org>
3095
3096 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
3097 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
3098 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
3099 * nsterm.h (ns_etc_directory): Add it.
3100 * callproc.c [HAVE_NS]: Include nsterm.h.
3101 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
3102
f1f924b6
DA
31032012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
3104
3105 Move marker debugging code under MARKER_DEBUG.
3106 * marker.c (MARKER_DEBUG): Move marker debugging code under
3107 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
3108 for bootstrap with --enable-checking (~3x slowdown reported
3109 by Juanma Barranquero <lekktu@gmail.com>).
3110 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
3111
ab531b66
PE
31122012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3113
3114 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
3115 See <http://bugs.gnu.org/11825#29>.
3116
c4b3bc8a
EZ
31172012-07-08 Eli Zaretskii <eliz@gnu.org>
3118
3119 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
3120 has no font, use the frame's font. (Bug#11813)
3434fe8a
EZ
3121 (display_line): Add commentary about displaying truncation glyphs
3122 on GUI frames.
3123 (produce_special_glyphs): Move here from term.c.
3124
3125 * term.c (produce_special_glyphs): Move to xdisp.c.
3126
3127 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
3128 section.
c4b3bc8a 3129
b676b881
AS
31302012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3131
f17c5273
AS
3132 * xdisp.c (display_line): Avoid warning about implicit declaration
3133 of FRAME_FONT.
3134
298819b9
AS
3135 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
3136
b676b881
AS
3137 * lisp.h: Remove empty conditional.
3138
6045c4fd
PE
31392012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3140
b3350bf9
PE
3141 * lread.c (load_path_check): Now static.
3142
6045c4fd
PE
3143 Fix some minor --with-ns problems found by static checking.
3144 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
3145 (x_set_font) [!HAVE_X_WINDOWS]:
3146 * image.c (xpm_load_image) [HAVE_NS]:
3147 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
3148 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
3149 Remove unused local.
3150 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
3151 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
3152 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
3153 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
3154 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
3155 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
3156 Fix pointer signedness problem.
3157 * xfaces.c (FRAME_X_FONT_TABLE):
3158 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
3159
929e7845
GM
31602012-07-07 Glenn Morris <rgm@gnu.org>
3161
3162 * lread.c (load_path_check): New function, split from init_lread.
3163 (init_lread): Reorganize. Motivation:
3164 If EMACSLOADPATH is set, check/warn about that rather than the
3165 defaults, which we are not going to use. Hence we can remove
3166 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
3167 Don't warn if site-lisp directories are missing.
3168 If not installed, start from a blank load-path, since
3169 PATH_LOADSEARCH refers to the eventual installation directories.
3170
58dd0aa4
EZ
31712012-07-07 Eli Zaretskii <eliz@gnu.org>
3172
3173 Support truncation and continuation glyphs on GUI frames, when
3174 fringes are disabled. (Bug#11832)
3175 * xdisp.c (init_iterator): Get dimensions of truncation and
14ae4239
BT
3176 continuation glyphs even if on GUI frames.
3177 Adjust it->last_visible_x on GUI frames when the left or right fringes,
58dd0aa4
EZ
3178 or both, are absent.
3179 (start_display, move_it_in_display_line_to): Handle the case of a
3180 GUI frame without a fringe to display continuation or truncation
3181 glyphs.
3182 (insert_left_trunc_glyphs): Support GUI frames: make sure
3183 truncation glyphs overwrite enough glyphs from the current line to
3184 have sufficient space in pixels.
3185 (display_line): Support truncation and continuation glyphs on GUI
3186 frames. If some spare pixels are left on the line after inserting
3187 the truncation glyphs, fill that space with a stretch glyph of a
3188 suitably computed width.
3189
3190 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
3191 produce_glyphs, to support GUI sessions.
3192
31571fd7
PE
31932012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3194
5a16b9bc
PE
3195 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
3196
f3047c75
PE
3197 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
3198
31571fd7
PE
3199 Do not require float-time's arg to fit in time_t (Bug#11825).
3200 This works better on hosts where time_t is unsigned, and where
3201 float-time is applied to the (negative) difference between two times.
3202 * editfns.c (decode_time_components): Last arg is now double *,
3203 not int *, and means to store all the result as a double, without
3204 worrying about whether the seconds part fits in time_t.
3205 All callers changed.
3206 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
3207 All callers changed.
3208 (Ffloat_time): Do not fail merely because the specified time falls
3209 outside of time_t range.
3210
4516fbef
GM
32112012-07-07 Glenn Morris <rgm@gnu.org>
3212
3213 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
3214 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
3215 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
3216
07adc2c6
JB
32172012-07-07 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
3220 Update dependencies.
3221
3222 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
3223
fd573f31
PE
32242012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3225
fee5959d
PE
3226 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3227 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
3228 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
3229 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
3230 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
3231 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
3232
fd573f31
PE
3233 * xfont.c (compare_font_names): Redo to omit the need for casts.
3234
ddadbc0e
AS
32352012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3236
fca8d6b6
AS
3237 * xfns.c (Fx_change_window_property): Doc fix.
3238 * w32fns.c (Fx_change_window_property): Doc fix.
3239
ddadbc0e
AS
3240 * w32fns.c (Fx_window_property): Accept the same arguments as the
3241 X Windows version. Doc fix.
3242 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
3243
ed9265fc 32442012-07-06 Juanma Barranquero <lekktu@gmail.com>
f247498e
JB
3245 Eli Zaretskii <eliz@gnu.org>
3246
3247 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
3248 Windows-specific code from nt/config.nt moved here.
3249 Obsolete settings removed.
3250
216ee680
PE
32512012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3252
3253 * process.c: Avoid unnecessary calls to gettime.
3254 (wait_reading_process_output): Don't get the time of day
3255 when gobbling data immediately and not waiting, as there's no need
3256 for it in that case. This removes a FIXME.
3257
bdd091e4
JD
32582012-07-06 Jan Djärv <jan.h.d@swipnet.se>
3259
3260 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
3261 is defined (Bug#11768).
3262
9d44f8ce
DA
32632012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3264
3265 Fix marker debugging code.
3266 * marker.c (byte_char_debug_check): Do not perform the check
3267 if buffer is not multibyte.
090bd7cb
JB
3268 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
3269 Call byte_char_debug_check with correct arguments.
9d44f8ce 3270
90fc4786
DA
32712012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3272
3273 Compile marker debugging code only if ENABLE_CHECKING is defined.
090bd7cb
JB
3274 * marker.c (byte_char_debug_check, count_markers):
3275 Use only if ENABLE_CHECKING is defined.
90fc4786
DA
3276 (byte_debug_flag): Remove.
3277 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
3278 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
3279
7b7ae965
DA
32802012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3281
4e57b342
DA
3282 Avoid code repetition in marker-related functions.
3283 * marker.c (attach_marker): New function.
3284 (Fset_marker, set_marker_restricted, set_marker_both)
3285 (set_marker_restricted_both): Use it.
3286 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
3287 Consistently rename charno to charpos.
3288 (marker_position): Add eassert.
3289 (marker_byte_position): Convert to eassert.
3290
32912012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3292
3293 Simplify list operations in unchain_overlay and unchain_marker.
7b7ae965 3294 * buffer.c (unchain_overlay): Simplify. Add comment.
4e57b342 3295 * marker.c (unchain_marker): Simplify. Fix comments.
7b7ae965 3296
657924ff
DA
32972012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3298
3299 Introduce fast path for the widely used marker operation.
3300 * alloc.c (build_marker): New function.
3301 * lisp.h (build_marker): New prototype.
3302 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
3303 * composite.c (autocmp_chars): Likewise.
3304 * editfns.c (buildmark): Remove.
3305 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
3306 (save_restriction_save): Use build_marker.
3307 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
3308 * window.c (save_window_save): Likewise.
3309
041a49a6
DA
33102012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3311
3312 Do not use Fdelete_overlay in delete_all_overlays
3313 to avoid redundant calls to unchain_overlay.
3314 * buffer.c (drop_overlay): New function.
3315 (delete_all_overlays, Fdelete_overlay): Use it.
3316 * minibuf.c (get_minibuffer): Fix comment.
3317
7dca65a4
PE
33182012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3319
3320 Port to OpenBSD 5.1 amd64.
3321 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
3322 This is needed for OpenBSD, and should be harmless on all BSD systems.
3323 Also, include <sys/sysctl.h>, as it should be available on all
3324 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
3325 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
3326 use p_pid member, not kp_proc.pid.
3327
8eb876e2
GM
33282012-07-06 Glenn Morris <rgm@gnu.org>
3329
3330 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
3331
38182d90
PE
33322012-07-05 Paul Eggert <eggert@cs.ucla.edu>
3333
3334 More xmalloc and related cleanup.
3335 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
3336 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
3337 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
3338 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
3339 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
3340 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
3341 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
3342 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
3343 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
3344 * xterm.c:
3345 Omit needless casts involving void * pointers and allocation.
3346 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
3347 as the former is more robust if P's type is changed.
3348 Prefer xzalloc to xmalloc + memset 0.
3349 Simplify malloc-or-realloc to realloc.
3350 Don't worry about xmalloc returning a null pointer.
3351 Prefer xstrdup to xmalloc + strcpy.
3352 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
3353 growing it.
3354 * keyboard.c (apply_modifiers_uncached): Prefer local array to
3355 alloca of a constant.
3356
6dd5a677
EZ
33572012-07-05 Eli Zaretskii <eliz@gnu.org>
3358
3359 * xdisp.c (display_line): Fix horizontal pixel coordinates when
3360 hscroll is larger than the line width. Fixes long and futile
3361 looping inside extend_face_to_end_of_line (on a TTY) producing
3362 glyphs that are not needed and thrown away.
3363
6b312f0f
DA
33642012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
3365
3366 * marker.c (set_marker_restricted_both): Simplify by using
3367 clip_to_bounds.
3368
f520ef9b
PE
33692012-07-05 Paul Eggert <eggert@cs.ucla.edu>
3370
3371 * editfns.c (region_limit): Simplify by using clip_to_bounds.
3372
383b7c95
JD
33732012-07-05 Jan Djärv <jan.h.d@swipnet.se>
3374
3375 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
3376 not defined (Bug#11768).
3377 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
3378 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
3379 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
3380 followed by gtk_box_set_homogeneous (Bug#11768).
3381 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
090bd7cb
JB
3382 (update_theme_scrollbar_width, xg_create_scroll_bar):
3383 Use gtk_scrollbar_new (Bug#11768).
383b7c95
JD
3384 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
3385 (is_box_type): New function (Bug#11768).
3386 (xg_tool_item_stale_p): Call is_box_type.
5293d758 3387 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
383b7c95
JD
3388 with default display (Bug#11768).
3389
d6e7bf45
EZ
33902012-07-05 Eli Zaretskii <eliz@gnu.org>
3391
3392 * xdisp.c (window_hscroll_limited): New function.
3393 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
3394 coordinates when window's hscroll is set to insanely large
3395 values. (Bug#11857)
3396
431391ec
JB
33972012-07-05 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
3400 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
3401
23f86fce
DA
34022012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
3403
3404 Cleanup xmalloc.
3405 * lisp.h (xzalloc): New prototype. Omit needless casts.
3406 * alloc.c (xzalloc): New function. Omit needless casts.
3407 * charset.c: Omit needless casts. Convert all calls to
3408 xmalloc with following memset to xzalloc.
3409 * dispnew.c: Likewise.
3410 * fringe.c: Likewise.
3411 * image.c: Likewise.
3412 * sound.c: Likewise.
3413 * term.c: Likewise.
3414 * w32fns.c: Likewise.
3415 * w32font.c: Likewise.
3416 * w32term.c: Likewise.
3417 * xfaces.c: Likewise.
3418 * xfns.c: Likewise.
3419 * xterm.c: Likewise.
3420 * atimer.c: Omit needless casts.
3421 * buffer.c: Likewise.
3422 * callproc.c: Likewise.
3423 * ccl.c: Likewise.
3424 * coding.c: Likewise.
3425 * composite.c: Likewise.
3426 * doc.c: Likewise.
3427 * doprnt.c: Likewise.
3428 * editfns.c: Likewise.
3429 * emacs.c: Likewise.
3430 * eval.c: Likewise.
3431 * filelock.c: Likewise.
3432 * fns.c: Likewise.
3433 * gtkutil.c: Likewise.
3434 * keyboard.c: Likewise.
3435 * lisp.h: Likewise.
3436 * lread.c: Likewise.
3437 * minibuf.c: Likewise.
3438 * msdos.c: Likewise.
3439 * print.c: Likewise.
3440 * process.c: Likewise.
3441 * region-cache.c: Likewise.
3442 * search.c: Likewise.
3443 * sysdep.c: Likewise.
3444 * termcap.c: Likewise.
3445 * terminal.c: Likewise.
3446 * tparam.c: Likewise.
3447 * w16select.c: Likewise.
3448 * w32.c: Likewise.
3449 * w32reg.c: Likewise.
3450 * w32select.c: Likewise.
3451 * w32uniscribe.c: Likewise.
3452 * widget.c: Likewise.
3453 * xdisp.c: Likewise.
3454 * xmenu.c: Likewise.
3455 * xrdb.c: Likewise.
3456 * xselect.c: Likewise.
3457
0497dc44
PE
34582012-07-05 Paul Eggert <eggert@cs.ucla.edu>
3459
3460 * fileio.c (time_error_value): Check the right error number.
3461 Problem reported by Troels Nielsen in
3462 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
3463
356e7178
PE
34642012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3465
4e71fd89
PE
3466 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
3467 This should be fixed in a better way; see Eli Zaretskii in
3468 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
3469 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
3470
f0941253
PE
3471 * fileio.c (time_error_value): Rename from special_mtime.
3472 The old name's problems were noted by Eli Zaretskii in
3473 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
3474
065c9eb4
PE
3475 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
3476 This variable's comment says Emacs needs at least one GDB-visible
3477 symbol of type enum pvec_type, to work around GDB problems.
3478 The symbol's value doesn't matter.
3479
356e7178
PE
3480 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
3481 that causes compilation to fail on pre-C99 compilers.
3482
ed9265fc 34832012-07-04 Juanma Barranquero <lekktu@gmail.com>
95f61aa2
JB
3484
3485 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
3486 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
3487
3884d954
DA
34882012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3489
d209e2fb 3490 * buffer.c (init_buffer_once): Fix initialization of
3884d954
DA
3491 headers for buffer_defaults and buffer_local_symbols.
3492 Reported by Juanma Barranquero <lekktu@gmail.com>.
3493
ee28be33
SM
34942012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
3497 * lisp.h (enum pvec_type): Use fewer bits.
3498 (PSEUDOVECTOR_SIZE_BITS): New constant.
3499 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
3500 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
3501 change in pvec_type.
3502 (PSEUDOVECTOR_TYPEP): New macro.
3503 (TYPED_PSEUDOVECTORP): Use it.
3504 * fns.c (internal_equal): Adapt code to extract pvectype.
3505 * emacs.c (gdb_pvec_type): Update type.
3506 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
3507 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
3508 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
3509 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
3510 (sweep_vectors): Use it. Use local var `total_bytes' instead of
3511 abusing vector->header.next.nbytes.
3512 (live_vector_p): Use PVEC_TYPE.
3513 (mark_object): Adapt code to extract pvectype. Use switch.
3514
c7f2cd7f
PE
35152012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3516
3517 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
3518 Tighten new eassert a bit.
3519
8ce70ed2
DA
35202012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3521
3522 Fix compilation with --enable-gcc-warnings and -O1
3523 optimization level.
3524 * doprnt.c (doprnt): Change type of tem to int, initialize
3525 to avoid compiler warning. Add eassert.
3526 * search.c (simple_search): Initialize match_byte to avoid
3527 compiler warning. Add eassert.
3528
dea7f1e5
PE
35292012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3530
24a212eb
PE
3531 Avoid weird behavior with large horizontal scrolls.
3532 Without this change, for example, large hscroll values would
3533 mess up Emacs's display on Fedora 15 x86, presumably due to
3534 overflows in int calculations in the display code.
3535 Also, if buffers had long lines, Emacs would freeze.
3536 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
3537 (set_window_hscroll): New function, containing the old guts of
3538 Fset_window_hscroll. Return the clipped value.
3539 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
3540 This avoids the need to check against PTRDIFF_MAX.
3541
dea7f1e5
PE
3542 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
3543
76046526
DA
35442012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3545
3546 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
3547
39adff0d
PE
35482012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3549
63807d47
PE
3550 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
3551 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
3552 since GCC 4.4.6 issues a bogus warning for them.
3553
39adff0d
PE
3554 Fix bugs in file timestamp newness comparisons.
3555 * fileio.c (Ffile_newer_than_file_p):
3556 * lread.c (Fload): Use full timestamp resolution of files,
3557 not just the 1-second resolution, so that files that are only
3558 slightly newer still count as newer.
3559 * fileio.c (Ffile_newer_than_file_p): Don't assume file
3560 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
3561
dbeed9a6
PE
35622012-07-03 Paul Eggert <eggert@cs.ucla.edu>
3563
3564 * fileio.c: Improve handling of file time marker. (Bug#11852)
3565 (special_mtime): New function.
3566 (Finsert_file_contents, Fverify_visited_file_modtime):
3567 Use it to set special mtime values consistently.
3568
636334d6
AS
35692012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3570
3571 * fileio.c (Finsert_file_contents): Properly handle st_mtime
3572 marker for non-existing file. (Bug#11852)
3573
e2017fe2
GM
35742012-07-03 Glenn Morris <rgm@gnu.org>
3575
3576 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
3577 and did not make it into globals.h).
3578
404dbd37
TT
35792012-07-03 Tom Tromey <tromey@redhat.com>
3580
3581 * window.c (Fset_window_margins, Fset_window_fringes)
3582 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
3583 * textprop.c (Fprevious_property_change): No longer static.
3584 * syntax.c (Fsyntax_table_p): No longer static.
3585 * process.c (Fget_process, Fprocess_datagram_address): No longer
3586 static.
3587 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
3588 * keyboard.c (Fcommand_execute): No longer static.
3589 Remove EXFUN.
3590 * insdel.c (Fcombine_after_change_execute): No longer static.
3591 * image.c (Finit_image_library): No longer static.
3592 * fileio.c (Fmake_symbolic_link): No longer static.
3593 * eval.c (Ffetch_bytecode): No longer static.
3594 * editfns.c (Fuser_full_name): No longer static.
d209e2fb
JB
3595 * doc.c (Fdocumentation_property, Fsnarf_documentation):
3596 No longer static.
404dbd37
TT
3597 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
3598 static.
3599 * dired.c (Ffile_attributes): No longer static.
3600 * composite.c (Fcomposition_get_gstring): No longer static.
3601 * callproc.c (Fgetenv_internal): No longer static.
3602
3603 * ccl.h: Remove EXFUNs.
3604 * buffer.h: Remove EXFUNs.
3605 * dispextern.h: Remove EXFUNs.
3606 * intervals.h: Remove EXFUNs.
3607 * fontset.h: Remove EXFUN.
3608 * font.h: Remove EXFUNs.
3609 * dosfns.c (system_process_attributes): Remove EXFUN.
3610 * keymap.h: Remove EXFUNs.
3611 * lisp.h: Remove EXFUNs.
3612 * w32term.h: Remove EXFUNs.
3613 * window.h: Remove EXFUNs.
3614 * xsettings.h: Remove EXFUN.
3615 * xterm.h: Remove EXFUN.
3616
8e4fd1e1
GM
36172012-07-03 Glenn Morris <rgm@gnu.org>
3618
3619 * lisp.h (Frandom): Make it visible to C.
3620 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
3621 buffer for invisible buffers. (Bug#1229)
3622
ca95b3eb
DA
36232012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3624
3625 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
3626 values which aren't power of 2.
14ae4239
BT
3627 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
3628 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
ca95b3eb
DA
3629 accordingly.
3630
7555c33f
SM
36312012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
3634
3635 * alloc.c (mark_object): Revert part of last patch to use `switch'.
3636
d12e8f5a
DA
36372012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3638
3639 * alloc.c (allocate_vector_block): Remove redundant
3640 calls to mallopt if DOUG_LEA_MALLOC is defined.
3641 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
3642 avoid calls to mallopt if zero_vector is returned.
3643
296094c3
DA
36442012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3645
3646 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
3647 is enabled, avoid dereferencing NULL current_sblock if
3648 running undumped.
3649
36429c89
DA
36502012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
3651
3652 Cleanup basic buffer management.
3653 * buffer.h (struct buffer): Change layout to use generic vector
3654 marking code. Fix some comments. Change type of 'clip_changed'
3655 to bitfield. Remove unused #ifndef old.
3656 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
3657 (GET_OVERLAYS_AT): Fix indentation.
3658 (for_each_per_buffer_object_at): New macro.
3659 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
3660 (Fbuffer_local_variables): Use it.
3661 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
3662 * alloc.c (allocate_buffer): Adjust to match new layout of
3663 struct buffer. Fix comment.
3664 (mark_overlay): New function.
3665 (mark_buffer): Use it. Use mark_vectorlike to mark normal
3666 Lisp area of struct buffer.
3667 (mark_object): Use it. Adjust marking of misc objects
3668 and related comments.
3669
3b3e4cac
PE
36702012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3671
3672 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
3673 wrapper that is not needed because the wrapped code is a no-op (zero
3674 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
3675 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
3676
cf5c0175
DA
36772012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
3678
3679 * alloc.c (mark_buffer): Simplify. Remove prototype.
3680 (mark_object): Add comment. Reorganize marking of vector-like
faf611c7 3681 objects. Use CHECK_LIVE for all vector-like objects except buffers
14ae4239
BT
3682 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
3683 Avoid redundant calls to mark_vectorlike for bool vectors.
cf5c0175 3684
ca26824c
GM
36852012-06-30 Glenn Morris <rgm@gnu.org>
3686
2e4c5312
GM
3687 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
3688
ca26824c
GM
3689 * epaths.in (PATH_SITELOADSEARCH): New.
3690 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
3691 This is rather than relying on --enable-locallisppath elements
3692 having "site-lisp" in their names. (Bug#10208#25, 11658)
3693
0d23c240
EZ
36942012-06-30 Eli Zaretskii <eliz@gnu.org>
3695
c9240d7a
EZ
3696 * w32proc.c (sys_select): Accept and ignore one more argument.
3697
3698 * w32.c (emacs_gnutls_pull): Call select with one more argument.
3699
0d23c240 3700 * sysselect.h [DOS_NT]: Don't include sys/select.h.
9ff8f76b 3701 (pselect) [!MS_DOS]: Redirect to sys_select.
0d23c240
EZ
3702
3703 * sysdep.c: Don't include dos.h and dosfns.h.
3704
3705 * process.c (sys_select):
3706 * msdos.c (sys_select): Accept one more argument and ignore it.
3707
3708 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
3709 adapt data types and code to that.
3710
3711 * dosfns.c:
3712 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
3713 which clashes with the gnulib function of the same name.
3714
af5a5a98
AS
37152012-06-30 Andreas Schwab <schwab@linux-m68k.org>
3716
c5e4379c
AS
3717 * font.c (font_style_to_value, font_style_symbolic)
3718 (font_prop_validate_style): Add type checks for values in
3719 font_style_table.
3720
af5a5a98
AS
3721 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
3722 argument.
3723 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
3724 uses.
3725
8d38f461
EZ
37262012-06-29 Eli Zaretskii <eliz@gnu.org>
3727
2e5a6631
EZ
3728 * xdisp.c (try_window_id): Undo last change.
3729
8d38f461
EZ
3730 * w32.c (getwd): Adjust commentary about startup_dir.
3731 (init_environment): Always call sys_access, even in non-MSVC
3732 builds. Don't chdir to the directory of the Emacs executable.
3733 This undoes code from 1997 which was justified by the need to
3734 "avoid conflicts when removing and renaming directories". But its
3735 downside was that every relative file name was being interpreted
3736 relative to the directory of the Emacs executable, which can never
3737 be TRT. In particular, it broke sys_access when called with
3738 relative file names.
3739 (sys_access): Map GetLastError to errno.
3740
2af3565e
DA
37412012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3742
3743 * window.h (struct window): Change type of 'fringes_outside_margins'
3744 to bitfield. Fix comment. Adjust users accordingly.
cf5c0175 3745 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
2af3565e
DA
3746 Adjust comment.
3747 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
3748 to ptrdiff_t.
3749
c8d3a25c 37502012-06-29 Andreas Schwab <schwab@linux-m68k.org>
57570cd3 3751
c8d3a25c
GM
3752 * gnutls.c (emacs_gnutls_handshake):
3753 Add QUIT to make the loop interruptible.
57570cd3 3754
c8d3a25c 37552012-06-29 Glenn Morris <rgm@gnu.org>
d01fd55f 3756
c8d3a25c
GM
3757 * charset.c (init_charset): Make lack of etc/charsets fatal.
3758
3e984ee8
DA
37592012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3760
3761 * editfns.c (region_limit): Fix type mismatch.
3762
ef884f23
DA
37632012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3764
3765 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
3766 undefined. Convert from xassert to eassert.
3767 * nsmenu.m: Convert from xassert to eassert.
3768 * nsterm.m: Likewise.
3769
7d7e0027
SM
37702012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * editfns.c (region_limit): Clip to narrowing (bug#11770).
3773
aa754e6a
PE
37742012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3775
3776 Avoid integer overflow on scroll-left and scroll-right.
3777 * window.c (HSCROLL_MAX): New macro.
3778 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
3779 overflow when requested scroll falls outside ptrdiff_t range.
3780
80b00b08
DA
37812012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3782
3783 * window.h (struct window): Change type of 'hscroll',
3784 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
3785 'last_modified' and 'last_overlay_modified' to EMACS_INT.
3786 Adjust users accordingly.
3787 * xdisp.c (try_cursor_movement): Replace type check with eassert.
3788 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
3789 from EMACS_INT to ptrdiff_t.
3790 (make_window): Omit redundant initialization.
3791
62b2bcf6
JB
37922012-06-28 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
3795
45942c7d
DA
37962012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3797
3798 * window.h (struct window): Change type of 'use_time' and
3799 'sequence_number' from Lisp_Object to int.
3800 * frame.c (make_frame): Adjust users accordingly.
3801 * print.c (print_object): Likewise.
3802 * window.c (select_window, Fwindow_use_time, make_parent_window)
3803 (make_window): Likewise.
3804
e509cfa6
DA
38052012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3806
3807 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
3808 enabled with --enable-checking=[all,glyphs] configure option.
3809 Fix GLYPH_DEBUG usage assuming that it may be undefined,
3810 adjust comments accordingly.
3811 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
3812 undefined, adjust comments accordingly.
3813 * image.c: Likewise.
3814 * scroll.c: Likewise.
3815 * w32fns.c: Likewise.
3816 * w32term.c: Likewise.
3817 * xdisp.c: Likewise.
3818 * xfaces.c: Likewise.
3819 * xfns.c: Likewise.
3820 * xterm.c: Likewise.
3821
a54e2c05
DA
38222012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3823
3824 Generalize run-time debugging checks.
3825 * dispextern.h (XASSERTS): Remove.
3826 * fontset.c (xassert): Remove.
3827 Convert from xassert to eassert.
3828 * alloc.c: Convert from xassert to eassert.
3829 * bidi.c: Likewise.
3830 * dispnew.c: Likewise.
3831 * fns.c: Likewise.
3832 * fringe.c: Likewise.
3833 * ftfont.c: Likewise.
3834 * gtkutil.c: Likewise.
3835 * image.c: Likewise.
3836 * keyboard.c: Likewise.
3837 * menu.c: Likewise.
3838 * process.c: Likewise.
3839 * scroll.c: Likewise.
3840 * sound.c: Likewise.
3841 * term.c: Likewise.
3842 * w32console.c: Likewise.
3843 * w32fns.c: Likewise.
3844 * w32term.c: Likewise.
3845 * window.c: Likewise.
3846 * xdisp.c: Likewise.
3847 * xfaces.c: Likewise.
3848 * xfns.c: Likewise.
3849 * xselect.c: Likewise.
3850 * xterm.c: Likewise.
3851
1ec4b7b2
SM
38522012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * fns.c (maybe_resize_hash_table): Output message when growing the
3855 purify-hashtable.
3856
2014308a
DA
38572012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3858
3859 * alloc.c (allocate_string_data): Remove dead code.
3860 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
3861 avoid GCC warning about unused macro.
3862
246155eb
DA
38632012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3864
3865 * alloc.c (allocate_string): Omit intervals initialization.
3866 * alloc.c (make_uninit_multibyte_string): Initialize intervals
3867 as in make_pure_string and make_pure_c_string.
3868
43184b7b
DA
38692012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3870
d209e2fb 3871 * alloc.c (allocate_string): Fix last change.
43184b7b 3872
3fe6dd74
DA
38732012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3874
d209e2fb 3875 * alloc.c (allocate_string): Remove two redundant calls
3fe6dd74
DA
3876 to memset, add explicit initialization where appropriate.
3877
1ba6038a
GM
38782012-06-27 Glenn Morris <rgm@gnu.org>
3879
3880 * lisp.mk (lisp): Remove paths.elc.
3881
c89926a5
CY
38822012-06-27 Chong Yidong <cyd@gnu.org>
3883
3884 * doc.c (Fsubstitute_command_keys): Fix punctuation.
3885
ed6b3510
JW
38862012-06-26 John Wiegley <johnw@newartisans.com>
3887
1ec4b7b2 3888 * unexmacosx.c (copy_data_segment): Add two section names used
157e99e4
JW
3889 on Mac OS X Lion: __mod_init_func and __mod_term_func.
3890
ed6b3510
JW
3891 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
3892 when building with Clang.
3893
8edd4a2b
SM
38942012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * eval.c (Fapply): Allow calling it with a single argument.
3897
f6f62d1b
EZ
38982012-06-26 Eli Zaretskii <eliz@gnu.org>
3899
3900 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
3901 _stricmp and _strnicmp.
3902 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
3903
62efea5e
DA
39042012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3905
3906 * alloc.c (allocate_window): Zero out non-Lisp part of newly
3907 allocated window.
3908 (allocate_process): Likewise for new process.
8edd4a2b 3909 (allocate_terminal): Change to use offsetof.
62efea5e
DA
3910 (allocate_frame): Likewise.
3911 * frame.c (make_frame): Omit redundant initialization.
3912 * window.c (make_parent_window): Use memset.
3913 (make_window): Omit redundant initialization.
3914 * process.c (make_process): Omit redundant initialization.
3915 * terminal.c (create_terminal): Likewise.
3916
42997f4d
DA
39172012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3918
3919 * term.c (delete_tty): Remove redundant call to memset.
3920
1130ecfc
DA
39212012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3922
3923 * alloc.c: Remove build_string.
3924 * lisp.h: Define build_string as static inline. This provides
3925 a better opportunity to optimize away calls to strlen when the
3926 function is called with compile-time constant argument.
3927 * image.c (imagemagick_error): Convert to build_string.
3928 * w32proc.c (sys_spawnve): Likewise.
3929 * xterm.c (x_term_init): Likewise.
3930
cf38a720
PE
39312012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3932
99027bdd
PE
3933 Use sprintf return value instead of invoking strlen on result.
3934 In the old days this wasn't portable, since some sprintf
3935 implementations returned char *. But they died out years ago and
3936 Emacs already assumes sprintf returns int.
3937 Similarly for float_to_string.
3938 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
3939 * ccl.c (ccl_driver):
3940 * character.c (string_escape_byte8):
3941 * data.c (Fnumber_to_string):
3942 * doprnt.c (doprnt):
3943 * print.c (print_object):
3944 * xdisp.c (message_dolog):
3945 * xfns.c (syms_of_xfns):
3946 Use sprintf or float_to_string result to avoid need to call strlen.
3947 * data.c (Fnumber_to_string):
3948 Use make_unibyte_string, since the string must be ASCII.
3949 * lisp.h, print.c (float_to_string): Now returns int length.
3950 * term.c (produce_glyphless_glyph):
3951 Use sprintf result rather than recomputing it.
3952
cf38a720
PE
3953 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3954 * Makefile.in (ALL_CFLAGS):
3955 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3956 * gmalloc.c, regex.c: Include <config.h> unconditionally.
3957
3511c784
DA
39582012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3959
0a08eb21 3960 * dispextern.h (xstrcasecmp): Define to library function
3511c784
DA
3961 strcasecmp if available.
3962 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
3963
fb7da12e
AS
39642012-06-25 Andreas Schwab <schwab@linux-m68k.org>
3965
3966 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
3967 Avoid comma operator.
3968 * menu.c (push_submenu_start, push_submenu_end)
3969 (push_left_right_boundary, push_menu_pane): Likewise.
3970 * msdos.c (dos_rawgetc): Likewise.
3971
afa2ffd8
DA
39722012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3973
3974 * xfns.c (xic_create_fontsetname): Remove redundant calls
3975 to memset.
3976
b3b4476b
PE
39772012-06-25 Paul Eggert <eggert@cs.ucla.edu>
3978
4495ff38
PE
3979 * gtkutil.c (get_utf8_string): Remove redundant assignment.
3980 sprintf already null-terminates its output.
3981
b3b4476b
PE
3982 * xfns.c (x_window): Remove redundant cast.
3983
b00876c9
DA
39842012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3985
3986 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
3987 `const char *' to `char *' to avoid compiler warning.
3988
d188e26b
PE
39892012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3990
885d1d74
PE
3991 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
3992 instead of truncating it to 63 (admittedly a generous limit).
3993
d188e26b
PE
3994 * process.c: Fix spelling and caps in comments.
3995
e2f560b1
DN
39962012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
3997
e86db54b 3998 * emacs.c (setpgrp): Remove definition, unused.
e2f560b1
DN
3999 * sysdep.c (setpgrp): Remove definition, not used in this file.
4000
7583a3a1
JB
40012012-06-24 Juanma Barranquero <lekktu@gmail.com>
4002
4003 * makefile.w32-in: Update dependencies.
4004
696056c2
EZ
40052012-06-24 Eli Zaretskii <eliz@gnu.org>
4006
4007 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
4008 (SYSTIME_H): Add nt/inc/sys/time.h.
4009
4010 * systime.h [WINDOWSNT]: Include sys/time.h.
4011
4012 * s/ms-w32.h (struct timespec): Definition moved from
4013 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
4014
845ca893
PE
40152012-06-24 Paul Eggert <eggert@cs.ucla.edu>
4016
4017 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
4018 * buffer.h (buffer_slot_type_mismatch):
4019 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
4020 * eval.c (unwind_to_catch):
4021 * image.c (my_png_error, my_error_exit):
4022 * keyboard.c (quit_throw_to_read_char, user_error)
4023 (Fexit_recursive_edit, Fabort_recursive_edit):
4024 * lisp.h (die, args_out_of_range, args_out_of_range_3)
4025 (wrong_type_argument, buffer_overflow, __executable_start)
4026 (memory_full, buffer_memory_full, string_overflow, Fthrow)
4027 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
4028 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
4029 (fatal):
4030 (child_setup) [!DOS_NT]:
4031 * lread.c (end_of_file_error, invalid_syntax):
4032 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
4033 * puresize.h (pure_write_error):
4034 * search.c (matcher_overflow):
4035 * sound.c (sound_perror, alsa_sound_perror):
4036 * sysdep.c, syssignal.h (croak):
4037 * term.c (maybe_fatal, vfatal):
4038 * textprop.c (text_read_only):
4039 * undo.c (user_error):
4040 * unexmacosx.c (unexec_error):
4041 * xterm.c (x_ins_del_lines, x_delete_glyphs):
4042 Use _Noreturn rather than NO_RETURN.
4043 No need for separate decl merely because of _Noreturn.
4044 * sound.c (sound_warning, parse_sound):
4045 Remove unnecessary forward decls.
4046
f1dd8073
PE
40472012-06-24 Paul Eggert <eggert@cs.ucla.edu>
4048
4049 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
4050 * lisp.h (WAIT_READING_MAX): New macro.
4051 * dispnew.c (Fsleep_for, sit_for):
4052 * keyboard.c (kbd_buffer_get_event):
4053 * process.c (Faccept_process_output):
4054 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
4055 This improves on the previous patch, which introduced a bug
4056 when time_t is unsigned and as wide as intmax_t.
4057 See <http://bugs.gnu.org/9000#51>.
4058
b82c1755
EZ
40592012-06-23 Eli Zaretskii <eliz@gnu.org>
4060
4061 * dispnew.c (sit_for, Fsleep_for):
4062 * keyboard.c (kbd_buffer_get_event):
4063 * process.c (Faccept_process_output): Avoid compiler warnings when
4064 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
4065
ca300656
JB
40662012-06-23 Juanma Barranquero <lekktu@gmail.com>
4067
049ec95b
JB
4068 * makefile.w32-in: Update dependencies.
4069
ca300656
JB
4070 * w32.c (ltime): Add return type and declare static.
4071 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
4072
db7b8d06
PE
40732012-06-23 Paul Eggert <eggert@cs.ucla.edu>
4074
4075 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
4076 Privately reported by Herbert J. Skuhra.
4077 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
4078 All uses changed.
4079 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
4080 not make_lisp_timeval, when the argument is of type EMACS_TIME.
4081
0bd8297f
EZ
40822012-06-23 Eli Zaretskii <eliz@gnu.org>
4083
96512555
EZ
4084 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
4085 last argument of make_unibyte_string.
4086
0bd8297f
EZ
4087 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
4088 language ID in the event parameters.
4089
4090 * w32term.c (w32_read_socket): Put the new keyboard codepage into
4091 event.code, not the obscure "character set ID".
4092
63def6b6
CY
40932012-06-23 Chong Yidong <cyd@gnu.org>
4094
4095 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
4096
e8a02204
EZ
40972012-06-23 Eli Zaretskii <eliz@gnu.org>
4098
388cdec0
EZ
4099 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
4100 * w32.c (fdutimens): New function.
4101
4102 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
4103
4104 * s/ms-w32.h (pselect): Redirect to sys_select.
4105
4106 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
4107
e8a02204
EZ
4108 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
4109 in the logic of incrementing and decrementing the value of
4110 use_relocatable_buffers.
4111
d054f3fb
PE
41122012-06-23 Paul Eggert <eggert@cs.ucla.edu>
4113
4114 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
4115 Privately reported by Herbert J. Skuhra.
4116 [__FreeBSD__]: Remove "*/" typo after "#include".
4117 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
4118 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
4119 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
4120 Don't assume EMACS_TIME and struct timeval are the same type.
4121
d35af63c
PE
41222012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4123
4124 Support higher-resolution time stamps (Bug#9000).
4125 The time stamps are only nanosecond-resolution at the C level,
4126 since that's the best that any real-world system supports now.
4127 But they are picosecond-resolution at the Lisp level, as that's
4128 easy, and leaves room for future OS improvements.
4129
4130 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
4131 (LIBES): Use it.
4132
4133 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
4134 Don't get current time unless it's needed.
4135
4136 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
4137 now provides it if it's absent.
4138 (start_atimer): Port to higher-res time stamps.
4139 Check for time stamp overflow. Don't get current time more
4140 often than is needed.
4141
4142 * buffer.h (struct buffer): Buffer modtime now has high resolution.
4143 Include systime.h, not time.h.
4144 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
4145
4146 * dired.c: Include stat-time.h.
4147 (Ffile-attributes): File times now have higher resolution.
4148
4149 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
4150 (struct image): Timestamp now has higher resolution.
4151
4152 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
4153 has at least microseconds now. All uses removed.
4154 (update_frame, update_single_window, update_window, update_frame_1)
4155 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
927c7216 4156 (duration_to_sec_usec): Remove; no longer needed.
d35af63c
PE
4157
4158 * editfns.c (time_overflow): Now extern.
4159 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
4160 (float-time, Fformat_time_string, Fcurrent_time_string)
4161 (Fcurrent_time_zone): Accept and generate higher-resolution
4162 time stamps.
4163 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
4164 (decode_time_components, lisp_seconds_argument): New functions.
4165 (make_time): Now static.
4166 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
4167 Report an error if the time is invalid, rather than having the caller
4168 do that.
4169
4170 * fileio.c: Include <stat-time.h>
4171 (Fcopy_file): Copy higher-resolution time stamps.
4172 Prefer to set the time stamp via a file descriptor if that works.
4173 (Fset_file_times, Finsert_file_contents, Fwrite_region)
4174 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
4175 (Fvisited_file_modtime, Fset_visited_file_modtime):
4176 Support higher-resolution time stamps.
4177
4178 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
4179
4180 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
4181
4182 * image.c (prepare_image_for_display, clear_image_cache)
4183 (lookup_image): Port to higer-resolution time stamps.
4184
4185 * keyboard.c (start_polling, bind_polling_period):
4186 Check for time stamp overflow.
4187 (read_char, kbd_buffer_get_event, timer_start_idle)
4188 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
4189 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
4190 Port to higher-resolution time stamps. Do not assume time_t is signed.
4191 (decode_timer): New function. Timers are now vectors of length 9,
4192 not 8, to accommodate the picosecond component.
4193 (timer_check_2): Use it.
4194
4195 * nsterm.m (select_timeout, timeval_subtract): Remove.
4196 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
4197 as they're a bit more accurate and handle overflow better.
4198 (ns_select): Change prototype to be compatible with pselect.
4199 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
4200 * nsterm.h (ns_select): Adjust prototype.
4201
4202 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
4203 us-resolution time stamps.
4204 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
4205
4206 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
4207
4208 * lisp.h (time_overflow): New decl.
4209 (wait_reading_process_output): First arg is now intmax_t, not int,
4210 to accommodate larger waits.
4211
4212 * process.h (struct Lisp_Process.read_output_delay):
4213 Now counts nanoseconds, not microseconds.
4214 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
4215 EMACS_HAS_USECS.
4216 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
4217 (wait_reading_process_output):
4218 Port to ns-resolution time stamps.
4219 (Faccept_process_output, wait_reading_process_output):
4220 Check for time stamp overflow. Do not assume time_t is signed.
4221 (select_wrapper): Remove; we now use pselect.
4222 (Fprocess_attributes): Now generates ns-resolution time stamps.
4223
4224 * sysdep.c: Include utimens.h. Don't include utime.h
4225 or worry about struct utimbuf; gnulib does that for us now.
4226 (gettimeofday): Remove; gnulib provides a substitute.
4227 (make_timeval): New function.
4228 (set_file_times): Now sets ns-resolution time stamps.
4229 New arg FD; all uses changed.
4230 (time_from_jiffies, ltime_from_jiffies, get_up_time)
4231 (system_process_attributes):
4232 Now returns ns-resolution time stamp. All uses changed.
4233 Check for time stamp overflow.
4234
4235 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
4236 provides a substitute now.
4237
4238 * systime.h: Include timespec.h rather than sys/time.h and time.h,
4239 since it guarantees struct timespec.
4240 (EMACS_TIME): Now struct timespec, so that we can support
4241 ns-resolution time stamps.
4242 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
4243 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
4244 (EMACS_USECS): Remove.
4245 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
4246 so multiply the arg by 1000 before storing it.
4247 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
4248 New macros.
4249 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
4250 Port to ns-resolution time stamps.
4251 (EMACS_TIME_NEG_P): Remove; replaced by....
4252 (EMACS_TIME_SIGN): New macro.
4253 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
4254 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
4255 (set_file_times, make_time, lisp_time_argument): Adjust signature.
4256 (make_timeval, make_lisp_time, decode_time_components): New decls.
4257 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
4258 that it mishandled time_t overflow. You can't compare by subtracting!
4259 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
4260 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
4261
4262 * term.c: Include <sys/time.h>.
4263 (timeval_to_Time): New function, for proper overflow wraparound.
4264 (term_mouse_position, term_mouse_click): Use it.
4265
4266 * undo.c (record_first_change): Support higher-resolution time stamps
4267 in the undo buffer.
4268 (Fprimitive_undo): Use them when restoring time stamps.
4269
4270 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
4271 (w32_get_internal_run_time):
4272 Port to higher-resolution Emacs time stamps.
4273 (ltime): Now accepts single 64-bit integer, as that's more convenient
4274 for callers.
4275
4276 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
4277
4278 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
4279 for compatibility with pselect. Support ns-resolution time stamps.
4280
4281 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
4282
4283 * xselect.c (wait_for_property_change, x_get_foreign_selection):
4284 Check for time stamp overflow, and support ns-resolution time stamps.
4285
4286 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
4287 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
4288 (timeval_subtract): Remove; no longer needed.
4289 (XTflash, XTring_bell, x_wait_for_event):
4290 Port to ns-resolution time stamps. Don't assume time_t is signed.
4291
b6a92dfe
CY
42922012-06-22 Chong Yidong <cyd@gnu.org>
4293
4294 * xdisp.c (x_consider_frame_title): Revert last change.
4295
d251c37c
EZ
42962012-06-22 Eli Zaretskii <eliz@gnu.org>
4297
4298 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
4299 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
4300 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
4301 staticidx goes up to 1597 out of 1600 = 0x640.)
4302
f10deafb
PE
43032012-06-20 Paul Eggert <eggert@cs.ucla.edu>
4304
4305 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
4306 Otherwise, the umask might be mistakenly 0 while handling input signals.
4307
ec6de1e2
SM
43082012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
4311
28be1ada
DA
43122012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
4313
4314 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
4315 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
4316 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
4317 access to `contents' member of Lisp_Vector objects with AREF and ASET
4318 where appropriate.
4319
c6bf3022
CY
43202012-06-19 Chong Yidong <cyd@gnu.org>
4321
4322 * frame.c (delete_frame): When selecting a frame on a different
4323 text terminal, do not alter the terminal's top-frame.
4324
4325 * xdisp.c (format_mode_line_unwind_data): Record the target
4326 frame's selected window and its terminal's top-frame.
4327 (unwind_format_mode_line): Restore them.
4328 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
4329 Callers changed.
4330 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
4331 since tty frames can be explicitly named.
4332 (prepare_menu_bars): Likewise.
4333
4334 * term.c (Ftty_top_frame): New function.
4335
defd4196
PE
43362012-06-18 Paul Eggert <eggert@cs.ucla.edu>
4337
4338 Port byte-code-meter to modern targets.
4339 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
4340 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
8b5257e1 4341 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
defd4196
PE
4342 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
4343 (METER_1, METER_2): Simplify.
4344
1053a871
SM
43452012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * data.c (Fdefalias): Return `symbol' (bug#11686).
4348
b7e8d081
MR
43492012-06-18 Martin Rudalics <rudalics@gmx.at>
4350
4351 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
1053a871
SM
4352 gets killed during executing of this function (Bug#11665).
4353 Try to always return Qt when the buffer has been actually killed.
b7e8d081
MR
4354 (Vkill_buffer_query_functions): In doc-string say that functions
4355 run by this hook should not change the current buffer.
4356
7ea2b339
PE
43572012-06-18 Paul Eggert <eggert@cs.ucla.edu>
4358
4359 Fix recently-introduced process.c problems found by static checking.
4360 * process.c (write_queue_push, write_queue_pop, send_process):
4361 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
4362 (write_queue_pop): Fix pointer signedness problem.
4363 (send_process): Remove unused local.
4364
96a313a1
CY
43652012-06-17 Chong Yidong <cyd@gnu.org>
4366
4367 * xdisp.c (redisplay_internal): No need to redisplay terminal
4368 frames that are not on top.
4369
20ca2e94
TN
43702012-06-17 Troels Nielsen <bn.troels@gmail.com>
4371
4372 * process.c (make_process): Initialize write_queue.
4373 (write_queue_push, write_queue_pop): New functions.
4374 (send_process): Use them to maintain correct ordering of process
4375 writes (Bug#10815).
4376
9a900ca9
PE
43772012-06-17 Paul Eggert <eggert@cs.ucla.edu>
4378
310fbfa8
PE
4379 * lisp.h (eassert): Assume C89 or later.
4380 This removes the need for CHECK.
4381 (CHECK): Remove. Its comments about always evaluating its
4382 argument were confusing, as 'eassert' typically does not evaluate
4383 its argument.
4384
27bb1ca4
PE
4385 * coding.c (produce_chars): Use ptrdiff_t, not int.
4386
9a900ca9
PE
4387 * xterm.c (x_draw_underwave): Check for integer overflow.
4388 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
4389
41b7f8bc 43902012-06-17 Jan Djärv <jan.h.d@swipnet.se>
50a93863
JD
4391
4392 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
4393 referenced (Bug#11583).
4394
9b0e3eba
AA
43952012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
4396
4397 Implement wave-style variant of underlining.
4398 * dispextern.h (face_underline_type): New enum.
4399 (face): Add field for underline type.
4400 * nsterm.m (ns_draw_underwave): New function.
4401 (ns_draw_text_decoration): Use it.
4402 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
4403 New functions.
4404 (x_draw_glyph_string): Use them.
4405 * xfaces.c (Qline, Qwave): New Lisp objects.
4406 (check_lface_attrs, merge_face_ref)
1053a871
SM
4407 (Finternal_set_lisp_face_attribute, realize_x_face):
4408 Handle wave-style underline face attributes.
9b0e3eba
AA
4409 * xterm.c (x_draw_underwave): New function.
4410 (x_draw_glyph_string): Use it.
4411
0fb52f11
JB
44122012-06-16 Juanma Barranquero <lekktu@gmail.com>
4413
4414 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
4415 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
4416 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
4417 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
4418 ($(BLD)/w32select.$(O)): Update dependencies.
4419
e5560ff7
AS
44202012-06-16 Andreas Schwab <schwab@linux-m68k.org>
4421
4422 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
4423 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
4424 * character.c (_fetch_multibyte_char_p): Remove.
4425 * alloc.c: Include "character.h" before "buffer.h".
4426 * bidi.c: Likewise.
4427 * buffer.c: Likewise.
4428 * bytecode.c: Likewise.
4429 * callint.c: Likewise.
4430 * callproc.c: Likewise.
4431 * casefiddle.c: Likewise.
4432 * casetab.c: Likewise.
4433 * category.c: Likewise.
4434 * cmds.c: Likewise.
4435 * coding.c: Likewise.
4436 * composite.c: Likewise.
4437 * dired.c: Likewise.
4438 * dispnew.c: Likewise.
4439 * doc.c: Likewise.
4440 * dosfns.c: Likewise.
4441 * editfns.c: Likewise.
4442 * emacs.c: Likewise.
4443 * fileio.c: Likewise.
4444 * filelock.c: Likewise.
4445 * font.c: Likewise.
4446 * fontset.c: Likewise.
4447 * fringe.c: Likewise.
4448 * indent.c: Likewise.
4449 * insdel.c: Likewise.
4450 * intervals.c: Likewise.
4451 * keyboard.c: Likewise.
4452 * keymap.c: Likewise.
4453 * lread.c: Likewise.
4454 * macros.c: Likewise.
4455 * marker.c: Likewise.
4456 * minibuf.c: Likewise.
4457 * nsfns.m: Likewise.
4458 * nsmenu.m: Likewise.
4459 * print.c: Likewise.
4460 * process.c: Likewise.
4461 * regex.c: Likewise.
4462 * region-cache.c: Likewise.
4463 * search.c: Likewise.
4464 * syntax.c: Likewise.
4465 * term.c: Likewise.
4466 * textprop.c: Likewise.
4467 * undo.c: Likewise.
4468 * unexsol.c: Likewise.
4469 * w16select.c: Likewise.
4470 * w32fns.c: Likewise.
4471 * w32menu.c: Likewise.
4472 * window.c: Likewise.
4473 * xdisp.c: Likewise.
4474 * xfns.c: Likewise.
4475 * xmenu.c: Likewise.
4476 * xml.c: Likewise.
4477 * xselect.c: Likewise.
4478
2f07e6af
EZ
44792012-06-16 Eli Zaretskii <eliz@gnu.org>
4480
1053a871
SM
4481 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
4482 If all the glyphs of the glyph row came from strings, and we have no
2f07e6af 4483 cursor positioning clues, put the cursor on the first glyph of the
1097afe4
EZ
4484 row.
4485 (handle_face_prop): Use chunk-relative overlay string index when
4486 indexing into it->string_overlays array. (Bug#11653)
946fdb73
EZ
4487 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
4488 the rightmost. (Bug#11720)
2f07e6af 4489
29b83cec
AS
44902012-06-16 Andreas Schwab <schwab@linux-m68k.org>
4491
4492 * category.h (CHAR_HAS_CATEGORY): Define as inline.
4493 (CATEGORY_MEMBER): Enforce 1/0 value.
4494 * category.c (_temp_category_set): Remove.
4495
4c5501e9
EZ
44962012-06-16 Eli Zaretskii <eliz@gnu.org>
4497
4498 * window.c (Fdelete_other_windows_internal)
4499 (Fdelete_window_internal): Don't access frame's mouse highlight
4500 info of the initial frame. (Bug#11677)
4501
2b570124
PE
45022012-06-14 Paul Eggert <eggert@cs.ucla.edu>
4503
e93864f9
PE
4504 * .gdbinit (xgetint): Fix recently-introduced paren typo.
4505 Assume USE_2_TAGS_FOR_INTS.
4506 (xreload): Adjust $tagmask width to match recent lisp.h change.
4507
2b570124
PE
4508 Simplify lisp.h in minor ways that should not affect code.
4509 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
4510 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
4511 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
4512 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
4513 (INTTYPEBITS): New macro, for clarity.
4514 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
1053a871
SM
4515 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
4516 Simplify now that USE_LSB_TAG is always defined.
2b570124
PE
4517 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
4518 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
4519
81755f69
JB
45202012-06-13 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
4523
16192a57
GM
45242012-06-13 Glenn Morris <rgm@gnu.org>
4525
4526 * s/bsd-common.h (BSD4_3):
4527 * s/usg5-4-common.h (USG5_4): No longer define; unused.
4528
646b5f55
AS
45292012-06-13 Andreas Schwab <schwab@linux-m68k.org>
4530
4531 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
4532 instead of union.
4533 (XLI, XIL): Define.
1053a871
SM
4534 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
4535 Use them.
4536 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
646b5f55 4537 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
1053a871 4538 * alloc.c (widen_to_Lisp_Object): Remove.
646b5f55
AS
4539 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
4540 * frame.c (delete_frame): Remove outdated comment.
4541 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
4542 USE_LISP_UNION_TYPE.
4543 (Fw32_unregister_hot_key): Likewise.
4544 (Fw32_toggle_lock_key): Likewise.
4545 * w32menu.c (add_menu_item): Likewise.
4546 (w32_menu_display_help): Use XIL instead of checking
4547 USE_LISP_UNION_TYPE.
4548 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
4549 (init_heap): Likewise.
4550 * w32term.c (w32_read_socket): Update comment.
4551
1d3823c9
GM
45522012-06-13 Glenn Morris <rgm@gnu.org>
4553
c62ff706
GM
4554 * s/usg5-4-common.h, src/s/unixware.h:
4555 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
4556
1d3823c9
GM
4557 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
4558
bfe3e0a2
PE
45592012-06-13 Paul Eggert <eggert@cs.ucla.edu>
4560
4561 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
4562 * alloc.c (make_number) [!defined make_number]:
4563 Remove, as lisp.h always defines this now.
4564 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
4565 (roundup_size): Verify that it is a power of 2.
4566 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4567 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
4568 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
4569 -DUSE_LSB_TAG=0, to override the automatically-selected default.
4570 USE_LSB_TAG now is always defined to be either 0 or 1.
4571 All uses changed.
4572 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
4573 code works fine either way, and efficiency is not a concern here,
4574 as the union type is for debugging, not for production.
4575 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
4576 Use an inline function on all platforms when using the union type,
4577 since this is simpler and 'static inline' can be used portably
4578 within Emacs now.
4579 (LISP_INITIALLY_ZERO): New macro.
4580 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
4581 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
4582
45fa9c0f
GM
45832012-06-12 Glenn Morris <rgm@gnu.org>
4584
b4492cba
GM
4585 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
4586
4587 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
0d369729 4588
45fa9c0f
GM
4589 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
4590 Move BROKEN_SIGIO to configure.
4591
4592 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
4593 Move NO_TERMIO to configure.
4594
0e25d334
CY
45952012-06-12 Chong Yidong <cyd@gnu.org>
4596
4597 * image.c (imagemagick_load_image): Use MagickFlattenImage if
4598 MagickMergeImageLayers is undefined. Use pixel pusher loop if
4599 MagickExportImagePixels is undefined.
4600
43682bb6
PE
46012012-06-12 Paul Eggert <eggert@cs.ucla.edu>
4602
4603 * image.c (imagemagick_load_image): Remove unused label.
4604
a9be7d2b
GM
46052012-06-11 Glenn Morris <rgm@gnu.org>
4606
4607 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
4608 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
4609 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
4610 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
4611
3017f87f
SM
46122012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * alloc.c (make_byte_code): New function.
4615 (Fmake_byte_code): Use it. Don't purify here.
4616 * lread.c (read1): Use it as well to avoid extra allocation.
4617
1b9b4cf4
CY
46182012-06-11 Chong Yidong <cyd@gnu.org>
4619
4620 * image.c (imagemagick_load_image): Implement transparency.
4621
95988fcf
AS
46222012-06-10 Andreas Schwab <schwab@linux-m68k.org>
4623
4624 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
4625 account for preceding backslashes. (Bug#11663)
4626
cd4eb164
CY
46272012-06-09 Chong Yidong <cyd@gnu.org>
4628
4629 * term.c: Support italics in capable terminals (Bug#9652).
4630 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
4631 (turn_on_face): Output using TS_enter_italic_mode if available.
4632 Don't handle unused blinking and alt-charset cases.
4633 (turn_off_face): Handle italic case; discard unused tty_blinking_p
4634 and tty_alt_charset_p cases.
4635 (tty_capable_p, init_tty): Support italics.
4636
4637 * termchar.h (struct tty_display_info): Add field for italics.
4638 Remove unused blink field.
4639
4640 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
4641 Handle slant.
4642
4643 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
4644 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
4645 tty_alt_charset_p. Add tty_italic_p.
4646
ff88beb8
MA
46472012-06-09 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
4650 dbus_type_is_basic if available.
4651 (xd_extract_signed, xd_extract_unsigned): Rename from
4652 extract_signed and extract_unsigned, respectively. Adapt callers.
4653
44286096
CY
46542012-06-09 Chong Yidong <cyd@gnu.org>
4655
1682701f
CY
4656 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
4657
44286096
CY
4658 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
4659 case (Bug#9752).
4660
d86feb17
PE
46612012-06-08 Paul Eggert <eggert@cs.ucla.edu>
4662
4663 * xdisp.c (vmessage): Treat frame message as multibyte.
4664 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
4665 would generate the diagnostic "Making \302\247 buffer-local while
4666 let-bound!".
4667
d5c20fe8
EZ
46682012-06-08 Eli Zaretskii <eliz@gnu.org>
4669
4670 * dispnew.c (showing_window_margins_p): Undo last change, which
4671 was done due to an inadvertent commit.
4672 (adjust_frame_glyphs_for_frame_redisplay): Do call
4673 showing_window_margins_p.
4674
513749ee
SM
46752012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * eval.c (Fmake_var_non_special): New primitive.
4678 (syms_of_eval): Defsubr it.
4679 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
4680
d4a8f5c1
JB
46812012-06-08 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
4684 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
4685
8bbbc977
EZ
46862012-06-08 Eli Zaretskii <eliz@gnu.org>
4687
4688 * alloc.c (allocate_vectorlike): Fix last change.
4689
f3372c87
DA
46902012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
4691
4692 Block-based vector allocation of small vectors.
4693 * lisp.h (struct vectorlike_header): New field `nbytes',
4694 adjust comment accordingly.
4695 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
4696 to denote vector blocks. Adjust users (live_vector_p,
4697 mark_maybe_pointer, valid_lisp_object_p) accordingly.
4698 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
4699 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
4700 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
4701 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
4702 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
4703 (roundup_size): New constant.
4704 (struct vector_block): New data type.
4705 (vector_blocks, vector_free_lists, zero_vector): New variables.
513749ee 4706 (all_vectors): Rename to `large_vectors'.
f3372c87
DA
4707 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
4708 (sweep_vectors): New functions.
4709 (allocate_vectorlike): Return `zero_vector' as the only vector of
4710 0 items. Allocate new vector from block if vector size is less than
4711 or equal to VBLOCK_BYTES_MAX.
4712 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
4713 (init_alloc_once): Add call to init_vectors.
4714
4f18a4ed
SM
47152012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
4718
86f158bc
PE
47192012-06-07 Paul Eggert <eggert@cs.ucla.edu>
4720
4721 * doprnt.c (doprnt): Truncate multibyte char correctly.
4722 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
4723 would mishandle a string argument "Xc" if X was a multibyte
4724 character of length 2: it would truncate after X's first byte
4725 rather than including all of X.
4726
c5cfcbe0
CY
47272012-06-06 Chong Yidong <cyd@gnu.org>
4728
4729 * buffer.c (word_wrap): Doc fix.
4730
c05cf390
PE
47312012-06-04 Paul Eggert <eggert@cs.ucla.edu>
4732
4733 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
4734
0c3461de
GM
47352012-06-03 Glenn Morris <rgm@gnu.org>
4736
4737 * xdisp.c (tool-bar-style): Doc fix.
4738
c71232db
UM
47392012-06-03 Ulrich Müller <ulm@gentoo.org>
4740
4741 * Makefile.in (PAXCTL): Define.
4742 (temacs$(EXEEXT)): Disable memory randomization for the temacs
4743 binary via PaX flags if the paxctl utility is available.
4744 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
4745 Restore PaX flags to their default. (Bug#11398)
4746
383f7350
CY
47472012-06-03 Chong Yidong <cyd@gnu.org>
4748
4749 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
4750 buffer (Bug#11226).
4751
5f2c76c6
CY
47522012-06-03 Chong Yidong <cyd@gnu.org>
4753
4754 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
4755 (note_mode_line_or_margin_highlight): If there is no help echo,
4756 use mode-line-default-help-echo. Handle the case where the mouse
4757 position is past the end of the mode line string.
4758
4759 * buffer.c (buffer_local_value_1): New function, split from
4760 Fbuffer_local_value; can return Qunbound.
4761 (Fbuffer_local_value): Use it.
4762 (Vmode_line_format): Docstring tweaks.
4763
773d47f6
PE
47642012-06-02 Paul Eggert <eggert@cs.ucla.edu>
4765
4766 * sysdep.c (system_process_attributes): Improve comment.
4767
f2d6a3df
SM
47682012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * keyboard.c: Export real-this-command to Elisp.
4771 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
4772 and DEFVAR it. Update all users.
4773
63810350
PE
47742012-06-02 Paul Eggert <eggert@cs.ucla.edu>
4775
7bd5c1f4
PE
4776 * minibuf.c (Fassoc_string): Remove duplicate declaration.
4777
63810350
PE
4778 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
4779 Convert pctcpu and pctmem to Lisp float properly.
4780 Let the compiler fold better, as 100.0/0x8000 is exact.
4781
a2821611
AS
47822012-06-02 Andreas Schwab <schwab@linux-m68k.org>
4783
4784 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
4785 cons_block.
4786
5fceba1d
PE
47872012-06-01 Paul Eggert <eggert@cs.ucla.edu>
4788
4789 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
4790
c98ff5dd
DA
47912012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
4792
4793 For a 'struct window', replace some Lisp_Object fields to
4794 bitfields where appropriate, remove unused fields.
4795 * window.h (struct window): Remove unused 'last_mark_x' and
4796 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
4797 change it's type from Lisp_Object to bitfield.
4798 Change type of 'force_start', 'optional_new_start',
4799 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
4800 fields from Lisp_Object to bitfield. Adjust users accordingly.
4801
ca34e0be
PE
48022012-05-31 Paul Eggert <eggert@cs.ucla.edu>
4803
4804 Pacify gcc -Wdouble-precision when using Xaw.
4805 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
4806 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
4807 Use 'float' consistently, rather than 'float' in most places
4808 and 'double' in a couple of places.
4809
efc00ab1 48102012-05-31 Eli Zaretskii <eliz@gnu.org>
d5fd2c54
EZ
4811
4812 * xdisp.c (handle_stop): Detect whether we have overlay strings
4813 loaded by testing it->current.overlay_string_index to be
4814 non-negative, instead of checking whether n_overlay_strings is
4815 positive. (Bug#11587)
4816
efc00ab1 48172012-05-31 Chong Yidong <cyd@gnu.org>
353c87f6
CY
4818
4819 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
4820
4821 * doc.c (Fsubstitute_command_keys): Doc fix.
4822
efc00ab1 48232012-05-31 Eli Zaretskii <eliz@gnu.org>
a02ae4e5
EZ
4824
4825 * search.c (search_buffer): Remove calls to
4826 r_alloc_inhibit_buffer_relocation, as it is now called by
4827 maybe_unify_char, which was the cause of relocation of buffer text
4828 in bug#11519.
4829
efc00ab1 48302012-05-31 Eli Zaretskii <eliz@gnu.org>
291d430f
EZ
4831
4832 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
4833 for the duration of call to load_charset, to avoid problems with
4834 callers of maybe_unify_char that access buffer text through C
4835 pointers.
4836
4837 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
4838 decrement the inhibition flag, instead of just setting or
4839 resetting it.
4840
ba93a187
PE
48412012-05-31 Paul Eggert <eggert@cs.ucla.edu>
4842
4843 Remove obsolete '#define static' cruft.
4844 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
4845 This #undef was "temporary" in 2000; it is no longer needed
4846 now that '#define static' has gone away.
4847 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
4848 (gray_bitmap_bits): Remove; no longer needed.
4849 All uses replaced with definiens.
4850 * xterm.c: Include "bitmaps/gray.xbm".
4851
9e4bf381
PE
48522012-05-30 Paul Eggert <eggert@cs.ucla.edu>
4853
4854 Clean up __executable_start, monstartup when --enable-profiling.
4855 The following changes affect the code only when profiling.
4856 * dispnew.c (__executable_start): Rename from safe_bcopy.
4857 Define only on platforms that need it.
4858 * emacs.c: Include <sys/gmon.h> when profiling.
4859 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
4860 (__executable_start): Remove decl, since lisp.h does it now.
4861 (safe_bcopy): Remove decl; no longer has that name.
4862 (main): Coalesce #if into single bit of code, for simplicity.
4863 Cast pointers to uintptr_t, since standard libraries want integers
4864 and not pointers.
4865 * lisp.h (__executable_start): New decl.
4866
32d72c2f
GM
48672012-05-31 Glenn Morris <rgm@gnu.org>
4868
4869 * image.c (Fimagemagick_types): Doc fix.
4870
baac5bc7
JM
48712012-05-30 Jim Meyering <meyering@redhat.com>
4872
4873 * callproc.c (Fcall_process_region): Include directory component
4874 in mkstemp error message (Bug#11586).
4875
72cb32cf
PE
48762012-05-30 Paul Eggert <eggert@cs.ucla.edu>
4877
4878 * alloc.c, lisp.h (make_pure_vector): Now static.
4879
61b108cc
SM
48802012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
4883 Move to byte-run.el.
4884 (Fautoload): Do the hash-doc more carefully.
4885 * data.c (Fdefalias): Purify definition, except for keymaps.
4886 (Qdefun): Move from eval.c.
4887 * lisp.h (Qdefun): Remove.
4888 * lread.c (read1): Tiny simplification.
4889
471fe23d
TN
48902012-05-29 Troels Nielsen <bn.troels@gmail.com>
4891
934f3f58 4892 Do not create empty overlays with the evaporate property (Bug#9642).
471fe23d
TN
4893 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
4894 Bug#9642, but explicitly check that the buffer the overlay would
4895 be moved to is live and rearrange lines to make sure that errors
4896 will not put the overlay in an inconsistent state.
4897 (Fdelete_overlay): Cosmetics.
4898
85d0efd1
EZ
48992012-05-28 Eli Zaretskii <eliz@gnu.org>
4900
4901 * w32term.c (my_bring_window_to_top): New function.
4902 (x_raise_frame): Use handle returned by DeferWindowPos, which
61b108cc
SM
4903 could be different from the original one.
4904 Call my_bring_window_to_top instead of my_set_foreground_window.
85d0efd1
EZ
4905 (Bug#11513)
4906
4907 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
4908 by calling BringWindowToTop.
4909
4910 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
4911 (WM_EMACS_END): Increase by one.
4912
da92a98c
PE
49132012-05-28 Paul Eggert <eggert@cs.ucla.edu>
4914
4915 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
4916 This avoids undefined behavior that might cause the eassert
4917 to not catch an out-of-range value.
4918
74d1f848
JB
49192012-05-28 Juanma Barranquero <lekktu@gmail.com>
4920
4921 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
4922 Update dependencies.
4923
9e1a06fc
EZ
49242012-05-27 Eli Zaretskii <eliz@gnu.org>
4925
4926 * bidi.c (bidi_mirror_char): Fix last change.
4927
f3dd7312
AS
49282012-05-27 Andreas Schwab <schwab@linux-m68k.org>
4929
4930 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
4931 when referring to sectname field in printf format.
4932
81899c91
PE
49332012-05-27 Paul Eggert <eggert@cs.ucla.edu>
4934
57b81a9f
PE
4935 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
4936 Only r_alloc_inhibit_buffer_relocation needed to be added;
4937 the others were already declared.
4938
81899c91
PE
4939 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
4940 before checking whether it's out of range. Put the check inside
4941 eassert. See
4942 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
4943
33017faf 49442012-05-27 Ken Brown <kbrown@cornell.edu>
2f9b9adb
KB
4945
4946 * callproc.c (Fcall_process): Restore a line that was accidentally
4947 commented out in the 2011-02-13 change (bug#11547).
4948
33017faf 49492012-05-27 Eli Zaretskii <eliz@gnu.org>
52c55cc7
EZ
4950
4951 * lisp.h [REL_ALLOC]: Add prototypes for external functions
4952 defined on ralloc.c.
4953
4954 * buffer.c [REL_ALLOC]: Remove prototypes of
4955 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
4956 they are now on lisp.h.
4957
4958 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
4959
4960 * search.c (search_buffer): Use it to inhibit relocation of buffer
4961 text while re_search_2 is doing its job, because re_search_2 is
4962 passed C pointers to buffer text. (Bug#11519)
4963
23415acf
EZ
4964 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
4965 Update value to 24.
4966
44e27368
EZ
4967 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
4968 state after an additional call to move_it_in_display_line_to, keep
4969 the values of it->max_ascent and it->max_descent found for the
4970 entire line.
4971 (pos_visible_p): Revert the comparison against bottom_y to what it
4972 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
4973 (Bug#11464)
4974
c1892f11
PE
49752012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4976
4977 Fix coding-related core dumps with gcc -ftrapv.
4978 The code was computing A - B, where A and B are pointers, and B is
4979 random garbage. This can lead to core dumps on platforms that
4980 have special pointer registers, and it also leads to core dumps on
4981 x86-64 when compiled with gcc -ftrapv. The fix is to compute
4982 A - B only when B is initialized properly.
4983 * coding.c (coding_set_source, coding_set_destination): Return void.
4984 (coding_change_source, coding_change_destinations): New functions,
4985 with the old behaviors of coding_set_source and coding_set_destination.
4986 All callers that need an offset changed to use these new functions.
4987
eb7afdad
GM
49882012-05-26 Glenn Morris <rgm@gnu.org>
4989
4990 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
4991
f12fdf02
EZ
49922012-05-26 Eli Zaretskii <eliz@gnu.org>
4993
53a63be6 4994 Extend mouse support on W32 text-mode console.
61b108cc
SM
4995 * xdisp.c (draw_row_with_mouse_face):
4996 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
eb3f6f01 4997
eb3f6f01 4998 * w32console.c: Include window.h.
61b108cc
SM
4999 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
5000 New functions.
eb3f6f01
EZ
5001 (initialize_w32_display): Initialize mouse-highlight data.
5002
53a63be6
EZ
5003 * w32inevt.c: Include termchar.h and window.h.
5004 (do_mouse_event): Support mouse-autoselect-window. When the mouse
5005 moves, call note_mouse_highlight. If help_echo changed, call
5006 gen_help_event to produce help-echo message in the echo area.
5007 Call clear_mouse_face if mouse_face_hidden is set in the mouse
5008 highlight info.
5009
4cfd81f6
PE
50102012-05-26 Paul Eggert <eggert@cs.ucla.edu>
5011
5012 * lread.c (read1): Simplify slightly to avoid an overflow warning
5013 with GCC 4.7.0 on x86-64.
5014
4446092a
EZ
50152012-05-26 Eli Zaretskii <eliz@gnu.org>
5016
5017 * bidi.c (bidi_mirror_char): Revert last change: an int is
5018 definitely wide enough here.
5019
42b2a986 50202012-05-25 Paul Eggert <eggert@cs.ucla.edu>
3164aeac 5021
42b2a986 5022 Fix integer width and related bugs (Bug#9874).
eb106a49 5023 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
d311d28c
PE
5024 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
5025 (string_bytes, check_sblock, allocate_string_data):
5026 (compact_small_strings, Fmake_bool_vector, make_string)
5027 (make_unibyte_string, make_multibyte_string)
5028 (make_string_from_bytes, make_specified_string)
5029 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
5030 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
5031 (mark_vectorlike):
5032 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5033 (allocate_pseudovector):
5034 Use int, not EMACS_INT, where int is wide enough.
5035 (inhibit_garbage_collection, Fgarbage_collect):
5036 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5037 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
5038 int might not be wide enough.
5039 (bidi_cache_search, bidi_cache_find, bidi_init_it)
5040 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
5041 (bidi_at_paragraph_end, bidi_find_paragraph_start)
5042 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
5043 (bidi_level_of_next_char, bidi_move_to_visually_next):
5044 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5045 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
5046 (Fkill_buffer, Fset_buffer_major_mode)
5047 (advance_to_char_boundary, Fbuffer_swap_text)
5048 (Fset_buffer_multibyte, overlays_at, overlays_in)
5049 (overlay_touches_p, struct sortvec, record_overlay_string)
5050 (overlay_strings, recenter_overlay_lists)
5051 (adjust_overlays_for_insert, adjust_overlays_for_delete)
5052 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
5053 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
5054 (Foverlay_recenter, last_overlay_modification_hooks_used)
5055 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
5056 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
977b0e45
PE
5057 (validate_region): Omit unnecessary test for b <= e,
5058 since that's guaranteed by the previous test.
d311d28c
PE
5059 (adjust_overlays_for_delete): Avoid pos + length overflow.
5060 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
5061 (report_overlay_modification):
5062 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5063 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
5064 Omit pointer cast, which isn't needed anyway, and doesn't work
5065 after the EMACS_INT -> ptrdiff_t change.
02481186 5066 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
d311d28c
PE
5067 * buffer.h: Adjust decls to match defn changes elsewhere.
5068 (struct buffer_text, struct buffer):
5069 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5070 Use EMACS_INT, not int, where int might not be wide enough.
39b5db3b
PE
5071 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
5072 not int, to avoid needless 32-bit limit on 64-bit hosts.
5073 (exec_byte_code): Use tighter memory-full test, one that checks
5074 for alloca overflow. Don't compute the address of the object just
5075 before an array, as that's not portable. Use EMACS_INT, not
5076 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
d311d28c
PE
5077 * callint.c (Fcall_interactively):
5078 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5079 * callproc.c (call_process_kill, Fcall_process):
5080 Don't assume pid_t fits into an Emacs fixnum.
5081 (call_process_cleanup, Fcall_process, child_setup):
5082 Don't assume pid_t fits into int.
5083 (call_process_cleanup, Fcall_process, delete_temp_file)
5084 (Fcall_process_region):
5085 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5086 (Fcall_process): Simplify handling of volatile integers.
5087 Use int, not EMACS_INT, where int will do.
5088 * casefiddle.c (casify_object, casify_region, operate_on_word)
5089 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
5090 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5091 (casify_object): Avoid integer overflow when overallocating buffer.
5092 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
45c2afd6 5093 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
d311d28c
PE
5094 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
5095 * category.h (CATEGORYP): Don't assume arg is nonnegative.
5096 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
5097 integers are now checked earlier. All uses replaced with XINT.
5098 (ccl_driver):
5099 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5100 For CCL_MapSingle, check that content and value are in int range.
c801946a
PE
5101 (ccl_driver, Fregister_code_conversion_map):
5102 Check that Vcode_version_map_vector is a vector.
d311d28c
PE
5103 (resolve_symbol_ccl_program): Check that vector header is in range.
5104 Always copy the vector, so that we can check its contents reliably
5105 now rather than having to recheck each instruction as it's being
5106 executed. Check that vector words fit in 'int'.
5107 (ccl_get_compiled_code, Fregister_ccl_program)
5108 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
5109 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
5110 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
5111 contents are in range.
5112 (Fccl_execute_on_string): Check that status is in range.
5113 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
5114 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
5115 Accept and return EMACS_INT, not int, because callers can pass values
5116 out of 'int' range.
5117 (c_string_width, strwidth, lisp_string_width, chars_in_text)
5118 (multibyte_chars_in_text, parse_str_as_multibyte)
5119 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
5120 (str_as_unibyte, str_to_unibyte, string_count_byte8)
5121 (string_escape_byte8, Fget_byte):
5122 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
a14e1568 5123 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
d311d28c
PE
5124 avoid mishandling large integers.
5125 * character.h: Adjust decls to match defn changes elsewhere.
5126 * charset.c (load_charset_map_from_file, find_charsets_in_text)
5127 (Ffind_charset_region):
5128 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5129 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
5130 (load_charset_map_from_vector, Fdefine_charset_internal):
3c7649c1 5131 Don't assume fixnum fits in int.
d311d28c
PE
5132 (load_charset_map_from_vector, Fmap_charset_chars):
5133 Remove now-unnecessary CHECK_NATNUMs.
5134 (Fdefine_charset_internal): Check ranges here, more carefully.
3c7649c1
PE
5135 Don't rely on undefined behavior with signed left shift overflow.
5136 Don't assume unsigned int fits into fixnum, or that fixnum fits
5137 into unsigned int. Don't require max_code to be a valid fixnum;
5138 that's not true for gb10830 4-byte on a 32-bit host. Allow
5139 invalid_code to be a cons, for the same reason. Require code_offset
5140 to be a character. Avoid int overflow if max_char is close
5141 to INT_MAX.
5142 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
5143 this is intended anyway and avoids some undefined behavior.
5144 (load_charset_map): Pass unsigned, not int, as 2nd arg of
5145 INDEX_TO_CODE_POINT, as that's what it expects.
5146 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
60ad3eab
PE
5147 * charset.h (DECODE_CHAR): Return int, not unsigned;
5148 this is what was intended anyway, and it avoids undefined behavior.
5149 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
5150 integer-overflow issues.
5151 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
5152 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
5153 where the argument is EMACS_INT, and this behavior is not intended.
d311d28c
PE
5154 * chartab.c (Fmake_char_table, Fset_char_table_range)
5155 (uniprop_get_decoder, uniprop_get_encoder):
5156 Don't assume fixnum fits in int.
5157 * cmds.c (move_point): New function, that does the gist of
5158 Fforward_char and Fbackward_char, but does so while checking
5159 for integer overflow more accurately.
c96e5d6a 5160 (Fforward_char, Fbackward_char): Use it.
d311d28c
PE
5161 (Fforward_line, Fend_of_line, internal_self_insert)
5162 (internal_self_insert):
5163 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5164 Fix a FIXME, by checking for integer overflow when calculating
5165 target_clm and actual_clm.
5166 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
8f50130c 5167 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
d311d28c
PE
5168 (ASSURE_DESTINATION, coding_alloc_by_realloc)
5169 (coding_alloc_by_making_gap, alloc_destination)
5170 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
5171 (encode_coding_utf_16, detect_coding_emacs_mule)
5172 (decode_coding_emacs_mule, encode_coding_emacs_mule)
5173 (detect_coding_iso_2022, decode_coding_iso_2022)
5174 (encode_invocation_designation, encode_designation_at_bol)
5175 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
5176 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
5177 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
5178 (encode_coding_ccl, encode_coding_raw_text)
5179 (detect_coding_charset, decode_coding_charset)
5180 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
5181 (produce_composition, produce_charset, produce_annotation)
5182 (decode_coding, handle_composition_annotation)
5183 (handle_charset_annotation, consume_chars, decode_coding_gap)
5184 (decode_coding_object, encode_coding_object, detect_coding_system)
5185 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
5186 (code_convert_region, code_convert_string)
8f50130c
PE
5187 (Fdefine_coding_system_internal)
5188 (coding_set_source, coding_set_destination):
d311d28c
PE
5189 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5190 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
5191 (Fdefine_coding_system_internal):
5192 Don't assume fixnums fit in int.
5193 (decode_coding_gap, decode_coding_object, encode_coding_object)
5895d7b9 5194 (Fread_coding_system, Fdetect_coding_region)
2c6a9faa
PE
5195 (Funencodable_char_position, Fcheck_coding_systems_region)
5196 (get_translation, handle_composition_annotation, consume_chars):
d311d28c 5197 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
977b0e45 5198 (consume_chars): Rewrite to not calculate an address outside buffer.
d311d28c 5199 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
7b09a37a 5200 Don't access memory outside of the args array.
d311d28c 5201 (Fdefine_coding_system_internal): Check for charset-id overflow.
47664caa
PE
5202 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
5203 result of ENCODE_CHAR.
d311d28c
PE
5204 * coding.h: Adjust decls to match defn changes elsewhere.
5205 (struct coding_system):
5206 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5207 * composite.c (get_composition_id, find_composition)
5208 (run_composition_function, update_compositions)
5209 (compose_text, composition_gstring_put_cache)
5210 (composition_gstring_p, composition_gstring_width)
5211 (fill_gstring_header, fill_gstring_body, autocmp_chars)
5212 (composition_compute_stop_pos, composition_reseat_it)
5213 (composition_update_it, struct position_record)
5214 (find_automatic_composition, composition_adjust_point)
5215 (Fcomposition_get_gstring, Ffind_composition_internal):
5216 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5217 (update_compositions):
5218 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5219 * composite.h: Adjust decls to match defn changes elsewhere.
5220 (struct composition):
5221 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5222 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
5223 Do not attempt to compute the address of the object just before a
5224 buffer; this is not portable.
5225 (Faref, Faset):
5226 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5227 (Faset): Use int, not EMACS_INT, where int is wide enough.
5228 (Fstring_to_number): Don't assume fixnums fit in int.
5229 (Frem): Don't assume arg is nonnegative.
5230 * dbusbind.c (xd_append_arg): Check for integers out of range.
5231 (Fdbus_call_method): Don't overflow the timeout int.
42b2a986 5232 (extract_signed, extract_unsigned): New functions.
243e0530
PE
5233 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
5234 (xd_get_connection_references): Return ptrdiff_t, not int.
5235 All uses changed.
5236 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
5237 (xd_read_message_1):
5238 Use int, not unsigned, where the dbus API uses int.
5239 (Fdbus_message_internal): Don't overflow mtype.
5240 (syms_of_dbusbind): Allocate right-sized buffer for integers.
d311d28c
PE
5241 * dired.c (directory_files_internal, file_name_completion, scmp)
5242 (file_name_completion_stat):
5243 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5244 (file_name_completion): Don't overflow matchcount.
5245 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
5246 * dispextern.h: Adjust decls to match defn changes elsewhere.
5247 (struct text_pos, struct glyph, struct bidi_saved_info)
5248 (struct bidi_string_data, struct bidi_it, struct composition_it)
5249 (struct it):
5250 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5251 (struct display_pos, struct composition_it, struct it):
5252 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5253 * dispnew.c (increment_matrix_positions)
5254 (increment_row_positions, mode_line_string)
5255 (marginal_area_string):
5256 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
54e1617f 5257 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
d311d28c
PE
5258 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5259 (duration_to_sec_usec): New function, to check for overflow better.
5260 (Fsleep_for, sit_for): Use it.
5261 * doc.c (get_doc_string, store_function_docstring):
5262 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5263 (get_doc_string, Fsnarf_documentation):
5264 Use int, not EMACS_INT, where int is wide enough.
5265 (get_doc_string):
5266 Use SAFE_ALLOCA, not alloca.
5267 Check for overflow when converting EMACS_INT to off_t.
5268 * doprnt.c (doprnt):
5269 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5270 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
5271 Don't assume uid_t fits into fixnum.
5272 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
5273 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
5274 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
5275 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
5276 (general_insert_function)
5277 (Finsert_char, make_buffer_string, make_buffer_string_both)
5278 (update_buffer_properties, Fbuffer_substring)
5279 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
5280 (Fsubst_char_in_region, check_translation)
5281 (Ftranslate_region_internal, save_restriction_restore, Fformat)
5282 (transpose_markers, Ftranspose_regions):
5283 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5284 (clip_to_bounds): Move to lisp.h as an inline function).
5285 (Fconstrain_to_field): Don't assume integers are nonnegative.
5286 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
5287 (Fsubst_char_in_region, Fsave_restriction):
5288 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5289 (Femacs_pid): Don't assume pid_t fits into fixnum.
5290 (lo_time): Use int, not EMACS_INT, when int suffices.
5291 (lisp_time_argument): Check for usec out of range.
5292 (Fencode_time): Don't assume fixnum fits in int.
3f4eabd1
PE
5293 (Fuser_login_name, Fuser_full_name): Signal an error
5294 if a uid argument is out of range, rather than relying on
5295 undefined behavior.
c8d5c857
PE
5296 (Fformat_time_string): Remove now-unnecessary check.
5297 lisp_time_argument checks for out-of-range usec now.
243e0530 5298 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
d311d28c
PE
5299 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
5300 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
5301 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
5302 (init_cmdargs, Fdump_emacs):
5303 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5304 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
5305 the bottom (typically) 32 bits of the fixnum.
5306 * eval.c (specpdl_size, call_debugger):
5307 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5308 (when_entered_debugger, Fbacktrace_debug):
5309 Don't assume fixnum can fit in int.
5310 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
5311 the object just before a buffer; this is not portable.
5312 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
5313 (grow_specpdl, unbind_to):
5314 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5315 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
5316 (grow_specpdl): Simplify allocation by using xpalloc.
856bbc81 5317 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
d311d28c
PE
5318 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
5319 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
5320 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5321 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
5322 (a_write, e_write):
5323 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5324 (Fcopy_file, non_regular_nbytes, read_non_regular)
5325 (Finsert_file_contents):
5326 Use int, not EMACS_INT, where int is wide enough.
5327 (READ_BUF_SIZE): Verify that it fits in int.
5328 (Finsert_file_contents): Check that counts are in proper range,
5329 rather than assuming fixnums fit into ptrdiff_t etc.
5330 Don't assume fixnums fit into int.
125b3835 5331 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
5895d7b9
PE
5332 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
5333 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
d311d28c
PE
5334 (string_char_to_byte, string_byte_to_char)
5335 (string_make_multibyte, string_to_multibyte)
5336 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
5337 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
5338 (substring_both, Fdelete, internal_equal, Ffillarray)
5339 (Fclear_string, mapcar1)
5340 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
5341 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
5342 (larger_vector, make_hash_table, maybe_resize_hash_table)
5343 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
5344 (Fmaphash, secure_hash):
5345 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5346 (concat): Check for string index and length overflow.
5347 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
5348 (Frequire):
5349 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5350 (larger_vector): New API (vec, incr_min, size_max) replaces old
5351 one (vec, new_size, init). This catches size overflow.
5352 INIT was removed because it was always Qnil.
5353 All callers changed.
5354 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
5355 the upper bound on a hash table index size.
5356 (make_hash_table, maybe_resize_hash_table): Use it.
5357 (secure_hash): Computer start_byte and end_byte only after
5358 they're known to be in ptrdiff_t range.
5359 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
5360 (Ffont_get_glyphs, Ffont_at):
5361 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5362 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
5363 (Flist_fonts, Fopen_font):
5364 Don't assume fixnum can fit in int.
5365 (check_gstring): Don't assume index can fit in int.
5366 (font_match_p): Check that fixnum is a character, not a nonnegative
5367 fixnum, since the later code needs to stuff it into an int.
5368 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
5369 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
5370 conversion overflow issues.
5371 (Fopen_font): Check for integer out of range.
5372 (Ffont_get_glyphs): Don't assume index can fit in int.
5373 * font.h: Adjust decls to match defn changes elsewhere.
5374 * fontset.c (reorder_font_vector): Redo score calculation to avoid
5375 integer overflow.
5376 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
5377 printmax_t, where ptrdiff_t is wide enough.
5378 (Finternal_char_font):
5379 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5380 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
5381 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
5382 (Fset_frame_position, x_set_frame_parameters)
5383 (x_set_line_spacing, x_set_border_width)
5384 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
5385 Check that fixnums are in proper range for system types.
5386 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
5387 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5388 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
5389 Use SAFE_ALLOCA_LISP, not alloca.
5390 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
5391 intptr_t is wide enough.
5392 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
5393 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
5394 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
5395 Check for fixnum out of range.
5396 * ftfont.c (ftfont_list): Don't assume index fits in int.
5397 Check that fixnums are in proper range for system types.
5398 (ftfont_shape_by_flt):
5399 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
d311d28c
PE
5400 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
5401 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5402 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
5403 Check that fixnums are in proper range for system types.
5404 * gnutls.h: Adjust decls to match defn changes elsewhere.
5405 * gtkutil.c (xg_dialog_run):
5406 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5407 (update_frame_tool_bar):
5408 Check that fixnums are in proper range for system types.
5409 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
5895d7b9 5410 (lookup_image): Check that fixnums are in range for system types.
d311d28c
PE
5411 * indent.c (last_known_column, last_known_column_point):
5412 (current_column_bol_cache):
5413 (skip_invisible, current_column, check_display_width):
5414 (check_display_width, scan_for_column, current_column_1)
5415 (Findent_to, Fcurrent_indentation, position_indentation)
5416 (indented_beyond_p, Fmove_to_column, compute_motion):
5417 (Fcompute_motion, Fvertical_motion):
5418 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5419 (last_known_column_modified): Use EMACS_INT, not int.
5420 (check_display_width):
5421 (Fcompute_motion):
5422 Check that fixnums and floats are in proper range for system types.
5423 (compute_motion): Don't assume index or fixnum fits in int.
5424 (compute_motion, Fcompute_motion):
5425 Use int, not EMACS_INT, when it is wide enough.
5426 (vmotion): Omit local var start_hpos that is always 0; that way
5427 we don't need to worry about overflow in expressions involving it.
5428 * indent.h: Adjust decls to match defn changes elsewhere.
5429 (struct position):
5430 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5431 Use int, not EMACS_INT, where int is wide enough.
5432 Remove unused members ovstring_chars_done and tab_offset;
5433 all uses removed.
5434 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
5435 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
5436 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
5437 (make_gap, copy_text, insert, insert_and_inherit)
5438 (insert_before_markers, insert_before_markers_and_inherit)
5439 (insert_1, count_combining_before, count_combining_after)
5440 (insert_1_both, insert_from_string)
5441 (insert_from_string_before_markers, insert_from_string_1)
5442 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
5443 (adjust_after_replace, adjust_after_insert, replace_range)
5444 (replace_range_2, del_range, del_range_1, del_range_byte)
5445 (del_range_both, del_range_2, modify_region)
5446 (prepare_to_modify_buffer, signal_before_change)
5447 (signal_after_change, Fcombine_after_change_execute):
5448 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5449 * intervals.c (traverse_intervals, rotate_right, rotate_left)
5450 (balance_an_interval, split_interval_right, split_interval_left)
5451 (find_interval, next_interval, update_interval)
5452 (adjust_intervals_for_insertion, delete_node, delete_interval)
5453 (interval_deletion_adjustment, adjust_intervals_for_deletion)
5454 (static_offset_intervals, offset_intervals)
5455 (merge_interval_right, merge_interval_left, make_new_interval)
5456 (graft_intervals_into_buffer, temp_set_point_both)
5457 (temp_set_point, set_point, adjust_for_invis_intang)
5458 (set_point_both, move_if_not_intangible, get_property_and_range)
5459 (get_local_map, copy_intervals, copy_intervals_to_string)
5460 (compare_string_intervals, set_intervals_multibyte_1):
5461 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5462 * intervals.h: Adjust decls to match defn changes elsewhere.
5463 (struct interval):
5464 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5465 * keyboard.c (this_command_key_count, this_single_command_key_start)
5466 (before_command_key_count, before_command_echo_length, echo_now)
5467 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
5468 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
5469 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
5470 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
5471 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5472 (last_non_minibuf_size, last_point_position, echo_truncate)
5473 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
5474 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
5475 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
5476 (stuff_buffered_input):
5477 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5478 (last_auto_save, command_loop_1, read_char):
5479 Use EMACS_INT, not int, to avoid integer overflow.
5480 (record_char): Avoid overflow in total_keys computation.
5481 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
5482 * keyboard.h: Adjust decls to match defn changes elsewhere.
5483 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
5484 (Fkey_description, Fdescribe_vector, Flookup_key):
5485 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5486 (click_position): New function, to check that positions are in range.
5487 (Fcurrent_active_maps):
5488 (describe_command):
5489 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5490 (Faccessible_keymaps, Fkey_description):
5491 (preferred_sequence_p):
5492 Don't assume fixnum can fit into int.
5493 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
5494 Check for integer overflow in size calculations.
5495 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
5496 avoid mishandling large integers.
5497 * lisp.h: Adjust decls to match defn changes elsewhere.
5498 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
5499 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
5500 (struct Lisp_Marker):
5501 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5502 (clip_to_bounds): Now an inline function, moved here from editfns.c.
d311d28c
PE
5503 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
5504 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
5505 All callers changed.
5506 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
5507 Assume the arg has valid form, since it always does.
5508 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
5509 unsigned integer system type.
5510 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
5511 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
5512 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5513 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
5514 (duration_to_sec_usec): New decl.
5515 * lread.c (read_from_string_index, read_from_string_index_byte)
5516 (read_from_string_limit, readchar, unreadchar, openp)
5517 (read_internal_start, read1, oblookup):
5518 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5519 (Fload, readevalloop, Feval_buffer, Feval_region):
5520 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5521 (openp): Check for out-of-range argument to 'access'.
5522 (read1): Use int, not EMACS_INT, where int is wide enough.
5523 Don't assume fixnum fits into int.
6efdadfd 5524 Fix off-by-one error that can read outside a buffer.
1ab7b8ac
PE
5525 (read_filtered_event): Use duration_to_sec_usec
5526 to do proper overflow checking on durations.
d311d28c
PE
5527 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
5528 in size calculation.
5529 (Fexecute_kbd_macro):
5530 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5531 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
5532 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
5533 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
5534 (set_marker_both, set_marker_restricted_both, marker_position)
5535 (marker_byte_position, Fbuffer_has_markers_at):
5536 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5537 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
61b108cc 5538 * menu.c (ensure_menu_items): Rename from grow_menu_items.
d311d28c
PE
5539 It now merely ensures that the menu is large enough, without
5540 necessarily growing it, as this avoids some integer overflow issues.
5541 All callers changed.
5542 (keymap_panes, parse_single_submenu, Fx_popup_menu):
5543 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5544 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
5545 Use SAFE_ALLOCA_LISP, not alloca.
5546 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
5547 to EMACS_INT. Check that fixnums are in proper range for system types.
5548 * minibuf.c (minibuf_prompt_width, string_to_object)
5549 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
5550 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
5551 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5552 (get_minibuffer, read_minibuf_unwind):
5553 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5554 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
5555 this simplifies overflow checking. All callers changed.
5556 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
5557 (Ftest_completion):
5558 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5559 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
5560 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
5561 Check that fixnums are in proper range for system types.
5562 (Fx_create_frame, Fx_show_tip):
5563 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5564 * nsfont.m (ns_findfonts, nsfont_list_family):
5565 Don't assume fixnum fits in long.
5566 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
5567 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5568 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
5569 wide enough.
17fdb222 5570 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
d311d28c
PE
5571 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5572 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
5573 (PRINTDECLARE, PRINTPREPARE):
5574 (strout, print_string):
5575 (print, print_preprocess, print_check_string_charset_prop)
5576 (print_object):
5577 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5578 (PRINTDECLARE):
5579 (temp_output_buffer_setup, Fprin1_to_string, print_object):
5580 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5581 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
d311d28c 5582 (printchar, strout): Use xpalloc to catch size calculation overflow.
0fd11aa5 5583 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
d311d28c
PE
5584 (print_error_message): Use SAFE_ALLOCA, not alloca.
5585 (print_object): Use int, not EMACS_INT, where int is wide enough.
a8b7caa3
PE
5586 (print_depth, new_backquote_output, print_number_index):
5587 Use ptrdiff_t, not int, where int might not be wide enough.
d311d28c
PE
5588 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
5589 (Fset_process_window_size, Fformat_network_address)
5590 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
d44287d4 5591 (sigchld_handler):
d311d28c 5592 Check that fixnums are in proper range for system types.
d44287d4 5593 (Fsignal_process): Simplify by avoiding a goto.
d83cf4cc
PE
5594 Check for process-ids out of pid_t range rather than relying on
5595 undefined behavior.
e4d81efc 5596 (process_tick, update_tick): Use EMACS_INT, not int.
d311d28c
PE
5597 (Fformat_network_address, read_process_output, send_process)
5598 (Fprocess_send_region, status_notify):
5599 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5600 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
5601 (wait_reading_process_output, read_process_output, exec_sentinel):
5602 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5603 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
5604 (Faccept_process_output): Use duration_to_sec_usec to do proper
5605 overflow checking on durations.
dde14581
PE
5606 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
5607 Don't assume pid_t fits in int.
02481186
PE
5608 * process.h (struct Lisp_Process): Members tick and update_tick
5609 are now of type EMACS_INT, not int.
b62b53e8
PE
5610 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
5611 configured --with-wide-int.
d311d28c
PE
5612 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
5613 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
5614 * search.c (looking_at_1, string_match_1):
5615 (fast_string_match, fast_c_string_match_ignore_case)
5616 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
5617 (scan_newline, find_before_next_newline, search_command)
5618 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
5619 (set_search_regs, wordify):
5620 (Freplace_match):
5621 (Fmatch_data):
5622 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5623 (string_match_1, search_buffer, set_search_regs):
5624 (Fmatch_data):
5625 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5626 (wordify): Check for overflow in size calculation.
5627 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
5628 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
5629 Check that fixnums are in proper range for system types.
5630 * sound.c (struct sound_device)
5631 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
5632 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5633 (Fplay_sound_internal):
5634 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
eacd378d 5635 * syntax.c (struct lisp_parse_state, find_start_modiff)
d311d28c
PE
5636 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
5637 (Fparse_partial_sexp):
5638 Don't assume fixnums can fit in int.
5639 (struct lisp_parse_state, find_start_pos, find_start_value)
5640 (find_start_value_byte, find_start_begv)
5641 (update_syntax_table, char_quoted, dec_bytepos)
5642 (find_defun_start, prev_char_comend_first, back_comment):
5643 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
5644 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
5645 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5646 (Finternal_describe_syntax_value): Check that match_lisp is a
5647 character, not an integer, since the code stuffs it into int.
5648 (scan_words, scan_sexps_forward):
5649 Check that fixnums are in proper range for system types.
5650 (Fforward_word):
5651 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5652 (scan_sexps_forward):
5653 Use CHARACTERP, not INTEGERP, since the value must fit into int.
5654 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
5655 * syntax.h: Adjust decls to match defn changes elsewhere.
5656 (struct gl_state_s):
5657 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
e4ecdc9c
PE
5658 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
5659 MOST_POSITIVE_FIXNUM.
d311d28c
PE
5660 * sysdep.c (wait_for_termination_1, wait_for_termination)
5661 (interruptible_wait_for_termination, mkdir):
5662 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
5663 (emacs_read, emacs_write):
5664 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
225a2cff
PE
5665 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
5666 and double all fit in int.
d311d28c
PE
5667 * term.c (set_tty_color_mode):
5668 Check that fixnums are in proper range for system types.
5669 * termhooks.h (struct input_event):
5670 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5671 * textprop.c (validate_interval_range, interval_of)
5672 (Fadd_text_properties, set_text_properties_1)
5673 (Fremove_text_properties, Fremove_list_of_text_properties)
5674 (Ftext_property_any, Ftext_property_not_all)
5675 (copy_text_properties, text_property_list, extend_property_ranges)
5676 (verify_interval_modification):
5677 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5678 (Fnext_single_char_property_change)
5679 (Fprevious_single_char_property_change):
5680 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5895d7b9
PE
5681 (copy_text_properties):
5682 Check for integer overflow in index calculation.
d311d28c
PE
5683 * undo.c (last_boundary_position, record_point, record_insert)
5684 (record_delete, record_marker_adjustment, record_change)
5685 (record_property_change):
5686 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5687 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
5688 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5689 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
5690 (Fx_hide_tip, Fx_file_dialog):
5691 * w32menu.c (set_frame_menubar):
5692 Use ptrdiff_t, not int, for consistency with rest of code.
5693 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
5694 (select_window, Fdelete_other_windows_internal)
5695 (window_scroll_pixel_based, window_scroll_line_based)
5696 (Frecenter, Fset_window_configuration):
5697 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5698 (Fset_window_hscroll, run_window_configuration_change_hook)
5699 (set_window_buffer, temp_output_buffer_show, scroll_command)
5895d7b9 5700 (Fscroll_other_window, Frecenter):
d311d28c
PE
5701 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5702 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
5703 Don't assume fixnum fits in int.
5704 (Fset_window_scroll_bars):
5705 Check that fixnums are in proper range for system types.
5706 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
5707 (string_pos, c_string_pos, number_of_chars, init_iterator)
5708 (in_ellipses_for_invisible_text_p, init_from_display_pos)
5709 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
5710 (compute_display_string_end, handle_face_prop)
5895d7b9
PE
5711 (face_before_or_after_it_pos, handle_invisible_prop)
5712 (handle_display_prop, handle_display_spec, handle_single_display_spec)
d311d28c
PE
5713 (display_prop_intangible_p, string_buffer_position_lim)
5714 (string_buffer_position, handle_composition_prop, load_overlay_strings)
5715 (get_overlay_strings_1, get_overlay_strings)
5716 (iterate_out_of_display_property, forward_to_next_line_start)
5717 (back_to_previous_visible_line_start, reseat, reseat_to_string)
5718 (get_next_display_element, set_iterator_to_next)
5719 (get_visually_first_element, compute_stop_pos_backwards)
5720 (handle_stop_backwards, next_element_from_buffer)
5721 (move_it_in_display_line_to, move_it_in_display_line)
5722 (move_it_to, move_it_vertically_backward, move_it_by_lines)
5723 (add_to_log, message_dolog, message_log_check_duplicate)
5724 (message2, message2_nolog, message3, message3_nolog
5725 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
5726 (current_message_1, truncate_echo_area, truncate_message_1)
5727 (set_message, set_message_1, store_mode_line_noprop)
5728 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
5729 (text_outside_line_unchanged_p, check_point_in_composition)
5730 (reconsider_clip_changes)
5731 (redisplay_internal, set_cursor_from_row, try_scrolling)
5732 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
5733 (redisplay_window, find_last_unchanged_at_beg_row)
5734 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
5735 (trailing_whitespace_p, find_row_edges, display_line)
5736 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
5737 (display_mode_element, store_mode_line_string)
5738 (pint2str, pint2hrstr, decode_mode_spec)
5739 (display_count_lines, display_string, draw_glyphs)
5740 (x_produce_glyphs, x_insert_glyphs)
5741 (rows_from_pos_range, mouse_face_from_buffer_pos)
5742 (fast_find_string_pos, mouse_face_from_string_pos)
5743 (note_mode_line_or_margin_highlight, note_mouse_highlight):
5744 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5745 (safe_call, init_from_display_pos, handle_fontified_prop)
5746 (handle_single_display_spec, load_overlay_strings)
5747 (with_echo_area_buffer, setup_echo_area_for_printing)
5748 (display_echo_area, echo_area_display)
5749 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
5750 (update_tool_bar, hscroll_window_tree, redisplay_internal)
5895d7b9
PE
5751 (redisplay_window, dump_glyph_row, display_mode_line)
5752 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
43ad2e9a 5753 (handle_display_spec, display_prop_string_p):
d311d28c
PE
5754 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5755 (handle_single_display_spec, build_desired_tool_bar_string)
5756 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
5757 (get_specified_cursor_type):
5758 Check that fixnums are in proper range for system types.
5759 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
5760 (Flookup_image_map):
5761 Don't assume fixnums fit in int.
5762 (compare_overlay_entries):
5763 Avoid mishandling comparisons due to subtraction overflow.
5764 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
5765 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
5766 (handle_tool_bar_click):
5767 Use int, not unsigned, since we prefer signed and the signedness
5768 doesn't matter here.
5769 (get_next_display_element, next_element_from_display_vector):
5770 Use int, not EMACS_INT, when int is wide enough.
5771 (start_hourglass): Use duration_to_sec_usec to do proper
5772 overflow checking on durations.
5773 * xfaces.c (Fbitmap_spec_p):
5774 Check that fixnums are in proper range for system types.
5775 (compare_fonts_by_sort_order):
5776 Avoid mishandling comparisons due to subtraction overflow.
5777 (Fx_family_fonts, realize_basic_faces):
5778 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5779 (Fx_family_fonts):
5780 Don't assume fixnum fits in int.
5781 Use SAFE_ALLOCA_LISP, not alloca.
5782 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
5783 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
5784 (face_at_buffer_position, face_for_overlay_string)
5785 (face_at_string_position):
5786 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5787 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
5788 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
5789 (Fx_show_tip):
5790 Check that fixnums are in proper range for system types.
5791 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
5792 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
5793 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5794 (Fx_change_window_property): Don't assume fixnums fit in int.
5795 * xfont.c (xfont_chars_supported):
5796 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5797 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
5798 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
5799 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5800 * xml.c (parse_region):
5801 * xrdb.c (magic_file_p):
5802 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5803 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
5804 (x_get_local_selection, x_reply_selection_request)
5805 (x_handle_selection_request, wait_for_property_change):
5806 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5807 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
5808 short is wide enough.
5809 (x_send_client_event): Don't assume fixnum fits in int.
5810 * xterm.c (x_x_to_emacs_modifiers):
5811 Don't assume EMACS_INT overflows nicely into int.
5812 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
5813 may come from Lisp.
5814 (handle_one_xevent): NATNUMP can eval its arg twice.
5815 (x_connection_closed):
5816 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5817 * xterm.h: Adjust decls to match defn changes elsewhere.
5818 (struct scroll_bar): Use struct vectorlike_header
5819 rather than rolling our own approximation.
5820 (SCROLL_BAR_VEC_SIZE): Remove; not used.
5821
c6574eb5
GM
58222012-05-25 Glenn Morris <rgm@gnu.org>
5823
5824 * lisp.mk (lisp): Update for more files being compiled now.
5825
e8d32c7e
SM
58262012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5827
48def666
SM
5828 * lread.c: Remove `read_pure' which makes no difference.
5829 (read_pure): Remove var.
5830 (unreadpure): Remove function.
5831 (readevalloop): Don't call read_list with -1 flag.
5832 (read1, read_vector): Don't test read_pure any more.
5833 (read_list): Simplify.
5834
e8d32c7e
SM
5835 * fileio.c, character.h: Minor style tweaks.
5836
4b2addb7
DA
58372012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
5838
5839 * window.h (clip_changed): Remove useless declaration.
5840
584461b2
JB
58412012-05-22 Juanma Barranquero <lekktu@gmail.com>
5842
5843 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
5844 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
5845
34374650
PE
58462012-05-22 Paul Eggert <eggert@cs.ucla.edu>
5847
5848 Remove src/m/*.
5849 This directory predates autoconf and is no longer needed nowadays.
5850 Move its few remaining bits of functionality to where they're needed.
5851 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
5852 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
5853 * m/template.h: Remove.
5854 * Makefile.in (M_FILE): Remove. All uses removed.
5855 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
5856 * lisp.h (USE_LSB_TAG):
5857 * mem-limits.h (EXCEEDS_LISP_PTR):
5858 Use VAL_MAX, not VALBITS, in #if.
5859 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
5860 (EMACS_UINT): Define unconditionally now.
5861 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
5862 (BITS_PER_EMACS_INT): New constants, replacing
5863 what used to be in config.h, but not useful in #if.
5864 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
5865 define them any more.
5866 (VAL_MAX): New macro.
5867 (VALMASK): Use it.
5868 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
5869 BITS_PER_EMACS_INT, in #if.
5870 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
5871 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
5872 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
5873 * s/ms-w32.h (DATA_START):
5874 Move here from removed file m/intel386.h.
5875 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
5876 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
5877
261cb4bb
PE
58782012-05-21 Paul Eggert <eggert@cs.ucla.edu>
5879
5880 Assume C89 or later.
5881 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
5882 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
5883 (xrealloc):
5884 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
5885 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
5886 * textprop.c, tparam.c (NULL): Remove.
5887 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
5888 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
5889 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
5890 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
5891 * xterm.c (input_signal_count): Assume volatile works.
5892
ff23cd9f
KB
58932012-05-21 Ken Brown <kbrown@cornell.edu>
5894
5895 * xgselect.c (xg_select): Fix first argument in call to 'select'
5896 (bug#11508).
5897
1b170bc6
KB
58982012-05-20 Ken Brown <kbrown@cornell.edu>
5899
5900 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
bd7239f5 5901 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
1b170bc6 5902
b2f4d39f
KB
59032012-05-19 Ken Brown <kbrown@cornell.edu>
5904
5905 * xfns.c (x_in_use): Remove `static' qualifier.
5906 * xterm.h (x_in_use): Declare.
5907 * xgselect.c: Include xterm.h.
5908 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
5909 and `display_arg' (bug#9754).
5910
003fdae2
PE
59112012-05-19 Paul Eggert <eggert@cs.ucla.edu>
5912
9232a6d9
PE
5913 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
5914
003fdae2
PE
5915 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
5916 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
5917
784b56e2
EZ
59182012-05-18 Eli Zaretskii <eliz@gnu.org>
5919
5920 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
5921
5922 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
090bd7cb 5923 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
784b56e2
EZ
5924
5925 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
5926 reference to image_cache->refcount.
5927 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
5928
a0a79cde
JL
59292012-05-17 Juri Linkov <juri@jurta.org>
5930
5931 * search.c (Fword_search_regexp, Fword_search_backward)
5932 (Fword_search_forward, Fword_search_backward_lax)
5933 (Fword_search_forward_lax): Move functions to isearch.el
5934 (bug#10145, bug#11381).
5935
b0572523
PE
59362012-05-16 Paul Eggert <eggert@cs.ucla.edu>
5937
5938 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
5939
9660f5fc
SM
59402012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * lread.c (init_obarray): Declare Qt and Qnil as special.
5943
4374de83
GM
59442012-05-14 Glenn Morris <rgm@gnu.org>
5945
5946 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
985584ae 5947 Put "libexec" before "bin", for the sake of init_callproc_1.
4374de83 5948
dc44c39a
PE
59492012-05-14 Paul Eggert <eggert@cs.ucla.edu>
5950
078c97cb
PE
5951 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
5952
dc44c39a
PE
5953 * unexaix.c: Port to more-recent AIX compilers.
5954 (report_error, report_error_1, make_hdr, copy_sym)
5955 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
5956 Make arguments const char *, not char *, to avoid violations of C
5957 standard and to fix some AIX warnings reported by Gilles Pion.
5958
e18afed7 59592012-05-14 Eli Zaretskii <eliz@gnu.org>
ac268e67
EZ
5960
5961 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
5962 already have overlays loaded.
5963 (handle_single_display_spec): Before returning without displaying
5964 fringe bitmap, synchronize the bidi iterator with the main display
5965 iterator, by calling iterate_out_of_display_property.
5966 (iterate_out_of_display_property): Detect buffer iteration by
5967 testing that it->string is a Lisp string.
5968 (get_next_display_element): When the current object is exhausted,
5969 and there's something on it->stack, call set_iterator_to_next to
5970 proceed with what's on the stack, instead of returning zero.
5971 (set_iterator_to_next): If called at the end of a Lisp string,
5972 proceed to consider_string_end without incrementing string
5973 position. Don't increment display vector index past the end of
5974 the display vector. (Bug#11417)
c8fb9dc6
EZ
5975 (pos_visible_p): Don't report a position visible when move_it_to
5976 stopped at the last line of window, which happens to be scanned
5977 backwards by the bidi iteration. (Bug#11464)
ac268e67 5978
e18afed7 59792012-05-14 Eli Zaretskii <eliz@gnu.org>
82f9b393
EZ
5980
5981 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
5982 and right-margin display specs even if the spec is invalid or we
61b108cc
SM
5983 are on a TTY, and thus unable to display on the fringes.
5984 That's because the text with the property will not be displayed anyway,
82f9b393
EZ
5985 so we need to signal to the caller that this is a "replacing"
5986 display spec. This fixes display when the spec is invalid or we
5987 are on a TTY.
5988
e18afed7 59892012-05-14 Paul Eggert <eggert@cs.ucla.edu>
297834cd
PE
5990
5991 * unexaix.c (make_hdr): Fix typo in prototype.
5992 This bug broke the build on AIX. Problem reported by Gilles Pion.
5993
9d0a235a
MA
59942012-05-14 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * keyboard.c (kbd_buffer_get_event): Read special events also in
5997 batch mode. (Bug#11415)
5998
9e6b06ed
GM
59992012-05-12 Glenn Morris <rgm@gnu.org>
6000
6001 * ns.mk: Update for ns_appbindir no longer having trailing "/".
6002
c1a1d7a3
EZ
60032012-05-12 Eli Zaretskii <eliz@gnu.org>
6004
6005 * lisp.mk (lisp): Add newcomment.elc.
6006
3fe7cdc8
GM
60072012-05-12 Glenn Morris <rgm@gnu.org>
6008
6009 * Makefile.in (MKDIR_P): New, set by configure.
6010 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
6011
53f7d2c0
PE
60122012-05-11 Paul Eggert <eggert@cs.ucla.edu>
6013
6014 Remove unused function hourglass_started.
6015 * dispextern.h (hourglass_started):
6016 * w32fns.c (hourglass_started):
6017 * xdisp.c (hourglass_started): Remove.
6018
75aafb17
JB
60192012-05-10 Juanma Barranquero <lekktu@gmail.com>
6020
6021 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
6022 Update dependencies.
6023
12959e8e
PE
60242012-05-10 Paul Eggert <eggert@cs.ucla.edu>
6025
97107e2e
PE
6026 * xgselect.c (xg_select): Put maxfds+1 into a var.
6027 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
6028
12959e8e
PE
6029 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
6030
836d29b3
DA
60312012-05-10 Dave Abrahams <dave@boostpro.com>
6032
6033 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
6034 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
6035
5cb67954
MA
60362012-05-09 Michael Albinus <michael.albinus@gmx.de>
6037
6038 * dbusbind.c (xd_registered_buses): New internal Lisp object.
6039 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
6040 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
6041 Initialize xd_registered_buses.
6042
3478ec45
PE
60432012-05-09 Paul Eggert <eggert@cs.ucla.edu>
6044
b263a6b0
PE
6045 Untag more efficiently if USE_LSB_TAG.
6046 This is based on a proposal by YAMAMOTO Mitsuharu in
6047 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
6048 For an admittedly artificial (nth 8000 longlist) benchmark on
6049 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
6050 Emacs's overall text size by 1%.
6051 * lisp.h (XUNTAG): New macro.
6052 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
6053 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
6054 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
6055 * eval.c (Fautoload):
6056 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
6057 * frame.h (XFRAME): Use XUNTAG.
6058
3478ec45
PE
6059 Port recent dbusbind.c changes to 32-bit --with-wide-int.
6060 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
6061 Remove unportable assumptions about print widths of types like
6062 dbus_uint32_t.
6063 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
6064 intptr_t when converting between pointer and integer, to avoid GCC
6065 warnings about wrong width.
6066
666b903b 60672012-05-09 Eli Zaretskii <eliz@gnu.org>
0d887c7d
EZ
6068
6069 * w32proc.c (new_child): Force Windows to reserve only 64KB of
6070 stack for each reader_thread, instead of defaulting to 8MB
6071 determined by the linker. This avoids failures in creating
6072 subprocesses on Windows 7, see the discussion in this thread:
6073 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
6074
b120cc17
JC
60752012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
6076
6077 Fix up display of the *Minibuf-0* buffer in the mini window.
6078 * keyboard.c (read_char): Don't clear the echo area if there's no
6079 message to clear.
6080 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
2fed2689 6081 contents of *Minibuf-0*) if there's no message displayed in its stead.
b120cc17 6082
9a4b36f8
MA
60832012-05-07 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
6086 batch mode.
6087
e5f9458f
CY
60882012-05-06 Chong Yidong <cyd@gnu.org>
6089
6090 * lisp.mk (lisp): Update.
6091
eceeb5fc 60922012-05-05 Jim Meyering <meyering@redhat.com>
bf98199c
JM
6093
6094 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
6095
71873e2b
SM
60962012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * data.c (PUT_ERROR): New macro.
6099 (syms_of_data): Use it. Add new error type `user-error'.
6100 * undo.c (user_error): New function.
6101 (Fprimitive_undo): Use it.
6102 * print.c (print_error_message): Adjust print style for `user-error'.
6103 * keyboard.c (user_error): New function.
6104 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
6105
ab0fa4e4
PE
61062012-05-03 Paul Eggert <eggert@cs.ucla.edu>
6107
6108 Do not limit current-time-string to years 1000..9999.
6109 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
6110 (Fcurrent_time_string): Support any year that is supported by the
6111 underlying localtime representation. Don't use asctime, as it
6112 has undefined behavior for years outside the range -999..9999.
6113
7ed806a7
PE
61142012-05-02 Paul Eggert <eggert@cs.ucla.edu>
6115
6116 Fix race conditions involving setenv, gmtime, localtime, asctime.
6117 Without this fix, interrupts could mess up code that uses these
6118 nonreentrant functions, since setting TZ invalidates existing
6119 tm_zone or tzname values, and since most of these functions return
6120 pointers to static storage.
6121 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
6122 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
6123 Grow the critical sections to include not just invoking
6124 localtime/gmtime, but also accessing these functions' results
6125 including their tm_zone values if any, and any related TZ setting.
6126 (format_time_string): Last arg is now struct tm *, not struct tm **,
71873e2b
SM
6127 so that the struct tm is saved in the critical section.
6128 All callers changed. Simplify allocation of initial buffer, partly
7ed806a7
PE
6129 motivated by the fact that memory allocation needs to be outside
6130 the critical section.
6131
0c16dfed
DA
61322012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
6133
6134 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
6135 with RESET_INTERVAL.
6136
6137 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
6138 Remove duplicated buffer name initialization.
6139
3f83ace8
JM
61402012-05-02 Jim Meyering <jim@meyering.net>
6141
6142 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
6143
c7b8541e
JM
6144 * xfns.c (x_window): Use xstrdup (Bug#11375).
6145
90207a15 61462012-05-02 Eli Zaretskii <eliz@gnu.org>
2fa85638
EZ
6147
6148 * xdisp.c (pos_visible_p): If already at a newline from the
6149 display string before the 'while' loop, don't walk back the glyphs
6150 from it3.glyph_row. Solves assertion violation when the display
6151 string begins with a newline (egg.el). (Bug#11367)
6152
b593d6a9
AH
61532012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
6156 Move to simple.el.
6157
4737362e
GM
61582012-05-01 Glenn Morris <rgm@gnu.org>
6159
99cf43f9
GM
6160 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
6161 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
6162 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
6163 All were removed before 23.1.
6164
9311dcff
GM
6165 * dispnew.c: Remove HAVE_LIBNCURSES test;
6166 it is always true on relevant platforms.
6167
4d5c6349
GM
6168 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
6169 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
6170
4737362e
GM
6171 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
6172
74dd3a6b
AS
61732012-04-30 Andreas Schwab <schwab@linux-m68k.org>
6174
6175 * .gdbinit (xpr): Remove checks for no longer existing misc types.
6176 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
6177 Remove.
6178
13c379ee
PE
61792012-04-28 Paul Eggert <eggert@cs.ucla.edu>
6180
6181 Do not avoid creating empty evaporating overlays (Bug#9642).
6182 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
6183 That is, do not delete an evaporating overlay if it becomes
6184 empty after its bounds are adjusted to fit within its buffer.
6185 This fix caused other problems, and I'm reverting it until we get
6186 to the bottom of them.
6187
a8e7d6d7 61882012-04-27 Chong Yidong <cyd@gnu.org>
9be2fd9b
CY
6189
6190 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
6191
a8e7d6d7 61922012-04-27 Eli Zaretskii <eliz@gnu.org>
f0ee99a0
EZ
6193
6194 * xdisp.c (pos_visible_p): If the window start position is beyond
6195 ZV, start the display from buffer beginning. Prevents assertion
6196 violation in init_iterator when the minibuffer window is scrolled
6197 via the scroll bar.
6198
6199 * window.c (window_scroll_pixel_based): Likewise.
6200
a8e7d6d7 62012012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
6202
6203 * keymap.c (where_is_internal): Doc fix (Bug#10872).
6204
a8e7d6d7 62052012-04-27 Glenn Morris <rgm@gnu.org>
24c51a09
GM
6206
6207 * fileio.c (Fcopy_file, Fset_file_selinux_context):
6208 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
6209
a8e7d6d7 62102012-04-27 Eli Zaretskii <eliz@gnu.org>
73055685 6211
b593d6a9
AH
6212 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
6213 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
73055685 6214
1c6900d9
EZ
62152012-04-26 Eli Zaretskii <eliz@gnu.org>
6216
4c3fa1d9
EZ
6217 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
6218 display element, check also the underlying string or buffer
6219 character. (Bug#11341)
6220
1c6900d9
EZ
6221 * w32menu.c: Include w32heap.h.
6222 (add_menu_item): If the call to AppendMenuW (via
6223 unicode_append_menu) fails, disable Unicode menus only if we are
6224 running on Windows 9X/Me.
6225
42bf8205
AS
62262012-04-24 Andreas Schwab <schwab@linux-m68k.org>
6227
6228 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
6229 (xgetint): Add missing shift for LSB tags.
6230
b1bac16e
MR
62312012-04-24 Martin Rudalics <rudalics@gmx.at>
6232
6233 * keyboard.c (read_char): Don't wipe echo area for select window
6234 events: These might get delayed via `mouse-autoselect-window'
6235 (Bug#11304).
6236
d69621cc
JB
62372012-04-24 Juanma Barranquero <lekktu@gmail.com>
6238
6239 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
6240 manipulation of :loaded-from data.
6241
02fd101b
JB
62422012-04-23 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
6245 now a cons (bug#11311).
6246
888bec30
PE
62472012-04-23 Paul Eggert <eggert@cs.ucla.edu>
6248
89a438bd
PE
6249 Do not create empty overlays with the evaporate property (Bug#9642).
6250 * buffer.c (Fmove_overlay): Delete an evaporating overlay
6251 if it becomes empty after its bounds are adjusted to fit within
6252 its buffer. Without this fix, in a nonempty buffer (let ((o
6253 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
6254 yields an empty overlay that has the evaporate property, which is
6255 not supposed to happen.
6256
1068fe4d
PE
6257 Fix minor GTK3 problems found by static checking.
6258 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
6259 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
6260 (struct _EmacsFixedClass, emacs_fixed_get_type):
6261 Move decls here from emacsgtkfixed.h, since they needn't be public.
6262 (emacs_fixed_get_type): Now static.
6263 (emacs_fixed_class_init): Omit unused local.
6264 (emacs_fixed_child_type): Remove; unused.
6265 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
6266 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
6267 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
6268 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
6269 (EMACS_FIXED_GET_CLASS): Remove; unused.
6270 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
6271
888bec30
PE
6272 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
6273 Problem reported by Juanma Barranquero for Windows -Wunused-function.
6274
de85e130
PE
62752012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6276
d0baac98 6277 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
bd7239f5 6278 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
d0baac98
PE
6279 (__malloc_size_t, __malloc_ptrdiff_t):
6280 Remove. All uses removed, replaced by the definiens if needed,
6281 since we can assume C89 or better now.
6282 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
6283 (protect_malloc_state, align, get_contiguous_space)
6284 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
6285 (malloc_atfork_handler_child, malloc_enable_thread)
6286 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
6287 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
6288 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
6289 (special_realloc, _realloc_internal_nolock, _realloc_internal)
6290 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
6291 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
6292 Define using prototypes, not old style.
6293 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
6294 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
6295 (align): Don't assume that signed integer overflow wraps around.
6296 Omit unused local var.
6297 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
6298 (_free_internal_nolock, memalign, mallochook, reallochook):
6299 Omit no-longer-needed casts.
6300 (valloc): Use getpagesize, not __getpagesize.
6301 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
6302 (struct hdr): The 'magic' member is now size_t, not unsigned long.
6303
de85e130
PE
6304 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
6305
dcbf5805
MA
63062012-04-22 Michael Albinus <michael.albinus@gmx.de>
6307
6308 Move functions from C to Lisp. Make non-blocking method calls
6309 the default. Implement further D-Bus standard interfaces.
6310
6311 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
6312 (QCdbus_request_name_allow_replacement)
6313 (QCdbus_request_name_replace_existing)
6314 (QCdbus_request_name_do_not_queue)
6315 (QCdbus_request_name_reply_primary_owner)
6316 (QCdbus_request_name_reply_in_queue)
6317 (QCdbus_request_name_reply_exists)
6318 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
6319 (QCdbus_registered_serial, QCdbus_registered_method)
6320 (QCdbus_registered_signal): New Lisp objects.
6321 (XD_DEBUG_MESSAGE): Use sizeof.
6322 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
6323 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
6324 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
6325 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
6326 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
6327 (xd_signature, xd_append_arg): Allow float for integer types.
6328 (xd_get_connection_references): New function.
b593d6a9
AH
6329 (xd_get_connection_address): Rename from xd_initialize.
6330 Return cached address.
dcbf5805
MA
6331 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
6332 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
6333 level.
6334 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
9a4b36f8 6335 Return number of refcounts.
dcbf5805
MA
6336 (Fdbus_get_unique_name): Make stronger parameter check.
6337 (Fdbus_message_internal): New defun.
6338 (Fdbus_call_method, Fdbus_call_method_asynchronously)
6339 (Fdbus_method_return_internal, Fdbus_method_error_internal)
6340 (Fdbus_send_signal, Fdbus_register_service)
6341 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
6342 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
6343 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
6344 (Vdbus_compiled_version, Vdbus_runtime_version)
6345 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
6346 (Vdbus_message_type_method_return, Vdbus_message_type_error)
6347 (Vdbus_message_type_signal): New defvars.
b593d6a9
AH
6348 (Vdbus_registered_buses, Vdbus_registered_objects_table):
6349 Adapt docstring.
dcbf5805 6350
52828e02
PE
63512012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6352
da05bc4c
PE
6353 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
6354 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
6355 Do not assume ptrdiff_t is the same width as 'int'.
6356
52828e02
PE
6357 * alloc.c: Handle unusual debugging option combinations.
6358 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
6359 since the two debugging options are incompatible.
6360 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
6361 is defined.
6362 (mem_init, mem_insert, mem_insert_fixup):
6363 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
6364 (NEED_MEM_INSERT): Remove; no longer needed.
6365
f01769f9
LL
63662012-04-22 Leo Liu <sdl.web@gmail.com>
6367
6368 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
6369
5790543d
PE
63702012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6371
6372 * sysdep.c [__FreeBSD__]: Minor cleanups.
6373 (list_system_processes, system_process_attributes) [__FreeBSD__]:
6374 Use Emacs indenting style more consistently. Avoid some casts.
6375 Use 'double' consistently rather than mixing 'float' and 'double'.
6376
b91b7e4d
EW
63772012-04-21 Eduard Wiebe <usenet@pusto.de>
6378
b593d6a9
AH
6379 * sysdep.c (list_system_processes, system_process_attributes):
6380 Add implementation for FreeBSD (Bug#5243).
b91b7e4d 6381
6114eb15
AS
63822012-04-21 Andreas Schwab <schwab@linux-m68k.org>
6383
6384 * lisp.mk (lisp): Update.
6385
2f38dff7
PE
63862012-04-20 Paul Eggert <eggert@cs.ucla.edu>
6387
6388 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
6389 It is never used otherwise.
6390
4ae29f89
SM
63912012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * print.c (print_preprocess): Only check print_depth if print-circle
6394 is nil.
6395 (print_object): Check for cycles even when print-circle is nil and
6396 print-gensym is t, but only check print_depth if print-circle is nil.
6397
f30d612a
CY
63982012-04-20 Chong Yidong <cyd@gnu.org>
6399
6400 * process.c (wait_reading_process_output): If EIO occurs on a pty,
6401 set the status to "failed" and ensure that sentinel is run.
6402
c07a4c0b 64032012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
6404
6405 * process.c (Fset_process_inherit_coding_system_flag)
6406 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
4373fd43 6407 (Fmake_network_process, Fmake_serial_process): Doc fix.
016a35df 6408
c07a4c0b 64092012-04-20 Eli Zaretskii <eliz@gnu.org>
20a68157
EZ
6410
6411 * xdisp.c (string_buffer_position_lim): Limit starting position to
6412 BEGV.
6413 (set_cursor_from_row): If called for a mode-line or header-line
6414 row, return zero immediately.
6415 (try_cursor_movement): If inside continuation line, don't back up
4ae29f89
SM
6416 farther than the first row after the header line, if any.
6417 Don't consider the header-line row as "partially visible", even if
20a68157
EZ
6418 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
6419
c07a4c0b 64202012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
ad3a2b41 6421
4ae29f89
SM
6422 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
6423 (bug#11238).
ad3a2b41 6424
c07a4c0b 64252012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
6c94c34f 64262012-04-18 Paul Eggert <eggert@cs.ucla.edu>
ae6e112d
PE
6427
6428 configure: new option --enable-gcc-warnings (Bug#11207)
6429 * Makefile.in (C_WARNINGS_SWITCH): Remove.
6430 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
6431 (ALL_CFLAGS): Use new macros rather than old.
6432 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
6433 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
6434 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
6435 -Wunused-result, -Wunused-variable. This should go away once
6436 the Emacs and Gnulib regex code is merged.
6437 (xmalloc, xrealloc): Now static.
6438
aba027e8
PE
64392012-04-17 Paul Eggert <eggert@cs.ucla.edu>
6440
6441 * dired.c (Fsystem_groups): Remove unused local.
6442
e5a36063
GM
64432012-04-17 Glenn Morris <rgm@gnu.org>
6444
6445 * dired.c (Fsystem_users): Doc fix.
6446
316411f0
DA
64472012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6448
6449 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
6450 (syms_of_dired): Add them.
6451
9426aba4
PE
64522012-04-16 Paul Eggert <eggert@cs.ucla.edu>
6453
b62a57be
PE
6454 Fix minor alloc.c problems found by static checking.
6455 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
6456 New extern decls, to avoid calling undeclared functions.
6457 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
6458 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
6459 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
6460 (NEED_MEM_INSERT): New macro.
6461 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
4b5afbb0 6462 Remove one incorrect comment and fix another.
b62a57be 6463
3539f31f
PE
6464 Fix minor ralloc.c problems found by static checking.
6465 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
6466 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
6467 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
6468 (r_alloc_sbrk): Now static.
6469
a041960a
PE
6470 Improve ralloc.c interface checking.
6471 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
6472 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
6473 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
6474 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
6475 [REL_ALLOC]: ... to here, to check interface.
6476 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
6477 Remove decls. This fixes an "It stinks!".
6478
9426aba4
PE
6479 * alloc.c (which_symbols): Fix alignment issue / type clash.
6480
d55c12ed
AS
64812012-04-15 Andreas Schwab <schwab@linux-m68k.org>
6482
6483 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
6484 (struct Lisp_Misc_Any): Likewise.
6485 (struct Lisp_Free): Likewise.
6486 * alloc.c (union aligned_Lisp_Symbol): Define.
6487 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
6488 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
6489 (union aligned_Lisp_Misc): Define.
6490 (MARKER_BLOCK_SIZE, struct marker_block): Use union
6491 aligned_Lisp_Misc instead of union Lisp_Misc.
4ae29f89 6492 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
d55c12ed 6493
b948ce8b
PE
64942012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6495
6496 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
6497 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
6498 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
6499 * s/netbsd.h, s/sol2-6.h:
6500 Remove definition of GC_MARK_STACK, since the default now works.
6501 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
6502 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
6503 no longer the default.
6504 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
6505
35dc09a1 65062012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
ad3a2b41 6507
35dc09a1
GM
6508 * lread.c (lisp_file_lexically_bound_p):
6509 Fix hang at ";-*-\n" (bug#11238).
ad3a2b41 6510
35dc09a1
GM
65112012-04-14 Eli Zaretskii <eliz@gnu.org>
6512
6513 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
6514 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
6515
65162012-04-14 Jan Djärv <jan.h.d@swipnet.se>
6517
6518 * nsterm.m (constrainFrameRect): Always constrain when there is only
6519 one screen (Bug#10962).
6520
bcd86815
KB
65212012-04-13 Ken Brown <kbrown@cornell.edu>
6522
6523 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
6524
c25df26e
RT
65252012-04-13 Reuben Thomas <rrt@sc3d.org>
6526
6527 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
6528
0fc59f1e
DC
65292012-04-11 Daniel Colascione <dancol@dancol.org>
6530
6531 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
6532 against is gone. It's better to use vfork now so that when Cygwin
6533 gains a new, working vfork, we use it automatically (bug#10398).
6534
de8c03dc
SM
65352012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * window.c (save_window_save): Obey window-point-insertion-type.
6538
2f097256
GM
65392012-04-11 Glenn Morris <rgm@gnu.org>
6540
6541 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
6542
453b951e
SM
65432012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
6546
75f1671a 65472012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
6bbef4e5
JC
6548
6549 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
6550 (force_quit_count): New var.
6551 (handle_interrupt): Use it.
6552
2a8ce227
JB
65532012-04-10 Juanma Barranquero <lekktu@gmail.com>
6554
6555 * w32.c (w32_delayed_load): Record the full path of the library
6556 being loaded (bug#10424).
6557
935396c0
GM
65582012-04-09 Glenn Morris <rgm@gnu.org>
6559
05920a43
GM
6560 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
6561 not just in the obarray, before snarfing them. (Bug#11036)
6562
935396c0
GM
6563 * Makefile.in ($(leimdir)/leim-list.el):
6564 Pass EMACS rather than BUILT_EMACS.
6565
a18ecafa
TZ
65662012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6567
6568 * process.c (make_process):
6569 * process.h: Add integer `gnutls_handshakes_tried' member to
6570 process struct.
6571
6bbef4e5
JC
6572 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
6573 Add convenience `GNUTLS_LOG2i' macro.
a18ecafa
TZ
6574
6575 * gnutls.c (gnutls_log_function2i): Convenience log function.
6576 (emacs_gnutls_read): Use new log functions,
6577 `gnutls_handshakes_tried' process member, and
6578 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
6579 attempts per process (connection).
6580
b4d3bc10
CY
65812012-04-09 Chong Yidong <cyd@gnu.org>
6582
6583 * eval.c (Fuser_variable_p, user_variable_p_eh)
6584 (lisp_indirect_variable): Functions deleted.
6585 (Fdefvar): Caller changed.
6586
6587 * callint.c (Finteractive, Fcall_interactively):
6588 * minibuf.c (Fread_variable): Callers changed.
6589
70f4d973
EZ
65902012-04-09 Eli Zaretskii <eliz@gnu.org>
6591
6592 * xdisp.c (set_cursor_from_row): If the display string appears in
6593 the buffer at position that is closer to point than the position
6594 after the display string, display the cursor on the first glyph of
6595 the display string. Fixes cursor display when a 'display' text
6596 property immediately follows invisible text. (Bug#11094)
6597
cb3c2e3e
PE
65982012-04-09 Paul Eggert <eggert@cs.ucla.edu>
6599
6600 composite.c: use 'double' consistently
6601 * composite.c (get_composition_id): Use 'double' consistently
6602 instead of converting 'float' to 'double' and vice versa; this is
6603 easier to understand and avoids a GCC warning.
6604
fd06db5d
GM
66052012-04-09 Glenn Morris <rgm@gnu.org>
6606
50fe702a
GM
6607 * Makefile.in: Generate leim-list with bootstrap-emacs, in
6608 preparation for dumping it with emacs. (Bug#4789)
6609 (leimdir): New variable.
6610 ($(leimdir)/leim-list.el): New rule.
6611 (emacs$(EXEEXT)): Depend on leim-list.el.
6612
fd06db5d
GM
6613 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
6614 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
6615 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
6616
55c131ee
AS
66172012-04-08 Andreas Schwab <schwab@linux-m68k.org>
6618
6619 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
6620 proper alignment.
6621
9209588f
JB
66222012-04-07 Juanma Barranquero <lekktu@gmail.com>
6623
6624 * xml.c (init_libxml2_functions) [WINDOWSNT]:
6625 Remove unused local variable.
6626
e3fb2efb
PE
66272012-04-07 Paul Eggert <eggert@cs.ucla.edu>
6628
6629 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
6630 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
6631 (mark_memory): Mark Lisp_Objects only if pointers might hide in
6632 objects, as mark_maybe_pointer will catch them otherwise.
6633 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
6634 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
6635
b5385551
PE
66362012-04-07 Paul Eggert <eggert@cs.ucla.edu>
6637
6638 Fix typo that broke non-Windows builds.
6639 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
6640
9078ead6
EZ
66412012-04-07 Eli Zaretskii <eliz@gnu.org>
6642
6643 Support building on MS-Windows with libxml2.
6644
6645 * makefile.w32-in (OBJ2): Add xml.$(O).
6646 (GLOBAL_SOURCES): Add xml.c.
6647 ($(BLD)/xml.$(O)): New dependency list.
6648
6649 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
6650 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
6651 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
6652 [!WINDOWSNT]: New macros.
6653 (init_libxml2_functions, libxml2_loaded_p): New functions.
6654 (parse_region): Call fn_xmlCheckVersion instead of using the macro
6655 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
6656 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
6657 Calls xmlCleanupParser only if libxml2 was loaded (or statically
6658 linked in).
6bbef4e5
JC
6659 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
6660 Call init_libxml2_functions before calling libxml2 functions.
9078ead6
EZ
6661 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
6662
6663 * emacs.c: Don't include libxml/parser.h.
6664 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
6665 xmlCleanupParser directly.
6666
6667 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
6668
3811fdf3
EZ
66692012-04-07 Eli Zaretskii <eliz@gnu.org>
6670
6671 * indent.c (Fvertical_motion): If there is a display string at
6672 point, use it.vpos to compute how many lines to backtrack after
6673 move_it_to point. (Bug#11133)
6674
2f8e16b2
EZ
66752012-04-06 Eli Zaretskii <eliz@gnu.org>
6676
6677 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
6678 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
6679 about subtle differences between FETCH_CHAR* and STRING_CHAR*
6680 macros related to unification of CJK characters. For the details,
6681 see the discussion following the message here:
6682 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
6683
3d439cd1
CY
66842012-04-04 Chong Yidong <cyd@gnu.org>
6685
6686 * keyboard.c (Vdelayed_warnings_list): Doc fix.
6687
8bc53d00
EZ
66882012-04-01 Eli Zaretskii <eliz@gnu.org>
6689
6690 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
6691 instead of alloca. (Bug#11138)
6692
3b0512a3
AS
66932012-04-01 Andreas Schwab <schwab@linux-m68k.org>
6694
6695 * w32menu.c (is_simple_dialog): Properly check lisp types.
6696 (Bug#11141)
6697
8427ddd2
EZ
66982012-03-31 Eli Zaretskii <eliz@gnu.org>
6699
979022ef
EZ
6700 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
6701 position we get to after a call to move_it_to fails the
6702 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
6703 only if we wind up in a string from display property. (Bug#11063)
6704
a6b1c7cc
EZ
6705 * window.c (Fdelete_other_windows_internal): Invalidate the row
6706 and column information about mouse highlight, so that redisplay
6707 restores it after reallocating the glyph matrices. (Bug#7464)
6708
8427ddd2
EZ
6709 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
6710 string comes from a `display' text property, use the buffer
6711 position of that property as if we actually saw that position in
6712 the row's glyphs.
697ba24b
EZ
6713 (move_it_by_lines): Remove the assertion that
6714 "it->current_x == 0 && it->hpos == 0" which can be legitimately
6715 violated when there's a before-string at the beginning of a line.
6716 (Bug#11063)
8427ddd2 6717
65a0a738
EZ
67182012-03-30 Eli Zaretskii <eliz@gnu.org>
6719
6720 * xdisp.c (append_space_for_newline): If the default face was
6721 remapped, use the remapped face for the appended newline.
6722 (extend_face_to_end_of_line): Use the remapped default face for
6723 extending the face to the end of the line.
6724 (display_line): Call extend_face_to_end_of_line when the default
6725 face was remapped. (Bug#11068)
6726
581355cc
EZ
67272012-03-29 Eli Zaretskii <eliz@gnu.org>
6728
6729 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
6730
e8fc049f
SM
67312012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
6734
4fb9a543
GM
67352012-03-27 Glenn Morris <rgm@gnu.org>
6736
6737 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
6738 Doc fixes.
6739
679910f1
KH
67402012-03-26 Kenichi Handa <handa@m17n.org>
6741
6742 * dispextern.h (struct glyph): Fix previous change. Change the
6743 bit length of glyphless.ch to 25 (Bug#11082).
6744
90d49b7f
CY
67452012-03-26 Chong Yidong <cyd@gnu.org>
6746
6747 * keyboard.c (Vselection_inhibit_update_commands): New variable.
6748 (command_loop_1): Use it; inhibit selection update for
6749 handle-select-window too (Bug#8996).
6750
f514f6f0
FP
67512012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
6752
e8fc049f 6753 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
f514f6f0 6754
bf43fa51
KH
67552012-03-25 Kenichi Handa <handa@m17n.org>
6756
6757 * dispextern.h (struct glyph): Change the bit length of
6758 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
6759
8a0c01dd
EZ
67602012-03-24 Eli Zaretskii <eliz@gnu.org>
6761
6762 * s/ms-w32.h (tzname): Include time.h before redirecting to
6763 _tzname. Fixes the MSVC build. (Bug#9960)
6764
7d1c3a76
AS
67652012-03-24 Andreas Schwab <schwab@linux-m68k.org>
6766
8ed79523
AS
6767 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
6768 characters.
6769
7d1c3a76
AS
6770 * xterm.c (XTread_socket): Only modify handling_signal if
6771 !SYNC_INPUT. (Bug#11080)
6772
e99a9b8b
EZ
67732012-03-23 Eli Zaretskii <eliz@gnu.org>
6774
6775 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
6776 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
6777 when fetching a multibyte character consumes more bytes than
6778 CHAR_BYTES returns, due to unification of CJK characters in
6779 string_char. (Bug#11073)
6780
5063c0e1
TN
67812012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
6782
6783 * process.c (wait_reading_process_output): Handle pty disconnect
6784 by refraining from sending oneself a SIGCHLD (bug#10933).
6785
9f851fbd
CY
67862012-03-22 Chong Yidong <cyd@gnu.org>
6787
6788 * dispextern.h (struct it): New member string_from_prefix_prop_p.
6789
5063c0e1 6790 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
9f851fbd
CY
6791 Mark string as coming from a prefix property.
6792 (handle_face_prop): Use default face for prefix strings (Bug#4281).
6793 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
6794
fb5b8aca
CY
67952012-03-21 Chong Yidong <cyd@gnu.org>
6796
6797 * xfaces.c (Vface_remapping_alist): Doc fix.
6798
62356a1b
EZ
67992012-03-20 Eli Zaretskii <eliz@gnu.org>
6800
6801 * w32proc.c (Fw32_set_console_codepage)
5063c0e1
TN
6802 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
6803 Doc fixes.
62356a1b 6804
025de85b
CY
68052012-03-20 Chong Yidong <cyd@gnu.org>
6806
6807 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
6808 to reflect default non-nil value of redisplay-dont-pause.
6809
4827f94e
KH
68102012-03-19 Kenichi Handa <handa@m17n.org>
6811
6812 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
6813 it fit in a valid range (Bug#11003).
6814
e50a24a2
EZ
68152012-03-18 Eli Zaretskii <eliz@gnu.org>
6816
6817 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
6818 that is not from display property, accept the row as a "cursor
6819 row" if one of the string's character has a non-nil `cursor'
6820 property. Fixes cursor positioning when there are newlines in
6821 overlay strings, e.g. in icomplete.el. (Bug#11035)
6822
9af5ed87
PE
68232012-03-12 Paul Eggert <eggert@cs.ucla.edu>
6824
6825 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
6826
d1f55f16
CY
68272012-03-12 Chong Yidong <cyd@gnu.org>
6828
6829 * eval.c (inhibit_lisp_code): Rename from
6830 inhibit_window_configuration_change_hook; move from window.c.
6831
6832 * xfns.c (unwind_create_frame_1, Fx_create_frame):
6833 * window.c (run_window_configuration_change_hook)
6834 (syms_of_window): Callers changed.
6835
66c5eebd
CY
68362012-03-11 Chong Yidong <cyd@gnu.org>
6837
413df973
CY
6838 * keymap.c (Fkey_description): Doc fix (Bug#9700).
6839
66c5eebd
CY
6840 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
6841
1de11f56
CY
68422012-03-10 Chong Yidong <cyd@gnu.org>
6843
6844 * frame.c (other_visible_frames): Don't assume the selected frame
6845 is visible (Bug#10955).
6846
cae07000
SM
68472012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
6850
89c94350
JD
68512012-03-08 Jan Djärv <jan.h.d@swipnet.se>
6852
6853 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
6854 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
6855 zero (Bug#10954).
6856
999dd333
GM
68572012-03-03 Glenn Morris <rgm@gnu.org>
6858
01a6dcc8 6859 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
999dd333 6860
de0100f2
EZ
68612012-03-02 Eli Zaretskii <eliz@gnu.org>
6862
6863 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
6864 position past the first glyph_row that ends at ZV. (Bug#10902)
b8456c5c
EZ
6865 (redisplay_window, next_element_from_string): Fix typos in
6866 comments.
3e441275
EZ
6867 (redisplay_window): Pass to move_it_vertically the margin in
6868 pixels, not in screen lines.
de0100f2 6869
96a72ee9
GM
68702012-03-02 Glenn Morris <rgm@gnu.org>
6871
6872 * buffer.c (buffer-list-update-hook): Doc fix.
6873
312508d7
EZ
68742012-02-29 Eli Zaretskii <eliz@gnu.org>
6875
6876 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
6877 push_it before setting up the iterator for the first overlay
6878 string, even if we have an empty string loaded.
6879 (next_overlay_string): If there's an empty string on the iterator
6880 stack, pop the stack. (Bug#10903)
6881
27f3c637
PE
68822012-02-25 Paul Eggert <eggert@cs.ucla.edu>
6883
6884 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
6885 Suggested by Stefan Monnier in
6886 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
6887 * alloc.c (widen_to_Lisp_Object): New static function.
6888 (mark_memory): Also mark Lisp_Objects by fetching pointer words
6889 and widening them to Lisp_Objects. This would work even if
6890 USE_LSB_TAG is defined and wide integers are used, which might
6891 happen in a future version of Emacs.
6892
3c9dfce6
CY
68932012-02-25 Chong Yidong <cyd@gnu.org>
6894
fa74b241
CY
6895 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
6896 Doc fix.
6897
3c9dfce6
CY
6898 * xselect.c (Fx_selection_exists_p): Doc fix.
6899 (x_clipboard_manager_save_all): Print an informative message
6900 before saving to clipboard manager.
6901
9486df08
CY
69022012-02-24 Chong Yidong <cyd@gnu.org>
6903
6904 * keyboard.c (process_special_events): Handle all X selection
6905 requests in kbd_buffer, not just the next one (Bug#8869).
6906
f01d3321
CY
69072012-02-23 Chong Yidong <cyd@gnu.org>
6908
6909 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
6910 call when setting menu-bar-lines and tool-bar-lines parameters.
6911 (unwind_create_frame_1): New helper function.
6912
6913 * window.c (inhibit_window_configuration_change_hook): New var.
6914 (run_window_configuration_change_hook): Obey it.
b2e4ca7d 6915 (syms_of_window): Initialize it.
f01d3321 6916
86b847b6
CY
69172012-02-22 Chong Yidong <cyd@gnu.org>
6918
6919 * xterm.c (x_draw_image_relief): Add missing type check for
6920 Vtool_bar_button_margin (Bug#10743).
6921
a59225b1
CY
69222012-02-21 Chong Yidong <cyd@gnu.org>
6923
6924 * fileio.c (Vfile_name_handler_alist): Doc fix.
6925
6926 * buffer.c (Fget_file_buffer): Protect against invalid file
6927 handler return value.
6928
310f5bd4
PE
69292012-02-20 Paul Eggert <eggert@cs.ucla.edu>
6930
cb3a28cc
PE
6931 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
6932 when computing $valmask.
6933
310f5bd4
PE
6934 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
6935 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
6936 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
6937 It's useless in that case, and it can cause problems on hosts
6938 that allocate halves of EMACS_INT values separately.
6939 Reported by Dan Horák. Diagnosed by Andreas Schwab in
6940 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
6941 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
6942 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
6943 it avoids undefined behavior on hosts where shifting right by more
6944 than the word width has undefined behavior.
6945
2375c96a
CY
69462012-02-19 Chong Yidong <cyd@gnu.org>
6947
6948 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
6949 (Funhandled_file_name_directory, Ffile_name_as_directory)
6950 (Fdirectory_file_name, Fexpand_file_name)
6951 (Fsubstitute_in_file_name): Protect against invalid file handler
6952 return values (Bug#10845).
6953
3eb49e71
EZ
69542012-02-18 Eli Zaretskii <eliz@gnu.org>
6955
6956 * .gdbinit (pitx): Fix incorrect references to fields of the
6957 iterator stack.
6958
7b926f3f
CY
69592012-02-17 Chong Yidong <cyd@gnu.org>
6960
6961 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
6962
11273115
PE
69632012-02-15 Paul Eggert <eggert@cs.ucla.edu>
6964
6965 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
6966 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
6967
c3a70e2b
CY
69682012-02-15 Chong Yidong <cyd@gnu.org>
6969
6970 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
6971 marked as special. Also, starting docstrings with * is obsolete.
6972
0ca43699
AS
69732012-02-13 Andreas Schwab <schwab@linux-m68k.org>
6974
6975 * gnutls.c (emacs_gnutls_write): Fix last change.
6976
2e8f3c56
LI
69772012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6978
6979 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
6980 send_process.
6981
af70074f
SM
69822012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * keymap.c (Fsingle_key_description): Handle char ranges.
6985
95986d52
CY
69862012-02-12 Chong Yidong <cyd@gnu.org>
6987
afd83bd1
CY
6988 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
6989 as that creates a dangerous corner case.
6990
95986d52
CY
6991 * window.c (Fdelete_window_internal): Invalidate the mouse
6992 highlight (Bug#9904).
6993
bd7da63e
GM
69942012-02-12 Glenn Morris <rgm@gnu.org>
6995
6996 * xselect.c (Fx_own_selection_internal)
6997 (Fx_get_selection_internal, Fx_disown_selection_internal)
6998 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
6999 * nsselect.m (Fx_own_selection_internal)
7000 (Fx_disown_selection_internal, Fx_selection_exists_p)
7001 (Fx_selection_owner_p, Fx_get_selection_internal):
7002 Sync docs and argument specs with the xselect.c versions.
7003
77abcbc2
LI
70042012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
7005
7006 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
7007
90b671e2
EZ
70082012-02-11 Eli Zaretskii <eliz@gnu.org>
7009
1c0ca0b7
EZ
7010 * w32select.c (Fx_selection_exists_p): Sync doc string and
7011 argument list with xselect.c. (Bug#10783)
7012
7013 * w16select.c (Fx_selection_exists_p): Sync doc string and
7014 argument list with xselect.c. (Bug#10783)
90b671e2 7015
49241268
GM
70162012-02-10 Glenn Morris <rgm@gnu.org>
7017
7018 * fns.c (Fsecure_hash): Doc fix.
7019
f998bbe7 70202012-02-09 Kenichi Handa <handa@m17n.org>
5c1ca13d
KH
7021
7022 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
7023
0992bd9c
CY
70242012-02-07 Chong Yidong <cyd@gnu.org>
7025
7026 * buffer.c (Fbuffer_local_variables)
7027 (buffer_lisp_local_variables): Handle unbound vars correctly;
7028 don't let Qunbound leak into Lisp.
7029
af008560
GM
70302012-02-07 Glenn Morris <rgm@gnu.org>
7031
dd605cc4
GM
7032 * image.c (Fimagemagick_types): Doc fix.
7033
af008560
GM
7034 * image.c (imagemagick-render-type): Change it from a lisp object
7035 to an integer. Move the doc here from the lisp manual.
7036 Treat all values not equal to 0 the same.
7037
1449fa1d
CY
70382012-02-06 Chong Yidong <cyd@gnu.org>
7039
7040 * doc.c (store_function_docstring): Avoid applying docstring of
7041 alias to base function (Bug#2603).
7042
3723ec07
AS
70432012-02-04 Andreas Schwab <schwab@linux-m68k.org>
7044
7045 * .gdbinit (pp1, pv1): Remove redundant defines.
7046 (pr): Use pp.
7047
79c1cc1e
CY
70482012-02-04 Chong Yidong <cyd@gnu.org>
7049
7050 * nsterm.m: Declare a global (Bug#10694).
7051
d7f29f8e
EZ
70522012-02-04 Eli Zaretskii <eliz@gnu.org>
7053
cae07000
SM
7054 * w32.c (get_emacs_configuration_options):
7055 Include --enable-checking, if specified, in the return value.
d7f29f8e 7056
3b95a6f9
MR
70572012-02-04 Martin Rudalics <rudalics@gmx.at>
7058
7059 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
7060 after rounding frame sizes. (Bug#9723)
7061
d6fa96a6
EZ
70622012-02-04 Eli Zaretskii <eliz@gnu.org>
7063
7064 * keyboard.c (adjust_point_for_property): Don't position point
7065 before BEGV. (Bug#10696)
7066
df0b2940
PE
70672012-02-03 Paul Eggert <eggert@cs.ucla.edu>
7068
7069 Handle overflow when computing char display width (Bug#9496).
7070 * character.c (char_width): Return EMACS_INT, not int.
7071 (char_width, c_string_width): Check for overflow when
7072 computing the width; this is possible now that individual
7073 characters can have unbounded width. Problem introduced
7074 by merge from Emacs 23 on 2012-01-19.
7075
6bee44d6
MA
70762012-02-02 Michael Albinus <michael.albinus@gmx.de>
7077
7078 * dbusbind.c (Fdbus_register_method): Mention the return value
7079 :ignore in the docstring.
7080
44f92739
GM
70812012-02-02 Glenn Morris <rgm@gnu.org>
7082
1b9f60cc
GM
7083 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
7084
44f92739
GM
7085 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
7086 Unconditionally set to t. (Bug#10673)
7087 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
7088 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
7089 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
7090
c5d3843c
KH
70912012-02-02 Kenichi Handa <handa@m17n.org>
7092
7093 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
7094 0, do not call append_composite_glyph.
7095
159462d4 70962012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
7097
7098 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
7099 NULL (Bug#6988).
7100 (x_produce_glyphs): If the component of a composition is a null
7101 string, set it->pixel_width to 1 to avoid zero-width glyph.
7102
78cef877
EZ
71032012-02-01 Eli Zaretskii <eliz@gnu.org>
7104
7105 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
7106 first 2 arguments are identical. This makes inserting large
7107 output from a subprocess an order of magnitude faster on
7108 MS-Windows, where all sbrk'ed memory is always contiguous.
7109
97897668
GM
71102012-01-31 Glenn Morris <rgm@gnu.org>
7111
7112 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
c78c6e0b 7113 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
97897668
GM
7114 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
7115
31fd3586
GM
71162012-01-29 Glenn Morris <rgm@gnu.org>
7117
7118 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
7119
0e24a8b2
CY
71202012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
7121
7122 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
7123
cc0adcb0
CY
71242012-01-28 Chong Yidong <cyd@gnu.org>
7125
7126 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
7127
acc28cb9
CY
71282012-01-26 Chong Yidong <cyd@gnu.org>
7129
9c69cfb7
CY
7130 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
7131
acc28cb9
CY
7132 * search.c (Fsearch_forward, Fsearch_backward): Document negative
7133 repeat counts (Bug#10507).
7134
48da7392
GM
71352012-01-26 Glenn Morris <rgm@gnu.org>
7136
7137 * lread.c (syms_of_lread): Doc fix.
7138
14af5f7f
CY
71392012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
7140
7141 * coding.c (encode_designation_at_bol): Change return value to
7142 EMACS_INT.
7143
0b21c100
CY
71442012-01-25 Chong Yidong <cyd@gnu.org>
7145
7146 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
7147
3c2907f7
CY
71482012-01-21 Chong Yidong <cyd@gnu.org>
7149
7150 * floatfns.c (Fcopysign): Make the second argument non-optional,
7151 since nil is not allowed anyway.
7152
959ad23f
AS
71532012-01-21 Andreas Schwab <schwab@linux-m68k.org>
7154
7155 * process.c (read_process_output): Use p instead of XPROCESS (proc).
7156 (send_process): Likewise.
7157
34a02f46
MR
71582012-01-19 Martin Rudalics <rudalics@gmx.at>
7159
7160 * window.c (save_window_save, Fcurrent_window_configuration)
cae07000
SM
7161 (Vwindow_persistent_parameters): Do not use Qstate.
7162 Rewrite doc-strings.
34a02f46 7163
1259009a 71642012-01-19 Kenichi Handa <handa@m17n.org>
25ed9e61
KH
7165
7166 * character.c (char_width): New function.
70d4fdf6
GM
7167 (Fchar_width, c_string_width, lisp_string_width):
7168 Use char_width (Bug#9496).
25ed9e61 7169
6a6ee00d
MR
71702012-01-16 Martin Rudalics <rudalics@gmx.at>
7171
7172 * window.c (Vwindow_persistent_parameters): New variable.
7173 (Fset_window_configuration, save_window_save): Handle persistent
7174 window parameters.
7175
c85efaf7
EZ
71762012-01-14 Eli Zaretskii <eliz@gnu.org>
7177
7178 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
7179 thrashing the stack of the thread. (Bug#9087)
7180
5944709e
PE
71812012-01-12 Paul Eggert <eggert@cs.ucla.edu>
7182
7183 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
7184
e71f5d99
EZ
71852012-01-11 Eli Zaretskii <eliz@gnu.org>
7186
7187 * xdisp.c (rows_from_pos_range): Handle the case where the
7188 highlight ends on a newline. (Bug#10464)
7189 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
7190 he end column for display of highlight that ends on a newline
7191 before a R2L line.
7192
ce316182
GM
71932012-01-11 Glenn Morris <rgm@gnu.org>
7194
7195 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
7196 from load-path also when installation-directory is nil. (Bug#10208)
7197
5b43da69
GM
71982012-01-10 Glenn Morris <rgm@gnu.org>
7199
74cc8ff9
GM
7200 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
7201
7d8d6e4e
GM
7202 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
7203 Update template values to be closer to their typical values these days.
5b43da69 7204
a0db8d43
EZ
72052012-01-09 Eli Zaretskii <eliz@gnu.org>
7206
7207 * xdisp.c (rows_from_pos_range): Accept additional argument
7208 DISP_STRING, and accept any glyph in a row whose object is that
7209 string as eligible for mouse highlight. Fixes mouse highlight of
7210 display strings from overlays. (Bug#10464)
7211
9a0115ab 72122012-01-07 Paul Eggert <eggert@cs.ucla.edu>
09450bae 7213
b9110d6a 7214 emacs: fix an auto-save permissions race condition (Bug#10400)
09450bae
PE
7215 * fileio.c (auto_saving_dir_umask): New static var.
7216 (Fmake_directory_internal): Use it.
7217 (do_auto_save_make_dir): Set it, instead of invoking chmod after
7218 creating the directory. The old code temporarily assigns
7219 too-generous permissions to the directory.
7220 (do_auto_save_eh): Clear it.
b9110d6a 7221 (Fdo_auto_save): Catch all errors, not just file errors, so
09450bae
PE
7222 that the var is always cleared.
7223
6c1bd3f3
EZ
72242012-01-07 Eli Zaretskii <eliz@gnu.org>
7225
7226 * search.c (scan_buffer): Pass character positions to
7227 know_region_cache, not byte positions. (Bug#6540)
7228
069d2b50
L
72292012-01-07 LynX <_LynX@bk.ru> (tiny change)
7230
7231 * w32.c (sys_rename): Report EXDEV when rename of a directory
7232 fails because the target is on another logical disk. (Bug#10284)
7233
75bf0d33
DB
72342012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
7235
7236 * xterm.c (x_embed_request_focus): New function.
7237
7238 * xterm.h: Add prototype.
7239
7240 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
7241
1c6e5a32
GM
72422012-01-05 Glenn Morris <rgm@gnu.org>
7243
7244 * emacs.c (emacs_copyright): Update short copyright year to 2012.
7245
651e947e
EZ
72462012-01-01 Eli Zaretskii <eliz@gnu.org>
7247
7248 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
7249 Load gnutls_transport_set_lowat only if GnuTLS version is below
7250 2.11.1.
7251 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
7252 GnuTLS versions below 2.11.1.
7253
3778cdd8
AL
72542011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
7255
7256 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
7257 to the doc string advising against its use for altering the way
7258 windows are scrolled.
7259
0e5317f7
KH
72602011-12-28 Kenichi Handa <handa@m17n.org>
7261
7262 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
7263 coding-system ASCII compatible only when it does not produce BOM
7264 on encoding (Bug#10383).
7265
93d5ca1f
JD
72662011-12-26 Jan Djärv <jan.h.d@swipnet.se>
7267
7268 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
7269 can scroll.
7270 (create_and_show_popup_menu): Always use menu_position_func for
7271 Gtk3 (Bug#10361).
7272
ca22b785
AS
72732011-12-24 Andreas Schwab <schwab@linux-m68k.org>
7274
7275 * callint.c (Fcall_interactively): Don't truncate prompt string.
7276
d048e1e6
EZ
72772011-12-23 Eli Zaretskii <eliz@gnu.org>
7278
7279 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
7280 property that ends at ZV, so that the bidi iteration could be
3ba1a2ad 7281 resumed from there (after widening). (Bug#10360)
d048e1e6 7282
5ccaba1f
JD
72832011-12-22 Jan Djärv <jan.h.d@swipnet.se>
7284
7285 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
7286
204ee57f
JD
72872011-12-21 Jan Djärv <jan.h.d@swipnet.se>
7288
b81d40f0
JB
7289 * nsterm.m (x_free_frame_resources):
7290 Release f->output_data.ns->miniimage.
204ee57f
JD
7291 (ns_index_color): Fix indentation. Do not retain
7292 color_table->colors[i].
7293
7294 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
7295 before returning.
7296
7297 * nsfns.m (x_set_background_color): Assign return value from
7298 ns_index_color to face-background instead of NSColor*.
7299 (ns_implicitly_set_icon_type): Fix indentation.
7300 Change assignment in for loop to comparison.
7301
7302 * emacs.c (ns_pool): New variable.
7303 (main): Assign ns_pool.
7304 (Fkill_emacs): Call ns_release_autorelease_pool.
7305
7306 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
7307 autorelease fdesc, release fdAttrs and tdict.
7308 (ns_get_covering_families): Release charset.
7309 (ns_findfonts): Release NSFontDescriptor created with new.
7310 (ns_uni_to_glyphs): Fix indentation.
7311 (setString): Release attrStr before assigning new value.
7312
c803b2b7
JD
73132011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7314
678f4426
JD
7315 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
7316 and NS_IMPL_COCOA.
7317 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
7318 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
7319
cd394be1 73202011-12-18 David Reitter <reitter@cmu.edu>
678f4426 7321
5fecd5fc
JD
7322 * nsterm.m (ns_term_init): Subscribe for notifications
7323 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
7324 to method trackingNotification in EmacsMenu.
7325
7326 * nsmenu.m (trackingMenu): New variable.
3771cb17 7327 (trackingNotification): New method (from Aquamacs).
5fecd5fc 7328 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
3771cb17 7329 from Aquamacs (Bug#7030).
678f4426
JD
7330
73312011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5fecd5fc 7332
c803b2b7
JD
7333 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
7334 (symbol_to_nsstring): Fix indentation.
7335 (ns_symbol_to_pb): New function.
cae07000
SM
7336 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
7337 (Fns_rotate_cut_buffers_internal): Remove.
7338 (Fns_store_selection_internal): Rename from
c803b2b7
JD
7339 Fns_store_cut_buffer_internal.
7340 (ns_get_foreign_selection, Fx_own_selection_internal)
7341 (Fx_disown_selection_internal, Fx_selection_exists_p)
b81d40f0
JB
7342 (Fns_get_selection_internal, Fns_store_selection_internal):
7343 Use ns_symbol_to_pb and check if return value is nil.
7344 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
7345 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
c803b2b7
JD
7346 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
7347 renamed to Sns_store_selection_internal.
7348 (ns_handle_selection_request): Move code to Fx_own_selection_internal
7349 and remove this function.
7350 (ns_handle_selection_clear): Remove, never used.
7351 (Fx_own_selection_internal): Move code from ns_handle_selection_request
7352 here.
7353
e1b01a3a
KB
73542011-12-17 Ken Brown <kbrown@cornell.edu>
7355
7356 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
7357 GID is unknown (Bug#10257).
7358
2adb6e85
PE
73592011-12-17 Paul Eggert <eggert@cs.ucla.edu>
7360
7361 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
7362 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
7363 which caused a build failure on GNU/Linux IA-64. This problem was
7364 introduced by my 2011-10-07 patch.
7365
d1d7b339
JL
73662011-12-15 Juri Linkov <juri@jurta.org>
7367
7368 * image.c (imagemagick_error): New function. (Bug#10112)
7369 (imagemagick_load_image): Comment out `MagickSetResolution' call.
7370 Use `imagemagick_error' where ImageMagick functions return
7371 `MagickFalse'.
7372 (Fimagemagick_types): Add `Fnreverse' to return the list in the
7373 proper order.
7374
100d5755
KH
73752011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7376
7377 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
7378 fill background (Bug#8992).
7379
454592a6
MR
73802011-12-13 Martin Rudalics <rudalics@gmx.at>
7381
7382 * window.c (Vwindow_combination_resize)
7383 (Vwindow_combination_limit): Use t instead of non-nil in
7384 doc-strings.
61d4b438
MR
7385 (Vrecenter_redisplay): Add first sentence of doc-string on
7386 separate line.
53524d93 7387 (Frecenter): Fix doc-string typo.
454592a6 7388
3633e3aa
KH
73892011-12-11 Kenichi Handa <handa@m17n.org>
7390
7391 * coding.c (Funencodable_char_position): Pay attention to the
7392 buffer text relocation (Bug#9389).
7393
7b9d523a 73942011-12-10 Jan Djärv <jan.h.d@swipnet.se>
61ccba97 7395
7b9d523a
JD
7396 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
7397 gtk_init (Bug#10100).
7398
b73189c6
EZ
73992011-12-10 Eli Zaretskii <eliz@gnu.org>
7400
7401 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
7402 IT->string is nil. (Bug#10263)
7403
f7dfe5d6
JD
74042011-12-10 Jan Djärv <jan.h.d@swipnet.se>
7405
83faebb4
JD
7406 * nsterm.h (x_free_frame_resources): Declare.
7407
f7dfe5d6
JD
7408 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
7409 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
7410
7411 * nsterm.h (ns_get_defaults_value): Declare.
7412
7413 * nsterm.m (ns_default): Call ns_get_defaults_value.
7414
7cd4e72c
EZ
74152011-12-09 Eli Zaretskii <eliz@gnu.org>
7416
7417 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
7418 (Bug#10170)
7419
b34d7317
YM
74202011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7421
7422 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
7423 that where the value of an _OBJC_* symbol points to is in the .bss
7424 section (Bug#10240).
7425
76470ad1
KH
74262011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7427
7428 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
2fac8180 7429 after the loop to call ccl_driver at least once (Bug#8619).
76470ad1 7430
745fff94
KH
74312011-12-08 Kenichi Handa <handa@m17n.org>
7432
7433 * ftfont.c (get_adstyle_property): Fix previous change
7434 (Bug#10233).
7435
6e44397c
JB
74362011-12-07 Juanma Barranquero <lekktu@gmail.com>
7437
7438 * w32.c (init_environment): If no_site_lisp, remove site-lisp
7439 dirs from the default value of EMACSLOADPATH (bug#10208).
7440
7efa6272
GM
74412011-12-07 Glenn Morris <rgm@gnu.org>
7442
7443 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
7444 installation and source directories as well. (Bug#10208)
7445
f6fc4d87
CY
74462011-12-06 Chong Yidong <cyd@gnu.org>
7447
7448 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
7449
2bf26180
GM
74502011-12-06 Glenn Morris <rgm@gnu.org>
7451
7452 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
7453 as an error, not just -1. (Bug#10217)
7454
3a6ad4f0
CY
74552011-12-05 Chong Yidong <cyd@gnu.org>
7456
7457 * keyboard.c (process_special_events): New function.
7458 (swallow_events, Finput_pending_p): Use it (Bug#10195).
7459
75a3b399
PE
74602011-12-05 Paul Eggert <eggert@cs.ucla.edu>
7461
7462 * coding.c (encode_designation_at_bol): Don't use uninitialized
7463 local variable (Bug#9318).
7464
c3c9e25e
KH
74652011-12-05 Kenichi Handa <handa@m17n.org>
7466
7467 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
7468 return Qnil (Bug#8046, Bug#10193).
7469
5eb05ea3
KH
74702011-12-05 Kenichi Handa <handa@m17n.org>
7471
7472 * coding.c (encode_designation_at_bol): New args charbuf_end and
7473 dst. Return the number of produced bytes. Callers changed.
a79703f5
KH
7474 (coding_set_source): Return how many bytes coding->source was
7475 relocated.
7476 (coding_set_destination): Return how many bytes
7477 coding->destination was relocated.
7478 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
cae07000 7479 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
5eb05ea3
KH
7480
74812011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7482
7483 * coding.c (CODING_CHAR_CHARSET_P): New macro.
7484 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
7485 macro (Bug#9318).
7486
74872011-12-05 Andreas Schwab <schwab@linux-m68k.org>
7488
7489 The following changes are to fix Bug#9318.
7490
a79703f5 7491 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
5eb05ea3
KH
7492 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
7493 (encode_coding_iso_2022, encode_coding_sjis)
a79703f5 7494 (encode_coding_big5, encode_coding_charset): Use the above macros.
5eb05ea3 7495
7dbda6df
JB
74962011-12-05 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * lisp.h (process_quit_flag): Fix external declaration.
7499
6d5eb5b0
SM
75002011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 Don't macro-inline non-performance-critical code.
7503 * eval.c (process_quit_flag): New function.
7504 * lisp.h (QUIT): Use it.
7505
a0c3fad0
JD
75062011-12-04 Jan Djärv <jan.h.d@swipnet.se>
7507
7508 * nsfns.m (get_geometry_from_preferences): New function.
7509 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
7510
6c07aac2
AS
75112011-12-04 Andreas Schwab <schwab@linux-m68k.org>
7512
7513 * emacs.c (Qkill_emacs): Define.
7514 (syms_of_emacs): Initialize it.
7515 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
7516 Qquit_flag to `kill-emacs' instead.
6d5eb5b0
SM
7517 (quit_throw_to_read_char): Add parameter `from_signal'.
7518 All callers changed. Call Fkill_emacs if requested and safe.
6c07aac2
AS
7519 * lisp.h (QUIT): Call Fkill_emacs if requested.
7520
c052ead4
JD
75212011-12-03 Jan Djärv <jan.h.d@swipnet.se>
7522
7523 * widget.c (update_wm_hints): Return if wmshell is null.
7524 (widget_update_wm_size_hints): New function.
7525
7526 * widget.h (widget_update_wm_size_hints): Declare.
7527
7528 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
7529 widget_update_wm_size_hints (Bug#10104).
7530
9e49252b
EZ
75312011-12-03 Eli Zaretskii <eliz@gnu.org>
7532
7533 * xdisp.c (handle_invisible_prop): If the invisible text ends just
7534 before a newline, prepare the bidi iterator for consuming the
7535 newline, and keep the current paragraph direction. (Bug#10183)
e9a49426 7536 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
9e49252b 7537
02b16839
JL
75382011-12-02 Juri Linkov <juri@jurta.org>
7539
7540 * search.c (Fword_search_regexp): New Lisp function created from
7541 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
7542 (Fword_search_backward, Fword_search_forward)
7543 (Fword_search_backward_lax, Fword_search_forward_lax):
7544 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
7545 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
7546
0068070e
SM
75472011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * fileio.c (Finsert_file_contents): Move after-change-function call
7550 to before the "handled:" label, since all "goto handled" appear in
7551 cases where the *-change-functions have already been properly called
7552 (bug#10117).
7553
3360a3fc
AS
75542011-12-01 Andreas Schwab <schwab@linux-m68k.org>
7555
7556 * keyboard.c (interrupt_signal): Don't call kill-emacs when
7557 waiting for input. (Bug#10169)
7558
73d6c093
EZ
75592011-11-30 Eli Zaretskii <eliz@gnu.org>
7560
7561 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
7562 verifies glyph row's hash code--we have just reallocated the
7563 glyphs, so their contents can be complete garbage. (Bug#10164)
7564
febe6bea
JB
75652011-11-30 Juanma Barranquero <lekktu@gmail.com>
7566
7567 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
7568
801a4313
EZ
75692011-11-30 Eli Zaretskii <eliz@gnu.org>
7570
7571 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
7572 attributes are tested _before_ calling verify_row_hash, to protect
7573 against GCC re-ordering of the tests. (Bug#10164)
7574
2b56b87e
JD
75752011-11-29 Jan Djärv <jan.h.d@swipnet.se>
7576
7577 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
7578
7579 * xterm.c (handle_one_xevent): Only set async_visible and friends
7580 if net_wm_state_hidden_seen is non-zero (Bug#10002)
7dbda6df 7581 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
2b56b87e
JD
7582 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
7583
dbf31225
PE
75842011-11-28 Paul Eggert <eggert@cs.ucla.edu>
7585
7586 Remove GCPRO-related macros that exist only to avoid shadowing locals.
7587 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
7588 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
7589 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7590 All uses changed to use GCPRO1 etc.
7591 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
7592 Revert to old implementation (i.e., before 2011-03-11).
7593
1305621b
YM
75942011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7595
7596 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
7597 of scroll runs so as to avoid assigning disabled bogus rows and
7598 unnecessary graphics copy operations.
7599
8c9afb46
EZ
76002011-11-27 Eli Zaretskii <eliz@gnu.org>
7601
7602 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
7603 (snprintf) [_MSC_VER]: Redirect to _snprintf.
7604 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
7605 (malloc, free, realloc, calloc): Redirect to e_* only when
7606 compiling Emacs.
7607
7608 * lisp.h (GCTYPEBITS): Move before first use.
7609 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
7610 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
7611 this macro definition.
7612
7613 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
7614 _MSC_VER.
7615
54e9e3bf
JD
76162011-11-27 Jan Djärv <jan.h.d@swipnet.se>
7617
6d5eb5b0
SM
7618 * gtkutil.c (xg_create_frame_widgets):
7619 Call gtk_window_set_has_resize_grip (FALSE) if that function is
54e9e3bf
JD
7620 present with Gtk+ 2.0.
7621
83aca1cb
PE
76222011-11-26 Paul Eggert <eggert@cs.ucla.edu>
7623
7624 * fileio.c (Finsert_file_contents): Undo previous change; see
7625 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
7626
5b76caa4
PE
76272011-11-26 Paul Eggert <eggert@cs.ucla.edu>
7628
7629 Rename locals to avoid shadowing.
7630 * fileio.c (Finsert_file_contents):
7631 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
7632 * process.c (wait_reading_process_output):
7633 Rename inner 'proc' to 'p' to avoid shadowing.
7634 Indent for consistency with usual Emacs style.
7635
8c535114
EZ
76362011-11-25 Eli Zaretskii <eliz@gnu.org>
7637
7638 * xdisp.c (redisplay_window): If cursor row is not fully visible
7639 after recentering, and scroll-conservatively is set to a large
7640 number, scroll window by a few more lines to make the cursor fully
7641 visible and out of scroll-margin. (Bug#10105)
91b4a718
EZ
7642 (start_display): Don't move to the next line if the display should
7643 start at a newline that is part of a display vector or an overlay
7644 string. (Bug#10119)
8c535114 7645
fa4fdb5c
JL
76462011-11-24 Juri Linkov <juri@jurta.org>
7647
7648 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
7649 after the `MagickPingImage' call. (Bug#10112)
7650
90ec88df
CY
76512011-11-23 Chong Yidong <cyd@gnu.org>
7652
7653 * window.c (Fcoordinates_in_window_p): Accept only live windows.
7654
56e2e794
MR
76552011-11-23 Martin Rudalics <rudalics@gmx.at>
7656
7657 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
7658 making another buffer current. (Bug#10114)
7659
b6e64c41
GM
76602011-11-23 Glenn Morris <rgm@gnu.org>
7661
7662 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
7663
6b21de18
CY
76642011-11-23 Chong Yidong <cyd@gnu.org>
7665
7666 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
7667 using it (Bug#5984).
7668
b12cd789
EZ
76692011-11-22 Eli Zaretskii <eliz@gnu.org>
7670
7671 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
7672 and header-lines, as they don't have one computed for them.
7673 (Bug#10098)
7674
7675 * .gdbinit (prow): Make displayed values more self-explaining.
7676 Add row's hash code.
7677
261b6fd4
LMI
76782011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7679
7680 * process.c (wait_reading_process_output): Fix asynchrounous
7681 GnuTLS socket handling on some versions of the GnuTLS library.
16c1ad08 7682 (wait_reading_process_output): Add comment and URL.
261b6fd4 7683
e7cfd277
JD
76842011-11-21 Jan Djärv <jan.h.d@swipnet.se>
7685
7686 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
7687
a9b9b7f5
CY
76882011-11-21 Chong Yidong <cyd@gnu.org>
7689
7690 * window.c (Fnext_window, Fprevious_window): Doc fix.
7691
b0d15b4f
SM
76922011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
7695
fe7a3057
JB
76962011-11-20 Juanma Barranquero <lekktu@gmail.com>
7697
7698 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
7699
d2999b1a
MR
77002011-11-20 Martin Rudalics <rudalics@gmx.at>
7701
7702 * window.c (Fset_window_combination_limit): Rename argument
7703 STATUS to LIMIT.
7704 (Vwindow_combination_limit): Remove "status" from doc-string.
7705
d5ff9cd0
AS
77062011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7707
7708 * m/ibms390.h: Remove.
7709 * m/ibms390x.h: Don't include "ibms390.h".
7710
a5bb9bd3
SM
77112011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
7714 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
7715
cd1181db
JB
77162011-11-20 Juanma Barranquero <lekktu@gmail.com>
7717
7718 * casetab.c (Fset_case_table):
7719 * charset.c (Fcharset_after): Fix typos.
7720
615a3b8d 77212011-11-20 Paul Eggert <eggert@cs.ucla.edu>
6a0bf43d 7722
17e845af
PE
7723 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
7724 Otherwise, valgrind does not work on some platforms.
7725 Problem reported by Andreas Schwab in
6a0bf43d
PE
7726 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
7727 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
7728 is set, removing the need for VIRT_ADDRESS_VARIES.
7729 (PURE_P): Use a more-efficient implementation that needs just one
7730 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
7731 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
7732 to 4 (xorl, subq, cmpq, setbe).
7733 * alloc.c (pure): Always extern now, since that's the
7734 VIRT_ADDR_VARIES behavior.
7735 (PURE_POINTER_P): Use a single comparison, not two, for
7736 consistency with the new puresize.h.
7737 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
7738 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
7739 Remove VIRT_ADDR_VARIES no longer needed.
7740
f8fe6f96
EZ
77412011-11-19 Eli Zaretskii <eliz@gnu.org>
7742
7743 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
7744 (erase_phys_cursor, update_window_cursor, show_mouse_face)
7745 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
7746 behave as if the cursor position were at the window margin.
7747
7748 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
7749 and the cursor position is out of bounds, behave as if the cursor
7750 position were at the window margin. (Bug#10075)
7751
df05a53c
CY
77522011-11-18 Chong Yidong <cyd@gnu.org>
7753
7754 * window.c (Fwindow_combination_limit): Make first argument
7755 non-optional, since it is meaningless for live windows like the
7756 selected window.
61ccba97 7757
2071918e
DA
77582011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
7759
7760 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
7761
b50a28de
SM
77622011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * intervals.c: Fix grafting over the whole buffer (bug#10071).
7765 (graft_intervals_into_buffer): Simplify.
7766
015137db
EZ
77672011-11-18 Eli Zaretskii <eliz@gnu.org>
7768
7769 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
7770 hash values of the two rows.
7771 (copy_row_except_pointers): Preserve the used[] arrays and the
7772 hash values of the two rows. (Bug#10035)
68c95424 7773 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
015137db
EZ
7774
7775 * xdisp.c (row_hash): New function, body extracted from
7776 compute_line_metrics.
7777 (compute_line_metrics): Call row_hash, instead of computing the
7778 hash code inline.
7779
7780 * dispnew.c (verify_row_hash): Call row_hash for computing the
7781 hash code of a row, instead of duplicating code from xdisp.c.
7782
7783 * dispextern.h (row_hash): Add prototype.
7784
a2addb04
TH
77852011-11-18 Tassilo Horn <tassilo@member.fsf.org>
7786
7787 * frame.c (delete_frame): Don't delete the terminal when the last
7788 X frame is closed if emacs is built with GTK toolkit.
7789
df85d315
JB
77902011-11-17 Juanma Barranquero <lekktu@gmail.com>
7791
7792 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
7793
a0c2d0ae
MR
77942011-11-17 Martin Rudalics <rudalics@gmx.at>
7795
7796 * window.c (Vwindow_splits): Rename to
7797 Vwindow_combination_resize. Suggested by Juri Linkov.
7798 (Fsplit_window_internal): Use Vwindow_combination_resize instead
7799 of Vwindow_splits.
7800
58179cce
JB
78012011-11-16 Juanma Barranquero <lekktu@gmail.com>
7802
7877f373
JB
7803 * nsfns.m (Fns_font_name):
7804 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
58179cce 7805
b6f67890
MR
78062011-11-16 Martin Rudalics <rudalics@gmx.at>
7807
7808 * window.h (window): Rename slot "nest" to "combination_limit".
7809 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
7810 (Fset_window_nest): Rename to Fset_window_combination_limit.
7811 (Vwindow_nest): Rename to Vwindow_combination_limit.
7812 (recombine_windows, make_parent_window, make_window)
7813 (Fsplit_window_internal, saved_window)
7814 (Fset_window_configuration, save_window_save): Rename all
7815 occurrences of window_nest to window_combination_limit.
7816
c7015153
JB
78172011-11-15 Juanma Barranquero <lekktu@gmail.com>
7818
7819 * image.c (imagemagick_load_image): Fix typo.
7820
322ad6ec
EZ
78212011-11-14 Eli Zaretskii <eliz@gnu.org>
7822
7823 * xdisp.c (display_line): Move the call to
7824 highlight_trailing_whitespace before the call to
7825 compute_line_metrics, since the latter needs to see the final
6d5eb5b0
SM
7826 faces of all the glyphs to compute ROW's hash value.
7827 Fixes assertion violations in row_equal_p. (Bug#10035)
322ad6ec 7828
f067b8ec
JB
78292011-11-14 Juanma Barranquero <lekktu@gmail.com>
7830
7831 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
7832 just return (bug#10044).
7833
1e5b2111
EZ
78342011-11-12 Eli Zaretskii <eliz@gnu.org>
7835
7ef3cbd5
EZ
7836 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
7837 with user-defined heap size. Bump the default size of the temacs
7838 heap to 27MB, to avoid memory warning when running temacs.
7839 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
7840
1e5b2111
EZ
7841 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
7842 current_matrix and desired_matrix. (Bug#9990)
7a7270dd
EZ
7843 (verify_row_hash) [XASSERTS]: New function.
7844 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
7845 that the hash value of glyph rows is correct.
1e5b2111 7846
89d61221
MR
78472011-11-12 Martin Rudalics <rudalics@gmx.at>
7848
7849 * window.h (window): Remove splits slot.
7850 * window.c (Fwindow_splits, Fset_window_splits): Remove.
7851 (Fdelete_other_windows_internal, make_parent_window)
7852 (make_window, Fsplit_window_internal, Fdelete_window_internal)
7853 (Fset_window_configuration, save_window_save): Don't deal with
7854 split status of windows.
7855 (saved_window): Remove splits slot.
7856 (Vwindow_splits): Rewrite doc-string.
7857
97f18cc8
JD
78582011-11-11 Jan Djärv <jan.h.d@swipnet.se>
7859
7860 * xfns.c (unwind_create_frame):
7861 * nsfns.m (unwind_create_frame):
7862 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
7863 Vframe_list (Bug#9999).
7864
22a648b4
DA
78652011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
7866
0b381c7e 7867 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
22a648b4 7868
659afede
KH
78692011-11-11 Kenichi Handa <handa@m17n.org>
7870
7871 * callproc.c (Fcall_process): Set the member dst_multibyte of
7872 process_coding.
7873
9ac0394b
KH
78742011-11-11 Johan Bockgård <bojohan@gnu.org>
7875
7876 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
7877 avoid a crash (bug#9496).
7878
2fbdc249
CY
78792011-11-09 Chong Yidong <cyd@gnu.org>
7880
7881 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
7882 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
7883
ac6b1f81
PE
78842011-11-08 Paul Eggert <eggert@cs.ucla.edu>
7885
7886 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
7887
09db192c
PE
78882011-11-08 Paul Eggert <eggert@cs.ucla.edu>
7889
7890 Avoid some portability problems by eschewing 'extern inline' functions.
7891 The trivial performance wins aren't worth the portability hassles; see
7892 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
7893 et seq.
7894 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
7895 (window_box_width, window_box_left, window_box_left_offset)
7896 (window_box_right, window_box_right_offset): Undo previous change,
7897 by removing the "extern"s.
7898 * intervals.c (adjust_intervals_for_insertion)
7899 (adjust_intervals_for_deletion): Undo previous change,
7900 making these static again.
7901 (offset_intervals, temp_set_point_both, temp_set_point)
7902 (copy_intervals_to_string): No longer inline.
7903 * xdisp.c (window_text_bottom_y, window_box_width)
7904 (window_box_height, window_box_left_offset)
7905 (window_box_right_offset, window_box_left, window_box_right)
7906 (window_box): No longer inline.
7907
105216ed
CY
79082011-11-08 Chong Yidong <cyd@gnu.org>
7909
7910 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
6d5eb5b0
SM
7911 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
7912 Signal an error if not a live window.
105216ed
CY
7913 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
7914 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
7915
ae9e237f
JB
79162011-11-07 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * lisp.h (syms_of_abbrev): Remove declaration.
7919 Reported by CHENG Gao <chenggao@royau.me>.
7920
c7aa8333
EZ
79212011-11-07 Eli Zaretskii <eliz@gnu.org>
7922
7923 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
7924 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
7925 of temacs in GUI mode.
7926
be7f5545
MR
79272011-11-07 Martin Rudalics <rudalics@gmx.at>
7928
7929 * window.h: Declare delete_all_child_windows instead of
7930 delete_all_subwindows.
7931 * window.c (Fwindow_nest, Fset_window_nest)
7932 (Fset_window_new_total, Fset_window_new_normal)
7933 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
7934 (delete_all_subwindows): Rename to delete_all_child_windows.
7935 (Fdelete_other_windows_internal, Fset_window_configuration):
7936 Call delete_all_child_windows instead of delete_all_subwindows.
7937 * frame.c (delete_frame): Call delete_all_child_windows instead
7938 of delete_all_subwindows.
7939
ca78dc43
PE
79402011-11-07 Paul Eggert <eggert@cs.ucla.edu>
7941
7942 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
7943 This is also needed for porting to any host where GC_MARK_STACK is
7944 not GC_MAKE_GCPROS_NOOPS.
7945 (which_symbols): Use it.
7946
a0241d01
KH
79472011-11-07 Kenichi Handa <handa@m17n.org>
7948
7949 * coding.c (coding_set_destination): Check coding->src_pos only
7950 when coding->src_object is a buffer (bug#9910).
7951
7952 * process.c (send_process): Set the member src_multibyte of coding
7953 to 0 (bug#9911) when sending a unibyte text.
7954
7955 * callproc.c (Fcall_process): Set the member src_multibyte of
7956 process_coding to 0 (bug#9912).
7957
a64bfdfa 79582011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ba24cea2
YM
7959
7960 * xmenu.c (cleanup_widget_value_tree): New function.
7961 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
7962 calling free_menubar_widget_value_tree directly (Bug#9830).
7963
cb41b32a
PE
79642011-11-06 Paul Eggert <eggert@cs.ucla.edu>
7965
7966 Fix some portability problems with 'inline'.
7967 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
7968 (window_box_width, window_box_left, window_box_left_offset)
7969 (window_box_right, window_box_right_offset): Declare extern.
7970 Otherwise, these inline functions do not conform to C99 and
7971 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
7972 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
7973 * intervals.c (adjust_intervals_for_insertion)
7974 (adjust_intervals_for_deletion): Now extern, because otherwise the
7975 extern inline functions 'offset_intervals' couldn't refer to it.
7976 (static_offset_intervals): Remove.
7977 (offset_intervals): Rewrite using the old contents of
7978 static_offset_intervals. The old version didn't conform to C99
7979 because an extern inline function contained a reference to an
7980 identifier with static linkage.
7981
b7041366
AS
79822011-11-06 Andreas Schwab <schwab@linux-m68k.org>
7983
7984 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
7985 GC.
7986
88a37c4d
EZ
79872011-11-06 Eli Zaretskii <eliz@gnu.org>
7988
7989 * xdisp.c (init_iterator, reseat_to_string): Don't set the
7990 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
7991 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
7992 return Qleft_to_right.
7993
49745b39
CY
79942011-11-06 Chong Yidong <cyd@gnu.org>
7995
7996 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
7997 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
7998 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
7999 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
8000 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
8001 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
8002 (Fwindow_vscroll): Doc fix.
8003 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
8004 argument, since it makes no sense to pass a live window and for
8005 consistency with window-child.
8006
1f05cd82
CS
80072011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
8008
8009 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
8010 support MSVC.
8011
22610910
JR
80122011-11-05 Jason Rumney <jasonr@gnu.org>
8013
8014 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
8015 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
8016 fonts (Bug#6029).
8017 (add_font_entity_to_list): Fix logic errors in mixed boolean and
8018 bitwise arithmetic preventing use of unicode-sip and non-truetype
8019 opentype fonts.
8020
a06776b2
EZ
80212011-11-05 Eli Zaretskii <eliz@gnu.org>
8022
3ad924ba
EZ
8023 * s/ms-w32.h (fstat, stat, utime): Move redirections to
8024 "emacs"-only part.
8025
a06776b2
EZ
8026 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
8027 initialization code to keep similarity to xfns.c after changes
8028 from 2011-11-05.
8029
c9e7db78
JD
80302011-11-05 Jan Djärv <jan.h.d@swipnet.se>
8031
a97f8f3f
JD
8032 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
8033 (unwind_create_frame): New function (Bug#9943).
8034 (Fx_create_frame): Restructure code to be more similar to the one in
8035 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
8036 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
8037 Move terminal->reference_count++ just before making the frame official
8038 (Bug#9943).
8039
8040 * nsterm.m (x_free_frame_resources): New function.
8041 (x_destroy_window): Move code to x_free_frame_resources.
8042
c9e7db78 8043 * xfns.c (unwind_create_frame): Fix comment.
6d5eb5b0
SM
8044 (Fx_create_frame, x_create_tip_frame):
8045 Move terminal->reference_count++ just before making the frame
75f1671a 8046 official. Move initialization of image_cache_refcount and
c9e7db78
JD
8047 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
8048
a6fc3b5c
EZ
80492011-11-05 Eli Zaretskii <eliz@gnu.org>
8050
8051 Support MSVC build with newer versions of Visual Studio.
8052 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
8053 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
8054 nt/gmake.defs.
8055
8056 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
8057 which are not supported by MSVC.
8058 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
8059 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
8060 bitfields.
8061 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
8062 types in bitfields.
8063 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
8064
8065 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
8066
58179cce 80672011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
8068
8069 Support MSVC build with newer versions of Visual Studio.
8070 * w32.c: Don't include w32api.h for MSVC.
8071 (init_environment) [_MSC_VER]: Call sys_access, not _access.
8072
8073 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
8074 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
8075 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
8076 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
8077 e_* cousins.
8078 (alloca) [_MSC_VER]: Define to _alloca.
8079
8080 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
8081
8082 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
8083
a58c13ed
EZ
80842011-11-04 Eli Zaretskii <eliz@gnu.org>
8085
8086 * xdisp.c (note_mouse_highlight): If either of
8087 previous/next-single-property-change returns nil, treat that as
8088 the beginning or the end of the buffer. (Bug#9955)
8089
fe0b6370
JD
80902011-11-04 Jan Djärv <jan.h.d@swipnet.se>
8091
a58c13ed 8092 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
fe0b6370
JD
8093 label is not null (Bug#9951).
8094 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
8095 may be NULL.
8096
89bd5ee1
EZ
80972011-11-04 Eli Zaretskii <eliz@gnu.org>
8098
8099 * window.c (Fwindow_body_size): Mention in the doc string that the
8100 return value is in frame's canonical units. (Bug#9949)
8101
84c3edb9
EZ
81022011-11-03 Eli Zaretskii <eliz@gnu.org>
8103
4e2fb5c7
EZ
8104 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
8105
84c3edb9 8106 * w32fns.c (unwind_create_frame): If needed, free the glyph
3ab15fd6 8107 matrices of the partially constructed frame. (Bug#9943)
2a58bbc1 8108 * xfns.c (unwind_create_frame): Likewise.
84c3edb9 8109
bc17a887
EZ
81102011-11-01 Eli Zaretskii <eliz@gnu.org>
8111
8112 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
8113 Don't stop backward scan on the continuation glyph, even though
8114 its CHARPOS is positive.
6d5eb5b0
SM
8115 (mouse_face_from_buffer_pos, note_mouse_highlight):
8116 Rename cover_string to disp_string.
bc17a887 8117
4ee88440
MR
81182011-11-01 Martin Rudalics <rudalics@gmx.at>
8119
8120 * window.c (temp_output_buffer_show): Don't use
8121 Vtemp_buffer_show_specifiers.
8122 (Vtemp_buffer_show_specifiers): Remove unused variable.
8123
c2ff3c02
EZ
81242011-10-30 Eli Zaretskii <eliz@gnu.org>
8125
8126 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
8127 past the beginning of the current glyph matrix.
8128
58179cce 81292011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
6e56383b
JD
8130
8131 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
8132 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
8133 HAVE_GTK3 (Bug#9869).
b77a6a7f 8134
3b574623
JD
8135 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
8136 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
8137
b77a6a7f
JD
8138 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
8139
8140 * xterm.c: Declare x_handle_net_wm_state to return int.
8141 (handle_one_xevent): Check if we are iconified but don't have
8142 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
8143 (get_current_wm_state): Return non-zero if not hidden,
8144 check for _NET_WM_STATE_HIDDEN (Bug#9893).
8145 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
8146 (x_handle_net_wm_state): Return what get_current_wm_state returns.
8147 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
8148
196e41e4
PE
81492011-10-29 Paul Eggert <eggert@cs.ucla.edu>
8150
8151 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
8152 so that this new function doesn't get optimized away by a
8153 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
8154
021f2e1a
AS
81552011-10-29 Andreas Schwab <schwab@linux-m68k.org>
8156
8157 * frame.h (MOUSE_HL_INFO): Remove excess parens.
8158
8b058d44
EZ
81592011-10-29 Eli Zaretskii <eliz@gnu.org>
8160
8161 Fix the `xbytecode' command.
8162 * .gdbinit (xprintbytestr): New command.
b50a28de 8163 (xwhichsymbols): Rename from `which'; all callers changed.
8b058d44
EZ
8164 (xbytecode): Print the byte-code string as well.
8165
4452fb80
EZ
81662011-10-29 Kim Storm <storm@cua.dk>
8167
8b058d44
EZ
8168 * alloc.c (which_symbols): New function.
8169
21b72067
AS
81702011-10-29 Andreas Schwab <schwab@linux-m68k.org>
8171
8172 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
8173 line. (Bug#9903)
8174
83ed7b5c
GM
81752011-10-29 Glenn Morris <rgm@gnu.org>
8176
8177 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
8178 Not clear what it was for, and it causes various bugs. (Bug#9839)
8179
5a7a728b
EZ
81802011-10-28 Eli Zaretskii <eliz@gnu.org>
8181
8182 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
8183 possible random value that matches one of those tested as
8184 condition to clear the mouse face.
8185
d3d0842f
CY
81862011-10-28 Chong Yidong <cyd@gnu.org>
8187
8188 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
8189
31b39d13
DN
81902011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8191
8192 * window.c (make_window): Initialize phys_cursor_on_p.
8193
9aba6043
SM
81942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * lisp.h (struct Lisp_Symbol): Update comments.
8197
c20992f4
JB
81982011-10-28 Juanma Barranquero <lekktu@gmail.com>
8199
8200 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
8201
db4f02f2
EZ
82022011-10-28 Eli Zaretskii <eliz@gnu.org>
8203
8204 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
8205 <oslsachem@gmail.com> for helping to debug this.
8206
8207 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
8208 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
8209 (g_b_init_get_glyph_outline_w): New static variables.
8210 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
8211 (GetGlyphOutlineW_Proc): New typedefs.
8212 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
9aba6043
SM
8213 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
8214 New functions.
8215 (w32font_open_internal, compute_metrics):
8216 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
db4f02f2
EZ
8217 instead of calling the "wide" APIs directly.
8218
8219 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
8220
8221 * w32.h (syms_of_w32font): Add prototype.
8222
87e68db4
JB
82232011-10-27 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
8226 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
8227 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
8228 (Fmove_to_window_line): Doc fix.
8229
435c1d67
CY
82302011-10-27 Chong Yidong <cyd@gnu.org>
8231
8232 * process.c (make_process): Set gnutls_state to NULL.
8233
8234 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
8235 non-NULL, regardless of GNUTLS_INITSTAGE.
8236 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
8237 an error. Set process slots as soon as we allocate them.
8238
8239 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
8240
9c6c6f49
CY
82412011-10-27 Chong Yidong <cyd@gnu.org>
8242
9aba6043
SM
8243 * gnutls.c (emacs_gnutls_deinit): New function.
8244 Deallocate credentials structures as well as calling gnutls_deinit.
9c6c6f49
CY
8245 (Fgnutls_deinit, Fgnutls_boot): Use it.
8246
8247 * process.c (make_process): Initialize GnuTLS credentials to NULL.
8248 (deactivate_process): Call emacs_gnutls_deinit.
8249
657d08d3
JB
82502011-10-27 Juanma Barranquero <lekktu@gmail.com>
8251
8252 * image.c (x_create_x_image_and_pixmap):
8253 * w32.c (sys_rename, w32_delayed_load):
8254 * w32font.c (fill_in_logfont):
8255 * w32reg.c (x_get_string_resource): Silence compiler warnings.
8256
5430d399
JB
82572011-10-26 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * w32fns.c (w32_default_color_map): New function,
8260 extracted from Fw32_default_color_map.
a7ef684b 8261 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
5430d399 8262
fe0055fa
PE
82632011-10-25 Paul Eggert <eggert@cs.ucla.edu>
8264
8265 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
8266
e6346438
SM
82672011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * keyboard.c (test_undefined): New function (bug#9751).
8270 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
8271
e112cc37
ET
82722011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
8273
8274 * sysdep.c (init_sys_modes): Fix the check for the controlling
8275 terminal (Bug#6649).
8276
7b5d6677
EZ
82772011-10-20 Eli Zaretskii <eliz@gnu.org>
8278
8279 * dispextern.h (struct bidi_it): New member next_en_type.
8280
8281 * bidi.c (bidi_line_init): Initialize the next_en_type member.
8282 (bidi_resolve_explicit_1): When next_en_pos is valid for the
8283 current character, check also for next_en_type being WEAK_EN.
8284 (bidi_resolve_weak): Don't enter the expensive loop if the current
8285 position is before next_en_pos. Record the bidi type of the first
8286 non-ET, non-BN character we find, in addition to its position.
8287 (bidi_level_of_next_char): Invalidate next_en_type when
8288 next_en_pos is over-stepped.
8289
7da0b018
PE
82902011-10-20 Paul Eggert <eggert@cs.ucla.edu>
8291
8292 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
8293 * editfns.c: Rewrite current-time-zone so that it invokes
8294 the equivalent of (format-time-string "%Z") to get the time zone name.
8295 This fixes a bug when the time zone name contains characters that
8296 need converting from the system time locale to Emacs internal format.
8297 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
8298 that patch fixed format-time-string to do the conversion, but
8299 I forgot to fix current-time-zone.
8300 (format_time_string): New function, containing most of
8301 what Fformat_time_string used to contain.
8302 (Fformat_time_string): Rewrite in terms of format_time_string.
8303 This doesn't change this function's behavior.
8304 (current-time-zone): Rewrite to use format_time_string.
8305 This fixes the bug reported by Michael Schierl in
8306 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
8307 Jason Rumney's 2007-06-07 change worked around this bug, but
8308 didn't fix it.
8309 * systime.h (tzname, timezone): Remove no-longer-used declarations.
8310
8547b010
EZ
83112011-10-19 Eli Zaretskii <eliz@gnu.org>
8312
8313 * xdisp.c (start_display): If the character at POS is displayed
8314 via a display vector, reset IT->current.dpvec_index to zero.
12b32963
EZ
8315 (try_window_reusing_current_matrix): If a line ends in a display
8316 vector or the next line starts in a display vector, continue
8317 redrawing the window even though the character position of
8318 start_row was reached.
8547b010
EZ
8319 (Bug#9771, part 2)
8320
4e948d15
CY
83212011-10-18 Chong Yidong <cyd@gnu.org>
8322
8323 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
8324 with nobreak-char-display too.
8325
4787455f
EZ
83262011-10-18 Eli Zaretskii <eliz@gnu.org>
8327
8328 Fix part 3 of bug#9771.
8329 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
8330 (bidi_resolve_neutral): Don't enter the expensive loop looking for
8331 non-neutral characters if the current character is a paragraph
8332 separator (a.k.a. Newline). This avoids running the same
8333 expensive loop twice, once when we consume the preceding newline
8334 and the other time when the line actually needs to be displayed.
8335 Avoid the loop when we see neutrals on the base embedding level
8336 following a character whose directionality is the same as the
8337 paragraph's. This avoids running the expensive loop when a line
8338 ends in a long sequence of neutrals, like control characters.
8339 Add assertion against STRONG_AL type. Slightly rearrange code
8340 that determines the type of a neutral given the first non-neutral
8341 that follows it.
8342 (bidi_level_of_next_char): Set next_en_pos to zero when
8343 invalidating its info.
8344
2c91f553
EZ
83452011-10-17 Eli Zaretskii <eliz@gnu.org>
8346
8347 * xdisp.c (push_display_prop): Determine whether to record string
8348 or buffer position by IT->string, not by IT->method. Allow
8349 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
f2ff9e88
EZ
8350 (move_it_vertically_backward): Don't look for character position
8351 immediately after the newline when in a continuation line.
8352 (Bug#9771, part 1)
2c91f553 8353
c7b08b0d
MR
83542011-10-15 Martin Rudalics <rudalics@gmx.at>
8355
8356 * window.c (coordinates_in_window): Rewrite and delabelize
8357 vertical border check. (Bug#5357) (Bug#9618)
8358
6b02f655
SM
83592011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
8362 errors in XSetWindowBorder (bug#9310).
8363
81d40c92
DA
83642011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
8365
8366 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
8367 avoid crash when xmalloc overrun checking is enabled.
8368
d4172c3b
EZ
83692011-10-13 Eli Zaretskii <eliz@gnu.org>
8370
8371 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
8372 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
8373 cursor motion with <left> and <right> arrow keys.
8374
8375 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
8376 some callers set that themselves.
8377
b00eea75
EZ
83782011-10-12 Eli Zaretskii <eliz@gnu.org>
8379
8380 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
8381 display string and the previous row comes from the same string and
8382 is empty. (Bug#9739) (Bug#9738)
8383
8fe012c4
SM
83842011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * doc.c (get_doc_string): Encode file name (bug#9735).
8387
0074aef2
EZ
83882011-10-12 Eli Zaretskii <eliz@gnu.org>
8389
79beb178
EZ
8390 * bidi.c (bidi_level_of_next_char):
8391 * xdisp.c (get_visually_first_element): Remove old incorrect
8392 comments regarding the Unicode Line Separator character.
8393
0074aef2
EZ
8394 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
8395
6e4b3fbe
DA
83962011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
8397
8398 * alloc.c (Fgc_status): Do not access beyond zombies array
8399 boundary if nzombies > MAX_ZOMBIES.
8400 * alloc.c (dump_zombies): Add missing format specifier.
8401
0324f3af
PE
84022011-10-12 Paul Eggert <eggert@cs.ucla.edu>
8403
b5525cac
PE
8404 * xdisp.c (set_cursor_from_row): Simplify conditionals,
8405 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
8406
0324f3af
PE
8407 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
8408 Some packages use them to denote characters with modifiers.
8409
e9b5f888
AS
84102011-10-11 Andreas Schwab <schwab@linux-m68k.org>
8411
8412 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
8413 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
8414 matching a pp-number. Rename parameter var to var1.
8415
127827c0
SM
84162011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
8419
c8fd3bd0
GM
84202011-10-08 Glenn Morris <rgm@gnu.org>
8421
8422 * callint.c (Fcall_interactively): Give a more explicit error for the
8423 'c' case with a non-character input. (Bug#8479)
8424
352ec8ff
EZ
84252011-10-08 Eli Zaretskii <eliz@gnu.org>
8426
03669ccb
EZ
8427 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
8428 lines.
7061c986
EZ
8429 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
8430 lines that are hscrolled on the left.
03669ccb 8431
352ec8ff
EZ
8432 * dispnew.c (buffer_posn_from_coords): Account for a possible
8433 presence of header-line. (Bug#4426)
8434
a66cfb1c
SM
84352011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8436
6b02f655
SM
8437 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
8438 Don't advertise functionality which we discourage or doesn't work.
a66cfb1c 8439
7c5ee88e
PE
84402011-10-07 Paul Eggert <eggert@cs.ucla.edu>
8441
8442 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
8443 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
8444 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
8445 this makes Emacs dump core during garbage collection on rare
8446 occasions. sizeof is obviously inferior to offsetof here, so
8447 stick with offsetof.
8448 (GC_POINTER_ALIGNMENT): New macro.
8449 (mark_memory): Omit 3rd (offset) arg; caller changed.
8450 Don't assume EMACS_INT alignment is the same as pointer alignment.
8451
df1bbe5b
SM
84522011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * keyboard.c (read_key_sequence_remapped): New var.
8455 (read_key_sequence): Compute remapping in the right buffer.
8456 (command_loop_1): Use read_key_sequence's remapping directly.
8457
51553db6
SM
84582011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8459
32c1fffd
SM
8460 * dired.c (file_name_completion): Don't expand file name.
8461 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
8462 before checking file name handler.
8463
51553db6
SM
8464 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
8465 they've been requested explicitly (bug#9591).
8466
b6bd1599 84672011-10-01 Andreas Schwab <schwab@linux-m68k.org>
fa2ec41f
AS
8468
8469 * keymap.c (Fsingle_key_description): Use make_specified_string
8470 instead of build_string to build string from push_key_description.
8471 (Bug#5193)
8472
f701dc2a
PE
84732011-09-30 Paul Eggert <eggert@cs.ucla.edu>
8474
4222c55d
PE
8475 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
8476 This fixes a Y2038 bug on 64-bit hosts.
8477 * buffer.c (reset_buffer):
8478 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
8479 (Fclear_buffer_auto_save_failure):
8480 Use 0, not -1, to represent an unset failure time, since time_t
8481 might not be signed.
8482
f701dc2a
PE
8483 Remove dependency on glibc malloc internals.
8484 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8485 Move back here from lisp.h, but with their new implementations.
8486 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
8487 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
8488 * charset.c (charset_table_init): New static var.
8489 (syms_of_charset): Use it instead of xmalloc. This removes a
8490 dependency on glibc malloc internals. See Eli Zaretskii's comment in
8491 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
8492 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8493 Move back to alloc.c.
8494 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
8495 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
8496
9ceebf39
JD
84972011-09-30 Jan Djärv <jan.h.d@swipnet.se>
8498
8499 * nsterm.m (windowDidResize): Call x_set_window_size only when
8500 ns_in_resize is true. Otherwise set pixelwidth/height and
8501 call change_frame_size (Bug#9628).
8502
cb993c58
PE
85032011-09-30 Paul Eggert <eggert@cs.ucla.edu>
8504
3930c88b
PE
8505 Port --enable-checking=all to Fedora 14 x86-64.
8506 * charset.c (syms_of_charset): Also account for glibc malloc's
8507 internal overhead when calculating the initial malloc maximum.
8508
cb993c58
PE
8509 Port --enable-checking=all to Fedora 14 x86.
8510 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8511 Move to lisp.h.
8512 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
8513 (overrun_check_realloc, overrun_check_free):
8514 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
8515 That way, xmalloc returns a properly-aligned pointer even if
8516 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
8517 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
8518 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
8519 into account when calculating the initial malloc maximum.
8520 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
8521 Move here from alloc.c, so that charset.c can use it too.
8522 Properly align; the old code wasn't right for common 32-bit hosts
8523 when configured with --enable-checking=all.
8524 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
8525 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
8526
31bed486
EZ
85272011-09-29 Eli Zaretskii <eliz@gnu.org>
8528
04c70788 8529 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
31bed486
EZ
8530 use EDOM.
8531
fbcaa2f3
EZ
85322011-09-28 Eli Zaretskii <eliz@gnu.org>
8533
8534 * xdisp.c (compute_display_string_end): If there's no display
8535 string at CHARPOS, return -1.
8536
8537 * bidi.c (bidi_fetch_char): When compute_display_string_end
8538 returns a negative value, treat the character as a normal
8539 character not covered by a display string. (Bug#9624)
8540
a239d4e9
JB
85412011-09-28 Juanma Barranquero <lekktu@gmail.com>
8542
8543 * lread.c (Fread_from_string): Fix typo in docstring.
8544
88652fd5
EZ
85452011-09-27 Eli Zaretskii <eliz@gnu.org>
8546
8547 * xdisp.c (handle_invisible_prop): If invisible text ends on a
8548 newline, reseat the iterator instead of bidi-iterating there one
8549 character at a time. (Bug#9610)
32c1fffd
SM
8550 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
8551 TO_CHARPOS if the bidi iterator is at base embedding level.
88652fd5 8552
ed497dd4
AS
85532011-09-27 Andreas Schwab <schwab@linux-m68k.org>
8554
8555 * lread.c (readevalloop): Use correct code for NBSP.
8556 (read1): Likewise. (Bug#9608)
8557
b2bf61aa
MA
85582011-09-25 Michael Albinus <michael.albinus@gmx.de>
8559
8560 * dbusbind.c (Fdbus_register_signal): When service is not
8561 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
8562
32bbb17c
GM
85632011-09-25 Glenn Morris <rgm@gnu.org>
8564
8565 * buffer.c (truncate-lines): Doc fix.
8566
94e0933e
CY
85672011-09-24 Chong Yidong <cyd@stupidchicken.com>
8568
8569 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
8570 (Fset_window_next_buffers): Doc fix.
8571
cddde921
GM
85722011-09-24 Glenn Morris <rgm@gnu.org>
8573
8574 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
8575
1260aef1
PE
85762011-09-24 Paul Eggert <eggert@cs.ucla.edu>
8577
25b4bfa0
PE
8578 Fix minor problems found by static checking.
8579 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
1260aef1
PE
8580 * indent.c (Fvertical_motion): Fix == vs = typo.
8581
e3cbd34b
EZ
85822011-09-24 Eli Zaretskii <eliz@gnu.org>
8583
a66cfb1c
SM
8584 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
8585 Default value is now t. Doc fix.
6bf7006f 8586
e3cbd34b 8587 * indent.c (Fvertical_motion): Compute and apply the overshoot
32c1fffd 8588 logic when moving up, not only when moving down. Fix the
e3cbd34b 8589 confusing name and values of the it_overshoot_expected variable;
32c1fffd 8590 logic changes accordingly. (Bug#9254) (Bug#9549)
e3cbd34b
EZ
8591
8592 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
8593 CHARPOS is covered by a display string which includes newlines.
8594 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
8595 is covered by a display string with embedded newlines.
8596
a3de0cbd
MA
85972011-09-24 Michael Albinus <michael.albinus@gmx.de>
8598
8599 * dbusbind.c (Fdbus_register_signal): Add match rule to
8600 Vdbus_registered_objects_table. (Bug#9581)
a66cfb1c
SM
8601 (Fdbus_register_method, Vdbus_registered_objects_table):
8602 Fix docstring.
a3de0cbd 8603
b260039d
JM
86042011-09-24 Jim Meyering <meyering@redhat.com>
8605
32c1fffd 8606 do not ignore write error for any output size
b260039d
JM
8607 The previous change was incomplete.
8608 While it makes emacs --batch detect the vast majority of stdout
8609 write failures, errors were still ignored whenever the output size is
8610 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
8611 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
8612 && echo FAIL: ignored write error
8613 FAIL: ignored write error
8614 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
8615 && echo FAIL: ignored write error
8616 FAIL: ignored write error
8617 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
8618
8eca8a7c
AS
86192011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8620
8621 * emacs.c (Fkill_emacs): In noninteractive mode exit
8622 non-successfully if a write error occurred on stdout. (Bug#9574)
8623
3341db62
EZ
86242011-09-21 Eli Zaretskii <eliz@gnu.org>
8625
8626 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
8627 the xassert test.
8628
8629 * dispextern.h (struct it): Update the comment documenting what
8630 can it->OBJECT be.
8631
8c203dbf
EZ
86322011-09-20 Eli Zaretskii <eliz@gnu.org>
8633
8634 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
8635 a display string, extend search for cursor position to end of row.
8636 (find_row_edges): If the row ends in a newline from a display
8637 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
8638 Handle the case of a display string with multiple newlines.
fd317ddf
EZ
8639 (Fcurrent_bidi_paragraph_direction): Fix search for previous
8640 non-empty line. Fixes confusing cursor motion with arrow keys at
8641 the beginning of a line that starts with whitespace.
8c203dbf 8642
a4824228
LMI
86432011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8644
8645 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
8646 (bug#9493).
8647
33ed493b
CY
86482011-09-18 Chong Yidong <cyd@stupidchicken.com>
8649
8650 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
8651 boolean (Bug#9154).
8652
56cd55c8
EZ
86532011-09-18 Eli Zaretskii <eliz@gnu.org>
8654
8655 * xdisp.c (display_line): Record maximum and minimum buffer
8656 positions even if no glyphs were produced (e.g., by a zero-width
8657 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
8658 buffer positions that will be removed from the glyph row because
8659 they don't fit.
c02dcedf
EZ
8660 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
8661 column is beyond frame width: don't subtract 1 "pixel" when
8662 computing width of the stretch.
3e62b7e0
EZ
8663 (reseat_at_next_visible_line_start): Undo the change made on
8664 2011-09-17 that saved paragraph information and restored it after
8665 the call to `reseat'. (Bug#9545)
56cd55c8 8666
5ed99d36 86672011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390454c
YM
8668
8669 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
8670 and turn window cursor on if cleared (Bug#9415).
8671
5ed99d36 86722011-09-18 Andreas Schwab <schwab@linux-m68k.org>
edb7b4dc
AS
8673
8674 * search.c (boyer_moore): Take unibyte characters from pattern
8675 literally. (Bug#9458)
8676
9bade7b2
EZ
86772011-09-18 Eli Zaretskii <eliz@gnu.org>
8678
8679 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
8680
e5e9d610
PE
86812011-09-18 Paul Eggert <eggert@cs.ucla.edu>
8682
87e4427a
PE
8683 Fix minor problem found by static checking.
8684 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
8685 initialized, to pacify gcc -Wuninitialized.
8686
e5e9d610
PE
8687 * fileio.c: Report proper errno when syscall falls.
8688 (Finsert_file_contents): Save and restore errno,
8689 so that report_file_error outputs the correct diagnostic.
8690 (Fwrite_region) [CLASH_DETECTION]: Likewise.
8691
a1674f0b
EZ
86922011-09-18 Eli Zaretskii <eliz@gnu.org>
8693
8694 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
8695
fbfb6dd4
EZ
86962011-09-17 Eli Zaretskii <eliz@gnu.org>
8697
8698 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
8699 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
8700
bb187662
EZ
87012011-09-17 Eli Zaretskii <eliz@gnu.org>
8702
1137e8b8 8703 * xdisp.c (reseat_at_next_visible_line_start): Keep information
6b02f655 8704 about the current paragraph and restore it after the call to reseat.
1137e8b8
EZ
8705
8706 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
8707 (bidi_find_paragraph_start): Search back for paragraph beginning
8708 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
8709 (bidi_move_to_visually_next): Only trigger paragraph-related
8710 computations when the last character is a newline or at EOB, not
8711 just any NEUTRAL_B. (Bug#9470)
8712
bb187662
EZ
8713 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
8714 truncated lines if point is covered by a display string. (Bug#9524)
8715
2e621251
PE
87162011-09-16 Paul Eggert <eggert@cs.ucla.edu>
8717
8718 * xselect.c: Relax test for outgoing X longs (Bug#9498).
8719 (cons_to_x_long): New function.
8720 (lisp_data_to_selection_data): Use it. Correct the test for
8721 short-versus-long data; it was negated. Break out of vector
8722 loop, for efficiency, when a long datum is discovered.
8723
91a15bc6
SM
87242011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
8727
b41c3a35
EZ
87282011-09-16 Eli Zaretskii <eliz@gnu.org>
8729
8730 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
8731 GCC PR/17406) by declaring this function with external scope.
8732
7812ba2d
PE
87332011-09-15 Paul Eggert <eggert@cs.ucla.edu>
8734
8735 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
8736 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
8737
cf7edc2a
AS
87382011-09-15 Andreas Schwab <schwab@linux-m68k.org>
8739
8740 * editfns.c (Fformat): Correctly handle text properties on "%%".
8741
bd01620e
EZ
87422011-09-15 Eli Zaretskii <eliz@gnu.org>
8743
8744 * xterm.c (x_draw_composite_glyph_string_foreground):
8745 * w32term.c (x_draw_composite_glyph_string_foreground):
8746 * term.c (encode_terminal_code):
8747 * composite.c (composition_update_it, get_composition_id):
8748 * xdisp.c (get_next_display_element)
8749 (fill_composite_glyph_string): Add comments about special meaning
8750 of TAB characters in a composition.
8751
a02719a3
PE
87522011-09-15 Paul Eggert <eggert@cs.ucla.edu>
8753
8754 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
4c122725
PE
8755 This occurs when processing a multibyte format.
8756 Problem reported by Wolfgang Jenker.
a02719a3 8757
72589a3c
JB
87582011-09-15 Johan Bockgård <bojohan@gnu.org>
8759
8760 * xdisp.c (try_cursor_movement): Only check for exact match if
8761 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
8762
1c14176c
PE
87632011-09-14 Paul Eggert <eggert@cs.ucla.edu>
8764
8765 Remove unused external symbols.
8766 * dispextern.h (calc_pixel_width_or_height): Remove decl.
8767 * xdisp.c (calc_pixel_width_or_height): Now static.
8768 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
8769 * indent.c (check_display_width):
8770 * w32term.c: Fix comment to match code.
8771 * xterm.c, xterm.h (x_catching_errors): Remove.
8772
d2eea5b5
PE
87732011-09-14 Paul Eggert <eggert@cs.ucla.edu>
8774
8775 * xselect.c: Use signed conversions more consistently (Bug#9498).
8776 (selection_data_to_lisp_data): Assume incoming selection data are
8777 signed integers, not unsigned. This is to be consistent with
8778 outgoing selection data, which was modified to use signed integers
8779 in as part of the fix to Bug#9196 in response to Jan D.'s comment
8780 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
8781 expects long, not unsigned long.
8782
46888499
EZ
87832011-09-14 Eli Zaretskii <eliz@gnu.org>
8784
8785 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
8786 computation of loop end. Reported by Johan Bockgård
8787 <bojohan@gnu.org>.
8788
ef8ef9fb
CY
87892011-09-13 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * frame.c (Fother_visible_frames_p): Function deleted.
8792
fa819fed
EZ
87932011-09-12 Eli Zaretskii <eliz@gnu.org>
8794
8795 * indent.c (compute_motion): Process display vector front to back
8796 rather than the other way around. (Bug#2496)
8797
2ba8e008
SM
87982011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
8801
20f53c69
CY
88022011-09-11 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * minibuf.c (Fread_from_minibuffer): Doc fix.
8805
d562d7a4
EZ
88062011-09-11 Eli Zaretskii <eliz@gnu.org>
8807
8808 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
8809 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
8810
1c4d7f3d
LMI
88112011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8812
8813 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
8814 value for non-existent files.
8815
b885bf36
EZ
88162011-09-11 Eli Zaretskii <eliz@gnu.org>
8817
8818 * fileio.c (Finsert_file_contents): If the file cannot be opened,
8819 set its "size" to -1. This will set the modtime_size field of
8820 the corresponding buffer to -1, which is what
8821 verify-visited-file-modtime expects for files that do not exist.
8822 (Bug#9139)
8823
6612f0bf
PE
88242011-09-11 Paul Eggert <eggert@cs.ucla.edu>
8825
8826 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
8827 here ...
8828 * lisp.h: ... from here. push_key_description is no longer
8829 defined in keyboard.c, so its declaration should not be in
8830 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
8831 logically belongs with push_key_description.
8832
dfb3f755
PE
88332011-09-10 Paul Eggert <eggert@cs.ucla.edu>
8834
8835 * buffer.h: Include <sys/types.h> instead of <time.h>.
8836 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
8837 Problem reported by Herbert J. Skuhra.
8838
3134906c
LMI
88392011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8840
8841 * xml.c (parse_region): Make the parsing work for
8842 non-comment-starting XML files again (bug#9144).
8843
8d903f4e
AS
88442011-09-10 Andreas Schwab <schwab@linux-m68k.org>
8845
8846 * image.c (gif_load): Fix calculation of bottom and right corner.
8847 (Bug#9468)
8848
80ad64f4
EZ
88492011-09-10 Eli Zaretskii <eliz@gnu.org>
8850
8851 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
8852 redisplay in small windows.
8853
208a048d
EZ
88542011-09-09 Eli Zaretskii <eliz@gnu.org>
8855
8856 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
8857
9b1c252e
MR
88582011-09-08 Martin Rudalics <rudalics@gmx.at>
8859
8860 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
8861 Operate on live windows only.
8862
2949f33b
JB
88632011-09-08 Juanma Barranquero <lekktu@gmail.com>
8864
8865 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
8866
e08dcafd
EZ
88672011-09-07 Eli Zaretskii <eliz@gnu.org>
8868
8869 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
8870 only under bidi iteration.
8871
115b96bd
JD
88722011-09-07 Jan Djärv <jan.h.d@swipnet.se>
8873
8874 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
8875
c8199d0f
PE
88762011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8877
8878 isnan: Fix porting problem to Solaris 10 with bundled gcc.
8879 Without this fix, the command to link temacs failed due to an
8880 undefined symbol __builtin_isnan. This is because
8881 /usr/include/iso/math_c99.h #defines isnan(x) to
8882 __builtin_isnan(x), but the bundled gcc, which identifies itself
8883 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
8884 a __builtin_isnan.
8885 * floatfns.c (isnan): #undef, and then #define to a clone of
8886 what's in data.c.
8887 (Fisnan): Always define, since it's always available now.
8888 (syms_of_floatfns): Always define isnan at the Lisp level.
8889
e39b275c 88902011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1c262cae
PE
8891
8892 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
8893
b2db44d9 88942011-09-06 Paul Eggert <eggert@cs.ucla.edu>
728f8f0a 8895
f4af5137 8896 * fileio.c: Fix bugs with large file offsets (Bug#9428).
728f8f0a
PE
8897 The previous code assumed that file offsets (off_t values) fit in
8898 EMACS_INT variables, which is not true on typical 32-bit hosts.
8899 The code messed up by falsely reporting buffer overflow in cases
8900 such as (insert-file-contents "big" nil 1 2) into an empty buffer
8901 when "big" contains more than 2**29 bytes, even though this
8902 inserts just one byte and does not overflow the buffer.
8903 (Finsert_file_contents): Store file offsets as off_t
8904 values, not as EMACS_INT values. Check for overflow when
8905 converting between EMACS_INT and off_t. When checking for
8906 buffer overflow or for overlap, take the offsets into account.
8907 Don't use EMACS_INT for small values where int suffices.
8908 When checking for overlap, fix a typo: ZV was used where
8909 ZV_BYTE was intended.
8910 (Fwrite_region): Don't assume off_t fits into 'long'.
8911 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
8912
ecfc0a49
MA
89132011-09-05 Michael Albinus <michael.albinus@gmx.de>
8914
8915 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
8916
6511acf2 89172011-09-04 Paul Eggert <eggert@cs.ucla.edu>
61bfeeb7 8918
0999621a 8919 sprintf-related integer and memory overflow issues (Bug#9412).
62f19c19
PE
8920
8921 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
8666506e 8922 (esprintf, exprintf, evxprintf): New functions.
62f19c19 8923 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
6b02f655 8924 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
62f19c19
PE
8925 (modify_event_symbol): Do not assume that the length of
8926 name_alist_or_stem is safe to alloca and fits in int.
8927 (Fexecute_extended_command): Likewise for function name and binding.
8928 (Frecursion_depth): Wrap around reliably on integer overflow.
8929 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
8930 since some callers pass EMACS_INT values.
8931 (Fsingle_key_description): Don't crash if symbol name contains more
8932 than MAX_ALLOCA bytes.
8933 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
8934 (get_minibuffer): Arg is now EMACS_INT, not int.
8935 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
8666506e 8936 (esprintf, exprintf, evxprintf): New decls.
62f19c19
PE
8937 * window.h (command_loop_level, minibuf_level): Reflect API changes.
8938
2be7d702
PE
8939 * dbusbind.c (signature_cat): New function.
8940 (xd_signature, Fdbus_register_signal):
2ea16b89
PE
8941 Do not overrun buffer; instead, report string overflow.
8942
9d1df220
PE
8943 * dispnew.c (add_window_display_history): Don't overrun buffer.
8944 Truncate instead; this is OK since it's just a log.
8945
33ef5c64
PE
8946 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
8947 even if the time zone offset is outlandishly large.
8948 Don't mishandle offset == INT_MIN.
8949
66c6fdd5
PE
8950 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
8951 when creating daemon; the previous buffer-overflow check was incorrect.
8952
d749b01b
PE
8953 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
8954 which has the guts of the old verror function.
8955
b5cd1905
PE
8956 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
8957 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
8958
6e1a67fb
PE
8959 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
8960 (font_unparse_xlfd): Don't blindly alloca long strings.
c21721cc 8961 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
8666506e 8962 fits in int, when using sprintf. Use single snprintf to count
c21721cc
PE
8963 length of string rather than counting it via multiple sprintfs;
8964 that's simpler and more reliable.
c21721cc
PE
8965 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
8966 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
8967 sprintf, in case result does not fit in int.
8968
c57b67fc
PE
8969 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
8970 (fontset_from_font): Print it.
8971
8a401434
PE
8972 * frame.c (tty_frame_count): Now printmax_t, not int.
8973 (make_terminal_frame, set_term_frame_name): Print it.
8974 (x_report_frame_params): In X, window IDs are unsigned long,
8975 not signed long, so print them as unsigned.
8976 (validate_x_resource_name): Check for implausibly long names,
8977 and don't assume name length fits in 'int'.
8978 (x_get_resource_string): Don't blindly alloca invocation name;
8979 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
8980 not fit in int.
8981
6e1a67fb
PE
8982 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
8983 (xg_check_special_colors, xg_set_geometry):
84722b3d
PE
8984 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
8985
0df02bf3
PE
8986 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
8987 Use esprintf, not sprintf, in case result does not fit in int.
8988
48e30793
PE
8989 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
8990 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
8991 it as a large positive number.
8992 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
8993 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
8994
a66ff6d8
PE
8995 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
8996 in case result does not fit in int.
8997
aca216ff
PE
8998 * print.c (float_to_string): Detect width overflow more reliably.
8999 (print_object): Make sprintf buffer a bit bigger, to avoid potential
9000 buffer overrun. Don't assume list length fits in 'int'. Treat
9001 print length of 0 as 0, not as infinity; to be consistent with other
9002 uses of print length in this function. Don't overflow print length
9003 index. Don't assume hash table size fits in 'long', or that
9004 vectorlike size fits in 'unsigned long'.
9005
31c286f7
PE
9006 * process.c (make_process): Use printmax_t, not int, to format
9007 process-name gensyms.
9008
55e5faa1
PE
9009 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
9010
80f2e268
PE
9011 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
9012 to avoid potential buffer overrun.
9013
670741ab
PE
9014 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
9015 if X resource line is longer than 512 bytes.
9016
b7163a50
PE
9017 * xfns.c (x_window): Make sprintf buffer a bit bigger
9018 to avoid potential buffer overrun.
9019
ae58ff1f
PE
9020 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
9021
c43c8a6a
PE
9022 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
9023
3f8236f4
PE
90242011-09-04 Paul Eggert <eggert@cs.ucla.edu>
9025
53e9fe90 9026 Integer overflow fixes for scrolling, etc.
6511acf2
PE
9027 Without these, Emacs silently mishandles large integers sometimes.
9028 For example, "C-u 4294967297 M-x recenter" was treated as if
53e9fe90
PE
9029 it were "C-u 1 M-x recenter" on a typical 64-bit host.
9030
6511acf2
PE
9031 * xdisp.c (try_window_id): Check Emacs fixnum range before
9032 converting to 'int'.
806add1d 9033
6511acf2 9034 * window.c (window_scroll_line_based, Frecenter):
71f02bc5
PE
9035 Check that an Emacs fixnum is in range before assigning it to 'int'.
9036 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
9037 values converted from Emacs fixnums.
9038 (Frecenter): Don't wrap around a line count if it is out of 'int'
9039 range; instead, treat it as an extreme value.
9040 (Fset_window_configuration, compare_window_configurations):
9041 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
9042
6511acf2
PE
9043 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
9044 that can exceed INT_MAX. Check that EMACS_INT value is in range
9045 before assigning it to the (possibly-narrower) index.
a0efffc8
PE
9046 (match_limit): Don't assume that a fixnum can fit in 'int'.
9047
6511acf2 9048 * print.c (print_object): Use ptrdiff_t, not int, for index that can
29ebea3b
PE
9049 exceed INT_MAX.
9050
6511acf2 9051 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
3f8236f4
PE
9052 (Fvertical_motion): Don't wrap around LINES values that don't fit
9053 in 'int'. Instead, treat them as extreme values. This is good
9054 enough for windows, which can't have more than INT_MAX lines anyway.
9055
fcb901a7
LMI
90562011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9057
0f2f6b6d
LMI
9058 * Require libxml/parser.h to avoid compilation warning.
9059
fcb901a7
LMI
9060 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
9061
9062 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
9063 since this reportedly can destroy thread storage.
9064
6e20a0d4
CY
90652011-08-30 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * syntax.c (find_defun_start): Update all cache variables if
9068 exiting early (Bug#9401).
9069
148ae00e
EZ
90702011-08-30 Eli Zaretskii <eliz@gnu.org>
9071
f6cfbd8f
EZ
9072 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
9073
148ae00e
EZ
9074 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
9075 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
9076 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
9077
9078 * term.c (tty_append_glyph): New function.
9079 (produce_stretch_glyph): Static function and its prototype deleted.
9080
a66cfb1c
SM
9081 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
9082 Add prototypes.
148ae00e 9083
c4a07a4c
PE
90842011-08-29 Paul Eggert <eggert@cs.ucla.edu>
9085
9086 * image.c (parse_image_spec): Check for nonnegative, not for positive,
9087 when checking :margin (Bug#9390).
9088 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
a66cfb1c 9089 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
c4a07a4c
PE
9090 so that the name doesn't mislead. All uses changed.
9091
6bc8cd65
JB
90922011-08-28 Johan Bockgård <bojohan@gnu.org>
9093
9094 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
9095 set_tty_hooks.
9096
dca4927e
EZ
90972011-08-27 Eli Zaretskii <eliz@gnu.org>
9098
9099 * xdisp.c (move_it_to): Don't bail out early when reaching
9100 position beyond to_charpos, if we are scanning backwards.
9101 (move_it_vertically_backward): When DY == 0, make sure we get to
9102 the first character in the line after the newline.
9103
f2cad773
PE
91042011-08-27 Paul Eggert <eggert@cs.ucla.edu>
9105
9106 * ccl.c: Improve and simplify overflow checking (Bug#9196).
9107 (ccl_driver): Do not generate an out-of-range pointer.
9108 (Fccl_execute_on_string): Remove unnecessary check for
9109 integer overflow, noted by Stefan Monnier in
9110 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
9111 Remove a FIXME that didn't need fixing.
9112 Simplify the newly-introduced buffer reallocation code.
9113
0cae2cdb
JB
91142011-08-27 Juanma Barranquero <lekktu@gmail.com>
9115
9116 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
9117
5fc295a4 91182011-08-26 Paul Eggert <eggert@cs.ucla.edu>
ddff3151 9119
70c60eb2 9120 Integer and memory overflow issues (Bug#9196).
726e0ab1 9121
d31850da
PE
9122 * doc.c (get_doc_string): Rework so that
9123 get_doc_string_buffer_size is the actual buffer size, rather than
9124 being 1 less than the actual buffer size; this makes xpalloc more
9125 convenient.
9126
a69fbedb
PE
9127 * image.c (x_allocate_bitmap_record, cache_image):
9128 * xselect.c (Fx_register_dnd_atom):
9129 Simplify previous changes by using xpalloc.
9130
fe5c5d37
PE
9131 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
9132 since either will do and ptrdiff_t is convenient with xpalloc.
9133
0065d054
PE
9134 * charset.c (charset_table_size)
9135 (struct charset_sort_data.priority): Now ptrdiff_t.
9136 (charset_compare): Don't overflow if priorities differ greatly.
9137 (Fsort_charsets): Don't assume list length fits in int.
9138 Check for size-calculation overflow when allocating sort data.
9139 (syms_of_charset): Allocate an initial charset table that is
9140 just under 64 KiB, to avoid problems with glibc malloc and mmap.
9141
9142 * cmds.c (internal_self_insert): Check for size-calculation overflow.
9143
9144 * composite.h (struct composition.glyph_len): Now int, not unsigned.
9145 The actual value is always <= INT_MAX, and leaving it unsigned made
9146 overflow checking harder.
9147
9148 * dispextern.h (struct glyph_matrix.rows_allocated)
9149 (struct face_cache.size): Now ptrdiff_t, for convenience in use
9150 with xpalloc. The values are still always <= INT_MAX.
9151
9152 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
9153
9154 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
9155 (SAFE_NALLOCA): New macro.
9156
9157 * region-cache.c (struct boundary.pos, find_cache_boundary)
9158 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
9159 (set_cache_region, invalidate_region_cache)
9160 (revalidate_region_cache, know_region_cache, region_cache_forward)
9161 (region_cache_backward, pp_cache):
9162 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
9163 so that ptrdiff_t * can be passed to xpalloc.
9164 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
9165 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
9166 (pp_cache): Don't assume cache_len fits in int.
9167 * region-cache.h: Adjust extern decls to match.
9168
9169 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
9170 EMACS_INT, since either will do, for xpalloc.
9171
9172 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
9173 (xnmalloc, xnrealloc, xpalloc): New functions.
9174
726e0ab1
PE
9175 * bidi.c (bidi_shelve_header_size): New constant.
9176 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
9177 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
9178
51f30bc5 9179 * bidi.c (bidi_cache_shrink):
726e0ab1
PE
9180 * buffer.c (overlays_at, overlays_in, record_overlay_string)
9181 (overlay_strings):
9182 Don't update size of array until after memory allocation succeeds,
9183 because xmalloc/xrealloc may not return.
0065d054
PE
9184 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
9185 now that we have proper integer overflow checking.
9186 (record_overlay_string, overlay_strings): Catch overflows when
9187 calculating size of overlay_str_buf.
726e0ab1 9188
0065d054
PE
9189 * callproc.c (Fcall_process): Check for size overflow when
9190 calculating size of args2.
9191 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
9192 Normally we prefer signed values, but sticking with ptrdiff_t would
9193 require adding more-complicated checks.
726e0ab1
PE
9194
9195 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
9196 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
9197 Redo buffer-overflow calculations to avoid integer overflow.
0065d054 9198 Add a FIXME comment where memory seems to be over-allocated.
726e0ab1
PE
9199
9200 * character.c (Fstring): Check for size-calculation overflow.
9201
9202 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
9203 unnecessary integer overflow. Check for size overflow.
9204 (encode_coding_object): Don't update size until xmalloc succeeds.
9205
9206 * composite.c (get_composition_id): Check for overflow in glyph
9207 length calculations.
9208
9209 Integer and memory overflow fixes for display code.
9210 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
9211 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
9212 (scrolling_window): Check for overflow in size calculations.
9213 (line_draw_cost, realloc_glyph_pool, add_row_entry):
9214 Don't assume glyph table len fits in int.
9215 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
9216 (row_table_size): Now ptrdiff_t, not int.
9217 (scrolling_window): Avoid overflow in size calculations.
9218 Don't update size until allocation succeeds.
9219 * fns.c (concat): Check for overflow in size calculations.
9220 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
9221 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
9222 (NEXT_ALMOST_PRIME_LIMIT): New constant.
9223
9224 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
9225 (get_doc_string): Check for size calculation overflow.
9226 Don't update size until allocation succeeds.
9227 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
9228 EMACS_INT, where ptrdiff_t will do.
9229 (Fsubstitute_command_keys): Check for string overflow.
9230
9231 * editfns.c (set_time_zone_rule): Don't assume environment length
9232 fits in int.
9233 (message_length): Now ptrdiff_t, not int.
9234 (Fmessage_box): Don't update size until allocation succeeds.
9235 Don't assume message length fits in int.
9236 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
9237
0065d054
PE
9238 * emacs.c (main): Do not reallocate argv, since there is a null at
9239 the end that can be overwritten, and this way there's no need to
9240 worry about size-calculation overflow.
9241 (sort_args): Check for size-calculation overflow.
726e0ab1
PE
9242
9243 * eval.c (init_eval_once, grow_specpdl): Don't update size until
9244 alloc succeeds.
9245 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
9246
9247 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
9248 (x_set_scroll_bar_width, x_figure_window_size):
9249 Check for integer overflow.
9250 (x_set_alpha): Do not assume XINT fits in int.
9251
9252 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
9253 This is for the members text_lines, text_cols, total_lines, total_cols,
9254 where the system imposes an 'int' limit.
9255
9256 * fringe.c (Fdefine_fringe_bitmap):
9257 Don't update size until alloc works.
9258
9259 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
9260 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
9261
9262 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
9263 Check for size-calculation overflow.
9264 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
9265 do, as we prefer signed integers.
9266 (id_to_widget.max_size, id_to_widget.used)
9267 (xg_store_widget_in_map, xg_remove_widget_from_map)
9268 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
9269 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
9270 Use and return ptrdiff_t, not int.
9271 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
9272 * gtkutil.h: Change prototypes to match the above.
9273
9274 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
9275 are duplicate now that they've been promoted to lisp.h.
9276 (x_allocate_bitmap_record, x_alloc_image_color)
9277 (make_image_cache, cache_image, xpm_load):
9278 Don't update size until alloc is done.
9279 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
9280 (x_detect_edges):
3256efce 9281 Check for size calculation overflow.
726e0ab1
PE
9282 (ct_colors_allocated_max): New constant.
9283 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
9284 overflow.
3256efce 9285
726e0ab1
PE
9286 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
9287 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
9288 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
9289 Use ptrdiff_t, not int, to count maps.
9290 (read_char_minibuf_menu_prompt): Check for overflow in size
a66cfb1c
SM
9291 calculations. Don't update size until allocation succeeds.
9292 Redo calculations to avoid overflow.
726e0ab1
PE
9293 * keyboard.h: Change prototypes to match the above.
9294
9295 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
9296 to count maps.
9297 (current_minor_maps): Check for size calculation overflow.
9298 * keymap.h: Change prototypes to match the above.
9299
9300 * lread.c (read1, init_obarray): Don't update size until alloc done.
9301
9302 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
9303 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
9304
726e0ab1
PE
9305 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
9306 Now ptrdiff_t, not int.
9307 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
9308 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
9309
9310 * process.c (Fnetwork_interface_list): Check for overflow
9311 in size calculation.
9312
9313 * region-cache.c (move_cache_gap): Check for size calculation overflow.
9314
9315 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
9316 overflow. Don't bother calling xmalloc when xrealloc will do.
9317
9318 * search.c (Freplace_match): Check for size calculation overflow.
9319 (Fset_match_data): Don't assume list lengths fit in 'int'.
9320
9321 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
9322 for command line length. Do not attempt to address one before the
9323 beginning of an array, as that's not portable.
9324
9325 * term.c (max_frame_lines): Remove; unused.
9326 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
9327 not int.
9328 (encode_terminal_code, calculate_costs): Check for size
9329 calculation overflow.
9330 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
9331 table lengths and related sizes. Don't update size until alloc
9332 done. Redo calculations to avoid overflow.
9333 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
9334
9335 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
9336 subtracting pointers.
9337 (gobble_line): Check for overflow more carefully. Don't update size
9338 until alloc done.
9339
9340 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
9341 Don't update size until alloc done.
9342 Redo size calculations to avoid overflow.
9343 Check for size calculation overflow.
0065d054 9344 (main) [DEBUG]: Fix typo in invoking tparam1.
726e0ab1
PE
9345
9346 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
9347 Use ptrdiff_t, not int, for sizes.
9348 (store_mode_line_noprop_char): Don't update size until alloc done.
9349
0065d054
PE
9350 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
9351 Use ptrdiff_t, not int, for sizes.
9352 (Finternal_make_lisp_face, cache_face):
9353 Check for size calculation overflow.
9354 (cache_face): Treat size calculation overflows as if they were
9355 memory exhaustion (the usual treatment), rather than aborting.
726e0ab1
PE
9356
9357 * xfns.c (x_encode_text, x_set_name_internal)
9358 (Fx_change_window_property): Use ptrdiff_t, not int, to count
9359 sizes, since they can exceed INT_MAX in size. Check for size
9360 calculation overflow.
9361
0065d054
PE
9362 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
9363 (xg_select): Check for size calculation overflow.
726e0ab1
PE
9364 Don't update size until alloc done.
9365
0065d054 9366 * xrdb.c (get_environ_db): Don't assume path length fits in int,
726e0ab1 9367 as sprintf is limited to int lengths.
1d526e2f 9368
252c5ee1
PE
9369 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
9370 (X_LONG_MIN): New macros.
864d7ce7
PE
9371 Use them to make the following changes clearer.
9372 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
9373 This change doesn't affect the value now, but it may help remind
9374 future maintainers not to raise the value too much later.
9375 (SELECTION_QUANTUM): Remove, replacing with ...
9376 (selection_quantum): ... new function, which avoids overflow.
9377 All uses changed.
9378 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
9379 assumption that selection length fits in 'int'.
9380 (x_reply_selection_request, x_handle_selection_request)
9381 (x_get_window_property, receive_incremental_selection)
9382 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
9383 (lisp_data_to_selection_data, clean_local_selection_data):
9384 Use ptrdiff_t, not int, to record length of selection.
9385 (x_reply_selection_request, x_get_window_property)
9386 (receive_incremental_selection, x_property_data_to_lisp):
9387 Redo calculations to avoid overflow.
9388 (x_reply_selection_request): When sending hint, ceiling it at
252c5ee1 9389 X_LONG_MAX rather than relying on wraparound overflow to send
864d7ce7
PE
9390 something.
9391 (x_get_window_property, receive_incremental_selection)
9392 (lisp_data_to_selection_data, x_property_data_to_lisp):
9393 Check for size-calculation overflow.
9394 (x_get_window_property, receive_incremental_selection)
9395 (lisp_data_to_selection_data, Fx_register_dnd_atom):
9396 Don't store size until memory allocation succeeds.
9397 (x_get_window_property): Plug memory leak on memory exhaustion.
9398 Don't double-block input; malloc is safe here. Don't assume 2**34
9399 - 4 fits in unsigned long. Add an xassert to check
9400 XGetWindowProperty overflow. Be more careful about overflow
9401 calculations, and distinguish size from memory overflow better.
9402 (receive_incremental_selection): When tracing, don't assume
9403 unsigned int is less than INT_MAX.
9404 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
9405 harmful) conversions of unsigned short to int.
9406 (lisp_data_to_selection_data): Don't assume that integers
9407 in the range -65535 through -1 fit in an X unsigned short.
9408 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
9409 result parameters unless successful. Rely on cons_to_unsigned
9410 to report problems with elements; the old code wasn't right anyway.
9411 (x_check_property_data): Check for int overflow; we cannot use
9412 a wider type due to X limits.
9413 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
9414
726e0ab1 9415 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
34db673b 9416
0065d054
PE
9417 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
9418 (x_term_init): Check for size calculation overflow.
726e0ab1
PE
9419 (x_color_cells): Don't store size until memory allocation succeeds.
9420 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
0065d054 9421 Don't assume alloca size is less than MAX_ALLOCA.
726e0ab1
PE
9422 (x_term_init): Don't assume length fits in int (sprintf is limited
9423 to int size).
bc18e09d 9424
ebfa62c0
PE
9425 Use ptrdiff_t for composition IDs.
9426 * character.c (lisp_string_width):
9427 * composite.c (composition_table_size, n_compositions)
9428 (get_composition_id, composition_gstring_from_id):
9429 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
9430 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
9431 * window.c (Frecenter):
9432 Use ptrdiff_t, not int, for composition IDs.
9433 * composite.c (get_composition_id): Check for integer overflow.
9434 * composite.h: Adjust prototypes to match the above changes.
9435
d3411f89
PE
9436 Use ptrdiff_t for hash table indexes.
9437 * category.c (hash_get_category_set):
9438 * ccl.c (ccl_driver):
9439 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
9440 * coding.c (coding_system_charset_list, detect_coding_system):
9441 * coding.h (struct coding_system.id):
9442 * composite.c (get_composition_id, gstring_lookup_cache):
9443 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
9444 * image.c (xpm_get_color_table_h):
9445 * lisp.h (hash_lookup, hash_put):
9446 * minibuf.c (Ftest_completion):
9447 Use ptrdiff_t for hash table indexes, not int (which is too
9448 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
9449 32-bit --with-wide-int hosts).
9450
e097a6fa
PE
9451 * charset.c (Fdefine_charset_internal): Check for integer overflow.
9452 Add a FIXME comment about memory leaks.
9453 (syms_of_charset): Don't assume xmalloc returns.
9454
5637687f
PE
9455 Don't assume that stated character widths fit in int.
9456 * character.c (Fchar_width, c_string_width, lisp_string_width):
9457 * character.h (CHAR_WIDTH):
9458 * indent.c (MULTIBYTE_BYTES_WIDTH):
9459 Use sanitize_char_width to avoid undefined and/or bad behavior
9460 with outlandish widths.
a66cfb1c 9461 * character.h (sanitize_tab_width): Rename from sanitize_width,
5637687f
PE
9462 now that we have two such functions. All uses changed.
9463 (sanitize_char_width): New inline function.
9464
a2271ba2
PE
9465 Don't assume that tab-width fits in int.
9466 * character.h (sanitize_width): New inline function.
9467 (SANE_TAB_WIDTH): New macro.
9468 (ASCII_CHAR_WIDTH): Use it.
9469 * indent.c (sane_tab_width): Remove. All uses replaced by
9470 SANE_TAB_WIDTH (current_buffer).
9471 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
9472
18c52557
PE
9473 * fileio.c: Integer overflow issues with file modes.
9474 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
9475
caeeedc1
PE
9476 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
9477 Remove unreachable code.
9478 (read_hex, load_charset_map_from_file): Check for integer overflow.
9479
6df6ae42 9480 * xterm.c: Don't go over XClientMessageEvent limit.
50849c52
PE
9481 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
9482 (x_send_scroll_bar_event): Likewise. Check that the size does not
9483 exceed limits imposed by XClientMessageEvent, as well as the usual
9484 ptrdiff_t and size_t limits.
9485
b13995db
PE
9486 * keyboard.c: Overflow, signedness and related fixes.
9487 (make_lispy_movement): Use same integer type in forward decl
9488 that is used in the definition.
9489 (read_key_sequence, keyremap_step):
9490 Change bufsize argument back to int, undoing my 2011-03-30 change.
9491 We prefer signed types, and int is wide enough here.
9492 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
9493 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
9494 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
9495 length, not size_t. Use ptrdiff_t for index, not int.
9496 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
9497 possibility of integer overflow.
9498
13464394
PE
9499 Overflow, signedness and related fixes for images.
9500
9501 * dispextern.h (struct it.stack[0].u.image.image_id)
9502 (struct_it.image_id, struct image.id, struct image_cache.size)
9503 (struct image_cache.used, struct image_cache.ref_count):
9504 * gtkutil.c (update_frame_tool_bar):
9505 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
9506 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
9507 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
9508 * nsmenu.m (update_frame_tool_bar):
9509 * xdisp.c (calc_pixel_width_or_height):
9510 * xfns.c (image_cache_refcount):
9511 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
9512 on typical 64-bit hosts.
9513
9514 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
9515 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
9516 Omit unnecessary casts to int.
9517 (parse_image_spec): Check that integers fall into 'int' range
9518 when the callers expect that.
9519 (image_ascent): Redo ascent calculation to avoid int overflow.
9520 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
9521 (lookup_image): Remove unnecessary tests.
9522 (xbm_image_p): Locals are now of int, not EMACS_INT,
9523 since parse_image_check makes sure they fit into int.
9524 (png_load, gif_load, svg_load_image):
9525 Prefer int to unsigned where either will do.
9526 (tiff_handler): New function, combining the cores of the
a66cfb1c
SM
9527 old tiff_error_handler and tiff_warning_handler.
9528 This function is rewritten to use vsnprintf and thereby avoid
13464394
PE
9529 stack buffer overflows. It uses only the features of vsnprintf
9530 that are common to both POSIX and native Microsoft.
9531 (tiff_error_handler, tiff_warning_handler): Use it.
9532 (tiff_load, gif_load, imagemagick_load_image):
9533 Don't assume :index value fits in 'int'.
9534 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
9535 (imagemagick_load_image): Check that crop parameters fit into
9536 the integer types that MagickCropImage accepts. Don't assume
9537 Vimagemagick_render_type has a nonnegative value. Don't assume
9538 size_t fits in 'long'.
9539 (gs_load): Use printmax_t to print the widest integers possible.
9540 Check for integer overflow when computing image height and width.
9541
c11821d4
EZ
95422011-08-26 Eli Zaretskii <eliz@gnu.org>
9543
9544 * xdisp.c (redisplay_window): Don't force window start if point
9545 will be invisible in the resulting window. (Bug#9324)
9546
0c95fcf7
EZ
95472011-08-25 Eli Zaretskii <eliz@gnu.org>
9548
9549 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
9550 the display spec is of the form `(space ...)'.
9551 (handle_display_spec): Return the value returned by
9552 handle_single_display_spec, not just 1 or zero.
9553 (handle_single_display_spec): If the display spec is of the form
9554 `(space ...)', and specifies display in the text area, return 2
9555 rather than 1.
fee65a97 9556 (try_cursor_movement): Check for the need to scroll more
a66cfb1c
SM
9557 accurately, and prefer exact match for point under bidi.
9558 Don't advance `row' beyond the last row of the window.
0c95fcf7
EZ
9559
9560 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
9561 into disp_prop; all users changed.
9562
9563 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
9564 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
9565 for the text covered by the display property.
9566
e4ed06f1
CY
95672011-08-25 Chong Yidong <cyd@stupidchicken.com>
9568
9569 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
9570 Change return value to nil.
9571 (Frecord_buffer): Delete unused function.
9572
f67cdd7f
EZ
95732011-08-24 Eli Zaretskii <eliz@gnu.org>
9574
5980d4c6
EZ
9575 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
9576 buffers, return left-to-right.
8610fe8b
EZ
9577 (set_cursor_from_row): Consider candidate row a win if its glyph
9578 represents a newline and point is on that newline. Fixes cursor
9579 positioning on the newline at EOL of R2L text within L2R
9580 paragraph, and vice versa.
9581 (try_cursor_movement): Check continued rows, in addition to
9582 continuation rows. Fixes unwarranted scroll when point enters a
9583 continued line of R2L text within an L2R paragraph, or vice versa.
9584 (cursor_row_p): Consider the case of point being equal to
9585 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
9586 from the end of a short line to the beginning of a continued line
9587 of R2L text within L2R paragraph.
9588 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
9589 composed characters.
5980d4c6 9590
f67cdd7f
EZ
9591 * bidi.c (bidi_check_type): Use xassert.
9592 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
9593 members.
9594
bca633fb
EZ
95952011-08-23 Eli Zaretskii <eliz@gnu.org>
9596
9597 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
9598 a character.
9599
4a5885a7
CY
96002011-08-23 Chong Yidong <cyd@stupidchicken.com>
9601
9602 * nsfont.m (ns_otf_to_script): Fix typo.
9603
0902a04e
KH
96042011-08-22 Kenichi Handa <handa@m17n.org>
9605
9606 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
9607 extra slot even if the purpose is char-code-property-table.
9608
1a2e6670
EZ
96092011-08-23 Eli Zaretskii <eliz@gnu.org>
9610
8ddde651
EZ
9611 * xdisp.c (redisplay_window): When computing centering_position,
9612 account for the height of the header line. (Bug#8874)
9613
425cc014
EZ
9614 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
9615 instead of CHAR_TO_BYTE. Fixes a crash when a completion
9616 candidate is selected by the mouse, and that candidate has a
9617 composed character under the mouse.
9618
1a2e6670
EZ
9619 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
9620 coordinates reported by pos-visible-in-window-p for a composed
9621 character in column zero.
9622
8b76d6f8
SM
96232011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
9626
dac347dd
EZ
96272011-08-22 Eli Zaretskii <eliz@gnu.org>
9628
9629 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
9630 consider it a hit if to_charpos is anywhere in the range of the
9631 composed buffer positions.
9632
e013fb34
CY
96332011-08-22 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * image.c (gif_load): Don't assume that each subimage has the same
9636 dimensions as the base image. Handle disposal method that is
9637 "undefined" by the gif spec (Bug#9335).
9638
bd1ba3e8
CY
96392011-08-20 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
024a2d76 9642 (Fcondition_case): Document `debug' symbol in error handler.
bd1ba3e8 9643
54a1215b
EZ
96442011-08-19 Eli Zaretskii <eliz@gnu.org>
9645
823564e5
EZ
9646 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
9647 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
9648 from an Org mode buffer to a Speedbar frame.
9649
54a1215b
EZ
9650 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
9651 a composition, take its buffer position from IT->cmp_it.charpos.
9652 Fixes cursor positioning at the beginning of a line that begins
9653 with a composed character.
9654
9778ebcc
EZ
96552011-08-18 Eli Zaretskii <eliz@gnu.org>
9656
0be6ee06
EZ
9657 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
9658 character bidirectional type, use STRONG_L instead. Fixes crashes
9659 in a buffer produced by `describe-categories'.
9660
9778ebcc
EZ
9661 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
9662 members before the level stack, so they would be saved and
9663 restored when copying iterator state. Fixes incorrect reordering
9664 around TABs covered by display properties.
9665
156bffbe
AS
96662011-08-18 Andreas Schwab <schwab@linux-m68k.org>
9667
6b02f655 9668 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
156bffbe 9669
72ad093b
CY
96702011-08-17 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * eval.c (internal_condition_case, internal_condition_case_1)
8b76d6f8
SM
9673 (internal_condition_case_2, internal_condition_case_n):
9674 Remove unnecessary aborts (Bug#9081).
72ad093b 9675
35774242
EZ
96762011-08-17 Eli Zaretskii <eliz@gnu.org>
9677
9678 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
9679 has no `load' handler, try opening the file locally. (Bug#9311)
9680
db76dd85
KB
96812011-08-16 Ken Brown <kbrown@cornell.edu>
9682
9683 * gmalloc.c: Expand comment.
9684
b215eee5
EZ
96852011-08-16 Eli Zaretskii <eliz@gnu.org>
9686
9687 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
9688 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
9689
a4579d33
KB
96902011-08-16 Ken Brown <kbrown@cornell.edu>
9691
9692 Fix memory allocation problems in Cygwin build (Bug#9273).
9693
9694 * unexcw.c ( __malloc_initialized): Declare external variable.
9695 (fixup_executable): Force the dumped emacs to reinitialize malloc.
9696
8b76d6f8
SM
9697 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
9698 New variables.
a4579d33
KB
9699 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
9700 dumped emacs.
9701 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
9702 in the static heap.
9703 [CYGWIN] (special_realloc): New function.
9704 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
9705 requests to realloc storage in the static heap.
9706
3ebec551
PE
97072011-08-15 Paul Eggert <eggert@cs.ucla.edu>
9708
9709 * bidi.c (bidi_initialize): Remove unused local.
9710
9fd8be00
EZ
97112011-08-15 Eli Zaretskii <eliz@gnu.org>
9712
6b02f655
SM
9713 * bidimirror.h:
9714 * biditype.h: Remove file.
9715 * makefile.w32-in ($(BLD)/bidi.$(O)):
9716 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
474a8465
EZ
9717
9718 * dispextern.h: Fix a typo in the comment to bidi_type_t.
9719
9720 * chartab.c: Improve commentary for the uniprop_table API.
9721
32413314
EZ
9722 * bidi.c (bidi_paragraph_init): Support zero value of
9723 bidi_ignore_explicit_marks_for_paragraph_level.
474a8465
EZ
9724 (bidi_initialize): Use uniprop_table instead of including
9725 biditype.h and bidimirror.h.
32413314 9726
9fd8be00
EZ
9727 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
9728 coordinates of the iterator when restoring from ppos_it.
9729 (Bug#9296)
9730
5cf2b69b
KH
97312011-08-14 Kenichi Handa <handa@m17n.org>
9732
9733 * process.c (create_process): Call setup_process_coding_systems
72ad093b 9734 after the pid of the process is set to -1 (Bug#8162).
5cf2b69b 9735
daf17d00
EZ
97362011-08-14 Eli Zaretskii <eliz@gnu.org>
9737
9738 * xdisp.c (move_it_in_display_line_to): Don't invoke
9739 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
9740 ppos_it. Fixes vertical cursor motion when line beginning is
9741 covered by an image. (Bug#9296)
9742
08e3161a
JD
97432011-08-14 Jan Djärv <jan.h.d@swipnet.se>
9744
9745 * nsterm.h (ns_run_ascript): Declare.
9746 (NSAPP_DATA2_RUNASSCRIPT): Define.
9747
9748 * nsfns.m (as_script, as_result, as_status): New static variables.
9749 (ns_run_ascript): New function.
5e617bc2 9750 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
08e3161a
JD
9751 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
9752 the event loop. Get status from as_status (Bug#7276).
9753
9754 * nsterm.m (sendEvent): If event is NSApplicationDefined and
9755 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
9756 the event loop (Bug#7276).
9757
a3720aa2
AS
97582011-08-14 Andreas Schwab <schwab@linux-m68k.org>
9759
9760 * gnutls.c (QCgnutls_bootprop_priority)
9761 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
9762 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
9763 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
9764 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
9765 (QCgnutls_bootprop_verify_hostname_error)
9766 (QCgnutls_bootprop_callbacks_verify): Rename from
9767 Qgnutls_bootprop_..., all uses changed.
9768
9769 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
9770 uses changed.
9771
0a0d27fb
PE
97722011-08-14 Paul Eggert <eggert@cs.ucla.edu>
9773
19d5c50c
PE
9774 * xfaces.c (Qframe_set_background_mode): Now static.
9775 * dispextern.h (Qframe_set_background_mode): Remove decl.
9776
0a0d27fb
PE
9777 * process.c (Fnetwork_interface_info): Declare local only if needed.
9778
377538cb
JD
97792011-08-13 Jan Djärv <jan.h.d@swipnet.se>
9780
9781 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
9782 (Fnetwork_interface_list): Allocate in increments of bytes instead
9783 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
9784 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
9785 sockaddr.
9786 (struct ifflag_def): notrailers is smart on OSX.
9787 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
9788 Get hardware address with getifaddrs if available.
9789
08fff70c
EZ
97902011-08-12 Eli Zaretskii <eliz@gnu.org>
9791
9792 * xdisp.c (iterate_out_of_display_property): xassert that
9793 IT->position is set to within IT->object's boundaries. Break from
9794 the loop as soon as EOB is reached; avoids infloops in redisplay
8b76d6f8
SM
9795 when IT->position is set up wrongly due to some bug.
9796 Set IT->current to match the bidi iterator unconditionally.
08fff70c
EZ
9797 (push_display_prop): Allow GET_FROM_STRING as IT->method on
9798 entry. Force push_it to save on the stack the current
9799 buffer/string position, to be restored by pop_it. Fix flags in
9800 the iterator structure wrt the object coming from a display
9801 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
9802 properties. (Bug#9284)
9803
7be1c708 98042011-08-09 Andreas Schwab <schwab@linux-m68k.org>
aac0c6e3 9805
7be1c708
CY
9806 * fontset.c (fontset_get_font_group): Add proper type checks.
9807 (Bug#9172)
aac0c6e3 9808
7be1c708 98092011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 9810
7be1c708
CY
9811 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
9812 and LC_VERSION_MIN_MACOSX.
9813 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
9814 (dump_it) [LC_FUNCTION_STARTS]: Use it.
aac0c6e3 9815
97bb72a6
EZ
98162011-08-08 Eli Zaretskii <eliz@gnu.org>
9817
9818 * xdisp.c (forward_to_next_line_start): Allow to use the
8b76d6f8
SM
9819 no-display-properties-and-no-overlays under bidi display.
9820 Set disp_pos in the bidi iterator to avoid searches for display
757664a4 9821 properties and overlays.
97bb72a6 9822
d5617611
CY
98232011-08-08 Chong Yidong <cyd@stupidchicken.com>
9824
37e11a63
CY
9825 * editfns.c (Fset_time_zone_rule): Document relationship with the
9826 setenv function.
9827
d5617611
CY
9828 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
9829 the font entity extracted from the cache (Bug#8109).
9830
58872834
CY
98312011-08-07 Chong Yidong <cyd@stupidchicken.com>
9832
9833 * composite.c (autocmp_chars): Don't reset point. That is done by
9834 restore_point_unwind (Bug#5984).
9835
75bfc667
JL
98362011-08-07 Juri Linkov <juri@jurta.org>
9837
9838 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
9839 to show the arg `TIME' instead of `TIMEVAL'.
9840
d1410150
EZ
98412011-08-06 Eli Zaretskii <eliz@gnu.org>
9842
9843 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
9844 display property strides EOL and includes a newline, as in
9845 longlines-mode. (Bug#9254)
75b771e4
EZ
9846 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
9847 word-wrap under bidirectional display. (Bug#9224)
d1410150
EZ
9848
9849 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
9850 is non-zero, even if the data buffer is NULL. Fixes a crash in
9851 vertical-motion with longlines-mode. (Bug#9254)
9852
35928349
EZ
98532011-08-05 Eli Zaretskii <eliz@gnu.org>
9854
ec7cc85b
EZ
9855 * bidi.c <bidi_cache_total_alloc>: Now static.
9856 (bidi_initialize): Initialize bidi_cache_total_alloc.
9857
8b76d6f8 9858 * xdisp.c (display_line): Release buffer allocated for shelved bidi
35928349
EZ
9859 cache. (Bug#9221)
9860
9861 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
9862 amount allocated this far in `bidi_cache_total_alloc'.
9863 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
9864 non-zero, only free the data buffer without restoring the cache
9865 contents. All callers changed.
9866
9867 * dispextern.h (bidi_unshelve_cache): Update prototype.
9868
9869 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
9870 (move_it_in_display_line, move_it_to)
9871 (move_it_vertically_backward, move_it_by_lines): Replace the call
9872 to xfree to an equivalent call to bidi_unshelve_cache.
9873 (move_it_in_display_line_to): Fix logic of returning
412b6358 9874 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
35928349 9875
e2e2423b
EZ
98762011-08-05 Eli Zaretskii <eliz@gnu.org>
9877
9878 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
9879 came from a string character with a `cursor' property. (Bug#9229)
9880
ae9e757a
JD
98812011-08-04 Jan Djärv <jan.h.d@swipnet.se>
9882
9883 * Makefile.in (LIB_PTHREAD): New variable.
9884 (LIBES): Add LIB_PTHREAD (Bug#9216).
9885
9886 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
9887 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
9888
213bd7f2
AS
98892011-08-04 Andreas Schwab <schwab@linux-m68k.org>
9890
6b02f655 9891 * regex.c (re_iswctype): Remove some redundant boolean conversions.
213bd7f2 9892
99aaf75f
JD
98932011-08-04 Jan Djärv <jan.h.d@swipnet.se>
9894
9895 * xterm.c (x_find_topmost_parent): New function.
9896 (x_set_frame_alpha): Find topmost parent window with
9897 x_find_topmost_parent and set the property there also (bug#9181).
9898 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
9899
c74e9d86
PE
99002011-08-04 Paul Eggert <eggert@cs.ucla.edu>
9901
9902 * callproc.c (Fcall_process): Avoid vfork clobbering
9903 the local vars buffer, coding_systems, current_dir.
9904
640c8776
SM
99052011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * keymap.c (Fmake_composed_keymap): Move to subr.el.
9908
f26d0e4c
PE
99092011-08-03 Paul Eggert <eggert@cs.ucla.edu>
9910
8a10d76c
PE
9911 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
9912 so that it is not optimized away.
9913
f26d0e4c
PE
9914 * xdisp.c (compute_display_string_pos): Remove unused local.
9915
55439c61
EZ
99162011-08-02 Eli Zaretskii <eliz@gnu.org>
9917
9918 Fix slow cursor motion and scrolling in large buffers with
9919 selective display, like Org Mode buffers. (Bug#9218)
9920
9921 * dispextern.h (struct bidi_it): New member disp_prop_p.
9922
9923 * xdisp.c: Remove one-slot cache of display string positions.
9924 (compute_display_string_pos): Accept an additional argument
5e617bc2 9925 DISP_PROP_P; callers changed. Scan at most 5K characters forward
55439c61
EZ
9926 for a display string or property. If found, set DISP_PROP_P
9927 non-zero.
9928
9929 * bidi.c (bidi_fetch_char): Accept an additional argument
640c8776
SM
9930 DISP_PROP_P, and pass it to compute_display_string_pos.
9931 Only handle text covered by a display string if DISP_PROP_P is returned
55439c61
EZ
9932 non-zero. All callers of bidi_fetch_char changed.
9933
fb33fa43
SM
99342011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
9937
b099e063
DM
99382010-12-03 Don March <don@ohspite.net>
9939
9940 * keymap.c (Fdefine_key): Fix non-prefix key error message when
9941 last character M-[char] is translated to ESC [char] (bug#7541).
9942
5cc7f7af
KH
99432011-08-02 Kenichi Handa <handa@m17n.org>
9944
d0fffa3f 9945 * lisp.h (uniprop_table): Extern it.
5cc7f7af
KH
9946
9947 * chartab.c (uniprop_table): Make it non-static.
9948
525d5e6e
EZ
99492011-08-01 Eli Zaretskii <eliz@gnu.org>
9950
9951 * xdisp.c (forward_to_next_line_start): Accept additional argument
9952 BIDI_IT_PREV, and store into it the state of the bidi iterator had
9953 on the newline.
9954 (reseat_at_next_visible_line_start): Use the bidi iterator state
9955 returned by forward_to_next_line_start to restore the state of
9956 it->bidi_it after backing up to previous newline. (Bug#9212)
9957
31011111
AS
99582011-07-30 Andreas Schwab <schwab@linux-m68k.org>
9959
9960 * regex.c (re_comp): Protoize.
9961 (re_exec): Fix return type.
9962 (regexec): Fix type of `ret'. (Bug#9203)
9963
476371c4
PE
99642011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9965
e5d76069
PE
9966 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
9967 This is needed if max-image-size is a floating-point number.
9968
9a79b20c
AS
99692011-07-28 Andreas Schwab <schwab@linux-m68k.org>
9970
9971 * print.c (print_object): Print empty symbol as ##.
9972
9973 * lread.c (read1): Read ## as empty symbol.
9974
d8c2fa78
AA
99752011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
9976
9977 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
9978 setting frame foreground color (Bug#9175).
9979 (x_set_background_color): Likewise.
9980
ffe57a7a
AA
9981 * nsmenu.m (-setText): Size tooltip dimensions precisely to
9982 contents (Bug#9176).
9983 (EmacsTooltip -init): Remove bezels and add shadows to
9984 tooltip windows.
9985
bf3492a5
AA
9986 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
9987 or scroll bar (Bug#8470).
9988
d55e9c53
AA
9989 * nsfont.m (nsfont_open): Remove assignment to voffset and
9990 unnecessary vars hshink, expand, hd, full_height, min_height.
9991 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
9992
9993 * nsterm.h (nsfont_info): Remove voffset field.
9994
d8c2fa78 99952011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4843aac3
AA
9996
9997 Implement strike-through and overline on NextStep (Bug#8863).
9998
9999 * nsfont.m (nsfont_open): Use underline position provided by font,
10000 instead of hard-coded value of 2.
10001 (nsfont_draw): Call ns_draw_text_decoration instead.
10002
10003 * nsterm.h: Add declaration for ns_draw_text_decoration.
10004
10005 * nsterm.m (ns_draw_text_decoration): New function for drawing
10006 underline, overline, and strike-through.
10007 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
10008 ns_draw_text_decoration. Change treatment of cursor drawing to
8d5ed899 10009 accommodate underlining, etc.
4843aac3 10010
4cc60b9b
EZ
100112011-07-28 Eli Zaretskii <eliz@gnu.org>
10012
bc7ece87
EZ
10013 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
10014 default.
4cc60b9b 10015
476371c4
PE
100162011-07-28 Paul Eggert <eggert@cs.ucla.edu>
10017
66606eea
PE
10018 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
10019 Without this fix, if a signal arrives just after memory fills up,
10020 'malloc' might be invoked reentrantly.
10021
476371c4
PE
10022 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
10023 In other words, assume that every image size is allowed, on non-X
10024 hosts. This assumption is probably wrong, but it lets Emacs compile.
10025
f3fcc40d
AS
100262011-07-28 Andreas Schwab <schwab@linux-m68k.org>
10027
10028 * regex.c (re_iswctype): Convert return values to boolean.
10029
350c992f
EZ
100302011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
10031
10032 * xdisp.c (compute_display_string_pos): Don't use cached display
10033 string position if the buffer had its restriction changed.
10034 (Bug#9184)
10035
5266b4bb
PE
100362011-07-28 Paul Eggert <eggert@cs.ucla.edu>
10037
10038 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
10039
2573a837 100402011-07-28 Paul Eggert <eggert@cs.ucla.edu>
ca4aa935 10041
41f55ccd 10042 Integer signedness and overflow and related fixes. (Bug#9079)
cf950e6b 10043
39e378da
PE
10044 * bidi.c: Integer size and overflow fixes.
10045 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
10046 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
10047 (bidi_cache_find_level_change, bidi_cache_ensure_space)
10048 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
10049 (bidi_find_other_level_edge):
10050 Use ptrdiff_t instead of EMACS_INT where either will do.
10051 This works better on 32-bit hosts configured --with-wide-int.
10052 (bidi_cache_ensure_space): Check for size-calculation overflow.
10053 Use % rather than repeated addition, for better worst-case speed.
10054 Don't set bidi_cache_size until after xrealloc returns, because it
10055 might not return.
10056 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
f0eb61e9
PE
10057 (bidi_cache_ensure_space): Also check that the bidi cache size
10058 does not exceed that of the largest Lisp string or buffer. See Eli
10059 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
39e378da 10060
5e927815
PE
10061 * alloc.c (__malloc_size_t): Remove.
10062 All uses replaced by size_t. See Andreas Schwab's note
10063 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
10064
ca4aa935
PE
10065 * image.c: Improve checking for integer overflow.
10066 (check_image_size): Assume that f is nonnull, since
10067 it is always nonnull in practice. This is one less thing to
10068 worry about when checking for integer overflow later.
10069 (x_check_image_size): New function, which checks for integer
10070 overflow issues inside X.
10071 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
10072 This removes the need for a memory_full check.
10073 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
10074 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
10075 (xbm_read_bitmap_data): Change locals back to 'int', since
10076 their values must fit in 'int'.
10077 (xpm_load_image, png_load, tiff_load):
10078 Invoke x_create_x_image_and_pixmap earlier,
10079 to avoid much needless work if the image is too large.
10080 (tiff_load): Treat overly large images as if
10081 x_create_x_image_and_pixmap failed, not as malloc failures.
10082 (gs_load): Use x_check_image_size.
10083
5f8f9cc2
PE
10084 * gtkutil.c: Omit integer casts.
10085 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
10086 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
10087
5adf60bc
PE
10088 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
10089
c8907a93
PE
10090 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
10091 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
10092 would wrongly return t on a 64-bit host.
10093
e3c25c68
PE
10094 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
10095 The plain *_OVERFLOW macros run afoul of GCC bug 49705
10096 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
10097 and therefore cause GCC to emit a bogus diagnostic in some cases.
10098
3f791afe
PE
10099 * image.c: Integer signedness and overflow and related fixes.
10100 This is not an exhaustive set of fixes, but it's time to
10101 record what I've got.
10102 (lookup_pixel_color, check_image_size): Remove redundant decls.
10103 (check_image_size): Don't assume that arbitrary EMACS_INT values
10104 fit in 'int', or that arbitrary 'double' values fit in 'int'.
10105 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
10106 (tiff_load, imagemagick_load_image):
10107 Check for overflow in size calculations.
10108 (x_create_x_image_and_pixmap): Remove unnecessary test for
10109 xmalloc returning NULL; that can't happen.
10110 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
10111 (xpm_color_bucket): Use better integer hashing function.
10112 (xpm_cache_color): Don't possibly over-allocate memory.
10113 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
10114 (gif_memory_source):
10115 Use ptrdiff_t, not int or size_t, to record sizes.
10116 (png_load): Don't assume values greater than 2**31 fit in 'int'.
10117 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
10118 either works, as we prefer signed integers.
10119 (tiff_read_from_memory, tiff_write_from_memory):
10120 Return tsize_t, not size_t, since that's what the TIFF API wants.
10121 (tiff_read_from_memory): Don't fail simply because the read would
10122 go past EOF; instead, return a short read.
10123 (tiff_load): Omit no-longer-needed casts.
10124 (Fimagemagick_types): Don't assume size fits into 'int'.
10125
3cc5a532
PE
10126 Improve hashing quality when configured --with-wide-int.
10127 * fns.c (hash_string): New function, taken from sxhash_string.
10128 Do not discard information about ASCII character case; this
10129 discarding is no longer needed.
10130 (sxhash-string): Use it. Change sig to match it. Caller changed.
10131 * lisp.h: Declare it.
10132 * lread.c (hash_string): Remove, since we now use fns.c's version.
10133 The fns.c version returns a wider integer if --with-wide-int is
10134 specified, so this should help the quality of the hashing a bit.
10135
b312a492
PE
10136 * emacs.c: Integer overflow minor fix.
10137 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
10138 Define only if GNU_LINUX.
10139 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
10140
dfd153ae
PE
10141 * dispnew.c: Integer signedness and overflow fixes.
10142 Remove unnecessary forward decls, that were a maintenance hassle.
10143 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
10144 All uses changed.
10145 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
10146 (scrolling_window): Use ptrdiff_t, not int, for byte count.
10147 (prepare_desired_row, line_draw_cost):
10148 Use int, not unsigned, where either works.
10149 (save_current_matrix, restore_current_matrix):
10150 Use ptrdiff_t, not size_t, where either works.
10151 (init_display): Check for overflow more accurately, and without
10152 relying on undefined behavior.
10153
a81d11a3
PE
10154 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
10155 Remove, replacing with the new symbols in lisp.h. All uses changed.
10156 * fileio.c (make_temp_name):
10157 * filelock.c (lock_file_1, lock_file):
10158 * xdisp.c (message_dolog):
10159 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
10160 Use pMd etc. instead.
10161 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
10162 replacing the pWIDE etc. symbols removed from editfns.c.
10163
3300e6fd
PE
10164 * keyboard.h (num_input_events): Now uintmax_t.
10165 This is (very slightly) less likely to mess up due to wraparound.
10166 All uses changed.
10167
fd05c7e9
PE
10168 * buffer.c: Integer signedness fixes.
10169 (alloc_buffer_text, enlarge_buffer_text):
10170 Use ptrdiff_t rather than size_t when either will do, as we prefer
10171 signed integers.
10172
903fe15d
PE
10173 * alloc.c: Integer signedness and overflow fixes.
10174 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
10175 (__malloc_size_t): Default to size_t, not to int.
10176 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
10177 (Fgarbage_collect, mark_object_loop_halt, mark_object):
10178 Prefer ptrdiff_t to size_t when either would do, as we prefer
10179 signed integers.
10180 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
10181 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
10182 Now const. Initialize with values that are in range even if char
10183 is signed.
10184 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
10185 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
10186 These functions do the right thing with sizes > 2**32.
10187 (check_depth): Now ptrdiff_t, not int.
10188 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
10189 Adjust to new way of storing sizes. Check for size overflow bugs
10190 in rest of code.
10191 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
10192 slightly wrong anyway, as it missed one instance of
10193 XMALLOC_OVERRUN_CHECK_OVERHEAD.
10194 (refill_memory_reserve): Omit needless cast to size_t.
10195 (mark_object_loop_halt): Mark as externally visible.
10196
ac82cc6a
PE
10197 * xselect.c: Integer signedness and overflow fixes.
10198 (Fx_register_dnd_atom, x_handle_dnd_message):
10199 Use ptrdiff_t, not size_t, since we prefer signed.
10200 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
10201 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
10202 x_dnd_atoms_size and x_dnd_atoms_length.
10203
c2d1e36d
PE
10204 * doprnt.c: Prefer signed to unsigned when either works.
10205 * eval.c (verror):
10206 * doprnt.c (doprnt):
10207 * lisp.h (doprnt):
10208 * xdisp.c (vmessage):
10209 Use ptrdiff_t, not size_t, when using or implementing doprnt,
10210 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
10211 prefer signed arithmetic to avoid comparison confusion.
10212 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
10213 but is a bit tricky.
10214
0e926e56
PE
10215 Assume freestanding C89 headers, string.h, stdlib.h.
10216 * data.c, doprnt.c, floatfns.c, print.c:
10217 Include float.h unconditionally.
10218 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
10219 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
10220 * regex.c: Likewise for stddef.h, string.h.
10221 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
10222 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
10223 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
10224 (STDC_HEADERS): Remove obsolete defines.
10225 * sysdep.c: Include limits.h unconditionally.
10226
9cfdb3ec
PE
10227 Assume support for memcmp, memcpy, memmove, memset.
10228 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
10229 * regex.c (memcmp, memcpy):
10230 Remove; we assume C89 now.
10231
10232 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
10233 (__malloc_safe_bcopy): Remove; no longer needed.
10234
cf950e6b 10235 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
6089c567
PE
10236 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
10237 well either way, and we prefer signed to unsigned.
10238
dbf38e02
LMI
102392011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10240
10241 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
10242 closes the connection while we're reading (bug#9182).
10243
d6f0886c 102442011-07-25 Jan Djärv <jan.h.d@swipnet.se>
24e0f6b1 10245
d6f0886c
JD
10246 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
10247 are specified (Bug#9168).
24e0f6b1 10248
2eb1f9e6
PE
102492011-07-25 Paul Eggert <eggert@cs.ucla.edu>
10250
10251 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
10252 Found by GCC static checking and --with-wide-int on a 32-bit host.
10253
22381272 102542011-07-25 Eli Zaretskii <eliz@gnu.org>
7daee910
EZ
10255
10256 * xdisp.c (compute_display_string_pos): Fix logic of caching
10257 previous display string position. Initialize cached_prev_pos to
10258 -1. Fixes slow-down at the beginning of a buffer.
10259
f25e39b4
EZ
102602011-07-24 Eli Zaretskii <eliz@gnu.org>
10261
10262 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
10263 for attrs[LFACE_FONTSET_INDEX].
10264
04c4b52e
PE
102652011-07-23 Paul Eggert <eggert@cs.ucla.edu>
10266
10267 * xml.c (parse_region): Remove unused local
10268 that was recently introduced.
10269
c1734fbd
EZ
102702011-07-23 Eli Zaretskii <eliz@gnu.org>
10271
be18c5a5
EZ
10272 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
10273 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
10274
c1734fbd
EZ
10275 * xdisp.c (move_it_in_display_line_to): Record the best matching
10276 position for TO_CHARPOS while scanning the line, and restore it on
640c8776
SM
10277 exit if none of the characters scanned was an exact match.
10278 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
a9269c18
EZ
10279 when exact match is impossible due to invisible text, and the
10280 lines are truncated.
10281
a258d627
JD
102822011-07-23 Jan Djärv <jan.h.d@swipnet.se>
10283
10284 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
10285 for OSX >= 10.7.
10286
b6d5a689
EZ
102872011-07-22 Eli Zaretskii <eliz@gnu.org>
10288
0f74f785
EZ
10289 Fix a significant slow-down of cursor motion with C-n, C-p,
10290 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
10291 auto-repeat under bidi redisplay in fontified buffers.
b6d5a689 10292 * xdisp.c (compute_stop_pos_backwards): New function.
b6d5a689
EZ
10293 (next_element_from_buffer): Call compute_stop_pos_backwards to
10294 find a suitable prev_stop when we find ourselves before
0f74f785
EZ
10295 base_level_stop.
10296 (reseat): Don't look for prev_stop, as that could mean a very long
10297 run.
10298 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
10299 <cached_disp_overlay_modiff>: Cache for last found display string
10300 position.
551918c1 10301 (compute_display_string_pos): Return the cached position if asked
0f74f785
EZ
10302 about the same buffer in the same area of character positions, and
10303 the buffer wasn't changed since the time the display string
10304 position was cached.
551918c1 10305
b2d0c91a
EZ
103062011-07-22 Eli Zaretskii <eliz@gnu.org>
10307
10308 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
10309 is an integer, which is important for empty lines. (Bug#9149)
10310
043604ee
CY
103112011-07-22 Chong Yidong <cyd@stupidchicken.com>
10312
10313 * frame.c (Fmodify_frame_parameters): In tty case, update the
10314 default face if necessary (Bug#4238).
10315
da4adb04
CY
103162011-07-21 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * editfns.c (Fstring_to_char): No need to explain what a character
10319 is in the docstring (Bug#6576).
10320
9abd0532
LMI
103212011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10322
10323 * xml.c (parse_region): Make sure we always return a tree.
10324
36881d16
HK
103252011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
10326
10327 * xml.c (parse_region): If a document contains only comments,
10328 return that, too.
10329
1e98674d
LMI
103302011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10331
10332 * xml.c (make_dom): Return comments, too.
10333
590bd467
PE
103342011-07-19 Paul Eggert <eggert@cs.ucla.edu>
10335
10336 Port to OpenBSD.
10337 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
10338 and the surrounding thread.
10339 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
10340 rather than fgets, and retry after EINTR. Otherwise, 'emacs
10341 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
10342 timer goes off.
10343 * s/openbsd.h (BROKEN_SIGIO): Define.
10344 * unexelf.c (unexec) [__OpenBSD__]:
10345 Don't update the .mdebug section of the Alpha COFF symbol table.
10346
f41628b2
LMI
103472011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10348
10349 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
10350 (bug#8460).
10351
b59b67c5
PE
103522011-07-18 Paul Eggert <eggert@cs.ucla.edu>
10353
15e3a074
PE
10354 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
10355 This fixes some race conditions on the permissions of any newly
10356 created file.
10357
41bed37d
PE
10358 * alloc.c (valid_pointer_p): Use pipe, not open.
10359 This fixes some permissions issues when debugging.
10360
b59b67c5
PE
10361 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
10362 If fchown fails to set both uid and gid, try to set just gid,
10363 as that is sometimes allowed. Adjust the file's mode to eliminate
10364 setuid or setgid bits that are inappropriate if fchown fails.
10365
925a6be7
SM
103662011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
10369 to compare Lisp_Objects.
10370 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
10371 global_gnutls_log_level, don't mistake it for a Lisp_Object.
10372 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
10373
52968808
AS
103742011-07-17 Andreas Schwab <schwab@linux-m68k.org>
10375
0a6a104b
AS
10376 * lread.c (read_integer): Unread even EOF character.
10377 (read1): Likewise. Properly record start position of symbol.
10378
52968808
AS
10379 * lread.c (read1): Read `#:' as empty uninterned symbol if no
10380 symbol character follows.
10381
9e381cdd
PE
103822011-07-17 Paul Eggert <eggert@cs.ucla.edu>
10383
10384 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
10385 This works around a problem with the previous change to Fcopy_file.
10386 Recent glibc declares fchown with __attribute__((warn_unused_result)),
10387 and without this change, GCC might complain about discarding
10388 fchown's return value.
10389
b5641435
JB
103902011-07-16 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
10393
a8031457
PE
103942011-07-16 Paul Eggert <eggert@cs.ucla.edu>
10395
10396 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
10397
dd889327
LMI
103982011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10399
750c33f7
LMI
10400 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
10401 it's used from the C level.
10402
dd889327
LMI
10403 * process.c: Use the same condition for POLL_FOR_INPUT in both
10404 keyboard.c and process.c (bug#1858).
10405
87e86684
LM
104062011-07-09 Lawrence Mitchell <wence@gmx.li>
10407
10408 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
10409 (Fgnutls_boot): Use it.
10410
64348f40
AS
104112011-07-15 Andreas Schwab <schwab@linux-m68k.org>
10412
10413 * doc.c (Fsubstitute_command_keys): Revert last change.
10414
1d698799
LMI
104152011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10416
f863868c
LMI
10417 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
10418 quotes the next character, and doesn't affect other longer
10419 sequences (bug#8935).
10420
1d698799
LMI
10421 * lread.c (syms_of_lread): Clarify that is isn't only
10422 `eval-buffer' and `eval-defun' that's affected by
10423 `lexical-binding' (bug#8460).
10424
aa4b6df6
EZ
104252011-07-15 Eli Zaretskii <eliz@gnu.org>
10426
10427 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
6b02f655 10428 bidi redisplay when a line includes both an image and is truncated.
aa4b6df6 10429
5d856da6
PE
104302011-07-14 Paul Eggert <eggert@cs.ucla.edu>
10431
ad6042bb
PE
10432 Fix minor problems found by static checking.
10433 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
10434 (elsz): Now a signed constant, not a size_t var. We prefer signed
10435 types to unsigned, to avoid integer comparison confusion. Without
10436 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
10437 "cannot optimize loop, the loop counter may overflow", a symptom
10438 of the confusion.
f00bbb22 10439 * indent.c (Fvertical_motion): Mark locals as initialized.
5d856da6
PE
10440 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
10441
6468f31c
LMI
104422011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10443
49080b10
LMI
10444 * search.c (Fre_search_backward): Mention `case-fold-search' in
10445 all the re_search_* functions (bug#8138).
10446
6468f31c
LMI
10447 * keyboard.c (Fopen_dribble_file): Document when the file is
10448 closed (bug#8056).
10449
c965adc5
EZ
104502011-07-14 Eli Zaretskii <eliz@gnu.org>
10451
df9733bf
EZ
10452 * bidi.c (bidi_dump_cached_states): Fix format of displaying
10453 bidi_cache_idx.
10454
0bb23927
EZ
10455 Support bidi reordering of display and overlay strings.
10456 * xdisp.c (compute_display_string_pos)
10457 (compute_display_string_end): Accept additional argument STRING.
10458 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
10459 (reseat_to_string): Initialize bidi_it->string.s and
10460 bidi_it->string.schars.
10461 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
640c8776
SM
10462 NULL (avoids a crash in bidi_paragraph_init).
10463 Initialize itb.string.lstring.
0bb23927
EZ
10464 (init_iterator): Call bidi_init_it only of a valid
10465 buffer position was specified. Initialize paragraph_embedding to
10466 L2R.
10467 (reseat_to_string): Initialize the bidi iterator.
10468 (display_string): If we need to ignore text properties of
10469 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
10470 original value of -1 will not work with bidi.)
10471 (compute_display_string_pos): First arg is now struct
10472 `text_pos *'; all callers changed. Support display properties on
10473 Lisp strings.
10474 (compute_display_string_end): Support display properties on Lisp
10475 strings.
10476 (init_iterator, reseat_1, reseat_to_string): Initialize the
10477 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
10478 when iterating on a string not from display properties).
640c8776
SM
10479 (compute_display_string_pos, compute_display_string_end):
10480 Fix calculation of the object to scan. Fixes an error when using
0bb23927
EZ
10481 arrow keys.
10482 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
640c8776
SM
10483 base_level_stop; instead, set base_level_stop to BEGV.
10484 Fixes crashes in vertical-motion.
0bb23927
EZ
10485 (next_element_from_buffer): Improve commentary for when
10486 the iterator is before prev_stop.
10487 (init_iterator): Initialize bidi_p from the default value of
10488 bidi-display-reordering, not from buffer-local value. Use the
10489 buffer-local value only if initializing for buffer iteration.
10490 (handle_invisible_prop): Support invisible properties on strings
10491 that are being bidi-reordered.
10492 (set_iterator_to_next): Support bidi reordering of C strings and
10493 Lisp strings.
10494 (next_element_from_string): Support bidi reordering of Lisp
10495 strings.
10496 (handle_stop_backwards): Support Lisp strings as well.
640c8776
SM
10497 (display_string): Support display of R2L glyph rows.
10498 Use IT_STRING_CHARPOS when displaying from a Lisp string.
0bb23927
EZ
10499 (init_iterator): Don't initialize it->bidi_p for strings
10500 here.
10501 (reseat_to_string): Initialize it->bidi_p for strings here.
10502 (next_element_from_string, next_element_from_c_string)
10503 (next_element_from_buffer): Add xassert's for correspondence
10504 between IT's object being iterated and it->bidi_it.string
10505 structure.
10506 (face_before_or_after_it_pos): Support bidi iteration.
10507 (next_element_from_c_string): Handle the case of the first string
10508 character that is not the first one in the visual order.
10509 (get_visually_first_element): New function, refactored from common
10510 parts of next_element_from_buffer, next_element_from_string, and
10511 next_element_from_c_string.
10512 (tool_bar_lines_needed, redisplay_tool_bar)
10513 (display_menu_bar): Force left-to-right direction. Add a FIXME
10514 comment for making that be controlled by a user option.
10515 (push_it, pop_it): Save and restore the state of the
10516 bidi iterator. Save and restore the bidi_p flag.
10517 (pop_it): Iterate out of display property for string iteration as
10518 well.
10519 (iterate_out_of_display_property): Support iteration over strings.
10520 (handle_single_display_spec): Set up it->bidi_it for iteration
10521 over a display string, and call bidi_init_it.
10522 (handle_single_display_spec, next_overlay_string)
10523 (get_overlay_strings_1, push_display_prop): Set up the bidi
10524 iterator for displaying display or overlay strings.
10525 (forward_to_next_line_start): Don't use the shortcut if
10526 bidi-iterating.
10527 (back_to_previous_visible_line_start): If handle_display_prop
10528 pushed the iterator stack, restore the internal state of the bidi
10529 iterator by calling bidi_pop_it same number of times.
10530 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
10531 and we are bidi-iterating, don't decrement the iterator position;
10532 instead, set the first_elt flag in the bidi iterator, to produce
10533 the same effect.
10534 (reseat_1): Remove redundant setting of string_from_display_prop_p.
10535 (push_display_prop): xassert that we are iterating a buffer.
10536 (push_it, pop_it): Save and restore paragraph_embedding member.
10537 (handle_single_display_spec, next_overlay_string)
10538 (get_overlay_strings_1, reseat_1, reseat_to_string)
10539 (push_display_prop): Set up the `unibyte' member of bidi_it.string
10540 correctly. Don't assume unibyte strings are not bidi-reordered.
10541 (compute_display_string_pos)
10542 (compute_display_string_end): Fix handling the case of C string.
10543 (push_it, pop_it): Save and restore from_disp_prop_p.
10544 (handle_single_display_spec, push_display_prop): Set the
10545 from_disp_prop_p flag.
10546 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
10547 (pop_it): Call iterate_out_of_display_property only if we are
10548 popping after iteration over a string that came from a display
10549 property. Fix a typo in popping stretch info. Add an assertion
10550 for verifying that the iterator position is in sync with the bidi
10551 iterator.
10552 (handle_single_display_spec, get_overlay_strings_1)
10553 (push_display_prop): Fix initialization of paragraph direction for
10554 string when that of the parent object is not yet determined.
10555 (reseat_1): Call bidi_init_it to resync the bidi
10556 iterator with IT's position. (Bug#7616)
10557 (find_row_edges): If ROW->start.pos gives position
10558 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
10559 (handle_stop, back_to_previous_visible_line_start, reseat_1):
10560 Reset the from_disp_prop_p flag.
10561 (SAVE_IT, RESTORE_IT): New macros.
10562 (pos_visible_p, face_before_or_after_it_pos)
10563 (back_to_previous_visible_line_start)
10564 (move_it_in_display_line_to, move_it_in_display_line)
10565 (move_it_to, move_it_vertically_backward, move_it_by_lines)
10566 (try_scrolling, redisplay_window, display_line): Use them when
10567 saving a temporary copy of the iterator and restoring it back.
10568 (back_to_previous_visible_line_start, reseat_1)
10569 (init_iterator): Empty the bidi cache "stack".
10570 (move_it_in_display_line_to): If iterator ended up at
10571 EOL, but we never saw any buffer positions smaller than
10572 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
10573 motion in bidi-reordered lines.
10574 (move_it_in_display_line_to): Record prev_method and prev_pos
10575 immediately before the call to set_iterator_to_next. Fixes cursor
10576 motion in bidi-reordered lines with stretch glyphs and strings
10577 displayed in margins. (Bug#8133) (Bug#8867)
10578 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
10579 TO_CHARPOS.
640c8776
SM
10580 (pos_visible_p): Support positions in bidi-reordered lines.
10581 Save and restore bidi cache.
0bb23927
EZ
10582
10583 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
10584 (bidi_paragraph_info): Delete unused struct.
10585 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
10586 (bidi_cache_start): New variable.
10587 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
10588 to zero.
10589 (bidi_cache_fetch_state, bidi_cache_search)
10590 (bidi_cache_find_level_change, bidi_cache_iterator_state)
10591 (bidi_cache_find, bidi_peek_at_next_level)
10592 (bidi_level_of_next_char, bidi_find_other_level_edge)
10593 (bidi_move_to_visually_next): Compare cache index with
10594 bidi_cache_start rather than with zero.
10595 (bidi_fetch_char): Accept new argument STRING; all callers
10596 changed. Support iteration over a string. Support strings with
10597 display properties. Support unibyte strings. Fix the type of
10598 `len' according to what STRING_CHAR_AND_LENGTH expects.
10599 (bidi_paragraph_init, bidi_resolve_explicit_1)
10600 (bidi_resolve_explicit, bidi_resolve_weak)
640c8776
SM
10601 (bidi_level_of_next_char, bidi_move_to_visually_next):
10602 Support iteration over a string.
0bb23927
EZ
10603 (bidi_set_sor_type, bidi_resolve_explicit_1)
10604 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
10605 can now be zero (for strings); special values 0 and -1 were
10606 changed to -1 and -2, respectively.
10607 (bidi_char_at_pos): New function.
10608 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
10609 Call it instead of FETCH_MULTIBYTE_CHAR.
10610 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
10611 initialized to valid values.
10612 (bidi_init_it): Don't initialize charpos and bytepos with invalid
10613 values.
10614 (bidi_level_of_next_char): Allow the sentinel "position" to pass
10615 the test for valid cached positions. Fix the logic for looking up
10616 the sentinel state in the cache. GCPRO the Lisp string we are
10617 iterating.
10618 (bidi_push_it, bidi_pop_it): New functions.
10619 (bidi_initialize): Initialize the bidi cache start stack pointer.
10620 (bidi_cache_ensure_space): New function, refactored from part of
10621 bidi_cache_iterator_state. Don't assume the required size is just
10622 one BIDI_CACHE_CHUNK away.
10623 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
10624 (bidi_count_bytes, bidi_char_at_pos): New functions.
10625 (bidi_cache_search): Don't assume bidi_cache_last_idx is
10626 always valid if bidi_cache_idx is valid.
10627 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
10628 is valid if it's going to be used.
10629 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
10630 (bidi_cache_fetch_state, bidi_cache_search)
c965adc5
EZ
10631 (bidi_cache_find_level_change, bidi_cache_ensure_space)
10632 (bidi_cache_iterator_state, bidi_cache_find)
640c8776
SM
10633 (bidi_find_other_level_edge, bidi_cache_start_stack):
10634 All variables related to cache indices are now EMACS_INT.
c965adc5 10635
0bb23927
EZ
10636 * dispextern.h (struct bidi_string_data): New structure.
10637 (struct bidi_it): New member `string'. Make flag members be 1-bit
10638 fields, and put them last in the struct.
640c8776
SM
10639 (compute_display_string_pos, compute_display_string_end):
10640 Update prototypes.
0bb23927
EZ
10641 (bidi_push_it, bidi_pop_it): Add prototypes.
10642 (struct iterator_stack_entry): New members bidi_p,
10643 paragraph_embedding, and from_disp_prop_p.
10644 (struct it): Member bidi_p is now a bit field 1 bit wide.
640c8776
SM
10645 (bidi_shelve_cache, bidi_unshelve_cache):
10646 Declare prototypes.
0bb23927
EZ
10647
10648 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
10649 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
10650 and vector-like objects.
10651
10652 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
10653 cache around display iteration.
10654
10655 * window.c (Fwindow_end, window_scroll_pixel_based)
10656 (displayed_window_lines, Frecenter): Save and restore the bidi
10657 cache around display iteration.
10658
3bbd2265
LMI
106592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10660
10661 * editfns.c (Fdelete_region): Clarify the use of the named
10662 parameters (bug#6788).
10663
adc47434
MR
106642011-07-14 Martin Rudalics <rudalics@gmx.at>
10665
10666 * indent.c (Fvertical_motion): Set and restore w->pointm when
10667 saving and restoring the window's buffer (Bug#9006).
10668
837c31f8
LMI
106692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10670
10671 * editfns.c (Fstring_to_char): Clarify just what is returned
10672 (bug#6576). Text by Eli Zaretskii.
10673
ac389d0c
JB
106742011-07-13 Juanma Barranquero <lekktu@gmail.com>
10675
10676 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
10677
0be0ce47
EZ
106782011-07-13 Eli Zaretskii <eliz@gnu.org>
10679
10680 * buffer.c (mmap_find): Fix a typo.
10681
cd18e7e3
JB
106822011-07-13 Johan Bockgård <bojohan@gnu.org>
10683
10684 Fix execution of x selection hooks.
10685 * xselect.c (Qx_lost_selection_functions)
10686 (Qx_sent_selection_functions): New vars.
10687 (syms_of_xselect): DEFSYM them.
10688 (x_handle_selection_request): Pass Qx_sent_selection_functions
10689 rather than Vx_sent_selection_functions to Frun_hook_with_args.
10690 (x_handle_selection_clear,x_clear_frame_selections):
10691 Pass Qx_lost_selection_functions rather than
10692 Vx_lost_selection_functions to Frun_hook_with_args.
10693
47ea7f44
PE
106942011-07-13 Paul Eggert <eggert@cs.ucla.edu>
10695
ac389d0c 10696 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
2941c447
PE
10697 The old code sometimes used this field without initializing it.
10698
47ea7f44
PE
10699 * alloc.c (gc_sweep): Don't read past end of array.
10700 In theory, the old code could also have corrupted Emacs internals,
10701 though it'd be very unlikely.
10702
bc985c87
AS
107032011-07-12 Andreas Schwab <schwab@linux-m68k.org>
10704
10705 * character.c (Fcharacterp): Don't advertise optional ignored
ac389d0c 10706 argument. (Bug#4026)
bc985c87 10707
0cf34688
LMI
107082011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10709
b3dadd76
LMI
10710 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
10711 key" (bug#4257).
10712
0cf34688
LMI
10713 * window.c (Fset_window_start): Doc fix (bug#4199).
10714 (Fset_window_hscroll): Ditto.
10715
270768cd
PE
107162011-07-12 Paul Eggert <eggert@cs.ucla.edu>
10717
077e3dda 10718 Fix minor new problems caught by GCC 4.6.1.
270768cd 10719 * term.c (init_tty): Remove unused local.
490011a6 10720 * xsettings.c (store_monospaced_changed): Define this function only
077e3dda 10721 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
490011a6 10722 not used otherwise.
270768cd 10723
b1f58454
CY
107242011-07-12 Chong Yidong <cyd@stupidchicken.com>
10725
10726 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
10727
22b9578d
LMI
107282011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10729
6e70ab07
LMI
10730 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
10731 are the mini-buffer and the echo area (bug#3320).
10732
22b9578d
LMI
10733 * term.c (init_tty): Remove support for supdup, c10 and perq
10734 terminals, which are no longer supported (bug#1482).
10735
8974cc9f
JB
107362011-07-10 Johan Bockgård <bojohan@gnu.org>
10737
10738 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
10739
a560d974
JD
107402011-07-10 Jan Djärv <jan.h.d@swipnet.se>
10741
10742 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
10743 for non-popups (Bug#3642).
10744
1dae0f0a
AS
107452011-07-10 Andreas Schwab <schwab@linux-m68k.org>
10746
268c2c36 10747 * alloc.c (reset_malloc_hooks): Protoize.
1dae0f0a 10748 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
268c2c36
AS
10749 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
10750 * cm.c (losecursor): Likewise.
1dae0f0a
AS
10751 * data.c (fmod): Likewise.
10752 * dispnew.c (swap_glyphs_in_rows): Likewise.
10753 * emacs.c (memory_warning_signal): Likewise.
10754 * floatfns.c (float_error): Likewise.
10755 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
10756 (otf_open, font_otf_capability, generate_otf_features)
10757 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10758 Likewise.
10759 * image.c (pbm_read_file): Likewise.
10760 * indent.c (string_display_width): Likewise.
10761 * intervals.c (check_for_interval, search_for_interval)
10762 (inc_interval_count, count_intervals, root_interval)
10763 (adjust_intervals_for_insertion, make_new_interval): Likewise.
10764 * lread.c (defalias): Likewise.
268c2c36 10765 * ralloc.c (r_alloc_check): Likewise.
1dae0f0a
AS
10766 * regex.c (set_image_of_range_1, set_image_of_range)
10767 (regex_grow_registers): Likewise.
10768 * sysdep.c (strerror): Likewise.
10769 * termcap.c (valid_filename_p, tprint, main): Likewise.
10770 * tparam.c (main): Likewise.
10771 * unexhp9k800.c (run_time_remap, save_data_space)
10772 (update_file_ptrs, read_header, write_header, calculate_checksum)
10773 (copy_file, copy_rest, display_header): Likewise.
10774 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
10775 Likewise.
10776 * xdisp.c (check_it): Likewise.
10777 * xfaces.c (register_color, unregister_color, unregister_colors):
10778 Likewise.
10779 * xfns.c (print_fontset_result): Likewise.
10780 * xrdb.c (member, fatal, main): Likewise.
10781
99033785
PE
107822011-07-10 Paul Eggert <eggert@cs.ucla.edu>
10783
10784 Fix minor problems found by static checking (Bug#9031).
10785 * chartab.c (char_table_set_range, map_sub_char_table):
10786 Remove unused locals.
10787 (uniprop_table): Now static.
10788 * composite.c (_work_char): Remove unused static var.
10789
9cb2ac56
JB
107902011-07-09 Juanma Barranquero <lekktu@gmail.com>
10791
10792 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
10793
f25661f0
JD
107942011-07-09 Jan Djärv <jan.h.d@swipnet.se>
10795
10796 * gtkutil.c (qttip_cb): Remove code without function.
10797
8278c4fe
EZ
107982011-07-09 Eli Zaretskii <eliz@gnu.org>
10799
10800 * w32.c (pthread_sigmask): New stub.
10801
1692ae2d 108022011-07-08 Paul Eggert <eggert@cs.ucla.edu>
123403e4 10803
8a6ebd58 10804 Use pthread_sigmask, not sigprocmask (Bug#9010).
123403e4
PE
10805 sigprocmask is portable only for single-threaded applications, and
10806 Emacs can be multi-threaded when it uses GTK.
1301ac26
PE
10807 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
10808 (LIBES): Use it.
10809 * callproc.c (Fcall_process):
10810 * process.c (create_process):
10811 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
10812 Use pthread_sigmask, not sigprocmask.
123403e4 10813
1b854618
JD
108142011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10815
10816 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
10817 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
10818 wrong (Bug#8591).
10819
3fe4b549
JD
108202011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10821
0ce7e563
JD
10822 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
10823 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
10824 (xg_hide_tooltip): Fix comment.
10825
3fe4b549
JD
10826 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
10827 in registerServicesMenuSendTypes.
10828 (validRequestorForSendType): Don't check ns_return_types.
10829
10830 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
10831 ns_return_type.
10832
5df75e47
JR
108332011-07-08 Jason Rumney <jasonr@gnu.org>
10834
22610910
JR
10835 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
10836 SH_SHOW for hidden windows (Bug#5482).
10837
5df75e47
JR
10838 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
10839 frame struct members of non-existent frames (Bug#6284).
10840
699c10bd
JD
108412011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10842
4393663b
JD
10843 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
10844 variable firstTime not needed on OSX >= 10.6.
10845 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
10846 >= 10.5. Use setKnobProportion, setDoubleValue.
10847
10848 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
10849 (MAC_OS_X_VERSION_10_5): Define if not defined.
10850 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
10851 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
10852 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
10853
10854 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
090bd7cb 10855 cString and lossyCString on OSX >= 10.4.
4393663b 10856
58179cce 10857 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
4393663b
JD
10858 sizeToFit on OSX >= 10.2.
10859
10860 * nsimage.m (allocInitFromFile): Don't use deprecated method
10861 bestRepresentationForDevice on OSX >= 10.6.
10862
10863 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
10864 to avoid warning.
10865
10866 * emacs.c: Declare unexec_init_emacs_zone.
10867
a63e0781
JD
10868 * nsgui.h: Fix compiler warning about gnulib redefining verify.
10869
699c10bd
JD
10870 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
10871
10872 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
10873 on svcsMenu (Bug#8842).
10874
10875 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
10876 ns_return_types.
10877 (Fns_list_services): Just return Qnil on 10.6, code not working there.
10878
10879 * nsterm.m (QUTF8_STRING): Declare.
10880 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
10881 (validRequestorForSendType): Return type is (id).
10882 Change indexOfObjectIdenticalTo to indexOfObject.
10883 Check if we have local selection before returning self (Bug#8842).
10884 (writeSelectionToPasteboard): Put local selection into paste board
10885 if we have a local selection (Bug#8842).
10886 (syms_of_nsterm): DEFSYM QUTF8_STRING.
10887
10888 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
10889 (ns_get_local_selection): Declare.
10890
54e10184
LMI
108912011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10892
9888ff71
LMI
10893 * keymap.c (describe_map_tree): Don't insert a double newline at
10894 the end of the buffer (bug#1169) and return whether we inserted
10895 something.
10896
54e10184
LMI
10897 * callint.c (Fcall_interactively): Change "reading args" to
10898 "providing args" to try to clarify what it does (bug#1010).
10899
15fa4783
KH
109002011-07-07 Kenichi Handa <handa@m17n.org>
10901
10902 * composite.c (composition_compute_stop_pos): Ignore a static
10903 composition starting before CHARPOS (Bug#8915).
10904
10905 * xdisp.c (handle_composition_prop): Likewise.
10906
a8815b00
EZ
109072011-07-07 Eli Zaretskii <eliz@gnu.org>
10908
10909 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
10910 (Bug#9015)
10911
ef7b981d 109122011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10913
10914 * character.h (unicode_category_t): New enum type.
10915
10916 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
10917 (Qchar_code_property_table): New variable.
10918 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
10919 (UNIPROP_COMPRESSED_FORM_P): New macros.
10920 (char_table_ascii): Uncompress the compressed values.
10921 (sub_char_table_ref): New arg is_uniprop. Callers changed.
10922 Uncompress the compressed values.
ac389d0c 10923 (sub_char_table_ref_and_range): Likewise.
c805dec0
KH
10924 (char_table_ref_and_range): Uncompress the compressed values.
10925 (sub_char_table_set): New arg is_uniprop. Callers changed.
10926 Uncompress the compressed values.
10927 (sub_char_table_set_range): Args changed. Callers changed.
10928 (char_table_set_range): Adjuted for the above change.
10929 (map_sub_char_table): Delete args default_val and parent. Add arg
10930 top. Give decoded values to a Lisp function.
640c8776 10931 (map_char_table): Adjust for the above change. Give decoded
c805dec0
KH
10932 values to a Lisp function. Gcpro more variables.
10933 (uniprop_table_uncompress)
10934 (uniprop_decode_value_run_length): New functions.
10935 (uniprop_decoder, uniprop_decoder_count): New variables.
10936 (uniprop_get_decoder, uniprop_encode_value_character)
10937 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
10938 New functions.
10939 (uniprop_encoder, uniprop_encoder_count): New variables.
10940 (uniprop_get_encoder, uniprop_table)
10941 (Funicode_property_table_internal, Fget_unicode_property_internal)
10942 (Fput_unicode_property_internal): New functions.
10943 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
10944 Sunicode_property_table_internal, Sget_unicode_property_internal,
5e617bc2 10945 and Sput_unicode_property_internal. Defvar_lisp
c805dec0
KH
10946 char-code-property-alist.
10947
640c8776 10948 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
c805dec0
KH
10949 Vunicode_category_table.
10950
640c8776 10951 * font.c (font_range): Adjust for the change of
c805dec0
KH
10952 Vunicode_category_table.
10953
76b397fb
DN
109542011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10955
10956 * m/iris4d.h: Remove file, move contents ...
10957 * s/irix6-5.h: ... here.
10958
22b4128e
PE
109592011-07-06 Paul Eggert <eggert@cs.ucla.edu>
10960
10961 Remove unportable assumption about struct layout (Bug#8884).
8a5c77bb
PE
10962 * alloc.c (mark_buffer):
10963 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
10964 (clone_per_buffer_values): Don't assume that
22b4128e
PE
10965 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
10966 This isn't true in general, and it's particularly not true
10967 if Emacs is configured with --with-wide-int.
10968 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
10969 New macros, used in the buffer.c change.
10970
869795d6
JD
109712011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10972
10973 * xsettings.c: Use both GConf and GSettings if both are available.
10974 (store_config_changed_event): Add comment.
10975 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
10976 (store_tool_bar_style_changed): New functions.
5e617bc2 10977 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
869795d6
JD
10978 (struct xsettings): Move font inside HAVE_XFT.
10979 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
640c8776 10980 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
869795d6 10981 Move inside HAVE_XFT.
640c8776 10982 (something_changed_gsettingsCB): Rename from something_changedCB.
869795d6
JD
10983 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
10984 also.
10985 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
5e617bc2 10986 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
640c8776 10987 (something_changed_gconfCB): Rename from something_changedCB.
869795d6
JD
10988 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
10989 (parse_settings): Move check for font inside HAVE_XFT.
10990 (read_settings, apply_xft_settings): Add comment.
10991 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
10992 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
10993 call store_font_name_changed.
10994 (xft_settings_event): Add comment.
10995 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
10996 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
10997 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
10998 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
10999 (xsettings_initialize): Call init_gsettings last.
640c8776
SM
11000 (xsettings_get_system_font, xsettings_get_system_normal_font):
11001 Add comment.
869795d6 11002
d8ed26bd
PE
110032011-07-05 Paul Eggert <eggert@cs.ucla.edu>
11004
11005 Random fixes. E.g., (random) never returned negative values.
11006 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
11007 subseconds part to the entropy, as that's a bit more random.
11008 Prefer signed to unsigned, since the signedness doesn't matter and
11009 in general we prefer signed. When given a limit, use a
11010 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
11011 latter isn't right if USE_2_TAGS_FOR_INTS.
11012 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
11013 not 0..VALMASK. Don't discard "excess" bits that random () returns.
11014
cabf1cac
SM
110152011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * textprop.c (text_property_stickiness):
11018 Obey Vtext_property_default_nonsticky.
11019 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
11020 * w32fns.c (syms_of_w32fns):
11021 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
11022
6e9b2be9
PE
110232011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11024
11025 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
11026 This is more efficient than Ffile_directory_p and avoids a minor race.
11027
90186c68
LMI
110282011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11029
7c301272
LMI
11030 * buffer.c (Foverlay_put): Say what the return value is
11031 (bug#7835).
11032
c4f2d8d4
LMI
11033 * fileio.c (barf_or_query_if_file_exists): Check first if the file
11034 is a directory before asking whether to use the file name
11035 (bug#7564).
ad637907
LMI
11036 (barf_or_query_if_file_exists): Make the "File is a directory"
11037 error be more correct.
c4f2d8d4 11038
90186c68
LMI
11039 * fns.c (Frequire): Remove the mention of the .gz files, since
11040 that's installation-specific, but keep the mention of
11041 `get-load-suffixes'.
11042
da64016e
PE
110432011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11044
11045 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
11046 Report string overflow if the output is too long.
11047
7d47b580
JB
110482011-07-04 Juanma Barranquero <lekktu@gmail.com>
11049
a555cb87
JB
11050 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
11051 (syms_of_gnutls): Remove duplicate DEFSYM for
11052 Qgnutls_bootprop_verify_hostname_error, an error for
11053 Qgnutls_bootprop_verify_error (which is no longer used).
11054
7d47b580
JB
11055 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
11056 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
11057 Also (re)move comments that are misplaced or no longer relevant.
11058
1e49bfab
LMI
110592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11060
11061 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
11062
1485f4c0
CY
110632011-07-03 Chong Yidong <cyd@stupidchicken.com>
11064
11065 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
11066 and background color parameters if they have been changed.
11067
a9ab721e
LMI
110682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11069
11070 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
11071
cf7cff57
PE
110722011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11073
2e13213d
PE
11074 * xsettings.c (SYSTEM_FONT): Define only when used.
11075 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
11076
cf7cff57
PE
11077 * keymap.c (access_keymap_1): Now static.
11078
7a8e04f7
CY
110792011-07-02 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
11082 leave any prefix arg for the up event (Bug#1586).
11083
61352f62
LMI
110842011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11085
69bb1ef7
LMI
11086 * lread.c (syms_of_lread): Mention single symbols defined by
11087 `defvar' or `defconst' (bug#7154).
11088
61352f62 11089 * fns.c (Frequire): Mention .el.gz files (bug#7314).
7b3747f9 11090 (Frequire): Mention get-load-suffixes.
61352f62 11091
28545e04
MR
110922011-07-02 Martin Rudalics <rudalics@gmx.at>
11093
11094 * window.h (window): Remove clone_number slot.
11095 * window.c (Fwindow_clone_number, Fset_window_clone_number):
11096 Remove.
11097 (make_parent_window, make_window, saved_window)
11098 (Fset_window_configuration, save_window_save): Don't deal with
11099 clone numbers.
11100 * buffer.c (Qclone_number): Remove declaration.
11101 (sort_overlays, overlay_strings): Don't deal with clone numbers.
11102
3349e122
SM
111032011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 Add multiple inheritance to keymaps.
11106 * keymap.c (Fmake_composed_keymap): New function.
11107 (Fset_keymap_parent): Simplify.
11108 (fix_submap_inheritance): Remove.
11109 (access_keymap_1): New function extracted from access_keymap to handle
11110 embedded parents and handle lists of maps.
11111 (access_keymap): Use it.
11112 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
11113 (Fcopy_keymap): Handle embedded parents.
11114 (Fcommand_remapping, define_as_prefix): Simplify.
11115 (Fkey_binding): Simplify.
11116 (syms_of_keymap): Move minibuffer-local-completion-map,
11117 minibuffer-local-filename-completion-map,
11118 minibuffer-local-must-match-map, and
11119 minibuffer-local-filename-must-match-map to Elisp.
11120 (syms_of_keymap): Defsubr make-composed-keymap.
11121 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
11122 (parse_menu_item): Trivial simplification.
11123
3279eb87
GM
111242011-07-01 Glenn Morris <rgm@gnu.org>
11125
11126 * Makefile.in (SETTINGS_LIBS): Fix typo.
11127
39cb9e56 111282011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4550efdf
KI
11129
11130 * coding.c (Fencode_coding_string): Record the last coding system
11131 used, as the function doc string says (bug#8738).
11132
0949d2b6
JD
111332011-07-01 Jan Djärv <jan.h.d@swipnet.se>
11134
11135 * xsettings.c (store_monospaced_changed): Take new font as arg and
11136 check for change against current_mono_font.
11137 (EMACS_TYPE_SETTINGS): Remove this and related defines.
11138 (emacs_settings_constructor, emacs_settings_get_property)
11139 (emacs_settings_set_property, emacs_settings_class_init)
11140 (emacs_settings_init, gsettings_obj): Remove.
11141 (something_changedCB): New function for HAVE_GSETTINGS.
11142 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
11143 with value as argument.
11144 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
11145 g_settings_new (Bug#8967). Do not create gsettings_obj.
9173deec 11146 Remove calls to g_settings_bind. Connect something_changedCB to
0949d2b6
JD
11147 "changed".
11148
11149 * xgselect.c: Add defined (HAVE_GSETTINGS).
11150 (xgselect_initialize): Ditto.
11151
11152 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
11153 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
11154 xg_select.
11155
bbc6b304
PE
111562011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11157
11158 * eval.c (struct backtrace): Simplify and port the data structure.
11159 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
11160 signed bit field, as this assumption is not portable and it makes
11161 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
11162 "char debug_on_exit : 1" as this is not portable either; instead,
11163 use the portable "unsigned int debug_on_exit : 1". Remove unused
11164 member evalargs. Remove obsolete comments about cc bombing out.
11165
9851bfc5
JD
111662011-06-30 Jan Djärv <jan.h.d@swipnet.se>
11167
51bb811f 11168 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
9851bfc5
JD
11169 Let HAVE_GSETTINGS override HAVE_GCONF.
11170 (store_monospaced_changed): New function.
11171 (EMACS_SETTINGS): A new type derived from GObject to handle
11172 GSettings notifications.
11173 (emacs_settings_constructor, emacs_settings_get_property)
11174 (emacs_settings_set_property, emacs_settings_class_init):
11175 New functions.
11176 (gsettings_client, gsettings_obj): New variables.
11177 (GSETTINGS_SCHEMA): New define.
11178 (something_changedCB): Call store_monospaced_changed.
11179 (init_gsettings): New function.
11180 (xsettings_initialize): Call init_gsettings.
11181 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
11182 to NULL.
11183
640c8776 11184 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
9851bfc5
JD
11185 GCONF_CFLAGS/LIBS.
11186
5386012d
MR
111872011-06-29 Martin Rudalics <rudalics@gmx.at>
11188
11189 * window.c (resize_root_window, grow_mini_window)
11190 (shrink_mini_window): Rename Qresize_root_window to
11191 Qwindow_resize_root_window and Qresize_root_window_vertically to
11192 Qwindow_resize_root_window_vertically.
11193
f13e0b08
PE
111942011-06-28 Paul Eggert <eggert@cs.ucla.edu>
11195
11196 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
11197
94515237
JB
111982011-06-27 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * makefile.w32-in: Redesign dependencies so they reflect more
11201 clearly which files are directly included by each source file,
11202 and not through other includes.
11203
e43b6e43
MR
112042011-06-27 Martin Rudalics <rudalics@gmx.at>
11205
11206 * buffer.c (Qclone_number): Declare static and DEFSYM it.
11207 (sort_overlays, overlay_strings): When an overlay's clone number
11208 matches the window's clone number process the overlay even if
11209 the overlay's window property doesn't match the current window.
11210
d68443dc
MR
11211 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
11212 (Fwindow_hchild): Rename to Fwindow_left_child.
11213 (Fwindow_next): Rename to Fwindow_next_sibling.
11214 (Fwindow_prev): Rename to Fwindow_prev_sibling.
d615d6d2
MR
11215 (resize_window_check): Rename to window_resize_check.
11216 (resize_window_apply): Rename to window_resize_apply.
11217 (Fresize_window_apply): Rename to Fwindow_resize_apply.
11218 (Fdelete_other_windows_internal, resize_frame_windows)
11219 (Fsplit_window_internal, Fdelete_window_internal)
11220 (grow_mini_window, shrink_mini_window)
11221 (Fresize_mini_window_internal): Fix callers accordingly.
d68443dc 11222
c7e73be5
JD
112232011-06-26 Jan Djärv <jan.h.d@swipnet.se>
11224
11225 * emacsgtkfixed.h: State that this is only used with Gtk+3.
11226 (emacs_fixed_set_min_size): Remove.
11227 (emacs_fixed_new): Take frame as argument.
11228
11229 * emacsgtkfixed.c: State that this is only used with Gtk+3.
11230 (_EmacsFixedPrivate): Remove minwidth/height.
11231 Add struct frame *f.
11232 (emacs_fixed_init): Initialize priv->f.
11233 (get_parent_class, emacs_fixed_set_min_size): Remove.
11234 (emacs_fixed_new): Set priv->f to argument.
11235 (emacs_fixed_get_preferred_width)
11236 (emacs_fixed_get_preferred_height): Use min_width/height from
11237 frames size_hint to set minimum and natural (Bug#8919).
11238 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
11239 and use min_width/height from frames size_hint to set
11240 min_width/height (Bug#8919).
11241
11242 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
9173deec
JB
11243 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
11244 Fix indentation.
c7e73be5 11245
cf99dcf8
EZ
112462011-06-26 Eli Zaretskii <eliz@gnu.org>
11247
11248 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
11249 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
11250 called at ZV.
11251
029529ac
CY
112522011-06-26 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * process.c (wait_reading_process_output): Bypass select if
11255 waiting for a cell while ignoring keyboard input, and input is
11256 pending. Suggested by Jan Djärv (Bug#8869).
11257
7a7ef429
PE
112582011-06-25 Paul Eggert <eggert@cs.ucla.edu>
11259
11260 Use gnulib's dup2 module instead of rolling our own.
11261 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
11262
11fdef7d 112632011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
989b42d2
YM
11264
11265 * dispnew.c (scrolling_window): Before scrolling, turn off a
11266 mouse-highlight in the window being scrolled.
11267
cd3520a4
JB
112682011-06-24 Juanma Barranquero <lekktu@gmail.com>
11269
11270 Move DEFSYM to lisp.h and use everywhere.
11271
11272 * character.h (DEFSYM): Move declaration...
11273 * lisp.h (DEFSYM): ...here.
11274
11275 * gnutls.c:
11276 * minibuf.c:
11277 * w32menu.c:
11278 * w32proc.c:
11279 * w32select.c: Don't include character.h.
11280
11281 * alloc.c (syms_of_alloc):
11282 * buffer.c (syms_of_buffer):
11283 * bytecode.c (syms_of_bytecode):
11284 * callint.c (syms_of_callint):
11285 * casefiddle.c (syms_of_casefiddle):
11286 * casetab.c (init_casetab_once):
11287 * category.c (init_category_once, syms_of_category):
11288 * ccl.c (syms_of_ccl):
11289 * cmds.c (syms_of_cmds):
11290 * composite.c (syms_of_composite):
11291 * dbusbind.c (syms_of_dbusbind):
11292 * dired.c (syms_of_dired):
11293 * dispnew.c (syms_of_display):
11294 * doc.c (syms_of_doc):
11295 * editfns.c (syms_of_editfns):
11296 * emacs.c (syms_of_emacs):
11297 * eval.c (syms_of_eval):
11298 * fileio.c (syms_of_fileio):
11299 * fns.c (syms_of_fns):
11300 * frame.c (syms_of_frame):
11301 * fringe.c (syms_of_fringe):
11302 * insdel.c (syms_of_insdel):
11303 * keymap.c (syms_of_keymap):
11304 * lread.c (init_obarray, syms_of_lread):
11305 * macros.c (syms_of_macros):
11306 * msdos.c (syms_of_msdos):
11307 * print.c (syms_of_print):
11308 * process.c (syms_of_process):
11309 * search.c (syms_of_search):
11310 * sound.c (syms_of_sound):
11311 * syntax.c (init_syntax_once, syms_of_syntax):
11312 * terminal.c (syms_of_terminal):
11313 * textprop.c (syms_of_textprop):
11314 * undo.c (syms_of_undo):
11315 * w32.c (globals_of_w32):
11316 * window.c (syms_of_window):
11317 * xdisp.c (syms_of_xdisp):
11318 * xfaces.c (syms_of_xfaces):
11319 * xfns.c (syms_of_xfns):
11320 * xmenu.c (syms_of_xmenu):
11321 * xsettings.c (syms_of_xsettings):
11322 * xterm.c (syms_of_xterm): Use DEFSYM.
11323
4228cf16
TZ
113242011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
11325
cd3520a4 11326 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
4228cf16 11327
7fcccf1e
PE
113282011-06-23 Paul Eggert <eggert@cs.ucla.edu>
11329
7efb4e0e
PE
11330 Integer and buffer overflow fixes (Bug#8873).
11331
ff5844ad
PE
11332 * print.c (printchar, strout): Check for string overflow.
11333 (PRINTPREPARE, printchar, strout):
11334 Don't set size unless allocation succeeds.
11335
90532f02
PE
11336 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
11337 for sizes. Check for string overflow more accurately.
11338 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
11339
6d84508d
PE
11340 * macros.c: Integer and buffer overflow fixes.
11341 * keyboard.h (struct keyboard.kbd_macro_bufsize):
11342 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
11343 Use ptrdiff_t, not int, for sizes.
11344 Don't increment bufsize until after realloc succeeds.
11345 Check for size-calculation overflow.
11346 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
11347
437b2cb4
PE
11348 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
11349
8b9ac8b4
PE
11350 * lread.c: Integer overflow fixes.
11351 (read_integer): Radix is now EMACS_INT, not int,
11352 to improve quality of diagnostics for out-of-range radices.
11353 Calculate buffer size correctly for out-of-range radices.
11354 (read1): Check for integer overflow in radices, and in
11355 read-circle numbers.
82cb60d3
PE
11356 (read_escape): Avoid int overflow.
11357 (Fload, openp, read_buffer_size, read1)
11358 (substitute_object_recurse, read_vector, read_list, map_obarray):
11359 Use ptrdiff_t, not int, for sizes.
11360 (read1): Use EMACS_INT, not int, for sizes.
20270765 11361 Check for size overflow.
8b9ac8b4 11362
7fcccf1e
PE
11363 * image.c (cache_image): Check for size arithmetic overflow.
11364
bfbbd7e7
PE
11365 * lread.c: Integer overflow issues.
11366 (saved_doc_string_size, saved_doc_string_length)
11367 (prev_saved_doc_string_size, prev_saved_doc_string_length):
11368 Now ptrdiff_t, not int.
11369 (read1): Don't assume doc string length fits in int. Check for
11370 out-of-range doc string lengths.
11371 (read_list): Don't assume file position fits in int.
39019e54 11372 (read_escape): Check for hex character overflow.
bfbbd7e7 11373
4e323265
LL
113742011-06-22 Leo Liu <sdl.web@gmail.com>
11375
11376 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
11377 Move to minibuffer.el.
11378
85fece3e
PE
113792011-06-22 Paul Eggert <eggert@cs.ucla.edu>
11380
20b84ce9 11381 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
85fece3e
PE
11382 The following patches are for when GLYPH_DEBUG && !XASSERT.
11383 * dispextern.h (trace_redisplay_p, dump_glyph_string):
11384 * dispnew.c (flush_stdout):
11385 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
11386 Mark as externally visible.
11387 * dispnew.c (check_window_matrix_pointers): Now static.
11388 * dispnew.c (window_to_frame_vpos):
11389 * xfns.c (unwind_create_frame):
11390 * xterm.c (x_check_font): Remove unused local.
11391 * scroll.c (CHECK_BOUNDS):
11392 * xfaces.c (cache_fache): Rename local to avoid shadowing.
11393 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
11394 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
11395 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
11396 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
11397 Now static.
11398 (debug_method_add): Use va_list and vsprintf rather than relying
11399 on undefined behavior with wrong number of arguments.
11400 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
11401 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
11402 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
11403 since we're not interested in debugging glyphs with old libraries.
11404 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
11405 GCC 4.6.0's static checking.
11406
0766b489
PE
114072011-06-22 Paul Eggert <eggert@cs.ucla.edu>
11408
31fd4b32
PE
11409 Integer overflow and signedness fixes (Bug#8873).
11410 A few related buffer overrun fixes, too.
11411
b79e8648
PE
11412 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
11413
0766b489
PE
11414 * dispextern.h (struct face.stipple):
11415 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11416 (x_bitmap_mask, x_allocate_bitmap_record)
11417 (x_create_bitmap_from_data, x_create_bitmap_from_file)
11418 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
11419 (x_create_bitmap_from_xpm_data):
11420 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
11421 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
11422 (.bitmaps_last):
11423 * xfaces.c (load_pixmap):
11424 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
11425 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
11426 (.bitmaps_last, struct x_output.icon_bitmap):
11427 Use ptrdiff_t, not int, for bitmap indexes.
11428 (x_allocate_bitmap_record): Check for size overflow.
11429 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
11430
b081724f
PE
11431 Use ptrdiff_t, not int, for overlay counts.
11432 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
11433 * editfns.c (overlays_around, get_pos_property):
11434 * textprop.c (get_char_property_and_overlay):
11435 * xdisp.c (next_overlay_change, note_mouse_highlight):
11436 * xfaces.c (face_at_buffer_position):
21514da7
PE
11437 * buffer.c (OVERLAY_COUNT_MAX): New macro.
11438 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
11439 (Fnext_overlay_change, Fprevious_overlay_change)
11440 (mouse_face_overlay_overlaps, Foverlays_in):
b081724f 11441 Use ptrdiff_t, not int, for sizes.
21514da7 11442 (overlays_at, overlays_in): Check for size-calculation overflow.
b081724f 11443
3de73e5e
PE
11444 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
11445
2606c57b
PE
11446 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
11447 (x_session_initialize): Do not assume string length fits in int.
11448
aaafe47a
PE
11449 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
11450 This is unlikely, but can occur if DPI is outlandish.
11451
2674ddc8 11452 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3a5077c5
PE
11453 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
11454
28154962
PE
11455 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
11456 * xrdb.c (magic_file_p, search_magic_path):
11457 Omit last arg SUFFIX; it was always 0. All callers changed.
11458 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
11459
7de51af5
PE
11460 * xfont.c (xfont_match): Avoid need for strlen.
11461
25ed6cc3
PE
11462 * xfns.c: Don't assume strlen fits in int.
11463 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
11464
4eab31dd
PE
11465 * xdisp.c (message_log_check_duplicate): Return intmax_t,
11466 not unsigned long, as we prefer signed integers. All callers changed.
11467 Detect integer overflow in repeat count.
11468 (message_dolog): Don't assume print length fits in 39 bytes.
df1f27af 11469 (display_mode_element): Don't assume strlen fits in int.
4eab31dd 11470
171e2a58
PE
11471 * termcap.c: Don't assume sizes fit in int and never overflow.
11472 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
11473 (gobble_line): Check for size-calculation overflow.
11474
ad39faca 11475 * minibuf.c (Fread_buffer):
6e5bb2dc 11476 * lread.c (intern, intern_c_string):
74ca2eb3
PE
11477 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
11478 Don't assume string length fits in int.
11479
52c61c22 11480 * keyboard.c (parse_tool_bar_item):
9bda3520
PE
11481 * gtkutil.c (style_changed_cb): Avoid need for strlen.
11482
b5b8c9e5
PE
11483 * font.c: Don't assume string length fits in int.
11484 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
11485 Use ptrdiff_t, not int.
ccd6111c
PE
11486 (font_intern_prop): Don't assume string length fits in int.
11487 Don't assume integer property fits in fixnum.
11488 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
b5b8c9e5 11489
882f0d81 11490 * filelock.c: Fix some buffer overrun and integer overflow issues.
51cab52b 11491 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
882f0d81
PE
11492 Reformulate so as not to need the command string.
11493 Invoke gzip -cd rather than gunzip, as it's more portable.
11494 (lock_info_type, lock_file_1, lock_file):
11495 Don't assume pid_t and time_t fit in unsigned long.
11496 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
11497 (current_lock_owner): Prefer signed type for sizes.
11498 Use memcpy, not strncpy, where memcpy is what is really wanted.
11499 Don't assume (via atoi) that time_t and pid_t fit in int.
11500 Check for time_t and/or pid_t out of range, e.g., via a network share.
11501 Don't alloca where an auto var works fine.
11502
93f4cf88
PE
11503 * fileio.c: Fix some integer overflow issues.
11504 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
11505 Don't assume string length fits in int.
11506 (directory_file_name): Don't assume string length fits in long.
11507 (make_temp_name): Don't assume pid fits in int, or that its print
11508 length is less than 20.
11509
f3e92b69
PE
11510 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
11511
1bfdaf10
PE
11512 * coding.c (make_subsidiaries): Don't assume string length fits in int.
11513
35016e9a
PE
11514 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
11515
3d1e65a1
PE
11516 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
11517 We prefer signed integers, even for size calculations.
11518
0b963a93
PE
11519 * emacs.c: Don't assume string length fits in 'int'.
11520 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
11521 (main): Don't invoke strlen when not needed.
11522
573f4b54
PE
11523 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
11524 (XD_DEBUG_MESSAGE): Don't waste a byte.
11525
989f33ba
PE
11526 * callproc.c (getenv_internal_1, getenv_internal)
11527 (Fgetenv_internal):
965d34eb
PE
11528 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
11529
e4d29b33
PE
11530 * lread.c (invalid_syntax): Omit length argument.
11531 All uses changed. This doesn't fix a bug, but it simplifies the
11532 code away from its former Hollerith-constant appearance, and it's
11533 one less 'int' to worry about when looking at integer-overflow issues.
51cab52b 11534 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
e4d29b33 11535
eb49b136
PE
11536 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
11537 This didn't break anything, but it didn't help either.
11538 It's confusing to put a bogus integer in a place where the actual
11539 value does not matter.
9f62aeb1 11540 (LIST_END_P): Remove unused macro and its bogus comment.
cbeff735 11541 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
eb49b136 11542
15375a22
PE
11543 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
11544 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
11545 implementation.
b61cc01c
PE
11546 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
11547 We prefer signed types, and the value cannot exceed the EMACS_INT
11548 range anyway (because otherwise the length would not be representable).
9a8e8d9b
PE
11549 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
11550 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
11551 This avoids a GCC warning when WIDE_EMACS_INT.
15375a22 11552
53b2623d
PE
11553 * indent.c (sane_tab_width): New function.
11554 (current_column, scan_for_column, Findent_to, position_indentation)
11555 (compute_motion): Use it. This is just for clarity.
8fcaf9cc 11556 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
53b2623d 11557
51cab52b 11558 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
45aebb64 11559
f2ed8a70
PE
11560 * lisp.h (lint_assume): New macro.
11561 * composite.c (composition_gstring_put_cache):
11562 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
11563
abe80cc6
PE
11564 * editfns.c, insdel.c:
11565 Omit unnecessary forward decls, to simplify future changes.
a9e860e1 11566
b02c740e
PE
11567 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
11568
ebc96716
PE
11569 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
11570
b4e50fa0 11571 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
f03dc6ef 11572 Use much-faster test for byte-length change.
311d5d7c 11573 Don't assume string byte-length fits in 'int'.
a4cf38e4 11574 Check that character arg fits in 'int'.
85461888 11575 (mapcar1): Declare byte as byte, for clarity.
b4e50fa0 11576
c0c1ee9f
PE
11577 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
11578
a498d7f4
PE
11579 * fns.c (concat): Catch string overflow earlier.
11580 Do not rely on integer wraparound.
11581
51cab52b
PE
11582 * dispextern.h (struct it.overlay_strings_charpos)
11583 (struct it.selective): Now EMACS_INT, not int.
87830974
PE
11584 * xdisp.c (forward_to_next_line_start)
11585 (back_to_previous_visible_line_start)
11586 (reseat_at_next_visible_line_start, next_element_from_buffer):
11587 Don't arbitrarily truncate the value of 'selective' to int.
11588
76031fad
PE
11589 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
11590
5eb55db9
PE
11591 * composite.c: Don't truncate sizes to 'int'.
11592 (composition_gstring_p, composition_reseat_it)
11593 (composition_adjust_point): Use EMACS_INT, not int.
7d100a81
PE
11594 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
11595 not EMACS_UINT, for indexes.
5eb55db9 11596
0703a717
PE
11597 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
11598
d6202519
PE
11599 * buffer.c: Include <verify.h>.
11600 (struct sortvec.priority, struct sortstr.priority):
8961a454 11601 Now EMACS_INT, not int.
c20998a7 11602 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
67c36fce
PE
11603 (struct sortstr.size, record_overlay_string)
11604 (struct sortstrlist.size, struct sortlist.used):
11605 Don't truncate size to int.
11606 (record_overlay_string): Check for size-calculation overflow.
d6202519 11607 (init_buffer_once): Check at compile-time, not run-time.
fadf4e30 11608
d5a19415
JM
116092011-06-22 Jim Meyering <meyering@redhat.com>
11610
029529ac 11611 Don't leak an XBM-image-sized buffer
d5a19415
JM
11612 * image.c (xbm_load): Free the image buffer after using it.
11613
a9041e6c
PE
116142011-06-21 Paul Eggert <eggert@cs.ucla.edu>
11615
11616 Port to Sun C.
11617 * composite.c (find_automatic_composition): Omit needless 'return 0;'
11618 that Sun C diagnosed.
11619 * fns.c (secure_hash): Fix pointer signedness issue.
11620 * intervals.c (static_offset_intervals): New function.
11621 (offset_intervals): Use it.
11622
7f3f739f
LL
116232011-06-21 Leo Liu <sdl.web@gmail.com>
11624
11625 * deps.mk (fns.o):
11626 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
11627 sha512.h.
11628
11629 * fns.c (secure_hash): Rename from crypto_hash_function and change
11630 the first arg to accept symbols.
5b66d427 11631 (Fsecure_hash): New primitive.
7f3f739f
LL
11632 (syms_of_fns): New symbols.
11633
76147d94
DD
116342011-06-20 Deniz Dogan <deniz@dogan.se>
11635
11636 * process.c (Fset_process_buffer): Clarify return value in
11637 docstring.
11638
7d7d0045
CY
116392011-06-18 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * dispnew.c (add_window_display_history): Use BVAR.
11642
11643 * xdisp.c (debug_method_add): Use BVAR.
11644 (check_window_end, dump_glyph_matrix, dump_glyph)
11645 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
11646
11647 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
11648 Likewise.
11649
11650 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
11651 check till after the cache is created in init_frame_faces.
11652
ff2bc410
SM
116532011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11654
11655 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
11656
28177add
PE
116572011-06-16 Paul Eggert <eggert@cs.ucla.edu>
11658
dd3482fe
PE
11659 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
11660 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
11661 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
11662
393d71f3 11663 Improve buffer-overflow checking (Bug#8873).
1c8e352f
PE
11664 * fileio.c (Finsert_file_contents):
11665 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
11666 Remove the old (too-loose) buffer overflow checks.
11667 They weren't needed, since make_gap checks for buffer overflow.
11668 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
11669 The old code merely checked for Emacs fixnum overflow, and relied
11670 on undefined (wraparound) behavior. The new code avoids undefined
11671 behavior, and also checks for ptrdiff_t and/or size_t overflow.
11672
2e6813b0 11673 * editfns.c (Finsert_char): Don't dump core with very negative counts.
21d890a4
PE
11674 Tune. Don't use wider integers than needed. Don't use alloca.
11675 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
2e6813b0 11676
599a9e4f
PE
11677 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
11678
99561444
PE
11679 * insdel.c, lisp.h (buffer_overflow): New function.
11680 (insert_from_buffer_1, replace_range, replace_range_2):
11681 * insdel.c (make_gap_larger):
11682 * editfns.c (Finsert_char):
11683 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
11684
28177add
PE
11685 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
11686
e69dafad
PE
116872011-06-15 Paul Eggert <eggert@cs.ucla.edu>
11688
4baa020d 11689 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
ff672d2c 11690
b1c46f02
PE
11691 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
11692 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
11693
e69dafad
PE
11694 * fileio.c: Don't assume EMACS_INT fits in off_t.
11695 (emacs_lseek): New static function.
11696 (Finsert_file_contents, Fwrite_region): Use it.
11697 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
11698
566684ea
PE
11699 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
11700
e6966cd6
PE
11701 * fns.c: Don't overflow int when computing a list length.
11702 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
11703 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
11704 truncation on 64-bit hosts. Check for QUIT every
11705 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
11706 faster and is responsive enough.
11707 (Flength): Report an error instead of overflowing an integer.
11708 (Fsafe_length): Return a float if the value is not representable
11709 as a fixnum. This shouldn't happen except in contrived situations.
6346d301 11710 (Fnthcdr, Fsort): Don't assume list length fits in int.
de41a810 11711 (Fcopy_sequence): Don't assume vector length fits in int.
00c604f2 11712
dd0b0efb
PE
11713 * alloc.c: Check that resized vectors' lengths fit in fixnums.
11714 (header_size, word_size): New constants.
11715 (allocate_vectorlike): Don't check size overflow here.
11716 (allocate_vector): Check it here instead, since this is the only
11717 caller of allocate_vectorlike that could cause overflow.
11718 Check that the new vector's length is representable as a fixnum.
11719
86fe5cfe
PE
11720 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
11721 The previous code was bogus. For example, next_almost_prime (32)
11722 returned 39, which is undesirable as it is a multiple of 3; and
11723 next_almost_prime (24) returned 25, which is a multiple of 5 so
11724 why was the code bothering to check for multiples of 7?
11725
80e88859
PE
11726 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
11727
4a2f0ad6
PE
11728 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
11729
f66c7cf8
PE
11730 Variadic C functions now count arguments with ptrdiff_t.
11731 This partly undoes my 2011-03-30 change, which replaced int with size_t.
11732 Back then I didn't know that the Emacs coding style prefers signed int.
11733 Also, in the meantime I found a few more instances where arguments
4a2f0ad6
PE
11734 were being counted with int, which may truncate counts on 64-bit
11735 machines, or EMACS_INT, which may be unnecessarily wide.
f66c7cf8
PE
11736 * lisp.h (struct Lisp_Subr.function.aMANY)
11737 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
11738 Arg counts are now ptrdiff_t, not size_t.
11739 All variadic functions and their callers changed accordingly.
11740 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
11741 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
11742 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
11743 * callint.c (Fcall_interactively): Check arg count for overflow,
11744 to avoid potential buffer overrun. Use signed char, not 'int',
11745 for 'varies' array, so that we needn't bother to check its size
11746 calculation for overflow.
11747 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
11748 * eval.c (apply_lambda):
11749 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
11750 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
11751 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
11752
a1759b76
PE
11753 * callint.c (Fcall_interactively): Don't use index var as event count.
11754
d96be9fc
PE
11755 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
11756 * mem-limits.h (SIZE): Remove; no longer used.
11757
a690a978 11758 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
5efd304b 11759
578c21e6
PE
11760 Remove unnecessary casts.
11761 * xterm.c (x_term_init):
11762 * xfns.c (x_set_border_pixel):
11763 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
11764 These aren't needed now that we assume ANSI C.
11765
96f53c6c
PE
11766 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
11767 It's more likely to cause problems (due to unsigned overflow)
11768 than to cure them.
11769
83c77d31
PE
11770 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
11771
ee2079f1
PE
11772 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
11773
6da65536
PE
11774 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
11775
7147c4a4
PE
11776 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
11777
193e32d9
PE
11778 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
11779
e5533da6
PE
11780 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
11781
9910e595
PE
11782 GLYPH_CODE_FACE returns EMACS_INT, not int.
11783 * dispextern.h (merge_faces):
11784 * xfaces.c (merge_faces):
01103c44
PE
11785 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11786 Don't assume EMACS_INT fits in int.
9910e595 11787
2638320e
PE
11788 * character.h (CHAR_VALID_P): Remove unused parameter.
11789 * fontset.c, lisp.h, xdisp.c: All uses changed.
11790
045eb8d9
PE
11791 * editfns.c (Ftranslate_region_internal): Omit redundant test.
11792
c1f134b5
PE
11793 * fns.c (concat): Minor tuning based on overflow analysis.
11794 This doesn't fix any bugs. Use int to hold character, instead
11795 of constantly refetching from Emacs object. Use XFASTINT, not
11796 XINT, for value known to be a character. Don't bother comparing
11797 a single byte to 0400, as it's always less.
11798
395fcb93 11799 * floatfns.c (Fexpt):
327eeec8
PE
11800 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
11801
abbd3d23
PE
11802 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
11803 for characters.
11804
684a03ef
PE
11805 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
11806
0fed43f3
PE
11807 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
11808 Without this fix, on a 64-bit host (aset S 0 4294967386) would
11809 incorrectly succeed when S was a string, because 4294967386 was
11810 truncated before it was used.
11811
8fd02eb7
PE
11812 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
11813 Otherwise, an out-of-range integer could cause undefined behavior
11814 on a 64-bit host.
11815
f8c86b69
PE
11816 * composite.c: Use int, not EMACS_INT, for characters.
11817 (fill_gstring_body, composition_compute_stop_pos): Use int, not
11818 EMACS_INT, for values that are known to be in character range.
11819 This doesn't fix any bugs but is the usual style inside Emacs and
11820 may generate better code on 32-bit machines.
11821
34206dd2
PE
11822 Make sure a 64-bit char is never passed to ENCODE_CHAR.
11823 This is for reasons similar to the recent CHAR_STRING fix.
11824 * charset.c (Fencode_char): Check that character arg is actually
11825 a character. Pass an int to ENCODE_CHAR.
11826 * charset.h (ENCODE_CHAR): Verify that the character argument is no
11827 wider than 'int', as a compile-time check to prevent future regressions
11828 in this area.
11829
c5958d4c 11830 * character.c (char_string): Remove unnecessary casts.
13bdea59
PE
11831
11832 Make sure a 64-bit char is never passed to CHAR_STRING.
11833 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
11834 by silently ignoring the top 32 bits, allowing some values
11835 that were far too large to be valid characters.
11836 * character.h: Include <verify.h>.
11837 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
11838 arguments are no wider than unsigned, as a compile-time check
11839 to prevent future regressions in this area.
11840 * data.c (Faset):
01103c44 11841 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
13bdea59
PE
11842 (Fsubst_char_in_region):
11843 * fns.c (concat):
11844 * xdisp.c (decode_mode_spec_coding):
11845 Adjust to CHAR_STRING's new requirement.
11846 * editfns.c (Finsert_char, Fsubst_char_in_region):
11847 * fns.c (concat): Check that character args are actually
11848 characters. Without this test, these functions did the wrong
11849 thing with wildly out-of-range values on 64-bit hosts.
11850
d37ca623
PE
11851 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
11852 These casts should not be needed on 32-bit hosts, either.
11853 * keyboard.c (read_char):
11854 * lread.c (Fload): Remove casts to unsigned.
11855
ea204efb
PE
11856 * lisp.h (UNSIGNED_CMP): New macro.
11857 This fixes comparison bugs on 64-bit hosts.
11858 (ASCII_CHAR_P): Use it.
11859 * casefiddle.c (casify_object):
01103c44 11860 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
ea204efb
PE
11861 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
11862 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
11863 * dispextern.h (FACE_FROM_ID):
11864 * keyboard.c (read_char): Use UNSIGNED_CMP.
11865
41cb286c
PE
11866 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
11867 not to EMACS_INT, to avoid GCC warning.
11868
4a1b9832
PE
11869 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
11870
55daad71
PE
11871 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
11872 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
11873 isn't needed on 32-bit machines.
8f95c75c 11874
01103c44
PE
11875 * buffer.c (Fgenerate_new_buffer_name):
11876 Use EMACS_INT for count, not int.
0ceccced 11877 (advance_to_char_boundary): Return EMACS_INT, not int.
e762cafe
PE
11878
11879 * data.c (Qcompiled_function): Now static.
11880
c6f072e7
PE
11881 * window.c (window_body_lines): Now static.
11882
20ce5912
PE
11883 * image.c (gif_load): Rename local to avoid shadowing.
11884
9c4c5f81
PE
11885 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
11886 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
11887 * alloc.c (make_save_value): Integer argument is now of type
11888 ptrdiff_t, not int.
11889 (mark_object): Use ptrdiff_t, not int.
11890 * lisp.h (pD): New macro.
11891 * print.c (print_object): Use it.
11892
c0c5c8ae
PE
11893 * alloc.c: Use EMACS_INT, not int, to count objects.
11894 (total_conses, total_markers, total_symbols, total_vector_size)
11895 (total_free_conses, total_free_markers, total_free_symbols)
01103c44
PE
11896 (total_free_floats, total_floats, total_free_intervals)
11897 (total_intervals, total_strings, total_free_strings):
c0c5c8ae
PE
11898 Now EMACS_INT, not int. All uses changed.
11899 (Fgarbage_collect): Compute overall total using a double, so that
11900 integer overflow is less likely to be a problem. Check for overflow
11901 when converting back to an integer.
5a25e253
PE
11902 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
11903 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
11904 These were 'int' variables that could overflow on 64-bit hosts;
11905 they were never used, so remove them instead of repairing them.
211a0b2a 11906 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
6349ae4d
PE
11907 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
11908 Previously, this ceilinged at INT_MAX, but that doesn't work on
11909 64-bit machines.
e46bb31a 11910 (allocate_pseudovector): Don't use EMACS_INT when int would do.
c0c5c8ae 11911
c78baabf 11912 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
86f61a15 11913 (allocate_vectorlike): Check for ptrdiff_t overflow.
b6439961
PE
11914 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
11915 when a (possibly-narrower) signed value would do just as well.
11916 We prefer using signed arithmetic, to avoid comparison confusion.
c78baabf 11917
c9d624c6
PE
11918 * alloc.c: Catch some string size overflows that we were missing.
11919 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
11920 for convenience in STRING_BYTES_MAX.
11921 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
11922 The definition here is exact; the one in lisp.h was approximate.
11923 (allocate_string_data): Check for string overflow. This catches
11924 some instances we weren't catching before. Also, it catches
11925 size_t overflow on (unusual) hosts where SIZE_MAX <= min
11926 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
11927 and ptrdiff_t and EMACS_INT are both 64 bits.
c78baabf 11928
c9d624c6
PE
11929 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
11930 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
640c8776 11931 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
c9d624c6 11932
353032ce
PE
11933 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
11934
2bccce07
PE
11935 * alloc.c (Fmake_string): Check for out-of-range init.
11936
0ac30604
SM
119372011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
11940
c195f2de
JD
119412011-06-14 Jan Djärv <jan.h.d@swipnet.se>
11942
11943 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
11944 xg_get_default_scrollbar_width.
11945
11946 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
11947 (int_gtk_range_get_value): Move to the scroll bar part of the file.
11948 (style_changed_cb): Call update_theme_scrollbar_width and call
11949 x_set_scroll_bar_default_width and xg_frame_set_char_size for
11950 all frames (Bug#8505).
11951 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
11952 Call gtk_window_set_resizable if HAVE_GTK3.
11953 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
11954 and height if HAVE_GTK3 (Bug#8505).
11955 (scroll_bar_width_for_theme): New variable.
11956 (update_theme_scrollbar_width): New function.
11957 (xg_get_default_scrollbar_width): Move code to
11958 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
11959 (xg_initialize): Call update_theme_scrollbar_width.
11960
11961 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
11962
11963 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
11964
e10ac9f1
MR
119652011-06-12 Martin Rudalics <rudalics@gmx.at>
11966
11967 * frame.c (make_frame): Call other_buffer_safely instead of
11968 other_buffer.
11969
11970 * window.c (temp_output_buffer_show): Call display_buffer with
11971 second argument Vtemp_buffer_show_specifiers and reset latter
11972 immediately after the call.
11973 (Vtemp_buffer_show_specifiers): New variable.
11974 (auto_window_vscroll_p, next_screen_context_lines)
11975 (Vscroll_preserve_screen_position): Remove leading asterisks from
11976 doc-strings.
11977
2d3c217e 119782011-06-12 Paul Eggert <eggert@cs.ucla.edu>
4475bec4 11979
7b7f97e8 11980 Fix minor problems found by GCC 4.6.0 static checking.
4475bec4
PE
11981 * buffer.c (Qclone_number): Remove for now, as it's unused.
11982 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
11983 (record_buffer): Remove unused local.
11984 * frame.c (other_visible_frames, frame_buffer_list): Now static.
11985 (set_frame_buffer_list): Remove; unused.
11986 * frame.h (other_visible_frames): Remove decl.
11987 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
11988 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
11989 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
11990 if HAVE_GPM.
11991 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
11992 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
11993 Define only if HAVE_GPM.
11994 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
11995 (update_hints_inhibit): Remove; never set. All uses removed.
11996 * widgetprv.h (emacsFrameClassRec): Remove decl.
11997 * window.c (delete_deletable_window): Now returns void, since it
11998 wasn't returning anything.
11999 (compare_window_configurations): Remove unused locals.
12000 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
12001 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
4475bec4
PE
12002 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
12003 the same widths as pointers. This follows up on the 2011-05-06 patch.
12004 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
12005 * xterm.h: Likewise.
12006 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
12007
1384b89e
JB
120082011-06-12 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * makefile.w32-in: Update dependencies.
12011 (LISP_H): Add lib/intprops.h.
12012
1100a63c
CY
120132011-06-11 Chong Yidong <cyd@stupidchicken.com>
12014
12015 * image.c (gif_load): Add animation frame delay to the metadata.
12016 (syms_of_image): Use DEFSYM. New symbol `delay'.
12017
6198ccd0
MR
120182011-06-11 Martin Rudalics <rudalics@gmx.at>
12019
12020 * window.c (delete_deletable_window): Re-add.
12021 (Fset_window_configuration): Rewrite to handle dead buffers and
12022 consequently deletable windows.
12023 (window_tree, Fwindow_tree): Remove. Supply functionality in
12024 window.el.
12025 (compare_window_configurations): Simplify code.
12026
b6e3633c
AS
120272011-06-11 Andreas Schwab <schwab@linux-m68k.org>
12028
1ab0dee5
AS
12029 * image.c (imagemagick_load_image): Fix type mismatch.
12030 (Fimagemagick_types): Likewise.
12031
b6e3633c
AS
12032 * window.h (replace_buffer_in_windows): Declare.
12033
9397e56f
MR
120342011-06-11 Martin Rudalics <rudalics@gmx.at>
12035
12036 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
12037 Qclone_number. Remove external declaration of Qdelete_window.
12038 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
12039 code.
640c8776
SM
12040 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
12041 Run Qbuffer_list_update_hook if allowed.
9397e56f
MR
12042 (Fother_buffer): Rewrite doc-string. Major rewrite for new
12043 buffer list implementation.
12044 (other_buffer_safely): New function.
12045 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
12046 calls to replace_buffer_in_windows and
12047 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
12048 if allowed.
12049 (record_buffer): Inhibit quitting and rewrite using quittable
12050 functions. Run Qbuffer_list_update_hook if allowed.
12051 (Frecord_buffer, Funrecord_buffer): New functions.
640c8776
SM
12052 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
12053 Move switch-to-buffer to window.el.
9397e56f
MR
12054 (bury-buffer): Move to window.el.
12055 (Vbuffer_list_update_hook): New variable.
12056
12057 * lisp.h (other_buffer_safely): Add prototype in buffer.c
12058 section.
12059
12060 * window.h (resize_frame_windows): Move up in code.
12061 (Fwindow_frame): Remove EXFUN.
12062 (replace_buffer_in_all_windows): Remove prototype.
12063 (replace_buffer_in_windows_safely): Add prototype.
12064
12065 * window.c: Declare Qdelete_window static again. Move down
12066 declaration of select_count.
12067 (Fnext_window, Fprevious_window): Rewrite doc-strings.
12068 (Fother_window): Move to window.el.
12069 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
12070 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
12071 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
12072 window.el.
12073 (replace_buffer_in_windows): Implement by calling
12074 Qreplace_buffer_in_windows.
12075 (replace_buffer_in_all_windows): Remove with some functionality
12076 moved into replace_buffer_in_windows_safely.
12077 (replace_buffer_in_windows_safely): New function.
12078 (select_window_norecord, select_frame_norecord): Move in front
12079 of run_window_configuration_change_hook. Remove now obsolete
12080 declarations.
640c8776
SM
12081 (Fset_window_buffer): Rewrite doc-string.
12082 Call Qrecord_window_buffer.
9397e56f
MR
12083 (keys_of_window): Move binding for other-window to window.el.
12084
b50691aa
CY
120852011-06-11 Chong Yidong <cyd@stupidchicken.com>
12086
12087 * dispextern.h (struct image): Replace data member, whose int_val
12088 and ptr_val fields were not used by anything, with a single
12089 lisp_val object.
12090
12091 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
12092 (gif_clear_image, gif_load, imagemagick_load_image)
12093 (gs_clear_image, gs_load): Callers changed.
12094
3f754b86
PE
120952011-06-10 Paul Eggert <eggert@cs.ucla.edu>
12096
cca69397
PE
12097 * buffer.h: Include <time.h>, for time_t.
12098 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
12099
109e28d0
PE
12100 Fix minor problems found by static checking.
12101
60737f02
PE
12102 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
12103
4b66faf3
PE
12104 Make identifiers static if they are not used in other modules.
12105 * data.c (Qcompiled_function, Qframe, Qvector):
12106 * image.c (QimageMagick, Qsvg):
12107 * minibuf.c (Qmetadata):
12108 * window.c (resize_window_check, resize_root_window): Now static.
12109 * window.h (resize_window_check, resize_root_window): Remove decls.
12110
109e28d0
PE
12111 * window.c (window_deletion_count, delete_deletable_window):
12112 Remove; unused.
46a4ce9e
PE
12113 (window_body_lines): Now static.
12114 (Fdelete_other_windows_internal): Mark vars as initialized.
12115 Make sure 'resize_failed' is initialized.
12116 (run_window_configuration_change_hook): Rename local to avoid shadowing.
12117 (resize_window_apply): Remove unused local.
12118 * window.h (delete_deletable_window): Remove decl.
12119
109e28d0 12120 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
33290528
PE
12121 (imagemagick_load_image): Fix pointer signedness problem by changing
12122 last arg from unsigned char * to char *. All uses changed.
12123 Also, fix a local for similar reasons.
12124 Remove unused locals. Remove locals to avoid shadowing.
12125 (fn_rsvg_handle_free): Remove; unused.
12126 (svg_load, svg_load_image): Fix pointer signedness problem.
f7e13da3 12127 (imagemagick_load_image): Don't use garbage pointer image_wand.
33290528 12128
3f754b86
PE
12129 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
12130
2547adb1
CY
121312011-06-10 Chong Yidong <cyd@stupidchicken.com>
12132
12133 * image.c (gif_load): Fix omitted cast error introduced by
12134 2011-06-06 change.
12135
2c8e37d4
MR
121362011-06-10 Martin Rudalics <rudalics@gmx.at>
12137
12138 * window.h (resize_proportionally, orig_total_lines)
12139 (orig_top_line): Remove from window structure.
12140 (set_window_height, set_window_width, change_window_heights)
12141 (Fdelete_window): Remove prototypes.
12142 (resize_frame_windows): Remove duplicate declaration.
12143
440a42e3
EZ
121442011-06-10 Eli Zaretskii <eliz@gnu.org>
12145
12146 * window.h (resize_frame_windows, resize_window_check)
12147 (delete_deletable_window, resize_root_window)
12148 (resize_frame_windows): Declare prototypes.
12149
12150 * window.c (resize_window_apply): Make definition be "static" to
12151 match the prototype.
12152
562dd5e9
MR
121532011-06-10 Martin Rudalics <rudalics@gmx.at>
12154
12155 * window.c: Remove declarations of Qwindow_size_fixed,
12156 window_min_size_1, window_min_size_2, window_min_size,
12157 size_window, window_fixed_size_p, enlarge_window, delete_window.
12158 Remove static from declaration of Qdelete_window, it's
12159 temporarily needed by Fbury_buffer.
12160 (replace_window): Don't assign orig_top_line and
12161 orig_total_lines.
12162 (Fdelete_window, delete_window): Remove. Window deletion is
12163 handled by window.el.
640c8776
SM
12164 (window_loop): Remove DELETE_OTHER_WINDOWS case.
12165 Replace Fdelete_window calls with calls to Qdelete_window.
562dd5e9
MR
12166 (Fdelete_other_windows): Remove. Deleting other windows is
12167 handled by window.el.
12168 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
12169 handled in window.el.
12170 (window_min_size_2, window_min_size_1, window_min_size): Remove.
12171 Window minimum sizes are handled in window.el.
12172 (shrink_windows, size_window, set_window_height)
12173 (set_window_width, change_window_heights, window_height)
12174 (window_width, CURBEG, CURSIZE, enlarge_window)
12175 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
12176 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
12177 handled in window.el.
12178 (make_dummy_parent): Rename to make_parent_window and give it a
12179 second argument horflag.
12180 (make_window): Don't set resize_proportionally any more.
12181 (Fsplit_window): Remove. Windows are split in window.el.
12182 (save_restore_action, save_restore_orig_size)
12183 (shrink_window_lowest_first, save_restore_orig_size): Remove.
12184 Resize mini windows in window.el.
12185 (grow_mini_window, shrink_mini_window): Implement by calling
12186 Qresize_root_window_vertically, resize_window_check and
12187 resize_window_apply.
640c8776
SM
12188 (saved_window, Fset_window_configuration, save_window_save):
12189 Do not handle orig_top_line, orig_total_lines, and
562dd5e9
MR
12190 resize_proportionally.
12191 (window_min_height, window_min_width): Move to window.el.
12192 (keys_of_window): Move bindings for delete-other-windows,
12193 split-window, delete-window and enlarge-window to window.el.
12194
12195 * buffer.c: Temporarily extern Qdelete_window.
12196 (Fbury_buffer): Temporarily call Qdelete_window instead of
12197 Fdelete_window (Fbury_buffer will move to window.el soon).
12198
12199 * frame.c (set_menu_bar_lines_1): Remove code handling
12200 orig_top_line and orig_total_lines.
12201
12202 * dispnew.c (adjust_frame_glyphs_initially): Don't use
12203 set_window_height but set heights directly.
12204 (change_frame_size_1): Use resize_frame_windows.
12205
12206 * xdisp.c (init_xdisp): Don't use set_window_height but set
12207 heights directly.
12208
640c8776
SM
12209 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
12210 Use resize_frame_windows instead of change_window_heights and run
562dd5e9
MR
12211 run_window_configuration_change_hook.
12212
12213 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
12214 instead of change_window_heights and run
12215 run_window_configuration_change_hook.
12216
1a13852e
MR
122172011-06-09 Martin Rudalics <rudalics@gmx.at>
12218
12219 * window.c (replace_window): Rename second argument REPLACEMENT to
12220 NEW. New third argument SETFLAG. Rewrite.
12221 (delete_window, make_dummy_parent): Call replace_window with
12222 third argument 1.
12223 (window_list_1): Move down in code.
12224 (run_window_configuration_change_hook): Move set_buffer part
12225 before select_frame_norecord part in order to unwind correctly.
12226 Rename count1 to count.
12227 (recombine_windows, delete_deletable_window, resize_root_window)
12228 (Fdelete_other_windows_internal)
12229 (Frun_window_configuration_change_hook, make_parent_window)
12230 (resize_window_check, resize_window_apply, Fresize_window_apply)
12231 (resize_frame_windows, Fsplit_window_internal)
640c8776
SM
12232 (Fdelete_window_internal, Fresize_mini_window_internal):
12233 New functions.
1a13852e
MR
12234 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
12235
f3d1777e
MR
122362011-06-08 Martin Rudalics <rudalics@gmx.at>
12237
496e208e
MR
12238 * window.h (window): Add some new members to window structure -
12239 normal_lines, normal_cols, new_total, new_normal, clone_number,
12240 splits, nest, prev_buffers, next_buffers.
12241 (WINDOW_TOTAL_SIZE): Move here from window.c.
b9e809c2 12242 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
496e208e 12243
f3d1777e
MR
12244 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
12245 Remove.
496e208e
MR
12246 (make_dummy_parent): Set new members of windows structure.
12247 (make_window): Move down in code. Handle new members of window
12248 structure.
12249 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
12250 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
12251 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
12252 (Fset_window_prev_buffers, Fwindow_next_buffers)
640c8776
SM
12253 (Fset_window_next_buffers, Fset_window_clone_number):
12254 New functions.
496e208e
MR
12255 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
12256 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
12257 Doc-string fixes.
12258 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
12259 Argument WINDOW can be now internal window too.
12260 (Fwindow_use_time): Move up in code.
12261 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
12262 Rewrite doc-string.
12263 (Fset_window_configuration, saved_window)
12264 (Fcurrent_window_configuration, save_window_save): Handle new
12265 members of window structure.
b9e809c2
MR
12266 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
12267 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
12268 (syms_of_window): New Lisp objects Qrecord_window_buffer,
12269 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
12270 Qget_mru_window, Qresize_root_window,
12271 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
12272 Qauto_buffer_name; staticpro them.
f3d1777e 12273
abde8f8c
MR
122742011-06-07 Martin Rudalics <rudalics@gmx.at>
12275
12276 * window.c (Fwindow_total_size, Fwindow_left_column)
12277 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
12278 (Fwindow_list_1): New functions.
12279 (window_box_text_cols): Replace with window_body_cols.
640c8776
SM
12280 (Fwindow_width, Fscroll_left, Fscroll_right):
12281 Use window_body_cols instead of window_box_text_cols.
12282 (delete_window, Fset_window_configuration):
12283 Call delete_all_subwindows with window as argument.
fa8a67e6
MR
12284 (delete_all_subwindows): Take a window as argument and not a
12285 structure. Rewrite.
190b47e6
MR
12286 (window_loop): Remove handling of GET_LRU_WINDOW and
12287 GET_LARGEST_WINDOW.
12288 (Fget_lru_window, Fget_largest_window): Move to window.el.
abde8f8c
MR
12289
12290 * window.h: Extern window_body_cols instead of
fa8a67e6
MR
12291 window_box_text_cols. delete_all_subwindows now takes a
12292 Lisp_Object as argument.
abde8f8c 12293
640c8776
SM
12294 * indent.c (compute_motion, Fcompute_motion):
12295 Use window_body_cols instead of window_box_text_cols.
abde8f8c 12296
fa8a67e6
MR
12297 * frame.c (delete_frame): Call delete_all_subwindows with root
12298 window as argument.
12299
a54e3482
DC
123002011-06-07 Daniel Colascione <dan.colascione@gmail.com>
12301
12302 * fns.c (Fputhash): Document return value.
12303
60002bf5
CY
123042011-06-06 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * image.c (gif_load): Implement gif89a spec "no disposal" method.
12307
0c671da6 123082011-06-06 Paul Eggert <eggert@cs.ucla.edu>
ccd9a01a 12309
b862a52a 12310 Cons<->int and similar integer overflow fixes (Bug#8794).
77984278 12311
be44ca6c
PE
12312 Check for overflow when converting integer to cons and back.
12313 * charset.c (Fdefine_charset_internal, Fdecode_char):
12314 Use cons_to_unsigned to catch overflow.
12315 (Fencode_char): Use INTEGER_TO_CONS.
12316 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
12317 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
12318 * data.c (long_to_cons, cons_to_long): Remove.
12319 (cons_to_unsigned, cons_to_signed): New functions.
12320 These signal an error for invalid or out-of-range values.
12321 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
12322 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
12323 * font.c (Ffont_variation_glyphs):
12324 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
12325 * lisp.h: Include <intprops.h>.
12326 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
12327 (cons_to_signed, cons_to_unsigned): New decls.
12328 (long_to_cons, cons_to_long): Remove decls.
12329 * undo.c (record_first_change): Use INTEGER_TO_CONS.
12330 (Fprimitive_undo): Use CONS_TO_INTEGER.
12331 * xfns.c (Fx_window_property): Likewise.
12332 * xselect.c: Include <limits.h>.
12333 (x_own_selection, selection_data_to_lisp_data):
12334 Use INTEGER_TO_CONS.
12335 (x_handle_selection_request, x_handle_selection_clear)
12336 (x_get_foreign_selection, Fx_disown_selection_internal)
12337 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
12338 (lisp_data_to_selection_data): Use cons_to_unsigned.
12339 (x_fill_property_data): Use cons_to_signed.
12340 Report values out of range.
12341
d1f3d2af
PE
12342 Check for buffer and string overflow more precisely.
12343 * buffer.h (BUF_BYTES_MAX): New macro.
12344 * lisp.h (STRING_BYTES_MAX): New macro.
12345 * alloc.c (Fmake_string):
12346 * character.c (string_escape_byte8):
12347 * coding.c (coding_alloc_by_realloc):
12348 * doprnt.c (doprnt):
12349 * editfns.c (Fformat):
12350 * eval.c (verror):
12351 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
12352 since they may not be the same number.
12353 * editfns.c (Finsert_char):
12354 * fileio.c (Finsert_file_contents):
12355 Likewise for BUF_BYTES_MAX.
12356
dd52fcea
PE
12357 * image.c: Use ptrdiff_t, not int, for sizes.
12358 (slurp_file): Switch from int to ptrdiff_t.
12359 All uses changed.
12360 (slurp_file): Check that file size fits in both size_t (for
12361 malloc) and ptrdiff_t (for sanity and safety).
12362
7f9bbdbb
PE
12363 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
12364 if b->modtime has its maximal value.
12365
dfe18f82
PE
12366 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
12367
84acfcf0
PE
12368 Don't assume time_t can fit into int.
12369 * buffer.h (struct buffer.modtime): Now time_t, not int.
12370 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
12371 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
12372
ccd9a01a
PE
12373 Minor fixes for signed vs unsigned integers.
12374 * character.h (MAYBE_UNIFY_CHAR):
12375 * charset.c (maybe_unify_char):
12376 * keyboard.c (read_char, reorder_modifiers):
12377 XINT -> XFASTINT, since the integer must be nonnegative.
12378 * ftfont.c (ftfont_spec_pattern):
12379 * keymap.c (access_keymap, silly_event_symbol_error):
12380 XUINT -> XFASTINT, since the integer must be nonnegative.
12381 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
12382 since it makes no difference and we prefer signed.
12383 * keyboard.c (record_char): Use XUINT when all the neighbors do.
12384 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
12385 nonnegative.
12386
d6d100dd
SM
123872011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * window.h (Fwindow_frame): Declare.
12390
2b6148e4
PE
123912011-06-06 Paul Eggert <eggert@cs.ucla.edu>
12392
12393 * alloc.c: Simplify handling of large-request failures (Bug#8800).
12394 (SPARE_MEMORY): Always define.
12395 (LARGE_REQUEST): Remove.
12396 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
12397
f230ecc9
MR
123982011-06-06 Martin Rudalics <rudalics@gmx.at>
12399
727e958e
MR
12400 * lisp.h: Move EXFUNS for Fframe_root_window,
12401 Fframe_first_window and Fset_frame_selected_window to window.h.
12402
12403 * window.h: Move EXFUNS for Fframe_root_window,
12404 Fframe_first_window and Fset_frame_selected_window here from
12405 lisp.h.
12406
12407 * frame.c (Fwindow_frame, Fframe_first_window)
12408 (Fframe_root_window, Fframe_selected_window)
12409 (Fset_frame_selected_window): Move to window.c.
12410 (Factive_minibuffer_window): Move to minibuf.c.
12411 (Fother_visible_frames_p): New function.
12412
12413 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
12414
f230ecc9
MR
12415 * window.c (decode_window, decode_any_window): Move up in code.
12416 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
12417 (inhibit_frame_unsplittable): Remove unused variable.
bf60a96b
MR
12418 (Fwindow_buffer): Move up and rewrite doc-string.
12419 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
12420 (Fwindow_prev): New functions.
727e958e
MR
12421 (Fwindow_frame): Move here from frame.c. Accept any window as
12422 argument.
12423 (Fframe_root_window, Fframe_first_window)
12424 (Fframe_selected_window): Move here from frame.c. Accept frame
12425 or arbitrary window as argument. Update doc-strings.
12426 (Fminibuffer_window): Move up in code.
12427 (Fwindow_minibuffer_p): Move up in code and simplify.
d6d100dd
SM
12428 (Fset_frame_selected_window): Move here from frame.c.
12429 Marginal rewrite.
727e958e
MR
12430 (Fselected_window, select_window, Fselect_window): Move up in
12431 code. Minor doc-string fixes.
f230ecc9 12432
4d09bcf6
PE
124332011-06-06 Paul Eggert <eggert@cs.ucla.edu>
12434
12435 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
12436 Do not assume that spare memory exists; that assumption is valid
12437 only if SYSTEM_MALLOC.
12438 (LARGE_REQUEST): New macro, so that the issue of large requests
12439 is separated from the issue of spare memory.
12440
810928a2
AS
124412011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12442
172418ad
AS
12443 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
12444 format. (Bug#8806)
12445
43f862f7
AS
12446 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
12447
810928a2
AS
12448 * xfns.c (x_set_scroll_bar_default_width): Move declarations
12449 before statements.
12450
a059fe24
JD
124512011-06-05 Jan Djärv <jan.h.d@swipnet.se>
12452
12453 * gtkutil.c (xg_get_default_scrollbar_width): New function.
12454
12455 * gtkutil.h: Declare xg_get_default_scrollbar_width.
12456
12457 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
12458 min width by calling x_set_scroll_bar_default_width (Bug#8505).
12459
989bf368
JB
124602011-06-05 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
12463
4b80f674
CY
124642011-06-04 Chong Yidong <cyd@stupidchicken.com>
12465
12466 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
12467 (x_clipboard_manager_save): Add return value.
d6d100dd
SM
12468 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
12469 New error handlers.
4b80f674
CY
12470 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
12471 Obey Vx_select_enable_clipboard_manager. Catch errors in
12472 x_clipboard_manager_save (Bug#8779).
12473 (Vx_select_enable_clipboard_manager): New variable.
de65b42c 12474 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
4b80f674 12475
99a33b77 124762011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
8b3115e7
DN
12477
12478 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
12479
99a33b77 124802011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14eca62f
YM
12481
12482 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
12483 in the current matrix if keep_current_p is non-zero.
12484
8264569d
EZ
124852011-06-04 Eli Zaretskii <eliz@gnu.org>
12486
12487 * bidi.c (bidi_level_of_next_char): Fix last change.
12488
57f97249
EZ
124892011-06-03 Eli Zaretskii <eliz@gnu.org>
12490
fec2107c 12491 Support bidi reordering of text covered by display properties.
57f97249 12492
fec2107c
EZ
12493 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
12494 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
12495 (bidi_cache_search, bidi_cache_iterator_state)
12496 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
d6d100dd
SM
12497 (bidi_level_of_next_char, bidi_move_to_visually_next):
12498 Support character positions inside a run of characters covered by a
fec2107c
EZ
12499 display string.
12500 (bidi_paragraph_init, bidi_resolve_explicit_1)
12501 (bidi_level_of_next_char): Call bidi_fetch_char and
12502 bidi_fetch_char_advance instead of FETCH_CHAR and
12503 FETCH_CHAR_ADVANCE.
12504 (bidi_init_it): Initialize new members.
12505 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
12506 definitions.
12507 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
12508 instead of using explicit *_CHAR codes.
d6d100dd
SM
12509 (bidi_resolve_explicit, bidi_resolve_weak):
12510 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
fec2107c
EZ
12511 bidirectional text is supported only in multibyte buffers.
12512 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
12513 it to initialize the frame_window_p member of struct bidi_it.
12514 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
12515 (bidi_resolve_explicit, bidi_resolve_weak)
12516 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
12517 bidi_it->nchars is non-positive.
12518 (bidi_level_of_next_char): Don't try to lookup the cache for the
12519 next/previous character if nothing is cached there yet, or if we
12520 were just reseat()'ed to a new position.
c40e2fb2 12521
0e14fe90
EZ
12522 * xdisp.c (set_cursor_from_row): Set start and stop points
12523 according to the row's direction when priming the loop that looks
12524 for the glyph on which to display cursor.
12525 (single_display_spec_intangible_p): Function deleted.
12526 (display_prop_intangible_p): Reimplement to call
12527 handle_display_spec instead of single_display_spec_intangible_p.
d6d100dd
SM
12528 Accept 3 additional arguments needed by handle_display_spec.
12529 This fixes incorrect cursor motion across display property with complex
0e14fe90
EZ
12530 values: lists, `(when COND...)' forms, etc.
12531 (single_display_spec_string_p): Support property values that are
12532 lists with the argument STRING its top-level element.
12533 (display_prop_string_p): Fix the condition for processing a
12534 property that is a list to be consistent with handle_display_spec.
fec2107c 12535 (handle_display_spec): New function, refactored from the
fc6f18ce
EZ
12536 last portion of handle_display_prop.
12537 (compute_display_string_pos): Accept additional argument
12538 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
12539 value of a `display' property is a "replacing spec".
12540 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
12541 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
12542 the display property, but just return a value indicating whether
12543 the display property will replace the characters it covers.
12544 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
12545 frame_window_p members of struct bidi_it.
d6d100dd
SM
12546 (compute_display_string_pos, compute_display_string_end):
12547 New functions.
fec2107c
EZ
12548 (push_it): Accept second argument POSITION, where pop_it should
12549 jump to continue iteration.
12550 (reseat_1): Initialize bidi_it.disp_pos.
fc6f18ce 12551
fec2107c
EZ
12552 * keyboard.c (adjust_point_for_property): Adjust the call to
12553 display_prop_intangible_p to its new signature.
fc6f18ce
EZ
12554
12555 * dispextern.h (struct bidi_it): New member frame_window_p.
fec2107c
EZ
12556 (bidi_init_it): Update prototypes.
12557 (display_prop_intangible_p): Update prototype.
d6d100dd
SM
12558 (compute_display_string_pos, compute_display_string_end):
12559 Declare prototypes.
fec2107c
EZ
12560 (struct bidi_it): New members nchars and disp_pos. ch_len is now
12561 EMACS_INT.
fc6f18ce 12562
40087514 125632011-06-02 Paul Eggert <eggert@cs.ucla.edu>
0de4bb68 12564
57f53182
PE
12565 Malloc failure behavior now depends on size of allocation.
12566 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
12567 * lisp.h: Change signatures accordingly.
12568 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
12569 All callers changed. (Bug#8762)
12570
12571 * gnutls.c: Use Emacs's memory allocators.
12572 Without this change, the gnutls library would invoke malloc etc.
12573 directly, which causes problems on non-SYNC_INPUT hosts, and which
12574 runs afoul of improving memory_full behavior. (Bug#8761)
12575 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
12576 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
12577 xfree instead of the default malloc, realloc, free.
12578 (Fgnutls_boot): No need to check for memory allocation failure,
12579 since xmalloc does that for us.
12580
ac32cd99 12581 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
3870d916
PE
12582 * category.c (hash_get_category_set):
12583 * ccl.c (ccl_driver):
12584 * charset.c (Fdefine_charset_internal):
12585 * charset.h (struct charset.hash_index):
12586 * composite.c (get_composition_id, gstring_lookup_cache)
12587 (composition_gstring_put_cache):
12588 * composite.h (struct composition.hash_index):
12589 * dispextern.h (struct image.hash):
12590 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
12591 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
12592 (hashfn_equal, hashfn_user_defined, make_hash_table)
12593 (maybe_resize_hash_table, hash_lookup, hash_put)
12594 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
12595 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
12596 (Fsxhash, Fgethash, Fputhash, Fmaphash):
12597 * image.c (make_image, search_image_cache, lookup_image)
12598 (xpm_put_color_table_h):
12599 * lisp.h (struct Lisp_Hash_Table):
0de4bb68 12600 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
ac389d0c 12601 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
3870d916 12602 for hashes and hash indexes, instead of 'unsigned' and 'int'.
40087514
PE
12603 * alloc.c (allocate_vectorlike):
12604 Check for overflow in vector size calculations.
12605 * ccl.c (ccl_driver):
12606 Check for overflow when converting EMACS_INT to int.
0de4bb68
PE
12607 * fns.c, image.c: Remove unnecessary static decls that would otherwise
12608 need to be updated by these changes.
40087514
PE
12609 * fns.c (make_hash_table, maybe_resize_hash_table):
12610 Check for integer overflow with large hash tables.
0de4bb68
PE
12611 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
12612 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
12613 (SXHASH_REDUCE): New macro.
12614 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
12615 Use it instead of discarding useful hash info with large hash values.
12616 (sxhash_float): New function.
12617 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
12618 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
40087514
PE
12619 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
12620 Rewrite to use FIXNUM_BITS, as this simplifies things.
0de4bb68
PE
12621 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
12622 Adjust signatures to match updated version of code.
12623 (consing_since_gc): Now EMACS_INT, since a single hash table can
12624 use more than INT_MAX bytes.
12625
698d32e2
DN
126262011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12627
12628 Make it possible to build with GCC-4.6+ -O2 -flto.
12629
12630 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
12631
fd6fa53f
SM
126322011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * minibuf.c (get_minibuffer, read_minibuf_unwind):
12635 Call minibuffer-inactive-mode.
12636
864db017
JB
126372011-05-31 Juanma Barranquero <lekktu@gmail.com>
12638
12639 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
12640 Update dependencies.
12641
2ad0baf4
DN
126422011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12643
12644 * data.c (init_data): Remove code for UTS, this system is not
12645 supported anymore.
12646
4fcc2638
DN
126472011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12648
12649 Don't force ./temacs to start in terminal mode.
12650
12651 * frame.c (make_initial_frame): Initialize faces in all cases, not
12652 only when CANNOT_DUMP is defined.
12653 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
12654
c56e0fd5
DN
126552011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12656
12657 * dispnew.c (add_window_display_history): Use const for the string
12658 pointer. Remove declaration, not needed.
12659
333d54da 126602011-05-31 Paul Eggert <eggert@cs.ucla.edu>
9cf9f756 12661
55d4c1b2 12662 Use 'inline', not 'INLINE'.
333d54da 12663 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
55d4c1b2
PE
12664 * alloc.c, fontset.c (INLINE): Remove.
12665 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
12666 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
12667 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
12668 * gmalloc.c (register_heapinfo): Use inline unconditionally.
12669 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
12670
738db178
DN
126712011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
12672
12673 Make it possible to run ./temacs.
12674
12675 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
12676 syms_of_callproc does the same thing. Remove test for
12677 "initialized", do it in the caller.
12678 * emacs.c (main): Avoid calling set_initial_environment when dumping.
12679
620c53a6
SM
126802011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
12683 (read_minibuf): Use get_minibuffer.
12684 (syms_of_minibuf): Use DEFSYM.
12685 (Qmetadata): New var.
12686 * data.c (Qbuffer): Don't make it static.
12687 (syms_of_data): Use DEFSYM.
12688
e003a292
PE
126892011-05-31 Paul Eggert <eggert@cs.ucla.edu>
12690
12691 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
12692 (CCL_CODE_MIN): New macro.
12693
ed008a6d
PE
126942011-05-30 Paul Eggert <eggert@cs.ucla.edu>
12695
3687c2ef
PE
12696 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
12697
ed008a6d
PE
12698 * eval.c (Qdebug): Now static.
12699 * lisp.h (Qdebug): Remove decl. This reverts a part of the
12700 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
12701 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
12702
d66c4c7c
CY
127032011-05-29 Chong Yidong <cyd@stupidchicken.com>
12704
12705 * image.c: Various fixes to ImageMagick code comments.
12706 (Fimagemagick_types): Doc fix.
12707
5fbc2025
PE
127082011-05-29 Paul Eggert <eggert@cs.ucla.edu>
12709
0196f88a
PE
12710 Minor fixes prompted by GCC 4.6.0 warnings.
12711
12712 * xselect.c (converted_selections, conversion_fail_tag): Now static.
12713
5fbc2025
PE
12714 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
12715 (x_clipboard_manager_save_all): Move extern decl to ...
12716 * xterm.h: ... here, so that it can be checked for consistency.
12717
1dd3c2d9
CY
127182011-05-29 Chong Yidong <cyd@stupidchicken.com>
12719
12720 * xselect.c (x_clipboard_manager_save_frame)
12721 (x_clipboard_manager_save_all): New functions.
12722 (Fx_clipboard_manager_save): Lisp function deleted.
12723
12724 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
12725 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
12726
12727 * xterm.h: Update prototype.
12728
5ba6571d
WX
127292011-05-28 William Xu <william.xwl@gmail.com>
12730
12731 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
12732 exiting (Bug#8239).
12733
3eaff834
JM
127342011-05-28 Jim Meyering <meyering@redhat.com>
12735
e1900994 12736 Avoid a sign-extension bug in crypto_hash_function.
3eaff834
JM
12737 * fns.c (to_uchar): Define.
12738 (crypto_hash_function): Use it to convert some newly-signed
12739 variables to unsigned, to avoid sign-extension bugs. For example,
12740 without this change, (md5 "truc") would evaluate to
12741 45723a2aff78ff4fff7fff1114760e62 rather than the expected
12742 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
e1900994 12743 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
3eaff834 12744
0f6990a7
PE
127452011-05-27 Paul Eggert <eggert@cs.ucla.edu>
12746
12747 Integer overflow fixes.
c8a9ca5a 12748
08686060
PE
12749 * dbusbind.c: Serial number integer overflow fixes.
12750 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
08686060
PE
12751 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
12752 to hold a serial number that is too large for a fixnum.
12753 (Fdbus_method_return_internal, Fdbus_method_error_internal):
12754 Check for serial numbers out of range. Decode any serial number
59568bf0 12755 that was so large that it became a float. (Bug#8722)
08686060 12756
2d1fc3c7
PE
12757 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
12758 (Fdbus_call_method, Fdbus_call_method_asynchronously):
12759 Use XFASTINT rather than XUINT when numbers are nonnegative.
12760 (xd_append_arg, Fdbus_method_return_internal):
12761 (Fdbus_method_error_internal): Likewise. Also, for unsigned
12762 arguments, check that Lisp number is nonnegative, rather than
59568bf0 12763 silently wrapping negative numbers around. (Bug#8722)
30217ff0 12764 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
59568bf0 12765 (Bug#8722)
2d1fc3c7 12766
c8a9ca5a
PE
12767 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
12768
519e1d69
PE
12769 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
12770
6df6ae42 12771 ccl: Add integer overflow checks.
30569699
PE
12772 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
12773 (IN_INT_RANGE): New macros.
12774 (ccl_driver): Use them to check for integer overflow when
12775 decoding a CCL program. Many of the new checks are whether XINT (x)
12776 fits in int; it doesn't always, on 64-bit hosts. The new version
12777 doesn't catch all possible integer overflows, but it's an
847044ea 12778 improvement. (Bug#8719)
30569699 12779
c11285dc
PE
12780 * alloc.c (make_event_array): Use XINT, not XUINT.
12781 There's no need for unsigned here.
12782
fdccd48e
PE
12783 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
12784 This follows up to the 2011-05-06 change that substituted uintptr_t
12785 for EMACS_INT. This case wasn't caught back then.
12786
37910ab2
PE
12787 Rework Fformat to avoid integer overflow issues.
12788 * editfns.c: Include <float.h> unconditionally, as it's everywhere
12789 now (part of C89). Include <verify.h>.
12790 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
12791 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
12792 (Fformat): Avoid the prepass trying to compute sizes; it was only
12793 approximate and thus did not catch overflow reliably. Instead, walk
12794 through the format just once, formatting and computing sizes as we go,
12795 checking for integer overflow at every step, and allocating a larger
12796 buffer as needed. Keep track separately whether the format is
12797 multibyte. Keep only the most-recently calculated precision, rather
12798 than them all. Record whether each argument has been converted to
12799 string. Use EMACS_INT, not int, for byte and char and arg counts.
12800 Support field widths and precisions larger than INT_MAX. Avoid
12801 sprintf's undefined behavior with conversion specifications such as %#d
12802 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
12803 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
12804 formatting out-of-range floating point numbers with int
9173deec 12805 formats. (Bug#8668)
37910ab2 12806
2e6578fb
PE
12807 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
12808
0ae6bdee
PE
12809 * data.c: Avoid integer truncation in expressions involving floats.
12810 * data.c: Include <intprops.h>.
12811 (arith_driver): When there's an integer overflow in an expression
12812 involving floating point, convert the integers to floating point
12813 so that the resulting value does not suffer from catastrophic
12814 integer truncation. For example, on a 64-bit host (* 4
12815 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
12816 Do not rely on undefined behavior after integer overflow.
12817
de883a70
PE
12818 merge count_size_as_multibyte, parse_str_to_multibyte
12819 * character.c, character.h (count_size_as_multibyte):
fd6fa53f 12820 Rename from parse_str_to_multibyte; all uses changed.
de883a70
PE
12821 Check for integer overflow.
12822 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
12823 since it's now a duplicate of the other. This is more of
12824 a character than a buffer op, so better that it's in character.c.
12825 * fns.c, print.c: Adjust to above changes.
12826
2ff916cb
PE
128272011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
12830
f1b54466
PE
128312011-05-27 Paul Eggert <eggert@cs.ucla.edu>
12832
fb1ac845
PE
12833 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
12834 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
12835 (x_clipboard_manager_save): Now static.
12836 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
12837
f1b54466
PE
12838 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
12839 (crypto_hash_function): Now static.
12840 Fix pointer signedness problems. Avoid unnecessary initializations.
12841
a9f737ee
CY
128422011-05-27 Chong Yidong <cyd@stupidchicken.com>
12843
12844 * termhooks.h (Vselection_alist): Make it terminal-local.
12845
12846 * terminal.c (create_terminal): Initialize it.
12847
12848 * xselect.c: Support for clipboard managers.
12849 (Vselection_alist): Move to termhooks.h as terminal-local var.
12850 (LOCAL_SELECTION): New macro.
12851 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
12852 (symbol_to_x_atom): Remove gratuitous arg.
12853 (x_handle_selection_request, lisp_data_to_selection_data)
12854 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
620c53a6
SM
12855 (x_own_selection, x_get_local_selection, x_convert_selection):
12856 New arg, specifying work frame. Use terminal-local Vselection_alist.
a9f737ee
CY
12857 (some_frame_on_display): Delete unused function.
12858 (Fx_own_selection_internal, Fx_get_selection_internal)
12859 (Fx_disown_selection_internal, Fx_selection_owner_p)
12860 (Fx_selection_exists_p): New optional frame arg.
12861 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
12862 (x_handle_selection_clear): Don't treat other terminals with the
12863 same keyboard specially. Use the terminal-local Vselection_alist.
12864 (x_clear_frame_selections): Use Frun_hook_with_args.
12865
12866 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
12867
12868 * xterm.h: Add support for those atoms.
12869
e067f0c1
CY
128702011-05-26 Chong Yidong <cyd@stupidchicken.com>
12871
12872 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
12873 (converted_selections, conversion_fail_tag): New global variables.
12874 (x_selection_request_lisp_error): Free the above.
12875 (x_get_local_selection): Remove unnecessary code.
12876 (x_reply_selection_request): Args changed; handle arbitrary array
620c53a6
SM
12877 of converted selections stored in converted_selections.
12878 Separate the XChangeProperty and SelectionNotify steps.
e067f0c1
CY
12879 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
12880 (x_convert_selection): New function.
12881 (x_handle_selection_event): Simplify.
12882 (x_get_foreign_selection): Don't ignore incoming requests while
12883 waiting for an answer; this will fail when we implement
12884 SAVE_TARGETS, and seems unnecessary anyway.
12885 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
12886 (Vx_sent_selection_functions): Doc fix.
12887
0f4aebc0
LL
128882011-05-26 Leo Liu <sdl.web@gmail.com>
12889
12890 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
12891
e61124cd
YM
128922011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12893
12894 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
12895
12896 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
12897 for fringe update if it has periodic bitmap.
ac389d0c 12898 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
e61124cd
YM
12899 and fringe_bitmap_periodic_p.
12900
12901 * fringe.c (get_fringe_bitmap_data): New function.
12902 (draw_fringe_bitmap_1, update_window_fringes): Use it.
12903 (update_window_fringes): Record periodicity of fringe bitmap in glyph
12904 row. Mark glyph row for fringe update if periodicity changed.
12905
12906 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
12907 for fringe update unless it has periodic bitmap.
12908
f16d9837
KH
129092011-05-25 Kenichi Handa <handa@m17n.org>
12910
12911 * xdisp.c (get_next_display_element): Set correct it->face_id for
12912 a static composition.
12913
e1b90ef6
LL
129142011-05-24 Leo Liu <sdl.web@gmail.com>
12915
12916 * deps.mk (fns.o):
12917 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
12918
12919 * fns.c (crypto_hash_function, Fsha1): New function.
12920 (Fmd5): Use crypto_hash_function.
12921 (syms_of_fns): Add Ssha1.
12922
7400048f
PE
129232011-05-22 Paul Eggert <eggert@cs.ucla.edu>
12924
12925 * gnutls.c: Remove unused macros.
12926 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
12927 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
12928 Remove macros that are defined and never used.
12929 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
12930
abb71cf4
CY
129312011-05-22 Chong Yidong <cyd@stupidchicken.com>
12932
12933 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
12934 (Fx_get_selection_internal): Minor cleanup.
12935 (Fx_own_selection_internal): Rename arguments for consistency with
12936 select.el.
12937
6307db39
PE
129382011-05-22 Paul Eggert <eggert@cs.ucla.edu>
12939
12940 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
12941
f3d4e0a4
CY
129422011-05-22 Chong Yidong <cyd@stupidchicken.com>
12943
12944 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
12945
4d8ade89
YM
129462011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12947
12948 * dispnew.c (scrolling_window): Don't exclude the case that the
12949 last enabled row in the desired matrix touches the bottom boundary.
12950
32078c8d
GM
129512011-05-21 Glenn Morris <rgm@gnu.org>
12952
12953 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
33cf345f
GM
12954 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
12955 and add some more files.
32078c8d 12956
7285dc67
EZ
129572011-05-20 Eli Zaretskii <eliz@gnu.org>
12958
12959 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
12960 report_file_error introduced by the change from 2011-05-07.
12961
89d1bd22
PE
129622011-05-20 Paul Eggert <eggert@cs.ucla.edu>
12963
12964 * systime.h (Time): Define only if emacs is defined.
12965 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
12966 where the include path doesn't have X11/X.h by default. See
12967 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
12968
cd394be1 129692011-05-20 Kenichi Handa <handa@m17n.org>
31bfc35c
KH
12970
12971 * composite.c (find_automatic_composition): Fix previous change.
12972
b9704ad9
GM
129732011-05-20 Glenn Morris <rgm@gnu.org>
12974
12975 * lisp.mk: New file, split from Makefile.in.
12976 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
12977 (shortlisp): Remove.
12978 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
12979
4a720484
GM
129802011-05-19 Glenn Morris <rgm@gnu.org>
12981
12982 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
12983 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
12984 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
12985 (lisp): Set the order to that of loadup.el.
12986 (shortlisp): Make it a copy of $lisp.
12987 (SOME_MACHINE_LISP): Remove.
12988 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
12989 Use just $shortlisp, not $SOME_MACHINE_LISP too.
12990
a28d4396
KH
129912011-05-18 Kenichi Handa <handa@m17n.org>
12992
12993 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
12994 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
12995 (find_automatic_composition): Mostly rewrite for efficiency.
12996
a2b1fa8e
JB
129972011-05-18 Juanma Barranquero <lekktu@gmail.com>
12998
12999 * makefile.w32-in: Update dependencies.
13000
8e1f5610
CS
130012011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
13002
13003 * menu.c: Include limits.h (fixes the MS-Windows build broken by
7d7d0045 13004 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
8e1f5610 13005
7025ee00 130062011-05-18 Paul Eggert <eggert@cs.ucla.edu>
cb93f9be 13007
cdfa6eab
PE
13008 Fix some integer overflow issues, such as string length overflow.
13009
06d6db33
PE
13010 * insdel.c (count_size_as_multibyte): Check for string overflow.
13011
2b4560a8
PE
13012 * character.c (lisp_string_width): Check for string overflow.
13013 Use EMACS_INT, not int, for string indexes and lengths; in
13014 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
13015 the resulting string length overflows an EMACS_INT; instead,
13016 report a string overflow if no precision given. When checking for
13017 precision exhaustion, use a check that cannot possibly have
13018 integer overflow. (Bug#8675)
13019 * character.h (lisp_string_width): Adjust to new signature.
13020
cb93f9be
PE
13021 * alloc.c (string_overflow): New function.
13022 (Fmake_string): Use it. This doesn't change behavior, but saves
13023 a few bytes and will simplify future changes.
13024 * character.c (string_escape_byte8): Likewise.
13025 * lisp.h (string_overflow): New decl.
13026
1a1f3366
PE
13027 Fixups, following up to the user-interface timestamp change.
13028 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
13029 for UI timestamps, instead of unsigned long.
9fbd6841
PE
13030 * msdos.c (mouse_get_pos): Likewise.
13031 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
1a1f3366
PE
13032 * w32gui.h (Time): Define by including "systime.h" rather than by
13033 declaring it ourselves. (Bug#8664)
13034
d4e3e4d3
PE
13035 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
13036 * image.c (clear_image_cache): Likewise.
13037
f6a24d19
PE
13038 * term.c (term_mouse_position): Don't assume time_t wraparound.
13039
08dc5ae6
PE
13040 Be more systematic about user-interface timestamps.
13041 Before, the code sometimes used 'Time', sometimes 'unsigned long',
620c53a6
SM
13042 and sometimes 'EMACS_UINT', to represent these timestamps.
13043 This change causes it to use 'Time' uniformly, as that's what X uses.
08dc5ae6
PE
13044 This makes the code easier to follow, and makes it easier to catch
13045 integer overflow bugs such as Bug#8664.
13046 * frame.c (Fmouse_position, Fmouse_pixel_position):
13047 Use Time, not unsigned long, for user-interface timestamps.
13048 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
13049 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
13050 * keyboard.h (last_event_timestamp): Likewise.
13051 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
13052 * menu.h (xmenu_show): Likewise.
13053 * term.c (term_mouse_position): Likewise.
13054 * termhooks.h (struct input_event.timestamp): Likewise.
13055 (struct terminal.mouse_position_hook): Likewise.
13056 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
13057 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
13058 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
13059 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
13060 what it was before.
13061 * menu.h, termhooks.h: Include "systime.h", for Time.
13062
8e55734a
PE
13063 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
13064 Don't assume that the difference between two unsigned long values
13065 can fit into an integer. At this point, we know button_down_time
13066 <= event->timestamp, so the difference must be nonnegative, so
13067 there's no need to cast the result if double-click-time is
13068 nonnegative, as it should be; check that it's nonnegative, just in
13069 case. This bug is triggered when events are more than 2**31 ms
86db42d2 13070 apart (about 25 days). (Bug#8664)
8e55734a 13071
841f1b75 13072 * xselect.c (last_event_timestamp): Remove duplicate decl.
6434756c 13073 (x_own_selection): Remove needless cast to unsigned long.
841f1b75 13074
3e26f69c
PE
13075 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
13076 that always fit in int. Use a sentinel instead of a counter, to
13077 avoid a temp and to allay GCC's concerns about possible int overflow.
d230cb74
PE
13078 * frame.h (struct frame): Use int for menu_bar_items_used
13079 instead of EMACS_INT, since it always fits in int.
3e26f69c 13080
5cc152c0
PE
13081 * menu.c (grow_menu_items): Check for int overflow.
13082
d89eb65e
PE
13083 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
13084
5235bd3e
PE
13085 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
13086 Before, the code was not consistent. These values cannot exceed
13087 2**31 - 1 so there's no need to make them unsigned.
13088 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
13089 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
13090 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
13091 as modifiers.
13092 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
13093
bc827e23
PE
13094 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
13095 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
13096 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
13097 presumably because the widths might not match.
13098
78eb494e
PE
13099 * window.c (size_window): Avoid needless test at loop start.
13100
04f2d78b
CB
131012011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
13102
13103 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
13104
d2fc7e3d 131052011-05-12 Drew Adams <drew.adams@oracle.com>
e531bdff
DA
13106
13107 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
13108
d2fc7e3d 131092011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7db47798
YM
13110
13111 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
13112 `width' to `bar_area_x' and `bar_area_width', respectively.
13113 (x_scroll_run): Take account of fringe background extension.
13114
04f2d78b
CB
13115 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
13116 Rename local vars `left' and `width' to `bar_area_x' and
7db47798
YM
13117 `bar_area_width', respectively.
13118 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
13119 background extension.
13120
79b70037
GM
131212011-05-10 Jim Meyering <meyering@redhat.com>
13122
13123 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
13124
2f142cc5
JB
131252011-05-10 Juanma Barranquero <lekktu@gmail.com>
13126
13127 * image.c (Finit_image_library): Return t for built-in image types,
13128 like pbm and xbm. (Bug#8640)
13129
57679c86
AS
131302011-05-09 Andreas Schwab <schwab@linux-m68k.org>
13131
13132 * w32menu.c (set_frame_menubar): Fix submenu allocation.
13133
888c9e86
EZ
131342011-05-07 Eli Zaretskii <eliz@gnu.org>
13135
b0512a1d
EZ
13136 * w32console.c (Fset_screen_color): Doc fix.
13137 (Fget_screen_color): New function.
13138 (syms_of_ntterm): Defsubr it.
13139
7285dc67
EZ
13140 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
13141 unlink the temporary file if Fcall_process didn't create it in the
13142 first place.
13143 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
13144 child process will be redirected to a file specified with `:file'.
888c9e86
EZ
13145 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
13146 cue to call_process_cleanup not to close that handle.
13147
4d3fcc8e
BK
131482011-05-07 Ben Key <bkey76@gmail.com>
13149
13150 * makefile.w32-in: The bootstrap-temacs rule now makes use of
13151 one of two shell specific rules, either bootstrap-temacs-CMD or
13152 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
13153 to the previous implementation of the bootstrap-temacs rule.
13154 The bootstrap-temacs-CMD rule is similar to the previous
13155 implementation of the bootstrap-temacs rule except that it
13156 makes use of the ESC_CFLAGS variable instead of the CFLAGS
13157 variable.
13158
13159 These changes, along with some changes to nt/configure.bat,
13160 nt/gmake.defs, and nt/nmake.defs, are required to extend my
13161 earlier fix to add support for --cflags and --ldflags options
13162 that include quotes so that it works whether make uses cmd or
13163 sh as the shell.
13164
b4289b64
MA
131652011-05-06 Michael Albinus <michael.albinus@gmx.de>
13166
13167 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
13168 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
13169 is a constant.
13170 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
13171 a string. Handle both cases.
13172 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
13173 (Fdbus_register_method): Use Qinvalid_function.
13174
af4c0e28
JB
131752011-05-06 Juanma Barranquero <lekktu@gmail.com>
13176
13177 * makefile.w32-in: Update dependencies.
13178 (LISP_H): Add inttypes.h and stdin.h.
13179 (PROCESS_H): Add unistd.h.
13180
c51453d9
EZ
131812011-05-06 Eli Zaretskii <eliz@gnu.org>
13182
13183 * lread.c: Include limits.h (fixes the MS-Windows build broken by
13184 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
13185
8ff0ac3c 131862011-05-06 Paul Eggert <eggert@cs.ucla.edu>
c032b5f8 13187
4c4b566b
PE
13188 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
13189
aab2b9b5
PE
13190 * term.c (vfatal): Remove stray call to va_end.
13191 It's not needed and the C Standard doesn't allow it here anyway.
13192
c378da0b
PE
13193 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
13194 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
13195
288b08c7
PE
13196 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
13197 bytes.
13198
e3601888
PE
13199 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
13200
db6c0e74
PE
13201 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
13202
dd5963ea
PE
13203 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
13204
88c9450f
PE
13205 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
13206
2f9442b8
PE
13207 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
13208
c032b5f8
PE
13209 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
13210 * charset.c (Fdefine_charset_internal): Don't initialize
13211 charset.code_space[15]. The value was garbage, on hosts with
2d38271b 13212 32-bit int (Bug#8600).
a108c10b
PE
13213
13214 * lread.c (read_integer): Be more consistent with string-to-number.
13215 Use string_to_number to do the actual conversion; this avoids
13216 rounding errors and fixes some other screwups. Without this fix,
13217 for example, #x1fffffffffffffff was misread as -2305843009213693952.
13218 (digit_to_number): Move earlier, for benefit of read_integer.
13219 Return -1 if the digit is out of range for the base, -2 if it is
48e400f0 13220 not a digit in any supported base. (Bug#8602)
a108c10b 13221
ad5f9eea
PE
13222 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
13223
aec1708a
PE
13224 * dispnew.c (scrolling_window): Return 1 if we scrolled,
13225 to match comment at start of function. This also removes a
13226 GCC warning about overflow in a 32+64-bit port.
13227
47be4ab5
PE
13228 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
13229
371cac43
PE
13230 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
13231 Reported by Stefan Monnier in
13232 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
04f2d78b
CB
13233 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
13234 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
371cac43 13235
d01a7826
PE
13236 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
13237 (EMACS_UINTPTR): Likewise, with uintptr_t.
13238
7fd47d5c
PE
13239 * lisp.h: Prefer 64-bit EMACS_INT if available.
13240 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
13241 on 32-bit hosts that have 64-bit int, so that they can access
13242 large files.
122b0c86
PE
13243 However, temporarily disable this change unless the temporary
13244 symbol WIDE_EMACS_INT is defined.
7fd47d5c 13245
8727937b
PE
13246 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
13247
8ac068ac
PE
13248 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
13249 This removes an assumption that EMACS_INT and long are the same
13250 width as pointers. The assumption is true for Emacs porting targets
13251 now, but we want to make other targets possible.
13252 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
13253 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
13254 In the rest of the code, change types of integers that hold casted
13255 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
13256 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
13257 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
13258 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
13259 No need to cast type when ORing.
13260 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
13261 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
13262 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
13263 assume EMACS_INT is the same width as char *.
13264 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
13265 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
13266 Remove no-longer-needed casts.
13267 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
13268 (xg_tool_bar_help_callback, xg_make_tool_item):
13269 Use EMACS_INTPTR to hold an integer
13270 that will be cast to void *; this can avoid a GCC warning
13271 if EMACS_INT is not the same width as void *.
13272 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
13273 * xdisp.c (display_echo_area_1, resize_mini_window_1):
13274 (current_message_1, set_message_1):
13275 Use a local to convert to proper width without a cast.
13276 * xmenu.c (dialog_selection_callback): Likewise.
13277
ede49d71
PE
13278 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
13279 Also, don't assume VALBITS / RAND_BITS is less than 5,
13280 and don't rely on undefined behavior when shifting a 1 left into
13281 the sign bit.
13282 * lisp.h (get_random): Change signature to match.
13283
2f30ecd0
PE
13284 * lread.c (hash_string): Use size_t, not int, for hash computation.
13285 Normally we prefer signed values; but hashing is special, because
13286 it's better to use unsigned division on hash table sizes so that
13287 the remainder is nonnegative. Also, size_t is the natural width
13288 for hashing into memory. The previous code used 'int', which doesn't
13289 retain enough info to hash well into very large tables.
13290 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
13291
2a866e7b
PE
13292 * dbusbind.c: Don't possibly lose pointer info when converting.
13293 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
13294 Use XPNTR rather than XHASH, so that the high-order bits of
13295 the pointer aren't lost when converting through void *.
13296
51639eac
PE
13297 * eval.c (Fautoload): Don't double-shift a pointer.
13298
92394119
PE
13299 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
13300
dbdb9a7c
JB
133012011-05-06 Juanma Barranquero <lekktu@gmail.com>
13302
13303 * gnutls.c (DEF_GNUTLS_FN):
13304 * image.c (DEF_IMGLIB_FN): Make function pointers static.
13305
db7a0b4f
AS
133062011-05-05 Andreas Schwab <schwab@linux-m68k.org>
13307
13308 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
13309 marker. (Bug#8610)
13310
cd394be1 133112011-05-05 Eli Zaretskii <eliz@gnu.org>
fab624aa
EZ
13312
13313 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
13314 New version that can reserve upto 2GB of heap space.
13315
f7ff1b0f 133162011-05-05 Chong Yidong <cyd@stupidchicken.com>
45cb8994
CY
13317
13318 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
13319
639c109b
TZ
133202011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13321
13322 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
13323 `gnutls_certificate_set_x509_key_file'.
13324
d2127135
JB
133252011-05-05 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
13328 Update dependencies.
13329
e968f4f3
JB
133302011-05-04 Juanma Barranquero <lekktu@gmail.com>
13331
13332 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
13333 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
13334 Remove unused parameter `fildes'.
13335 * process.c (read_process_output, send_process): Don't pass it.
13336
84d358f0
JB
133372011-05-04 Juanma Barranquero <lekktu@gmail.com>
13338
13339 Fix previous change: the library cache is defined in w32.c.
13340 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
13341 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
13342
0898ca10
JB
133432011-05-04 Juanma Barranquero <lekktu@gmail.com>
13344
13345 Implement dynamic loading of GnuTLS on Windows.
13346
13347 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
13348 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
13349 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
13350 Declare.
13351
13352 * gnutls.c (Qgnutls_dll): Define.
13353 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
13354 (gnutls_*): Declare function pointers.
13355 (init_gnutls_functions): New function to initialize function pointers.
13356 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
13357 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
13358 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
13359 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
13360 (emacs_gnutls_write, emacs_gnutls_read)
13361 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
13362 (Fgnutls_available_p): New function.
13363 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
13364 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
13365 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
13366
13367 * image.c: Include w32.h.
13368 (Vimage_type_cache): Delete.
13369 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
13370 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
13371 (w32_delayed_load): Move to w32.c.
13372
13373 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
13374
13375 * w32.c (QCloaded_from, Vlibrary_cache): Define.
13376 (w32_delayed_load): Move from image.c. When loading a library, record
13377 its filename in the :loaded-from property of the library id.
13378 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
13379 Initialize and staticpro them.
13380 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
13381
13382 * process.c: Include lisp.h before w32.h, not after.
13383 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
13384 instead of gnutls_record_check_pending.
13385
13386 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
13387
ff4de4aa
TZ
133882011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13389
13390 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
13391 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
13392 as passed in.
13393
abe95abb
JD
133942011-05-03 Jan Djärv <jan.h.d@swipnet.se>
13395
13396 * xterm.c (x_set_frame_alpha): Do not set property on anything
13397 else than FRAME_X_OUTER_WINDOW (Bug#8608).
13398
e16e55d4
JB
133992011-05-02 Juanma Barranquero <lekktu@gmail.com>
13400
13401 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
13402
bafcf6a5
JB
134032011-05-02 Juanma Barranquero <lekktu@gmail.com>
13404
13405 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
13406 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
13407 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
13408 (gnutls_global_initialized, Qgnutls_bootprop_priority)
13409 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
13410 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
13411 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
13412 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
13413 (Qgnutls_bootprop_callbacks_verify): Make static.
13414
e7a6747f
AS
134152011-05-01 Andreas Schwab <schwab@linux-m68k.org>
13416
19ed11ba
AS
13417 * callproc.c: Indentation fixup.
13418
e7a6747f 13419 * sysdep.c (wait_for_termination_1): Make static.
04f2d78b
CB
13420 (wait_for_termination, interruptible_wait_for_termination):
13421 Move after wait_for_termination_1.
e7a6747f 13422
1ef14cb4
LMI
134232011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13424
13425 * sysdep.c (interruptible_wait_for_termination): New function
13426 which is like wait_for_termination, but allows keyboard
13427 interruptions.
13428
13429 * callproc.c (Fcall_process): Add (:file "file") as an option for
13430 the STDOUT buffer.
13431 (Fcall_process_region): Ditto.
13432
330d880c
EZ
134332011-04-30 Eli Zaretskii <eliz@gnu.org>
13434
8db90b73
EZ
13435 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
13436 rather than `XVECTOR (FOO)->size'.
13437
330d880c
EZ
13438 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
13439 inttypes.h, as a gnulib replacement is used if it not available in
13440 system headers.
13441
15cbd324
EZ
134422011-04-21 Eli Zaretskii <eliz@gnu.org>
13443
13444 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
13445 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
13446 of MOST_POSITIVE_FIXNUM. (Bug#8528)
13447
13448 * coding.c (coding_alloc_by_realloc): Error out if destination
13449 will grow beyond MOST_POSITIVE_FIXNUM.
13450 (decode_coding_emacs_mule): Abort if there isn't enough place in
13451 charbuf for the composition carryover bytes. Reserve an extra
13452 space for up to 2 characters produced in a loop.
13453 (decode_coding_iso_2022): Abort if there isn't enough place in
13454 charbuf for the composition carryover bytes.
13455
134562011-04-21 Eli Zaretskii <eliz@gnu.org>
afda1437 13457
ae940cca
EZ
13458 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
13459 aborting when %lld or %lll format is passed.
13460 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
13461 %llo or %llx format is passed. (Bug#8545)
13462
03ab8921
EZ
13463 * window.c (window_scroll_line_based): Use a marker instead of
13464 simple variables to record original value of point. (Bug#7952)
13465
afda1437
EZ
13466 * doprnt.c (doprnt): Fix the case where a multibyte sequence
13467 produced by %s or %c overflows available buffer space. (Bug#8545)
13468
f76dee0c
PE
134692011-04-28 Paul Eggert <eggert@cs.ucla.edu>
13470
13471 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
283cdbef 13472 (SIZE_MAX): Move defn after all includes, as they might #define it.
f76dee0c 13473
fdc5744d
JB
134742011-04-28 Juanma Barranquero <lekktu@gmail.com>
13475
13476 * w32.c (init_environment): Warn about defaulting HOME to C:\.
13477
638f053a
JB
134782011-04-28 Juanma Barranquero <lekktu@gmail.com>
13479
13480 * keyboard.c (Qdelayed_warnings_hook): Define.
13481 (command_loop_1): Run `delayed-warnings-hook'
13482 if Vdelayed_warnings_list is non-nil.
13483 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
13484 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
13485
d178f871
EZ
134862011-04-28 Eli Zaretskii <eliz@gnu.org>
13487
13488 * doprnt.c (doprnt): Don't return value smaller than the buffer
13489 size if the message was truncated. (Bug#8545).
13490
b124fd93
JB
134912011-04-28 Juanma Barranquero <lekktu@gmail.com>
13492
13493 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
13494 (Fx_window_property): #if-0 the whole functions, not just the bodies.
13495
e810457d
PE
134962011-04-27 Paul Eggert <eggert@cs.ucla.edu>
13497
13498 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
13499
ea51cceb
JB
135002011-04-27 Juanma Barranquero <lekktu@gmail.com>
13501
13502 * makefile.w32-in: Update dependencies.
13503
94dcfacf
EZ
135042011-04-27 Eli Zaretskii <eliz@gnu.org>
13505
13506 Improve `doprnt' and its usage. (Bug#8545)
13507 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
13508 `format_end'. Remove support for %l as a conversion specifier.
13509 Don't use xrealloc. Improve diagnostics when the %l size modifier
13510 is used. Update the commentary.
13511
13512 * eval.c (verror): Simplify calculation of size_t.
13513
13514 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
13515 messages.
13516
f61f41d7
PE
135172011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
13518
13519 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
13520 change.
13521
96fb4434
PE
135222011-04-27 Paul Eggert <eggert@cs.ucla.edu>
13523
13524 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
13525 This makes this file independent of the recent pseudovector change.
13526
671875da 135272011-04-26 Paul Eggert <eggert@cs.ucla.edu>
eab3844f 13528
69e9b5a3
PE
13529 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
13530
b5f869a7 13531 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
7754e151 13532 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
8d4c3955 13533 Remove unused local.
c8926152 13534 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
080e5a8d 13535
841a1577 13536 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
04f2d78b
CB
13537 GCC 4.6.0 optimizes based on type-based alias analysis.
13538 For example, if b is of type struct buffer * and v of type struct
eab3844f
PE
13539 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
13540 != &v->size, and therefore "v->size = 1; b->size = 2; return
13541 v->size;" must therefore return 1. This assumption is incorrect
13542 for Emacs, since it type-puns struct Lisp_Vector * with many other
13543 types. To fix this problem, this patch adds a new type struct
f904488f 13544 vectorlike_header that documents the constraints on layout of vectors
eab3844f
PE
13545 and pseudovectors, and helps optimizing compilers not get fooled
13546 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
13547 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
f904488f
PE
13548 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
13549 the size member.
eab3844f
PE
13550 (XSETPVECTYPE): Rewrite in terms of new macro.
13551 (XSETPVECTYPESIZE): New macro, specifying both type and size.
13552 This is a bit clearer, and further avoids the possibility of
13553 undesirable aliasing.
13554 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
f904488f 13555 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
eab3844f
PE
13556 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
13557 since Lisp_Subr is a special case (no "next" field).
04f2d78b
CB
13558 (ASIZE): Now uses header.size rather than size.
13559 All previous uses of XVECTOR (foo)->size replaced to use this macro,
f904488f
PE
13560 to avoid the hassle of writing XVECTOR (foo)->header.size.
13561 (struct vectorlike_header): New type.
eab3844f
PE
13562 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
13563 object, to help avoid aliasing.
13564 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
13565 (SUBRP): Likewise, since Lisp_Subr is a special case.
13566 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
13567 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
13568 (struct Lisp_Hash_Table): Combine first two members into a single
f904488f 13569 struct vectorlike_header member. All uses of "size" and "next" members
eab3844f
PE
13570 changed to be "header.size" and "header.next".
13571 * buffer.h (struct buffer): Likewise.
13572 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
13573 * frame.h (struct frame): Likewise.
13574 * process.h (struct Lisp_Process): Likewise.
13575 * termhooks.h (struct terminal): Likewise.
13576 * window.c (struct save_window_data, struct saved_window): Likewise.
13577 * window.h (struct window): Likewise.
13578 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
13579 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
13580 * buffer.c (init_buffer_once): Likewise.
13581 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
13582 special case.
13583 * process.c (Fformat_network_address): Use local var for size,
13584 for brevity.
13585
0df1eac5
PE
13586 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
13587
847ab9d1 13588 Make the Lisp reader and string-to-float more consistent (Bug#8525)
452f4150
PE
13589 * data.c (atof): Remove decl; no longer used or needed.
13590 (digit_to_number): Move to lread.c.
13591 (Fstring_to_number): Use new string_to_number function, to be
13592 consistent with how the Lisp reader treats infinities and NaNs.
13593 Do not assume that floating-point numbers represent EMACS_INT
13594 without losing information; this is not true on most 64-bit hosts.
13595 Avoid double-rounding errors, by insisting on integers when
13596 parsing non-base-10 numbers, as the documentation specifies.
13597 * lisp.h (string_to_number): New decl, replacing ...
13598 (isfloat_string): Remove.
bc0a5c13 13599 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
d78050d6 13600 (read1): Do not accept +. and -. as integers; this
452f4150
PE
13601 appears to have been a coding error. Similarly, do not accept
13602 strings like +-1e0 as floating point numbers. Do not report
13603 overflow for integer overflows unless the base is not 10 which
13604 means we have no simple and reliable way to continue.
13605 Break out the floating-point parsing into a new
13606 function string_to_number, so that Fstring_to_number parses
13607 floating point numbers consistently with the Lisp reader.
04f2d78b 13608 (digit_to_number): Move here from data.c. Make it static inline.
452f4150
PE
13609 (E_CHAR, EXP_INT): Remove, replacing with ...
13610 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
13611 (string_to_number): New function, replacing isfloat_string.
13612 This function checks for valid syntax and produces the resulting
13613 Lisp float number too. Rework it so that string-to-number
bc0a5c13 13614 no longer mishandles examples like "1.0e+". Use strtoumax,
d78050d6
PE
13615 so that overflow for non-base-10 numbers is reported only when
13616 there's no portable and simple way to convert to floating point.
452f4150 13617
67769ffc
PE
13618 * textprop.c (set_text_properties_1): Rewrite for clarity,
13619 and to avoid GCC warning about integer overflow.
13620
c20db43f
PE
13621 * intervals.h (struct interval): Use EMACS_INT for members
13622 where EMACS_UINT might cause problems. See
13623 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
13624 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
13625 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
13626 All uses changed.
37aa2f85
PE
13627 (offset_intervals): Tell GCC not to worry about length overflow
13628 when negating a negative length.
c20db43f 13629
2538aa2f
PE
13630 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
13631 (overrun_check_free): Likewise.
13632
f2d3008d
PE
13633 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
13634 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
13635 word size.
13636
ec8df744
PE
13637 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
13638 (gnutls_make_error): Rename local to avoid shadowing.
13639 (gnutls_emacs_global_deinit): ifdef out; not used.
13640 (Fgnutls_boot): Use const for pointer to readonly storage.
13641 Comment out unused local. Fix pointer signedness problems.
13642
640ee02d
PE
13643 * lread.c (openp): Don't stuff size_t into an 'int'.
13644 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
13645 about possible signed overflow.
13646
6048fb2a
PE
13647 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
13648 (GDK_KEY_g): Don't define if already defined.
13649 (xg_prepare_tooltip): Avoid pointer signedness problem.
13650 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
13651
fa3c87e1
PE
13652 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
13653 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
13654
2172544b
PE
13655 * xfns.c (Fx_window_property): Simplify a bit,
13656 to make a bit faster and to avoid GCC 4.6.0 warning.
13657 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
13658
9b821a21
PE
13659 * fns.c (internal_equal): Don't assume size_t fits in int.
13660
3c616cfa
PE
13661 * alloc.c (compact_small_strings): Tighten assertion a little.
13662
c2982e87
PE
13663 Replace pEd with more-general pI, and fix some printf arg casts.
13664 * lisp.h (pI): New macro, generalizing old pEd macro to other
13665 conversion specifiers. For example, use "...%"pI"d..." rather
13666 than "...%"pEd"...".
13667 (pEd): Remove. All uses replaced with similar uses of pI.
61bdb816 13668 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
c2982e87
PE
13669 * alloc.c (check_pure_size): Don't overflow by converting size to int.
13670 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
13671 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
13672 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
13673 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
13674 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
13675 64-bit hosts.
13676 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
13677 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
13678 * print.c (safe_debug_print, print_object): Likewise.
13679 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
13680 to int.
6f04d126
PE
13681 Use pI instead of if-then-else-abort. Use %p to avoid casts,
13682 avoiding the 0 flag, which is not portable.
c2982e87
PE
13683 * process.c (Fmake_network_process): Use pI to avoid cast.
13684 * region-cache.c (pp_cache): Likewise.
13685 * xdisp.c (decode_mode_spec): Likewise.
13686 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
13687 behavior on 64-bit hosts with printf arg.
6f04d126 13688 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
c2982e87
PE
13689 (x_stop_queuing_selection_requests): Likewise.
13690 (x_get_window_property): Don't truncate byte count to an 'int'
13691 when tracing.
0b432f21 13692
5e073ec7
PE
13693 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
13694 here, since it parses constructs like leading '-' and spaces,
13695 which are not wanted; and it overflows with large numbers.
13696 Instead, simply match F[0-9]+, which is what is wanted anyway.
13697
36372bf9
PE
13698 * alloc.c: Remove unportable assumptions about struct layout.
13699 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
13700 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
13701 (allocate_vectorlike, make_pure_vector): Use the new macros,
13702 plus offsetof, to remove unportable assumptions about struct layout.
13703 These assumptions hold on all porting targets that I know of, but
13704 they are not guaranteed, they're easy to remove, and removing them
13705 makes further changes easier.
13706
0b432f21
PE
13707 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
13708 This doesn't fix a bug but makes the code clearer.
bfd1c781
PE
13709 (string_overrun_cookie): Now const. Use initializers that
13710 don't formally overflow signed char, to avoid warnings.
000098c1
PE
13711 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
13712 can cause Emacs to crash when string overrun checking is enabled.
c7bda33c
PE
13713 (allocate_buffer): Don't assume sizeof (struct buffer) is a
13714 multiple of sizeof (EMACS_INT); it need not be, if
13715 alignof(EMACS_INT) < sizeof (EMACS_INT).
d0f4e1f5 13716 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
0b432f21 13717
895009e1
JB
137182011-04-26 Juanma Barranquero <lekktu@gmail.com>
13719
13720 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
13721
6a7a1b0b
TZ
137222011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13723
13724 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
b5f869a7 13725 supposed to be handshaking. (Bug#8556)
6a7a1b0b
TZ
13726 Reported by Paul Eggert <eggert@cs.ucla.edu>.
13727
841a1577 137282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
0438ce91
DC
13729
13730 * lisp.h (Qdebug): List symbol.
895009e1 13731 * eval.c (Qdebug): Restore global linkage.
0438ce91
DC
13732 * keyboard.c (debug-on-event): New variable.
13733 (handle_user_signal): Break into debugger when debug-on-event
13734 matches the current signal symbol.
13735
f2d3ba6f
DN
137362011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13737
13738 * alloc.c (check_sblock, check_string_bytes)
13739 (check_string_free_list): Convert to standard C.
13740
42ce4c63
TZ
137412011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13742
13743 * w32.c (emacs_gnutls_push): Fix typo.
13744
825cd63c
EZ
137452011-04-25 Eli Zaretskii <eliz@gnu.org>
13746
fb11d64d
EZ
13747 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
13748 "cast to pointer from integer of different size".
13749
825cd63c
EZ
13750 Improve doprnt and its use in verror. (Bug#8545)
13751 * doprnt.c (doprnt): Document the set of format control sequences
13752 supported by the function. Use SAFE_ALLOCA instead of always
13753 using `alloca'.
13754
13755 * eval.c (verror): Don't limit the buffer size at size_max-1, that
13756 is one byte too soon. Don't use xrealloc; instead xfree and
13757 xmalloc anew.
13758
e061a11b
TZ
137592011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13760
13761 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
13762 callbacks stage.
13763
13764 * gnutls.c: Renamed global_initialized to
13765 gnutls_global_initialized. Added internals for the
13766 :verify-hostname-error, :verify-error, and :verify-flags
13767 parameters of `gnutls-boot' and documented those parameters in the
13768 docstring. Start callback support.
9173deec
JB
13769 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
13770 unless a fatal error occurred. Call gnutls_alert_send_appropriate
13771 on error. Return error code.
e061a11b
TZ
13772 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
13773 (emacs_gnutls_read): Likewise.
13774 (Fgnutls_boot): Return handshake error code.
13775 (emacs_gnutls_handle_error): New function.
13776 (wsaerror_to_errno): Likewise.
13777
13778 * w32.h (emacs_gnutls_pull): Add prototype.
13779 (emacs_gnutls_push): Likewise.
13780
13781 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
13782 (emacs_gnutls_push): Likewise.
13783
137842011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
13785
13786 * process.c (wait_reading_process_output): Check if GnuTLS
13787 buffered some data internally if no FDs are set for TLS
13788 connections.
13789
13790 * makefile.w32-in (OBJ2): Add gnutls.$(O).
13791 (LIBS): Link to USER_LIBS.
13792 ($(BLD)/gnutls.$(0)): New target.
13793
fa6996bc
EZ
137942011-04-24 Eli Zaretskii <eliz@gnu.org>
13795
eb35682e
EZ
13796 * xdisp.c (handle_single_display_spec): Rename the
13797 display_replaced_before_p argument into display_replaced_p, to
13798 make it consistent with the commentary. Fix typos in the
13799 commentary.
13800
e2ad650c
EZ
13801 * textprop.c (syms_of_textprop): Remove dead code.
13802 (copy_text_properties): Delete obsolete commentary about an
13803 interface that was deleted long ago. Fix typos in the description
13804 of arguments.
13805
1b2de274
EZ
13806 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
13807 to changes in oldXMenu/XMenu.h from 2011-04-16.
13808 <menu_help_message, prev_menu_help_message>: Constify.
13809 (IT_menu_make_room): menu->help_text is now `const char **';
13810 adjust.
13811
13812 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
13813 to changes in oldXMenu/XMenu.h from 2011-04-16.
13814 (struct XMenu): Declare `help_text' `const char **'.
13815
13816 * xfaces.c <Qunspecified>: Make extern again.
13817
13818 * syntax.c: Include sys/types.h before including regex.h, as
75f1671a 13819 required by POSIX.
1b2de274 13820
762b15be
EZ
13821 * doc.c (get_doc_string): Improve the format passed to `error'.
13822
13823 * doprnt.c (doprnt): Improve commentary.
13824
13825 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
13826
13827 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
13828 them with etags.
13829
f1052e5d
EZ
13830 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
13831 changes in globals.h immediately force recompilation.
762b15be
EZ
13832 (TAGS): Depend on $(CURDIR)/m/intel386.h and
13833 $(CURDIR)/s/ms-w32.h.
13834 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
f1052e5d 13835
fa6996bc
EZ
13836 * character.c (Fchar_direction): Function deleted.
13837 (syms_of_character): Don't defsubr it.
13838 <char-direction-table>: Deleted.
13839
e6c3da20
EZ
138402011-04-23 Eli Zaretskii <eliz@gnu.org>
13841
13842 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
13843 * doprnt.c: Include limits.h.
13844 (SIZE_MAX): New macro.
04f2d78b
CB
13845 (doprnt): Return a size_t value. 2nd arg is now size_t.
13846 Many local variables are now size_t instead of int or unsigned.
e6c3da20
EZ
13847 Improve overflow protection. Support `l' modifier for integer
13848 conversions. Support %l conversion. Don't assume an EMACS_INT
13849 argument for integer conversions and for %c.
13850
13851 * lisp.h (doprnt): Restore prototype.
13852
13853 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
13854 $(SRC)/character.h.
13855
13856 * Makefile.in (base_obj): Add back doprnt.o.
13857
13858 * deps.mk (doprnt.o): Add back prerequisites.
13859 (callint.o): Depend on character.h.
13860
13861 * eval.c (internal_lisp_condition_case): Include the handler
13862 representation in the error message.
13863 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
13864 when breaking from the loop.
13865
13866 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
13867
13868 * callint.c (Fcall_interactively): When displaying error message
13869 about invalid control letter, pass the character's codepoint, not
13870 a pointer to its multibyte form. Improve display of the character
13871 in octal and display also its hex code.
13872
13873 * character.c (char_string): Use %x to display the (unsigned)
13874 codepoint of an invalid character, to avoid displaying a bogus
13875 negative value.
13876
13877 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
13878 `error', not SYMBOL_NAME itself.
13879
13880 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
13881 character arguments to `error'.
13882
13883 * charset.c (check_iso_charset_parameter): Fix incorrect argument
13884 to `error' in error message about FINAL_CHAR argument. Make sure
13885 FINAL_CHAR is a character, and use %c when it is passed as
13886 argument to `error'.
13887
4ffd0d6b 138882011-04-23 Eli Zaretskii <eliz@gnu.org>
97a93095
EZ
13889
13890 * s/ms-w32.h (localtime): Redirect to sys_localtime.
13891
13892 * w32.c: Include <time.h>.
13893 (sys_localtime): New function.
13894
4ffd0d6b 138952011-04-23 Chong Yidong <cyd@stupidchicken.com>
c17819f4
CY
13896
13897 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
13898
4ffd0d6b 13899 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
aac0c6e3 13900
4ffd0d6b 139012011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
aac0c6e3 13902
4ffd0d6b
GM
13903 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
13904 zombies (Bug#8467).
aac0c6e3 13905
04c56954
EZ
139062011-04-19 Eli Zaretskii <eliz@gnu.org>
13907
13908 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
13909 gl_state.e_property when gl_state.object is Qt.
13910
13911 * insdel.c (make_gap_larger): Remove limitation of buffer size
13912 to <= INT_MAX.
13913
16a43933
CY
139142011-04-18 Chong Yidong <cyd@stupidchicken.com>
13915
13916 * xdisp.c (lookup_glyphless_char_display)
13917 (produce_glyphless_glyph): Handle cons cell entry in
13918 glyphless-char-display.
13919 (Vglyphless_char_display): Document it.
13920
13921 * term.c (produce_glyphless_glyph): Handle cons cell entry in
13922 glyphless-char-display.
13923
4581706e
CY
139242011-04-17 Chong Yidong <cyd@stupidchicken.com>
13925
13926 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
13927
13928 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
13929
13930 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
13931 definition for no-X builds.
13932
4887c6e2 139332011-04-16 Paul Eggert <eggert@cs.ucla.edu>
764430a3 13934
fd35b6f9
PE
13935 Static checks with GCC 4.6.0 and non-default toolkits.
13936
5c1ccb01
PE
13937 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
13938
006c5daa
PE
13939 * process.c (keyboard_bit_set): Define only if SIGIO.
13940 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
13941 (send_process): Repair possible setjmp clobbering.
13942
efc736d3
PE
13943 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
13944
4e2fe2e6
PE
13945 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
13946
f97334a2
PE
13947 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
13948
4e75f29d
PE
13949 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
13950 Define only if needed.
13951
90efadd1
PE
13952 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
13953 by pacifying GCC about it. Maybe it's time to retire it?
875975e9 13954 * xfaces.c (USG, __TIMEVAL__): Likewise.
90efadd1 13955
3c647824
PE
13956 * dispextern.h (struct redisplay_interface): Rename param
13957 to avoid shadowing.
e264f262 13958 * termhooks.h (struct terminal): Likewise.
761383f4 13959 * xterm.c (xembed_send_message): Likewise.
3c647824 13960
b58c5c4a
PE
13961 * insdel.c (make_gap_smaller): Define only if
13962 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
13963
cad59032
PE
13964 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
13965 it.
13966
c339dc2e
PE
13967 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
13968 so that we aren't warned about unused symbols.
13969
91a3e27b
PE
13970 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
13971
399c71d3 13972 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
7a3fb125 13973
8ffc96f5
PE
13974 * xfns.c (x_real_positions): Mark locals as initialized.
13975
eef9bc79
PE
13976 * xmenu.c (xmenu_show): Don't use uninitialized vars.
13977
098db9dd
PE
13978 * xterm.c: Fix problems found by static analysis with other toolkits.
13979 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
dda3aedd
PE
13980 (x_dispatch_event): Declare static if USE_GTK, and
13981 define if USE_GTK || USE_X_TOOLKIT.
098db9dd 13982 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
dda3aedd 13983 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
841a1577
JB
13984 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
13985 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
098db9dd 13986
eb18f6cc
PE
13987 * xmenu.c (menu_help_callback): Pointer type fixes.
13988 Use const pointers when pointing at readonly data. Avoid pointer
13989 signedness clashes.
13990 (FALSE): Remove unused macro.
13991 (update_frame_menubar): Remove unused decl.
13992
1fe72bf8
PE
13993 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
13994
60d9e1db
PE
13995 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
13996 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
13997 (single_menu_item): Rename local to avoid shadowing.
13998
39261c26
PE
13999 * keyboard.c (make_lispy_event): Remove unused local var.
14000
018c5e19
PE
14001 * frame.c, frame.h (x_get_resource_string): Bring this back, but
14002 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
14003
63d2b86e
PE
14004 * bitmaps: Change bitmaps from unsigned char back to the X11
14005 compatible char. Avoid the old compiler warnings about
14006 out-of-range initializers by using, for example, '\xab' rather
14007 than 0xab.
14008
aefd87e1
PE
14009 * xgselect.c (xgselect_initialize): Check vs interface
14010 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
14011
bf501fb9
PE
14012 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
14013
e9829fdf
PE
14014 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
14015 to read-only memory.
14016
1086c095
PE
14017 * fns.c (vector): Remove; this old hack is no longer needed.
14018
2baccd04 14019 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
401f10cb 14020 Remove unused var.
dde42981 14021 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
2baccd04 14022
72391843 14023 * xrdb.c (x_load_resources): Omit unused local.
3565b346 14024
436c16df 14025 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
8a94ea33 14026 (x_window): Rename locals to avoid shadowing.
dc5ddd85 14027 (USG): Use the kludged USG macro, to pacify gcc.
436c16df 14028
92bb796d 14029 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
bbbef9e1 14030 (x_term_init): Remove local to avoid shadowing.
92bb796d 14031
764430a3 14032 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
4887c6e2
PE
14033
14034 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
14035 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
14036
d1dfb56c
EZ
140372011-04-16 Eli Zaretskii <eliz@gnu.org>
14038
c4354cb4
EZ
14039 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
14040
d1dfb56c
EZ
14041 Fix regex.c, syntax.c and friends for buffers > 2GB.
14042 * syntax.h (struct gl_state_s): Declare character position members
14043 EMACS_INT.
14044
14045 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
14046
04f2d78b
CB
14047 * textprop.c (verify_interval_modification, interval_of):
14048 Declare arguments EMACS_INT.
d1dfb56c
EZ
14049
14050 * intervals.c (adjust_intervals_for_insertion): Declare arguments
14051 EMACS_INT.
14052
14053 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
14054
14055 * indent.c (Fvertical_motion): Local variable it_start is now
14056 EMACS_INT.
14057
14058 * regex.c (re_match, re_match_2, re_match_2_internal)
14059 (bcmp_translate, regcomp, regexec, print_double_string)
14060 (group_in_compile_stack, re_search, re_search_2, regex_compile)
14061 (re_compile_pattern, re_exec): Declare arguments and local
14062 variables `size_t' and `ssize_t' and return values `regoff_t', as
14063 appropriate.
14064 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
14065 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
14066 <compile_stack_type>: `size' and `avail' are now `size_t'.
14067
14068 * regex.h <regoff_t>: Use ssize_t, not int.
14069 (re_search, re_search_2, re_match, re_match_2): Arguments that
14070 specify buffer/string position and length are now ssize_t and
14071 size_t. Return type is regoff_t.
14072
613052cd
BK
140732011-04-16 Ben Key <bkey76@gmail.com>
14074
14075 * nsfont.m: Fixed bugs in ns_get_family and
14076 ns_descriptor_to_entity that were caused by using free to
14077 deallocate memory blocks that were allocated by xmalloc (via
14078 xstrdup). This caused Emacs to crash when compiled with
14079 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
14080 --enable-checking=xmallocoverrun). xfree is now used to
14081 deallocate these memory blocks.
14082
4170f62f 140832011-04-15 Paul Eggert <eggert@cs.ucla.edu>
3e047f51 14084
71b41406
PE
14085 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
14086
9587a89d
PE
14087 emacs_write: Accept and return EMACS_INT for sizes.
14088 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
14089 et seq.
14090 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
14091 Accept and return EMACS_INT.
14092 (emacs_gnutls_write): Return the number of bytes written on
14093 partial writes.
14094 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
273a5f82
PE
14095 (emacs_read, emacs_write): Remove check for negative size, as the
14096 Emacs source code has been audited now.
9587a89d
PE
14097 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
14098 (emacs_read, emacs_write): Use it.
273a5f82
PE
14099 * process.c (send_process): Adjust to the new signatures of
14100 emacs_write and emacs_gnutls_write. Do not attempt to store
14101 a byte offset into an 'int'; it might overflow.
9587a89d 14102 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
273a5f82 14103
3e047f51
PE
14104 * sound.c: Don't assume sizes fit in 'int'.
14105 (struct sound_device.period_size, alsa_period_size):
9c3c56a7 14106 Return EMACS_INT, not int.
3e047f51 14107 (struct sound_device.write, vox_write, alsa_write):
9c3c56a7
PE
14108 Accept EMACS_INT, not int.
14109 (wav_play, au_play): Use EMACS_INT to store sizes and to
3e047f51
PE
14110 record read return values.
14111
cc39a9db
BK
141122011-04-15 Ben Key <bkey76@gmail.com>
14113
c9d0ec6d
JB
14114 * keyboard.c (Qundefined): Don't declare static since it is used
14115 in nsfns.m.
14116 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
14117 static since they are used in nsfont.m.
cc39a9db 14118
6c60eb9f
SM
141192011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * process.c (Qprocessp): Don't declare static.
14122 * lisp.h (Qprocessp): Declare again.
14123
7990b61a
JB
141242011-04-15 Juanma Barranquero <lekktu@gmail.com>
14125
14126 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
14127
5d4cb038
PE
141282011-04-14 Paul Eggert <eggert@cs.ucla.edu>
14129
8bd7b830 14130 Improve C-level modularity by making more things 'static'.
cd64ea1d 14131
e3b27b31
PE
14132 Don't publish debugger-only interfaces to other modules.
14133 * lisp.h (safe_debug_print, debug_output_compilation_hack):
14134 (verify_bytepos, count_markers): Move decls to the only modules
14135 that need them.
14136 * region-cache.h (pp_cache): Likewise.
14137 * window.h (check_all_windows): Likewise.
14138 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
14139
5d4cb038
PE
14140 * sysdep.c (croak): Now static, if
14141 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
14142 * syssignal.h (croak): Declare only if not static.
69003fd8
PE
14143
14144 * alloc.c (refill_memory_reserve): Now static if
14145 !defined REL_ALLOC || defined SYSTEM_MALLOC.
14146 * lisp.h (refill_memory_reserve): Declare only if not static.
93ea6e8f 14147
e87b6180
PE
14148 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
14149 Define only if USE_LUCID.
14150
ac64929e
PE
14151 * xrdb.c (x_customization_string, x_rm_string): Now static.
14152
6f37259d
PE
14153 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
14154 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
14155
1683e3ab
PE
14156 * xdisp.c (draw_row_with_mouse_face): Now static.
14157 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
14158
de9c2632
PE
14159 * window.h (check_all_windows): Mark externally visible.
14160
2b96acb7
PE
14161 * window.c (window_deletion_count): Now static.
14162
14163 * undo.c: Make symbols static if they're not exported.
14164 (last_undo_buffer, last_boundary_position, pending_boundary):
14165 Now static.
14166
50436f33
PE
14167 * textprop.c (interval_insert_behind_hooks): Now static.
14168 (interval_insert_in_front_hooks): Likewise.
14169
64520e5c
PE
14170 * term.c: Make symbols static if they're not exported.
14171 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
14172 (max_frame_lines, tty_set_terminal_modes):
14173 (tty_reset_terminal_modes, tty_turn_off_highlight):
14174 (get_tty_terminal): Now static.
14175 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
14176 * termhooks.h (term_mouse_moveto): Do not declare if
8bd7b830 14177 HAVE_WINDOW_SYSTEM.
64520e5c
PE
14178 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
14179 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
14180
1fa53021
PE
14181 * sysdep.c: Make symbols static if they're not exported.
14182 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
14183 Now static.
14184 (sigprocmask_set, full_mask): Remove; unused.
14185 (wait_debugging): Mark as visible.
14186 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
14187 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
14188
d4b43b22
PE
14189 * syntax.c (syntax_temp): Define only if !__GNUC__.
14190
b7c513d0
PE
14191 * sound.c (current_sound_device, current_sound): Now static.
14192
989b29ad
PE
14193 * search.c (searchbufs, searchbuf_head): Now static.
14194
13a55a78
PE
14195 * scroll.c (scroll_cost): Remove; unused.
14196 * dispextern.h (scroll_cost): Remove decl.
14197
de68a1fc
PE
14198 * region-cache.h (pp_cache): Mark as externally visible.
14199
40ccffa6
PE
14200 * process.c: Make symbols static if they're not exported.
14201 (process_tick, update_tick, create_process, chan_process):
14202 (Vprocess_alist, proc_buffered_char, datagram_access):
14203 (fd_callback_data, send_process_frame, process_sent_to): Now static.
14204 (deactivate_process): Mark defn as static, as well as decl.
14205 * lisp.h (create_process): Remove decl.
14206 * process.h (chan_process, Vprocess_alist): Remove decls.
14207
ad64fc97
PE
14208 * print.c: Make symbols static if they're not exported.
14209 (print_depth, new_backquote_output, being_printed, print_buffer):
14210 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
14211 (print_interval, print_number_index, initial_stderr_stream):
14212 Now static.
14213 * lisp.h (Fprinc): Remove decl.
14214 (debug_output_compilation_hack): Mark as externally visible.
14215
adddb265
PE
14216 * sysdep.c (croak): Move decl from here to syssignal.h.
14217 * syssignal.h (croak): Put it here, so the API can be checked when
14218 'croak' is called from dissociate_if_controlling_tty.
14219
1717ede2
PE
14220 * minibuf.c: Make symbols static if they're not exported.
14221 (minibuf_save_list, choose_minibuf_frame): Now static.
14222 * lisp.h (choose_minibuf_frame): Remove decl.
14223
fa5fb2bc
PE
14224 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
14225
1e3890d1
PE
14226 * lread.c: Make symbols static if they're not exported.
14227 (read_objects, initial_obarray, oblookup_last_bucket_number):
14228 Now static.
14229 (make_symbol): Remove; unused.
14230 * lisp.h (initial_obarray, make_symbol): Remove decls.
14231
8a1414fa
PE
14232 * keyboard.c: Make symbols static if they're not exported.
14233 (single_kboard, recent_keys_index, total_keys, recent_keys):
14234 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
14235 (this_single_command_key_start, echoing, last_auto_save):
14236 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
14237 (command_loop, echo_now, keyboard_init_hook, help_char_p):
14238 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
14239 (Vlispy_mouse_stem, double_click_count):
14240 Now static.
14241 (force_auto_save_soon): Define only if SIGDANGER.
14242 (ignore_mouse_drag_p): Now static if
14243 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
14244 (print_help): Remove; unused.
14245 (stop_character, last_timer_event): Mark as externally visible.
14246 * keyboard.h (ignore_mouse_drag_p): Declare only if
14247 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
14248 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
14249 * lisp.h (echoing): Remove decl.
14250 (force_auto_save_soon): Declare only if SIGDANGER.
14251 * xdisp.c (redisplay_window): Simplify code, to make it more
14252 obvious that ignore_mouse_drag_p is not accessed if !defined
14253 USE_GTK && !defined HAVE_NS.
14254
93ea6e8f
PE
14255 * intervals.c: Make symbols static if they're not exported.
14256 (merge_properties_sticky, merge_interval_right, delete_interval):
14257 Now static.
14258 * intervals.h (merge_interval_right, delete_interval): Remove decls.
14259
77382fcc
PE
14260 * insdel.c: Make symbols static if they're not exported.
14261 However, leave prepare_to_modify_buffer alone. It's never
14262 called from outside this function, but that appears to be a bug.
14263 (combine_after_change_list, combine_after_change_buffer):
4889fc82 14264 (adjust_after_replace, signal_before_change): Now static.
77382fcc
PE
14265 (adjust_after_replace_noundo): Remove; unused.
14266 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
4889fc82 14267 (signal_before_change): Remove decls.
77382fcc 14268
9306c32e
PE
14269 * indent.c (val_compute_motion, val_vmotion): Now static.
14270
cd44d2eb
PE
14271 * image.c: Make symbols static if they're not exported.
14272 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
14273 if USE_GTK.
14274 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
14275 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
14276
ad9a7a06
PE
14277 * fringe.c (standard_bitmaps): Now static.
14278 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
14279
81626931
PE
14280 * frame.c: Make symbols static if they're not exported.
14281 (x_report_frame_params, make_terminal_frame): Now static.
14282 (get_frame_param): Now static, unless HAVE_NS.
14283 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
14284 (x_get_resource_string): Remove; not used.
14285 * frame.h (make_terminal_frame, x_report_frame_params):
14286 (x_get_resource_string); Remove decls.
14287 (x_fullscreen_adjust): Declare only if WINDOWSNT.
14288 * lisp.h (get_frame_param): Declare only if HAVE_NS.
14289
239f9db9
PE
14290 * font.c, fontset.c: Make symbols static if they're not exported.
14291 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
14292 (FACE_SUITABLE_FOR_CHAR_P): Use it.
14293 * font.c (font_close_object): Now static.
14294 * font.h (font_close_object): Remove.
14295 * fontset.c (FONTSET_OBJLIST): Remove.
14296 (free_realized_fontset) #if-0 the body, which does nothing.
14297 (face_suitable_for_char_p): #if-0, as it's never called.
14298 * fontset.h (face_suitable_for_char_p): Remove decl.
04f2d78b
CB
14299 * xfaces.c (face_at_string_position):
14300 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
239f9db9
PE
14301 since 0 is always ASCII.
14302
dfcf3579
PE
14303 * fns.c (weak_hash_tables): Now static.
14304
5045092b
PE
14305 * fileio.c: Make symbols static if they're not exported.
14306 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
14307 (Vwrite_region_annotation_buffers): Now static.
14308
57a96f5c
PE
14309 * eval.c: Make symbols static if they're not exported.
14310 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
14311 * lisp.h (backtrace_list): Remove decl.
14312
35f08c38
PE
14313 * emacs.c: Make symbols static if they're not exported.
14314 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
14315 (fatal_error_code, fatal_error_signal_hook, standard_args):
14316 Now static.
14317 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
14318 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
14319 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
14320 * lisp.h (fatal_error_signal_hook): Remove decl.
14321 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
14322
f44bd759
PE
14323 * editfns.c: Move a (normally-unused) function to its only use.
14324 * editfns.c, lisp.h (get_operating_system_release): Remove.
14325 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
14326 worth the hassle of breaking this out.
14327
b532497d
PE
14328 * xterm.c: Make symbols static if they're not exported.
14329 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
14330 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
14331 (x_destroy_window, x_delete_display):
14332 Now static.
14333 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
14334 (x_mouse_leave): Remove; unused.
14335 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
14336 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
14337 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
14338 Remove decls.
14339 (x_mouse_leave): Declare only if WINDOWSNT.
14340 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
14341 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
14342 USE_X_TOOLKIT.
14343
1675728f
PE
14344 * ftxfont.c: Make symbols static if they're not exported.
14345 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
14346 HAVE_FREETYPE.
14347 * font.h (ftxfont_driver): Likewise.
14348
e4cebfca
PE
14349 * xfns.c: Make symbols static if they're not exported.
14350 (x_last_font_name, x_display_info_for_name):
14351 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
14352 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
14353 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
14354 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
14355 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
14356 (last_show_tip_args): Now static.
14357 (xic_defaut_fontset, xic_create_fontsetname): Define only if
14358 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
14359 (x_screen_planes): Remove; unused.
14360 * dispextern.h (x_screen_planes): Remove decl.
14361
5bf46f05
PE
14362 * dispnew.c: Make symbols static if they're not exported.
14363 * dispextern.h (redraw_garbaged_frames, scrolling):
14364 (increment_row_positions): Remove.
14365 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
14366 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
14367 Now static.
14368 (redraw_garbaged_frames): Remove; unused.
14369
435f4c28
PE
14370 * xfaces.c: Make symbols static if they're not exported.
14371 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
14372 Remove decls.
14373 * xterm.h (defined_color): Remove decls.
14374 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
14375 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
14376 (menu_face_changed_default, defined_color, free_realized_face):
14377 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
14378 (ascii_face_of_lisp_face): Remove; unused.
14379
8524aef3
PE
14380 * xdisp.c: Make symbols static if they're not exported.
14381 * dispextern.h (scratch_glyph_row, window_box_edges):
14382 (glyph_to_pixel_coords, set_cursor_from_row):
14383 (get_next_display_element, set_iterator_to_next):
14384 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
14385 (show_mouse_face): Remove decls
14386 * frame.h (message_buf_print): Likewise.
14387 * lisp.h (pop_message, set_message, check_point_in_composition):
14388 Likewise.
14389 * xterm.h (set_vertical_scroll_bar): Likewise.
14390 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
14391 (message_buf_print, scratch_glyph_row, displayed_buffer):
14392 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
14393 (get_next_display_element, show_mouse_face, window_box_edges):
14394 (frame_to_window_pixel_xy, check_point_in_composition):
14395 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
14396 (glyph_to_pixel_coords): Remove; unused.
14397
16390cd2
PE
14398 * dired.c (file_name_completion): Now static.
14399
14400 * dbusbind.c (xd_in_read_queued_messages): Now static.
14401
a25f4dfa
PE
14402 * lisp.h (circular_list_error, FOREACH): Remove; unused.
14403 * data.c (circular_list_error): Remove.
14404
14a9c8df
PE
14405 * commands.h (last_point_position, last_point_position_buffer):
14406 (last_point_position_window): Remove decls.
14407 * keyboard.c: Make these variables static.
14408
04f2d78b
CB
14409 * coding.h (coding, code_convert_region, encode_coding_gap):
14410 Remove decls.
74ab6df5
PE
14411 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
14412 (iso_code_class, detect_coding, code_convert_region): Now static.
14413 (encode_coding_gap): Remove; unused.
14414
38dfbee1
PE
14415 * chartab.c (chartab_chars, chartab_bits): Now static.
14416
a2cb4e63
PE
14417 * charset.h (charset_iso_8859_1): Remove decl.
14418 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
14419 Now static.
14420
127198fd
PE
14421 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
14422 * ccl.c (Vccl_program_table): Now static.
14423 (check_ccl_update): Remove; unused.
14424
d85b608f
PE
14425 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
14426 * category.h: ... from here.
14427 * category.c (check_category_table, set_category_set): Now static.
14428
31cd66f3
PE
14429 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
14430 * lisp.h: Remove these decls.
14431
c358e587
PE
14432 * buffer.c (buffer_count): Remove unused var.
14433
e78aecca
PE
14434 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
14435 so that it's not optimized away.
14436 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
14437 * dispextern.h (bidi_dump_cached_states): Remove, since it's
14438 exported only to the debugger.
14439
e192d7d3 14440 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
04f2d78b 14441 * atimer.h (run_all_atimers): Remove; not exported.
e192d7d3 14442
92470028
PE
14443 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
14444 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
14445 was inaccessible from Lisp.
14446 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
14447 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
14448
244ed907
PE
14449 alloc.c: Import and export fewer symbols, and remove unused items.
14450 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
14451 is defined.
14452 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
14453 it's not optimized away by whole-program optimization.
14454 (message_enable_multibyte, free_misc): Remove.
14455 (catchlist, handlerlist, mark_backtrace):
14456 Declare only if BYTE_MARK_STACK.
14457 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
14458 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
14459 (message_enable_multibyte): Remove decl.
14460 (free_misc, interval_free_list, float_block, float_block_index):
14461 (n_float_blocks, float_free_list, cons_block, cons_block_index):
14462 (cons_free_list, last_marked_index):
14463 Now static.
14464 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
14465 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
14466 (mark_backtrace): Define only if BYTE_MARK_STACK.
14467 * xdisp.c (message_enable_multibyte): Now static.
14468
61c2b50e 14469 Declare Lisp_Object Q* variables to be 'static' if not exported.
955cbe7b
PE
14470 This makes it easier for human readers (and static analyzers)
14471 to see whether these variables are used from other modules.
14472 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
14473 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
14474 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
14475 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
14476 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
14477 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
14478 * xmenu.c, xselect.c:
14479 Declare Q* vars static if they are not used in other modules.
14480 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
14481 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
14482 Remove decls of unexported vars.
14483 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
14484
95c82688
PE
14485 * lisp.h (DEFINE_FUNC): Make sname 'static'.
14486
16a97296
PE
14487 Make Emacs functions such as Fatom 'static' by default.
14488 This makes it easier for human readers (and static analyzers)
14489 to see whether these functions can be called from other modules.
14490 DEFUN now defines a static function. To make the function external
14491 so that it can be used in other C modules, use the new macro DEFUE.
8bd7b830
PE
14492 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
14493 (Finit_image_library):
16a97296
PE
14494 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
14495 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
14496 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
14497 Remove decls, since these functions are now static.
14498 (Funintern, Fget_internal_run_time): New decls, since these functions
14499 were already external.
95c82688 14500
16a97296
PE
14501 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
14502 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
14503 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
14504 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
14505 * keyboard.c, keymap.c, lread.c:
14506 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
14507 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
14508 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
14509 Mark functions with DEFUE instead of DEFUN,
14510 if they are used in other modules.
14511 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
14512 decls for now-static functions.
14513 * buffer.h (Fdelete_overlay): Remove decl.
14514 * callproc.c (Fgetenv_internal): Mark as internal.
14515 * composite.c (Fremove_list_of_text_properties): Remove decl.
14516 (Fcomposition_get_gstring): New forward static decl.
14517 * composite.h (Fcomposite_get_gstring): Remove decl.
14518 * dired.c (Ffile_attributes): New forward static decl.
14519 * doc.c (Fdocumntation_property): New forward static decl.
14520 * eval.c (Ffetch_bytecode): New forward static decl.
14521 (Funintern): Remove extern decl; now in .h file where it belongs.
14522 * fileio.c (Fmake_symbolic_link): New forward static decl.
14523 * image.c (Finit_image_library): New forward static decl.
14524 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
14525 * intervals.h (Fprevious_property_change):
14526 (Fremove_list_of_text_properties): Remove decls.
14527 * keyboard.c (Fthis_command_keys): Remove decl.
14528 (Fcommand_execute): New forward static decl.
14529 * keymap.c (Flookup_key): New forward static decl.
14530 (Fcopy_keymap): Now static.
14531 * keymap.h (Flookup_key): Remove decl.
14532 * process.c (Fget_process): New forward static decl.
14533 (Fprocess_datagram_address): Mark as internal.
14534 * syntax.c (Fsyntax_table_p): New forward static decl.
14535 (skip_chars): Remove duplicate decl.
14536 * textprop.c (Fprevious_property_change): New forward static decl.
14537 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
14538 Now internal.
14539 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
14540 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
14541
785bbd42
PE
14542 * editfns.c (Fformat): Remove unreachable code.
14543
8b913b57
AS
145442011-04-14 Andreas Schwab <schwab@linux-m68k.org>
14545
14546 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
14547 change. (Bug#8496)
14548
a6744a35
EZ
145492011-04-13 Eli Zaretskii <eliz@gnu.org>
14550
14551 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
14552 when at ZV. (Bug#8487)
14553
e7974947
AS
145542011-04-12 Andreas Schwab <schwab@linux-m68k.org>
14555
baad03f0
AS
14556 * charset.c (Fclear_charset_maps): Use xfree instead of free.
14557 (Bug#8437)
14558 * keyboard.c (parse_tool_bar_item): Likewise.
14559 * sound.c (sound_cleanup, alsa_close): Likewise.
14560 * termcap.c (tgetent): Likewise.
14561 * xfns.c (x_default_font_parameter): Likewise.
14562 * xsettings.c (read_and_apply_settings): Likewise.
14563
e7974947
AS
14564 * alloc.c (overrun_check_malloc, overrun_check_realloc)
14565 (overrun_check_free): Protoize.
14566
28272684
PE
145672011-04-12 Paul Eggert <eggert@cs.ucla.edu>
14568
14569 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
14570 since callers should never pass a negative size.
14571 Change the signature to match that of plain 'read' and 'write'; see
14572 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
14573 * lisp.h: Update prototypes of emacs_write and emacs_read.
14574
11997c76
EZ
145752011-04-11 Eli Zaretskii <eliz@gnu.org>
14576
14577 * xdisp.c (redisplay_window): Don't try to determine the character
14578 position of the scroll margin if the window start point w->startp
e896f03c 14579 is outside the buffer's accessible region. (Bug#8468)
11997c76 14580
8a2cbd72
EZ
145812011-04-10 Eli Zaretskii <eliz@gnu.org>
14582
14583 Fix write-region and its subroutines for buffers > 2GB.
14584 * fileio.c (a_write, e_write): Modify declaration of arguments and
14585 local variables to support buffers larger than 2GB.
14586 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
14587
14588 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
14589 argument, local variables, and return value.
14590
14591 * lisp.h: Update prototypes of emacs_write and emacs_read.
14592
14593 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
14594
4073e537 145952011-04-10 Paul Eggert <eggert@cs.ucla.edu>
eb3f1cc8 14596
1ebfdcb6
PE
14597 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
14598
b2ded58d
PE
14599 Fix more problems found by GCC 4.6.0's static checks.
14600
7d66342c
PE
14601 * xdisp.c (vmessage): Use a better test for character truncation.
14602
bbf47d44
PE
14603 * charset.c (load_charset_map): <, not <=, for optimization,
14604 and to avoid potential problems with integer overflow.
9248994d 14605 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
f9a68bc5 14606 * casetab.c (set_identity, shuffle): Likewise.
3ab1c7ce 14607 * editfns.c (Fformat): Likewise.
1e69125e 14608 * syntax.c (skip_chars): Likewise.
3befa583 14609
e3019616
PE
14610 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
14611 This also lets GCC 4.6.0 generate slightly better loop code.
14612
becfa255
PE
14613 * callint.c (Fcall_interactively): <, not <=, for optimization.
14614 (Fcall_interactively): Count the number of arguments produced,
14615 not the number of arguments given. This is simpler and lets GCC
14616 4.6.0 generate slightly better code.
14617
dae0cd48
PE
14618 * ftfont.c: Distingish more carefully between FcChar8 and char.
14619 The previous code passed unsigned char * to a functions like
14620 strlen and xstrcasecmp that expect char *, which does not
14621 conform to the C standard.
14622 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
14623 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
14624 char * when the C standard requires it.
14625
76032d70
PE
14626 * keyboard.c (read_char): Remove unused var.
14627
eb3f1cc8
PE
14628 * eval.c: Port to Windows vsnprintf (Bug#8435).
14629 Include <limits.h>.
14630 (SIZE_MAX): Define if the headers do not.
14631 (verror): Do not give up if vsnprintf returns a negative count.
14632 Instead, grow the buffer. This ports to Windows vsnprintf, which
14633 does not conform to C99. Problem reported by Eli Zaretskii.
14634 Also, simplify the allocation scheme, by avoiding the need for
14635 calling realloc, and removing the ALLOCATED variable.
14636
70476b54
PE
14637 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
14638
12020a9e
PE
14639 Remove invocations of doprnt, as Emacs now uses vsnprintf.
14640 But keep the doprint source code for now, as we might revamp it
14641 and use it again (Bug#8435).
ea6c7ae6
PE
14642 * lisp.h (doprnt): Remove.
14643 * Makefile.in (base_obj): Remove doprnt.o.
14644 * deps.mk (doprnt.o): Remove.
14645
5fdb398c
PE
14646 error: Print 32- and 64-bit integers portably (Bug#8435).
14647 Without this change, on typical 64-bit hosts error ("...%d...", N)
14648 was used to print both 32- and 64-bit integers N, which relied on
14649 undefined behavior.
61bdb816 14650 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
5fdb398c
PE
14651 * lisp.h (error, verror): Mark as printf-like functions.
14652 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
14653 Report overflow in size calculations when allocating printf buffer.
14654 Do not truncate output string at its first null byte.
14655 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
14656 Truncate the output at a character boundary, since vsnprintf does not
14657 do that.
14658 * charset.c (check_iso_charset_parameter): Convert internal
14659 character to string before calling 'error', since %c now has the
14660 printf meaning.
14661 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
14662 overflow when computing char to be passed to 'error'. Do not
14663 pass Lisp_Object to 'error'; pass the integer instead.
14664 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
14665 formatted with plain %d.
14666
b189fa66
PE
14667 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
14668
bff87ef0
PE
14669 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
14670
7e2cac20
PE
14671 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
14672
ce4d90b5
PE
14673 * xterm.c (x_catch_errors): Remove duplicate declaration.
14674
266c9547
PE
14675 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
14676
79c49ad2
PE
14677 * xdisp.c, lisp.h (message_nolog): Remove; unused.
14678
368f4090
JM
146792011-04-10 Jim Meyering <meyering@redhat.com>
14680
14681 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
14682 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
14683 return ssize_t not "int", and use size_t as the buffer length.
14684 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
14685 * gnutls.h: Update declarations.
14686 * process.c (read_process_output): Use ssize_t, to match.
14687 (send_process): Likewise.
14688
a32d4040
CY
146892011-04-09 Chong Yidong <cyd@stupidchicken.com>
14690
14691 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
14692
8546720e 146932011-04-09 Chong Yidong <cyd@stupidchicken.com>
aac0c6e3 14694
04f2d78b
CB
14695 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
14696 Use unsigned char, to match FcChar8 type definition.
aac0c6e3 14697
8546720e
GM
14698 * xterm.c (handle_one_xevent):
14699 * xmenu.c (create_and_show_popup_menu):
14700 * xselect.c (x_decline_selection_request)
14701 (x_reply_selection_request): Avoid type-punned deref of X events.
aac0c6e3 14702
0a2f5c1a 147032011-04-09 Eli Zaretskii <eliz@gnu.org>
a53e2e89
EZ
14704
14705 Fix some uses of `int' instead of EMACS_INT.
14706 * search.c (string_match_1, fast_string_match)
14707 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
14708 (scan_buffer, find_next_newline_no_quit)
14709 (find_before_next_newline, search_command, Freplace_match)
14710 (Fmatch_data): Make some `int' variables be EMACS_INT.
14711
14712 * xdisp.c (display_count_lines): 3rd argument and return value now
14713 EMACS_INT. All callers changed.
14714 (pint2hrstr): Last argument is now EMACS_INT.
14715
14716 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
14717 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
14718 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
14719 (decode_coding_utf_16, decode_coding_emacs_mule)
14720 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14721 (decode_coding_ccl, decode_coding_charset)
14722 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
14723 (decode_coding_iso_2022, decode_coding_emacs_mule)
14724 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
14725 <char_offset, last_offset>: Declare EMACS_INT.
14726 (encode_coding_utf_8, encode_coding_utf_16)
14727 (encode_coding_emacs_mule, encode_invocation_designation)
14728 (encode_designation_at_bol, encode_coding_iso_2022)
14729 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
14730 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
14731 Declare EMACS_INT.
14732 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
14733 (encode_invocation_designation): Last argument P_NCHARS is now
14734 EMACS_INT.
14735 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
14736 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
14737
14738 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
14739 All users changed.
14740
14741 * ccl.c (Fccl_execute_on_string): Declare some variables
14742 EMACS_INT.
14743
8546720e 147442011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
0080dc6b
SS
14745
14746 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
14747
4e19a977
CS
147482011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
14749
14750 * process.c (Fformat_network_address): Doc fix.
14751
87302331
R
147522011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
14753
ee7683eb 14754 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
87302331 14755
cbb59342
CY
147562011-04-08 Chong Yidong <cyd@stupidchicken.com>
14757
14758 * keyboard.c (read_char): Call Lisp function help-form-show,
14759 instead of using internal_with_output_to_temp_buffer.
14760 (Qhelp_form_show): New var.
e0d38eeb 14761 (syms_of_keyboard): Use DEFSYM macro.
cbb59342
CY
14762
14763 * print.c (internal_with_output_to_temp_buffer): Function deleted.
14764
14765 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
14766
e67a13ab
CY
147672011-04-06 Chong Yidong <cyd@stupidchicken.com>
14768
04f2d78b
CB
14769 * process.c (Flist_processes): Remove to Lisp.
14770 (list_processes_1): Delete.
e67a13ab 14771
973f782d
EZ
147722011-04-06 Eli Zaretskii <eliz@gnu.org>
14773
7c106b1e
EZ
14774 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
14775
973f782d
EZ
14776 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
14777
41cf7d1a 147782011-04-06 Paul Eggert <eggert@cs.ucla.edu>
27ccc379 14779
ca23cc88
PE
14780 Fix more problems found by GCC 4.6.0's static checks.
14781
f390e2d5
PE
14782 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
14783
42eea0d0
PE
14784 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
14785
b69769da 14786 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
1e973bc7 14787
f9541e84
PE
14788 * xdisp.c (vmessage): Mark as a printf-like function.
14789
13841b55
PE
14790 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
14791
c136c10f
PE
14792 * sound.c (sound_warning): Don't crash if arg contains a printf format.
14793
5e2d4a30
PE
14794 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
14795 printf-like functions.
14796 (tiff_load): Add casts to remove these marks before passing them
14797 to system-supplied API.
14798
583f48b9
PE
14799 * eval.c (Fsignal): Remove excess argument to 'fatal'.
14800
b25d760e
PE
14801 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
14802 This avoids several warnings with gcc -Wstrict-overflow.
d5efd1d1
PE
14803 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
14804 directly, rather than having caller test rule sign. This avoids
14805 some unnecessary tests.
14806 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
14807 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
14808 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
b25d760e 14809
bc7b6697 14810 * xfont.c (xfont_text_extents): Remove var that was set but not used.
625a3eb1 14811 (xfont_open): Avoid unnecessary tests.
bc7b6697 14812
27ccc379
PE
14813 * composite.c (composition_gstring_put_cache): Use unsigned integer.
14814
dcd5c89a
PE
14815 * composite.h, composite.c (composition_gstring_put_cache):
14816 Use EMACS_INT, not int, for length.
14817
b13a45c6
PE
14818 * composite.h (COMPOSITION_DECODE_REFS): New macro,
14819 breaking out part of COMPOSITION_DECODE_RULE.
14820 (COMPOSITION_DECODE_RULE): Use it.
14821 * composite.c (get_composition_id): Remove unused local vars,
14822 by using the new macro.
14823
1e792e4d
PE
14824 * textprop.c (set_text_properties_1): Change while to do-while,
14825 since the condition is always true at first.
14826
dc6c6455 14827 * intervals.c (graft_intervals_into_buffer): Mark var as used.
aa86731f
PE
14828 (interval_deletion_adjustment): Return unsigned value.
14829 All uses changed.
dc6c6455 14830
aba7731a
PE
14831 * process.c (list_processes_1, create_pty, read_process_output):
14832 (exec_sentinel): Remove vars that were set but not used.
afd4052b 14833 (create_pty): Remove unnecessary "volatile"s.
bc57d757 14834 (Fnetwork_interface_info): Avoid possibility of int overflow.
82eaa333 14835 (read_process_output): Do adaptive read buffering even if carryover.
fe07cdfa 14836 (read_process_output): Simplify nbytes computation if buffered.
aba7731a 14837
fdfc4bf3
PE
14838 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
14839
fca8fe46 14840 * syntax.c (scan_words): Remove var that was set but not used.
12cbf13f 14841 (update_syntax_table): Use unsigned instead of int.
fca8fe46 14842
06a0259a 14843 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
3c346cc3 14844 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
e6eb4e9e 14845 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
06a0259a 14846
e7b9e80f
PE
14847 * print.c (print_error_message): Avoid int overflow.
14848
56201685
PE
14849 * font.c (font_list_entities): Redo for clarity,
14850 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
14851
78834453 14852 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
790771b1 14853 (font_score): Avoid potential overflow in diff calculation.
78834453 14854
0bc0b309 14855 * fns.c (substring_both): Remove var that is set but not used.
8cd55cb4 14856 (sxhash): Redo loop for clarity and to avoid wraparound warning.
0bc0b309 14857
e610eaca
PE
14858 * eval.c (funcall_lambda): Rename local to avoid shadowing.
14859
b895abce
PE
14860 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
14861 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
14862 can always succeed if overflow has undefined behavior.
14863
1f1d9321 14864 * search.c (boyer_moore, wordify): Remove vars set but not used.
6f076cc7 14865 (wordify): Omit three unnecessary tests.
1f1d9321 14866
c59478bc
PE
14867 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
14868 All callers changed. This avoids the need for an unused var.
14869
79b73827
PE
14870 * casefiddle.c (casify_region): Remove var that is set but not used.
14871
a4db5dfe
PE
14872 * dired.c (file_name_completion): Remove var that is set but not used.
14873
43aae36e
PE
14874 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
14875
2a47c44d 14876 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
163c5f32 14877 (Finsert_file_contents): Remove unnecessary code checking fd.
2a47c44d 14878
a37c69bf
PE
14879 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
14880 Check for integer overflow on size calculations.
14881
328ab8e7
PE
14882 * buffer.c (Fprevious_overlay_change): Remove var that is set
14883 but not used.
14884
e5a2a5cb
PE
14885 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
14886 Remove vars that are set but not used.
8d84a6eb 14887 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
6b043475 14888 (timer_check_2): Mark vars as initialized.
e5a2a5cb 14889
a60e5f68
PE
14890 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
14891
f661cb61 14892 * image.c (lookup_image): Remove var that is set but not used.
35fa624f 14893 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
f661cb61 14894
f0397f5a
PE
14895 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
14896 that are set but not used.
14897
8664db06 14898 * xfns.c (make_invisible_cursor): Don't return garbage
03733ee7 14899 if XCreateBitmapFromData fails (Bug#8410).
8664db06 14900
6abdaa4a
PE
14901 * xselect.c (x_get_local_selection, x_handle_property_notify):
14902 Remove vars that are set but not used.
14903
0ce7538d 14904 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
6abdaa4a 14905 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
0ce7538d 14906
9ae848fc
PE
14907 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
14908 Remove var that is set but not used.
0b918413
PE
14909 (scroll_bar_windows_size): Now size_t, not int.
14910 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
14911 Check for overflow.
9ae848fc 14912
a5a62657
PE
14913 * xfaces.c (realize_named_face): Remove vars that are set but not used.
14914 (map_tty_color) [!defined MSDOS]: Likewise.
14915
5c5cdd39
PE
14916 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
14917
66ebf983
PE
14918 * coding.c: Remove vars that are set but not used.
14919 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
14920 All callers changed.
14921 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
14922 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
14923 (decode_coding_charset): Remove vars that are set but not used.
14924
1be4d761
PE
14925 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
14926 that is set but not used.
14927
47553fa8
PE
14928 * print.c (print_object): Remove var that is set but not used.
14929
1f7196bf 14930 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
14931 The gnulib version avoids calling malloc in the usual case,
14932 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
14933 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
14934 * filelock.c (current_lock_owner): Likewise.
14935 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
14936 * sysdep.c: Include allocator.h, careadlinkat.h.
14937 (emacs_no_realloc_allocator): New static constant.
14938 (emacs_readlink): New function.
fdb61804
PE
14939 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
14940 ../lib/careadlinkat.h.
d1fdcab7 14941
f84c17c7
SM
149422011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14943
14944 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
14945 first non-nil return value).
14946
ef3862ad
JD
149472011-04-03 Jan Djärv <jan.h.d@swipnet.se>
14948
14949 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
14950 if not defined (Bug#8403).
14951
376a7006
JB
149522011-04-02 Juanma Barranquero <lekktu@gmail.com>
14953
14954 * xdisp.c (display_count_lines): Remove parameter `start',
14955 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
14956 (get_char_face_and_encoding): Remove parameter `multibyte_p',
14957 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
14958 (fill_stretch_glyph_string): Remove parameters `row' and `area',
14959 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
14960 and thereabouts. All callers changed.
14961 (get_per_char_metric): Remove parameter `f', unused since
14962 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
14963
6ca3801d
JM
149642011-04-02 Jim Meyering <meyering@redhat.com>
14965
14966 do not dereference NULL upon failed strdup
14967 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
14968 (ns_get_family): Likewise.
14969
d8e2b5ba
JB
149702011-04-02 Juanma Barranquero <lekktu@gmail.com>
14971
14972 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
14973
8c74fcbd
JD
149742011-04-02 Jan Djärv <jan.h.d@swipnet.se>
14975
14976 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
14977 later (Bug#8403).
14978
7200d79c
SM
149792011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14980
03408648 14981 Add lexical binding.
7200d79c 14982
03408648
SM
14983 * window.c (Ftemp_output_buffer_show): New fun.
14984 (Fsave_window_excursion):
14985 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
14986
14987 * lread.c (lisp_file_lexically_bound_p): New function.
14988 (Fload): Bind Qlexical_binding.
14989 (readevalloop): Remove `evalfun' arg.
14990 Bind Qinternal_interpreter_environment.
14991 (Feval_buffer): Bind Qlexical_binding.
14992 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
14993 Mark as dynamic.
14994 (syms_of_lread): Declare `lexical-binding'.
14995
14996 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
14997
14998 * keyboard.c (eval_dyn): New fun.
14999 (menu_item_eval_property): Use it.
ca105506
SM
15000
15001 * image.c (parse_image_spec): Use Ffunctionp.
ca105506 15002
03408648
SM
15003 * fns.c (concat, mapcar1): Accept byte-code-functions.
15004
15005 * eval.c (Fsetq): Handle lexical vars.
15006 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
15007 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
15008 (FletX, Flet): Obey lexical binding.
15009 (Fcommandp): Handle closures.
15010 (Feval): New `lexical' arg.
15011 (eval_sub): New function extracted from Feval. Use it almost
15012 everywhere where Feval was used. Look up vars in lexical env.
15013 Handle closures.
15014 (Ffunctionp): Move from subr.el.
15015 (Ffuncall): Handle closures.
15016 (apply_lambda): Remove `eval_flags'.
15017 (funcall_lambda): Handle closures and new byte-code-functions.
15018 (Fspecial_variable_p): New function.
15019 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
15020 but without exporting it to Lisp.
23aba0ea 15021
23aba0ea 15022 * doc.c (Fdocumentation, store_function_docstring):
03408648 15023 * data.c (Finteractive_form): Handle closures.
23aba0ea 15024
03408648
SM
15025 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
15026 interactive spec.
ba83908c 15027
04f2d78b
CB
15028 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
15029 New byte-codes.
03408648
SM
15030 (exec_byte_code): New function extracted from Fbyte_code to handle new
15031 calling convention for byte-code-functions. Add new byte-codes.
ba83908c 15032
03408648 15033 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
e2abe5a1 15034
03408648 15035 * alloc.c (Fmake_symbol): Init new `declared_special' field.
e2abe5a1 15036
e2abce01
JB
150372011-03-31 Juanma Barranquero <lekktu@gmail.com>
15038
15039 * xdisp.c (redisplay_internal): Fix prototype.
15040
63696a73 150412011-03-31 Eli Zaretskii <eliz@gnu.org>
09725d26 15042
63696a73 15043 * xdisp.c (SCROLL_LIMIT): New macro.
04f2d78b
CB
15044 (try_scrolling): Use it when setting scroll_limit.
15045 Limit scrolling to 100 screen lines.
63696a73
EZ
15046 (redisplay_window): Even when falling back on "recentering",
15047 position point in the window according to scroll-conservatively,
15048 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
15049
15050 (try_scrolling): When point is above the window, allow searching
15051 as far as scroll_max, or one screenful, to compute vertical
15052 distance from PT to the scroll margin position. This prevents
15053 try_scrolling from unnecessarily failing when
15054 scroll-conservatively is set to a value slightly larger than the
15055 window height. Clean up the case of PT below the margin at bottom
15056 of window: scroll_max can no longer be INT_MAX. When aggressive
15057 scrolling is in use, don't let point enter the opposite scroll
15058 margin as result of the scroll.
15059 (syms_of_xdisp) <scroll-conservatively>: Document the
09725d26
EZ
15060 threshold of 100 lines for never-recentering scrolling.
15061
e4cc2dfc
JB
150622011-03-31 Juanma Barranquero <lekktu@gmail.com>
15063
15064 * dispextern.h (move_it_by_lines):
15065 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
15066 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
15067 (message_log_check_duplicate): Remove parameters `prev_bol' and
15068 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
15069 (redisplay_internal): Remove parameter `preserve_echo_area',
15070 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
15071
15072 * indent.c (Fvertical_motion):
15073 * window.c (window_scroll_pixel_based, Frecenter):
15074 Don't pass `need_y_p' to `move_it_by_lines'.
15075
1c470562
SM
150762011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15077
44f230aa
SM
15078 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
15079 steal a few bits to be more compact.
15080 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
15081 Remove unneeded casts.
15082
1c470562
SM
15083 * bytecode.c (Fbyte_code): CAR and CDR can GC.
15084
888adce9
ZK
150852011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
15086
15087 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
15088 binding" message (bug#7967).
15089
f838ed7b
PE
150902011-03-30 Paul Eggert <eggert@cs.ucla.edu>
15091
77861b95
PE
15092 Fix more problems found by GCC 4.6.0's static checks.
15093
de6dbc14
PE
15094 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
15095 Remove unused local var.
15096
f838ed7b
PE
15097 * editfns.c (Fmessage_box): Remove unused local var.
15098
792c7b2b
PE
15099 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
15100 (note_mode_line_or_margin_highlight, note_mouse_highlight):
15101 Omit unused local vars.
c499e557 15102 * window.c (shrink_windows): Omit unused local var.
b01a1c29 15103 * menu.c (digest_single_submenu): Omit unused local var.
0bc32927
PE
15104 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
15105 Omit unused local var.
15106
ba0165e1
PE
15107 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
15108 Don't assume string length fits in int.
32ad8845 15109 (keyremap_step, read_key_sequence): Use size_t for sizes.
48011560 15110 (read_key_sequence): Don't check last_real_key_start redundantly.
ba0165e1 15111
3c59b4c9
PE
15112 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
15113 instead of alloca (Bug#8344).
15114
a3eed478 15115 * eval.c (Fbacktrace): Don't assume nargs fits in int.
5d5d959d 15116 (Fbacktrace_frame): Don't assume nframes fits in int.
a3eed478 15117
eb4d412d
PE
15118 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
15119
1658b401
PE
15120 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
15121 concerns.
15122
15123 * term.c (produce_glyphless_glyph): Remove unnecessary test.
15124
15125 * cm.c (calccost): Turn while-do into do-while, for clarity.
44f730c8 15126
9a2c6e05
PE
15127 * keyboard.c (syms_of_keyboard): Use the same style as later
15128 in this function when indexing through an array. This also
15129 works around GCC bug 48267.
15130
03d0a109
PE
15131 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
15132
44f730c8
PE
15133 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
15134
fe75f926
PE
15135 * chartab.c (sub_char_table_ref_and_range): Redo for slight
15136 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
15137
ffa8c828
PE
15138 * keyboard.c, keyboard.h (num_input_events): Now size_t.
15139 This avoids undefined behavior on integer overflow, and is a bit
15140 more convenient anyway since it is compared to a size_t variable.
15141
c5101a77
PE
15142 Variadic C functions now count arguments with size_t, not int.
15143 This avoids an unnecessary limitation on 64-bit machines, which
15144 caused (substring ...) to crash on large vectors (Bug#8344).
15145 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
15146 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
77861b95 15147 All variadic functions and their callers changed accordingly.
c5101a77
PE
15148 (struct gcpro.nvars): Now size_t, not int. All uses changed.
15149 * data.c (arith_driver, float_arith_driver): Likewise.
15150 * editfns.c (general_insert_function): Likewise.
15151 * eval.c (struct backtrace.nargs, interactive_p)
15152 (internal_condition_case_n, run_hook_with_args, apply_lambda)
15153 (funcall_lambda, mark_backtrace): Likewise.
15154 * fns.c (concat): Likewise.
15155 * frame.c (x_set_frame_parameters): Likewise.
15156 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
15157 0 if not found, not -1. All callers changed.
15158
dd3f25f7
PE
15159 * alloc.c (garbage_collect): Don't assume stack size fits in int.
15160 (stack_copy_size): Now size_t, not int.
15161 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
15162
461c2ab9
JB
151632011-03-28 Juanma Barranquero <lekktu@gmail.com>
15164
15165 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
15166 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
15167 All callers changed.
15168
15169 * lisp.h (multibyte_char_to_unibyte):
15170 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
15171 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
15172 * character.h (CHAR_TO_BYTE8):
15173 * cmds.c (internal_self_insert):
15174 * editfns.c (general_insert_function):
15175 * keymap.c (push_key_description):
15176 * search.c (Freplace_match):
15177 * xdisp.c (message_dolog, set_message_1): All callers changed.
15178
f6d62986
SM
151792011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * keyboard.c (safe_run_hook_funcall): New function.
15182 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
15183 don't set the hook to nil, but remove the offending function instead.
15184 (Qcommand_hook_internal): Remove, unused.
15185 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
15186 Vcommand_hook_internal.
15187
15188 * eval.c (enum run_hooks_condition): Remove.
15189 (funcall_nil, funcall_not): New functions.
15190 (run_hook_with_args): Call each function through a `funcall' argument.
15191 Remove `cond' argument, now redundant.
15192 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
15193 (Frun_hook_with_args_until_failure): Adjust accordingly.
15194 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
15195
1db5b1ad
JB
151962011-03-28 Juanma Barranquero <lekktu@gmail.com>
15197
15198 * dispextern.h (string_buffer_position): Remove declaration.
15199
15200 * print.c (strout): Remove parameter `multibyte', unused since
15201 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
15202
15203 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
15204 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
15205 All callers changed.
15206
15207 * w32.c (_wsa_errlist): Use braces for struct initializers.
15208
15209 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
15210 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
15211 All callers changed.
15212 (string_buffer_position): Likewise. Also, make static (it's never
15213 used outside xdisp.c).
15214 (cursor_row_p): Remove parameter `w', unused since
15215 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
15216 (decode_mode_spec): Remove parameter `precision', introduced during
15217 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
15218 All callers changed.
15219
5ffb62aa
JD
152202011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15221
15222 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
15223
461c2ab9 152242011-03-27 Anders Lindgren <andlind@gmail.com>
f0a1382a
JD
15225
15226 * nsterm.m (ns_menu_bar_is_hidden): New variable.
15227 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
15228 (ns_update_auto_hide_menu_bar): New functions.
15229 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
15230 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
15231 ns_constrain_all_frames.
15232 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
15233 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
15234
5c380ffb
JD
152352011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15236
15237 * nsmenu.m (runDialogAt): Remove argument to timer_check.
15238
9af30bdf
GM
152392011-03-27 Glenn Morris <rgm@gnu.org>
15240
15241 * syssignal.h: Replace RETSIGTYPE with void.
15242 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
15243 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
15244 Replace SIGTYPE with void everywhere.
15245 * s/usg5-4-common.h (SIGTYPE): Remove definition.
15246 * s/template.h (SIGTYPE): Remove commented out definition.
15247
e2abce01
JB
152482011-03-26 Eli Zaretskii <eliz@gnu.org>
15249
15250 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
15251 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
15252
f868cd8a
JB
152532011-03-26 Juanma Barranquero <lekktu@gmail.com>
15254
59eb0929
JB
15255 * w32.c (read_unc_volume): Use parameter `henum', instead of
15256 global variable `wget_enum_handle'.
15257
15258 * keymap.c (describe_vector): Remove parameters `indices' and
15259 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
15260 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
15261
f868cd8a
JB
15262 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
15263
15264 * keyboard.c (timer_check): Remove parameter `do_it_now',
15265 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
15266 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
15267 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
15268
15269 * keyboard.c (read_char):
15270 * w32menu.c (w32_menu_display_help):
15271 * xmenu.c (show_help_event, menu_help_callback):
15272 Adjust calls to `show_help_echo'.
15273
15274 * gtkutil.c (xg_maybe_add_timer):
15275 * keyboard.c (readable_events):
15276 * process.c (wait_reading_process_output):
15277 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
15278
15279 * insdel.c (adjust_markers_gap_motion):
15280 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
15281 (gap_left, gap_right): Don't call it.
15282
2ecf6fdb
CY
152832011-03-25 Chong Yidong <cyd@stupidchicken.com>
15284
15285 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
15286 incurred during fontification.
15287
6b1f9ba4
JB
152882011-03-25 Juanma Barranquero <lekktu@gmail.com>
15289
15290 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
15291 (DEFVAR_PER_BUFFER): Don't pass it.
15292
15293 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
15294 (scrolling_window): Don't pass it.
15295
0f4a96b5
JB
152962011-03-25 Juanma Barranquero <lekktu@gmail.com>
15297
15298 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
15299
15300 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
15301 and `suffix'.
15302 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
15303 of variables specific to SELinux and computation of `encoded_absname'.
15304
15305 * image.c (XPutPixel): Remove unused variable `height'.
15306
15307 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
15308
15309 * unexw32.c (get_section_info): Remove unused variable `section'.
15310
15311 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
15312 (system_process_attributes): Remove unused variable `sess'.
15313 (sys_read): Remove unused variable `err'.
15314
15315 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
15316 (w32_wnd_proc): Remove unused variable `isdead'.
15317 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
15318 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
15319 (x_create_tip_frame): Remove unused variable `tem'.
15320
15321 * w32inevt.c (w32_console_read_socket):
15322 Remove unused variable `no_events'.
15323
15324 * w32term.c (x_draw_composite_glyph_string_foreground):
15325 Remove unused variable `width'.
15326
1149507c
JB
153272011-03-24 Juanma Barranquero <lekktu@gmail.com>
15328
15329 * w32term.c (x_set_glyph_string_clipping):
15330 Don't pass uninitialized region to CombineRgn.
15331
9c88f339
JB
153322011-03-23 Juanma Barranquero <lekktu@gmail.com>
15333
15334 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
15335 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
15336 (Fx_close_connection): Remove unused variable `i'.
15337
15338 * w32font.c (w32font_draw): Return number of glyphs.
15339 (w32font_open_internal): Remove unused variable `i'.
15340 (w32font_driver): Add missing initializer.
15341
15342 * w32menu.c (utf8to16): Remove unused variable `utf16'.
15343 (fill_in_menu): Remove unused variable `items_added'.
15344
15345 * w32term.c (last_mouse_press_frame): Remove static global variable.
15346 (w32_clip_to_row): Remove unused variable `f'.
15347 (x_delete_terminal): Remove unused variable `i'.
15348
15349 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
15350 (NOTHING): Remove unused static global variable.
15351 (uniscribe_check_otf): Remove unused variable `table'.
15352 (uniscribe_font_driver): Add missing initializers.
15353
dee091a3
JD
153542011-03-23 Julien Danjou <julien@danjou.info>
15355
15356 * term.c (Fsuspend_tty, Fresume_tty):
15357 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
15358 * window.c (temp_output_buffer_show):
15359 * insdel.c (signal_before_change):
15360 * frame.c (Fhandle_switch_frame):
15361 * fileio.c (Fdo_auto_save):
15362 * emacs.c (Fkill_emacs):
15363 * editfns.c (save_excursion_restore):
15364 * cmds.c (internal_self_insert):
15365 * callint.c (Fcall_interactively):
15366 * buffer.c (Fkill_all_local_variables):
15367 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
15368 Use Frun_hooks.
0f4a96b5 15369 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
e9fce1ac 15370 unconditionally since it does the check itself.
dee091a3 15371
2c520ab5 153722011-03-23 Paul Eggert <eggert@cs.ucla.edu>
f0641eff 15373
c9c49752
PE
15374 Fix more problems found by GCC 4.5.2's static checks.
15375
8abc3f12
PE
15376 * coding.c (encode_coding_raw_text): Avoid unnecessary test
15377 the first time through the loop, since we know p0 < p1 then.
15378 This also avoids a gcc -Wstrict-overflow warning.
15379
a2d26660
PE
15380 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
15381 leading to a memory leak, possible in functions like
15382 load_charset_map_from_file that can allocate an unbounded number
b12ef411 15383 of objects (Bug#8318).
a2d26660 15384
916c72e9
PE
15385 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
15386 that could (at least in theory) be that large.
15387
19ab8a18
PE
15388 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
15389 This is less likely to overflow, and avoids undefined behavior if
15390 overflow does occur. All callers changed. Use strtoul to scan
15391 for the unsigned long integer.
b7cbbd6f
PE
15392 (pint2hrstr): Simplify and tune code slightly.
15393 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
19ab8a18 15394
f0641eff
PE
15395 * scroll.c (do_scrolling): Work around GCC bug 48228.
15396 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
15397
7f650bb9
PE
15398 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
15399 This also avoids a warning with gcc -Wstrict-overflow.
39f5e519
PE
15400 (validate_x_resource_name): Simplify count usage.
15401 This also avoids a warning with gcc -Wstrict-overflow.
7f650bb9 15402
37dd57d1
PE
15403 * fileio.c (Fcopy_file): Report error if fchown or fchmod
15404 fail (Bug#8306).
81e56e61 15405
699979fc 15406 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
dc1ca6a8 15407
401bf9b4
PE
15408 * process.c (Fmake_network_process): Use socklen_t, not int,
15409 where POSIX says socklen_t is required in portable programs.
15410 This fixes a porting bug on hosts like 64-bit HP-UX, where
591b2973 15411 socklen_t is wider than int (Bug#8277).
401bf9b4
PE
15412 (Fmake_network_process, server_accept_connection):
15413 (wait_reading_process_output, read_process_output):
15414 Likewise.
15415
b93aacde
PE
15416 * process.c: Rename or move locals to avoid shadowing.
15417 (list_processes_1, Fmake_network_process):
15418 (read_process_output_error_handler, exec_sentinel_error_handler):
15419 Rename or move locals.
4dc343ee 15420 (Fmake_network_process): Define label "retry_connect" only if needed.
0da49335 15421 (Fnetwork_interface_info): Fix pointer signedness.
f990b4e5 15422 (process_send_signal): Add cast to avoid pointer signedness problem.
7b808126 15423 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
c939f91b 15424 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
b93aacde 15425
af8a867c 15426 Make tparam.h and terminfo.c consistent.
44f230aa
SM
15427 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
15428 Include tparam.h instead, since it declares them.
af8a867c
PE
15429 * cm.h (PC): Remove extern decl; tparam.h now does this.
15430 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
15431 * terminfo.c: Include tparam.h, to check interfaces.
15432 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
15433 (tparam): Adjust signature to match interface in tparam.h;
15434 this removes some undefined behavior. Check that outstring and len
15435 are zero, which they always are with Emacs.
15436 * tparam.h (PC, BC, UP): New extern decls.
15437
0248044d 15438 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
001a7ab4 15439 (xftfont_open): Rename locals to avoid shadowing.
0248044d 15440
8ff096c1 15441 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
a00924bb
PE
15442 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
15443 (OTF_TAG_SYM): Omit macro if not needed.
e932860f 15444 (ftfont_list): Remove unused local.
49eaafba
PE
15445 (get_adstyle_property, ftfont_pattern_entity):
15446 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
15447 Rename locals to avoid shadowing.
8ff096c1 15448
e2be39f6
PE
15449 * xfont.c (xfont_list_family): Mark var as initialized.
15450
c9735e30
PE
15451 * xml.c (make_dom): Now static.
15452
8f5201ae
PE
15453 * composite.c (composition_compute_stop_pos): Rename local to
15454 avoid shadowing.
b246f932
PE
15455 (composition_reseat_it): Remove unused locals.
15456 (find_automatic_composition, composition_adjust_point): Likewise.
80e079b2 15457 (composition_update_it): Mark var as initialized.
11b61122
PE
15458 (find_automatic_composition): Mark vars as initialized,
15459 with a FIXME (Bug#8290).
8f5201ae 15460
760fbc2c
PE
15461 character.h: Rename locals to avoid shadowing.
15462 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
15463 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
15464 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
15465 (BUF_DEC_POS): Be more systematic about renaming local temporaries
15466 to avoid shadowing.
15467
ff08eb85
PE
15468 * textprop.c (property_change_between_p): Remove; unused.
15469
fc7bf025
PE
15470 * intervals.c (interval_start_pos): Now static.
15471
235d7abc
PE
15472 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
15473
44f230aa
SM
15474 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
15475 Rename locals to avoid shadowing.
3e7d6594 15476
50060332
PE
15477 * sound.c (wav_play, au_play, Fplay_sound_internal):
15478 Fix pointer signedness.
d01f234b 15479 (alsa_choose_format): Remove unused local var.
c83b8872
PE
15480 (wav_play): Initialize a variable to 0, to prevent undefined
15481 behavior (Bug#8278).
50060332 15482
c4fc4e30
PE
15483 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
15484
918436ed
PE
15485 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
15486
c939f91b
PE
15487 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
15488 clobbering (Bug#8298).
b9c7f648
PE
15489 * sysdep.c (sys_subshell): Likewise.
15490 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
7e9123a2 15491
6bd8c144
PE
15492 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
15493 This should get cleaned up, so that child_setup has the
15494 same signature on all platforms.
15495
7710357c 15496 * callproc.c (call_process_cleanup): Now static.
cb1d0ef7 15497 (relocate_fd): Rename locals to avoid shadowing.
7710357c 15498
c59da222
CY
154992011-03-22 Chong Yidong <cyd@stupidchicken.com>
15500
15501 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
15502 not to be necessary, and produces flickering.
15503
66b87493
GM
155042011-03-20 Glenn Morris <rgm@gnu.org>
15505
15506 * config.in: Remove file.
15507
45b6f6d5
JB
155082011-03-20 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
15511 are now in src/globals.h.
15512 (syms_of_minibuf): Remove spurious & from previous change.
15513
cd394be1 155142011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15515
15516 * minibuf.c (completing-read-function): New variable.
15517 (completing-read-default): Rename from completing-read.
15518 (completing-read): Call completing-read-function.
15519
b14e3e21
CY
155202011-03-19 Juanma Barranquero <lekktu@gmail.com>
15521
15522 * xfaces.c (Fx_load_color_file):
15523 Read color file from absolute filename (bug#8250).
15524
f2b726e6
JB
155252011-03-19 Juanma Barranquero <lekktu@gmail.com>
15526
15527 * makefile.w32-in: Update dependencies.
15528
09f6ff02
EZ
155292011-03-17 Eli Zaretskii <eliz@gnu.org>
15530
15531 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
15532
29a6015a
PE
155332011-03-17 Paul Eggert <eggert@cs.ucla.edu>
15534
a3a6c54e
PE
15535 Fix more problems found by GCC 4.5.2's static checks.
15536
b766f867
PE
15537 * process.c (make_serial_process_unwind, send_process_trap):
15538 (sigchld_handler): Now static.
15539
be02381c
PE
15540 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
15541 That way, the code declares only the vars that it needs.
15542 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
15543 * s/cygwin.h (PTY_ITERATION): Likewise.
15544 * s/darwin.h (PTY_ITERATION): Likewise.
15545 * s/gnu-linux.h (PTY_ITERATION): Likewise.
15546
57048744
PE
15547 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
15548 * process.c (allocate_pty): Don't declare stb unless it's needed.
15549
7914961c 15550 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
615f2d59
PE
15551 (CONSTANTLIM): Remove; unused.
15552 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
15553 Define only if needed.
7914961c 15554
b3967b18
PE
15555 * unexelf.c (unexec): Name an expression,
15556 to avoid gcc -Wbad-function-cast warning.
9ae71512
PE
15557 Use a different way to cause a compilation error if anyone uses
15558 n rather than nn, a way that does not involve shadowing.
73366a00 15559 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
b3967b18 15560
29a6015a
PE
15561 * deps.mk (unexalpha.o): Remove; unused.
15562
43cfc33e 15563 New file unexec.h, the (simple) interface for unexec (Bug#8267).
7feda0d2 15564 * unexec.h: New file.
ce701a33
PE
15565 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
15566 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
15567 Depend on unexec.h.
15568 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
15569 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
15570 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
381259ef 15571 Change as necessary to match prototype in unexec.h.
ce701a33 15572
01f44d5a
PE
15573 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
15574 shadowing.
4f63c6bb 15575 (back_comment, skip_chars): Mark vars as initialized.
01f44d5a 15576
a6670b0b
PE
15577 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
15578 Rename locals to avoid shadowing.
15579
cef2010d 15580 * lread.c (read1): Rewrite so as not to use empty "else".
0902fe45 15581 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
cef2010d 15582
d4d7173a
PE
15583 * print.c (Fredirect_debugging_output): Fix pointer signedess.
15584
f08b802a
PE
15585 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
15586 warning when compiling print.c.
15587
3ddb0639
PE
15588 * font.c (font_unparse_fcname): Abort in an "impossible" situation
15589 instead of using an uninitialized var.
5ad03b97 15590 (font_sort_entities): Mark var as initialized.
3ddb0639 15591
170a2692
PE
15592 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
15593
e663c700
PE
15594 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
15595 pointers to constants.
89bc529a 15596 (font_parse_fcname): Remove unused vars.
7b81e2d0 15597 (font_delete_unmatched): Now static.
ea838e10 15598 (font_get_spec): Remove; unused.
13a547c6
PE
15599 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
15600 (font_update_drivers, Ffont_get_glyphs, font_add_log):
15601 Rename or move locals to avoid shadowing.
e663c700 15602
2a80c887 15603 * fns.c (require_nesting_list, require_unwind): Now static.
612f56df 15604 (Ffillarray): Rename locals to avoid shadowing.
2a80c887 15605
1384fa33 15606 * floatfns.c (domain_error2): Define only if needed.
a885e2ed 15607 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
1384fa33 15608
8b2c52e9
PE
15609 * alloc.c (mark_backtrace): Move decl from here ...
15610 * lisp.h: ... to here, so that it can be checked.
15611
475545b5 15612 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
d28a2170 15613 (Fdefvar): Rewrite so as not to use empty "else".
cfcbfb1a
PE
15614 (lisp_indirect_variable): Name an expression,
15615 to avoid gcc -Wbad-function-cast warning.
1faed8ae 15616 (Fdefvar): Rename locals to avoid shadowing.
475545b5 15617
b1349114 15618 * callint.c (quotify_arg, quotify_args): Now static.
a3e8cbda 15619 (Fcall_interactively): Rename locals to avoid shadowing.
b0e80955 15620 Use const pointer when appropriate.
b1349114 15621
a2928364
PE
15622 * lisp.h (get_system_name, get_operating_system_release):
15623 Move decls here, to check interfaces.
15624 * process.c (get_operating_system_release): Move decl to lisp.h.
15625 * xrdb.c (get_system_name): Likewise.
63c5d10b
PE
15626 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
15627 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
15628 some of which prompt warnings from gcc -Wbad-function-cast.
545b49b4
PE
15629 (Fformat_time_string, Fencode_time, Finsert_char):
15630 (Ftranslate_region_internal, Fformat):
15631 Rename or remove local vars to avoid shadowing.
9710023e 15632 (Ftranslate_region_internal): Mark var as initialized.
63c5d10b 15633
a415e694
PE
15634 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
15635 avoid shadowing.
15636
8ef4622d
PE
15637 * lisp.h (eassert): Check that the argument compiles, even if
15638 ENABLE_CHECKING is not defined.
15639
946f9a5b
PE
15640 * data.c (Findirect_variable): Name an expression, to avoid
15641 gcc -Wbad-function-cast warning.
112396d6 15642 (default_value, arithcompare, arith_driver, arith_error): Now static.
b9b84fa9 15643 (store_symval_forwarding): Rename local to avoid shadowing.
44f230aa
SM
15644 (Fmake_variable_buffer_local, Fmake_local_variable):
15645 Mark variables as initialized.
52746918 15646 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
946f9a5b 15647
e5aab7e7 15648 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
ae35e756
PE
15649 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
15650 Rename locals to avoid shadowing.
dff45157
PE
15651 (mark_stack): Move local variables into the #ifdef region where
15652 they're used.
7bc26fdb
PE
15653 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
15654 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
15655 needed otherwise.
15656 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
15657 (GC_STRING_CHARS): Remove; not used.
d40d4be1 15658 (Fmemory_limit): Cast sbrk's returned value to char *.
ae35e756 15659
e5aab7e7
PE
15660 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
15661 avoids undefined behavior in theory.
15662
4da60324
PE
15663 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
15664
88043301
PE
15665 Use functions, not macros, for up- and down-casing (Bug#8254).
15666 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
15667 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
15668 to use the following functions instead of these macros.
15669 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
15670 EMACS_INT, since callers assume the returned value fits in int.
15671 (upcase1): Likewise, for UPCASE_TABLE.
15672 (uppercasep, lowercasep, upcase): New static inline functions.
0da09c43 15673 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
db69b0cd 15674 the race-condition problem in the old DOWNCASE.
88043301 15675
19ed5445
PE
15676 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
15677 Rename locals to avoid shadowing.
15678 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
abbd1bcf
PE
15679 (regex_compile, re_search_2, re_match_2_internal):
15680 Remove unused local vars.
952db0d7
PE
15681 (FREE_VAR): Rewrite so as not to use empty "else",
15682 which gcc can warn about.
da053e48 15683 (regex_compile, re_match_2_internal): Mark locals as initialized.
b313f9d8
PE
15684 (RETALLOC_IF): Define only if needed.
15685 (WORDCHAR_P): Likewise. This one is never needed, but is used
15686 only in a comment talking about a compiler bug, so put inside
15687 the #if 0 of that comment.
15688 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
15689 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
15690 Remove; unused.
19ed5445 15691
1f3561e4 15692 * search.c (boyer_moore): Rename locals to avoid shadowing.
76ef09b7
PE
15693 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
15694 (PREV_CHAR_BOUNDARY): Likewise.
1f3561e4 15695
ded6f8f7
PE
15696 * search.c (simple_search): Remove unused var.
15697
dbd37a95
PE
15698 * dired.c (compile_pattern): Move decl from here ...
15699 * lisp.h: ... to here, so that it can be checked.
15700 (struct re_registers): New forward decl.
15701
7e47afad
PE
15702 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
15703
85f24f61
PE
15704 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
15705 All uses changed.
15706 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
15707 Rename locals to avoid shadowing.
5671df8f 15708 (Fvertical_motion): Mark locals as initialized.
85f24f61 15709
181aa2be 15710 * casefiddle.c (casify_object, casify_region): Now static.
e45a141a 15711 (casify_region): Mark local as initialized.
181aa2be 15712
930d429c
PE
15713 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
15714
7082eac6
PE
15715 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
15716 New macros, so that the caller can use some names other than
15717 gcpro1, gcpro2, etc.
15718 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
15719 of the new macros.
15720 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
15721 argument, for consistency with GCPRO2_VAR, etc: it is now the
15722 prefix of the variable, not the variable itself. All uses
15723 changed.
38b2c076
PE
15724 * dired.c (directory_files_internal, file_name_completion):
15725 Rename locals to avoid shadowing.
15726
15206ed9
PE
15727 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
15728 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
15729 dired.c's scmp function, had undefined behavior.
15730 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
15731 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
15732 * buffer.h: ... to here, because these macros use current_buffer,
15733 and the new implementation with inline functions needs to have
15734 current_buffer in scope now, rather than later when the macros
15735 are used.
15736 (downcase, upcase1): New static inline functions.
15737 (DOWNCASE, UPCASE1): Reimplement using these functions.
15738 This avoids undefined behavior in expressions like
15739 DOWNCASE (x) == DOWNCASE (y), which previously suffered
15740 from race conditions in accessing the global variables
15741 case_temp1 and case_temp2.
15742 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
15743 * lisp.h (case_temp1, case_temp2): Remove their decls.
15744 * character.h (ASCII_CHAR_P): Move from here ...
15745 * lisp.h: ... to here, so that the inline functions mentioned
15746 above can use them.
15747
4a6bea26
PE
15748 * dired.c (directory_files_internal_unwind): Now static.
15749
f14b7e14
PE
15750 * fileio.c (file_name_as_directory, directory_file_name):
15751 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
15752 Now static.
2893f146
PE
15753 (file_name_as_directory): Use const pointers when appropriate.
15754 (Fexpand_file_name): Likewise. In particular, newdir might
15755 point at constant storage, so make it a const pointer.
fd4ead52 15756 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
b14aac08
PE
15757 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
15758 signedness issues.
f839df0c
PE
15759 (Fset_file_times, Finsert_file_contents, auto_save_error):
15760 Rename locals to avoid shadowing.
f14b7e14 15761
5716756e 15762 * minibuf.c (choose_minibuf_frame_1): Now static.
62137a95
PE
15763 (Ftry_completion, Fall_completions): Rename or remove locals
15764 to avoid shadowing.
5716756e 15765
b4c3046a
PE
15766 * marker.c (bytepos_to_charpos): Remove; unused.
15767
b45db522
PE
15768 * lisp.h (verify_bytepos, count_markers): New decls,
15769 so that gcc does not warn that these functions aren't declared.
15770
85876d07
PE
15771 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
15772 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
f0cb4a60 15773 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
40ef059e 15774 (copy_text): Remove unused local var.
85876d07 15775
03d78a21 15776 * filelock.c (within_one_second): Now static.
b3dd38ab 15777 (lock_file_1): Rename local to avoid shadowing.
03d78a21 15778
5df8f01b
PE
15779 * buffer.c (fix_overlays_before): Mark locals as initialized.
15780 (fix_start_end_in_overlays): Likewise. This function should be
15781 simplified by using pointers-to-pointers, but that's a different
15782 matter.
b1d876f1 15783 (switch_to_buffer_1): Now static.
8f54f30a
PE
15784 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
15785 (report_overlay_modification): Rename locals to avoid shadowing.
c3bd59b5 15786
a70072c9 15787 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
fbd02d7b 15788 Fix pointer signedness issue.
edced198
PE
15789 (sys_subshell): Mark local as volatile if checking for lint,
15790 to suppress a gcc -Wclobbered warning that does not seem to be right.
15dfd3d9 15791 (MAXPATHLEN): Define only if needed.
a70072c9 15792
a0977c44
PE
15793 * process.c (serial_open, serial_configure): Move decls from here ...
15794 * systty.h: ... to here, so that they can be checked.
15795
a884fdcc
PE
15796 * fns.c (get_random, seed_random): Move extern decls from here ...
15797 * lisp.h: ... to here, so that they can be checked.
15798
604efe86 15799 * sysdep.c (reset_io): Now static.
b8950c94 15800 (wait_for_termination_signal): Remove; unused.
604efe86 15801
38fc62d9
PE
15802 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
15803 (copy_keymap_item, append_key, push_text_char_description):
15804 Now static.
1004a21a 15805 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
dbbb8427 15806 (DENSE_TABLE_SIZE): Remove; unused.
c1141155
PE
15807 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
15808 (describe_map_tree):
15809 Rename locals to avoid shadowing.
38fc62d9 15810
2f2650da
PE
15811 * keyboard.c: Declare functions static if they are not used elsewhere.
15812 (echo_char, echo_dash, cmd_error, top_level_2):
15813 (poll_for_input, handle_async_input): Now static.
69a058fa
PE
15814 (read_char, kbd_buffer_get_event, make_lispy_position):
15815 (make_lispy_event, make_lispy_movement, apply_modifiers):
15816 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
15817 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
15818 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
c8a06054 15819 (read_key_sequence, read_char): Mark locals as initialized.
3ac94672 15820 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
2f2650da 15821
a053e86c 15822 * keyboard.h (make_ctrl_char): New decl.
da2f2dd9
PE
15823 (mark_kboards): Move decl here ...
15824 * alloc.c (mark_kboards): ... from here.
a053e86c 15825
4752793e
PE
15826 * lisp.h (force_auto_save_soon): New decl.
15827
74f10ca7 15828 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
244fc23d
PE
15829 (DEFINE_DUMMY_FUNCTION): New macro.
15830 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
15831 Use it.
c03cd23f
PE
15832 (main): Add casts to avoid warnings
15833 if GCC considers string literals to be constants.
74f10ca7 15834
022e70d4
PE
15835 * lisp.h (fatal_error_signal): Add decl, since it's exported.
15836
59d6fe83
PE
15837 * dbusbind.c: Pointer signedness fixes.
15838 (xd_signature, xd_append_arg, xd_initialize):
15839 (Fdbus_call_method, Fdbus_call_method_asynchronously):
15840 (Fdbus_method_return_internal, Fdbus_method_error_internal):
15841 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
15842 (Fdbus_register_signal): Use SSDATA when the context wants char *.
15843
78320123
PE
15844 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
15845 if GCC considers string literals to be constants.
49cebcca 15846 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
78320123 15847
35ac2a97
SM
158482011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15849
fb103ca9
SM
15850 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
15851 (print_preprocess, print_object): New macro to fix last change.
15852
35ac2a97
SM
15853 * print.c (print_preprocess): Don't forget font objects.
15854
62973b41
JB
158552011-03-16 Juanma Barranquero <lekktu@gmail.com>
15856
15857 * emacs.c (USAGE3): Doc fixes.
15858
0e48bb22
AS
158592011-03-15 Andreas Schwab <schwab@linux-m68k.org>
15860
15861 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
15862 structure.
15863
7684e57b
JB
158642011-03-14 Juanma Barranquero <lekktu@gmail.com>
15865
15866 * lisp.h (VWindow_system, Qfile_name_history):
15867 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
15868 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
15869 (w32_system_caret_x, w32_system_caret_y): Declare extern.
15870
15871 * w32select.c: Don't #include "keyboard.h".
c96bbc66 15872 (run_protected): Add extern declaration for waiting_for_input.
7684e57b
JB
15873
15874 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
15875 * w32console.c (detect_input_pending, read_input_pending)
15876 (encode_terminal_code):
15877 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
15878 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
15879 (w32_system_caret_y, Qfile_name_history):
15880 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
15881 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
15882 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
15883 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
15884 * w32proc.c (Qlocal, report_file_error):
15885 * w32term.c (Vwindow_system, updating_frame):
15886 * w32uniscribe.c (initialized, uniscribe_font_driver):
15887 Remove unneeded extern declarations.
15888
2aa46d6c
CY
158892011-03-14 Chong Yidong <cyd@stupidchicken.com>
15890
c96bbc66 15891 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
2aa46d6c 15892
cffc6f3b
CY
158932011-03-13 Chong Yidong <cyd@stupidchicken.com>
15894
15895 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
15896 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
15897 These macros can no longer be used for assignment.
15898
44f230aa
SM
15899 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
15900 Assign struct members directly, instead of using BUF_BEGV etc.
cffc6f3b
CY
15901 (record_buffer_markers, fetch_buffer_markers): New functions for
15902 recording and fetching special buffer markers.
15903 (set_buffer_internal_1, set_buffer_temp): Use them.
15904
15905 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
15906
15907 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
15908
15909 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
15910 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
15911
15912 * xdisp.c (hscroll_window_tree):
15913 (reconsider_clip_changes): Use PT instead of BUF_PT.
15914
d251f04b
EZ
159152011-03-13 Eli Zaretskii <eliz@gnu.org>
15916
15917 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
15918 $(EMACS_ROOT)/lib/intprops.h.
15919
f0c77cd1
PE
159202011-03-13 Paul Eggert <eggert@cs.ucla.edu>
15921
3eca4629
PE
15922 Fix more problems found by GCC 4.5.2's static checks.
15923
7c86ee98
PE
15924 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
15925 to unsigned char * to avoid compiler diagnostic.
b0afc268
PE
15926 (xg_free_frame_widgets): Make it clear that a local variable is
15927 needed only if USE_GTK_TOOLTIP.
01e0b5ad
PE
15928 (gdk_window_get_screen): Make it clear that this macro is needed
15929 only if USE_GTK_TOOLTIP.
1e5524e7
PE
15930 (int_gtk_range_get_value): New function, which avoids a diagnostic
15931 from gcc -Wbad-function-cast.
15932 (xg_set_toolkit_scroll_bar_thumb): Use it.
15933 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
15934 diagnostic from gcc -Wbad-function-cast.
65dc836c
PE
15935 (get_utf8_string, xg_get_file_with_chooser):
15936 Rename locals to avoid shadowing.
15937 (create_dialog): Move locals to avoid shadowing.
7c86ee98 15938
41729b81
PE
15939 * xgselect.c (xg_select): Remove unused var.
15940
f0c77cd1
PE
15941 * image.c (four_corners_best): Mark locals as initialized.
15942 (gif_load): Initialize transparent_p to zero (Bug#8238).
15943 Mark another local as initialized.
ec6cf4c6 15944 (my_png_error, my_error_exit): Mark with NO_RETURN.
f0c77cd1 15945
ce0ad53d 15946 * image.c (clear_image_cache): Now static.
d5d5a617 15947 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
e22cffbc 15948 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
77a765fd
PE
15949 (x_edge_detection): Remove unnecessary cast that
15950 gcc -Wbad-function-cast diagnoses.
2037898d 15951 (gif_load): Fix pointer signedness.
6ae141d6
PE
15952 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
15953 (jpeg_load, gif_load): Rename locals to avoid shadowing.
ce0ad53d 15954
33383987 159552011-03-12 Paul Eggert <eggert@cs.ucla.edu>
3eca4629 15956
d32df629
PE
15957 Improve quality of tests for time stamp overflow.
15958 For example, without this patch (encode-time 0 0 0 1 1
15959 1152921504606846976) returns the obviously-bogus value (-948597
15960 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
15961 reports time overflow. See
15962 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
b8d9bd41
PE
15963 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
15964 * editfns.c: Include limits.h and intprops.h.
15965 (TIME_T_MIN, TIME_T_MAX): New macros.
15966 (time_overflow): Move earlier, to before first use.
15967 (hi_time, lo_time): New functions, for an accurate test for
15968 out-of-range times.
15969 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
15970 (Fget_internal_run_time): Don't assume time_t fits in int.
15971 (make_time): Use list2 instead of Fcons twice.
15972 (Fdecode_time): More accurate test for out-of-range times.
15973 (check_tm_member): New function.
15974 (Fencode_time): Use it, to test for out-of-range times.
d32df629
PE
15975 (lisp_time_argument): Don't rely on undefined left-shift and
15976 right-shift behavior when checking for time stamp overflow.
8be6f318 15977
fe31d94c
PE
15978 * editfns.c (time_overflow): New function, refactoring common code.
15979 (Fformat_time_string, Fdecode_time, Fencode_time):
15980 (Fcurrent_time_string): Use it.
15981
8be6f318
PE
15982 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
15983 * dired.c (make_time): Move to ...
15984 * editfns.c (make_time): ... here.
15985 * systime.h: Note the move.
15986
09d9db2c 159872011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
c47cbdfd 15988
126bc0dc
YM
15989 * fringe.c (update_window_fringes): Remove unused variables.
15990
c47cbdfd
YM
15991 * unexmacosx.c (copy_data_segment): Also copy __got section.
15992 (Bug#8223)
15993
7ac80be9
EZ
159942011-03-12 Eli Zaretskii <eliz@gnu.org>
15995
c96bbc66 15996 * termcap.c [MSDOS]: Include "msdos.h".
058e5dad
EZ
15997 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
15998 Constify `char *' arguments and their references according to
15999 prototypes in tparam.h.
16000
ecb0f94d 16001 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
058e5dad 16002
7ac80be9
EZ
16003 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
16004 Adapt all references accordingly.
16005
16006 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
16007
ef1fd07e
TT
160082011-03-11 Tom Tromey <tromey@redhat.com>
16009
16010 * buffer.c (syms_of_buffer): Remove obsolete comment.
16011
7ef4b50c
EZ
160122011-03-11 Eli Zaretskii <eliz@gnu.org>
16013
16014 * termhooks.h (encode_terminal_code): Declare prototype.
16015
16016 * msdos.c (encode_terminal_code): Don't declare prototype.
16017
16018 * term.c (encode_terminal_code): Now external again, used by
16019 w32console.c and msdos.c.
16020
44f230aa
SM
16021 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
16022 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
7ef4b50c 16023
4b1ec863 160242011-03-11 Paul Eggert <eggert@cs.ucla.edu>
f78faa98 16025
1714f52b 16026 Fix some minor problems found by GCC 4.5.2's static checks.
83316bf4 16027
4b1ec863
PE
16028 * fringe.c (update_window_fringes): Mark locals as initialized
16029 (Bug#8227).
16030 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
bf60f616 16031
524c7aa6
PE
16032 * alloc.c (mark_fringe_data): Move decl from here ...
16033 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
16034 to check its interface.
16035 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
16036
a5c0af81 16037 * fontset.c (free_realized_fontset): Now static.
7519b8cd 16038 (Fset_fontset_font): Rename local to avoid shadowing.
cc6e5db1 16039 (fontset_font): Mark local as initialized.
a9a06e0b 16040 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
a5c0af81 16041
b4716021
PE
16042 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
16043
811e9bac 16044 * xselect.c (x_disown_buffer_selections): Remove; not used.
7b83e2f1 16045 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
aa0daa9f
PE
16046 (x_own_selection, Fx_disown_selection_internal): Rename locals
16047 to avoid shadowing.
16048 (x_handle_dnd_message): Remove local to avoid shadowing.
811e9bac 16049
7e3ab302
PE
16050 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
16051 so that the caller can use some name other than gcpro1.
16052 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
58d2d479
PE
16053 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
16054 (Fx_backspace_delete_keys_p):
16055 Use them to avoid shadowing, and rename vars to avoid shadowing.
16056 (x_decode_color, x_set_name, x_window): Now static.
6b437900 16057 (Fx_create_frame): Add braces to silence GCC warning.
c0951e53 16058 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
06b0c8a0
PE
16059 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
16060 Remove unused locals.
7e3ab302
PE
16061 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
16062 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
16063 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
16064 macros.
f78faa98 16065
e2b13473
PE
16066 * xterm.h (x_mouse_leave): New decl.
16067
77f23912
PE
16068 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
16069 Remove unused functions.
cdf4ba58
PE
16070 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
16071 (x_calc_absolute_position): Now static.
7411c686 16072 (XTread_socket): Don't define label "out" unless it's used.
2b07bcff 16073 Don't declare local "event" unless it's used.
ed7bf3a5
PE
16074 (x_iconify_frame, x_free_frame_resources): Don't declare locals
16075 unless they are used.
38d0b34a
PE
16076 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
16077 (x_fatal_error_signal): Remove; not used.
a6067996
PE
16078 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
16079 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
16080 (x_error_catcher, x_connection_closed, x_error_handler):
16081 (x_error_quitter, xembed_send_message, x_iconify_frame):
16082 (my_log_handler): Rename locals to avoid shadowing.
28f1c698 16083 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
2a8fade0 16084 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
77f23912 16085
44f230aa
SM
16086 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
16087 Rename or move locals to avoid shadowing.
6b463e58 16088 (tty_defined_color, merge_face_heights): Now static.
5967d051 16089 (free_realized_faces_for_fontset): Remove; not used.
1e9966ea
PE
16090 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
16091 does not deduce is never used uninitialized.
73719eba
PE
16092 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
16093 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
071048a3 16094
426994c3 16095 * terminal.c (store_terminal_param): Now static.
5489860b 16096
032f1620 16097 * xmenu.c (menu_highlight_callback): Now static.
9d66f88e 16098 (set_frame_menubar): Remove unused local.
d4323972 16099 (xmenu_show): Rename parameter to avoid shadowing.
6d1f7fee
PE
16100 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
16101 since they might point to immutable storage.
281585b0
PE
16102 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
16103 since it's unused otherwise.
032f1620 16104
367c19e5 16105 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
53df7c11 16106 Add a FIXME, since the code still doesn't look right. (Bug#8215)
9f36b9fd
PE
16107 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
16108 avoids a gcc -Wuninitialized diagnostic.
0e086e8f 16109 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
44a3a108
PE
16110 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
16111 does not deduce are never used uninitialized.
70739cbe 16112
07b48fa9
PE
16113 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
16114
8868a238 16115 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
4554d213
PE
16116 * window.c (window_loop, size_window):
16117 (run_window_configuration_change_hook, enlarge_window): Likewise.
8868a238 16118
7e5cf297 16119 * window.c (display_buffer): Now static.
d6550a9f
PE
16120 (size_window): Mark variables that gcc -Wuninitialized
16121 does not deduce are never used uninitialized.
a586633d
PE
16122 * window.h (check_all_windows): New decl, to forestall
16123 gcc -Wmissing-prototypes diagnostic.
5b555da1 16124 * dispextern.h (bidi_dump_cached_states): Likewise.
7e5cf297 16125
f6095868
PE
16126 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
16127 shadowing.
16128 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
726929c4
PE
16129 Include <limits.h>.
16130 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
16131 and to avoid gcc -Wuninitialized warning.
89ef49df
PE
16132 (load_charset_map): Mark variables that gcc -Wuninitialized
16133 does not deduce are never used uninitialized.
53df7c11 16134 (load_charset): Abort instead of using uninitialized var (Bug#8229).
f6095868 16135
f38b440c
PE
16136 * coding.c (coding_set_source, coding_set_destination):
16137 Use "else { /* comment */ }" rather than "else /* comment */;"
16138 for clarity, and to avoid gcc -Wempty-body warning.
2735d060
PE
16139 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
16140 a block, when the outer 'i' will do.
16141 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
16142 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
16143 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
16144 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
16145 (Fdecode_sjis_char, Fdefine_coding_system_internal):
16146 Rename locals to avoid shadowing.
16147 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
e2f1bab9
PE
16148 * coding.c (emacs_mule_char, encode_invocation_designation):
16149 Now static, since they're not used elsewhere.
413bb2db 16150 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
c4a63b12 16151 (decode_coding_object, encode_coding_object, detect_coding_system):
ee05f961
PE
16152 (decode_coding_emacs_mule): Mark variables that gcc
16153 -Wuninitialized does not deduce are never used uninitialized.
160b01f6
PE
16154 (detect_coding_iso_2022): Initialize a local variable that might
16155 be used uninitialized. Leave a FIXME because it's not clear that
53df7c11 16156 this initialization is needed. (Bug#8211)
5f58e762
PE
16157 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
16158 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
16159 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
16160 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
16161 Remove unused macros.
f38b440c 16162
232b38b9 16163 * category.c (hash_get_category_set): Remove unused local var.
9f3b5e69 16164 (copy_category_table): Now static, since it's not used elsewhere.
d0891610 16165 * character.c (string_count_byte8): Likewise.
232b38b9 16166
fb90da1b
PE
16167 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
16168 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
16169
fb93dbc2
PE
16170 * chartab.c (copy_sub_char_table): Now static, since it's not used
16171 elsewhere.
5c156ace
PE
16172 (sub_char_table_ref_and_range, char_table_ref_and_range):
16173 Rename locals to avoid shadowing.
bbcd0949 16174 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
fb93dbc2 16175
7d3b3862 16176 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
630d6892 16177 (BIDI_BOB): Remove unused macro.
7d3b3862 16178
6be7d3da
PE
16179 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
16180 deduce are never used uninitialized.
c2ed9c8b 16181 * term.c (encode_terminal_code): Likewise.
6be7d3da 16182
75f8807f 16183 * term.c (encode_terminal_code): Now static. Remove unused local.
72abad34 16184
50938595
PE
16185 * tparam.h: New file.
16186 * term.c, tparam.h: Include it.
16187 * deps.mk (term.o, tparam.o): Depend on tparam.h.
16188 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
16189 Move these decls to tparam.h, and make them agree with what
16190 is actually in tparam.c. The previous trick of using incompatible
16191 decls in different modules does not conform to the C standard.
16192 All callers of tparam changed to use tparam's actual API.
16193 * tparam.c (tparam1, tparam, tgoto):
16194 Use const pointers where appropriate.
16195
fbceeba2
PE
16196 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
16197 * cm.h (struct cm): Likewise.
16198 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
16199 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
16200 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
16201 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
16202 (turn_on_face, init_tty): Likewise.
16203 * termchar.h (struct tty_display_info): Likewise.
fbceeba2 16204
7f3f1250
PE
16205 * term.c (term_mouse_position): Rename local to avoid shadowing.
16206
e6ca6543
PE
16207 * alloc.c (mark_ttys): Move decl from here ...
16208 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
16209
c40f8d15
AS
162102011-03-11 Andreas Schwab <schwab@linux-m68k.org>
16211
16212 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
16213
cfe0661d
JB
162142011-03-09 Juanma Barranquero <lekktu@gmail.com>
16215
16216 * search.c (compile_pattern_1): Remove argument regp, unused since
16217 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
16218 (compile_pattern): Don't pass it.
16219
0afb4571
J
162202011-03-08 Jan Djärv <jan.h.d@swipnet.se>
16221
16222 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
16223 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
16224 for ! HAVE_GTK3.
16225 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
16226
16227 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
16228
16229 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
16230 gdk_window_get_screen, gdk_window_get_geometry,
16231 gdk_x11_window_lookup_for_display and GDK_KEY_g.
16232 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
16233 (xg_get_pixbuf_from_pixmap): New function.
16234 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
16235 to Pixmap, take frame as parameter, remove GdkColormap parameter.
16236 Call xg_get_pixbuf_from_pixmap instead of
16237 gdk_pixbuf_get_from_drawable.
16238 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
16239 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
16240 (xg_check_special_colors): Use GtkStyleContext and its functions
16241 for HAVE_GTK3.
16242 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
16243 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
16244 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
44f230aa
SM
16245 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
16246 Call gtk_widget_get_preferred_size.
0afb4571
J
16247 (xg_frame_resized): gdk_window_get_geometry only takes 5
16248 parameters.
44f230aa
SM
16249 (xg_win_to_widget, xg_event_is_for_menubar):
16250 Call gdk_x11_window_lookup_for_display.
0afb4571
J
16251 (xg_set_widget_bg): New function.
16252 (delete_cb): New function.
895009e1 16253 (xg_create_frame_widgets): Connect delete-event to delete_cb.
5c32d3f2 16254 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
0afb4571
J
16255 (xg_set_background_color): Call xg_set_widget_bg.
16256 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
16257 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
16258 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
16259 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
16260 if ! HAVE_GTK3.
16261 (update_frame_tool_bar): Call gtk_widget_hide.
16262 (xg_initialize): Use GDK_KEY_g.
16263
16264 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
16265 if ! HAVE_GTK3
16266 (x_session_initialize): Call gdk_x11_set_sm_client_id.
16267
16268 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
16269 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
16270 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
16271
1c2cc4ef
JB
162722011-03-08 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * w32xfns.c (select_palette): Check success of RealizePalette against
16275 GDI_ERROR, not zero.
16276
33383987 16277See ChangeLog.11 for earlier changes.
aac0c6e3
MR
16278
16279;; Local Variables:
16280;; coding: utf-8
aac0c6e3
MR
16281;; End:
16282
2f097256 16283 Copyright (C) 2011-2012 Free Software Foundation, Inc.
aac0c6e3
MR
16284
16285 This file is part of GNU Emacs.
16286
16287 GNU Emacs is free software: you can redistribute it and/or modify
16288 it under the terms of the GNU General Public License as published by
16289 the Free Software Foundation, either version 3 of the License, or
16290 (at your option) any later version.
16291
16292 GNU Emacs is distributed in the hope that it will be useful,
16293 but WITHOUT ANY WARRANTY; without even the implied warranty of
16294 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16295 GNU General Public License for more details.
16296
16297 You should have received a copy of the GNU General Public License
16298 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.