44dc7286278d797f4aed550a25bc314a03d0b375
[bpt/emacs.git] / src / ChangeLog
1 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_in_resize): Remove (Bug#12479).
4 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
5 (ns_clear_frame, sendEvent, windowDidResize, drawRect:): Remove ns_in_resize
6 check.
7 (ns_clear_frame_area): Remove resize handle code.
8
9 * nsfns.m (ns_in_resize): Remove.
10 (x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove ns_in_resize
11 check.
12
13 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
14
15 Improve sys_siglist detection.
16 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
17 defined as a macro, as is done in Solaris.
18 (sys_siglist_entries): New macro.
19 (save_strsignal): Use it.
20 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
21 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
22
23 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
24
25 * nsfns.m (Fx_create_frame): Call x_default_parameter with
26 fullscreen/Fullscreen.
27
28 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
29 tobar_height is new.
30
31 * nsterm.m (x_make_frame_visible): Check for fullscreen.
32 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
33 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
34 (windowDidResize:): Check for correct window if old style fullscreen.
35 Capitalize word in comment. Remove incorrect comment.
36 (initFrameFromEmacs:): tbar_height renamed tibar_height.
37 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
38 error in drawing background.
39 (toggleFullScreen:): Remove comment. Rearrange calls.
40 Set toolbar values to zero, save old height in tobar_height.
41 Restore tool bar height when leaving fullscreen.
42 (canBecomeMainWindow): New function.
43
44 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
45
46 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
47
48 2012-10-05 Eli Zaretskii <eliz@gnu.org>
49
50 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
51
52 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
53 that time stamps of directories could also be changed. Don't
54 request the too broad GENERIC_WRITE, only the more restrictive
55 FILE_WRITE_ATTRIBUTES access rights.
56
57 * fileio.c (Fset_file_times): Special-case ignoring errors for
58 directories only on MSDOS, not on MS-Windows.
59
60 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
61
62 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
63
64 2012-10-04 Eli Zaretskii <eliz@gnu.org>
65
66 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
67 see whether CreateFile failed.
68
69 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
70
71 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
72 to avoid similar races.
73 * keyboard.c (pending_signals): Now bool, not int.
74
75 Port timers to OpenBSD, plus check for timer failures.
76 OpenBSD problem reported by Han Boetes.
77 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
78 and/or setitimer.
79 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
80 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
81 like OpenBSD, which has timer_settime but does not declare it.
82 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
83 whether to use itimerspec-related primitives. All uses of
84 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
85
86 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
87
88 * profiler.c (handle_profiler_signal): Fix a malloc race
89 that caused Emacs to hang on Fedora 17 when profiling Lisp.
90
91 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
92
93 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
94
95 2012-10-02 Eli Zaretskii <eliz@gnu.org>
96
97 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
98 consistent with the change in return value of 'safe_strsignal'.
99
100 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
101
102 Prefer plain 'static' to 'static inline' (Bug#12541).
103 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
104 (bidi_set_sor_type, bidi_push_embedding_level)
105 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
106 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
107 (bidi_cache_search, bidi_cache_ensure_space)
108 (bidi_cache_iterator_state, bidi_cache_find)
109 (bidi_peek_at_next_level, bidi_set_paragraph_end)
110 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
111 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
112 Now 'static', not 'static inline'.
113
114 Count overruns when profiling; change units to ns.
115 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
116 Give extra weight to samples after overruns, to attempt to count
117 the time more accurately.
118 (setup_cpu_timer): Change sampling interval units from ms to ns, since
119 the underlying primitives nominally do ns.
120 (Fprofiler_cpu_start): Document the change. Mention that
121 the sampling intervals are only approximate.
122
123 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
126
127 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
128 case for the special 0 coding-system.
129
130 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
131 (Fmake_overlay): Remove redundant tests.
132 (fix_start_end_in_overlays): Remove redundant recentering.
133
134 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
135
136 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
137 Update dependencies.
138
139 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
140
141 Fix a malloc race condition involving strsignal.
142 A signal can arrive in the middle of a malloc, and Emacs's signal
143 handler can invoke strsignal, which can invoke malloc, which is
144 not portable. This race condition bug makes Emacs hang on GNU/Linux.
145 Fix it by altering the signal handler so that it does not invoke
146 strsignal.
147 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
148 * process.c (status_message): Use const pointer, in case strsignal
149 is #defined to safe_strsignal.
150 * sysdep.c (sys_siglist, init_signals): Always define and
151 initialize a substitute sys_siglist if the system does not define
152 one, even if HAVE_STRSIGNAL.
153 (safe_strsignal): Rename from strsignal. Always define,
154 using sys_siglist. Return a const pointer.
155 * syssignal.h (safe_strsignal): New decl.
156 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
157
158 2012-10-01 Eli Zaretskii <eliz@gnu.org>
159
160 * w32proc.c (timer_loop): Fix code that waits for timer
161 expiration, to avoid high CPU usage.
162
163 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
166 (sweep_weak_table): Remove redundant prototypes.
167
168 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
169
170 * emacs.c: Move the inclusion of TERM_HEADER after including
171 windows.h on WINDOWSNT. This avoids compilation problems with
172 MSVC.
173
174 2012-10-01 Eli Zaretskii <eliz@gnu.org>
175
176 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
177 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
178 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
179 as the previous version used 'void *'.
180
181 * ralloc.c (ROUNDUP): Fix last change.
182 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
183 'size_t'.
184
185 * w32proc.c <disable_itimers>: New static flag.
186 (init_timers): Initialize it to zero, after creating the critical
187 sections used by the timer threads.
188 (term_timers): Set to 1 before deleting the critical sections.
189 (getitimer, setitimer): If disable_itimers is non-zero, return an
190 error indication without doing anything. Reported by Fabrice
191 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
192 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
193 return results.
194 [!HAVE_SETITIMER]: Behave as the previous version that didn't
195 support timers.
196
197 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
198 term_ntproc after all the other bookkeeping, to get timers working
199 as long as possible.
200
201 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
202
203 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
204 Suggested by Juri Linkov in
205 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
206
207 Prefer plain 'static' to 'static inline' (Bug#12541).
208 With static functions, modern compilers inline pretty well by
209 themselves; advice from programmers often hurts as much as it helps.
210 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
211 this change shrinks the text size of the Emacs executable by 1.1%
212 without affecting CPU significantly in my benchmark.
213 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
214 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
215 (mark_maybe_object, mark_maybe_pointer, bounded_number):
216 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
217 (bset_auto_fill_function, bset_auto_save_file_format)
218 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
219 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
220 (bset_cache_long_line_scans, bset_case_fold_search)
221 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
222 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
223 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
224 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
225 (bset_header_line_format, bset_indicate_buffer_boundaries)
226 (bset_indicate_empty_lines, bset_invisibility_spec)
227 (bset_left_fringe_width, bset_major_mode, bset_mark)
228 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
229 (bset_name, bset_overwrite_mode, bset_pt_marker)
230 (bset_right_fringe_width, bset_save_length)
231 (bset_scroll_bar_width, bset_scroll_down_aggressively)
232 (bset_scroll_up_aggressively, bset_selective_display)
233 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
234 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
235 (set_buffer_overlays_after):
236 * category.c (bset_category_table):
237 * charset.c (read_hex):
238 * coding.c (produce_composition, produce_charset)
239 (handle_composition_annotation, handle_charset_annotation)
240 (char_encodable_p):
241 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
242 (assign_row, set_frame_matrix_frame, make_current)
243 (add_row_entry):
244 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
245 * fns.c (maybe_resize_hash_table):
246 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
247 * gmalloc.c (register_heapinfo):
248 * image.c (lookup_image_type):
249 * intervals.c (set_interval_object, set_interval_left)
250 (set_interval_right, copy_interval_parent, rotate_right)
251 (rotate_left, balance_possible_root_interval):
252 * keyboard.c (kset_echo_string, kset_kbd_queue)
253 (kset_keyboard_translate_table, kset_last_prefix_arg)
254 (kset_last_repeatable_command, kset_local_function_key_map)
255 (kset_overriding_terminal_local_map, kset_real_last_command)
256 (kset_system_key_syms, clear_event, set_prop):
257 * lread.c (digit_to_number):
258 * marker.c (attach_marker, live_buffer, set_marker_internal):
259 * nsterm.m (ns_compute_glyph_string_overhangs):
260 * process.c (pset_buffer, pset_command)
261 (pset_decode_coding_system, pset_decoding_buf)
262 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
263 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
264 (pset_status, pset_tty_name, pset_type, pset_write_queue):
265 * syntax.c (bset_syntax_table, dec_bytepos):
266 * terminal.c (tset_param_alist):
267 * textprop.c (interval_has_some_properties)
268 (interval_has_some_properties_list):
269 * window.c (wset_combination_limit, wset_dedicated)
270 (wset_display_table, wset_hchild, wset_left_fringe_width)
271 (wset_left_margin_cols, wset_new_normal, wset_new_total)
272 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
273 (wset_right_fringe_width, wset_right_margin_cols)
274 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
275 (wset_vertical_scroll_bar_type, wset_window_parameters):
276 * xdisp.c (wset_base_line_number, wset_base_line_pos)
277 (wset_column_number_displayed, wset_region_showing)
278 (window_box_edges, run_window_scroll_functions)
279 (append_glyph_string_lists, prepend_glyph_string_lists)
280 (append_glyph_string, set_glyph_string_background_width)
281 (append_glyph, append_composite_glyph)
282 (take_vertical_position_into_account):
283 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
284 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
285 (lface_hash, lface_same_font_attributes_p, lookup_face):
286 * xml.c (libxml2_loaded_p):
287 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
288 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
289 Now 'static', not 'static inline'.
290
291 * bidi.c: Tune.
292 (bidi_copy_it): Do the whole copy with a single memcpy.
293 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
294
295 Revert the FOLLOW-SYMLINKS change for file-attributes.
296 Doing it right would require several changes to Tramp, and there's
297 not enough time to get that tested before the freeze today.
298 * dired.c (directory_files_internal, Ffile_attributes):
299 Undo last change.
300
301 * frame.c (x_report_frame_params): Port better to wider ints.
302 Do not assume that EMACS_UINT is the same width as uprintmax_t,
303 or that pointers can be printed in 15 decimal digits.
304 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
305
306 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
307
308 Support x64 build on MS-Windows.
309 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
310 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
311 compatibility with x64.
312 (x_get_focus_frame): Add prototype.
313
314 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
315 defining an XRectangle structure.
316
317 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
318 arithmetics for compatibility with x64.
319
320 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
321 compatibility with x64.
322
323 * w32heap.h: Adjust prototypes and declarations.
324
325 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
326 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
327 DWORD, long, and unsigned long, for compatibility with x64.
328 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
329 (sbrk): Argument is now of type ptrdiff_t.
330
331 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
332 less than 0x0500.
333 (w32_msg_pump): Use WPARAM type for 'result'.
334
335 * w32.c (init_environment, get_emacs_configuration): Support AMD64
336 architecture.
337 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
338 compatibility with x64.
339
340 * vm-limit.c (lim_data): Now size_t.
341 (check_memory_limits): Adjust prototypes of real_morecore and
342 __morecore to receive argument of type ptrdiff_t. Use size_t for
343 five_percent and data_size.
344
345 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
346 variables, for compatibility with x64.
347 (rva_to_section, offset_to_section, relocate_offset)
348 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
349 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
350 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
351 for compatibility with x64.
352
353 * sysdep.c (STDERR_FILENO): Define if not already defined.
354
355 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
356 (__morecore): Argument type is now ptrdiff_t.
357 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
358 (relinquish): Use ptrdiff_t type for 'excess'.
359 (r_alloc_sbrk): Argument type is now ptrdiff_t.
360
361 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
362 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
363 instead of a literal number.
364
365 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
366 (min): Define only if not already defined.
367
368 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
369 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
370 hosts.
371
372 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
373 'bitmaps' is a pointer.
374
375 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
376
377 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
378
379 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
380
381 file-attributes has a new optional arg FOLLOW-SYMLINKS.
382 * dired.c (directory_files_internal, Ffile_attributes):
383 New arg follow_symlinks. All uses changed.
384
385 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
388
389 2012-09-30 Eli Zaretskii <eliz@gnu.org>
390
391 Support atimers and CPU profiler via profile.c on MS-Windows.
392 * w32proc.c (sig_mask, crit_sig): New static variables.
393 (sys_signal): Support SIGALRM and SIGPROF.
394 (sigemptyset, sigaddset, sigfillset, sigprocmask)
395 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
396 sigfillset, and sigprocmask are no longer no-ops.
397 (sigismember): New function.
398 (struct itimer_data): New definition.
399 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
400 (crit_prof): New static variables.
401 (MAX_SINGLE_SLEEP): New definition.
402 (timer_loop, stop_timer_thread, term_timers, init_timers)
403 (start_timer_thread, getitimer, setitimer): New functions.
404 (alarm): No longer a no-op, calls setitimer.
405
406 * w32.c (term_ntproc): Call term_timers.
407 (init_ntproc): Make sure all signals are unblocked at startup, to
408 erase any traces of dumping. Call init_timers.
409
410 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
411 Windows-specific code to display the hourglass mouse pointer is no
412 longer used.
413 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
414 to hourglass timer expiration.
415 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
416 Remove, no longer used.
417 (w32_note_current_window, show_hourglass, hide_hourglass):
418 New functions, in support of hourglass cursor display similar to other
419 window systems.
420 (syms_of_w32fns): Don't initialize hourglass_timer.
421
422 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
423 WINDOWSNT as well.
424 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
425
426 * w32.h (init_timers, term_timers): Add prototypes.
427
428 2012-09-30 Kenichi Handa <handa@gnu.org>
429
430 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
431 to the buffer relocation which may be caused by ccl_driver.
432
433 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
434
435 * xfns.c (Fx_file_dialog): Update comment.
436
437 * w32fns.c (Fx_file_dialog): Update comment.
438
439 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
440 Initialize panel name field if OSX >= 10.6.
441
442 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
443
444 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
445
446 * nsterm.m (NEW_STYLE_FS): New define.
447 (ns_fullscreen_hook, windowWillEnterFullScreen)
448 (windowDidEnterFullScreen, windowWillExitFullScreen)
449 (windowDidExitFullScreen, toggleFullScreen, handleFS)
450 (setFSValue): New functions.
451 (EmacsFSWindow): New implementation.
452 (canBecomeKeyWindow): New function for EmacsFSWindow.
453 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
454 (dealloc): Release nonfs_window if in fullscreen.
455 (updateFrameSize:): Call windowDidMove to update top/left.
456 (windowWillResize:toSize:): Check if frame is still maximized.
457 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
458 next_maximized, maximized_width, maximized_height and nonfs_window.
459 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
460 tbar_height.
461 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
462 fullscreen. Set maximized_width/height. Act on next_maximized.
463
464 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
465 (EmacsView): Add variables for fullscreen.
466 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
467 (EmacsFSWindow): New interface for fullscreen.
468
469 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
470
471 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
472
473 2012-09-30 Chong Yidong <cyd@gnu.org>
474
475 * fns.c (Frandom): Doc fix.
476
477 2012-09-30 Martin Rudalics <rudalics@gmx.at>
478
479 * window.c (Vwindow_combination_limit): New default value.
480 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
481
482 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
483
484 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
485 Suggested by Eli Zaretskii in
486 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
487
488 2012-09-30 Eli Zaretskii <eliz@gnu.org>
489
490 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
491 HAVE_TIMER_SETTIME is defined.
492
493 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
494
495 Profiler improvements: more-accurate timers, overflow checks.
496 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
497 signal.h, setjmp.h. Include systime.h instead.
498 (saturated_add): New function.
499 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
500 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
501 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
502 New static vars.
503 (enum profiler_cpu_running): New enum.
504 (profiler_cpu_running): Now of that enum type, not bool.
505 All uses changed to store the new value.
506 (handle_profiler_signal): Rename from sigprof_handler_1,
507 for consistency with other handlers. Do not check whether
508 cpu_log is a hash-table if garbage collecting, since it
509 doesn't matter in that case.
510 (deliver_profiler_signal): Rename from sigprof_handler,
511 for consistency with other handlers.
512 (setup_cpu_timer): New function, with much of what used to be in
513 Fprofiler_cpu_start. Check for out-of-range argument.
514 Prefer timer_settime if available, and prefer
515 thread cputime clocks, then process cputime clocks, then
516 monotonic clocks, to the old realtime clock. Use make_timeval
517 to round more-correctly when falling back to setitimer.
518 (Fprofiler_cpu_start): Use it.
519 (Fprofiler_cpu_stop): Prefer timer_settime if available.
520 Don't assume that passing NULL as the 2nd argument of setitimer
521 is the same as passing a pointer to all-zero storage.
522 Ignore SIGPROF afterwards.
523 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
524 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
525 non-fatal signal handlers. Ignore SIGPROF on startup.
526 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
527 in profiler.c, since sysdep.c now uses it.
528
529 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
530 Suggested by Eli Zaretskii in
531 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
532
533 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
534
535 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
536
537 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * lisp.h (struct backtrace): Remove indirection for `function' field.
540 * xdisp.c (redisplay_internal):
541 * profiler.c (record_backtrace, sigprof_handler_1):
542 * alloc.c (Fgarbage_collect):
543 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
544 (Fbacktrace_frame): Adjust accordingly.
545
546 2012-09-28 Glenn Morris <rgm@gnu.org>
547
548 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
549 (Frun_hook_with_args_until_failure): Doc fixes.
550
551 2012-09-28 Eli Zaretskii <eliz@gnu.org>
552
553 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
554 Qautomatic_redisplay and change the symbol name. All users changed.
555
556 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
557
558 * profiler.c (sigprof_handler): Fix race condition.
559
560 2012-09-28 Glenn Morris <rgm@gnu.org>
561
562 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
563
564 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
565
566 Check more robustly for timer_settime.
567 * Makefile.in (LIB_TIMER_TIME): New macro.
568 (LIBES): Add it.
569 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
570 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
571 call timer_settime.
572
573 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
574
575 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
576
577 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
578
579 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
580
581 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
582
583 * character.h (MAYBE_UNIFY_CHAR): Remove.
584 * charset.c, charset.h (maybe_unify_char): Now static.
585 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
586 Since this stuff is now private to charset.c, there's no need for
587 a public macro and no need to inline by hand.
588
589 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
590 Stefan Monnier <monnier@iro.umontreal.ca>
591 Juanma Barranquero <lekktu@gmail.com>
592
593 * profiler.c: New file.
594 * Makefile.in (base_obj): Add profiler.o.
595 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
596 ($(BLD)/profiler.$(O)): New target.
597 * emacs.c (main): Call syms_of_profiler.
598 * alloc.c (Qautomatic_gc): New constant.
599 (MALLOC_PROBE): New macro.
600 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
601 (total_bytes_of_live_objects): New function.
602 (Fgarbage_collect): Use it. Record itself in backtrace_list.
603 Call malloc_probe for the memory profiler.
604 (syms_of_alloc): Define Qautomatic_gc.
605 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
606 race condition.
607 (struct backtrace): Move definition...
608 * lisp.h (struct backtrace): ..here.
609 (Qautomatic_gc, profiler_memory_running): Declare vars.
610 (malloc_probe, syms_of_profiler): Declare functions.
611 * xdisp.c (Qautomatic_redisplay): New constant.
612 (redisplay_internal): Record itself in backtrace_list.
613 (syms_of_xdisp): Define Qautomatic_redisplay.
614
615 2012-09-25 Eli Zaretskii <eliz@gnu.org>
616 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
617
618 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
619
620 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
621
622 Prefer POSIX timers if available.
623 They avoid a race if the timer is too close to the current time.
624 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
625 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
626 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
627
628 2012-09-25 Eli Zaretskii <eliz@gnu.org>
629
630 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
631 CHAR_STRING_ADVANCE.
632 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
633 STRING_CHAR_ADVANCE.
634
635 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
636
637 Move Vlibrary_cache to emacs.c and reset before dumping.
638
639 * lisp.h (reset_image_types): Declare.
640 [WINDOWSNT] (Vlibrary_cache): Declare.
641
642 * image.c (reset_image_types): New function.
643
644 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
645 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
646 (Fdump_emacs): Reset Vlibrary_cache and image_types.
647
648 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
649 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
650
651 * w32.h (Vlibrary_cache): Do not declare.
652
653 2012-09-25 Eli Zaretskii <eliz@gnu.org>
654
655 * w32proc.c (sys_signal): Handle all signals defined by the
656 MS-Windows runtime, not just SIGCHLD. Actually install the signal
657 handlers for signals supported by Windows. Don't override
658 term_ntproc as the handler for SIGABRT.
659 (sigaction): Rewrite to call sys_signal instead of duplicating its
660 code.
661 (sys_kill): Improve commentary.
662
663 * w32.c (term_ntproc): Accept (and ignore) one argument, for
664 consistency with a signature of a signal handler. All callers
665 changed.
666 (init_ntproc): Accept an argument DUMPING. If dumping, don't
667 install term_ntproc as a signal handler for SIGABRT, as that
668 should be done by the dumped Emacs.
669
670 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
671
672 * w32select.c (term_w32select): Protect against repeated
673 invocation by setting clipboard_owner to NULL after calling
674 DestroyWindow.
675
676 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
677 and term_ntproc to their modified signatures.
678
679 * character.c (char_string, string_char): Remove calls to
680 MAYBE_UNIFY_CHAR. See the discussion starting at
681 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
682 for the details.
683
684 2012-09-25 Chong Yidong <cyd@gnu.org>
685
686 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
687
688 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
691 when encountering an unknown bytecode.
692
693 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
694
695 image.c, indent.c: Use bool for booleans.
696 * dispextern.h (struct image_type): Members valid_p, load, init
697 now return bool, not int. All uses changed.
698 * image.c: Omit unnecessary static decls.
699 (x_create_bitmap_mask, x_build_heuristic_mask):
700 Return void, not int, since callers don't care about the return value.
701 (x_create_bitmap_mask, define_image_type, valid_image_p)
702 (struct image_keyword, parse_image_spec, image_spec_value)
703 (check_image_size, image_background)
704 (image_background_transparent, x_clear_image_1)
705 (postprocess_image, lookup_image, x_check_image_size)
706 (x_create_x_image_and_pixmap, xbm_image_p)
707 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
708 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
709 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
710 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
711 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
712 (png_image_p, init_png_functions, png_load_body, png_load)
713 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
714 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
715 (init_gif_functions, gif_load, imagemagick_image_p)
716 (imagemagick_load_image, imagemagick_load, svg_image_p)
717 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
718 (gs_load):
719 * nsimage.m (ns_load_image):
720 * nsterm.m (ns_defined_color):
721 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
722 * xfns.c (x_defined_color):
723 * xterm.c (x_alloc_lighter_color_for_widget)
724 (x_alloc_nearest_color_1, x_alloc_nearest_color)
725 (x_alloc_lighter_color):
726 * indent.c (disptab_matches_widthtab, current_column)
727 (scan_for_column, string_display_width, indented_beyond_p)
728 (compute_motion, vmotion, Fvertical_motion):
729 Use bool for booleans.
730
731 2012-09-24 Chong Yidong <cyd@gnu.org>
732
733 * chartab.c (Fset_char_table_default): Obsolete function removed.
734
735 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
736
737 Move pid_t related decls out of lisp.h.
738 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
739 (interruptible_wait_for_termination):
740 Move these decls from lisp.h to syswait.h, since they use pid_t.
741 Needed on FreeBSD; see Herbert J. Skuhra in
742 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
743 * callproc.c: Include syswait.h.
744
745 gnutls.c, gtkutil.c: Use bool for boolean.
746 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
747 (emacs_gnutls_handle_error):
748 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
749 (xg_hide_tooltip, xg_create_frame_widgets)
750 (create_dialog, xg_uses_old_file_dialog)
751 (xg_get_file_with_chooser, xg_get_file_with_selection)
752 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
753 (xg_item_label_same_p, xg_update_menubar)
754 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
755 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
756 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
757 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
758 (update_frame_tool_bar, free_frame_tool_bar):
759 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
760 * nsmenu.m (ns_update_menubar):
761 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
762 * xfns.c (Fx_show_tip) [USE_GTK]:
763 Use bool for boolean.
764 * gtkutil.c (xg_update_frame_menubar):
765 * xmenu.c (update_frame_menubar):
766 Return void, not int, since caller ignores return value.
767 * gtkutil.c (xg_change_toolbar_position):
768 Return void, not 1.
769
770 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
771
772 * makefile.w32-in (BLOCKINPUT_H): Remove.
773 (SYSSIGNAL_H): New macro.
774 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
775 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
776 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
777 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
778 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
779 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
780 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
781 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
782 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
783 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
784 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
785 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
786 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
787 ($(BLD)/w32xfns.$(O)): Update dependencies.
788
789 2012-09-23 Eli Zaretskii <eliz@gnu.org>
790
791 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
792 fatal_error_backtrace.
793
794 * w32proc.c (sys_kill): Undo last change: don't do anything when
795 invoked to deliver SIGABRT to our own process. This is now
796 handled by emacs_raise.
797
798 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
799
800 * w32term.c (w32_read_socket): Remove leftover reference to
801 interrupt_input_pending.
802
803 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
804
805 Do not use SA_NODEFER.
806 Problem reported by Dani Moncayo in
807 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
808 * alloc.c (die):
809 * sysdep.c (emacs_abort): Do not reset signal handler.
810 * emacs.c (terminate_due_to_signal): Reset signal handler here.
811 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
812 wanted even on POSIXish hosts, and it doesn't work on Windows.
813
814 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
815
816 * xterm.c (x_term_init): Call fixup_locale before and after calling
817 gtk_init (Bug#12392).
818
819 2012-09-23 Chong Yidong <cyd@gnu.org>
820
821 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
822 Vdynamic_library_alist.
823
824 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
825 (Fgnutls_available_p): Caller changed.
826
827 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
828 (Flibxml_parse_xml_region): Likewise.
829
830 * dispextern.h (struct image_type): Remove arg from init function.
831
832 * image.c (Finit_image_library, lookup_image_type)
833 (define_image_type): Remove now-unneeded second arg.
834 (init_xpm_functions, init_png_functions, init_jpeg_functions)
835 (init_tiff_functions, init_gif_functions, init_svg_functions):
836 Arglist and w32_delayed_load calling convention changed.
837 (gs_type): Remove init_gs_functions; there is no such function.
838 (valid_image_p, make_image): Fix caller to lookup_image_type.
839
840 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
841
842 Simplify and avoid signal-handling races (Bug#12471).
843 * alloc.c (die):
844 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
845 Avoid recursive loop if there's a fatal error in the function itself.
846 * atimer.c (pending_atimers):
847 * blockinput.h: Don't include "atimer.h"; no longer needed.
848 (interrupt_input_pending): Remove. All uses removed.
849 pending_signals now counts both atimers and ordinary interrupts.
850 This is less racy than having three separate pending-signal flags.
851 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
852 (input_blocked_p):
853 Rename from their upper-case counterparts BLOCK_INPUT,
854 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
855 INPUT_BLOCKED_P, and turn into functions. All uses changed.
856 This makes it easier to access volatile variables more accurately.
857 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
858 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
859 that's more reliable if the code is buggy and sets
860 interrupt_input_blocked to a negative value. All uses changed.
861 * atimer.c (deliver_alarm_signal):
862 Remove. No need to deliver this to the parent; any thread can
863 handle this signal now. All uses replaced by underlying handler.
864 * atimer.c (turn_on_atimers):
865 * dispnew.c (handle_window_change_signal):
866 * emacs.c (handle_danger_signal):
867 * keyboard.c (kbd_buffer_get_event):
868 Don't reestablish signal handler; not needed with sigaction.
869 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
870 (UNBLOCK_INPUT_TO):
871 Rework to avoid unnecessary accesses to volatile variables.
872 (UNBLOCK_INPUT_TO): Now a function.
873 (totally_unblock_input, unblock_input): New decls.
874 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
875 (init_data): Remove. Necessary stuff now done in init_signal.
876 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
877 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
878 (fatal_error_code): Remove; no longer needed.
879 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
880 it doesn't always backtrace. All uses changed. No need to reset
881 signal to default, since sigaction and/or die does that for us now.
882 Use emacs_raise (FOO), not kill (getpid (), FOO).
883 (main): Check more-accurately whether we're dumping.
884 Move fatal-error setup to sysdep.c
885 * floatfns.c: Do not include "syssignal.h"; no longer needed.
886 * gtkutil.c (xg_get_file_name, xg_get_font):
887 Remove no-longer-needed signal-mask manipulation.
888 * keyboard.c, process.c (POLL_FOR_INPUT):
889 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
890 * keyboard.c (read_avail_input): Remove.
891 All uses replaced by gobble_input.
892 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
893 (kbd_buffer_store_event_hold, gobble_input):
894 (record_asynch_buffer_change) [USABLE_SIGIO]:
895 (store_user_signal_events):
896 No need to mess with signal mask.
897 (gobble_input): If blocking input and there are terminals, simply
898 set pending_signals to 1 and return. All hooks changed to not
899 worry about whether input is blocked.
900 (process_pending_signals): Clear pending_signals before processing
901 them, in case a signal comes in while we're processing.
902 By convention callers now test pending_signals before calling us.
903 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
904 New functions, to support changes to blockinput.h.
905 (handle_input_available_signal): Now extern.
906 (reinvoke_input_signal): Remove. All uses replaced by
907 handle_async_input.
908 (quit_count): Now volatile, since a signal handler uses it.
909 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
910 All callers changed. Block SIGINT only if not already blocked.
911 Clear sigmask reliably, even if Fsignal returns, which it can.
912 Omit unnecessary accesses to volatile var.
913 (quit_throw_to_read_char): No need to restore sigmask.
914 * keyboard.c (gobble_input, handle_user_signal):
915 * process.c (wait_reading_process_output):
916 Call signal-handling code rather than killing ourselves.
917 * lisp.h: Include <float.h>, for...
918 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
919 (pending_signals): Now volatile.
920 (syms_of_data): Now const if IEEE floating point.
921 (handle_input_available_signal) [USABLE_SIGIO]:
922 (terminate_due_to_signal, record_child_status_change): New decls.
923 * process.c (create_process): Avoid disaster if memory is exhausted
924 while we're processing a vfork, by tightening the critical section
925 around the vfork.
926 (send_process_frame, process_sent_to, handle_pipe_signal)
927 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
928 ignores SIGPIPE.
929 (send_process): No need for setjmp/longjmp any more, since the
930 SIGPIPE stuff is now gone. Instead, report an error if errno
931 is EPIPE.
932 (record_child_status_change): Now extern. PID and W are now args.
933 Return void, not bool. All callers changed.
934 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
935 Remove. All uses removed. This bug should be fixed now in a
936 different way.
937 (wait_for_termination_1): Use waitpid rather than sigsuspend,
938 and record the child status change directly. This avoids the
939 need to futz with the signal mask.
940 (process_fatal_action): Move here from emacs.c.
941 (emacs_sigaction_flags): New function, containing
942 much of what used to be in emacs_sigaction_init.
943 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
944 caught by emacs, to make races less likely.
945 (deliver_process_signal): Rename from handle_on_main_thread.
946 All uses changed.
947 (BACKTRACE_LIMIT_MAX): Now at top level.
948 (thread_backtrace_buffer, threadback_backtrace_pointers):
949 New static vars.
950 (deliver_thread_signal, deliver_fatal_thread_signal):
951 New functions, for more-accurate delivery of thread-specific signals.
952 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
953 (deliver_arith_signal): Handle in this thread, not
954 in the main thread, since it's triggered by this thread.
955 (maybe_fatal_sig): New function.
956 (init_signals): New arg DUMPING so that we can be more accurate
957 about whether we're dumping. Caller changed.
958 Treat thread-specific signals differently from process-general signals.
959 Block all signals while handling fatal error; that's safer.
960 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
961 on IEEE hosts.
962 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
963 Ignore SIGPIPE unless batch.
964 (emacs_backtrace): Output backtrace for the appropriate thread,
965 which is not necessarily the main thread.
966 * syssignal.h: Include <stdbool.h>.
967 (emacs_raise): New macro.
968 * xterm.c (x_connection_signal): Remove; no longer needed
969 now that we use sigaction.
970 (x_connection_closed): No need to mess with sigmask now.
971 (x_initialize): No need to reset SIGPIPE handler here, since
972 init_signals does this for us now.
973
974 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
975
976 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
977 background rect may be larger (Bug#12245).
978
979 2012-09-23 Chong Yidong <cyd@gnu.org>
980
981 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
982
983 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
984
985 * .gdbinit: Just stop at fatal_error_backtrace.
986 See Stefan Monnier's request in
987 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
988 Remove no-longer-used query of system type.
989
990 2012-09-22 Chong Yidong <cyd@gnu.org>
991
992 * search.c (Freplace_match): Doc fix (Bug#12325).
993
994 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
995
996 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
997 (Fline_end_position): Doc fix.
998
999 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
1000
1001 2012-09-22 Chong Yidong <cyd@gnu.org>
1002
1003 * dispextern.h (struct image_type): Add new slot, storing a type
1004 initialization function.
1005
1006 * image.c (define_image_type): Call the image initializer function
1007 if it is defined. Arguments and return value changed.
1008 (valid_image_p, make_image): Callers changed.
1009 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
1010 (gif_type, imagemagick_type, svg_type, gs_type):
1011 Add initialization functions.
1012 (Finit_image_library): Call lookup_image_type.
1013 (CHECK_LIB_AVAILABLE): Macro deleted.
1014 (lookup_image_type): Call define_image_type here, rather than via
1015 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
1016 (syms_of_image): Move define_image_type calls for xbm_type and
1017 pbm_type to lookup_image_type.
1018
1019 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1020
1021 * keyboard.c (timer_check_2): Move calculation of 'timers' and
1022 'idle_timers' from here ...
1023 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
1024 lists, to avoid infloops when the timer does something stupid,
1025 like reinvoke itself with the same or smaller time-out.
1026 (Bug#12447)
1027
1028 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1029
1030 * window.c (Fsplit_window_internal): Handle only Qt value of
1031 Vwindow_combination_limit separately.
1032 (Qtemp_buffer_resize): New symbol.
1033 (Vwindow_combination_limit): New default value.
1034 Rewrite doc-string.
1035
1036 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1037
1038 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
1039 the new overlay string. (Bug#10159)
1040
1041 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
1044 or that fprintf is async-signal-safe. POSIX doesn't require
1045 either assumption.
1046
1047 2012-09-22 Chong Yidong <cyd@gnu.org>
1048
1049 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
1050 (Bug#8207).
1051
1052 2012-09-22 Kenichi Handa <handa@gnu.org>
1053
1054 * composite.c (composition_reseat_it): Handle the case that a
1055 grapheme cluster is not covered by a single font (Bug#12352).
1056
1057 2012-09-21 Chong Yidong <cyd@gnu.org>
1058
1059 * image.c (define_image_type): Avoid adding duplicate types to
1060 image_types (Bug#12463). Suggested by Jörg Walter.
1061
1062 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1063
1064 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
1065 (print_load_command_name): Add case LC_DATA_IN_CODE.
1066 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
1067
1068 2012-09-21 Glenn Morris <rgm@gnu.org>
1069
1070 * eval.c (Frun_hook_with_args_until_success)
1071 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
1072
1073 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1074
1075 * fileio.c (Ffile_selinux_context): Only call freecon when
1076 lgetfilecon succeeded.
1077 (Fset_file_selinux_context): Likewise. (Bug#12444)
1078
1079 2012-09-21 Eli Zaretskii <eliz@gnu.org>
1080
1081 * xdisp.c (try_window_reusing_current_matrix): Under bidi
1082 reordering, locate the cursor by calling set_cursor_from_row; if
1083 that fails, clear the desired glyph matrix before returning a
1084 failure indication to the caller. Fixes leaving garbled display
1085 when fast scrolling with a down-key. (Bug#12403)
1086 (compute_stop_pos_backwards): Fix a typo that caused crashes while
1087 scrolling through multibyte text.
1088
1089 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
1092 calling mark_vectorlike since that's the one that marks the window.
1093 (mark_discard_killed_buffers): Mark the final cdr.
1094 * window.h (struct window): Move prev/next_buffers to the
1095 non-standard fields.
1096 * window.c (make_window): Initialize prev/next_buffers manually.
1097
1098 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 Omit unused arg EXPECTED from socket hooks.
1101 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
1102 * nsterm.m (ns_term_init):
1103 * termhooks.h (struct terminal.read_socket_hook):
1104 * w32inevt.c (w32_console_read_socket):
1105 * w32term.c (w32_read_socket):
1106 * xterm.c (XTread_socket):
1107 Omit unused arg EXPECTED. All callers changed.
1108 (store_user_signal_events): Return void, not int, since callers no
1109 longer care about the return value. All uses changed.
1110
1111 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * w32gui.h (XParseGeometry): Do not declare.
1114
1115 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
1116
1117 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
1118 Ignore 'expected'. See Eli Zaretskii in
1119 <http://bugs.gnu.org/12471#8> (last line).
1120
1121 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
1122 (XParseGeometry): Now static. Substitute extremal values for
1123 values that are out of range.
1124
1125 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
1128
1129 * nsfns.m (XParseGeometry): Remove.
1130 (Fx_create_frame): Call x_set_offset to correctly interpret
1131 top_pos in geometry.
1132
1133 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
1134 (Fx_parse_geometry): If there is a space in string, call
1135 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
1136
1137 2012-09-17 Eli Zaretskii <eliz@gnu.org>
1138
1139 * search.c (scan_buffer): Use character positions in calls to
1140 region_cache_forward and region_cache_backward, not byte
1141 positions. (Bug#12196)
1142
1143 * w32term.c (w32_read_socket): Set pending_signals to 1, like
1144 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
1145
1146 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
1147 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
1148 emacs_blocked_malloc, now deleted.
1149
1150 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1153 The workaround was for improving performance on Solaris 2.4, but
1154 is getting in the way now. Emacs will still work if someone is
1155 still running Solaris 2.4 in a museum somewhere; Sun dropped
1156 support for Solaris 2.4 in 2003.
1157 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
1158 * process.c (create_process) [HAVE_WORKING_VFORK]:
1159 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
1160 since Emacs no longer uses vfork on that platform.
1161
1162 2012-09-17 Glenn Morris <rgm@gnu.org>
1163
1164 * emacs.c: Use COPYRIGHT.
1165
1166 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1167
1168 Remove configure's --without-sync-input option (Bug#12450).
1169 When auditing signal-handling in preparation for cleaning it up,
1170 I found that SYNC_INPUT has race conditions and would be a real
1171 pain to fix. Since it's an undocumented and deprecated
1172 configure-time option, now seems like a good time to remove it.
1173 Also see <http://bugs.gnu.org/11080#16>.
1174 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
1175 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
1176 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
1177 (malloc_hysteresis):
1178 (check_depth) [XMALLOC_OVERRUN_CHECK]:
1179 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
1180 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
1181 (dont_register_blocks, bytes_used_when_reconsidered)
1182 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
1183 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
1184 [!SYSTEM_MALLOC && !SYNC_INPUT]:
1185 Remove. All uses removed.
1186 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
1187 implementation, one that depends on whether the new macro
1188 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
1189 is defined.
1190 * atimer.c (run_timers, handle_alarm_signal):
1191 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
1192 (handle_async_input, process_pending_signals)
1193 (handle_input_available_signal, init_keyboard):
1194 * nsterm.m (ns_read_socket):
1195 * process.c (wait_reading_process_output):
1196 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
1197 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
1198 (emacs_write):
1199 * xterm.c (XTread_socket):
1200 Assume SYNC_INPUT.
1201 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
1202 * eval.c (handling_signal): Remove. All uses removed.
1203 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
1204 All uses replaced with the SYNC_INPUT version.
1205 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
1206 Remove decls.
1207 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1208 Now static.
1209
1210 * font.c (Ffont_shape_gstring): Remove unused local.
1211
1212 2012-09-16 Glenn Morris <rgm@gnu.org>
1213
1214 * Makefile.in (clean): No longer run nextstep's clean.
1215
1216 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
1217 (ns_frag): Remove.
1218 (ns-app): Move here from ns.mk, and simplify.
1219 (clean): Simplify nextstep entry.
1220 * ns.mk: Remove file.
1221
1222 2012-09-17 Kenichi Handa <handa@gnu.org>
1223
1224 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
1225 not covert the last few charactes.
1226
1227 2012-09-16 Kenichi Handa <handa@gnu.org>
1228
1229 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
1230 here, but just check the validity of glyphs in the glyph-string.
1231
1232 2012-09-16 Martin Rudalics <rudalics@gmx.at>
1233
1234 * window.c (Fwindow_parameter, Fset_window_parameter):
1235 Accept any window as argument (Bug#12452).
1236
1237 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
1238
1239 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
1240 to ns_term_init to avoid memory leak.
1241
1242 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
1243 explicit retain/release.
1244 (ns_term_init): Only allow one display. Initialize outerpool and
1245 ns_*_types.
1246
1247 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1248
1249 Port _setjmp fix to POSIXish hosts as well as Microsoft.
1250 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
1251 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
1252 the Microsoft problem in a different way, by altering ../nt/config.nt.
1253
1254 2012-09-15 Eli Zaretskii <eliz@gnu.org>
1255
1256 * w32xfns.c:
1257 * w32uniscribe.c:
1258 * w32term.c:
1259 * w32select.c:
1260 * w32reg.c:
1261 * w32proc.c:
1262 * w32menu.c:
1263 * w32inevt.c:
1264 * w32heap.c:
1265 * w32font.c:
1266 * w32fns.c:
1267 * w32console.c:
1268 * w32.c:
1269 * w16select.c: Remove inclusion of setjmp.h, as it is now included
1270 by lisp.h. This completes removal of setjmp.h inclusion
1271 erroneously announced in the previous commit. (Bug#12446)
1272
1273 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
1274 more accurate.
1275
1276 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
1277 not defined as a macro. The latter happens on MS-Windows.
1278 (Bug#12446)
1279
1280 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1281
1282 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1283 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
1284 Some instances of '#include <setjmp.h>' removed, if the
1285 only reason for the instance was because "lisp.h" was included.
1286 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
1287 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
1288 and _longjmp with the new symbols. Emacs already uses _setjmp if
1289 available, so this change affects only POSIXish hosts that have
1290 sigsetjmp but not _setjmp, such as some versions of Solaris and
1291 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
1292 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
1293 (png_load_body) [HAVE_PNG]:
1294 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
1295 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
1296 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
1297 since PNG requires jmp_buf. This is the only exception to the
1298 general rule that we now use sys_setjmp and sys_longjmp.
1299 This exception is OK since this code does not change the signal
1300 mask or longjmp out of a signal handler.
1301
1302 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1303
1304 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
1305 Include "syssignal.h", for 'main_thread'.
1306
1307 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
1308
1309 Avoid out-of-range marker position (Bug#12426).
1310 * insdel.c (replace_range, replace_range_2):
1311 Adjust markers before overlays, as suggested by comments.
1312 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
1313 Remove redundant check before calling offset_intervals.
1314
1315 2012-09-14 Martin Rudalics <rudalics@gmx.at>
1316
1317 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
1318 current buffer (Bug#12387).
1319
1320 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
1321
1322 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
1323
1324 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 Use a more backwards-compatible timer format (Bug#12430).
1327 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
1328 vector element, not from the 4th, since PSECS is now at the end.
1329 (Fcurrent_idle_time): Doc fix.
1330
1331 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1332
1333 Function to mark objects and remove killed buffers at once.
1334 * alloc.c (discard_killed_buffers): Rename to ...
1335 (mark_discard_killed buffers) ... new name. Add marking
1336 of remaining objects. Fix comment. Adjust users.
1337 (mark_object): Do not touch frame buffer lists here.
1338 * frame.c (delete_frame): Reset frame buffer lists here.
1339
1340 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1341
1342 Better workaround for GNOME bug when --enable-gcc-warnings.
1343 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
1344 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
1345 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
1346
1347 Simplify SIGIO usage (Bug#12408).
1348 The code that dealt with SIGIO was crufty and confusing, e.g., it
1349 played tricks like "#undef SIGIO" but these tricks were not used
1350 consistently. Simplify mostly by not #undeffing standard symbols,
1351 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
1352 or not as we please) rather than "defined SIGIO" (standard symbol
1353 that we probably shouldn't #undef).
1354 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
1355 Modules that need it can include it.
1356 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
1357 * dispextern.h (ignore_sigio): New decl.
1358 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
1359 unconditionally, since it's now a no-op if !USABLE_SIGIO.
1360 * emacs.c (shut_down_emacs):
1361 * keyboard.c (kbd_buffer_store_event_hold):
1362 Use ignore_sigio rather than invoking 'signal' directly.
1363 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
1364 for FIONREAD.
1365 (FIONREAD, SIGIO): Do not #undef.
1366 (tty_read_avail_input): Use #error rather than a syntax error.
1367 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
1368 for I_PIPE, used by SETUP_SLAVE_PTY.
1369 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
1370 * sysdep.c (croak): Remove; no longer needed. This bit of
1371 temporary code, with Fred N. Fish's comment that it's temporary,
1372 has been in Emacs since at least 1992!
1373 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
1374 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
1375 * syssignal.h (croak): Remove decl.
1376 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
1377 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
1378 now that we're termios-only.
1379 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
1380 * term.c (dissociate_if_controlling_tty): Use #error rather than
1381 a run-time error.
1382
1383 Work around GCC and GNOME bugs when --enable-gcc-warnings.
1384 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
1385 to work around GNOME bug 683906.
1386 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
1387 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
1388 This works around GCC bug 54561.
1389
1390 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1391
1392 More fixes for 'volatile' and setjmp/longjmp.
1393 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
1394 * image.c (struct png_load_context) [HAVE_PNG]: New type.
1395 (png_load_body) [HAVE_PNG]:
1396 (jpeg_load_body) [HAVE_JPEG]:
1397 New function, with most of the old parent function's body.
1398 (png_load) [HAVE_PNG]:
1399 (jpeg_load) [HAVE_JPEG]:
1400 Invoke the new function, to avoid longjmp munging our locals.
1401 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
1402 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
1403 longjmp is passed 2, as the C standard doesn't guarantee this.
1404 Instead, store the failure code into mgr->failure_code.
1405
1406 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
1409 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
1410 (syms_of_keyboard): Remove support for unread-command-char.
1411
1412 2012-09-12 Eli Zaretskii <eliz@gnu.org>
1413
1414 * w32proc.c (sys_kill): If PID is our process ID and the signal is
1415 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
1416 violation. (Bug#12426)
1417
1418 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1419
1420 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
1421
1422 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * eval.c: Add `inhibit-debugger'.
1425 (Qinhibit_debugger): New symbol.
1426 (call_debugger): Bind it instead of Qdebug_on_error.
1427 (maybe_call_debugger): Test Vinhibit_debugger.
1428 (syms_of_eval): Define inhibit-debugger.
1429 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
1430 (syms_of_xdisp): Remove inhibit-debug-on-message.
1431
1432 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1433
1434 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
1435 If a nonvolatile local variable is written before a _longjmp to
1436 the frame containing the variable, and is read after the _longjmp,
1437 the value read is indeterminate. Some local variables of type
1438 'struct handler' and 'struct catchtag' are used in this way, so
1439 mark each of their slots as volatile if the slot can be set before
1440 _longjmp and read afterwards.
1441 * lisp.h (struct handler): var and chosen_clause are now volatile.
1442 (struct catchtag): val, next, and pdlcount are now volatile.
1443
1444 * bidi.c (bidi_push_it, bidi_pop_it):
1445 * fns.c (copy_hash_table):
1446 * image.c (define_image_type):
1447 * keyboard.c (kbd_buffer_store_event_hold):
1448 * process.c (Fprocess_send_eof):
1449 * xfaces.c (x_create_gc) [HAVE_NS]:
1450 * xgselect.c (xg_select):
1451 Prefer assignment to memcpy when either will do.
1452
1453 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
1454 Use pointer-to-a-pointer to simplify and avoid a NILP check each
1455 time an item is removed. No need to mark this function 'inline';
1456 the compiler knows better than we do.
1457
1458 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
1459
1460 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
1461 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
1462 to change_frame_size (Bug#12388).
1463 (windowDidResize:): Pass YES to updateFrameSize.
1464
1465 * nsterm.h: Add delay parameter to updateFrameSize.
1466
1467 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
1468
1469 Discard killed buffers from deleted window and frame objects.
1470 This reduces an amount of references to killed buffers and
1471 helps GC to reclaim them faster.
1472 * alloc.c (discard_killed_buffers): New function.
1473 (mark_object): Use it for deleted windows and frames.
1474 (mark_object): If symbol's value is set up for a killed buffer
1475 or deleted frame, restore it's global binding.
1476 * data.c (swap_in_global_binding): Add GC notice.
1477 (swap_in_symval_forwarding): Use convenient set_blv_where.
1478 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
1479 * window.h: ... to here.
1480
1481 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
1482
1483 Convenient macro to check whether the buffer is live.
1484 * buffer.h (BUFFER_LIVE_P): New macro.
1485 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
1486 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
1487
1488 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1489
1490 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
1491 composition cases (Bug#12364).
1492
1493 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
1494 overhang of succeeding glyphs overlapping box cursor.
1495
1496 * w32term.c (x_draw_glyph_string): Likewise.
1497
1498 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 Simplify, document, and port floating-point (Bug#12381).
1501 The porting part of this patch fixes bugs on non-IEEE platforms
1502 with frexp, ldexp, logb.
1503 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
1504 Now static.
1505 * floatfns.c: Simplify discussion of functions that Emacs doesn't
1506 support, by removing commented-out code and briefly listing the
1507 C89 functions excluded. The commented-out stuff was confusing
1508 maintenance, e.g., we thought we needed cbrt but it was commented out.
1509 (logb): Remove decl; no longer needed.
1510 (isfinite): New macro, if not already supplied.
1511 (isnan): Don't replace any existing macro.
1512 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
1513 are present on all C89 platforms.
1514 (Ffrexp): Do not special-case zero, as frexp does the right thing
1515 for that case.
1516 (Flogb): Do not use logb, as it doesn't have the desired meaning
1517 on hosts that use non-base-2 floating point. Instead, stick with
1518 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
1519 frexp, to avoid getting an unspecified result.
1520
1521 * xdisp.c (Qinhibit_debug_on_message): Now static.
1522
1523 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
1524
1525 * nsterm.m (ns_update_begin): Set clip path to whole view by using
1526 NSBezierPath (Bug#12131).
1527
1528 2012-09-10 Chong Yidong <cyd@gnu.org>
1529
1530 * fns.c (Fdelq, Fdelete): Doc fix.
1531
1532 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1533
1534 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
1535 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
1536
1537 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * lisp.h (make_lisp_ptr): New macro to replace XSET.
1540 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
1541 Use it.
1542
1543 2012-09-09 Eli Zaretskii <eliz@gnu.org>
1544
1545 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
1546 left fringe if the window has a left margin. This avoids leaving
1547 traces of the cursor because its leftmost pixel is not drawn over.
1548
1549 * dispnew.c (update_window_line): When the left margin area of a
1550 screen line is updated, set the redraw_fringe_bitmaps_p flag of
1551 that screen line. (Bug#12277)
1552
1553 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1554
1555 Assume C89 or later for math functions (Bug#12381).
1556 This simplifies the code, and makes it a bit smaller and faster,
1557 and (most important) makes it easier to clean up signal handling
1558 since we can stop worring about floating-point exceptions in
1559 library code. That was a problem before C89, but the problem
1560 went away many years ago on all practical Emacs targets.
1561 * data.c, image.c, lread.c, print.c:
1562 Don't include <math.h>; no longer needed.
1563 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
1564 might be autoconfigured, as that never happens.
1565 * data.c (fmod):
1566 * doprnt.c (DBL_MAX_10_EXP):
1567 * print.c (DBL_DIG):
1568 Remove. C89 or later always defines these.
1569 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
1570 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
1571 (arith_error, domain_error, domain_error2):
1572 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
1573 no longer needed -- we simply return what C returns. All uses removed.
1574 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
1575 the wrapped code.
1576 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
1577 Remove. All uses expanded, as these macros are no longer used
1578 more than once and are now more trouble than they're worth.
1579 (Ftan): Use tan, not sin / cos.
1580 (Flogb): Assume C89 frexp.
1581 (fmod_float): Assume C89 fmod.
1582 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
1583 (init_floatfns): Remove. All uses removed.
1584
1585 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
1586
1587 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
1588 compositeToPoint for OSX < 10.6 (Bug#12390).
1589
1590 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
1591
1592 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
1593 This produces more-accurate results.
1594
1595 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
1596
1597 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
1598 changes (Bug#12088).
1599
1600 2012-09-08 Chong Yidong <cyd@gnu.org>
1601
1602 * syntax.c (Fstring_to_syntax): Doc fix.
1603
1604 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
1605
1606 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
1607 in the internal border.
1608 (x_set_window_size): Remove static variables and their usage.
1609 (ns_redraw_scroll_bars): Fix NSTRACE arg.
1610 (ns_after_update_window_line, ns_draw_fringe_bitmap):
1611 Remove fringe/internal border adjustment (Bug#11052).
1612 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
1613 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
1614 (ns_fix_rect_ibw): Remove.
1615 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
1616 (ns_dumpglyphs_box_or_relief): Ditto.
1617 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
1618 adjustment.
1619 (ns_dumpglyphs_image): Ditto.
1620 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
1621 border adjustment.
1622 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
1623 their usage. Add fringe_extended_p and its use as in other terms.
1624 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
1625 scroll bar was removed.
1626 (updateFrameSize): New function.
1627 (windowDidResize): Move code to updateFrameSize and call it.
1628
1629 * nsterm.h (EmacsView): Add updateFrameSize.
1630
1631 2012-09-07 Chong Yidong <cyd@gnu.org>
1632
1633 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
1634
1635 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
1636
1637 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1638
1639 More signal-handler cleanup (Bug#12327).
1640 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
1641 Problem introduced when merging patches. Noted by Eli Zaretskii in
1642 <http://bugs.gnu.org/12327#67>.
1643 * floatfns.c: Comment fix.
1644 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
1645 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
1646 and anyway the declaration is harmless even if SIGDANGER is not defined.
1647 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
1648 defined BROKEN_FIONREAD). systty.h formerly did this, but other
1649 source files not surprisingly expected syssignal.h to define, or
1650 not define, SIGIO, and it's cleaner to do it that way, for consistency.
1651 Include <sys/ioctl.h>, for FIONREAD.
1652 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
1653 This eliminates a problem whereby other files mysteriously had
1654 to include "syssignal.h" before including "systty.h" if they
1655 wanted to use "#ifdef SIGIO".
1656
1657 2012-09-07 Eli Zaretskii <eliz@gnu.org>
1658
1659 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
1660
1661 * w32.c (sigemptyset): Empty the set.
1662 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
1663
1664 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
1665
1666 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
1667
1668 * alloc.c (mark_buffer): Revert unsafe marking optimization.
1669 (mark_object): Likewise for frame objects.
1670
1671 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 * syssignal.h (handle_on_main_thread): Always declare,
1674 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
1675 This ports to platforms without HAVE_PTHREAD.
1676
1677 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1678
1679 Signal-handler cleanup (Bug#12327).
1680 Emacs's signal handlers were written in the old 4.2BSD style with
1681 sigblock and sigmask and so forth, and this led to some
1682 inefficiencies and confusion. Rewrite these to use
1683 pthread_sigmask etc. without copying signal sets around. Also,
1684 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
1685 'signal', and instead use functions that do not attempt to take
1686 over the system name space. This patch causes Emacs's text
1687 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
1688 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
1689 Do not include <signal.h> or "syssignal.h", as these
1690 modules do not use signals.
1691 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
1692 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
1693 Do not include <signal.h>, as "syssignal.h" does that for us now.
1694 * atimer.c (sigmask_atimers): New function.
1695 (block_atimers, unblock_atimers): New functions,
1696 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
1697 All uses replaced.
1698 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
1699 no longer needed here.
1700 * emacs.c (main): Inspect existing signal handler with sigaction,
1701 so that there's no need to block and unblock SIGHUP.
1702 * sysdep.c (struct save_signal): New member 'action', replacing
1703 old member 'handler'.
1704 (save_signal_handlers, restore_signal_handlers):
1705 Use sigaction instead of 'signal' to save and restore.
1706 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
1707 New function. All users of 'signal' modified to use set_sighandler
1708 if they're writeonly, and to use sys_signal if they're read+write.
1709 (emacs_sigaction_init, forwarded_signal): New functions.
1710 (sys_signal): Remove. All uses replaced by calls to sigaction
1711 and emacs_sigaction_init, or by direct calls to 'signal'.
1712 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
1713 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
1714 all uses replaced by pthread_sigmask etc. calls.
1715 * syssignal.h: Include <signal.h>.
1716 (emacs_sigaction_init, forwarded_signal): New decls.
1717 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
1718 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
1719 (sigmask, sys_sigmask): Remove; no longer needed.
1720 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
1721 (sigblock, sigunblock, sigfree):
1722 (sigsetmask) [!defined sigsetmask]:
1723 Remove. All uses replaced by pthread_sigmask.
1724 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
1725 no longer need to be replaced, and its typical old uses
1726 are now done via emacs_sigaction_init and sigaction.
1727 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
1728 (sys_sigdel): Remove; unused.
1729 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
1730
1731 2012-09-06 Eli Zaretskii <eliz@gnu.org>
1732
1733 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
1734 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
1735
1736 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
1737
1738 Explicitly mark buffer_defaults and buffer_local_symbols.
1739 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
1740 mark_local_symbols here.
1741 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
1742 since special buffers aren't marked here any more.
1743 (allocate_buffer): Chain new buffer with all_buffers here...
1744 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
1745 not here.
1746 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
1747 (syms_of_buffer): Remove staticpro of the above.
1748 (init_buffer_once): Set names for buffer_defaults and
1749 buffer_local_symbols.
1750
1751 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1752
1753 Use bool for booleans in font-related modules.
1754 * font.c (font_intern_prop, font_style_to_value)
1755 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
1756 (generate_otf_features, font_check_otf_features, font_check_otf)
1757 (font_match_p, font_list_entities, font_at):
1758 * fontset.c (fontset_id_valid_p, reorder_font_vector
1759 (fontset_find_font, Fset_fontset_font)
1760 (face_suitable_for_char_p) [0]:
1761 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
1762 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
1763 (m17n_flt_initialized, ftfont_shape_by_flt):
1764 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
1765 * nsfont.m (nsfont_draw):
1766 * w32font.c (w32font_draw):
1767 * w32term.c (x_draw_glyphless_glyph_string_foreground):
1768 Use bool for booleans.
1769 * font.h: Adjust to above API changes.
1770 (struct font, struct font_driver, struct font_driver_list):
1771 Use bool for booleans.
1772 (struct font): Remove useless member encoding_type.
1773 All users removed.
1774 * fontset.c, xftfont.c: Omit unnecessary static decls.
1775
1776 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
1777
1778 * alloc.c (mark_object): Revert window marking code
1779 since it's unsafe for the Fset_window_configuration.
1780
1781 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 Fix race conditions with signal handlers and errno (Bug#12327).
1784 Be more systematic about preserving errno whenever a signal
1785 handler returns, even if it's not in the main thread. Do this by
1786 renaming signal handlers to distinguish between signal delivery
1787 and signal handling. All uses changed.
1788 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
1789 * data.c (deliver_arith_signal): Rename from arith_error.
1790 * dispnew.c (deliver_window_change_signal): Rename from
1791 window_change_signal.
1792 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
1793 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
1794 * keyboard.c (deliver_input_available_signal): Rename from
1795 input_available_signal.
1796 (deliver_user_signal): Rename from handle_user_signal.
1797 (deliver_interrupt_signal): Rename from interrupt_signal.
1798 * process.c (deliver_pipe_signal): Rename from send_process_trap.
1799 (deliver_child_signal): Rename from sigchld_handler.
1800 * atimer.c (handle_alarm_signal):
1801 * data.c (handle_arith_signal):
1802 * dispnew.c (handle_window_change_signal):
1803 * emacs.c (handle_fatal_signal, handle_danger_signal):
1804 * keyboard.c (handle_input_available_signal):
1805 * keyboard.c (handle_user_signal, handle_interrupt_signal):
1806 * process.c (handle_pipe_signal, handle_child_signal):
1807 New functions, with the actual signal-handling code taken from the
1808 original respective signal handlers, sans the sporadic attempts to
1809 preserve errno, since that's now done by handle_on_main_thread.
1810 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
1811 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
1812 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1813 Move to sysdep.c.
1814 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1815 Move initialization of main_thread to sysdep.c's init_signals.
1816 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
1817 our usage, and simplifies the mainline code.
1818 (record_child_status_change): New static function, as a helper
1819 for handle_child_signal, and with most of the old child handler's
1820 contents.
1821 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
1822 (handle_child_signal): Use the above.
1823 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1824 Moved here from emacs.c.
1825 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
1826 code moved here from emacs.c's main function.
1827 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
1828 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
1829 This lets callers save and restore errno properly.
1830
1831 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1832
1833 Remove redundant or unused things here and there.
1834 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
1835 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
1836 * editfns.c (Fcompare_buffer_substrings): Likewise.
1837 * frame.h (struct terminal, struct font_driver_list):
1838 Remove redundant declarations.
1839 * window.h (Qleft, Qright): Likewise.
1840
1841 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1842
1843 Do not mark objects from deleted buffers, windows and frames.
1844 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
1845 (mark_object): Likewise for windows and frames.
1846
1847 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1848
1849 * alloc.c (valid_lisp_object_p): Treat killed buffers,
1850 buffer_defaults and buffer_local_symbols as valid objects.
1851 Return special value to denote them.
1852
1853 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
1854
1855 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
1856 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
1857 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
1858 (file_name_absolute_p, Fsubstitute_in_file_name):
1859 (check_executable, check_writable, Ffile_accessible_directory_p)
1860 (Fset_file_selinux_context, Fdefault_file_modes)
1861 (Finsert_file_contents, choose_write_coding_system)
1862 (Fwrite_region, build_annotations, a_write, e_write)
1863 (Fdo_auto_save):
1864 * filelock.c (boot_time_initialized, get_boot_time)
1865 (get_boot_time_1, lock_file_1, within_one_second):
1866 * floatfns.c (in_float):
1867 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
1868 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
1869 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
1870 * lisp.h (struct Lisp_Hash_Table.cmpfn):
1871 * window.c (compare_window_configurations):
1872 Use bool for booleans.
1873 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
1874 (Fdefault_file_modes): Now mode_t, not int, for modes.
1875 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
1876 (internal_delete_file): Now returns void, not a (boolean) int,
1877 since nobody was looking at the return value.
1878 * lisp.h, window.h: Adjust to above API changes.
1879
1880 * xdisp.c (set_message): Simplify and reindent last change.
1881
1882 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
1885
1886 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1887
1888 * eval.c (call_debugger): Make the function non-static so that we
1889 can call it from set_message.
1890
1891 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
1892 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
1893
1894 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1895
1896 Give more-useful info on a fatal error (Bug#12328).
1897 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
1898 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
1899 of doing the work ourselves.
1900 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
1901 do most of the work.
1902 (fatal_error_backtrace): New function, taken from the guts
1903 of the old fatal_error_signal, but with a new option to output
1904 a backtrace.
1905 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
1906 info about the signal than just its number.
1907 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
1908 * sysdep.c: Include <execinfo.h>
1909 (emacs_backtrace): New function, taken partly from the previous
1910 code of the 'die' function.
1911 (emacs_abort): Call fatal_error_backtrace rather than abort.
1912
1913 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
1916 eager (load-time) macro-expansion.
1917 * lisp.mk (lisp): Add macroexp.
1918
1919 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1920
1921 Simplify redefinition of 'abort' (Bug#12316).
1922 Do not try to redefine the 'abort' function. Instead, redo
1923 the code so that it calls 'emacs_abort' rather than 'abort'.
1924 This removes the need for the NO_ABORT configure-time macro
1925 and makes it easier to change the abort code to do a backtrace.
1926 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
1927 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
1928 Remove; sysdep.c's emacs_abort now takes its place.
1929 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
1930 'abort' changed to use 'emacs_abort'.
1931 * msdos.c (dos_abort) [defined abort]: Remove; not used.
1932 (abort) [!defined abort]: Rename to ...
1933 (emacs_abort): ... new name.
1934 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
1935 the place of the old 'abort' in emacs.c.
1936 * w32.c, w32fns.c (abort): Do not #undef.
1937 * w32.c (emacs_abort): Rename from w32_abort.
1938
1939 2012-09-04 Eli Zaretskii <eliz@gnu.org>
1940
1941 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
1942 offsets[j].dv, since the y axis of the screen coordinates points
1943 down, while the y axis of the font definition coordinates points
1944 up. This fixes display of Arabic diacritics such as KASRA and
1945 KASRATAN. (Bug#11860)
1946
1947 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 Be more systematic about _setjmp vs setjmp.
1950 * alloc.c (test_setjmp, mark_stack):
1951 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
1952 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
1953 (png_load, my_error_exit, jpeg_load):
1954 * process.c (send_process_trap, send_process):
1955 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
1956 The underscored versions are up to 30x faster on some hosts.
1957 Formerly, the code used setjmp+longjmp sometimes and
1958 _setjmp+_longjmp at other times, with no particular reason to
1959 prefer setjmp+longjmp.
1960
1961 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1962
1963 Fix minor problem found by static checking.
1964 * buffer.c (Fdelete_all_overlays): Return nil.
1965
1966 2012-09-03 Martin Rudalics <rudalics@gmx.at>
1967
1968 * buffer.c (Fdelete_all_overlays): New function.
1969
1970 2012-09-03 Chong Yidong <cyd@gnu.org>
1971
1972 * gtkutil.c: Add extern decl for Qxft.
1973
1974 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
1975
1976 * emacs.c, eval.c: Use bool for boolean.
1977 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
1978 (malloc_using_checking) [DOUG_LEA_MALLOC]:
1979 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
1980 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
1981 (main, decode_env_path, Fdaemon_initialized):
1982 * eval.c (call_debugger, Finteractive_p, interactive_p):
1983 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
1984 (maybe_call_debugger, Fbacktrace):
1985 * process.c (read_process_output, exec_sentinel):
1986 Use bool for booleans.
1987 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
1988 All callers changed.
1989 * eval.c (interactive_p): Omit always-true boolean argument
1990 EXCLUDE_SUBRS_P. All callers changed.
1991 * dispextern.h, lisp.h: Reflect above API changes.
1992 * firstfile.c (dummy): Use the address of 'main', whose signature
1993 won't change, instead of the address of 'initialize', whose
1994 signature just changed from int to bool.
1995 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
1996 * msdos.c (fatal_error_in_progress): ... from here.
1997 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
1998 of incrementing it.
1999 (redisplay_internal, unwind_redisplay): Simply clear
2000 REDISPLAYING_P when unwinding, instead of saving its previous,
2001 always-false value and then restoring it.
2002
2003 Clean up some extern decls.
2004 Mostly, this hoists extern decls out of .c files and into .h files.
2005 That way, we're more likely to catch errors if the interfaces change.
2006 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
2007 declare xg_mark_data.
2008 * dispextern.h (x_frame_parm_handlers):
2009 * font.h (Qxft):
2010 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
2011 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
2012 (Qultra_bold, Qoblique, Qitalic):
2013 Move extern decl here from .c file.
2014 * alloc.c (xg_mark_data) [USE_GTK]:
2015 * doc.c (Qclosure):
2016 * eval.c (Qlexical_binding):
2017 * fns.c (time) [!HAVE_UNISTD_H]:
2018 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
2019 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
2020 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
2021 * lread.c (Qinternal_interpreter_environment):
2022 * minibuf.c (Qbuffer):
2023 * process.c (QCfamily, QCfilter):
2024 * widget.c (free_frame_faces):
2025 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
2026 * xfont.c (x_clear_errors):
2027 * xterm.c (x_frame_parm_handlers):
2028 Remove now-redundant extern decls.
2029 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
2030 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
2031 Now static.
2032 * xfaces.c: Remove unnecessary static decls.
2033 * xterm.c (updating_frame): Remove decl of nonexistent object.
2034
2035 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
2036 when building globals.h, as the objects that are not built on
2037 this host are not needed to compile C files on this host.
2038
2039 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2040
2041 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
2042
2043 * frame.h: Add missing prototype for x_wm_set_size_hint.
2044
2045 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
2046
2047 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
2048 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
2049 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
2050 (Fsubstitute_command_keys):
2051 * editfns.c (region_limit, find_field, Fconstrain_to_field)
2052 (save_excursion_save, save_excursion_restore)
2053 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
2054 (format_time_string, general_insert_function)
2055 (make_buffer_string, make_buffer_string_both)
2056 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
2057 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
2058 (copy_text, insert_1, insert_1_both, insert_from_string)
2059 (insert_from_string_before_markers, insert_from_string_1)
2060 (insert_from_buffer, insert_from_buffer_1, replace_range)
2061 (replace_range_2, del_range_1, del_range_byte, del_range_both)
2062 (del_range_2, modify_region):
2063 * intervals.c (intervals_equal, balance_possible_root_interval)
2064 (adjust_intervals_for_insertion, merge_properties_sticky)
2065 (graft_intervals_into_buffer, lookup_char_property)
2066 (adjust_for_invis_intang, set_point_both)
2067 (get_property_and_range, compare_string_intervals)
2068 (set_intervals_multibyte_1, set_intervals_multibyte):
2069 * keyboard.c (decode_timer):
2070 Use bool for boolean.
2071 * intervals.h, lisp.h, systime.h: Reflect above API changes.
2072 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
2073
2074 2012-09-02 Chong Yidong <cyd@gnu.org>
2075
2076 * keymap.c (push_key_description): Print M-TAB as C-M-i
2077 (Bug#11758).
2078
2079 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
2082 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
2083 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
2084 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
2085 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
2086 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
2087 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
2088
2089 2012-09-01 Eli Zaretskii <eliz@gnu.org>
2090
2091 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
2092 more than one grapheme cluster passed to the shaper: compute the
2093 offset adjustment values separately for each cluster. (Bug#11860)
2094
2095 * image.c: Restore mistakenly removed inclusion of w32.h. Without
2096 it, GCC doesn't see prototypes of w32_delayed_load, and complains
2097 about implicit conversions from integer to pointer.
2098
2099 2012-09-01 Daniel Colascione <dancol@dancol.org>
2100
2101 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
2102 system used too early.
2103
2104 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2105
2106 Better seed support for (random).
2107 * emacs.c (main): Call init_random.
2108 * fns.c (Frandom): Set the seed from a string argument, if given.
2109 Remove long-obsolete Gentzel cruft.
2110 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
2111 (init_random): New function.
2112
2113 2012-09-01 Daniel Colascione <dancol@dancol.org>
2114
2115 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
2116 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
2117 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
2118 x_wm_set_size_hint, x_query_colors, x_real_positions,
2119 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
2120 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
2121 all of which have been moved to common code.
2122
2123 * xfaces.c: Include TERM_HEADER instead of listing all possible
2124 window-system headers.
2125
2126 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
2127 to match header.
2128
2129 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
2130 directly accessing frame internals.
2131
2132 * w32font.h: Include font.h. Define syms_of_w32font and
2133 globals_of_w32font.
2134
2135 * process.c: Include TERM_HEADER instead of listing all possible
2136 window-system headers.
2137
2138 * nsterm.h: Remove declarations now in frame.h.
2139 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
2140
2141 * menu.c: Include TERM_HEADER instead of listing all possible
2142 window-system headers.
2143
2144 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
2145 window system.
2146
2147 * keyboard.c: Include TERM_HEADER instead of listing all possible
2148 window-system headers.
2149
2150 * image.c: Include TERM_HEADER instead of listing all possible
2151 window-system headers. Declare Vlibrary_cache when compiling for
2152 Windows.
2153
2154 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
2155 window system declarations.
2156
2157 * frame.h: Move common functions here: set_frame_menubar,
2158 x_set_window_size, x_sync, x_get_focus_frame,
2159 x_set_mouse_position, x_set_mouse_pixel_position,
2160 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
2161 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
2162 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
2163 x_activate_menubar, x_real_positions, x_bitmap_icon,
2164 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
2165 and x_query_colors.
2166
2167 * frame.c: Include TERM_HEADER instead of listing all possible
2168 window-system headers.
2169
2170 * font.c: Include TERM_HEADER instead of listing all possible
2171 window-system headers.
2172
2173 * emacs.c: Include TERM_HEADER.
2174
2175 * dispnew.c: Include TERM_HEADER instead of listing all possible
2176 window-system headers.
2177
2178 * ccl.h: Include character.h.
2179
2180 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
2181 the current window system; include in list of objects to link into
2182 Emacs.
2183
2184 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2185
2186 Remove mark_ttys function and fix tty_display_info initialization.
2187 * lisp.h (mark_ttys): Remove prototype.
2188 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
2189 to mark_ttys because all possible values of 'top_frame' slot are
2190 the frames which are reachable from Vframe_list.
2191 * term.c (mark_ttys): Remove.
2192 (init_tty): Safely initialize 'top_frame' slot with Qnil.
2193
2194 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2195
2196 Change struct frame bitfields from unsigned char to unsigned.
2197 * frame.h (struct frame): Change type of 'display_preempted',
2198 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
2199 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
2200 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
2201 bitfields from unsigned char to unsigned.
2202
2203 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2204
2205 Remove unused member of struct x_output and struct w32_output.
2206 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
2207 * w32term.h (struct w32_output): Likewise.
2208
2209 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
2210
2211 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
2212 does not become zero (Bug#12234).
2213
2214 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
2215
2216 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
2217 for GCC 4.7.1 x86-64.
2218
2219 2012-08-30 Glenn Morris <rgm@gnu.org>
2220
2221 * lread.c (init_lread): For out-of-tree builds, only add the
2222 source directory's site-lisp dir to the load-path if it exists,
2223 consistent with in-tree builds. (Bug#12302)
2224
2225 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
2226
2227 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
2228 button_values to NULL. Call setStykeMask so dialogs get a close button.
2229 (windowShouldClose:): Set window_closed.
2230 (dealloc): New member, free button_values.
2231 (process_dialog:): Make member function. Remove window argument,
2232 replace window with self. Count buttons and allocate and store values
2233 in button_values.
2234 (addButton:value:row:): value is int with the name tag. Call setTag
2235 with tag. Remove return self, declare return value as void.
2236 (addString:row:): Remove return self, declare return value as void.
2237 (addSplit): Remove return self, declare return value as void.
2238 (clicked:): Remove return self, declare return value as void.
2239 Set dialog_return to button_values[seltag]. Code formatting change.
2240 (initFromContents:isQuestion:): Adjust call to process_dialog.
2241 Code formatting change.
2242 (timeout_handler:): Set timer_fired to YES.
2243 (runDialogAt:): Set timer_fired to NO.
2244 Handle click on close button as quit.
2245
2246 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
2247 Add window_closed and button_values. Add void as return value for
2248 add(Button|String|Split). addButton takes int instead of Lisp_Object.
2249 Add process_dialog as new member.
2250
2251 2012-08-28 Eli Zaretskii <eliz@gnu.org>
2252
2253 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
2254 is not one of the heaps we manage. (Bug#12242)
2255
2256 2012-08-28 Glenn Morris <rgm@gnu.org>
2257
2258 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
2259
2260 2012-08-28 Martin Rudalics <rudalics@gmx.at>
2261
2262 * window.c (Fset_window_configuration): Remove handling of
2263 auto-buffer-name window parameter. Install revision of reverted
2264 fix.
2265
2266 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
2267
2268 Do not allow to set major mode for a dead buffer.
2269 * buffer.c (Fset_buffer_major_mode): Signal an error
2270 if the buffer is dead.
2271 (Fother_buffer, other_buffer_safely): Remove redundant
2272 nested declaration.
2273
2274 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
2275
2276 Always use set_buffer_if_live to restore original buffer at unwind.
2277 * buffer.h (record_unwind_current_buffer): New function.
2278 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
2279 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
2280 * undo.c, window.c: Adjust users.
2281 * buffer.c (set_buffer_if_live): Fix comment.
2282
2283 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
2284
2285 Fix usage of set_buffer_internal.
2286 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
2287 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
2288 * coding.c (decode_coding): Omit redundant test.
2289 * fileio.c (decide_coding_unwind): Likewise.
2290 * fns.c (secure_hash): Likewise.
2291 * insdel.c (modify_region): Likewise.
2292 * keyboard.c (command_loop_1): Likewise.
2293 * print.c (PRINTFINISH): Likewise.
2294 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
2295
2296 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
2297
2298 * dispnew.c: Use bool for boolean.
2299 (frame_garbaged, display_completed, delayed_size_change)
2300 (fonts_changed_p, add_window_display_history)
2301 (add_frame_display_history, verify_row_hash)
2302 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
2303 (row_equal_p, realloc_glyph_pool)
2304 (allocate_matrices_for_frame_redisplay)
2305 (showing_window_margins_p)
2306 (adjust_frame_glyphs_for_frame_redisplay)
2307 (build_frame_matrix_from_leaf_window, make_current)
2308 (mirrored_line_dance, mirror_line_dance, update_frame)
2309 (update_window_tree, update_single_window)
2310 (check_current_matrix_flags, update_window, update_text_area)
2311 (update_window_line, set_window_update_flags, scrolling_window)
2312 (update_frame_1, scrolling, buffer_posn_from_coords)
2313 (do_pending_window_change, change_frame_size)
2314 (change_frame_size_1, sit_for):
2315 Use bool for boolean.
2316 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
2317 and remove last int (actually boolean) argument, which was always 0.
2318 All callers changed.
2319 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
2320 * dispextern.h (struct composition_it): Use bool for boolean.
2321 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
2322 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
2323 * dired.c (file_name_completion):
2324 Use bool for boolean. (This was missed in an earlier change.)
2325
2326 2012-08-27 Martin Rudalics <rudalics@gmx.at>
2327
2328 * window.c (Fset_window_configuration): Revert first part of
2329 last change.
2330
2331 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
2332
2333 * nsterm.h (NSPanel): New class variable dialog_return.
2334
2335 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
2336 Initialize dialog_return.
2337 (windowShouldClose:): Use stop instead of stopModalWithCode.
2338 (clicked:): Ditto, and also set dialog_return (Bug#12258).
2339 (timeout_handler:): Use stop instead of abortModal. Send a dummy
2340 event.
2341 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
2342 modal loop returns.
2343
2344 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
2345
2346 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
2347 * composite.c (find_composition, composition_gstring_p)
2348 (composition_reseat_it, find_automatic_composition):
2349 * data.c (let_shadows_buffer_binding_p)
2350 (let_shadows_global_binding_p, set_internal, make_blv)
2351 (Fmake_variable_buffer_local, Fmake_local_variable)
2352 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
2353 (cons_to_signed, arith_driver):
2354 * dbusbind.c (xd_in_read_queued_messages):
2355 * dired.c (directory_files_internal, file_name_completion):
2356 Use bool for booleans.
2357 * dired.c (file_name_completion):
2358 * process.h (fd_callback):
2359 Omit int (actually boolean) argument. It wasn't being used.
2360 All uses changed.
2361 * composite.h, lisp.h: Reflect above API changes.
2362
2363 * cmds.c, coding.c: Use bool for booleans.
2364 * cmds.c (move_point, Fself_insert_command):
2365 * coding.h (struct composition status, struct coding_system):
2366 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
2367 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
2368 (emacs_mule_char, decode_coding_emacs_mule)
2369 (encode_coding_emacs_mule, detect_coding_iso_2022)
2370 (decode_coding_iso_2022, encode_invocation_designation)
2371 (encode_designation_at_bol, encode_coding_iso_2022)
2372 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
2373 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
2374 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
2375 (encode_coding_raw_text, detect_coding_charset)
2376 (decode_coding_charset, encode_coding_charset, detect_eol)
2377 (detect_coding, get_translation_table, produce_chars)
2378 (consume_chars, reused_workbuf_in_use)
2379 (make_conversion_work_buffer, code_conversion_save)
2380 (decode_coding_object, encode_coding_object)
2381 (detect_coding_system, char_encodable_p)
2382 (Funencodable_char_position, code_convert_region)
2383 (code_convert_string, code_convert_string_norecord)
2384 (Fset_coding_system_priority):
2385 * fileio.c (Finsert_file_contents):
2386 Use bool for booleans.
2387 * coding.h, lisp.h: Reflect above API changes.
2388 * coding.c: Remove unnecessary static function decls.
2389 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
2390 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
2391 not a boolean 'int', since callers never look at the return value.
2392 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
2393 * coding.h (decoding_buffer_size, encoding_buffer_size)
2394 (emacs_mule_string_char): Remove unused extern decls.
2395 (struct iso_2022_spec, struct coding_system):
2396 Use 'unsigned int : 1' for boolean fields, since there's more than one.
2397 (struct emacs_mule_spec): Remove unused field 'full_support'.
2398 All initializations removed.
2399 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
2400
2401 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2402
2403 Fix spare memory change (Bug#12286).
2404 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
2405 (valid_lisp_object_p): Likewise.
2406
2407 2012-08-27 Martin Rudalics <rudalics@gmx.at>
2408
2409 * window.c (Fset_window_configuration): Record any window's old
2410 buffer if it's replaced (see Bug#8789). If the new current
2411 buffer doesn't appear in the selected window, go to its old
2412 point (Bug#12208).
2413
2414 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2415
2416 Special MEM_TYPE_SPARE to denote reserved memory.
2417 * alloc.c (enum mem_type): New memory type.
2418 (refill_memory_reserve): Use new type for spare memory.
2419 This prevents live_cons_p and live_string_p from incorrect
2420 detection of uninitialized objects from spare memory as live.
2421
2422 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2423
2424 Spelling fixes.
2425 * Makefile.in (.PHONY): versioclean -> versionclean.
2426
2427 Remove unused external symbols.
2428 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
2429 * window.c (Qwindow_valid_p, decode_valid_window):
2430 Now static, not extern.
2431 * data.c (Qinterval): Remove; unused.
2432 (syms_of_data): Do not define 'interval'.
2433 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
2434 * window.h (decode_valid_window):
2435 Remove decls.
2436
2437 * character.c, charset.c, chartab.c: Use bool for booleans.
2438 * character.c (lisp_string_width, string_count_byte8)
2439 (string_escape_byte8):
2440 * charset.c (charset_map_loaded, load_charset_map, read_hex):
2441 (load_charset_map_from_file, map_charset_chars)
2442 (Fdefine_charset_internal, define_charset_internal)
2443 (Fdeclare_equiv_charset, find_charsets_in_text)
2444 (Ffind_charset_region, char_charset, Fiso_charset):
2445 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
2446 (sub_char_table_set, sub_char_table_set_range)
2447 (char_table_set_range, optimize_sub_char_table)
2448 (map_sub_char_table):
2449 Use bool for boolean.
2450 * character.c (str_to_unibyte): Omit last boolean argument; it was
2451 always 0. All callers changed.
2452 * character.h, charset.h: Adjust to match previous changes.
2453 * character.h (char_printable_p): Remove decl of nonexistent function.
2454 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
2455 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
2456 are all boolean, so make them single-bit bitfields.
2457
2458 * lisp.h (ASET): Remove attempt to detect side effects.
2459 It was meant to be temporary and it often doesn't work,
2460 because when IDX has side effects the behavior of IDX==IDX
2461 is undefined. See Stefan Monnier in
2462 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
2463
2464 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2465
2466 * lisp.h (functionp): New function (extracted from Ffunctionp).
2467 (FUNCTIONP): Use it.
2468 * eval.c (Ffunctionp): Use it.
2469
2470 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2471
2472 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
2473 as that's faster and simpler than static storage. Don't bother
2474 with the g_main_context_query overhead if g_main_context_pending
2475 says no events are pending.
2476 (gfds, gfds_size): Remove these static vars.
2477 (xgselect_initialize): Remove; no longer needed.
2478 All uses and decls removed.
2479
2480 * emacs.c (fatal_error_signal_hook): Remove.
2481 All uses removed. This leftover from old code was always 0.
2482
2483 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
2484 * casefiddle.c (casify_object, casify_region):
2485 * casetab.c (set_case_table):
2486 * category.c, category.h (word_boundary_p):
2487 * category.h (CHAR_HAS_CATEGORY):
2488 Use bool for booleans, instead of int.
2489
2490 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2491
2492 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
2493
2494 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2495
2496 On assertion failure, print backtrace if available.
2497 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
2498 (die) [ENABLE_CHECKING]: Print a backtrace if available.
2499 * Makefile.in (LIB_EXECINFO): New macro.
2500 (LIBES): Use it.
2501
2502 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
2503 * bytecode.c (exec_byte_code):
2504 * callint.c (check_mark, Fcall_interactively):
2505 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
2506 (getenv_internal, sync_process_alive, call_process_exited):
2507 * lisp.h (USE_SAFE_ALLOCA):
2508 Use bool for booleans, instead of int.
2509 * lisp.h, process.h: Adjust prototypes to match above changes.
2510 * callint.c (Fcall_interactively): Don't assume the mark's
2511 offset fits in 'int'.
2512
2513 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2514
2515 * buffer.c, buffer.h: Use bool for boolean.
2516 * buffer.c (reset_buffer_local_variables)
2517 (buffer_lisp_local_variables, Fset_buffer_modified_p)
2518 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
2519 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
2520 (overlay_touches_p, overlay_strings, Foverlay_put)
2521 (report_overlay_modification, call_overlay_mod_hooks):
2522 (mmap_enlarge, mmap_set_vars):
2523 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
2524 Use bool for booleans, instead of int.
2525 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
2526 since the 1-or-0 return value is always ignored anyway.
2527 (mmap_initialized_p):
2528 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
2529 * buffer.h, lisp.h: Adjust prototypes to match above changes.
2530
2531 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
2532
2533 * bidi.c: Use bool for boolean.
2534 This is a bit more readable, and makes the text segment of bidi.o
2535 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
2536 Presumably it's faster too.
2537 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
2538 Now bool.
2539 (bidi_cache_find_level_change, bidi_cache_iterator_state)
2540 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
2541 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
2542 (bidi_explicit_dir_char, bidi_level_of_next_char)
2543 (bidi_find_other_level_edge, bidi_move_to_visually_next):
2544 Use bool for booleans, instead of int.
2545 * dispextern.h (bidi_init_it, bidi_paragraph_init)
2546 (bidi_unshelve_cache): Adjust decls to match code.
2547
2548 2012-08-23 Martin Rudalics <rudalics@gmx.at>
2549
2550 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
2551 argument.
2552
2553 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
2554
2555 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
2556 * atimer.h: Include <stdbool.h>.
2557
2558 2012-08-22 Dan Nicolaescu <dann@gnu.org>
2559
2560 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
2561 compile time tests instead of run time tests on systems that do
2562 not use them.
2563 (FRAME_MAC_P): Remove leftover from deleted code.
2564 * frame.c (syms_of_frame): Remove leftover from deleted code.
2565
2566 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
2567
2568 * nsterm.m (insertText:): Don't clear modifiers if code is space.
2569
2570 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
2571
2572 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
2573 Otherwise, the compiler complains about (A?B:C) where B is void
2574 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
2575 (fontset_add): Return void, for FONTSET_ADD.
2576
2577 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2578
2579 * alloc.c: Use bool for booleans.
2580 (gc_in_progress, abort_on_gc)
2581 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
2582 (dont_register_blocks) [GC_MALLOC_CHECK]:
2583 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
2584 (check_string_bytes, make_specified_string, memory_full)
2585 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
2586 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
2587 (mark_stack, valid_pointer_p, make_pure_string)
2588 (Fgarbage_collect, survives_gc_p, gc_sweep):
2589 Use bool for booleans, instead of int.
2590 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
2591 Remove unused local.
2592 * alloc.c (PURE_POINTER_P):
2593 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
2594 * editfns.c (Fformat):
2595 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
2596 (Fdo_auto_save):
2597 * fns.c (sweep_weak_table):
2598 * lisp.h (suppress_checking, push_message, survives_gc_p)
2599 (make_pure_string, gc_in_progress, abort_on_gc):
2600 * lread.c (readchar, read1):
2601 * print.c (Fprin1_to_string):
2602 * xdisp.c (push_message):
2603 Use bool for booleans affected directly or indirectly by
2604 alloc.c's changes.
2605
2606 Make recently-introduced setters macros.
2607 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
2608 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
2609 (set_fontset_default, set_fontset_fallback): Rename from their
2610 upper-case counterparts, and make them functions rather than macros.
2611 This is more consistent with the other recently-introduced setters.
2612 These don't need to be inline, since they're local.
2613
2614 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
2615
2616 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
2617 the loop (Bug#12247).
2618
2619 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2620
2621 * lisp.h (vcopy): Use memcpy rather than our own loop.
2622 This fixes a performance regression introduced by the recent
2623 addition of vcopy. This means 'vcopy' will need to be modified
2624 for a copying collector, but that's OK. Also, tighten the
2625 checking in the assertion.
2626
2627 2012-08-21 Eli Zaretskii <eliz@gnu.org>
2628
2629 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
2630 components for RTL text (Bug#11860). Adjust X-OFFSET of each
2631 non-base glyph for the width of the base character, according to
2632 what x_draw_composite_glyph_string_foreground expects.
2633 Generate WADJUST value according to composition_gstring_width's
2634 expectations, to produce correct width of the composed character.
2635 Reverse the sign of the DU offset produced by ScriptPlace.
2636
2637 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2638
2639 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
2640
2641 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
2642
2643 Avoid direct writes to contents member of struct Lisp_Vector.
2644 * lisp.h (vcopy): New function to copy data into vector.
2645 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
2646 * fns.c (Ffillarray): Use ASET.
2647 * keyboard.c (timer_check_2): Use AREF and ASET.
2648 (append_tool_bar_item, Frecent_keys): Use vcopy.
2649 * lread.c (read_vector): Use ASET.
2650 * msdos.c (Frecent_doskeys): Use vcopy.
2651 * xface.c (Finternal_copy_lisp_face): Use vcopy.
2652 (Finternal_merge_in_global_face): Use ASET and vcopy.
2653 * xfont.c (xfont_list_pattern): Likewise.
2654
2655 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2656
2657 * window.c (Fwindow_point): For the selected window always return
2658 the position of its buffer's point.
2659 (Fset_window_point): For the selected window always go in its
2660 buffer to the specified position.
2661
2662 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
2663
2664 Setter macros for fontsets.
2665 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
2666 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
2667 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
2668 Adjust users.
2669
2670 2012-08-20 Glenn Morris <rgm@gnu.org>
2671
2672 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
2673 Don't assume that `ln -f' works.
2674
2675 2012-08-20 Eli Zaretskii <eliz@gnu.org>
2676
2677 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
2678 and later about non-assignments with no effect. See discussion at
2679 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
2680 details.
2681
2682 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2683
2684 Inline setter functions for Lisp_Objects slots of struct specbinding.
2685 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
2686 Adjust users.
2687
2688 2012-08-20 Martin Rudalics <rudalics@gmx.at>
2689
2690 * window.c (select_window): Always make selected window's buffer
2691 current.
2692
2693 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2694
2695 Use AREF and ASET for docstrings of category tables.
2696 * category.h (CATEGORY_DOCSTRING): Use AREF.
2697 (SET_CATEGORY_DOCSTRING): Use ASET.
2698 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
2699
2700 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2701
2702 Inline setter functions for hash table members.
2703 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
2704 (set_hash_hash, set_hash_index): Rename with _slot suffix.
2705 (set_hash_key_and_value, set_hash_index, set_hash_next)
2706 (set_hash_hash): New functions.
2707 * charset.c, fns.c: Adjust users.
2708
2709 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2710
2711 Inline getter and setter functions for per-buffer values.
2712 * buffer.h (per_buffer_default, set_per_buffer_default)
2713 (per_buffer_value, set_per_buffer_value): New functions.
2714 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
2715 * buffer.c, data.c: Adjust users.
2716
2717 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
2720
2721 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2722
2723 Rely on <config.h> + <unistd.h> to declare 'environ',
2724 as gnulib does this if the system doesn't.
2725 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
2726 Remove declaration. MS-Windows declares it on stdlib.h which is
2727 included by conf_post.h.
2728 * emacs.c (environ) [DOUG_LEA_MALLOC]:
2729 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
2730 * vm-limit.c: Include <unistd.h>, for 'environ'.
2731
2732 * unexaix.c, unexcoff.c: Include "mem-limits.h".
2733 (start_of_data): Remove decl; mem-limits.h provides it.
2734
2735 * xdisp.c (handle_invisible_prop): Make it a bit faster
2736 and avoid a gcc -Wmaybe-uninitialized diagnostic.
2737
2738 2012-08-19 Chong Yidong <cyd@gnu.org>
2739
2740 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
2741 ends (Bug#3874).
2742
2743 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
2744
2745 * .gdbinit: Use call instead of set when calling a function in the
2746 inferior.
2747
2748 * data.c (set_internal): Don't use set_blv_found.
2749 (Fkill_local_variable): Likewise.
2750
2751 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
2752
2753 * nsfont.m (ns_ascii_average_width): Ensure the string
2754 ascii_printable is initialized with a null-terminated character
2755 array. Otherwise, it can contain undesired extra characters.
2756
2757 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2758
2759 port new setting code to Sun C 5.8 2005/10/13
2760 * chartab.c, lisp.h (char_table_set, char_table_set_range):
2761 Return void, not Lisp_Object. Otherwise, the compiler
2762 complains about (A?B:C) where B is void and C is Lisp_Object
2763 when compiling CHAR_TABLE_SET, due to the recent change to
2764 the API of sub_char_table_set_contents.
2765
2766 2012-08-18 Chong Yidong <cyd@gnu.org>
2767
2768 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
2769 for the string case (Bug#3874).
2770
2771 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2772
2773 * buffer.h (BSET): Remove (Bug#12215).
2774 Replace all uses with calls to new setter functions.
2775 (bset_bidi_paragraph_direction, bset_case_canon_table)
2776 (bset_case_eqv_table, bset_directory, bset_display_count)
2777 (bset_display_time, bset_downcase_table)
2778 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
2779 (bset_last_selected_window, bset_local_var_alist)
2780 (bset_mark_active, bset_point_before_scroll, bset_read_only)
2781 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
2782 (bset_width_table):
2783 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
2784 (bset_auto_fill_function, bset_auto_save_file_format)
2785 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
2786 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
2787 (bset_cache_long_line_scans, bset_case_fold_search)
2788 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
2789 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
2790 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
2791 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
2792 (bset_header_line_format, bset_indicate_buffer_boundaries)
2793 (bset_indicate_empty_lines, bset_invisibility_spec)
2794 (bset_left_fringe_width, bset_major_mode, bset_mark)
2795 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
2796 (bset_name, bset_overwrite_mode, bset_pt_marker)
2797 (bset_right_fringe_width, bset_save_length)
2798 (bset_scroll_bar_width, bset_scroll_down_aggressively)
2799 (bset_scroll_up_aggressively, bset_selective_display)
2800 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
2801 (bset_word_wrap, bset_zv_marker):
2802 * category.c (bset_category_table):
2803 * syntax.c (bset_syntax_table):
2804 New setter functions.
2805
2806 * process.h (PSET): Remove (Bug#12215).
2807 Replace all uses with calls to new setter functions.
2808 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2809 (PROCESS_INLINE): New macro.
2810 (pset_childp): New setter function.
2811 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
2812 * process.c (PROCESS_INLINE):
2813 Define to EXTERN_INLINE, so that the corresponding functions
2814 are compiled into code.
2815 (pset_buffer, pset_command, pset_decode_coding_system)
2816 (pset_decoding_buf, pset_encode_coding_system)
2817 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
2818 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
2819 (pset_type, pset_write_queue): New setter functions.
2820
2821 * window.h (WSET): Remove (Bug#12215).
2822 Replace all uses with calls to new setter functions.
2823 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2824 (WINDOW_INLINE): New macro.
2825 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
2826 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
2827 (wset_total_lines, wset_vertical_scroll_bar)
2828 (wset_window_end_pos, wset_window_end_valid)
2829 (wset_window_end_vpos): New setter functions.
2830 * window.c (WINDOW_INLINE):
2831 Define to EXTERN_INLINE, so that the corresponding functions
2832 are compiled into code.
2833 (wset_combination_limit, wset_dedicated, wset_display_table)
2834 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
2835 (wset_new_normal, wset_new_total, wset_next_buffers)
2836 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
2837 (wset_prev_buffers, wset_right_fringe_width)
2838 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
2839 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
2840 (wset_window_parameters):
2841 * xdisp.c (wset_base_line_number, wset_base_line_pos)
2842 (wset_column_number_displayed, wset_region_showing):
2843 New setter functions.
2844
2845 * termhooks.h (TSET): Remove (Bug#12215).
2846 Replace all uses with calls to new setter functions.
2847 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2848 (TERMHOOKS_INLINE): New macro.
2849 (tset_charset_list, tset_selection_alist): New setter functions.
2850 * terminal.c (TERMHOOKS_INLINE):
2851 Define to EXTERN_INLINE, so that the corresponding functions
2852 are compiled into code.
2853 (tset_param_alist): New setter function.
2854
2855 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
2856
2857 * keyboard.h (KSET): Remove (Bug#12215).
2858 Replace all uses with calls to new setter functions.
2859 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2860 (KEYBOARD_INLINE): New macro.
2861 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
2862 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
2863 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
2864 New setter functions.
2865 * keyboard.c (KEYBOARD_INLINE):
2866 Define to EXTERN_INLINE, so that the corresponding functions
2867 are compiled into code.
2868 (kset_echo_string, kset_kbd_queue)
2869 (kset_keyboard_translate_table, kset_last_prefix_arg)
2870 (kset_last_repeatable_command, kset_local_function_key_map)
2871 (kset_overriding_terminal_local_map, kset_real_last_command)
2872 (kset_system_key_syms): New setter functions.
2873
2874 * frame.h (FSET): Remove (Bug#12215).
2875 Replace all uses with calls to new setter functions.
2876 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2877 (FRAME_INLINE): New macro.
2878 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
2879 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
2880 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
2881 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
2882 (fset_param_alist, fset_root_window, fset_scroll_bars)
2883 (fset_selected_window, fset_title, fset_tool_bar_items)
2884 (fset_tool_bar_position, fset_tool_bar_window): New functions.
2885 * frame.c (FRAME_INLINE):
2886 Define to EXTERN_INLINE, so that the corresponding functions
2887 are compiled into code.
2888 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
2889
2890 A few more naming-convention fixes for getters and setters.
2891 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
2892 and rename from buffer_overlays_set_before.
2893 (set_buffer_overlays_after): Move here from buffer.h, and rename
2894 from buffer_overlays_set_after.
2895 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
2896 All uses changed.
2897 (set_buffer_intervals): Rename from buffer_set_intervals.
2898 * intervals.c (set_interval_object): Move here from intervals.h,
2899 and rename from interval_set_object.
2900 (set_interval_left): Move here from intervals.h, and rename from
2901 interval_set_left.
2902 (set_interval_right): Move here from intervals.h, and rename from
2903 interval_set_right.
2904 (copy_interval_parent): Move here from intervals.h, and rename from
2905 interval_copy_parent.
2906 * intervals.h (set_interval_parent): Rename from interval_set_parent.
2907 (set_interval_plist): Rename from interval_set_plist.
2908 Return void, not Lisp_Object, since no caller uses the result.
2909 * lisp.h (string_intervals): Rename from string_get_intervals.
2910 (set_string_intervals): Rename from string_set_intervals.
2911
2912 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
2913 (set_char_table_contents): Rename from char_table_set_contents.
2914 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
2915 All uses changed. See the end of
2916 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
2917
2918 * lisp.h (CSET): Remove (Bug#12215).
2919 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
2920 (set_char_table_purpose): New functions,
2921 replacing CSET. All uses changed. For example, replace
2922 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
2923 "set_char_table_parent (char_table, parent);".
2924 The old version was confusing because it used the same name
2925 'parent' for two different things.
2926
2927 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
2928
2929 Functions to get and set Lisp_Object fields of buffer-local variables.
2930 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
2931 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
2932 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
2933 * data.c, eval.c, frame.c: Adjust users.
2934
2935 2012-08-17 Chong Yidong <cyd@gnu.org>
2936
2937 * xfaces.c (merge_face_vectors): If the target font specfies a
2938 font spec, make the font's attributes take precedence over
2939 directly-specified attributes.
2940 (merge_face_ref): Recognize :font.
2941
2942 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
2943
2944 Do not use memcpy for copying intervals.
2945 * intervals.c (reproduce_interval): New function.
2946 (reproduce_tree, reproduce_tree_obj): Use it.
2947 (reproduce_tree_obj): Remove prototype.
2948
2949 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
2950
2951 * lisp.h (duration_to_sec_usec): Remove unused decl.
2952
2953 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
2954
2955 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
2956 to an allocated instance of NSString, not to the class itself.
2957
2958 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * makefile.w32-in (C_CTYPE_H): New macro.
2961 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
2962 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
2963 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
2964
2965 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
2966
2967 Use ASCII tests for character types.
2968 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
2969 * xfns.c, xterm.c:
2970 Don't include <ctype.h>; was not needed.
2971 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
2972 * sysdep.c, xfaces.c:
2973 Include <c-ctype.h> instead of <ctype.h>.
2974 * nsterm.m: Include <c-ctype.h>.
2975 * charset.c (read_hex):
2976 * doc.c (Fsnarf_documentation):
2977 * fileio.c (IS_DRIVE) [WINDOWSNT]:
2978 (DRIVE_LETTER) [DOS_NT]:
2979 (Ffile_name_directory, Fexpand_file_name)
2980 (Fsubstitute_in_file_name):
2981 * font.c (font_parse_xlfd, font_parse_fcname):
2982 * frame.c (x_set_font_backend):
2983 * gtkutil.c (xg_get_font):
2984 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
2985 * nsimage.m (hexchar):
2986 * nsterm.m (ns_xlfd_to_fontname):
2987 * sysdep.c (system_process_attributes):
2988 * xfaces.c (hash_string_case_insensitive):
2989 Use C-locale tests instead of locale-specific tests for character
2990 types, since we want the ASCII interpretation here, not the
2991 interpretation suitable for whatever happens to be the current locale.
2992
2993 2012-08-16 Martin Rudalics <rudalics@gmx.at>
2994
2995 Consistently check windows for validity/liveness
2996 (Bug#11984, Bug#12025, Bug#12026).
2997 * lisp.h (CHECK_VALID_WINDOW): New macro.
2998 * window.c (decode_window): Rename to decode_live_window.
2999 (decode_valid_window, Fwindow_valid_p): New functions.
3000 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
3001 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
3002 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
3003 (Fwindow_prev_sibling, Fwindow_combination_limit)
3004 (Fset_window_combination_limit, Fwindow_use_time)
3005 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
3006 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
3007 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
3008 (Fwindow_hscroll, Fset_window_hscroll)
3009 (Fwindow_redisplay_end_trigger)
3010 (Fset_window_redisplay_end_trigger, Fwindow_edges)
3011 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
3012 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
3013 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
3014 (Fwindow_end, Fset_window_point, Fset_window_start)
3015 (Fpos_visible_in_window_p, Fwindow_line_height)
3016 (Fwindow_dedicated_p, Fset_window_dedicated_p)
3017 (Fwindow_prev_buffers, Fset_window_prev_buffers)
3018 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
3019 (Fset_window_parameter, Fwindow_display_table)
3020 (Fset_window_display_table, Fdelete_other_windows_internal)
3021 (Fset_window_buffer, Fset_window_new_total)
3022 (Fset_window_new_normal, Fdelete_window_internal)
3023 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
3024 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
3025 (Fwindow_scroll_bars): Check whether argument window is a valid or
3026 live window. Update doc-strings.
3027 (syms_of_window): New symbol Qwindow_valid_p.
3028 * keyboard.c (Fposn_at_x_y): Check whether argument
3029 frame_or_window denotes a valid window.
3030
3031 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
3032
3033 Fix previous char table change.
3034 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
3035 * chartab.c (optimize_sub_char_table): Likewise.
3036
3037 2012-08-16 Chong Yidong <cyd@gnu.org>
3038
3039 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
3040
3041 * xfont.c (xfont_open):
3042 * xftfont.c (xftfont_open): Set the font's max_width field.
3043
3044 * nsfont.m (nsfont_open): Similar to the Xft backend, set
3045 min_width to space_width and average_width to the average over
3046 printable ASCII characters.
3047 (ns_char_width): Code cleanup.
3048 (ns_ascii_average_width): New utility function.
3049
3050 * font.h (struct font): Update comments.
3051
3052 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
3053
3054 Simple interface to set Lisp_Object fields of character tables.
3055 * lisp.h (CSET): New macro.
3056 (char_table_set_extras, char_table_set_contents)
3057 (sub_char_table_set_contents): New function.
3058 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
3059 * syntax.c: Adjust users.
3060
3061 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * eval.c (eval_sub): Bind lexical-binding.
3064 * lread.c (Qlexical_binding): Make non-static.
3065
3066 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
3067
3068 * nsmenu.m (popupSession): Remove.
3069 (pop_down_menu): Remove endModalSession.
3070 (timeout_handler:): New method.
3071 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
3072 Call runModalForWindow. Check timer_fired when it returns.
3073 If not set, cancel timer and break out of loop.
3074 Otherwise loop again, with a new timeout.
3075
3076 * nsterm.m: Include fcntl.h if present.
3077 (fd_entry, t_readfds, inNsSelect): Remove.
3078 (select_writefds, select_valid, select_timeout, selfds)
3079 (select_mutex, apploopnr): Add.
3080 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
3081 Otherwise call kbd_buffer_store_event.
3082 (ns_send_appdefined): Remove release of fd_entry.
3083 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
3084 Increment and decrement apploopnr.
3085 (ns_select): If no file descriptors, just do a NSTimer.
3086 Otherwise copy read/write masks and start select thread (fd_handler).
3087 Start main loop and wait for application defined event.
3088 Inform select thread to stop selecting after main loop is exited.
3089 (ns_term_init): Create selfds pipe and set non-blocking.
3090 Initialize select_mutex. Start the select thread (fd_handler).
3091 (fd_handler:): Loop forever, wait for info from the main thread
3092 to either start or stop selecting. When select returns, send
3093 and appdefined event.
3094 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
3095 If not call kbd_buffer_store_event.
3096
3097 * nsterm.h (EmacsApp): fd_handler takes id argument.
3098 (EmacsDialogPanel): Add timer_fired and timeout_handler.
3099
3100 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
3101
3102 2012-08-15 Eli Zaretskii <eliz@gnu.org>
3103
3104 * region-cache.c (move_cache_gap): Update gap_len using the actual
3105 growth of the boundaries array. Do not change cache_len.
3106 (Bug#12196)
3107
3108 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
3109
3110 Generalize and cleanup font subsystem checks.
3111 * font.h (FONT_DEBUG, font_assert): Remove.
3112 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
3113 Change font_assert to eassert. Use eassert where appropriate.
3114
3115 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
3116
3117 * gtkutil.c (xg_get_font): Use pango_units_to_double.
3118
3119 2012-08-15 Chong Yidong <cyd@gnu.org>
3120
3121 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
3122 When using the new font chooser, use gtk_font_chooser_get_font_desc to
3123 extract the font descriptor instead of just the font name.
3124 In that case, return a font spec instead of a string.
3125 (x_last_font_name): Move to this file from xfns.c.
3126
3127 * xfns.c (Fx_select_font): The return value can also be a font
3128 spec. Move x_last_font_name management to gtkutil.c.
3129
3130 * xfaces.c: Make font weight and style symbols non-static.
3131
3132 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
3135 (bug#12117).
3136
3137 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * alloc.c (Fgarbage_collect): Use plural form consistently.
3140
3141 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3142
3143 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
3144 iteration through the command loop. Fixes a problem whereby mouse
3145 movements are ignored until the first mouse click.
3146
3147 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3148
3149 Use bool, not int, for Lisp booleans.
3150 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
3151 makes Emacs a bit smaller and presumably a bit faster.
3152 * lisp.h: Include <stdbool.h>.
3153 (struct Lisp_Boolfwd, defvar_bool):
3154 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
3155 * regex.c [!emacs]: Include <stdbool.h>.
3156 (false, true): Remove; <stdbool.h> does this for us now.
3157
3158 2012-08-14 Chong Yidong <cyd@gnu.org>
3159
3160 * character.c (Fcharacterp): Doc fix (Bug#12076).
3161
3162 * data.c (Findirect_variable): Doc fix (Bug#11040).
3163
3164 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
3165
3166 * editfns.c (Fformat): Doc fix (Bug#12059).
3167 (Fsave_current_buffer): Doc fix (Bug#11542).
3168
3169 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
3170
3171 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
3172 (bug#12022).
3173
3174 2012-08-14 Martin Rudalics <rudalics@gmx.at>
3175
3176 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
3177 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
3178 * minibuf.c (choose_minibuf_frame, read_minibuf):
3179 * w32fns.c (x_create_tip_frame):
3180 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
3181 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
3182
3183 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3184
3185 * intervals.c (offset_intervals): Remove obsolete comment.
3186
3187 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3188
3189 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
3190
3191 2012-08-14 Gergely Risko <gergely@risko.hu>
3192
3193 * coding.c (decode_coding): Record buffer modification before
3194 disabling undo_list (Bug#11773).
3195
3196 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
3197
3198 Revert and cleanup some recent overlay changes.
3199 * buffer.h (enum overlay_type): Remove.
3200 (buffer_get_overlays, buffer_set_overlays): Likewise.
3201 (buffer_set_overlays_before, buffer_set_overlays_after):
3202 New function. Adjust users.
3203 (unchain_both): Add eassert.
3204
3205 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
3206
3207 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
3208
3209 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3210
3211 * gtkutil.c (xg_mark_data): Don't assume C99.
3212
3213 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
3214
3215 * gtkutil.c (xg_frame_tb_info): New struct.
3216 (TB_INFO_KEY): New define.
3217 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
3218 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
3219 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
3220 if not present.
3221 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
3222 is up to date. Otherwise store new data.
3223 (free_frame_tool_bar): Free xg_frame_tb_info if present.
3224
3225 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
3226
3227 Use KSET for write access to Lisp_Object members of struct kboard.
3228 * keyboard.h (KSET): New macro.
3229 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
3230 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
3231 * xterm.c: Adjust users.
3232
3233 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
3234
3235 Use BSET for write access to Lisp_Object members of struct buffer.
3236 * buffer.h (BSET): New macro.
3237 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
3238 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
3239 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
3240 * window.c, xdisp.c, xfns.c: Adjust users.
3241
3242 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
3243
3244 * lread.c (syms_of_lread): Initialize Vlexical_binding.
3245
3246 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
3247
3248 * nsterm.m (not_in_argv): New function.
3249 (application:openFile, application:openTempFile:):
3250 (application:openFileWithoutUI:, application:openFiles:): Open file
3251 if not_in_argv returns non-zero (bug#12171).
3252
3253 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
3254 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
3255 Define for Gtk+ versions less than 3.2.
3256 (xg_get_font_name): Use those functions/macros here.
3257 Reported by Frans Oilinki <moilinki@gmail.com>.
3258
3259 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3260
3261 * unexmacosx.c (copy_data_segment): Copy initialized data in
3262 statically linked libraries from input file rather than memory.
3263
3264 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
3265 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
3266 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
3267
3268 2012-08-10 Glenn Morris <rgm@gnu.org>
3269
3270 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
3271 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
3272
3273 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3274
3275 Fix last change to allow compilation with low optimization levels.
3276 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
3277 Reported by Jan Djärv <jan.h.d@swipnet.se>.
3278
3279 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3280
3281 Use common inline syntax in intervals.h.
3282 * intervals.h (INTERVALS_INLINE): New macro.
3283 Change all users from LISP_INLINE.
3284
3285 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3286
3287 Define Qnone once for all platforms.
3288 * frame.c (Qnone): Define here.
3289 (syms_of_frame): DEFSYM it.
3290 * lisp.h (Qnone): New declaration.
3291 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
3292 * xfns.c: Remove duplication. Adjust users.
3293
3294 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3295
3296 Remove unused macros from intervals.h.
3297 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
3298 * intervals.c: Adjust comment.
3299
3300 2012-08-10 Eli Zaretskii <eliz@gnu.org>
3301
3302 * w32fns.c <w32_unicode_gui>: New static variable.
3303 (globals_of_w32fns): Initialize it according to os_subtype.
3304 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
3305 testing os_subtype.
3306
3307 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
3308 Eli Zaretskii <eliz@gnu.org>
3309
3310 Fix bug #10299 with Unicode characters sent by customized
3311 keyboards created by MSKLC.
3312 * w32fns.c (INIT_WINDOW_CLASS): New macro.
3313 (w32_init_class): Use it to initialize the Emacs class with either
3314 ANSI or Unicode API calls.
3315 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
3316 later.
3317 (w32_wnd_proc): If the character code sent by WM_CHAR or
3318 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
3319 original message. Call DefWindowProcW on NT and later.
3320
3321 2012-08-10 Glenn Morris <rgm@gnu.org>
3322
3323 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
3324
3325 * lisp.h (DIRECTORY_SEP): Let configure set it.
3326
3327 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
3328
3329 Use TSET for write access to Lisp_Object slots of struct terminal.
3330 * termhooks.h (TSET): New macro.
3331 * coding.c, terminal.c, xselect.c: Adjust users.
3332
3333 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
3336 the failing expression, include them in the error message.
3337 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
3338 * lisp.h (internal_condition_case_n): Update declaration.
3339
3340 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3341
3342 Inline functions to examine and change buffer overlays.
3343 * buffer.c (unchain_both): New function.
3344 * buffer.h (buffer_get_overlays, buffer_set_overlays):
3345 (buffer_has_overlays): New function.
3346 (enum overlay_type): New enum.
3347 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
3348 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
3349
3350 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3351
3352 Inline functions to examine and change buffer intervals.
3353 * alloc.c (mark_interval_tree): Remove.
3354 (MARK_INTERVAL_TREE): Simplify.
3355 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
3356 * intervals.c (buffer_balance_intervals): New function.
3357 (graft_intervals_into_buffer): Adjust indentation.
3358 (set_intervals_multibyte): Simplify.
3359 * buffer.h (BUF_INTERVALS): Remove.
3360 (buffer_get_intervals, buffer_set_intervals): New function.
3361 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
3362 * intervals.c, textprop.c: Adjust users.
3363
3364 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3365
3366 Inline functions to examine and change string intervals.
3367 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
3368 (string_get_intervals, string_set_intervals): New function.
3369 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
3370 * lread.c, print.c, textprop.c: Adjust users.
3371
3372 2012-08-08 Glenn Morris <rgm@gnu.org>
3373
3374 * lisp.mk (lisp): Remove language/persian.elc.
3375
3376 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3377
3378 Cleanup intervals.
3379 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
3380 (NULL_INTERVAL_P): Likewise. Adjust users.
3381 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
3382 Adjust comment. Move under #if 0.
3383 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
3384 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
3385
3386 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3387
3388 Check total length of intervals with eassert.
3389 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
3390 * intervals.c: Change all users to eassert.
3391
3392 2012-08-07 Eli Zaretskii <eliz@gnu.org>
3393
3394 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
3395 Rename fields to match removal of FGET and WGET and disuse of
3396 INTERNAL_FIELD in Lisp_Cons.
3397
3398 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3399
3400 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
3401 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
3402 name since all xname users are fixed long time ago. Do not
3403 use INTERNAL_FIELD.
3404 (set_symbol_name, set_symbol_function, set_symbol_plist):
3405 (set_symbol_next, set_overlay_plist): New function.
3406 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
3407 (struct Lisp_Overlay): Likewise.
3408 (CVAR, MVAR, SVAR): Remove.
3409 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
3410 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
3411 * xterm.c: Adjust users.
3412 * .gdbinit: Change to use name field of struct Lisp_Symbol
3413 where appropriate.
3414
3415 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3416
3417 Basic functions to set Lisp_Object and pointer slots of intervals.
3418 * intervals.h (interval_set_parent, interval_set_object):
3419 (interval_set_left, interval_set_right, interval_set_plist):
3420 (interval_copy_parent): New function.
3421 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
3422 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
3423 Adjust indentation.
3424 (INTERVAL_SIZE): Remove. Adjust users.
3425 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
3426
3427 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3428
3429 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
3430 * process.h (PGET): Remove.
3431 (struct Lisp_Process): Do not use INTERNAL_FIELD.
3432 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
3433
3434 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3435
3436 Drop WGET and revert read access to Lisp_Objects slots of struct window.
3437 * window.h (WGET): Remove.
3438 (struct window): Do not use INTERNAL_FIELD.
3439 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
3440 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
3441 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
3442 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
3443 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
3444 Adjust users.
3445
3446 2012-08-07 Chong Yidong <cyd@gnu.org>
3447
3448 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3449 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
3450 (Fdelete_window_internal): Signal an error if the window is not on
3451 a live frame (Bug#12025).
3452
3453 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3454
3455 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
3456 * frame.h (FGET): Remove.
3457 (struct frame): Do not use INTERNAL_FIELD.
3458 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
3459 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
3460 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
3461 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
3462
3463 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * w32.c: Silence compiler warnings.
3466 (map_w32_filename): Remove unused variable `is_fat'.
3467 (chase_symlinks): Add parentheses around expression.
3468
3469 2012-08-06 Glenn Morris <rgm@gnu.org>
3470
3471 * sysdep.c: Respect BROKEN_GETWD.
3472
3473 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
3474 Let configure handle it.
3475 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
3476
3477 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3478
3479 Use GCALIGNMENT where appropriate.
3480 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
3481 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
3482 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
3483
3484 2012-08-06 Eli Zaretskii <eliz@gnu.org>
3485
3486 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
3487 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
3488
3489 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * buffer.h (struct buffer): Revert `indirections' to a simple int;
3492 that should be sufficient for everyone.
3493
3494 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
3495
3496 * keyboard.c (timer_check_2): Add break so timer_check returns next
3497 timeout.
3498
3499 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3500
3501 Fix Windows build errors introduced after converting to WGET and WSET.
3502 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
3503 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3504
3505 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
3506
3507 * nsterm.m (ns_frame_rehighlight): Use FSET.
3508
3509 * nsmenu.m (ns_update_menubar): Use FSET.
3510
3511 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3512
3513 Separate read and write access to Lisp_Object slots of Lisp_Process.
3514 * process.h (PGET, PSET): New macros similar to AREF and ASET.
3515 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
3516
3517 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3518
3519 Separate read and write access to Lisp_Object slots of struct window.
3520 * window.h (WGET, WSET): New macros similar to AREF and ASET.
3521 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
3522 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
3523 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
3524 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
3525 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
3526 Adjust users.
3527
3528 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3529
3530 Fix Windows build errors introduced after converting to FGET and FSET.
3531 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
3532 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
3533 (w32_judge_scroll_bars): Change to use FSET.
3534 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3535
3536 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3537
3538 Fix replacement typo.
3539 * window.c (replace_window): Set root_window instead of
3540 selected_window. This fixes a total window subsystem
3541 malfunction reported by Bastien Guerry <bzg@gnu.org>.
3542
3543 2012-08-06 Glenn Morris <rgm@gnu.org>
3544
3545 * lisp.mk (lisp): Add language/persian.elc.
3546
3547 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3548
3549 Separate read and write access to Lisp_Object slots of struct frame.
3550 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
3551 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
3552 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
3553 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
3554 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
3555
3556 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
3557
3558 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
3559
3560 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3561
3562 Generalize common compile-time constants.
3563 * lisp.h (header_size, bool_header_size, word_size): Now here.
3564 (struct Lisp_Vector): Add comment.
3565 (struct Lisp_Bool_Vector): Move up to define handy constants.
3566 (VECSIZE, PSEUDOVECSIZE): Simplify.
3567 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
3568 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
3569 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
3570 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
3571 * xfont.c, xmenu.c: Use word_size where appropriate.
3572
3573 2012-08-05 Lawrence Mitchell <wence@gmx.li>
3574
3575 * search.c (Freplace_match): Treat \? in the replacement text
3576 literally (Bug#8161).
3577
3578 2012-08-05 Chong Yidong <cyd@gnu.org>
3579
3580 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
3581 * frame.c (Vdelete_frame_functions):
3582 * emacs.c (Vkill_emacs_hook): Doc fix.
3583
3584 2012-08-04 Eli Zaretskii <eliz@gnu.org>
3585
3586 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
3587 --with-x-toolkit=no builds.
3588 Reported by Carsten Mattner <carstenmattner@gmail.com>.
3589
3590 2012-08-04 Chong Yidong <cyd@gnu.org>
3591
3592 * syntax.c (Fmodify_syntax_entry): Doc fix.
3593
3594 2012-08-04 Eli Zaretskii <eliz@gnu.org>
3595
3596 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
3597 * w32.c (init_environment): Change the default values of many
3598 environment variables in dflt_envvars[] to NULL, to avoid pushing
3599 them into environment when they were not already defined.
3600 Remove the code that deletes site-lisp subdirectories from the default
3601 value of EMACSLOADPATH, as it is no longer needed.
3602 (check_windows_init_file): Now external, not static.
3603 Use Vload_path as is, without adding anything, as this function is now
3604 called when Vload_path is already set up.
3605
3606 * w32.h (check_windows_init_file): Add prototype.
3607
3608 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
3609 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
3610 compatibility with Posix platforms.
3611 (main): Move the call to check_windows_init_file to here from
3612 w32.c.
3613 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
3614 any, in the DEFALT argument into the root of the Emacs build or
3615 installation tree, as appropriate.
3616
3617 * callproc.c (init_callproc_1): Call decode_env_path instead of
3618 doing its equivalent by hand.
3619 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
3620 the code that sets Vexec_path run on MS-Windows.
3621
3622 * lread.c (init_lread): Add comments to #ifdef's.
3623
3624 * msdos.c (dos_set_window_size, IT_update_begin)
3625 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
3626 instead of direct references.
3627
3628 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
3629
3630 Export DEFAULT_REHASH_* to GDB.
3631 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
3632 Now constants, not macros.
3633
3634 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3635
3636 Remove unnecessary casts involving pointers.
3637 These casts are no longer needed now that we assume C89 or later,
3638 since they involve casting to or from void *.
3639 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
3640 (make_pure_float, make_pure_vector):
3641 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
3642 * macros.c (Fstart_kbd_macro):
3643 * menu.c (find_and_return_menu_selection):
3644 * minibuf.c (read_minibuf_noninteractive):
3645 * sysdep.c (closedir):
3646 * xdisp.c (x_produce_glyphs):
3647 * xfaces.c (compare_fonts_by_sort_order):
3648 * xfns.c (x_real_positions, select_visual):
3649 * xselect.c (x_stop_queuing_selection_requests)
3650 (x_get_window_property, x_get_window_property_as_lisp_data):
3651 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
3652 Remove unnecessary pointer casts.
3653 * alloc.c (record_xmalloc): New function.
3654 * lisp.h (record_xmalloc): New decl.
3655 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
3656 more like a function. This is because the pointer cast is not
3657 needed. All uses changed.
3658 * print.c (print_string, print_error_message): Avoid length recalc.
3659
3660 Improve fix for macroexp crash with debugging (Bug#12118).
3661 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
3662 ARRAY_MARK_FLAG when checking subscripts, because ASET is
3663 not supposed to be invoked from the garbage collector.
3664 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
3665 (gc_aset): New function, which is like ASET but can be
3666 used in the garbage collector.
3667 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
3668 (set_hash_index): Use it instead of ASET.
3669
3670 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3671
3672 Support symlinks on latest versions of MS-Windows.
3673 * w32.c: Include winioctl.h and aclapi.h.
3674 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
3675 (revert_to_self): Forward declarations of static functions.
3676 <static BOOL g_b_init_get_security_info>:
3677 <g_b_init_create_symbolic_link>: New static flags.
3678 (globals_of_w32): Initialize them to zero.
3679 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
3680 (map_w32_filename): Improve commentary. Simplify switch.
3681 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
3682 headers (most versions of MinGW w32api don't).
3683 (get_security_info, create_symbolic_link)
3684 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
3685 New functions.
3686 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
3687 in the argument file name.
3688 (sys_access): Call unc_volume_file_attributes only if
3689 GetFileAttributes fails with network-related error codes.
3690 (sys_rename): Diagnose renaming of a symlink when the user doesn't
3691 have the required privileges.
3692 (get_file_security_desc_by_name): Rename from
3693 get_file_security_desc.
3694 (stat_worker): New function, with most of the guts of 'stat', and
3695 with addition of handling of symlinks and support for 'lstat'.
3696 If possible, get file's attributes and security information by
3697 handle, not by name. Produce S_IFLNK bit for symlinks, when
3698 called from 'lstat'.
3699 (stat, lstat): New functions, call 'stat_worker'.
3700 (symlink, readlink, careadlinkat): Rewritten to create and resolve
3701 symlinks when the underlying filesystem supports them.
3702
3703 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3704
3705 Fix macroexp crash on Windows with debugging (Bug#12118).
3706 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
3707 checking subscripts; problem introduced with the recent
3708 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
3709 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
3710 since it's used in non-static inline functions now.
3711
3712 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
3713 Don't assume buffer size fits in 'int'. Remove unused local.
3714
3715 Use C99-style 'extern inline' if available.
3716 * buffer.h (BUFFER_INLINE):
3717 * category.h (CATEGORY_INLINE):
3718 * character.h (CHARACTER_INLINE):
3719 * charset.h (CHARSET_INLINE):
3720 * composite.h (COMPOSITE_INLINE):
3721 * dispextern.h (DISPEXTERN_INLINE):
3722 * lisp.h (LISP_INLINE):
3723 * systime.h (SYSTIME_INLINE):
3724 New macro, replacing 'static inline' in this header.
3725 * buffer.h, category.h, character.h, charset.h, composite.h:
3726 * dispextern.h, lisp.h, systime.h:
3727 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3728 * alloc.c (LISP_INLINE):
3729 * buffer.c (BUFFER_INLINE):
3730 * category.c (CATEGORY_INLINE):
3731 * character.c (CHARACTER_INLINE):
3732 * charset.c (CHARSET_INLINE):
3733 * composite.c (COMPOSITE_INLINE):
3734 * dispnew.c (DISPEXTERN_INLINE):
3735 * sysdep.c (SYSTIME_INLINE):
3736 Define to EXTERN_INLINE, so that the corresponding functions
3737 are compiled into code.
3738 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
3739 (INLINE_HEADER_END): New macros.
3740 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
3741 since it's used in non-static inline functions now.
3742 (VALMASK) [!USE_LSB_TAG]: Likewise.
3743
3744 2012-08-02 Glenn Morris <rgm@gnu.org>
3745
3746 * s/: Remove empty directory.
3747
3748 * s/ms-w32.h: Move to ../nt/inc.
3749 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
3750 Update for new ms-w32.h location.
3751
3752 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3753
3754 Port to Solaris 8.
3755 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
3756
3757 2012-08-02 Glenn Morris <rgm@gnu.org>
3758
3759 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
3760 hard-coding the path separator.
3761
3762 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
3763
3764 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
3765 This how ASET and AREF are supposed to work, and makes
3766 it easier to think about future improvements. See
3767 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
3768 * charset.h (set_charset_attr): New function.
3769 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
3770 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
3771 (aref_addr): New function. All uses of &AREF(...) changed.
3772 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
3773 (set_hash_index): New functions. All lvalue-style uses of
3774 HASH_KEY etc. changed.
3775 * keyboard.c (set_prop): New function. All lvalue-style uses
3776 of PROP changed.
3777
3778 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
3779
3780 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
3781 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
3782 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
3783 * nsfns.m (ns_set_name_as_filename): Likewise.
3784 * nsmenu.m (ns_update_menubar): Likewise.
3785 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
3786
3787 2012-08-01 Eli Zaretskii <eliz@gnu.org>
3788
3789 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
3790 Adapt to latest changes in field names of the corresponding Lisp
3791 objects.
3792
3793 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
3794
3795 2012-08-01 Glenn Morris <rgm@gnu.org>
3796
3797 * s/msdos.h: Remove file.
3798 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
3799 * Makefile.in (S_FILE): Remove.
3800 (config_h): Remove S_FILE.
3801
3802 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3803
3804 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
3805 Remove; moved to nt/config.nt.
3806
3807 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3808
3809 Use INTERNAL_FIELD for conses and overlays.
3810 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
3811 Remove obsolete comment.
3812 (MVAR): New macro.
3813 (struct Lisp_Overlay): Use INTERNAL_FIELD.
3814 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
3815
3816 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3817
3818 Use INTERNAL_FIELD for symbols.
3819 * lisp.h (SVAR): New macro. Adjust users.
3820 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
3821 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
3822
3823 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3824
3825 Use INTERNAL_FIELD for processes.
3826 * process.h (PVAR): New macro. Adjust style.
3827 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
3828 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
3829
3830 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3831
3832 Use INTERNAL_FIELD for windows.
3833 * window.h (WVAR): New macro.
3834 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
3835 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
3836 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
3837 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
3838 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
3839 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
3840
3841 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
3842
3843 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
3844
3845 2012-08-01 Glenn Morris <rgm@gnu.org>
3846
3847 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
3848 Move to configure.ac.
3849
3850 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * makefile.w32-in (CONFIG_H): Update dependencies.
3853 (CONF_POST_H): New macro.
3854
3855 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
3856
3857 2012-07-31 Glenn Morris <rgm@gnu.org>
3858
3859 * Makefile.in (S_FILE): No longer set by configure.
3860
3861 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
3862 is available.
3863 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
3864
3865 * process.h (NULL_DEVICE):
3866 * emacs.c (SEPCHAR):
3867 * editfns.c (USER_FULL_NAME): Let configure set them.
3868
3869 * s/README, s/template.h: Remove files.
3870
3871 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
3872
3873 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
3874 Move to configure.ac.
3875
3876 2012-07-31 Eli Zaretskii <eliz@gnu.org>
3877
3878 * .gdbinit (xframe): Adapt to introduction of FVAR and the
3879 resulting renaming of 'struct frame' members.
3880
3881 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
3882
3883 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
3884 after introduction of FVAR.
3885
3886 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
3887
3888 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
3889
3890 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
3891 instead of compositeToPoint.
3892 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
3893
3894 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
3895
3896 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3897
3898 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
3899 * lisp.h (INTERNAL_FIELD): New macro.
3900 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
3901 (BVAR): Change to use INTERNAL_FIELD.
3902 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
3903 (KVAR): Change to use INTERNAL_FIELD.
3904 * frame.h (FVAR): New macro.
3905 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
3906 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
3907 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
3908 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
3909 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
3910
3911 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3912
3913 Miscellaneous fixes for non-default X toolkits.
3914 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
3915 * xterm.c (x_frame_of_widget): Remove redundant prototype.
3916 Move under #ifdef USE_LUCID.
3917 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
3918 definition and usage to avoid warnings.
3919
3920 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
3921
3922 * nsterm.m (openFiles): Fix previous checkin.
3923
3924 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
3925
3926 * indent.c (compute_motion): Remove unused local.
3927
3928 2012-07-31 Glenn Morris <rgm@gnu.org>
3929
3930 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
3931
3932 * conf_post.h [USG5_4]:
3933 Move remaining contents of s/usg5-4-common.h here.
3934 * s/usg5-4-common.h: Remove file.
3935
3936 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
3937 * s/irix6-5.h: Remove file.
3938
3939 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
3940 * s/darwin.h: Remove file.
3941
3942 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
3943 * s/hpux10-20.h: Remove file, which is now empty.
3944
3945 2012-07-30 Glenn Morris <rgm@gnu.org>
3946
3947 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
3948 * Makefile.in (config_h): Add conf_post.h.
3949 * makefile.w32-in (CONFIG_H): Add conf_post.h.
3950
3951 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3952
3953 * nsterm.m (ns_do_open_file): New variable.
3954 (ns_term_init): Set ns_do_open_file to YES after run returns.
3955 (openFile, openTempFile, openFileWithoutUI, openFiles):
3956 Open files only if ns_do_open_file.
3957
3958 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3959
3960 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
3961 This no-op macro hasn't been needed for many years.
3962 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
3963
3964 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
3965 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
3966 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
3967 gdb_make_enums_visible.
3968 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
3969 (DIRECTORY_SEP): Now a constant, not a macro.
3970
3971 2012-07-30 Eli Zaretskii <eliz@gnu.org>
3972
3973 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
3974 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
3975
3976 * w32term.c <w32_keyboard_codepage>: Renamed from
3977 keyboard_codepage and now external. All users changed.
3978
3979 * w32term.h: Add declaration of w32_keyboard_codepage.
3980
3981 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
3982 the codepage to translate keys to Unicode. If this argument is
3983 -1, use the value returned by GetConsoleCP. All callers changed.
3984
3985 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3986
3987 Update .PHONY listings in makefiles.
3988 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
3989 bootstrap-clean, distclean, maintainer-clean, versioclean,
3990 extraclean, frc.
3991
3992 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
3993 This is a bit clearer. Fix some commentary typos.
3994
3995 2012-07-30 Glenn Morris <rgm@gnu.org>
3996
3997 * s/netbsd.h: Let configure include signal.h if needed.
3998 Remove file, which is now empty.
3999
4000 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
4001 Let configure set them.
4002 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
4003 No more need to undefine.
4004
4005 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
4006
4007 * keymap.c (Fkey_description): Don't remove 0x80 bit from
4008 non-single-byte char when adding meta modifier. (Bug#12090)
4009
4010 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
4011
4012 Convert safe_call to use variable number of arguments.
4013 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
4014 (safe_call2): Fix comment.
4015 * lisp.h (safe_call): Adjust prototype.
4016 * coding.c (encode_coding_object): Change to use safe_call2.
4017 * xfaces.c (merge_face_heights): Change to use safe_call1.
4018
4019 2012-07-30 Glenn Morris <rgm@gnu.org>
4020
4021 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
4022 does that unconditionally. Remove file, which is now empty.
4023
4024 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
4025 Remove empty files.
4026
4027 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4028
4029 Export to GDB most of lisp.h's remaining object-like macros.
4030 * lisp.h (min, max): Move earlier, because they're used earlier now.
4031 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
4032 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
4033 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
4034 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
4035 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
4036 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
4037 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
4038 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
4039 Now constants, for GDB. They need not be macros.
4040 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
4041 Now constants, for GDB, as well as macros, for static initializers.
4042 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
4043 Move to after the definition of struct Lisp_Char_Table,
4044 since the former now needs that type defined.
4045 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
4046 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
4047 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
4048 New enums, for gdb_make_enums_visible.
4049 (GLYPH_MODE_LINE_FACE): Remove; unused.
4050 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
4051 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
4052 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
4053 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
4054 enum maxargs, enum MAX_ALLOCA.
4055 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
4056 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
4057 no longer needed, now that they are done in lisp.h.
4058
4059 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
4060
4061 Cleanup string bytes checking.
4062 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
4063 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
4064 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
4065 (check_sblock, compact_small_strings): Simplify.
4066
4067 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4068
4069 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
4070 These macros are confusing and no longer need to be defined, as
4071 the enum values now suffice. All uses replaced with definiens.
4072 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
4073
4074 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
4077 ($(BLD)/w32console.$(O)): Update dependencies.
4078
4079 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
4080
4081 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
4082 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
4083 time. Adjust users.
4084 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
4085
4086 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
4087
4088 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
4089 setting sitelisp (Bug#12010).
4090
4091 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4092
4093 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
4094
4095 * w32heap.c (cache_system_info):
4096 * w32.c (sys_rename):
4097 * w32proc.c (find_child_console, sys_kill): All users changed.
4098
4099 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4100
4101 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
4102
4103 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4104
4105 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
4106
4107 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
4108
4109 Cleanup statistics calculation in Fgarbage_collect.
4110 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
4111 Fix zombies percentage calculation. Simplify elapsed time calculation.
4112
4113 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
4114
4115 Generalize marker debugging code under MARKER_DEBUG and use eassert.
4116 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
4117 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
4118 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
4119 (replace_range, replace_range_2, del_range_2): Change to eassert.
4120 * marker.c (byte_char_debug_check): Adjust style.
4121
4122 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4123
4124 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
4125 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
4126 long-ago-commented-out code that talks about "WIN32".
4127 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
4128 All uses changed.
4129
4130 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
4131
4132 Use Gnulib stdalign module (Bug#9772, Bug#9960).
4133 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
4134 Simplify by using alignof.
4135 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
4136 * lisp.h: Include <stdalign.h>.
4137 (GCALIGNMENT): New macro and constant.
4138 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
4139 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
4140 (stdalign): New macro, if not already defined.
4141
4142 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4143
4144 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
4145 * w32inevt.c: Include w32inevt.h.
4146 (w32_read_console_input): New inline function, calls either
4147 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
4148 w32_console_unicode_input.
4149 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
4150 (w32_kbd_patch_key, key_event): Use the codepage returned by
4151 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
4152 (key_event): use uChar.UnicodeChar only if
4153 w32_console_unicode_input is non-zero.
4154
4155 * w32console.c: Include w32heap.h.
4156 <w32_console_unicode_input>: New global variable.
4157 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
4158 family of Windows, zero otherwise.
4159
4160 * w32inevt.h: Declare w32_console_unicode_input.
4161
4162 * xdisp.c (init_iterator): Don't reference tip_frame in a build
4163 --without-x. (Bug#11742)
4164
4165 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
4166
4167 Adjust GDB to reflect pvec_type changes (Bug#12036).
4168 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
4169 2012-07-04 changes to pseudovector representation.
4170 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
4171
4172 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4173
4174 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
4175 bus address.
4176 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
4177
4178 2012-07-27 Eli Zaretskii <eliz@gnu.org>
4179
4180 * alloc.c (listn): Fix the order the arguments are consed onto the
4181 list.
4182
4183 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
4184 enumeration constants, as PURE and HEAP are too general, and clash
4185 with other headers and sources, such as gmalloc.c and the
4186 MS-Windows system headers. All users changed.
4187
4188 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4189
4190 Revert last save_excursion_save and save_excursion_restore changes.
4191 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
4192 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
4193
4194 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4195
4196 Fix recently-introduced typos in Windows port.
4197 Reported by Martin Rudalics <rudalics@gmx.at>.
4198 * w32.c (init_environment): Replace comma with semicolon.
4199 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
4200
4201 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
4202
4203 Improve GDB symbol export (Bug#12036).
4204 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
4205 arms of an 'if', not using conditional expressions; otherwise GDB
4206 complains about the types in the unevaluated arm when the argument
4207 is an integer literal.
4208 (xgetint): Simplify expression.
4209 * alloc.c (gdb_make_enums_visible): New constant. This ports to
4210 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
4211 Zaretskii in <http://bugs.gnu.org/12036#13>.
4212 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
4213 needed now that we have gdb_make_enums_visible.
4214 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
4215 (enum enum_USE_LSB_TAG):
4216 New enum types, packaging up enums that need to be exported to GDB.
4217
4218 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4219
4220 Utility function to make a list from specified amount of objects.
4221 * lisp.h (enum constype): New datatype.
4222 (listn): New prototype.
4223 * alloc.c (listn): New function.
4224 (Fmemory_use_count, syms_of_alloc): Use it.
4225 * buffer.c (syms_of_buffer): Likewise.
4226 * callint.c (syms_of_callint): Likewise.
4227 * charset.c (define_charset_internal): Likewise.
4228 * coding.c (syms_of_coding): Likewise.
4229 * keymap.c (syms_of_keymap): Likewise.
4230 * search.c (syms_of_search): Likewise.
4231 * syntax.c (syms_of_syntax): Likewise.
4232 * w32.c (init_environment): Likewise.
4233 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
4234 * xdisp.c (syms_of_xdisp): Likewise.
4235 * xfns.c (syms_of_xfns): Likewise.
4236
4237 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4238
4239 Fast save_excursion_save and save_excursion_restore.
4240 * lisp.h (struct Lisp_Excursion): New data type.
4241 (PVEC_EXCURSION): New pseudovector type.
4242 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
4243 to deal with it. Adjust comments.
4244 (init_marker, attach_marker): New prototype.
4245 (unchain_marker): Adjust prototype.
4246 * marker.c (attach_marker): Change to global.
4247 (init_marker): New function.
4248 * alloc.c (Fmake_marker, build_marker): Use it.
4249 (build_marker): More easserts.
4250 (mark_object): Handle struct Lisp_Excursion.
4251 * editfns.c (save_excursion_save, save_excursion_restore):
4252 Reimplement to use struct Lisp_Excursion. Add comments.
4253
4254 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
4255
4256 Fix export of symbols to GDB (Bug#12036).
4257 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
4258 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
4259 emacs.c, as this is a more-suitable home. Had this been done earlier
4260 the fix for 12036 would have avoided some of the problems noted in
4261 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
4262 would have been more obvious.
4263 * emacs.c: Do not include <verify.h>; no longer needed.
4264 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
4265 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
4266 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
4267 Remove; now done in lisp.h.
4268 * lisp.h (PUBLISH_TO_GDB): New macro.
4269 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
4270 (DATA_SEG_BITS): Use it.
4271 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
4272 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
4273 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
4274 not be usable in #if. This simplifies things.
4275
4276 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
4277
4278 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
4279
4280 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
4281
4282 Simplify export of symbols to GDB (Bug#12036).
4283 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
4284 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
4285 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
4286 Adjust to changes in lisp.h and emacs.c, by using
4287 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
4288 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
4289 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
4290 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
4291 instead of gdb_valbits.
4292 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
4293 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
4294 instead of gdb_array_mark_flag.
4295 (xboolvector): Get size from $->size, not $->header.size.
4296 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
4297 (xreload, hook-run, hookpost-run): Remove.
4298 * emacs.c: Include <verify.h>.
4299 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
4300 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
4301 Remove.
4302 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
4303 (gdb_USE_LSB_TAG): New enum constants.
4304 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
4305 Also define these as enum constants, so they're visible to GDB.
4306 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
4307 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
4308 as constants, so they're visible to GDB.
4309 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
4310 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
4311 Now enum constants, not macros, so they're visible to GDB.
4312 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
4313 more convenient now. All uses changed.
4314 (VALMASK) [USE_LSB_TAG]: Also define in this case.
4315 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
4316
4317 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
4318
4319 Explicitly free restriction data that are not needed anymore.
4320 * editfns.c (save_restriction_restore): Free restriction data.
4321
4322 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
4325 add argument, tune behavior, and adjust all callers.
4326
4327 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4328
4329 Use typedef for EMACS_INT, EMACS_UINT.
4330 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
4331 than macros. This simplifies debugging in the usual case, since
4332 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
4333 and it allows expressions involving EMACS_INT casts.
4334 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
4335
4336 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
4337
4338 * nsterm.m (ns_read_socket): Return early if there is a modal
4339 window (Bug#12043).
4340
4341 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4342
4343 * frame.c (Fredirect_frame_focus): In doc-string don't mention
4344 that FOCUS-FRAME can be omitted.
4345
4346 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
4347
4348 Adjust buffer text indirection counters at the end of Fkill_buffer.
4349 * buffer.c (Fkill_buffer): Adjust indirection counters when the
4350 buffer is definitely dead. This should really fix an issue reported
4351 by Christoph Scholtes again. (Bug#12007).
4352 (init_buffer_once): Initialize indirection counters of
4353 buffer_defaults and buffer_local_symbols (for sanity and safety).
4354
4355 2012-07-24 Eli Zaretskii <eliz@gnu.org>
4356
4357 * xdisp.c (init_iterator): Don't compute dimensions of truncation
4358 and continuation glyphs on tooltip frames, leave them at zero.
4359 Avoids continued lines in tooltips. (Bug#11832)
4360
4361 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
4362
4363 Simplify copy_overlay.
4364 * buffer.c (copy_overlay): Simplify. Use build_marker.
4365 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
4366
4367 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4368
4369 * print.c (print_object): Don't crash when a frame's name is nil
4370 or invalid. (Bug#12025)
4371
4372 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
4373 it signals an error when a tooltip frame is being created.
4374
4375 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
4376
4377 Cleanup miscellaneous objects allocation and initialization.
4378 * alloc.c (allocate_misc): Change to static. Add argument to
4379 specify the subtype. Adjust comment and users.
4380 (build_overlay): New function.
4381 * buffer.c (copy_overlays, Fmake_overlay): Use it.
4382 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
4383 (allocate_misc): Remove prototype.
4384 (build_overlay): Add prototype.
4385
4386 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
4387
4388 Swap buffer text indirection counters in Fbuffer_swap_text.
4389 * buffer.c (Fbuffer_swap_text): Swap indirections too.
4390 This avoids crash reported by Christoph Scholtes at
4391 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
4392
4393 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
4394
4395 * nsmenu.m (Popdown_data): New struct.
4396 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
4397 free Popdown_data.
4398 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
4399 (initWithContentRect): Make imgView and contentView non-static
4400 and autorelease them. Also autorelease img and matrix (Bug#12005).
4401 (dealloc): Remove (Bug#12005).
4402
4403 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
4404
4405 Adjust consing_since_gc when objects are explicitly freed.
4406 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
4407 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
4408 (free_cons, free_misc): Subtract object size from consing_since_gc.
4409
4410 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
4411
4412 Simplify and cleanup markers positioning code.
4413 * marker.c (attach_marker): More useful eassert.
4414 (live_buffer, set_marker_internal): New function.
4415 (Fset_marker, set_marker_restricted): Use set_marker_internal.
4416 (set_marker_both, set_marker_restricted_both): Use live_buffer.
4417
4418 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
4419
4420 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
4421 as it's limited by the amount of memory, not by INT_MAX.
4422
4423 2012-07-21 Eli Zaretskii <eliz@gnu.org>
4424
4425 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
4426 in special-event-map. See the discussion at
4427 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
4428 for the reasons.
4429
4430 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
4431 info.dwItemData. Fixes crashes on 64-bit Windows.
4432 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
4433
4434 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
4435
4436 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
4437 (conversationIdentifier): Return value is NSInteger.
4438 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
4439
4440 2012-07-21 Chong Yidong <cyd@gnu.org>
4441
4442 * window.c (decode_any_window): Signal an error if the window is
4443 on a dead frame (Bug#11984).
4444
4445 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4446
4447 Add indirection counting to speed up Fkill_buffer.
4448 * buffer.h (struct buffer): New member.
4449 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
4450 (Fmake_indirect_buffer): Set indirection counter to -1, increment
4451 base buffer indirection counter.
4452 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
4453 (Fkill_buffer): Adjust indirection counters as needed, don't walk
4454 through buffer list if indirection counter is 0.
4455
4456 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4457
4458 Extend the value returned by Fgarbage_collect with heap statistics.
4459 * alloc.c (Qheap): New symbol.
4460 (syms_of_alloc): DEFSYM it.
4461 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
4462 (Fmemory_free): Remove.
4463 (syms_of_alloc): Don't defsubr it.
4464 * buffer.c (Fcompact_buffer): Remove.
4465 (syms_of_buffer): Don't defsubr it.
4466
4467 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4468
4469 Make maybe_gc inline.
4470 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
4471 * lisp.h (consing_since_gc, gc_relative_threshold)
4472 (memory_full_cons_threshold): Revert declaration.
4473 (maybe_gc): Remove prototype, define as inline.
4474 * alloc.c: Remove old commented-out code.
4475 (consing_since_gc, gc_relative_threshold)
4476 (memory_full_cons_threshold): Revert to global.
4477 (maybe_gc): Remove.
4478
4479 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4480
4481 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
4482 * lisp.h (build_unibyte_string): New function.
4483 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
4484 * sysdep.c, w32fns.c, xfns.c: Use it.
4485 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
4486 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
4487 Adjust users accordingly.
4488 * font.h (font_open_by_name): Adjust prototype.
4489
4490 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4491
4492 Cleanup calls to Fgarbage_collect.
4493 * lisp.h (maybe_gc): New prototype.
4494 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
4495 Remove declarations.
4496 * alloc.c (maybe_gc): New function.
4497 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
4498 Make them static.
4499 * bytecode.c (MAYBE_GC): Use maybe_gc.
4500 * eval.c (eval_sub, Ffuncall): Likewise.
4501 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
4502 to avoid dependency from auto-save feature.
4503
4504 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
4505
4506 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
4507 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
4508 'for_each_per_buffer_object_at'.
4509 All uses changed. It's better to use upper-case for macros that
4510 cannot be implemented as functions, to give the reader a clue
4511 that they're special.
4512
4513 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * alloc.c (Fgarbage_collect): Tweak docstring.
4516
4517 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4518
4519 Tweak the value returned from Fgarbage_collect again.
4520 * alloc.c (Fgarbage_collect): New return value, as confirmed in
4521 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
4522 Adjust documentation.
4523 (total_vector_bytes): Rename to total_vector_slots, adjust
4524 accounting.
4525 (total_free_vector_bytes): Rename to total_free_vector_slots,
4526 adjust accounting.
4527 (Qstring_bytes, Qvector_slots): New symbols.
4528 (syms_of_alloc): DEFSYM them.
4529
4530 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4531
4532 Buffer compaction primitive which may be used from Lisp.
4533 * buffer.c (compact_buffer, Fcompact_buffer): New function.
4534 (syms_of_buffer): Register Fcompact_buffer.
4535 * alloc.c (Fgarbage_collect): Use compact_buffer.
4536 * buffer.h (compact_buffer): New prototype.
4537 (struct buffer_text): New member.
4538
4539 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4540
4541 New macro to iterate over all buffers, miscellaneous cleanups.
4542 * lisp.h (all_buffers): Remove declaration.
4543 * buffer.h (all_buffers): Add declaration, with comment.
4544 (for_each_buffer): New macro.
4545 * alloc.c (Fgarbage_collect, mark_object): Use it.
4546 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
4547 (init_buffer): Likewise.
4548 * data.c (Fset_default): Likewise.
4549 * coding.c (code_conversion_restore): Remove redundant check
4550 for dead buffer.
4551 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
4552
4553 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
4554
4555 Fix bug that created negative-length intervals.
4556 * intervals.c (merge_interval_right, merge_interval_left):
4557 Do not zero out this interval if it is absorbed by its children,
4558 as this interval's total length doesn't change in that case. See
4559 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
4560
4561 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
4562
4563 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
4564 when invoking (make-bool-vector N t) and N is a positive
4565 multiple of 8 -- the last 8 bits were mistakenly cleared.
4566
4567 Remove some struct layout assumptions in bool vectors.
4568 * alloc.c (bool_header_size): New constant.
4569 (header_size, word_size): Move earlier, as they're now used earlier.
4570 Use 'word_size' in a few more places, where it's appropriate.
4571 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
4572 padding before the data member of a bool vector.
4573 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
4574 than doing the check by hand with an abort ().
4575
4576 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * eval.c (Fdefvar): Don't check constants since we only set the var if
4579 it's not yet defined anyway (bug#11904).
4580
4581 * lisp.h (last_undo_boundary): Declare new var.
4582 * keyboard.c (command_loop_1): Set it.
4583 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
4584 were auto-added by the command loop (bug#11774).
4585
4586 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
4587
4588 * w32font.c (Qsymbol): Remove local definition.
4589 (syms_of_w32font): Don't DEFSYM it.
4590
4591 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4592
4593 Fix sweep_vectors to handle large bool vectors correctly.
4594 * alloc.c (sweep_vectors): Account total_vector_bytes for
4595 bool vectors larger than VBLOCK_BYTES_MAX.
4596
4597 2012-07-18 Chong Yidong <cyd@gnu.org>
4598
4599 * frame.c (x_set_frame_parameters): Revert bogus change introduced
4600 in 2012-05-25 commit by Paul Eggert (Bug#11738).
4601
4602 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4603
4604 Return more descriptive data from Fgarbage_collect.
4605 Suggested by Stefan Monnier in
4606 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
4607 * alloc.c (bounded_number): New function.
4608 (total_buffers, total_vectors): New variable.
4609 (total_string_size): Rename to total_string_bytes, adjust users.
4610 (total_vector_size): Rename to total_vector_bytes, adjust users.
4611 (sweep_vectors): Account total_vectors and total_vector_bytes.
4612 (Fgarbage_collect): New return value. Adjust documentation.
4613 (gc_sweep): Account total_buffers.
4614 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
4615 (VECTOR_SIZE): Remove.
4616 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
4617 (Qinterval, Qmisc): New symbols.
4618 (syms_of_data): Initialize them.
4619 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
4620 (Qcons, Qbuffer): New declarations.
4621
4622 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
4623
4624 * alloc.c (Fmemory_free): Account for memory-free's own storage.
4625 Round up, not down. Improve doc.
4626
4627 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4628
4629 Restore old code in allocate_string_data to avoid Faset breakage.
4630 Reported by Julien Danjou <julien@danjou.info> in
4631 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
4632 * alloc.c (allocate_string_data): Restore old code with minor
4633 adjustments, fix comment to explain this subtle issue.
4634
4635 2012-07-17 Eli Zaretskii <eliz@gnu.org>
4636
4637 Remove FILE_SYSTEM_CASE.
4638 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
4639
4640 * fileio.c (FILE_SYSTEM_CASE): Don't define.
4641 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
4642 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
4643 call-process-region passes it through expand-file-name.
4644
4645 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
4646
4647 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4648
4649 Fix crash when creating indirect buffer (Bug#11917)
4650 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
4651 Don't handle unbound variables specially if non-zero.
4652 (Fbuffer_local_variables): Pass zero.
4653 (clone_per_buffer_values): Pass non-zero.
4654
4655 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4656
4657 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
4658 to make the loop interruptible.
4659
4660 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4661
4662 * gnutls.c (emacs_gnutls_handshake): Only retry if
4663 GNUTLS_E_INTERRUPTED.
4664
4665 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4666
4667 Cleanup and convert miscellaneous checks to eassert.
4668 * alloc.c (mark_interval): Fix comment, partially rephrase
4669 old comment from intervals.h (see below).
4670 * intervals.c (find_interval, adjust_intervals_for_insertion)
4671 (delete_interval, adjust_intervals_for_deletion)
4672 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
4673 Convert to eassert.
4674 (adjust_intervals_for_insertion, make_new_interval):
4675 Remove obsolete and unused code.
4676 * intervals.h (struct interval): Remove obsolete comment.
4677 * textprotp.c (erase_properties): Remove unused code.
4678 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
4679 (Fremove_list_of_text_properties): Convert to eassert.
4680
4681 2012-07-17 Chong Yidong <cyd@gnu.org>
4682
4683 * editfns.c (Finsert_char): Doc fix.
4684
4685 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4686
4687 Fix previous change to make Fmemory_free always accurate.
4688 * alloc.c (make_interval): Update total_free_intervals.
4689 (make_float): Likewise for total_free_floats.
4690 (free_cons, Fcons): Likewise for total_free_conses.
4691 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
4692 Likewise for total_free_vector_bytes.
4693 (Fmake_symbol): Likewise for total_free_symbols.
4694 (bytes_free): Remove.
4695
4696 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4697
4698 Simple free memory accounting feature.
4699 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
4700 (sweep_vectors): Accumulate size of free vectors.
4701 (Fgarbage_collect): Setup bytes_free.
4702 (Fmemory_free): New function.
4703 (syms_of_alloc): Register it.
4704
4705 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4706
4707 Cleanup overlays checking.
4708 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
4709 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
4710 eassert and OVERLAYP.
4711 (sort_overlays): Change to use OVERLAYP.
4712
4713 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4714
4715 * editfns.c (Finsert_char): Make it interactive, and make the
4716 second arg optional. Copy interactive spec and docstring from
4717 ucs-insert.
4718
4719 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
4720
4721 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
4722 Unlike the other wrapped functions, fabs has an unspecified
4723 effect on errno.
4724
4725 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
4726
4727 * nsterm.m (keyDown): Interpret flags without left/right bits
4728 as the left key (Bug#11670).
4729
4730 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
4731
4732 Remove empty and useless init functions.
4733 * lisp.h (init_character_once, init_fns, init_image)
4734 (init_filelock, init_sound): Remove prototype.
4735 * character.c (init_character_once): Remove.
4736 * filelock.c (init_filelock): Likewise.
4737 * fns.c (init_fns): Likewise.
4738 * image.c (init_image): Likewise.
4739 * sound.c (init_sound): Likewise.
4740 * emacs.c (main): Adjust accordingly.
4741
4742 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
4743
4744 * gtkutil.h: Tiny cleanups.
4745 (use_old_gtk_file_dialog): Remove useless declaration.
4746 (xg_uses_old_file_dialog): Add suggested const attribute.
4747
4748 2012-07-15 Eli Zaretskii <eliz@gnu.org>
4749
4750 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
4751 (bidi_paragraph_init): Use it to limit search forward for a strong
4752 directional character in abnormally large paragraphs full of
4753 neutral or weak characters. (Bug#11943)
4754
4755 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
4756
4757 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
4758 the toolbar (Bug#9451).
4759 (xg_make_tool_item): Give the widget event box a transparent
4760 background.
4761
4762 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
4763
4764 Cleanup basic allocation variables and functions.
4765 * alloc.c (ignore_warnings, init_intervals, init_float)
4766 (init_cons, init_symbol, init_marker): Remove.
4767 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
4768 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
4769 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
4770 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
4771 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
4772 (staticidx, init_alloc_once, init_strings, free_ablock):
4773 Remove redundant initialization.
4774 * fns.c (init_weak_hash_tables): Remove.
4775 * lisp.h (init_weak_hash_tables): Remove prototype.
4776
4777 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
4778
4779 Use zero_vector where appropriate.
4780 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
4781 accordingly.
4782 * lisp.h (zero_vector): New declaration.
4783 * font.c (null_vector): Remove.
4784 (syms_of_font): Remove initialization and staticpro.
4785 (font_list_entities, font_find_for_lface): Change to use zero_vector.
4786 * keymap.c (Faccessible_keymaps): Likewise.
4787
4788 2012-07-15 Leo Liu <sdl.web@gmail.com>
4789
4790 * fringe.c: Fix typo in comments.
4791
4792 2012-07-14 Leo Liu <sdl.web@gmail.com>
4793
4794 * fringe.c: Add a new bitmap exclamation-mark.
4795
4796 2012-07-14 Eli Zaretskii <eliz@gnu.org>
4797
4798 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
4799
4800 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
4801 (HAVE_MENUS): Don't define, defined by editing config.in with
4802 msdos/sed2v2.inp.
4803 (GMALLOC_INHIBIT_VALLOC): Don't define.
4804 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
4805
4806 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
4807
4808 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
4809
4810 2012-07-14 Glenn Morris <rgm@gnu.org>
4811
4812 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
4813 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
4814 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
4815
4816 2012-07-13 Glenn Morris <rgm@gnu.org>
4817
4818 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
4819
4820 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
4821 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
4822
4823 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
4824
4825 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
4826 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
4827 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
4828 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
4829 where appropriate.
4830 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
4831 as boolean expression.
4832 (x_set_window_size): Remove unused variable toolbar.
4833 (ns_get_color_default, ns_mod_to_lisp): Remove.
4834 (ns_mouse_position): Remove unused variables xchar and ychar.
4835 (ns_compute_glyph_string_overhangs): Remove unused variable face.
4836 (ns_set_vertical_scroll_bar): Remove unused variable count.
4837 (ns_delete_terminal): Remove unused variable i.
4838 (ns_term_init): Remove unused variables r, g and b.
4839 (mouseDown): Remove unused variable window.
4840 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
4841 (initFrameFromEmacs): Remove unused variable vbextra.
4842 (mouseEntered): Remove unused variables p and dpyinfo.
4843 (mouseExited): Remove unused variables p and r.
4844 (ns_define_frame_cursor, ns_clear_frame_area)
4845 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
4846 (menuDown): Assign [sender tag] to variable and cast the variable.
4847
4848 * nsterm.h (menuDown): Add id as type to argument sender.
4849 (ns_display_info_for_name): Add Lisp_Object argument.
4850 (ns_term_init): Add Lisp_Object argument.
4851 (ns_map_event_to_object): Add void argument.
4852 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
4853 prototype with arguments and only declare if __OBJC__.
4854 (nxatoms_of_nsselect): Add void argument.
4855 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
4856 (ns_alloc_autorelease_pool): Add void argument.
4857 (ns_release_autorelease_pool): Add void* argument.
4858 (ns_get_defaults_value): Add const char* argument.
4859
4860 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
4861 (initFromContents): Use SSDATA where appropriate.
4862 (ns_update_menubar): Add braces to ambigous if-else.
4863 (initWithTitle): Put () around assignment in if statement.
4864 (ns_menu_show): Remove unused variables window and keymap.
4865 (update_frame_tool_bar): Remove unused variable selected_p.
4866 (initWithContentRect): Remove unused variable this_cmd_name.
4867
4868 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
4869 appropriate.
4870 (setXBMColor): Remove unused variable len.
4871 (setPixmapData): Put () around assignment in loop statement.
4872
4873 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
4874 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
4875 where appropriate.
4876 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
4877 around assignment in loop statement.
4878 (nsfont_open): Remove unused variable i.
4879 (nsfont_open): Remove unused variable len.
4880 (nsfont_draw): Remove unused variable cs.
4881
4882 * nsfns.m (x_set_icon_name, ns_set_name_internal)
4883 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
4884 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
4885 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
4886 (Fns_font_name, Fns_perform_service)
4887 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
4888 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
4889 (ns_set_name): Remove unused variable view.
4890 (x_set_menu_bar_lines): Remove unused variable olines.
4891 (x_set_tool_bar_lines): Remove unused variable root_window.
4892 (Fns_list_colors): Put () around assignment in while statement.
4893 (Fns_perform_service): Remove unused variable len.
4894 (Fns_display_usable_bounds): Remove unused variable top.
4895 (syms_of_nsfns): Remove unused variable i.
4896
4897 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
4898 memcpy (Bug#11907).
4899
4900 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
4901
4902 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
4903 and free it with DestroyExceptionInfo (Bug#11558).
4904
4905 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4906
4907 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
4908 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
4909 Set here, not in nt/config.nt.
4910
4911 2012-07-13 Eli Zaretskii <eliz@gnu.org>
4912
4913 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
4914 cursor overflow into the last glyph on display line when the right
4915 fringe is off. (Bug#11832)
4916
4917 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
4918
4919 * xdisp.c (produce_special_glyphs): Now static.
4920 * dispextern.h (produce_special_glyphs): Remove decl.
4921
4922 2012-07-13 Glenn Morris <rgm@gnu.org>
4923
4924 * s/bsd-common.h, s/cygwin.h: Remove empty files.
4925 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
4926
4927 * s/usg5-4-common.h (USG, USG5):
4928 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
4929 * s/sol2-6.h (SOLARIS2):
4930 * s/irix6-5.h (IRIX6_5):
4931 * s/hpux10-20.h (USG, USG5, HPUX):
4932 * s/gnu-linux.h (USG, GNU_LINUX):
4933 * s/freebsd.h (BSD_SYSTEM):
4934 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
4935 * s/cygwin.h (CYGWIN):
4936 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
4937 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
4938
4939 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
4940
4941 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
4942
4943 2012-07-13 Glenn Morris <rgm@gnu.org>
4944
4945 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
4946
4947 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
4948
4949 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
4950 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
4951
4952 2012-07-12 Glenn Morris <rgm@gnu.org>
4953
4954 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
4955
4956 * process.c (init_process_emacs): Rename from init_process.
4957 The old name is also the name of a Mach system call.
4958 * lisp.h, emacs.c: Update for this name change.
4959 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
4960 longer needed.
4961
4962 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4963
4964 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
4965 memmove call that removes glyphs covered by the left truncation
4966 glyph. Improve commentary.
4967 (display_line): Fix display of continuation glyphs on GUI frames
4968 when the right fringe is turned off and variable-size fonts are
4969 used in the window. Move the code that appends a stretch glyph to
4970 produce_special_glyphs, so that it could be used for truncation
4971 and continuation glyphs alike.
4972 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
4973 glyph of a suitably computed width, to align the special glyphs at
4974 the window margin. Code moved from display_line. (Bug#11832)
4975
4976 2012-07-12 Glenn Morris <rgm@gnu.org>
4977
4978 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
4979
4980 * s/gnu-linux.h, s/hpux10-20.h:
4981 Do not unconditionally define HAVE_XRMSETDATABASE.
4982
4983 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
4984
4985 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
4986
4987 Fix typos that broke OS X build.
4988 Reported by Randal L. Schwartz in
4989 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
4990 * nsterm.m (ns_timeout): Add missing local decl.
4991 (ns_get_color): snprintf -> sprintf, to fix typo.
4992
4993 2012-07-12 Glenn Morris <rgm@gnu.org>
4994
4995 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
4996 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
4997 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
4998 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
4999
5000 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
5001 Move PTY_OPEN to configure.
5002
5003 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
5004 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
5005 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
5006
5007 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
5008
5009 Use empty_unibyte_string where applicable.
5010 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
5011 * lread.c (read1): Likewise.
5012 * xsettings.c (syms_of_xsettings): Likewise.
5013
5014 2012-07-12 Glenn Morris <rgm@gnu.org>
5015
5016 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
5017 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
5018 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
5019 * s/hpux10-20.h (RUN_TIME_REMAP):
5020 * s/bsd-common.h (TABDLY): Move to configure.
5021
5022 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
5023
5024 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
5025
5026 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
5027 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
5028
5029 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
5030
5031 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
5032 * s/template.h: Move NARROWPROTO to configure.
5033
5034 2012-07-11 Glenn Morris <rgm@gnu.org>
5035
5036 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
5037 unused since 2011-01-17 change to systty.h.
5038
5039 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
5040 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
5041 Move HAVE_PTYS and HAVE_SOCKETS to configure.
5042
5043 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
5044
5045 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
5046
5047 2012-07-11 Glenn Morris <rgm@gnu.org>
5048
5049 * s/darwin.h, s/gnu-linux.h, s/template.h:
5050 Move INTERRUPT_INPUT to configure.
5051
5052 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5053
5054 Minor adjustments to interning code.
5055 * lisp.h (intern, intern_c_string): Redefine as static inline
5056 wrappers for intern_1 and intern_c_string_1, respectively.
5057 (intern_1, intern_c_string_1): Rename prototypes.
5058 * lread.c (intern_1, intern_c_string_1, oblookup):
5059 Simplify Vobarray checking.
5060 * font.c (font_intern_prop): Likewise. Adjust comment.
5061 * w32font.c (intern_font_name): Likewise.
5062
5063 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
5064
5065 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
5066
5067 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
5068 of Fcar/Fcdr if possible.
5069 * font.c (check_otf_features): Likewise.
5070 * fontset.c (Fnew_fontset): Likewise.
5071 * gnutls.c (Fgnutls_boot): Likewise.
5072 * minibuf.c (read_minibuf): Likewise.
5073 * msdos.c (IT_set_frame_parameters): Likewise.
5074 * xmenu.c (Fx_popup_dialog): Likewise.
5075 * w32menu.c (Fx_popup_dialog): Likewise.
5076
5077 2012-07-11 Glenn Morris <rgm@gnu.org>
5078
5079 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
5080 since nothing has defined it on these platforms.
5081
5082 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
5083 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
5084
5085 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
5086 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
5087 Move CLASH_DETECTION to configure.
5088
5089 * s/gnu.h: Remove file, which is now empty.
5090
5091 * s/gnu.h, s/gnu-linux.h:
5092 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
5093
5094 2012-07-11 John Wiegley <johnw@newartisans.com>
5095
5096 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
5097 function attribute, so we only use it if it exists in the
5098 compiler.
5099
5100 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5101
5102 Avoid call to strlen in fast_c_string_match_ignore_case.
5103 * search.c (fast_c_string_match_ignore_case): Change to use
5104 length argument. Adjust users accordingly.
5105 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
5106
5107 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
5108
5109 Assume mkdir, rmdir.
5110 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
5111 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
5112
5113 Assume rename.
5114 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
5115
5116 Assume perror.
5117 * s/hpux10-20.h (HAVE_PERROR): Remove.
5118 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
5119 Remove dummy definition, as this problem was obsolete long ago.
5120
5121 Assume strerror.
5122 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
5123
5124 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5125
5126 Avoid calls to strlen in font processing functions.
5127 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
5128 (font_open_by_name): Change to use length argument.
5129 Adjust users accordingly.
5130 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
5131 Adjust prototypes.
5132 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
5133 Change to return ptrdiff_t.
5134 (xfont_list_pattern, xfont_match): Use length returned by
5135 xfont_decode_coding_xlfd.
5136 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
5137
5138 2012-07-11 Glenn Morris <rgm@gnu.org>
5139
5140 * s/darwin.h, s/freebsd.h, s/netbsd.h:
5141 Move DONT_REOPEN_PTY to configure.
5142
5143 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
5144 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
5145
5146 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
5147
5148 Remove "#define unix" that is no longer needed (Bug#11905).
5149 * s/aix4-2.h (unix): Remove; no longer needed.
5150
5151 EMACS_TIME simplification (Bug#11875).
5152 This replaces macros (which typically do not work in GDB)
5153 with functions, typedefs and enums, making the code easier to debug.
5154 The functional style also makes code easier to read and maintain.
5155 * systime.h: Include <sys/time.h> on all hosts, not just if
5156 WINDOWSNT, since 'struct timeval' is needed in general.
5157 (EMACS_TIME): Now a typedef, not a macro.
5158 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
5159 not macros.
5160 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
5161 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
5162 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
5163 (EMACS_TIME_LE): Now functions, not macros.
5164 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
5165 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
5166 which are not functions. All uses rewritten to use:
5167 (make_emacs_time): New function.
5168 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
5169 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
5170 not functions. All uses rewritten to use the following, respectively:
5171 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
5172 (add_emacs_time, sub_emacs_time): New functions.
5173 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
5174 * fileio.c (Fcopy_file):
5175 * xterm.c (XTflash): Get the current time closer to when it's used.
5176 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
5177
5178 * bytecode.c (targets): Suppress -Woverride-init warnings.
5179
5180 Simplify by avoiding confusing use of strncpy etc.
5181 * doc.c (Fsnarf_documentation):
5182 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
5183 * frame.c (Fmake_terminal_frame):
5184 * gtkutil.c (get_utf8_string):
5185 * lread.c (openp):
5186 * nsmenu.m (ns_update_menubar):
5187 * regex.c (regerror):
5188 Prefer memcpy to strncpy and strncat when either will do.
5189 * fileio.c (Fsubstitute_in_file_name):
5190 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
5191 (menu_separator_name_p):
5192 * nsmenu.m (ns_update_menubar):
5193 Prefer memcmp to strncmp when either will do.
5194 * nsterm.m: Include <ftoastr.h>.
5195 (ns_get_color):
5196 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
5197 Prefer snprintf to strncpy.
5198 * nsterm.m (ns_term_init):
5199 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
5200 * nsterm.m (ns_term_init):
5201 Avoid the need for strncpy, by using build_string or
5202 make_unibyte_string directly. Use dtoastr, not snprintf.
5203 * process.c (Fmake_network_process): Diagnose service names that
5204 are too long, rather than silently truncating them or creating
5205 non-null-terminated names.
5206 (Fnetwork_interface_info): Likewise, for interface names.
5207 * sysdep.c (system_process_attributes) [GNU_LINUX]:
5208 Prefer sprintf to strncat.
5209 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
5210 Prefer vsnprintf to vsprintf + strncpy.
5211
5212 2012-07-10 Glenn Morris <rgm@gnu.org>
5213
5214 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
5215 Clarify fallback case.
5216
5217 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5218
5219 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
5220 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
5221 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
5222 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
5223 where argument type is known to be a Lisp_Cons.
5224
5225 2012-07-10 Tom Tromey <tromey@redhat.com>
5226
5227 * bytecode.c (BYTE_CODE_THREADED): New macro.
5228 (BYTE_CODES): New macro. Replaces all old byte-code defines.
5229 (enum byte_code_op): New type.
5230 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
5231 (exec_byte_code): Use them. Use token threading when applicable.
5232
5233 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5234
5235 Optimize pure C strings initialization.
5236 * lisp.h (make_pure_string): Fix prototype.
5237 (build_pure_c_string): New function, defined as static inline. This
5238 provides a better opportunity to optimize away calls to strlen when
5239 the function is called with compile-time constant argument.
5240 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
5241 argument, adjust users accordingly. Use build_pure_c_string where
5242 appropriate.
5243 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
5244 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
5245 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
5246
5247 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5248
5249 Avoid calls to strlen in miscellaneous functions.
5250 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
5251 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
5252 * lread.c (openp): Likewise.
5253
5254 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5255
5256 Avoid calls to strlen in path processing functions.
5257 * fileio.c (file_name_as_directory): Add comment. Change to add
5258 srclen argument and return the length of result. Adjust users
5259 accordingly.
5260 (directory_file_name): Fix comment. Change to add srclen argument,
5261 swap 1st and 2nd arguments to obey the common convention.
5262 Adjust users accordingly.
5263 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
5264
5265 2012-07-10 Glenn Morris <rgm@gnu.org>
5266
5267 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
5268 Move PENDING_OUTPUT_COUNT definition to configure.
5269
5270 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
5271 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
5272 * s/gnu.h (DATA_START): Move definitions to configure.
5273
5274 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
5275 We include usg5-4-common.h, which defines them both.
5276
5277 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
5278 O_RDONLY already includes it).
5279
5280 Stop ns builds setting the EMACSLOADPATH environment variable.
5281 * nsterm.m (ns_load_path): Rename from ns_init_paths.
5282 Now it does not set EMACSLOADPATH, just returns the load-path string.
5283 * nsterm.h: Update accordingly.
5284 * lread.c [HAVE_NS]: Include nsterm.h.
5285 (init_lread) [HAVE_NS]: Use ns_load_path.
5286 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
5287
5288 2012-07-09 Glenn Morris <rgm@gnu.org>
5289
5290 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
5291 since the included bsd-common.h does so.
5292
5293 Stop ns builds setting the EMACSPATH environment variable.
5294 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
5295 (ns_init_paths): Do not set EMACSPATH.
5296 * nsterm.h (ns_exec_path): Add it.
5297 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
5298 Use ns_exec_path.
5299
5300 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
5301
5302 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5303
5304 * process.c (wait_reading_process_output): 'waitchannels' was unset
5305 when read_kbd || !NILP (wait_for_cell); fix this.
5306
5307 Add GCC-style 'const' attribute to functions that can use it.
5308 * character.h (char_resolve_modifier_mask):
5309 * keyboard.h (make_ctrl_char):
5310 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
5311 (init_character_once, next_almost_prime, init_fns, init_image)
5312 (flush_pending_output, init_sound):
5313 * mem-limits.h (start_of_data):
5314 * menu.h (finish_menu_items):
5315 Add ATTRIBUTE_CONST.
5316 * emacs.c (DEFINE_DUMMY_FUNCTION):
5317 Declare the dummy function with ATTRIBUTE_CONST.
5318 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
5319 Add decls with ATTRIBUTE_CONST.
5320
5321 Minor improvements to make_formatted_string.
5322 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
5323 where int is good enough, as vsprintf returns an int.
5324 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
5325
5326 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
5327
5328 Use make_formatted_string to avoid double length calculation.
5329 * lisp.h (make_formatted_string): New prototype.
5330 * alloc.c (make_formatted_string): New function.
5331 * buffer.c (Fgenerate_new_buffer_name): Use it.
5332 * dbus.c (syms_of_dbusbind): Likewise.
5333 * editfns.c (Fcurrent_time_zone): Likewise.
5334 * filelock.c (get_boot_time): Likewise.
5335 * frame.c (make_terminal_frame, set_term_frame_name)
5336 (x_report_frame_params): Likewise.
5337 * image.c (gs_load): Likewise.
5338 * minibuf.c (get_minibuffer): Likewise.
5339 * msdos.c (dos_set_window_size): Likewise.
5340 * process.c (make_process): Likewise.
5341 * xdisp.c (ensure_echo_area_buffers): Likewise.
5342 * xsettings.c (apply_xft_settings): Likewise.
5343
5344 2012-07-09 Glenn Morris <rgm@gnu.org>
5345
5346 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
5347 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
5348 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
5349 * nsterm.h (ns_etc_directory): Add it.
5350 * callproc.c [HAVE_NS]: Include nsterm.h.
5351 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
5352
5353 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
5354
5355 Move marker debugging code under MARKER_DEBUG.
5356 * marker.c (MARKER_DEBUG): Move marker debugging code under
5357 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
5358 for bootstrap with --enable-checking (~3x slowdown reported
5359 by Juanma Barranquero <lekktu@gmail.com>).
5360 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
5361
5362 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
5363
5364 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
5365 See <http://bugs.gnu.org/11825#29>.
5366
5367 2012-07-08 Eli Zaretskii <eliz@gnu.org>
5368
5369 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
5370 has no font, use the frame's font. (Bug#11813)
5371 (display_line): Add commentary about displaying truncation glyphs
5372 on GUI frames.
5373 (produce_special_glyphs): Move here from term.c.
5374
5375 * term.c (produce_special_glyphs): Move to xdisp.c.
5376
5377 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
5378 section.
5379
5380 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
5381
5382 * xdisp.c (display_line): Avoid warning about implicit declaration
5383 of FRAME_FONT.
5384
5385 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
5386
5387 * lisp.h: Remove empty conditional.
5388
5389 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
5390
5391 * lread.c (load_path_check): Now static.
5392
5393 Fix some minor --with-ns problems found by static checking.
5394 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
5395 (x_set_font) [!HAVE_X_WINDOWS]:
5396 * image.c (xpm_load_image) [HAVE_NS]:
5397 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
5398 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
5399 Remove unused local.
5400 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
5401 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
5402 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
5403 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
5404 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
5405 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
5406 Fix pointer signedness problem.
5407 * xfaces.c (FRAME_X_FONT_TABLE):
5408 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
5409
5410 2012-07-07 Glenn Morris <rgm@gnu.org>
5411
5412 * lread.c (load_path_check): New function, split from init_lread.
5413 (init_lread): Reorganize. Motivation:
5414 If EMACSLOADPATH is set, check/warn about that rather than the
5415 defaults, which we are not going to use. Hence we can remove
5416 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
5417 Don't warn if site-lisp directories are missing.
5418 If not installed, start from a blank load-path, since
5419 PATH_LOADSEARCH refers to the eventual installation directories.
5420
5421 2012-07-07 Eli Zaretskii <eliz@gnu.org>
5422
5423 Support truncation and continuation glyphs on GUI frames, when
5424 fringes are disabled. (Bug#11832)
5425 * xdisp.c (init_iterator): Get dimensions of truncation and
5426 continuation glyphs even if on GUI frames.
5427 Adjust it->last_visible_x on GUI frames when the left or right fringes,
5428 or both, are absent.
5429 (start_display, move_it_in_display_line_to): Handle the case of a
5430 GUI frame without a fringe to display continuation or truncation
5431 glyphs.
5432 (insert_left_trunc_glyphs): Support GUI frames: make sure
5433 truncation glyphs overwrite enough glyphs from the current line to
5434 have sufficient space in pixels.
5435 (display_line): Support truncation and continuation glyphs on GUI
5436 frames. If some spare pixels are left on the line after inserting
5437 the truncation glyphs, fill that space with a stretch glyph of a
5438 suitably computed width.
5439
5440 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
5441 produce_glyphs, to support GUI sessions.
5442
5443 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
5444
5445 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
5446
5447 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
5448
5449 Do not require float-time's arg to fit in time_t (Bug#11825).
5450 This works better on hosts where time_t is unsigned, and where
5451 float-time is applied to the (negative) difference between two times.
5452 * editfns.c (decode_time_components): Last arg is now double *,
5453 not int *, and means to store all the result as a double, without
5454 worrying about whether the seconds part fits in time_t.
5455 All callers changed.
5456 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
5457 All callers changed.
5458 (Ffloat_time): Do not fail merely because the specified time falls
5459 outside of time_t range.
5460
5461 2012-07-07 Glenn Morris <rgm@gnu.org>
5462
5463 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
5464 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
5465 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
5466
5467 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
5468
5469 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
5470 Update dependencies.
5471
5472 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
5473
5474 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
5475
5476 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
5477 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
5478 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
5479 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
5480 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
5481 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
5482
5483 * xfont.c (compare_font_names): Redo to omit the need for casts.
5484
5485 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5486
5487 * xfns.c (Fx_change_window_property): Doc fix.
5488 * w32fns.c (Fx_change_window_property): Doc fix.
5489
5490 * w32fns.c (Fx_window_property): Accept the same arguments as the
5491 X Windows version. Doc fix.
5492 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
5493
5494 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
5495 Eli Zaretskii <eliz@gnu.org>
5496
5497 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
5498 Windows-specific code from nt/config.nt moved here.
5499 Obsolete settings removed.
5500
5501 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
5502
5503 * process.c: Avoid unnecessary calls to gettime.
5504 (wait_reading_process_output): Don't get the time of day
5505 when gobbling data immediately and not waiting, as there's no need
5506 for it in that case. This removes a FIXME.
5507
5508 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
5509
5510 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
5511 is defined (Bug#11768).
5512
5513 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5514
5515 Fix marker debugging code.
5516 * marker.c (byte_char_debug_check): Do not perform the check
5517 if buffer is not multibyte.
5518 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
5519 Call byte_char_debug_check with correct arguments.
5520
5521 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5522
5523 Compile marker debugging code only if ENABLE_CHECKING is defined.
5524 * marker.c (byte_char_debug_check, count_markers):
5525 Use only if ENABLE_CHECKING is defined.
5526 (byte_debug_flag): Remove.
5527 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
5528 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
5529
5530 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5531
5532 Avoid code repetition in marker-related functions.
5533 * marker.c (attach_marker): New function.
5534 (Fset_marker, set_marker_restricted, set_marker_both)
5535 (set_marker_restricted_both): Use it.
5536 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
5537 Consistently rename charno to charpos.
5538 (marker_position): Add eassert.
5539 (marker_byte_position): Convert to eassert.
5540
5541 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5542
5543 Simplify list operations in unchain_overlay and unchain_marker.
5544 * buffer.c (unchain_overlay): Simplify. Add comment.
5545 * marker.c (unchain_marker): Simplify. Fix comments.
5546
5547 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5548
5549 Introduce fast path for the widely used marker operation.
5550 * alloc.c (build_marker): New function.
5551 * lisp.h (build_marker): New prototype.
5552 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
5553 * composite.c (autocmp_chars): Likewise.
5554 * editfns.c (buildmark): Remove.
5555 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
5556 (save_restriction_save): Use build_marker.
5557 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
5558 * window.c (save_window_save): Likewise.
5559
5560 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5561
5562 Do not use Fdelete_overlay in delete_all_overlays
5563 to avoid redundant calls to unchain_overlay.
5564 * buffer.c (drop_overlay): New function.
5565 (delete_all_overlays, Fdelete_overlay): Use it.
5566 * minibuf.c (get_minibuffer): Fix comment.
5567
5568 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
5569
5570 Port to OpenBSD 5.1 amd64.
5571 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
5572 This is needed for OpenBSD, and should be harmless on all BSD systems.
5573 Also, include <sys/sysctl.h>, as it should be available on all
5574 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
5575 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
5576 use p_pid member, not kp_proc.pid.
5577
5578 2012-07-06 Glenn Morris <rgm@gnu.org>
5579
5580 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
5581
5582 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
5583
5584 More xmalloc and related cleanup.
5585 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
5586 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
5587 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
5588 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
5589 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
5590 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
5591 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
5592 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
5593 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
5594 * xterm.c:
5595 Omit needless casts involving void * pointers and allocation.
5596 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
5597 as the former is more robust if P's type is changed.
5598 Prefer xzalloc to xmalloc + memset 0.
5599 Simplify malloc-or-realloc to realloc.
5600 Don't worry about xmalloc returning a null pointer.
5601 Prefer xstrdup to xmalloc + strcpy.
5602 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
5603 growing it.
5604 * keyboard.c (apply_modifiers_uncached): Prefer local array to
5605 alloca of a constant.
5606
5607 2012-07-05 Eli Zaretskii <eliz@gnu.org>
5608
5609 * xdisp.c (display_line): Fix horizontal pixel coordinates when
5610 hscroll is larger than the line width. Fixes long and futile
5611 looping inside extend_face_to_end_of_line (on a TTY) producing
5612 glyphs that are not needed and thrown away.
5613
5614 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
5615
5616 * marker.c (set_marker_restricted_both): Simplify by using
5617 clip_to_bounds.
5618
5619 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
5620
5621 * editfns.c (region_limit): Simplify by using clip_to_bounds.
5622
5623 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
5624
5625 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
5626 not defined (Bug#11768).
5627 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
5628 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
5629 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
5630 followed by gtk_box_set_homogeneous (Bug#11768).
5631 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
5632 (update_theme_scrollbar_width, xg_create_scroll_bar):
5633 Use gtk_scrollbar_new (Bug#11768).
5634 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
5635 (is_box_type): New function (Bug#11768).
5636 (xg_tool_item_stale_p): Call is_box_type.
5637 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
5638 with default display (Bug#11768).
5639
5640 2012-07-05 Eli Zaretskii <eliz@gnu.org>
5641
5642 * xdisp.c (window_hscroll_limited): New function.
5643 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
5644 coordinates when window's hscroll is set to insanely large
5645 values. (Bug#11857)
5646
5647 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
5648
5649 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
5650 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
5651
5652 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
5653
5654 Cleanup xmalloc.
5655 * lisp.h (xzalloc): New prototype. Omit needless casts.
5656 * alloc.c (xzalloc): New function. Omit needless casts.
5657 * charset.c: Omit needless casts. Convert all calls to
5658 xmalloc with following memset to xzalloc.
5659 * dispnew.c: Likewise.
5660 * fringe.c: Likewise.
5661 * image.c: Likewise.
5662 * sound.c: Likewise.
5663 * term.c: Likewise.
5664 * w32fns.c: Likewise.
5665 * w32font.c: Likewise.
5666 * w32term.c: Likewise.
5667 * xfaces.c: Likewise.
5668 * xfns.c: Likewise.
5669 * xterm.c: Likewise.
5670 * atimer.c: Omit needless casts.
5671 * buffer.c: Likewise.
5672 * callproc.c: Likewise.
5673 * ccl.c: Likewise.
5674 * coding.c: Likewise.
5675 * composite.c: Likewise.
5676 * doc.c: Likewise.
5677 * doprnt.c: Likewise.
5678 * editfns.c: Likewise.
5679 * emacs.c: Likewise.
5680 * eval.c: Likewise.
5681 * filelock.c: Likewise.
5682 * fns.c: Likewise.
5683 * gtkutil.c: Likewise.
5684 * keyboard.c: Likewise.
5685 * lisp.h: Likewise.
5686 * lread.c: Likewise.
5687 * minibuf.c: Likewise.
5688 * msdos.c: Likewise.
5689 * print.c: Likewise.
5690 * process.c: Likewise.
5691 * region-cache.c: Likewise.
5692 * search.c: Likewise.
5693 * sysdep.c: Likewise.
5694 * termcap.c: Likewise.
5695 * terminal.c: Likewise.
5696 * tparam.c: Likewise.
5697 * w16select.c: Likewise.
5698 * w32.c: Likewise.
5699 * w32reg.c: Likewise.
5700 * w32select.c: Likewise.
5701 * w32uniscribe.c: Likewise.
5702 * widget.c: Likewise.
5703 * xdisp.c: Likewise.
5704 * xmenu.c: Likewise.
5705 * xrdb.c: Likewise.
5706 * xselect.c: Likewise.
5707
5708 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
5709
5710 * fileio.c (time_error_value): Check the right error number.
5711 Problem reported by Troels Nielsen in
5712 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
5713
5714 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5715
5716 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
5717 This should be fixed in a better way; see Eli Zaretskii in
5718 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
5719 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
5720
5721 * fileio.c (time_error_value): Rename from special_mtime.
5722 The old name's problems were noted by Eli Zaretskii in
5723 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
5724
5725 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
5726 This variable's comment says Emacs needs at least one GDB-visible
5727 symbol of type enum pvec_type, to work around GDB problems.
5728 The symbol's value doesn't matter.
5729
5730 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
5731 that causes compilation to fail on pre-C99 compilers.
5732
5733 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
5736 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
5737
5738 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
5739
5740 * buffer.c (init_buffer_once): Fix initialization of
5741 headers for buffer_defaults and buffer_local_symbols.
5742 Reported by Juanma Barranquero <lekktu@gmail.com>.
5743
5744 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
5747 * lisp.h (enum pvec_type): Use fewer bits.
5748 (PSEUDOVECTOR_SIZE_BITS): New constant.
5749 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
5750 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
5751 change in pvec_type.
5752 (PSEUDOVECTOR_TYPEP): New macro.
5753 (TYPED_PSEUDOVECTORP): Use it.
5754 * fns.c (internal_equal): Adapt code to extract pvectype.
5755 * emacs.c (gdb_pvec_type): Update type.
5756 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
5757 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
5758 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
5759 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
5760 (sweep_vectors): Use it. Use local var `total_bytes' instead of
5761 abusing vector->header.next.nbytes.
5762 (live_vector_p): Use PVEC_TYPE.
5763 (mark_object): Adapt code to extract pvectype. Use switch.
5764
5765 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5766
5767 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
5768 Tighten new eassert a bit.
5769
5770 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
5771
5772 Fix compilation with --enable-gcc-warnings and -O1
5773 optimization level.
5774 * doprnt.c (doprnt): Change type of tem to int, initialize
5775 to avoid compiler warning. Add eassert.
5776 * search.c (simple_search): Initialize match_byte to avoid
5777 compiler warning. Add eassert.
5778
5779 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5780
5781 Avoid weird behavior with large horizontal scrolls.
5782 Without this change, for example, large hscroll values would
5783 mess up Emacs's display on Fedora 15 x86, presumably due to
5784 overflows in int calculations in the display code.
5785 Also, if buffers had long lines, Emacs would freeze.
5786 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
5787 (set_window_hscroll): New function, containing the old guts of
5788 Fset_window_hscroll. Return the clipped value.
5789 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
5790 This avoids the need to check against PTRDIFF_MAX.
5791
5792 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
5793
5794 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
5795
5796 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
5797
5798 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5799
5800 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
5801 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
5802 since GCC 4.4.6 issues a bogus warning for them.
5803
5804 Fix bugs in file timestamp newness comparisons.
5805 * fileio.c (Ffile_newer_than_file_p):
5806 * lread.c (Fload): Use full timestamp resolution of files,
5807 not just the 1-second resolution, so that files that are only
5808 slightly newer still count as newer.
5809 * fileio.c (Ffile_newer_than_file_p): Don't assume file
5810 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
5811
5812 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
5813
5814 * fileio.c: Improve handling of file time marker. (Bug#11852)
5815 (special_mtime): New function.
5816 (Finsert_file_contents, Fverify_visited_file_modtime):
5817 Use it to set special mtime values consistently.
5818
5819 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5820
5821 * fileio.c (Finsert_file_contents): Properly handle st_mtime
5822 marker for non-existing file. (Bug#11852)
5823
5824 2012-07-03 Glenn Morris <rgm@gnu.org>
5825
5826 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
5827 and did not make it into globals.h).
5828
5829 2012-07-03 Tom Tromey <tromey@redhat.com>
5830
5831 * window.c (Fset_window_margins, Fset_window_fringes)
5832 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
5833 * textprop.c (Fprevious_property_change): No longer static.
5834 * syntax.c (Fsyntax_table_p): No longer static.
5835 * process.c (Fget_process, Fprocess_datagram_address): No longer
5836 static.
5837 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
5838 * keyboard.c (Fcommand_execute): No longer static.
5839 Remove EXFUN.
5840 * insdel.c (Fcombine_after_change_execute): No longer static.
5841 * image.c (Finit_image_library): No longer static.
5842 * fileio.c (Fmake_symbolic_link): No longer static.
5843 * eval.c (Ffetch_bytecode): No longer static.
5844 * editfns.c (Fuser_full_name): No longer static.
5845 * doc.c (Fdocumentation_property, Fsnarf_documentation):
5846 No longer static.
5847 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
5848 static.
5849 * dired.c (Ffile_attributes): No longer static.
5850 * composite.c (Fcomposition_get_gstring): No longer static.
5851 * callproc.c (Fgetenv_internal): No longer static.
5852
5853 * ccl.h: Remove EXFUNs.
5854 * buffer.h: Remove EXFUNs.
5855 * dispextern.h: Remove EXFUNs.
5856 * intervals.h: Remove EXFUNs.
5857 * fontset.h: Remove EXFUN.
5858 * font.h: Remove EXFUNs.
5859 * dosfns.c (system_process_attributes): Remove EXFUN.
5860 * keymap.h: Remove EXFUNs.
5861 * lisp.h: Remove EXFUNs.
5862 * w32term.h: Remove EXFUNs.
5863 * window.h: Remove EXFUNs.
5864 * xsettings.h: Remove EXFUN.
5865 * xterm.h: Remove EXFUN.
5866
5867 2012-07-03 Glenn Morris <rgm@gnu.org>
5868
5869 * lisp.h (Frandom): Make it visible to C.
5870 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
5871 buffer for invisible buffers. (Bug#1229)
5872
5873 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5874
5875 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
5876 values which aren't power of 2.
5877 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
5878 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
5879 accordingly.
5880
5881 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
5884
5885 * alloc.c (mark_object): Revert part of last patch to use `switch'.
5886
5887 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5888
5889 * alloc.c (allocate_vector_block): Remove redundant
5890 calls to mallopt if DOUG_LEA_MALLOC is defined.
5891 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
5892 avoid calls to mallopt if zero_vector is returned.
5893
5894 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5895
5896 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
5897 is enabled, avoid dereferencing NULL current_sblock if
5898 running undumped.
5899
5900 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5901
5902 Cleanup basic buffer management.
5903 * buffer.h (struct buffer): Change layout to use generic vector
5904 marking code. Fix some comments. Change type of 'clip_changed'
5905 to bitfield. Remove unused #ifndef old.
5906 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
5907 (GET_OVERLAYS_AT): Fix indentation.
5908 (for_each_per_buffer_object_at): New macro.
5909 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
5910 (Fbuffer_local_variables): Use it.
5911 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
5912 * alloc.c (allocate_buffer): Adjust to match new layout of
5913 struct buffer. Fix comment.
5914 (mark_overlay): New function.
5915 (mark_buffer): Use it. Use mark_vectorlike to mark normal
5916 Lisp area of struct buffer.
5917 (mark_object): Use it. Adjust marking of misc objects
5918 and related comments.
5919
5920 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5921
5922 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
5923 wrapper that is not needed because the wrapped code is a no-op (zero
5924 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
5925 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
5926
5927 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
5928
5929 * alloc.c (mark_buffer): Simplify. Remove prototype.
5930 (mark_object): Add comment. Reorganize marking of vector-like
5931 objects. Use CHECK_LIVE for all vector-like objects except buffers
5932 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
5933 Avoid redundant calls to mark_vectorlike for bool vectors.
5934
5935 2012-06-30 Glenn Morris <rgm@gnu.org>
5936
5937 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
5938
5939 * epaths.in (PATH_SITELOADSEARCH): New.
5940 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
5941 This is rather than relying on --enable-locallisppath elements
5942 having "site-lisp" in their names. (Bug#10208#25, 11658)
5943
5944 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5945
5946 * w32proc.c (sys_select): Accept and ignore one more argument.
5947
5948 * w32.c (emacs_gnutls_pull): Call select with one more argument.
5949
5950 * sysselect.h [DOS_NT]: Don't include sys/select.h.
5951 (pselect) [!MS_DOS]: Redirect to sys_select.
5952
5953 * sysdep.c: Don't include dos.h and dosfns.h.
5954
5955 * process.c (sys_select):
5956 * msdos.c (sys_select): Accept one more argument and ignore it.
5957
5958 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
5959 adapt data types and code to that.
5960
5961 * dosfns.c:
5962 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
5963 which clashes with the gnulib function of the same name.
5964
5965 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
5966
5967 * font.c (font_style_to_value, font_style_symbolic)
5968 (font_prop_validate_style): Add type checks for values in
5969 font_style_table.
5970
5971 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
5972 argument.
5973 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
5974 uses.
5975
5976 2012-06-29 Eli Zaretskii <eliz@gnu.org>
5977
5978 * xdisp.c (try_window_id): Undo last change.
5979
5980 * w32.c (getwd): Adjust commentary about startup_dir.
5981 (init_environment): Always call sys_access, even in non-MSVC
5982 builds. Don't chdir to the directory of the Emacs executable.
5983 This undoes code from 1997 which was justified by the need to
5984 "avoid conflicts when removing and renaming directories". But its
5985 downside was that every relative file name was being interpreted
5986 relative to the directory of the Emacs executable, which can never
5987 be TRT. In particular, it broke sys_access when called with
5988 relative file names.
5989 (sys_access): Map GetLastError to errno.
5990
5991 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5992
5993 * window.h (struct window): Change type of 'fringes_outside_margins'
5994 to bitfield. Fix comment. Adjust users accordingly.
5995 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
5996 Adjust comment.
5997 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
5998 to ptrdiff_t.
5999
6000 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
6001
6002 * gnutls.c (emacs_gnutls_handshake):
6003 Add QUIT to make the loop interruptible.
6004
6005 2012-06-29 Glenn Morris <rgm@gnu.org>
6006
6007 * charset.c (init_charset): Make lack of etc/charsets fatal.
6008
6009 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6010
6011 * editfns.c (region_limit): Fix type mismatch.
6012
6013 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6014
6015 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
6016 undefined. Convert from xassert to eassert.
6017 * nsmenu.m: Convert from xassert to eassert.
6018 * nsterm.m: Likewise.
6019
6020 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * editfns.c (region_limit): Clip to narrowing (bug#11770).
6023
6024 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
6025
6026 Avoid integer overflow on scroll-left and scroll-right.
6027 * window.c (HSCROLL_MAX): New macro.
6028 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
6029 overflow when requested scroll falls outside ptrdiff_t range.
6030
6031 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6032
6033 * window.h (struct window): Change type of 'hscroll',
6034 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
6035 'last_modified' and 'last_overlay_modified' to EMACS_INT.
6036 Adjust users accordingly.
6037 * xdisp.c (try_cursor_movement): Replace type check with eassert.
6038 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
6039 from EMACS_INT to ptrdiff_t.
6040 (make_window): Omit redundant initialization.
6041
6042 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
6043
6044 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
6045
6046 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6047
6048 * window.h (struct window): Change type of 'use_time' and
6049 'sequence_number' from Lisp_Object to int.
6050 * frame.c (make_frame): Adjust users accordingly.
6051 * print.c (print_object): Likewise.
6052 * window.c (select_window, Fwindow_use_time, make_parent_window)
6053 (make_window): Likewise.
6054
6055 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6056
6057 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
6058 enabled with --enable-checking=[all,glyphs] configure option.
6059 Fix GLYPH_DEBUG usage assuming that it may be undefined,
6060 adjust comments accordingly.
6061 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
6062 undefined, adjust comments accordingly.
6063 * image.c: Likewise.
6064 * scroll.c: Likewise.
6065 * w32fns.c: Likewise.
6066 * w32term.c: Likewise.
6067 * xdisp.c: Likewise.
6068 * xfaces.c: Likewise.
6069 * xfns.c: Likewise.
6070 * xterm.c: Likewise.
6071
6072 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6073
6074 Generalize run-time debugging checks.
6075 * dispextern.h (XASSERTS): Remove.
6076 * fontset.c (xassert): Remove.
6077 Convert from xassert to eassert.
6078 * alloc.c: Convert from xassert to eassert.
6079 * bidi.c: Likewise.
6080 * dispnew.c: Likewise.
6081 * fns.c: Likewise.
6082 * fringe.c: Likewise.
6083 * ftfont.c: Likewise.
6084 * gtkutil.c: Likewise.
6085 * image.c: Likewise.
6086 * keyboard.c: Likewise.
6087 * menu.c: Likewise.
6088 * process.c: Likewise.
6089 * scroll.c: Likewise.
6090 * sound.c: Likewise.
6091 * term.c: Likewise.
6092 * w32console.c: Likewise.
6093 * w32fns.c: Likewise.
6094 * w32term.c: Likewise.
6095 * window.c: Likewise.
6096 * xdisp.c: Likewise.
6097 * xfaces.c: Likewise.
6098 * xfns.c: Likewise.
6099 * xselect.c: Likewise.
6100 * xterm.c: Likewise.
6101
6102 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * fns.c (maybe_resize_hash_table): Output message when growing the
6105 purify-hashtable.
6106
6107 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6108
6109 * alloc.c (allocate_string_data): Remove dead code.
6110 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
6111 avoid GCC warning about unused macro.
6112
6113 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6114
6115 * alloc.c (allocate_string): Omit intervals initialization.
6116 * alloc.c (make_uninit_multibyte_string): Initialize intervals
6117 as in make_pure_string and make_pure_c_string.
6118
6119 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6120
6121 * alloc.c (allocate_string): Fix last change.
6122
6123 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6124
6125 * alloc.c (allocate_string): Remove two redundant calls
6126 to memset, add explicit initialization where appropriate.
6127
6128 2012-06-27 Glenn Morris <rgm@gnu.org>
6129
6130 * lisp.mk (lisp): Remove paths.elc.
6131
6132 2012-06-27 Chong Yidong <cyd@gnu.org>
6133
6134 * doc.c (Fsubstitute_command_keys): Fix punctuation.
6135
6136 2012-06-26 John Wiegley <johnw@newartisans.com>
6137
6138 * unexmacosx.c (copy_data_segment): Add two section names used
6139 on Mac OS X Lion: __mod_init_func and __mod_term_func.
6140
6141 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
6142 when building with Clang.
6143
6144 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * eval.c (Fapply): Allow calling it with a single argument.
6147
6148 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6149
6150 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
6151 _stricmp and _strnicmp.
6152 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
6153
6154 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
6155
6156 * alloc.c (allocate_window): Zero out non-Lisp part of newly
6157 allocated window.
6158 (allocate_process): Likewise for new process.
6159 (allocate_terminal): Change to use offsetof.
6160 (allocate_frame): Likewise.
6161 * frame.c (make_frame): Omit redundant initialization.
6162 * window.c (make_parent_window): Use memset.
6163 (make_window): Omit redundant initialization.
6164 * process.c (make_process): Omit redundant initialization.
6165 * terminal.c (create_terminal): Likewise.
6166
6167 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
6168
6169 * term.c (delete_tty): Remove redundant call to memset.
6170
6171 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
6172
6173 * alloc.c: Remove build_string.
6174 * lisp.h: Define build_string as static inline. This provides
6175 a better opportunity to optimize away calls to strlen when the
6176 function is called with compile-time constant argument.
6177 * image.c (imagemagick_error): Convert to build_string.
6178 * w32proc.c (sys_spawnve): Likewise.
6179 * xterm.c (x_term_init): Likewise.
6180
6181 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
6182
6183 Use sprintf return value instead of invoking strlen on result.
6184 In the old days this wasn't portable, since some sprintf
6185 implementations returned char *. But they died out years ago and
6186 Emacs already assumes sprintf returns int.
6187 Similarly for float_to_string.
6188 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
6189 * ccl.c (ccl_driver):
6190 * character.c (string_escape_byte8):
6191 * data.c (Fnumber_to_string):
6192 * doprnt.c (doprnt):
6193 * print.c (print_object):
6194 * xdisp.c (message_dolog):
6195 * xfns.c (syms_of_xfns):
6196 Use sprintf or float_to_string result to avoid need to call strlen.
6197 * data.c (Fnumber_to_string):
6198 Use make_unibyte_string, since the string must be ASCII.
6199 * lisp.h, print.c (float_to_string): Now returns int length.
6200 * term.c (produce_glyphless_glyph):
6201 Use sprintf result rather than recomputing it.
6202
6203 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
6204 * Makefile.in (ALL_CFLAGS):
6205 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
6206 * gmalloc.c, regex.c: Include <config.h> unconditionally.
6207
6208 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
6209
6210 * dispextern.h (xstrcasecmp): Define to library function
6211 strcasecmp if available.
6212 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
6213
6214 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
6215
6216 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
6217 Avoid comma operator.
6218 * menu.c (push_submenu_start, push_submenu_end)
6219 (push_left_right_boundary, push_menu_pane): Likewise.
6220 * msdos.c (dos_rawgetc): Likewise.
6221
6222 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
6223
6224 * xfns.c (xic_create_fontsetname): Remove redundant calls
6225 to memset.
6226
6227 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
6228
6229 * gtkutil.c (get_utf8_string): Remove redundant assignment.
6230 sprintf already null-terminates its output.
6231
6232 * xfns.c (x_window): Remove redundant cast.
6233
6234 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
6235
6236 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
6237 `const char *' to `char *' to avoid compiler warning.
6238
6239 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
6240
6241 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
6242 instead of truncating it to 63 (admittedly a generous limit).
6243
6244 * process.c: Fix spelling and caps in comments.
6245
6246 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
6247
6248 * emacs.c (setpgrp): Remove definition, unused.
6249 * sysdep.c (setpgrp): Remove definition, not used in this file.
6250
6251 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
6252
6253 * makefile.w32-in: Update dependencies.
6254
6255 2012-06-24 Eli Zaretskii <eliz@gnu.org>
6256
6257 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
6258 (SYSTIME_H): Add nt/inc/sys/time.h.
6259
6260 * systime.h [WINDOWSNT]: Include sys/time.h.
6261
6262 * s/ms-w32.h (struct timespec): Definition moved from
6263 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
6264
6265 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
6266
6267 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
6268 * buffer.h (buffer_slot_type_mismatch):
6269 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
6270 * eval.c (unwind_to_catch):
6271 * image.c (my_png_error, my_error_exit):
6272 * keyboard.c (quit_throw_to_read_char, user_error)
6273 (Fexit_recursive_edit, Fabort_recursive_edit):
6274 * lisp.h (die, args_out_of_range, args_out_of_range_3)
6275 (wrong_type_argument, buffer_overflow, __executable_start)
6276 (memory_full, buffer_memory_full, string_overflow, Fthrow)
6277 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
6278 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
6279 (fatal):
6280 (child_setup) [!DOS_NT]:
6281 * lread.c (end_of_file_error, invalid_syntax):
6282 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
6283 * puresize.h (pure_write_error):
6284 * search.c (matcher_overflow):
6285 * sound.c (sound_perror, alsa_sound_perror):
6286 * sysdep.c, syssignal.h (croak):
6287 * term.c (maybe_fatal, vfatal):
6288 * textprop.c (text_read_only):
6289 * undo.c (user_error):
6290 * unexmacosx.c (unexec_error):
6291 * xterm.c (x_ins_del_lines, x_delete_glyphs):
6292 Use _Noreturn rather than NO_RETURN.
6293 No need for separate decl merely because of _Noreturn.
6294 * sound.c (sound_warning, parse_sound):
6295 Remove unnecessary forward decls.
6296
6297 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
6298
6299 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
6300 * lisp.h (WAIT_READING_MAX): New macro.
6301 * dispnew.c (Fsleep_for, sit_for):
6302 * keyboard.c (kbd_buffer_get_event):
6303 * process.c (Faccept_process_output):
6304 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
6305 This improves on the previous patch, which introduced a bug
6306 when time_t is unsigned and as wide as intmax_t.
6307 See <http://bugs.gnu.org/9000#51>.
6308
6309 2012-06-23 Eli Zaretskii <eliz@gnu.org>
6310
6311 * dispnew.c (sit_for, Fsleep_for):
6312 * keyboard.c (kbd_buffer_get_event):
6313 * process.c (Faccept_process_output): Avoid compiler warnings when
6314 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
6315
6316 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * makefile.w32-in: Update dependencies.
6319
6320 * w32.c (ltime): Add return type and declare static.
6321 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
6322
6323 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
6324
6325 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
6326 Privately reported by Herbert J. Skuhra.
6327 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
6328 All uses changed.
6329 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
6330 not make_lisp_timeval, when the argument is of type EMACS_TIME.
6331
6332 2012-06-23 Eli Zaretskii <eliz@gnu.org>
6333
6334 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
6335 last argument of make_unibyte_string.
6336
6337 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
6338 language ID in the event parameters.
6339
6340 * w32term.c (w32_read_socket): Put the new keyboard codepage into
6341 event.code, not the obscure "character set ID".
6342
6343 2012-06-23 Chong Yidong <cyd@gnu.org>
6344
6345 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
6346
6347 2012-06-23 Eli Zaretskii <eliz@gnu.org>
6348
6349 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
6350 * w32.c (fdutimens): New function.
6351
6352 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
6353
6354 * s/ms-w32.h (pselect): Redirect to sys_select.
6355
6356 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
6357
6358 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
6359 in the logic of incrementing and decrementing the value of
6360 use_relocatable_buffers.
6361
6362 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
6363
6364 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
6365 Privately reported by Herbert J. Skuhra.
6366 [__FreeBSD__]: Remove "*/" typo after "#include".
6367 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
6368 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
6369 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
6370 Don't assume EMACS_TIME and struct timeval are the same type.
6371
6372 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6373
6374 Support higher-resolution time stamps (Bug#9000).
6375 The time stamps are only nanosecond-resolution at the C level,
6376 since that's the best that any real-world system supports now.
6377 But they are picosecond-resolution at the Lisp level, as that's
6378 easy, and leaves room for future OS improvements.
6379
6380 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
6381 (LIBES): Use it.
6382
6383 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
6384 Don't get current time unless it's needed.
6385
6386 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
6387 now provides it if it's absent.
6388 (start_atimer): Port to higher-res time stamps.
6389 Check for time stamp overflow. Don't get current time more
6390 often than is needed.
6391
6392 * buffer.h (struct buffer): Buffer modtime now has high resolution.
6393 Include systime.h, not time.h.
6394 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
6395
6396 * dired.c: Include stat-time.h.
6397 (Ffile-attributes): File times now have higher resolution.
6398
6399 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
6400 (struct image): Timestamp now has higher resolution.
6401
6402 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
6403 has at least microseconds now. All uses removed.
6404 (update_frame, update_single_window, update_window, update_frame_1)
6405 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
6406 (duration_to_sec_usec): Remove; no longer needed.
6407
6408 * editfns.c (time_overflow): Now extern.
6409 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
6410 (float-time, Fformat_time_string, Fcurrent_time_string)
6411 (Fcurrent_time_zone): Accept and generate higher-resolution
6412 time stamps.
6413 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
6414 (decode_time_components, lisp_seconds_argument): New functions.
6415 (make_time): Now static.
6416 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
6417 Report an error if the time is invalid, rather than having the caller
6418 do that.
6419
6420 * fileio.c: Include <stat-time.h>
6421 (Fcopy_file): Copy higher-resolution time stamps.
6422 Prefer to set the time stamp via a file descriptor if that works.
6423 (Fset_file_times, Finsert_file_contents, Fwrite_region)
6424 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
6425 (Fvisited_file_modtime, Fset_visited_file_modtime):
6426 Support higher-resolution time stamps.
6427
6428 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
6429
6430 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
6431
6432 * image.c (prepare_image_for_display, clear_image_cache)
6433 (lookup_image): Port to higer-resolution time stamps.
6434
6435 * keyboard.c (start_polling, bind_polling_period):
6436 Check for time stamp overflow.
6437 (read_char, kbd_buffer_get_event, timer_start_idle)
6438 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
6439 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
6440 Port to higher-resolution time stamps. Do not assume time_t is signed.
6441 (decode_timer): New function. Timers are now vectors of length 9,
6442 not 8, to accommodate the picosecond component.
6443 (timer_check_2): Use it.
6444
6445 * nsterm.m (select_timeout, timeval_subtract): Remove.
6446 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
6447 as they're a bit more accurate and handle overflow better.
6448 (ns_select): Change prototype to be compatible with pselect.
6449 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
6450 * nsterm.h (ns_select): Adjust prototype.
6451
6452 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
6453 us-resolution time stamps.
6454 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
6455
6456 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
6457
6458 * lisp.h (time_overflow): New decl.
6459 (wait_reading_process_output): First arg is now intmax_t, not int,
6460 to accommodate larger waits.
6461
6462 * process.h (struct Lisp_Process.read_output_delay):
6463 Now counts nanoseconds, not microseconds.
6464 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
6465 EMACS_HAS_USECS.
6466 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
6467 (wait_reading_process_output):
6468 Port to ns-resolution time stamps.
6469 (Faccept_process_output, wait_reading_process_output):
6470 Check for time stamp overflow. Do not assume time_t is signed.
6471 (select_wrapper): Remove; we now use pselect.
6472 (Fprocess_attributes): Now generates ns-resolution time stamps.
6473
6474 * sysdep.c: Include utimens.h. Don't include utime.h
6475 or worry about struct utimbuf; gnulib does that for us now.
6476 (gettimeofday): Remove; gnulib provides a substitute.
6477 (make_timeval): New function.
6478 (set_file_times): Now sets ns-resolution time stamps.
6479 New arg FD; all uses changed.
6480 (time_from_jiffies, ltime_from_jiffies, get_up_time)
6481 (system_process_attributes):
6482 Now returns ns-resolution time stamp. All uses changed.
6483 Check for time stamp overflow.
6484
6485 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
6486 provides a substitute now.
6487
6488 * systime.h: Include timespec.h rather than sys/time.h and time.h,
6489 since it guarantees struct timespec.
6490 (EMACS_TIME): Now struct timespec, so that we can support
6491 ns-resolution time stamps.
6492 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
6493 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
6494 (EMACS_USECS): Remove.
6495 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
6496 so multiply the arg by 1000 before storing it.
6497 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
6498 New macros.
6499 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
6500 Port to ns-resolution time stamps.
6501 (EMACS_TIME_NEG_P): Remove; replaced by....
6502 (EMACS_TIME_SIGN): New macro.
6503 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
6504 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
6505 (set_file_times, make_time, lisp_time_argument): Adjust signature.
6506 (make_timeval, make_lisp_time, decode_time_components): New decls.
6507 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
6508 that it mishandled time_t overflow. You can't compare by subtracting!
6509 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
6510 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
6511
6512 * term.c: Include <sys/time.h>.
6513 (timeval_to_Time): New function, for proper overflow wraparound.
6514 (term_mouse_position, term_mouse_click): Use it.
6515
6516 * undo.c (record_first_change): Support higher-resolution time stamps
6517 in the undo buffer.
6518 (Fprimitive_undo): Use them when restoring time stamps.
6519
6520 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
6521 (w32_get_internal_run_time):
6522 Port to higher-resolution Emacs time stamps.
6523 (ltime): Now accepts single 64-bit integer, as that's more convenient
6524 for callers.
6525
6526 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
6527
6528 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
6529 for compatibility with pselect. Support ns-resolution time stamps.
6530
6531 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
6532
6533 * xselect.c (wait_for_property_change, x_get_foreign_selection):
6534 Check for time stamp overflow, and support ns-resolution time stamps.
6535
6536 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
6537 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
6538 (timeval_subtract): Remove; no longer needed.
6539 (XTflash, XTring_bell, x_wait_for_event):
6540 Port to ns-resolution time stamps. Don't assume time_t is signed.
6541
6542 2012-06-22 Chong Yidong <cyd@gnu.org>
6543
6544 * xdisp.c (x_consider_frame_title): Revert last change.
6545
6546 2012-06-22 Eli Zaretskii <eliz@gnu.org>
6547
6548 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
6549 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
6550 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
6551 staticidx goes up to 1597 out of 1600 = 0x640.)
6552
6553 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
6554
6555 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
6556 Otherwise, the umask might be mistakenly 0 while handling input signals.
6557
6558 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
6561
6562 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
6563
6564 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
6565 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
6566 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
6567 access to `contents' member of Lisp_Vector objects with AREF and ASET
6568 where appropriate.
6569
6570 2012-06-19 Chong Yidong <cyd@gnu.org>
6571
6572 * frame.c (delete_frame): When selecting a frame on a different
6573 text terminal, do not alter the terminal's top-frame.
6574
6575 * xdisp.c (format_mode_line_unwind_data): Record the target
6576 frame's selected window and its terminal's top-frame.
6577 (unwind_format_mode_line): Restore them.
6578 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
6579 Callers changed.
6580 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
6581 since tty frames can be explicitly named.
6582 (prepare_menu_bars): Likewise.
6583
6584 * term.c (Ftty_top_frame): New function.
6585
6586 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
6587
6588 Port byte-code-meter to modern targets.
6589 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
6590 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
6591 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
6592 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
6593 (METER_1, METER_2): Simplify.
6594
6595 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * data.c (Fdefalias): Return `symbol' (bug#11686).
6598
6599 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6600
6601 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
6602 gets killed during executing of this function (Bug#11665).
6603 Try to always return Qt when the buffer has been actually killed.
6604 (Vkill_buffer_query_functions): In doc-string say that functions
6605 run by this hook should not change the current buffer.
6606
6607 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
6608
6609 Fix recently-introduced process.c problems found by static checking.
6610 * process.c (write_queue_push, write_queue_pop, send_process):
6611 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
6612 (write_queue_pop): Fix pointer signedness problem.
6613 (send_process): Remove unused local.
6614
6615 2012-06-17 Chong Yidong <cyd@gnu.org>
6616
6617 * xdisp.c (redisplay_internal): No need to redisplay terminal
6618 frames that are not on top.
6619
6620 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
6621
6622 * process.c (make_process): Initialize write_queue.
6623 (write_queue_push, write_queue_pop): New functions.
6624 (send_process): Use them to maintain correct ordering of process
6625 writes (Bug#10815).
6626
6627 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6628
6629 * lisp.h (eassert): Assume C89 or later.
6630 This removes the need for CHECK.
6631 (CHECK): Remove. Its comments about always evaluating its
6632 argument were confusing, as 'eassert' typically does not evaluate
6633 its argument.
6634
6635 * coding.c (produce_chars): Use ptrdiff_t, not int.
6636
6637 * xterm.c (x_draw_underwave): Check for integer overflow.
6638 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
6639
6640 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
6641
6642 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
6643 referenced (Bug#11583).
6644
6645 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6646
6647 Implement wave-style variant of underlining.
6648 * dispextern.h (face_underline_type): New enum.
6649 (face): Add field for underline type.
6650 * nsterm.m (ns_draw_underwave): New function.
6651 (ns_draw_text_decoration): Use it.
6652 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
6653 New functions.
6654 (x_draw_glyph_string): Use them.
6655 * xfaces.c (Qline, Qwave): New Lisp objects.
6656 (check_lface_attrs, merge_face_ref)
6657 (Finternal_set_lisp_face_attribute, realize_x_face):
6658 Handle wave-style underline face attributes.
6659 * xterm.c (x_draw_underwave): New function.
6660 (x_draw_glyph_string): Use it.
6661
6662 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
6663
6664 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
6665 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
6666 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
6667 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
6668 ($(BLD)/w32select.$(O)): Update dependencies.
6669
6670 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
6671
6672 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
6673 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
6674 * character.c (_fetch_multibyte_char_p): Remove.
6675 * alloc.c: Include "character.h" before "buffer.h".
6676 * bidi.c: Likewise.
6677 * buffer.c: Likewise.
6678 * bytecode.c: Likewise.
6679 * callint.c: Likewise.
6680 * callproc.c: Likewise.
6681 * casefiddle.c: Likewise.
6682 * casetab.c: Likewise.
6683 * category.c: Likewise.
6684 * cmds.c: Likewise.
6685 * coding.c: Likewise.
6686 * composite.c: Likewise.
6687 * dired.c: Likewise.
6688 * dispnew.c: Likewise.
6689 * doc.c: Likewise.
6690 * dosfns.c: Likewise.
6691 * editfns.c: Likewise.
6692 * emacs.c: Likewise.
6693 * fileio.c: Likewise.
6694 * filelock.c: Likewise.
6695 * font.c: Likewise.
6696 * fontset.c: Likewise.
6697 * fringe.c: Likewise.
6698 * indent.c: Likewise.
6699 * insdel.c: Likewise.
6700 * intervals.c: Likewise.
6701 * keyboard.c: Likewise.
6702 * keymap.c: Likewise.
6703 * lread.c: Likewise.
6704 * macros.c: Likewise.
6705 * marker.c: Likewise.
6706 * minibuf.c: Likewise.
6707 * nsfns.m: Likewise.
6708 * nsmenu.m: Likewise.
6709 * print.c: Likewise.
6710 * process.c: Likewise.
6711 * regex.c: Likewise.
6712 * region-cache.c: Likewise.
6713 * search.c: Likewise.
6714 * syntax.c: Likewise.
6715 * term.c: Likewise.
6716 * textprop.c: Likewise.
6717 * undo.c: Likewise.
6718 * unexsol.c: Likewise.
6719 * w16select.c: Likewise.
6720 * w32fns.c: Likewise.
6721 * w32menu.c: Likewise.
6722 * window.c: Likewise.
6723 * xdisp.c: Likewise.
6724 * xfns.c: Likewise.
6725 * xmenu.c: Likewise.
6726 * xml.c: Likewise.
6727 * xselect.c: Likewise.
6728
6729 2012-06-16 Eli Zaretskii <eliz@gnu.org>
6730
6731 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
6732 If all the glyphs of the glyph row came from strings, and we have no
6733 cursor positioning clues, put the cursor on the first glyph of the
6734 row.
6735 (handle_face_prop): Use chunk-relative overlay string index when
6736 indexing into it->string_overlays array. (Bug#11653)
6737 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
6738 the rightmost. (Bug#11720)
6739
6740 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
6741
6742 * category.h (CHAR_HAS_CATEGORY): Define as inline.
6743 (CATEGORY_MEMBER): Enforce 1/0 value.
6744 * category.c (_temp_category_set): Remove.
6745
6746 2012-06-16 Eli Zaretskii <eliz@gnu.org>
6747
6748 * window.c (Fdelete_other_windows_internal)
6749 (Fdelete_window_internal): Don't access frame's mouse highlight
6750 info of the initial frame. (Bug#11677)
6751
6752 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
6753
6754 * .gdbinit (xgetint): Fix recently-introduced paren typo.
6755 Assume USE_2_TAGS_FOR_INTS.
6756 (xreload): Adjust $tagmask width to match recent lisp.h change.
6757
6758 Simplify lisp.h in minor ways that should not affect code.
6759 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
6760 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
6761 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
6762 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
6763 (INTTYPEBITS): New macro, for clarity.
6764 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
6765 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
6766 Simplify now that USE_LSB_TAG is always defined.
6767 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
6768 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
6769
6770 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6771
6772 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
6773
6774 2012-06-13 Glenn Morris <rgm@gnu.org>
6775
6776 * s/bsd-common.h (BSD4_3):
6777 * s/usg5-4-common.h (USG5_4): No longer define; unused.
6778
6779 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
6780
6781 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
6782 instead of union.
6783 (XLI, XIL): Define.
6784 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
6785 Use them.
6786 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
6787 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
6788 * alloc.c (widen_to_Lisp_Object): Remove.
6789 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
6790 * frame.c (delete_frame): Remove outdated comment.
6791 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
6792 USE_LISP_UNION_TYPE.
6793 (Fw32_unregister_hot_key): Likewise.
6794 (Fw32_toggle_lock_key): Likewise.
6795 * w32menu.c (add_menu_item): Likewise.
6796 (w32_menu_display_help): Use XIL instead of checking
6797 USE_LISP_UNION_TYPE.
6798 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
6799 (init_heap): Likewise.
6800 * w32term.c (w32_read_socket): Update comment.
6801
6802 2012-06-13 Glenn Morris <rgm@gnu.org>
6803
6804 * s/usg5-4-common.h, src/s/unixware.h:
6805 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
6806
6807 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
6808
6809 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
6810
6811 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
6812 * alloc.c (make_number) [!defined make_number]:
6813 Remove, as lisp.h always defines this now.
6814 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
6815 (roundup_size): Verify that it is a power of 2.
6816 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
6817 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
6818 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
6819 -DUSE_LSB_TAG=0, to override the automatically-selected default.
6820 USE_LSB_TAG now is always defined to be either 0 or 1.
6821 All uses changed.
6822 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
6823 code works fine either way, and efficiency is not a concern here,
6824 as the union type is for debugging, not for production.
6825 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
6826 Use an inline function on all platforms when using the union type,
6827 since this is simpler and 'static inline' can be used portably
6828 within Emacs now.
6829 (LISP_INITIALLY_ZERO): New macro.
6830 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
6831 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
6832
6833 2012-06-12 Glenn Morris <rgm@gnu.org>
6834
6835 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
6836
6837 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
6838
6839 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
6840 Move BROKEN_SIGIO to configure.
6841
6842 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
6843 Move NO_TERMIO to configure.
6844
6845 2012-06-12 Chong Yidong <cyd@gnu.org>
6846
6847 * image.c (imagemagick_load_image): Use MagickFlattenImage if
6848 MagickMergeImageLayers is undefined. Use pixel pusher loop if
6849 MagickExportImagePixels is undefined.
6850
6851 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
6852
6853 * image.c (imagemagick_load_image): Remove unused label.
6854
6855 2012-06-11 Glenn Morris <rgm@gnu.org>
6856
6857 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
6858 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
6859 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
6860 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
6861
6862 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * alloc.c (make_byte_code): New function.
6865 (Fmake_byte_code): Use it. Don't purify here.
6866 * lread.c (read1): Use it as well to avoid extra allocation.
6867
6868 2012-06-11 Chong Yidong <cyd@gnu.org>
6869
6870 * image.c (imagemagick_load_image): Implement transparency.
6871
6872 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
6873
6874 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
6875 account for preceding backslashes. (Bug#11663)
6876
6877 2012-06-09 Chong Yidong <cyd@gnu.org>
6878
6879 * term.c: Support italics in capable terminals (Bug#9652).
6880 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
6881 (turn_on_face): Output using TS_enter_italic_mode if available.
6882 Don't handle unused blinking and alt-charset cases.
6883 (turn_off_face): Handle italic case; discard unused tty_blinking_p
6884 and tty_alt_charset_p cases.
6885 (tty_capable_p, init_tty): Support italics.
6886
6887 * termchar.h (struct tty_display_info): Add field for italics.
6888 Remove unused blink field.
6889
6890 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
6891 Handle slant.
6892
6893 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
6894 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
6895 tty_alt_charset_p. Add tty_italic_p.
6896
6897 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
6898
6899 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
6900 dbus_type_is_basic if available.
6901 (xd_extract_signed, xd_extract_unsigned): Rename from
6902 extract_signed and extract_unsigned, respectively. Adapt callers.
6903
6904 2012-06-09 Chong Yidong <cyd@gnu.org>
6905
6906 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
6907
6908 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
6909 case (Bug#9752).
6910
6911 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
6912
6913 * xdisp.c (vmessage): Treat frame message as multibyte.
6914 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
6915 would generate the diagnostic "Making \302\247 buffer-local while
6916 let-bound!".
6917
6918 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6919
6920 * dispnew.c (showing_window_margins_p): Undo last change, which
6921 was done due to an inadvertent commit.
6922 (adjust_frame_glyphs_for_frame_redisplay): Do call
6923 showing_window_margins_p.
6924
6925 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * eval.c (Fmake_var_non_special): New primitive.
6928 (syms_of_eval): Defsubr it.
6929 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
6930
6931 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
6934 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
6935
6936 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6937
6938 * alloc.c (allocate_vectorlike): Fix last change.
6939
6940 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
6941
6942 Block-based vector allocation of small vectors.
6943 * lisp.h (struct vectorlike_header): New field `nbytes',
6944 adjust comment accordingly.
6945 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
6946 to denote vector blocks. Adjust users (live_vector_p,
6947 mark_maybe_pointer, valid_lisp_object_p) accordingly.
6948 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
6949 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
6950 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
6951 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
6952 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
6953 (roundup_size): New constant.
6954 (struct vector_block): New data type.
6955 (vector_blocks, vector_free_lists, zero_vector): New variables.
6956 (all_vectors): Rename to `large_vectors'.
6957 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
6958 (sweep_vectors): New functions.
6959 (allocate_vectorlike): Return `zero_vector' as the only vector of
6960 0 items. Allocate new vector from block if vector size is less than
6961 or equal to VBLOCK_BYTES_MAX.
6962 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
6963 (init_alloc_once): Add call to init_vectors.
6964
6965 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
6968
6969 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
6970
6971 * doprnt.c (doprnt): Truncate multibyte char correctly.
6972 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
6973 would mishandle a string argument "Xc" if X was a multibyte
6974 character of length 2: it would truncate after X's first byte
6975 rather than including all of X.
6976
6977 2012-06-06 Chong Yidong <cyd@gnu.org>
6978
6979 * buffer.c (word_wrap): Doc fix.
6980
6981 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
6982
6983 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
6984
6985 2012-06-03 Glenn Morris <rgm@gnu.org>
6986
6987 * xdisp.c (tool-bar-style): Doc fix.
6988
6989 2012-06-03 Ulrich Müller <ulm@gentoo.org>
6990
6991 * Makefile.in (PAXCTL): Define.
6992 (temacs$(EXEEXT)): Disable memory randomization for the temacs
6993 binary via PaX flags if the paxctl utility is available.
6994 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6995 Restore PaX flags to their default. (Bug#11398)
6996
6997 2012-06-03 Chong Yidong <cyd@gnu.org>
6998
6999 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
7000 buffer (Bug#11226).
7001
7002 2012-06-03 Chong Yidong <cyd@gnu.org>
7003
7004 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
7005 (note_mode_line_or_margin_highlight): If there is no help echo,
7006 use mode-line-default-help-echo. Handle the case where the mouse
7007 position is past the end of the mode line string.
7008
7009 * buffer.c (buffer_local_value_1): New function, split from
7010 Fbuffer_local_value; can return Qunbound.
7011 (Fbuffer_local_value): Use it.
7012 (Vmode_line_format): Docstring tweaks.
7013
7014 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
7015
7016 * sysdep.c (system_process_attributes): Improve comment.
7017
7018 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * keyboard.c: Export real-this-command to Elisp.
7021 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
7022 and DEFVAR it. Update all users.
7023
7024 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
7025
7026 * minibuf.c (Fassoc_string): Remove duplicate declaration.
7027
7028 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
7029 Convert pctcpu and pctmem to Lisp float properly.
7030 Let the compiler fold better, as 100.0/0x8000 is exact.
7031
7032 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
7033
7034 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
7035 cons_block.
7036
7037 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
7038
7039 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
7040
7041 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
7042
7043 For a 'struct window', replace some Lisp_Object fields to
7044 bitfields where appropriate, remove unused fields.
7045 * window.h (struct window): Remove unused 'last_mark_x' and
7046 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
7047 change it's type from Lisp_Object to bitfield.
7048 Change type of 'force_start', 'optional_new_start',
7049 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
7050 fields from Lisp_Object to bitfield. Adjust users accordingly.
7051
7052 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
7053
7054 Pacify gcc -Wdouble-precision when using Xaw.
7055 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
7056 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
7057 Use 'float' consistently, rather than 'float' in most places
7058 and 'double' in a couple of places.
7059
7060 2012-05-31 Eli Zaretskii <eliz@gnu.org>
7061
7062 * xdisp.c (handle_stop): Detect whether we have overlay strings
7063 loaded by testing it->current.overlay_string_index to be
7064 non-negative, instead of checking whether n_overlay_strings is
7065 positive. (Bug#11587)
7066
7067 2012-05-31 Chong Yidong <cyd@gnu.org>
7068
7069 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
7070
7071 * doc.c (Fsubstitute_command_keys): Doc fix.
7072
7073 2012-05-31 Eli Zaretskii <eliz@gnu.org>
7074
7075 * search.c (search_buffer): Remove calls to
7076 r_alloc_inhibit_buffer_relocation, as it is now called by
7077 maybe_unify_char, which was the cause of relocation of buffer text
7078 in bug#11519.
7079
7080 2012-05-31 Eli Zaretskii <eliz@gnu.org>
7081
7082 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
7083 for the duration of call to load_charset, to avoid problems with
7084 callers of maybe_unify_char that access buffer text through C
7085 pointers.
7086
7087 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
7088 decrement the inhibition flag, instead of just setting or
7089 resetting it.
7090
7091 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
7092
7093 Remove obsolete '#define static' cruft.
7094 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
7095 This #undef was "temporary" in 2000; it is no longer needed
7096 now that '#define static' has gone away.
7097 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
7098 (gray_bitmap_bits): Remove; no longer needed.
7099 All uses replaced with definiens.
7100 * xterm.c: Include "bitmaps/gray.xbm".
7101
7102 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
7103
7104 Clean up __executable_start, monstartup when --enable-profiling.
7105 The following changes affect the code only when profiling.
7106 * dispnew.c (__executable_start): Rename from safe_bcopy.
7107 Define only on platforms that need it.
7108 * emacs.c: Include <sys/gmon.h> when profiling.
7109 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
7110 (__executable_start): Remove decl, since lisp.h does it now.
7111 (safe_bcopy): Remove decl; no longer has that name.
7112 (main): Coalesce #if into single bit of code, for simplicity.
7113 Cast pointers to uintptr_t, since standard libraries want integers
7114 and not pointers.
7115 * lisp.h (__executable_start): New decl.
7116
7117 2012-05-31 Glenn Morris <rgm@gnu.org>
7118
7119 * image.c (Fimagemagick_types): Doc fix.
7120
7121 2012-05-30 Jim Meyering <meyering@redhat.com>
7122
7123 * callproc.c (Fcall_process_region): Include directory component
7124 in mkstemp error message (Bug#11586).
7125
7126 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
7127
7128 * alloc.c, lisp.h (make_pure_vector): Now static.
7129
7130 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
7133 Move to byte-run.el.
7134 (Fautoload): Do the hash-doc more carefully.
7135 * data.c (Fdefalias): Purify definition, except for keymaps.
7136 (Qdefun): Move from eval.c.
7137 * lisp.h (Qdefun): Remove.
7138 * lread.c (read1): Tiny simplification.
7139
7140 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7141
7142 Do not create empty overlays with the evaporate property (Bug#9642).
7143 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
7144 Bug#9642, but explicitly check that the buffer the overlay would
7145 be moved to is live and rearrange lines to make sure that errors
7146 will not put the overlay in an inconsistent state.
7147 (Fdelete_overlay): Cosmetics.
7148
7149 2012-05-28 Eli Zaretskii <eliz@gnu.org>
7150
7151 * w32term.c (my_bring_window_to_top): New function.
7152 (x_raise_frame): Use handle returned by DeferWindowPos, which
7153 could be different from the original one.
7154 Call my_bring_window_to_top instead of my_set_foreground_window.
7155 (Bug#11513)
7156
7157 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
7158 by calling BringWindowToTop.
7159
7160 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
7161 (WM_EMACS_END): Increase by one.
7162
7163 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
7164
7165 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
7166 This avoids undefined behavior that might cause the eassert
7167 to not catch an out-of-range value.
7168
7169 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
7170
7171 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
7172 Update dependencies.
7173
7174 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7175
7176 * bidi.c (bidi_mirror_char): Fix last change.
7177
7178 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
7179
7180 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
7181 when referring to sectname field in printf format.
7182
7183 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
7184
7185 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
7186 Only r_alloc_inhibit_buffer_relocation needed to be added;
7187 the others were already declared.
7188
7189 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
7190 before checking whether it's out of range. Put the check inside
7191 eassert. See
7192 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
7193
7194 2012-05-27 Ken Brown <kbrown@cornell.edu>
7195
7196 * callproc.c (Fcall_process): Restore a line that was accidentally
7197 commented out in the 2011-02-13 change (bug#11547).
7198
7199 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7200
7201 * lisp.h [REL_ALLOC]: Add prototypes for external functions
7202 defined on ralloc.c.
7203
7204 * buffer.c [REL_ALLOC]: Remove prototypes of
7205 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
7206 they are now on lisp.h.
7207
7208 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
7209
7210 * search.c (search_buffer): Use it to inhibit relocation of buffer
7211 text while re_search_2 is doing its job, because re_search_2 is
7212 passed C pointers to buffer text. (Bug#11519)
7213
7214 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
7215 Update value to 24.
7216
7217 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
7218 state after an additional call to move_it_in_display_line_to, keep
7219 the values of it->max_ascent and it->max_descent found for the
7220 entire line.
7221 (pos_visible_p): Revert the comparison against bottom_y to what it
7222 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
7223 (Bug#11464)
7224
7225 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
7226
7227 Fix coding-related core dumps with gcc -ftrapv.
7228 The code was computing A - B, where A and B are pointers, and B is
7229 random garbage. This can lead to core dumps on platforms that
7230 have special pointer registers, and it also leads to core dumps on
7231 x86-64 when compiled with gcc -ftrapv. The fix is to compute
7232 A - B only when B is initialized properly.
7233 * coding.c (coding_set_source, coding_set_destination): Return void.
7234 (coding_change_source, coding_change_destinations): New functions,
7235 with the old behaviors of coding_set_source and coding_set_destination.
7236 All callers that need an offset changed to use these new functions.
7237
7238 2012-05-26 Glenn Morris <rgm@gnu.org>
7239
7240 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
7241
7242 2012-05-26 Eli Zaretskii <eliz@gnu.org>
7243
7244 Extend mouse support on W32 text-mode console.
7245 * xdisp.c (draw_row_with_mouse_face):
7246 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
7247
7248 * w32console.c: Include window.h.
7249 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
7250 New functions.
7251 (initialize_w32_display): Initialize mouse-highlight data.
7252
7253 * w32inevt.c: Include termchar.h and window.h.
7254 (do_mouse_event): Support mouse-autoselect-window. When the mouse
7255 moves, call note_mouse_highlight. If help_echo changed, call
7256 gen_help_event to produce help-echo message in the echo area.
7257 Call clear_mouse_face if mouse_face_hidden is set in the mouse
7258 highlight info.
7259
7260 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
7261
7262 * lread.c (read1): Simplify slightly to avoid an overflow warning
7263 with GCC 4.7.0 on x86-64.
7264
7265 2012-05-26 Eli Zaretskii <eliz@gnu.org>
7266
7267 * bidi.c (bidi_mirror_char): Revert last change: an int is
7268 definitely wide enough here.
7269
7270 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
7271
7272 Fix integer width and related bugs (Bug#9874).
7273 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
7274 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
7275 (string_bytes, check_sblock, allocate_string_data):
7276 (compact_small_strings, Fmake_bool_vector, make_string)
7277 (make_unibyte_string, make_multibyte_string)
7278 (make_string_from_bytes, make_specified_string)
7279 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
7280 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
7281 (mark_vectorlike):
7282 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7283 (allocate_pseudovector):
7284 Use int, not EMACS_INT, where int is wide enough.
7285 (inhibit_garbage_collection, Fgarbage_collect):
7286 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7287 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
7288 int might not be wide enough.
7289 (bidi_cache_search, bidi_cache_find, bidi_init_it)
7290 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
7291 (bidi_at_paragraph_end, bidi_find_paragraph_start)
7292 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
7293 (bidi_level_of_next_char, bidi_move_to_visually_next):
7294 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7295 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
7296 (Fkill_buffer, Fset_buffer_major_mode)
7297 (advance_to_char_boundary, Fbuffer_swap_text)
7298 (Fset_buffer_multibyte, overlays_at, overlays_in)
7299 (overlay_touches_p, struct sortvec, record_overlay_string)
7300 (overlay_strings, recenter_overlay_lists)
7301 (adjust_overlays_for_insert, adjust_overlays_for_delete)
7302 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
7303 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
7304 (Foverlay_recenter, last_overlay_modification_hooks_used)
7305 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
7306 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7307 (validate_region): Omit unnecessary test for b <= e,
7308 since that's guaranteed by the previous test.
7309 (adjust_overlays_for_delete): Avoid pos + length overflow.
7310 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
7311 (report_overlay_modification):
7312 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7313 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
7314 Omit pointer cast, which isn't needed anyway, and doesn't work
7315 after the EMACS_INT -> ptrdiff_t change.
7316 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
7317 * buffer.h: Adjust decls to match defn changes elsewhere.
7318 (struct buffer_text, struct buffer):
7319 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7320 Use EMACS_INT, not int, where int might not be wide enough.
7321 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
7322 not int, to avoid needless 32-bit limit on 64-bit hosts.
7323 (exec_byte_code): Use tighter memory-full test, one that checks
7324 for alloca overflow. Don't compute the address of the object just
7325 before an array, as that's not portable. Use EMACS_INT, not
7326 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
7327 * callint.c (Fcall_interactively):
7328 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7329 * callproc.c (call_process_kill, Fcall_process):
7330 Don't assume pid_t fits into an Emacs fixnum.
7331 (call_process_cleanup, Fcall_process, child_setup):
7332 Don't assume pid_t fits into int.
7333 (call_process_cleanup, Fcall_process, delete_temp_file)
7334 (Fcall_process_region):
7335 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7336 (Fcall_process): Simplify handling of volatile integers.
7337 Use int, not EMACS_INT, where int will do.
7338 * casefiddle.c (casify_object, casify_region, operate_on_word)
7339 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
7340 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7341 (casify_object): Avoid integer overflow when overallocating buffer.
7342 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
7343 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
7344 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
7345 * category.h (CATEGORYP): Don't assume arg is nonnegative.
7346 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
7347 integers are now checked earlier. All uses replaced with XINT.
7348 (ccl_driver):
7349 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7350 For CCL_MapSingle, check that content and value are in int range.
7351 (ccl_driver, Fregister_code_conversion_map):
7352 Check that Vcode_version_map_vector is a vector.
7353 (resolve_symbol_ccl_program): Check that vector header is in range.
7354 Always copy the vector, so that we can check its contents reliably
7355 now rather than having to recheck each instruction as it's being
7356 executed. Check that vector words fit in 'int'.
7357 (ccl_get_compiled_code, Fregister_ccl_program)
7358 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
7359 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
7360 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
7361 contents are in range.
7362 (Fccl_execute_on_string): Check that status is in range.
7363 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
7364 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
7365 Accept and return EMACS_INT, not int, because callers can pass values
7366 out of 'int' range.
7367 (c_string_width, strwidth, lisp_string_width, chars_in_text)
7368 (multibyte_chars_in_text, parse_str_as_multibyte)
7369 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
7370 (str_as_unibyte, str_to_unibyte, string_count_byte8)
7371 (string_escape_byte8, Fget_byte):
7372 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7373 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
7374 avoid mishandling large integers.
7375 * character.h: Adjust decls to match defn changes elsewhere.
7376 * charset.c (load_charset_map_from_file, find_charsets_in_text)
7377 (Ffind_charset_region):
7378 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7379 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
7380 (load_charset_map_from_vector, Fdefine_charset_internal):
7381 Don't assume fixnum fits in int.
7382 (load_charset_map_from_vector, Fmap_charset_chars):
7383 Remove now-unnecessary CHECK_NATNUMs.
7384 (Fdefine_charset_internal): Check ranges here, more carefully.
7385 Don't rely on undefined behavior with signed left shift overflow.
7386 Don't assume unsigned int fits into fixnum, or that fixnum fits
7387 into unsigned int. Don't require max_code to be a valid fixnum;
7388 that's not true for gb10830 4-byte on a 32-bit host. Allow
7389 invalid_code to be a cons, for the same reason. Require code_offset
7390 to be a character. Avoid int overflow if max_char is close
7391 to INT_MAX.
7392 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
7393 this is intended anyway and avoids some undefined behavior.
7394 (load_charset_map): Pass unsigned, not int, as 2nd arg of
7395 INDEX_TO_CODE_POINT, as that's what it expects.
7396 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
7397 * charset.h (DECODE_CHAR): Return int, not unsigned;
7398 this is what was intended anyway, and it avoids undefined behavior.
7399 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
7400 integer-overflow issues.
7401 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
7402 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
7403 where the argument is EMACS_INT, and this behavior is not intended.
7404 * chartab.c (Fmake_char_table, Fset_char_table_range)
7405 (uniprop_get_decoder, uniprop_get_encoder):
7406 Don't assume fixnum fits in int.
7407 * cmds.c (move_point): New function, that does the gist of
7408 Fforward_char and Fbackward_char, but does so while checking
7409 for integer overflow more accurately.
7410 (Fforward_char, Fbackward_char): Use it.
7411 (Fforward_line, Fend_of_line, internal_self_insert)
7412 (internal_self_insert):
7413 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7414 Fix a FIXME, by checking for integer overflow when calculating
7415 target_clm and actual_clm.
7416 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
7417 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
7418 (ASSURE_DESTINATION, coding_alloc_by_realloc)
7419 (coding_alloc_by_making_gap, alloc_destination)
7420 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
7421 (encode_coding_utf_16, detect_coding_emacs_mule)
7422 (decode_coding_emacs_mule, encode_coding_emacs_mule)
7423 (detect_coding_iso_2022, decode_coding_iso_2022)
7424 (encode_invocation_designation, encode_designation_at_bol)
7425 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
7426 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
7427 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
7428 (encode_coding_ccl, encode_coding_raw_text)
7429 (detect_coding_charset, decode_coding_charset)
7430 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
7431 (produce_composition, produce_charset, produce_annotation)
7432 (decode_coding, handle_composition_annotation)
7433 (handle_charset_annotation, consume_chars, decode_coding_gap)
7434 (decode_coding_object, encode_coding_object, detect_coding_system)
7435 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
7436 (code_convert_region, code_convert_string)
7437 (Fdefine_coding_system_internal)
7438 (coding_set_source, coding_set_destination):
7439 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7440 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
7441 (Fdefine_coding_system_internal):
7442 Don't assume fixnums fit in int.
7443 (decode_coding_gap, decode_coding_object, encode_coding_object)
7444 (Fread_coding_system, Fdetect_coding_region)
7445 (Funencodable_char_position, Fcheck_coding_systems_region)
7446 (get_translation, handle_composition_annotation, consume_chars):
7447 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7448 (consume_chars): Rewrite to not calculate an address outside buffer.
7449 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
7450 Don't access memory outside of the args array.
7451 (Fdefine_coding_system_internal): Check for charset-id overflow.
7452 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
7453 result of ENCODE_CHAR.
7454 * coding.h: Adjust decls to match defn changes elsewhere.
7455 (struct coding_system):
7456 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7457 * composite.c (get_composition_id, find_composition)
7458 (run_composition_function, update_compositions)
7459 (compose_text, composition_gstring_put_cache)
7460 (composition_gstring_p, composition_gstring_width)
7461 (fill_gstring_header, fill_gstring_body, autocmp_chars)
7462 (composition_compute_stop_pos, composition_reseat_it)
7463 (composition_update_it, struct position_record)
7464 (find_automatic_composition, composition_adjust_point)
7465 (Fcomposition_get_gstring, Ffind_composition_internal):
7466 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7467 (update_compositions):
7468 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7469 * composite.h: Adjust decls to match defn changes elsewhere.
7470 (struct composition):
7471 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7472 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
7473 Do not attempt to compute the address of the object just before a
7474 buffer; this is not portable.
7475 (Faref, Faset):
7476 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7477 (Faset): Use int, not EMACS_INT, where int is wide enough.
7478 (Fstring_to_number): Don't assume fixnums fit in int.
7479 (Frem): Don't assume arg is nonnegative.
7480 * dbusbind.c (xd_append_arg): Check for integers out of range.
7481 (Fdbus_call_method): Don't overflow the timeout int.
7482 (extract_signed, extract_unsigned): New functions.
7483 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
7484 (xd_get_connection_references): Return ptrdiff_t, not int.
7485 All uses changed.
7486 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
7487 (xd_read_message_1):
7488 Use int, not unsigned, where the dbus API uses int.
7489 (Fdbus_message_internal): Don't overflow mtype.
7490 (syms_of_dbusbind): Allocate right-sized buffer for integers.
7491 * dired.c (directory_files_internal, file_name_completion, scmp)
7492 (file_name_completion_stat):
7493 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7494 (file_name_completion): Don't overflow matchcount.
7495 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
7496 * dispextern.h: Adjust decls to match defn changes elsewhere.
7497 (struct text_pos, struct glyph, struct bidi_saved_info)
7498 (struct bidi_string_data, struct bidi_it, struct composition_it)
7499 (struct it):
7500 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7501 (struct display_pos, struct composition_it, struct it):
7502 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7503 * dispnew.c (increment_matrix_positions)
7504 (increment_row_positions, mode_line_string)
7505 (marginal_area_string):
7506 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7507 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
7508 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7509 (duration_to_sec_usec): New function, to check for overflow better.
7510 (Fsleep_for, sit_for): Use it.
7511 * doc.c (get_doc_string, store_function_docstring):
7512 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7513 (get_doc_string, Fsnarf_documentation):
7514 Use int, not EMACS_INT, where int is wide enough.
7515 (get_doc_string):
7516 Use SAFE_ALLOCA, not alloca.
7517 Check for overflow when converting EMACS_INT to off_t.
7518 * doprnt.c (doprnt):
7519 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7520 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
7521 Don't assume uid_t fits into fixnum.
7522 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
7523 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
7524 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
7525 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
7526 (general_insert_function)
7527 (Finsert_char, make_buffer_string, make_buffer_string_both)
7528 (update_buffer_properties, Fbuffer_substring)
7529 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
7530 (Fsubst_char_in_region, check_translation)
7531 (Ftranslate_region_internal, save_restriction_restore, Fformat)
7532 (transpose_markers, Ftranspose_regions):
7533 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7534 (clip_to_bounds): Move to lisp.h as an inline function).
7535 (Fconstrain_to_field): Don't assume integers are nonnegative.
7536 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
7537 (Fsubst_char_in_region, Fsave_restriction):
7538 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7539 (Femacs_pid): Don't assume pid_t fits into fixnum.
7540 (lo_time): Use int, not EMACS_INT, when int suffices.
7541 (lisp_time_argument): Check for usec out of range.
7542 (Fencode_time): Don't assume fixnum fits in int.
7543 (Fuser_login_name, Fuser_full_name): Signal an error
7544 if a uid argument is out of range, rather than relying on
7545 undefined behavior.
7546 (Fformat_time_string): Remove now-unnecessary check.
7547 lisp_time_argument checks for out-of-range usec now.
7548 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
7549 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
7550 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
7551 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
7552 (init_cmdargs, Fdump_emacs):
7553 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7554 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
7555 the bottom (typically) 32 bits of the fixnum.
7556 * eval.c (specpdl_size, call_debugger):
7557 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7558 (when_entered_debugger, Fbacktrace_debug):
7559 Don't assume fixnum can fit in int.
7560 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
7561 the object just before a buffer; this is not portable.
7562 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
7563 (grow_specpdl, unbind_to):
7564 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7565 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
7566 (grow_specpdl): Simplify allocation by using xpalloc.
7567 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
7568 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
7569 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
7570 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7571 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
7572 (a_write, e_write):
7573 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7574 (Fcopy_file, non_regular_nbytes, read_non_regular)
7575 (Finsert_file_contents):
7576 Use int, not EMACS_INT, where int is wide enough.
7577 (READ_BUF_SIZE): Verify that it fits in int.
7578 (Finsert_file_contents): Check that counts are in proper range,
7579 rather than assuming fixnums fit into ptrdiff_t etc.
7580 Don't assume fixnums fit into int.
7581 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
7582 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
7583 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
7584 (string_char_to_byte, string_byte_to_char)
7585 (string_make_multibyte, string_to_multibyte)
7586 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
7587 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
7588 (substring_both, Fdelete, internal_equal, Ffillarray)
7589 (Fclear_string, mapcar1)
7590 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
7591 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
7592 (larger_vector, make_hash_table, maybe_resize_hash_table)
7593 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
7594 (Fmaphash, secure_hash):
7595 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7596 (concat): Check for string index and length overflow.
7597 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
7598 (Frequire):
7599 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7600 (larger_vector): New API (vec, incr_min, size_max) replaces old
7601 one (vec, new_size, init). This catches size overflow.
7602 INIT was removed because it was always Qnil.
7603 All callers changed.
7604 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
7605 the upper bound on a hash table index size.
7606 (make_hash_table, maybe_resize_hash_table): Use it.
7607 (secure_hash): Computer start_byte and end_byte only after
7608 they're known to be in ptrdiff_t range.
7609 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
7610 (Ffont_get_glyphs, Ffont_at):
7611 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7612 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
7613 (Flist_fonts, Fopen_font):
7614 Don't assume fixnum can fit in int.
7615 (check_gstring): Don't assume index can fit in int.
7616 (font_match_p): Check that fixnum is a character, not a nonnegative
7617 fixnum, since the later code needs to stuff it into an int.
7618 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
7619 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
7620 conversion overflow issues.
7621 (Fopen_font): Check for integer out of range.
7622 (Ffont_get_glyphs): Don't assume index can fit in int.
7623 * font.h: Adjust decls to match defn changes elsewhere.
7624 * fontset.c (reorder_font_vector): Redo score calculation to avoid
7625 integer overflow.
7626 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
7627 printmax_t, where ptrdiff_t is wide enough.
7628 (Finternal_char_font):
7629 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7630 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
7631 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
7632 (Fset_frame_position, x_set_frame_parameters)
7633 (x_set_line_spacing, x_set_border_width)
7634 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
7635 Check that fixnums are in proper range for system types.
7636 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
7637 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7638 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
7639 Use SAFE_ALLOCA_LISP, not alloca.
7640 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
7641 intptr_t is wide enough.
7642 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
7643 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
7644 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
7645 Check for fixnum out of range.
7646 * ftfont.c (ftfont_list): Don't assume index fits in int.
7647 Check that fixnums are in proper range for system types.
7648 (ftfont_shape_by_flt):
7649 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7650 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
7651 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7652 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
7653 Check that fixnums are in proper range for system types.
7654 * gnutls.h: Adjust decls to match defn changes elsewhere.
7655 * gtkutil.c (xg_dialog_run):
7656 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7657 (update_frame_tool_bar):
7658 Check that fixnums are in proper range for system types.
7659 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
7660 (lookup_image): Check that fixnums are in range for system types.
7661 * indent.c (last_known_column, last_known_column_point):
7662 (current_column_bol_cache):
7663 (skip_invisible, current_column, check_display_width):
7664 (check_display_width, scan_for_column, current_column_1)
7665 (Findent_to, Fcurrent_indentation, position_indentation)
7666 (indented_beyond_p, Fmove_to_column, compute_motion):
7667 (Fcompute_motion, Fvertical_motion):
7668 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7669 (last_known_column_modified): Use EMACS_INT, not int.
7670 (check_display_width):
7671 (Fcompute_motion):
7672 Check that fixnums and floats are in proper range for system types.
7673 (compute_motion): Don't assume index or fixnum fits in int.
7674 (compute_motion, Fcompute_motion):
7675 Use int, not EMACS_INT, when it is wide enough.
7676 (vmotion): Omit local var start_hpos that is always 0; that way
7677 we don't need to worry about overflow in expressions involving it.
7678 * indent.h: Adjust decls to match defn changes elsewhere.
7679 (struct position):
7680 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7681 Use int, not EMACS_INT, where int is wide enough.
7682 Remove unused members ovstring_chars_done and tab_offset;
7683 all uses removed.
7684 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7685 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
7686 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7687 (make_gap, copy_text, insert, insert_and_inherit)
7688 (insert_before_markers, insert_before_markers_and_inherit)
7689 (insert_1, count_combining_before, count_combining_after)
7690 (insert_1_both, insert_from_string)
7691 (insert_from_string_before_markers, insert_from_string_1)
7692 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
7693 (adjust_after_replace, adjust_after_insert, replace_range)
7694 (replace_range_2, del_range, del_range_1, del_range_byte)
7695 (del_range_both, del_range_2, modify_region)
7696 (prepare_to_modify_buffer, signal_before_change)
7697 (signal_after_change, Fcombine_after_change_execute):
7698 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7699 * intervals.c (traverse_intervals, rotate_right, rotate_left)
7700 (balance_an_interval, split_interval_right, split_interval_left)
7701 (find_interval, next_interval, update_interval)
7702 (adjust_intervals_for_insertion, delete_node, delete_interval)
7703 (interval_deletion_adjustment, adjust_intervals_for_deletion)
7704 (static_offset_intervals, offset_intervals)
7705 (merge_interval_right, merge_interval_left, make_new_interval)
7706 (graft_intervals_into_buffer, temp_set_point_both)
7707 (temp_set_point, set_point, adjust_for_invis_intang)
7708 (set_point_both, move_if_not_intangible, get_property_and_range)
7709 (get_local_map, copy_intervals, copy_intervals_to_string)
7710 (compare_string_intervals, set_intervals_multibyte_1):
7711 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7712 * intervals.h: Adjust decls to match defn changes elsewhere.
7713 (struct interval):
7714 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7715 * keyboard.c (this_command_key_count, this_single_command_key_start)
7716 (before_command_key_count, before_command_echo_length, echo_now)
7717 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
7718 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
7719 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
7720 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
7721 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7722 (last_non_minibuf_size, last_point_position, echo_truncate)
7723 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
7724 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
7725 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
7726 (stuff_buffered_input):
7727 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7728 (last_auto_save, command_loop_1, read_char):
7729 Use EMACS_INT, not int, to avoid integer overflow.
7730 (record_char): Avoid overflow in total_keys computation.
7731 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
7732 * keyboard.h: Adjust decls to match defn changes elsewhere.
7733 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
7734 (Fkey_description, Fdescribe_vector, Flookup_key):
7735 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7736 (click_position): New function, to check that positions are in range.
7737 (Fcurrent_active_maps):
7738 (describe_command):
7739 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7740 (Faccessible_keymaps, Fkey_description):
7741 (preferred_sequence_p):
7742 Don't assume fixnum can fit into int.
7743 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
7744 Check for integer overflow in size calculations.
7745 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
7746 avoid mishandling large integers.
7747 * lisp.h: Adjust decls to match defn changes elsewhere.
7748 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
7749 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
7750 (struct Lisp_Marker):
7751 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7752 (clip_to_bounds): Now an inline function, moved here from editfns.c.
7753 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
7754 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
7755 All callers changed.
7756 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
7757 Assume the arg has valid form, since it always does.
7758 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
7759 unsigned integer system type.
7760 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
7761 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
7762 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7763 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
7764 (duration_to_sec_usec): New decl.
7765 * lread.c (read_from_string_index, read_from_string_index_byte)
7766 (read_from_string_limit, readchar, unreadchar, openp)
7767 (read_internal_start, read1, oblookup):
7768 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7769 (Fload, readevalloop, Feval_buffer, Feval_region):
7770 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7771 (openp): Check for out-of-range argument to 'access'.
7772 (read1): Use int, not EMACS_INT, where int is wide enough.
7773 Don't assume fixnum fits into int.
7774 Fix off-by-one error that can read outside a buffer.
7775 (read_filtered_event): Use duration_to_sec_usec
7776 to do proper overflow checking on durations.
7777 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
7778 in size calculation.
7779 (Fexecute_kbd_macro):
7780 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7781 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
7782 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
7783 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
7784 (set_marker_both, set_marker_restricted_both, marker_position)
7785 (marker_byte_position, Fbuffer_has_markers_at):
7786 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7787 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
7788 * menu.c (ensure_menu_items): Rename from grow_menu_items.
7789 It now merely ensures that the menu is large enough, without
7790 necessarily growing it, as this avoids some integer overflow issues.
7791 All callers changed.
7792 (keymap_panes, parse_single_submenu, Fx_popup_menu):
7793 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7794 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
7795 Use SAFE_ALLOCA_LISP, not alloca.
7796 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
7797 to EMACS_INT. Check that fixnums are in proper range for system types.
7798 * minibuf.c (minibuf_prompt_width, string_to_object)
7799 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
7800 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
7801 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7802 (get_minibuffer, read_minibuf_unwind):
7803 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7804 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
7805 this simplifies overflow checking. All callers changed.
7806 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
7807 (Ftest_completion):
7808 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7809 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
7810 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
7811 Check that fixnums are in proper range for system types.
7812 (Fx_create_frame, Fx_show_tip):
7813 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7814 * nsfont.m (ns_findfonts, nsfont_list_family):
7815 Don't assume fixnum fits in long.
7816 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
7817 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7818 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
7819 wide enough.
7820 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
7821 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7822 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
7823 (PRINTDECLARE, PRINTPREPARE):
7824 (strout, print_string):
7825 (print, print_preprocess, print_check_string_charset_prop)
7826 (print_object):
7827 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7828 (PRINTDECLARE):
7829 (temp_output_buffer_setup, Fprin1_to_string, print_object):
7830 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7831 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
7832 (printchar, strout): Use xpalloc to catch size calculation overflow.
7833 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
7834 (print_error_message): Use SAFE_ALLOCA, not alloca.
7835 (print_object): Use int, not EMACS_INT, where int is wide enough.
7836 (print_depth, new_backquote_output, print_number_index):
7837 Use ptrdiff_t, not int, where int might not be wide enough.
7838 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
7839 (Fset_process_window_size, Fformat_network_address)
7840 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
7841 (sigchld_handler):
7842 Check that fixnums are in proper range for system types.
7843 (Fsignal_process): Simplify by avoiding a goto.
7844 Check for process-ids out of pid_t range rather than relying on
7845 undefined behavior.
7846 (process_tick, update_tick): Use EMACS_INT, not int.
7847 (Fformat_network_address, read_process_output, send_process)
7848 (Fprocess_send_region, status_notify):
7849 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7850 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
7851 (wait_reading_process_output, read_process_output, exec_sentinel):
7852 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7853 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
7854 (Faccept_process_output): Use duration_to_sec_usec to do proper
7855 overflow checking on durations.
7856 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
7857 Don't assume pid_t fits in int.
7858 * process.h (struct Lisp_Process): Members tick and update_tick
7859 are now of type EMACS_INT, not int.
7860 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
7861 configured --with-wide-int.
7862 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
7863 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
7864 * search.c (looking_at_1, string_match_1):
7865 (fast_string_match, fast_c_string_match_ignore_case)
7866 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
7867 (scan_newline, find_before_next_newline, search_command)
7868 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
7869 (set_search_regs, wordify):
7870 (Freplace_match):
7871 (Fmatch_data):
7872 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7873 (string_match_1, search_buffer, set_search_regs):
7874 (Fmatch_data):
7875 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7876 (wordify): Check for overflow in size calculation.
7877 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
7878 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
7879 Check that fixnums are in proper range for system types.
7880 * sound.c (struct sound_device)
7881 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
7882 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7883 (Fplay_sound_internal):
7884 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7885 * syntax.c (struct lisp_parse_state, find_start_modiff)
7886 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
7887 (Fparse_partial_sexp):
7888 Don't assume fixnums can fit in int.
7889 (struct lisp_parse_state, find_start_pos, find_start_value)
7890 (find_start_value_byte, find_start_begv)
7891 (update_syntax_table, char_quoted, dec_bytepos)
7892 (find_defun_start, prev_char_comend_first, back_comment):
7893 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
7894 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
7895 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7896 (Finternal_describe_syntax_value): Check that match_lisp is a
7897 character, not an integer, since the code stuffs it into int.
7898 (scan_words, scan_sexps_forward):
7899 Check that fixnums are in proper range for system types.
7900 (Fforward_word):
7901 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7902 (scan_sexps_forward):
7903 Use CHARACTERP, not INTEGERP, since the value must fit into int.
7904 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
7905 * syntax.h: Adjust decls to match defn changes elsewhere.
7906 (struct gl_state_s):
7907 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7908 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
7909 MOST_POSITIVE_FIXNUM.
7910 * sysdep.c (wait_for_termination_1, wait_for_termination)
7911 (interruptible_wait_for_termination, mkdir):
7912 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
7913 (emacs_read, emacs_write):
7914 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7915 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
7916 and double all fit in int.
7917 * term.c (set_tty_color_mode):
7918 Check that fixnums are in proper range for system types.
7919 * termhooks.h (struct input_event):
7920 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7921 * textprop.c (validate_interval_range, interval_of)
7922 (Fadd_text_properties, set_text_properties_1)
7923 (Fremove_text_properties, Fremove_list_of_text_properties)
7924 (Ftext_property_any, Ftext_property_not_all)
7925 (copy_text_properties, text_property_list, extend_property_ranges)
7926 (verify_interval_modification):
7927 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7928 (Fnext_single_char_property_change)
7929 (Fprevious_single_char_property_change):
7930 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7931 (copy_text_properties):
7932 Check for integer overflow in index calculation.
7933 * undo.c (last_boundary_position, record_point, record_insert)
7934 (record_delete, record_marker_adjustment, record_change)
7935 (record_property_change):
7936 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7937 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
7938 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7939 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
7940 (Fx_hide_tip, Fx_file_dialog):
7941 * w32menu.c (set_frame_menubar):
7942 Use ptrdiff_t, not int, for consistency with rest of code.
7943 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
7944 (select_window, Fdelete_other_windows_internal)
7945 (window_scroll_pixel_based, window_scroll_line_based)
7946 (Frecenter, Fset_window_configuration):
7947 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7948 (Fset_window_hscroll, run_window_configuration_change_hook)
7949 (set_window_buffer, temp_output_buffer_show, scroll_command)
7950 (Fscroll_other_window, Frecenter):
7951 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7952 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
7953 Don't assume fixnum fits in int.
7954 (Fset_window_scroll_bars):
7955 Check that fixnums are in proper range for system types.
7956 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
7957 (string_pos, c_string_pos, number_of_chars, init_iterator)
7958 (in_ellipses_for_invisible_text_p, init_from_display_pos)
7959 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
7960 (compute_display_string_end, handle_face_prop)
7961 (face_before_or_after_it_pos, handle_invisible_prop)
7962 (handle_display_prop, handle_display_spec, handle_single_display_spec)
7963 (display_prop_intangible_p, string_buffer_position_lim)
7964 (string_buffer_position, handle_composition_prop, load_overlay_strings)
7965 (get_overlay_strings_1, get_overlay_strings)
7966 (iterate_out_of_display_property, forward_to_next_line_start)
7967 (back_to_previous_visible_line_start, reseat, reseat_to_string)
7968 (get_next_display_element, set_iterator_to_next)
7969 (get_visually_first_element, compute_stop_pos_backwards)
7970 (handle_stop_backwards, next_element_from_buffer)
7971 (move_it_in_display_line_to, move_it_in_display_line)
7972 (move_it_to, move_it_vertically_backward, move_it_by_lines)
7973 (add_to_log, message_dolog, message_log_check_duplicate)
7974 (message2, message2_nolog, message3, message3_nolog
7975 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
7976 (current_message_1, truncate_echo_area, truncate_message_1)
7977 (set_message, set_message_1, store_mode_line_noprop)
7978 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
7979 (text_outside_line_unchanged_p, check_point_in_composition)
7980 (reconsider_clip_changes)
7981 (redisplay_internal, set_cursor_from_row, try_scrolling)
7982 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
7983 (redisplay_window, find_last_unchanged_at_beg_row)
7984 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
7985 (trailing_whitespace_p, find_row_edges, display_line)
7986 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
7987 (display_mode_element, store_mode_line_string)
7988 (pint2str, pint2hrstr, decode_mode_spec)
7989 (display_count_lines, display_string, draw_glyphs)
7990 (x_produce_glyphs, x_insert_glyphs)
7991 (rows_from_pos_range, mouse_face_from_buffer_pos)
7992 (fast_find_string_pos, mouse_face_from_string_pos)
7993 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7994 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7995 (safe_call, init_from_display_pos, handle_fontified_prop)
7996 (handle_single_display_spec, load_overlay_strings)
7997 (with_echo_area_buffer, setup_echo_area_for_printing)
7998 (display_echo_area, echo_area_display)
7999 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
8000 (update_tool_bar, hscroll_window_tree, redisplay_internal)
8001 (redisplay_window, dump_glyph_row, display_mode_line)
8002 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
8003 (handle_display_spec, display_prop_string_p):
8004 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8005 (handle_single_display_spec, build_desired_tool_bar_string)
8006 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
8007 (get_specified_cursor_type):
8008 Check that fixnums are in proper range for system types.
8009 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
8010 (Flookup_image_map):
8011 Don't assume fixnums fit in int.
8012 (compare_overlay_entries):
8013 Avoid mishandling comparisons due to subtraction overflow.
8014 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
8015 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
8016 (handle_tool_bar_click):
8017 Use int, not unsigned, since we prefer signed and the signedness
8018 doesn't matter here.
8019 (get_next_display_element, next_element_from_display_vector):
8020 Use int, not EMACS_INT, when int is wide enough.
8021 (start_hourglass): Use duration_to_sec_usec to do proper
8022 overflow checking on durations.
8023 * xfaces.c (Fbitmap_spec_p):
8024 Check that fixnums are in proper range for system types.
8025 (compare_fonts_by_sort_order):
8026 Avoid mishandling comparisons due to subtraction overflow.
8027 (Fx_family_fonts, realize_basic_faces):
8028 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8029 (Fx_family_fonts):
8030 Don't assume fixnum fits in int.
8031 Use SAFE_ALLOCA_LISP, not alloca.
8032 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
8033 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
8034 (face_at_buffer_position, face_for_overlay_string)
8035 (face_at_string_position):
8036 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8037 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
8038 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
8039 (Fx_show_tip):
8040 Check that fixnums are in proper range for system types.
8041 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
8042 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
8043 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8044 (Fx_change_window_property): Don't assume fixnums fit in int.
8045 * xfont.c (xfont_chars_supported):
8046 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8047 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
8048 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
8049 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8050 * xml.c (parse_region):
8051 * xrdb.c (magic_file_p):
8052 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8053 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
8054 (x_get_local_selection, x_reply_selection_request)
8055 (x_handle_selection_request, wait_for_property_change):
8056 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8057 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
8058 short is wide enough.
8059 (x_send_client_event): Don't assume fixnum fits in int.
8060 * xterm.c (x_x_to_emacs_modifiers):
8061 Don't assume EMACS_INT overflows nicely into int.
8062 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
8063 may come from Lisp.
8064 (handle_one_xevent): NATNUMP can eval its arg twice.
8065 (x_connection_closed):
8066 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8067 * xterm.h: Adjust decls to match defn changes elsewhere.
8068 (struct scroll_bar): Use struct vectorlike_header
8069 rather than rolling our own approximation.
8070 (SCROLL_BAR_VEC_SIZE): Remove; not used.
8071
8072 2012-05-25 Glenn Morris <rgm@gnu.org>
8073
8074 * lisp.mk (lisp): Update for more files being compiled now.
8075
8076 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * lread.c: Remove `read_pure' which makes no difference.
8079 (read_pure): Remove var.
8080 (unreadpure): Remove function.
8081 (readevalloop): Don't call read_list with -1 flag.
8082 (read1, read_vector): Don't test read_pure any more.
8083 (read_list): Simplify.
8084
8085 * fileio.c, character.h: Minor style tweaks.
8086
8087 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
8088
8089 * window.h (clip_changed): Remove useless declaration.
8090
8091 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
8094 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
8095
8096 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
8097
8098 Remove src/m/*.
8099 This directory predates autoconf and is no longer needed nowadays.
8100 Move its few remaining bits of functionality to where they're needed.
8101 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
8102 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
8103 * m/template.h: Remove.
8104 * Makefile.in (M_FILE): Remove. All uses removed.
8105 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
8106 * lisp.h (USE_LSB_TAG):
8107 * mem-limits.h (EXCEEDS_LISP_PTR):
8108 Use VAL_MAX, not VALBITS, in #if.
8109 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
8110 (EMACS_UINT): Define unconditionally now.
8111 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
8112 (BITS_PER_EMACS_INT): New constants, replacing
8113 what used to be in config.h, but not useful in #if.
8114 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
8115 define them any more.
8116 (VAL_MAX): New macro.
8117 (VALMASK): Use it.
8118 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
8119 BITS_PER_EMACS_INT, in #if.
8120 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
8121 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
8122 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
8123 * s/ms-w32.h (DATA_START):
8124 Move here from removed file m/intel386.h.
8125 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
8126 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
8127
8128 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
8129
8130 Assume C89 or later.
8131 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
8132 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
8133 (xrealloc):
8134 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
8135 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
8136 * textprop.c, tparam.c (NULL): Remove.
8137 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
8138 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
8139 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
8140 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
8141 * xterm.c (input_signal_count): Assume volatile works.
8142
8143 2012-05-21 Ken Brown <kbrown@cornell.edu>
8144
8145 * xgselect.c (xg_select): Fix first argument in call to 'select'
8146 (bug#11508).
8147
8148 2012-05-20 Ken Brown <kbrown@cornell.edu>
8149
8150 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
8151 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
8152
8153 2012-05-19 Ken Brown <kbrown@cornell.edu>
8154
8155 * xfns.c (x_in_use): Remove `static' qualifier.
8156 * xterm.h (x_in_use): Declare.
8157 * xgselect.c: Include xterm.h.
8158 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
8159 and `display_arg' (bug#9754).
8160
8161 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
8162
8163 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
8164
8165 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
8166 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
8167
8168 2012-05-18 Eli Zaretskii <eliz@gnu.org>
8169
8170 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
8171
8172 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
8173 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
8174
8175 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
8176 reference to image_cache->refcount.
8177 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
8178
8179 2012-05-17 Juri Linkov <juri@jurta.org>
8180
8181 * search.c (Fword_search_regexp, Fword_search_backward)
8182 (Fword_search_forward, Fword_search_backward_lax)
8183 (Fword_search_forward_lax): Move functions to isearch.el
8184 (bug#10145, bug#11381).
8185
8186 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
8187
8188 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
8189
8190 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * lread.c (init_obarray): Declare Qt and Qnil as special.
8193
8194 2012-05-14 Glenn Morris <rgm@gnu.org>
8195
8196 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
8197 Put "libexec" before "bin", for the sake of init_callproc_1.
8198
8199 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
8200
8201 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
8202
8203 * unexaix.c: Port to more-recent AIX compilers.
8204 (report_error, report_error_1, make_hdr, copy_sym)
8205 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
8206 Make arguments const char *, not char *, to avoid violations of C
8207 standard and to fix some AIX warnings reported by Gilles Pion.
8208
8209 2012-05-14 Eli Zaretskii <eliz@gnu.org>
8210
8211 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
8212 already have overlays loaded.
8213 (handle_single_display_spec): Before returning without displaying
8214 fringe bitmap, synchronize the bidi iterator with the main display
8215 iterator, by calling iterate_out_of_display_property.
8216 (iterate_out_of_display_property): Detect buffer iteration by
8217 testing that it->string is a Lisp string.
8218 (get_next_display_element): When the current object is exhausted,
8219 and there's something on it->stack, call set_iterator_to_next to
8220 proceed with what's on the stack, instead of returning zero.
8221 (set_iterator_to_next): If called at the end of a Lisp string,
8222 proceed to consider_string_end without incrementing string
8223 position. Don't increment display vector index past the end of
8224 the display vector. (Bug#11417)
8225 (pos_visible_p): Don't report a position visible when move_it_to
8226 stopped at the last line of window, which happens to be scanned
8227 backwards by the bidi iteration. (Bug#11464)
8228
8229 2012-05-14 Eli Zaretskii <eliz@gnu.org>
8230
8231 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
8232 and right-margin display specs even if the spec is invalid or we
8233 are on a TTY, and thus unable to display on the fringes.
8234 That's because the text with the property will not be displayed anyway,
8235 so we need to signal to the caller that this is a "replacing"
8236 display spec. This fixes display when the spec is invalid or we
8237 are on a TTY.
8238
8239 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
8240
8241 * unexaix.c (make_hdr): Fix typo in prototype.
8242 This bug broke the build on AIX. Problem reported by Gilles Pion.
8243
8244 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
8245
8246 * keyboard.c (kbd_buffer_get_event): Read special events also in
8247 batch mode. (Bug#11415)
8248
8249 2012-05-12 Glenn Morris <rgm@gnu.org>
8250
8251 * ns.mk: Update for ns_appbindir no longer having trailing "/".
8252
8253 2012-05-12 Eli Zaretskii <eliz@gnu.org>
8254
8255 * lisp.mk (lisp): Add newcomment.elc.
8256
8257 2012-05-12 Glenn Morris <rgm@gnu.org>
8258
8259 * Makefile.in (MKDIR_P): New, set by configure.
8260 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
8261
8262 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
8263
8264 Remove unused function hourglass_started.
8265 * dispextern.h (hourglass_started):
8266 * w32fns.c (hourglass_started):
8267 * xdisp.c (hourglass_started): Remove.
8268
8269 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
8270
8271 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
8272 Update dependencies.
8273
8274 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
8275
8276 * xgselect.c (xg_select): Put maxfds+1 into a var.
8277 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
8278
8279 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
8280
8281 2012-05-10 Dave Abrahams <dave@boostpro.com>
8282
8283 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
8284 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
8285
8286 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
8287
8288 * dbusbind.c (xd_registered_buses): New internal Lisp object.
8289 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
8290 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
8291 Initialize xd_registered_buses.
8292
8293 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
8294
8295 Untag more efficiently if USE_LSB_TAG.
8296 This is based on a proposal by YAMAMOTO Mitsuharu in
8297 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
8298 For an admittedly artificial (nth 8000 longlist) benchmark on
8299 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
8300 Emacs's overall text size by 1%.
8301 * lisp.h (XUNTAG): New macro.
8302 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
8303 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
8304 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
8305 * eval.c (Fautoload):
8306 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
8307 * frame.h (XFRAME): Use XUNTAG.
8308
8309 Port recent dbusbind.c changes to 32-bit --with-wide-int.
8310 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
8311 Remove unportable assumptions about print widths of types like
8312 dbus_uint32_t.
8313 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
8314 intptr_t when converting between pointer and integer, to avoid GCC
8315 warnings about wrong width.
8316
8317 2012-05-09 Eli Zaretskii <eliz@gnu.org>
8318
8319 * w32proc.c (new_child): Force Windows to reserve only 64KB of
8320 stack for each reader_thread, instead of defaulting to 8MB
8321 determined by the linker. This avoids failures in creating
8322 subprocesses on Windows 7, see the discussion in this thread:
8323 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
8324
8325 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
8326
8327 Fix up display of the *Minibuf-0* buffer in the mini window.
8328 * keyboard.c (read_char): Don't clear the echo area if there's no
8329 message to clear.
8330 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
8331 contents of *Minibuf-0*) if there's no message displayed in its stead.
8332
8333 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
8336 batch mode.
8337
8338 2012-05-06 Chong Yidong <cyd@gnu.org>
8339
8340 * lisp.mk (lisp): Update.
8341
8342 2012-05-05 Jim Meyering <meyering@redhat.com>
8343
8344 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
8345
8346 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * data.c (PUT_ERROR): New macro.
8349 (syms_of_data): Use it. Add new error type `user-error'.
8350 * undo.c (user_error): New function.
8351 (Fprimitive_undo): Use it.
8352 * print.c (print_error_message): Adjust print style for `user-error'.
8353 * keyboard.c (user_error): New function.
8354 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
8355
8356 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
8357
8358 Do not limit current-time-string to years 1000..9999.
8359 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
8360 (Fcurrent_time_string): Support any year that is supported by the
8361 underlying localtime representation. Don't use asctime, as it
8362 has undefined behavior for years outside the range -999..9999.
8363
8364 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
8365
8366 Fix race conditions involving setenv, gmtime, localtime, asctime.
8367 Without this fix, interrupts could mess up code that uses these
8368 nonreentrant functions, since setting TZ invalidates existing
8369 tm_zone or tzname values, and since most of these functions return
8370 pointers to static storage.
8371 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
8372 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
8373 Grow the critical sections to include not just invoking
8374 localtime/gmtime, but also accessing these functions' results
8375 including their tm_zone values if any, and any related TZ setting.
8376 (format_time_string): Last arg is now struct tm *, not struct tm **,
8377 so that the struct tm is saved in the critical section.
8378 All callers changed. Simplify allocation of initial buffer, partly
8379 motivated by the fact that memory allocation needs to be outside
8380 the critical section.
8381
8382 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
8383
8384 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
8385 with RESET_INTERVAL.
8386
8387 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
8388 Remove duplicated buffer name initialization.
8389
8390 2012-05-02 Jim Meyering <jim@meyering.net>
8391
8392 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
8393
8394 * xfns.c (x_window): Use xstrdup (Bug#11375).
8395
8396 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8397
8398 * xdisp.c (pos_visible_p): If already at a newline from the
8399 display string before the 'while' loop, don't walk back the glyphs
8400 from it3.glyph_row. Solves assertion violation when the display
8401 string begins with a newline (egg.el). (Bug#11367)
8402
8403 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
8406 Move to simple.el.
8407
8408 2012-05-01 Glenn Morris <rgm@gnu.org>
8409
8410 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
8411 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
8412 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
8413 All were removed before 23.1.
8414
8415 * dispnew.c: Remove HAVE_LIBNCURSES test;
8416 it is always true on relevant platforms.
8417
8418 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
8419 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
8420
8421 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
8422
8423 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
8424
8425 * .gdbinit (xpr): Remove checks for no longer existing misc types.
8426 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
8427 Remove.
8428
8429 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
8430
8431 Do not avoid creating empty evaporating overlays (Bug#9642).
8432 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
8433 That is, do not delete an evaporating overlay if it becomes
8434 empty after its bounds are adjusted to fit within its buffer.
8435 This fix caused other problems, and I'm reverting it until we get
8436 to the bottom of them.
8437
8438 2012-04-27 Chong Yidong <cyd@gnu.org>
8439
8440 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
8441
8442 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8443
8444 * xdisp.c (pos_visible_p): If the window start position is beyond
8445 ZV, start the display from buffer beginning. Prevents assertion
8446 violation in init_iterator when the minibuffer window is scrolled
8447 via the scroll bar.
8448
8449 * window.c (window_scroll_pixel_based): Likewise.
8450
8451 2012-04-27 Chong Yidong <cyd@gnu.org>
8452
8453 * keymap.c (where_is_internal): Doc fix (Bug#10872).
8454
8455 2012-04-27 Glenn Morris <rgm@gnu.org>
8456
8457 * fileio.c (Fcopy_file, Fset_file_selinux_context):
8458 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
8459
8460 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8461
8462 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
8463 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
8464
8465 2012-04-26 Eli Zaretskii <eliz@gnu.org>
8466
8467 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
8468 display element, check also the underlying string or buffer
8469 character. (Bug#11341)
8470
8471 * w32menu.c: Include w32heap.h.
8472 (add_menu_item): If the call to AppendMenuW (via
8473 unicode_append_menu) fails, disable Unicode menus only if we are
8474 running on Windows 9X/Me.
8475
8476 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
8477
8478 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
8479 (xgetint): Add missing shift for LSB tags.
8480
8481 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8482
8483 * keyboard.c (read_char): Don't wipe echo area for select window
8484 events: These might get delayed via `mouse-autoselect-window'
8485 (Bug#11304).
8486
8487 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
8488
8489 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
8490 manipulation of :loaded-from data.
8491
8492 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
8493
8494 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
8495 now a cons (bug#11311).
8496
8497 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
8498
8499 Do not create empty overlays with the evaporate property (Bug#9642).
8500 * buffer.c (Fmove_overlay): Delete an evaporating overlay
8501 if it becomes empty after its bounds are adjusted to fit within
8502 its buffer. Without this fix, in a nonempty buffer (let ((o
8503 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
8504 yields an empty overlay that has the evaporate property, which is
8505 not supposed to happen.
8506
8507 Fix minor GTK3 problems found by static checking.
8508 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
8509 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
8510 (struct _EmacsFixedClass, emacs_fixed_get_type):
8511 Move decls here from emacsgtkfixed.h, since they needn't be public.
8512 (emacs_fixed_get_type): Now static.
8513 (emacs_fixed_class_init): Omit unused local.
8514 (emacs_fixed_child_type): Remove; unused.
8515 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
8516 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
8517 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
8518 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
8519 (EMACS_FIXED_GET_CLASS): Remove; unused.
8520 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
8521
8522 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
8523 Problem reported by Juanma Barranquero for Windows -Wunused-function.
8524
8525 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
8526
8527 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
8528 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
8529 (__malloc_size_t, __malloc_ptrdiff_t):
8530 Remove. All uses removed, replaced by the definiens if needed,
8531 since we can assume C89 or better now.
8532 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
8533 (protect_malloc_state, align, get_contiguous_space)
8534 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
8535 (malloc_atfork_handler_child, malloc_enable_thread)
8536 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
8537 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
8538 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
8539 (special_realloc, _realloc_internal_nolock, _realloc_internal)
8540 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
8541 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
8542 Define using prototypes, not old style.
8543 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
8544 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
8545 (align): Don't assume that signed integer overflow wraps around.
8546 Omit unused local var.
8547 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
8548 (_free_internal_nolock, memalign, mallochook, reallochook):
8549 Omit no-longer-needed casts.
8550 (valloc): Use getpagesize, not __getpagesize.
8551 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
8552 (struct hdr): The 'magic' member is now size_t, not unsigned long.
8553
8554 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
8555
8556 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8557
8558 Move functions from C to Lisp. Make non-blocking method calls
8559 the default. Implement further D-Bus standard interfaces.
8560
8561 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
8562 (QCdbus_request_name_allow_replacement)
8563 (QCdbus_request_name_replace_existing)
8564 (QCdbus_request_name_do_not_queue)
8565 (QCdbus_request_name_reply_primary_owner)
8566 (QCdbus_request_name_reply_in_queue)
8567 (QCdbus_request_name_reply_exists)
8568 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
8569 (QCdbus_registered_serial, QCdbus_registered_method)
8570 (QCdbus_registered_signal): New Lisp objects.
8571 (XD_DEBUG_MESSAGE): Use sizeof.
8572 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
8573 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
8574 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
8575 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
8576 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
8577 (xd_signature, xd_append_arg): Allow float for integer types.
8578 (xd_get_connection_references): New function.
8579 (xd_get_connection_address): Rename from xd_initialize.
8580 Return cached address.
8581 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
8582 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
8583 level.
8584 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
8585 Return number of refcounts.
8586 (Fdbus_get_unique_name): Make stronger parameter check.
8587 (Fdbus_message_internal): New defun.
8588 (Fdbus_call_method, Fdbus_call_method_asynchronously)
8589 (Fdbus_method_return_internal, Fdbus_method_error_internal)
8590 (Fdbus_send_signal, Fdbus_register_service)
8591 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
8592 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
8593 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
8594 (Vdbus_compiled_version, Vdbus_runtime_version)
8595 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
8596 (Vdbus_message_type_method_return, Vdbus_message_type_error)
8597 (Vdbus_message_type_signal): New defvars.
8598 (Vdbus_registered_buses, Vdbus_registered_objects_table):
8599 Adapt docstring.
8600
8601 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
8602
8603 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
8604 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
8605 Do not assume ptrdiff_t is the same width as 'int'.
8606
8607 * alloc.c: Handle unusual debugging option combinations.
8608 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
8609 since the two debugging options are incompatible.
8610 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
8611 is defined.
8612 (mem_init, mem_insert, mem_insert_fixup):
8613 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
8614 (NEED_MEM_INSERT): Remove; no longer needed.
8615
8616 2012-04-22 Leo Liu <sdl.web@gmail.com>
8617
8618 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
8619
8620 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
8621
8622 * sysdep.c [__FreeBSD__]: Minor cleanups.
8623 (list_system_processes, system_process_attributes) [__FreeBSD__]:
8624 Use Emacs indenting style more consistently. Avoid some casts.
8625 Use 'double' consistently rather than mixing 'float' and 'double'.
8626
8627 2012-04-21 Eduard Wiebe <usenet@pusto.de>
8628
8629 * sysdep.c (list_system_processes, system_process_attributes):
8630 Add implementation for FreeBSD (Bug#5243).
8631
8632 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
8633
8634 * lisp.mk (lisp): Update.
8635
8636 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
8637
8638 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
8639 It is never used otherwise.
8640
8641 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * print.c (print_preprocess): Only check print_depth if print-circle
8644 is nil.
8645 (print_object): Check for cycles even when print-circle is nil and
8646 print-gensym is t, but only check print_depth if print-circle is nil.
8647
8648 2012-04-20 Chong Yidong <cyd@gnu.org>
8649
8650 * process.c (wait_reading_process_output): If EIO occurs on a pty,
8651 set the status to "failed" and ensure that sentinel is run.
8652
8653 2012-04-20 Glenn Morris <rgm@gnu.org>
8654
8655 * process.c (Fset_process_inherit_coding_system_flag)
8656 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
8657 (Fmake_network_process, Fmake_serial_process): Doc fix.
8658
8659 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8660
8661 * xdisp.c (string_buffer_position_lim): Limit starting position to
8662 BEGV.
8663 (set_cursor_from_row): If called for a mode-line or header-line
8664 row, return zero immediately.
8665 (try_cursor_movement): If inside continuation line, don't back up
8666 farther than the first row after the header line, if any.
8667 Don't consider the header-line row as "partially visible", even if
8668 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
8669
8670 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
8671
8672 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
8673 (bug#11238).
8674
8675 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
8676 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
8677
8678 configure: new option --enable-gcc-warnings (Bug#11207)
8679 * Makefile.in (C_WARNINGS_SWITCH): Remove.
8680 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
8681 (ALL_CFLAGS): Use new macros rather than old.
8682 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
8683 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
8684 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
8685 -Wunused-result, -Wunused-variable. This should go away once
8686 the Emacs and Gnulib regex code is merged.
8687 (xmalloc, xrealloc): Now static.
8688
8689 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
8690
8691 * dired.c (Fsystem_groups): Remove unused local.
8692
8693 2012-04-17 Glenn Morris <rgm@gnu.org>
8694
8695 * dired.c (Fsystem_users): Doc fix.
8696
8697 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8698
8699 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
8700 (syms_of_dired): Add them.
8701
8702 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
8703
8704 Fix minor alloc.c problems found by static checking.
8705 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
8706 New extern decls, to avoid calling undeclared functions.
8707 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
8708 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
8709 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
8710 (NEED_MEM_INSERT): New macro.
8711 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
8712 Remove one incorrect comment and fix another.
8713
8714 Fix minor ralloc.c problems found by static checking.
8715 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
8716 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
8717 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
8718 (r_alloc_sbrk): Now static.
8719
8720 Improve ralloc.c interface checking.
8721 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
8722 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
8723 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
8724 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
8725 [REL_ALLOC]: ... to here, to check interface.
8726 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
8727 Remove decls. This fixes an "It stinks!".
8728
8729 * alloc.c (which_symbols): Fix alignment issue / type clash.
8730
8731 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
8732
8733 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
8734 (struct Lisp_Misc_Any): Likewise.
8735 (struct Lisp_Free): Likewise.
8736 * alloc.c (union aligned_Lisp_Symbol): Define.
8737 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
8738 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
8739 (union aligned_Lisp_Misc): Define.
8740 (MARKER_BLOCK_SIZE, struct marker_block): Use union
8741 aligned_Lisp_Misc instead of union Lisp_Misc.
8742 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
8743
8744 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8745
8746 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
8747 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
8748 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
8749 * s/netbsd.h, s/sol2-6.h:
8750 Remove definition of GC_MARK_STACK, since the default now works.
8751 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
8752 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
8753 no longer the default.
8754 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
8755
8756 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
8757
8758 * lread.c (lisp_file_lexically_bound_p):
8759 Fix hang at ";-*-\n" (bug#11238).
8760
8761 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8762
8763 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
8764 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
8765
8766 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
8767
8768 * nsterm.m (constrainFrameRect): Always constrain when there is only
8769 one screen (Bug#10962).
8770
8771 2012-04-13 Ken Brown <kbrown@cornell.edu>
8772
8773 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
8774
8775 2012-04-13 Reuben Thomas <rrt@sc3d.org>
8776
8777 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
8778
8779 2012-04-11 Daniel Colascione <dancol@dancol.org>
8780
8781 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
8782 against is gone. It's better to use vfork now so that when Cygwin
8783 gains a new, working vfork, we use it automatically (bug#10398).
8784
8785 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * window.c (save_window_save): Obey window-point-insertion-type.
8788
8789 2012-04-11 Glenn Morris <rgm@gnu.org>
8790
8791 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
8792
8793 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
8796
8797 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
8798
8799 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
8800 (force_quit_count): New var.
8801 (handle_interrupt): Use it.
8802
8803 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8804
8805 * w32.c (w32_delayed_load): Record the full path of the library
8806 being loaded (bug#10424).
8807
8808 2012-04-09 Glenn Morris <rgm@gnu.org>
8809
8810 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
8811 not just in the obarray, before snarfing them. (Bug#11036)
8812
8813 * Makefile.in ($(leimdir)/leim-list.el):
8814 Pass EMACS rather than BUILT_EMACS.
8815
8816 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8817
8818 * process.c (make_process):
8819 * process.h: Add integer `gnutls_handshakes_tried' member to
8820 process struct.
8821
8822 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
8823 Add convenience `GNUTLS_LOG2i' macro.
8824
8825 * gnutls.c (gnutls_log_function2i): Convenience log function.
8826 (emacs_gnutls_read): Use new log functions,
8827 `gnutls_handshakes_tried' process member, and
8828 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
8829 attempts per process (connection).
8830
8831 2012-04-09 Chong Yidong <cyd@gnu.org>
8832
8833 * eval.c (Fuser_variable_p, user_variable_p_eh)
8834 (lisp_indirect_variable): Functions deleted.
8835 (Fdefvar): Caller changed.
8836
8837 * callint.c (Finteractive, Fcall_interactively):
8838 * minibuf.c (Fread_variable): Callers changed.
8839
8840 2012-04-09 Eli Zaretskii <eliz@gnu.org>
8841
8842 * xdisp.c (set_cursor_from_row): If the display string appears in
8843 the buffer at position that is closer to point than the position
8844 after the display string, display the cursor on the first glyph of
8845 the display string. Fixes cursor display when a 'display' text
8846 property immediately follows invisible text. (Bug#11094)
8847
8848 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
8849
8850 composite.c: use 'double' consistently
8851 * composite.c (get_composition_id): Use 'double' consistently
8852 instead of converting 'float' to 'double' and vice versa; this is
8853 easier to understand and avoids a GCC warning.
8854
8855 2012-04-09 Glenn Morris <rgm@gnu.org>
8856
8857 * Makefile.in: Generate leim-list with bootstrap-emacs, in
8858 preparation for dumping it with emacs. (Bug#4789)
8859 (leimdir): New variable.
8860 ($(leimdir)/leim-list.el): New rule.
8861 (emacs$(EXEEXT)): Depend on leim-list.el.
8862
8863 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
8864 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
8865 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
8866
8867 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
8868
8869 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
8870 proper alignment.
8871
8872 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
8873
8874 * xml.c (init_libxml2_functions) [WINDOWSNT]:
8875 Remove unused local variable.
8876
8877 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
8878
8879 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
8880 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
8881 (mark_memory): Mark Lisp_Objects only if pointers might hide in
8882 objects, as mark_maybe_pointer will catch them otherwise.
8883 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
8884 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
8885
8886 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
8887
8888 Fix typo that broke non-Windows builds.
8889 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
8890
8891 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8892
8893 Support building on MS-Windows with libxml2.
8894
8895 * makefile.w32-in (OBJ2): Add xml.$(O).
8896 (GLOBAL_SOURCES): Add xml.c.
8897 ($(BLD)/xml.$(O)): New dependency list.
8898
8899 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
8900 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
8901 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
8902 [!WINDOWSNT]: New macros.
8903 (init_libxml2_functions, libxml2_loaded_p): New functions.
8904 (parse_region): Call fn_xmlCheckVersion instead of using the macro
8905 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
8906 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
8907 Calls xmlCleanupParser only if libxml2 was loaded (or statically
8908 linked in).
8909 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
8910 Call init_libxml2_functions before calling libxml2 functions.
8911 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
8912
8913 * emacs.c: Don't include libxml/parser.h.
8914 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
8915 xmlCleanupParser directly.
8916
8917 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
8918
8919 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8920
8921 * indent.c (Fvertical_motion): If there is a display string at
8922 point, use it.vpos to compute how many lines to backtrack after
8923 move_it_to point. (Bug#11133)
8924
8925 2012-04-06 Eli Zaretskii <eliz@gnu.org>
8926
8927 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
8928 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
8929 about subtle differences between FETCH_CHAR* and STRING_CHAR*
8930 macros related to unification of CJK characters. For the details,
8931 see the discussion following the message here:
8932 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
8933
8934 2012-04-04 Chong Yidong <cyd@gnu.org>
8935
8936 * keyboard.c (Vdelayed_warnings_list): Doc fix.
8937
8938 2012-04-01 Eli Zaretskii <eliz@gnu.org>
8939
8940 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
8941 instead of alloca. (Bug#11138)
8942
8943 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
8944
8945 * w32menu.c (is_simple_dialog): Properly check lisp types.
8946 (Bug#11141)
8947
8948 2012-03-31 Eli Zaretskii <eliz@gnu.org>
8949
8950 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
8951 position we get to after a call to move_it_to fails the
8952 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
8953 only if we wind up in a string from display property. (Bug#11063)
8954
8955 * window.c (Fdelete_other_windows_internal): Invalidate the row
8956 and column information about mouse highlight, so that redisplay
8957 restores it after reallocating the glyph matrices. (Bug#7464)
8958
8959 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
8960 string comes from a `display' text property, use the buffer
8961 position of that property as if we actually saw that position in
8962 the row's glyphs.
8963 (move_it_by_lines): Remove the assertion that
8964 "it->current_x == 0 && it->hpos == 0" which can be legitimately
8965 violated when there's a before-string at the beginning of a line.
8966 (Bug#11063)
8967
8968 2012-03-30 Eli Zaretskii <eliz@gnu.org>
8969
8970 * xdisp.c (append_space_for_newline): If the default face was
8971 remapped, use the remapped face for the appended newline.
8972 (extend_face_to_end_of_line): Use the remapped default face for
8973 extending the face to the end of the line.
8974 (display_line): Call extend_face_to_end_of_line when the default
8975 face was remapped. (Bug#11068)
8976
8977 2012-03-29 Eli Zaretskii <eliz@gnu.org>
8978
8979 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
8980
8981 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
8984
8985 2012-03-27 Glenn Morris <rgm@gnu.org>
8986
8987 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
8988 Doc fixes.
8989
8990 2012-03-26 Kenichi Handa <handa@m17n.org>
8991
8992 * dispextern.h (struct glyph): Fix previous change. Change the
8993 bit length of glyphless.ch to 25 (Bug#11082).
8994
8995 2012-03-26 Chong Yidong <cyd@gnu.org>
8996
8997 * keyboard.c (Vselection_inhibit_update_commands): New variable.
8998 (command_loop_1): Use it; inhibit selection update for
8999 handle-select-window too (Bug#8996).
9000
9001 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
9002
9003 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
9004
9005 2012-03-25 Kenichi Handa <handa@m17n.org>
9006
9007 * dispextern.h (struct glyph): Change the bit length of
9008 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
9009
9010 2012-03-24 Eli Zaretskii <eliz@gnu.org>
9011
9012 * s/ms-w32.h (tzname): Include time.h before redirecting to
9013 _tzname. Fixes the MSVC build. (Bug#9960)
9014
9015 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
9016
9017 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
9018 characters.
9019
9020 * xterm.c (XTread_socket): Only modify handling_signal if
9021 !SYNC_INPUT. (Bug#11080)
9022
9023 2012-03-23 Eli Zaretskii <eliz@gnu.org>
9024
9025 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
9026 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
9027 when fetching a multibyte character consumes more bytes than
9028 CHAR_BYTES returns, due to unification of CJK characters in
9029 string_char. (Bug#11073)
9030
9031 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9032
9033 * process.c (wait_reading_process_output): Handle pty disconnect
9034 by refraining from sending oneself a SIGCHLD (bug#10933).
9035
9036 2012-03-22 Chong Yidong <cyd@gnu.org>
9037
9038 * dispextern.h (struct it): New member string_from_prefix_prop_p.
9039
9040 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
9041 Mark string as coming from a prefix property.
9042 (handle_face_prop): Use default face for prefix strings (Bug#4281).
9043 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
9044
9045 2012-03-21 Chong Yidong <cyd@gnu.org>
9046
9047 * xfaces.c (Vface_remapping_alist): Doc fix.
9048
9049 2012-03-20 Eli Zaretskii <eliz@gnu.org>
9050
9051 * w32proc.c (Fw32_set_console_codepage)
9052 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
9053 Doc fixes.
9054
9055 2012-03-20 Chong Yidong <cyd@gnu.org>
9056
9057 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
9058 to reflect default non-nil value of redisplay-dont-pause.
9059
9060 2012-03-19 Kenichi Handa <handa@m17n.org>
9061
9062 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
9063 it fit in a valid range (Bug#11003).
9064
9065 2012-03-18 Eli Zaretskii <eliz@gnu.org>
9066
9067 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
9068 that is not from display property, accept the row as a "cursor
9069 row" if one of the string's character has a non-nil `cursor'
9070 property. Fixes cursor positioning when there are newlines in
9071 overlay strings, e.g. in icomplete.el. (Bug#11035)
9072
9073 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
9074
9075 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
9076
9077 2012-03-12 Chong Yidong <cyd@gnu.org>
9078
9079 * eval.c (inhibit_lisp_code): Rename from
9080 inhibit_window_configuration_change_hook; move from window.c.
9081
9082 * xfns.c (unwind_create_frame_1, Fx_create_frame):
9083 * window.c (run_window_configuration_change_hook)
9084 (syms_of_window): Callers changed.
9085
9086 2012-03-11 Chong Yidong <cyd@gnu.org>
9087
9088 * keymap.c (Fkey_description): Doc fix (Bug#9700).
9089
9090 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
9091
9092 2012-03-10 Chong Yidong <cyd@gnu.org>
9093
9094 * frame.c (other_visible_frames): Don't assume the selected frame
9095 is visible (Bug#10955).
9096
9097 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
9100
9101 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
9102
9103 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
9104 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
9105 zero (Bug#10954).
9106
9107 2012-03-03 Glenn Morris <rgm@gnu.org>
9108
9109 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
9110
9111 2012-03-02 Eli Zaretskii <eliz@gnu.org>
9112
9113 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
9114 position past the first glyph_row that ends at ZV. (Bug#10902)
9115 (redisplay_window, next_element_from_string): Fix typos in
9116 comments.
9117 (redisplay_window): Pass to move_it_vertically the margin in
9118 pixels, not in screen lines.
9119
9120 2012-03-02 Glenn Morris <rgm@gnu.org>
9121
9122 * buffer.c (buffer-list-update-hook): Doc fix.
9123
9124 2012-02-29 Eli Zaretskii <eliz@gnu.org>
9125
9126 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
9127 push_it before setting up the iterator for the first overlay
9128 string, even if we have an empty string loaded.
9129 (next_overlay_string): If there's an empty string on the iterator
9130 stack, pop the stack. (Bug#10903)
9131
9132 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
9133
9134 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
9135 Suggested by Stefan Monnier in
9136 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
9137 * alloc.c (widen_to_Lisp_Object): New static function.
9138 (mark_memory): Also mark Lisp_Objects by fetching pointer words
9139 and widening them to Lisp_Objects. This would work even if
9140 USE_LSB_TAG is defined and wide integers are used, which might
9141 happen in a future version of Emacs.
9142
9143 2012-02-25 Chong Yidong <cyd@gnu.org>
9144
9145 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
9146 Doc fix.
9147
9148 * xselect.c (Fx_selection_exists_p): Doc fix.
9149 (x_clipboard_manager_save_all): Print an informative message
9150 before saving to clipboard manager.
9151
9152 2012-02-24 Chong Yidong <cyd@gnu.org>
9153
9154 * keyboard.c (process_special_events): Handle all X selection
9155 requests in kbd_buffer, not just the next one (Bug#8869).
9156
9157 2012-02-23 Chong Yidong <cyd@gnu.org>
9158
9159 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
9160 call when setting menu-bar-lines and tool-bar-lines parameters.
9161 (unwind_create_frame_1): New helper function.
9162
9163 * window.c (inhibit_window_configuration_change_hook): New var.
9164 (run_window_configuration_change_hook): Obey it.
9165 (syms_of_window): Initialize it.
9166
9167 2012-02-22 Chong Yidong <cyd@gnu.org>
9168
9169 * xterm.c (x_draw_image_relief): Add missing type check for
9170 Vtool_bar_button_margin (Bug#10743).
9171
9172 2012-02-21 Chong Yidong <cyd@gnu.org>
9173
9174 * fileio.c (Vfile_name_handler_alist): Doc fix.
9175
9176 * buffer.c (Fget_file_buffer): Protect against invalid file
9177 handler return value.
9178
9179 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
9180
9181 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
9182 when computing $valmask.
9183
9184 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
9185 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
9186 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
9187 It's useless in that case, and it can cause problems on hosts
9188 that allocate halves of EMACS_INT values separately.
9189 Reported by Dan Horák. Diagnosed by Andreas Schwab in
9190 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
9191 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
9192 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
9193 it avoids undefined behavior on hosts where shifting right by more
9194 than the word width has undefined behavior.
9195
9196 2012-02-19 Chong Yidong <cyd@gnu.org>
9197
9198 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
9199 (Funhandled_file_name_directory, Ffile_name_as_directory)
9200 (Fdirectory_file_name, Fexpand_file_name)
9201 (Fsubstitute_in_file_name): Protect against invalid file handler
9202 return values (Bug#10845).
9203
9204 2012-02-18 Eli Zaretskii <eliz@gnu.org>
9205
9206 * .gdbinit (pitx): Fix incorrect references to fields of the
9207 iterator stack.
9208
9209 2012-02-17 Chong Yidong <cyd@gnu.org>
9210
9211 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
9212
9213 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
9214
9215 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
9216 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
9217
9218 2012-02-15 Chong Yidong <cyd@gnu.org>
9219
9220 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
9221 marked as special. Also, starting docstrings with * is obsolete.
9222
9223 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
9224
9225 * gnutls.c (emacs_gnutls_write): Fix last change.
9226
9227 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9228
9229 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
9230 send_process.
9231
9232 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * keymap.c (Fsingle_key_description): Handle char ranges.
9235
9236 2012-02-12 Chong Yidong <cyd@gnu.org>
9237
9238 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
9239 as that creates a dangerous corner case.
9240
9241 * window.c (Fdelete_window_internal): Invalidate the mouse
9242 highlight (Bug#9904).
9243
9244 2012-02-12 Glenn Morris <rgm@gnu.org>
9245
9246 * xselect.c (Fx_own_selection_internal)
9247 (Fx_get_selection_internal, Fx_disown_selection_internal)
9248 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
9249 * nsselect.m (Fx_own_selection_internal)
9250 (Fx_disown_selection_internal, Fx_selection_exists_p)
9251 (Fx_selection_owner_p, Fx_get_selection_internal):
9252 Sync docs and argument specs with the xselect.c versions.
9253
9254 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
9255
9256 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
9257
9258 2012-02-11 Eli Zaretskii <eliz@gnu.org>
9259
9260 * w32select.c (Fx_selection_exists_p): Sync doc string and
9261 argument list with xselect.c. (Bug#10783)
9262
9263 * w16select.c (Fx_selection_exists_p): Sync doc string and
9264 argument list with xselect.c. (Bug#10783)
9265
9266 2012-02-10 Glenn Morris <rgm@gnu.org>
9267
9268 * fns.c (Fsecure_hash): Doc fix.
9269
9270 2012-02-09 Kenichi Handa <handa@m17n.org>
9271
9272 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
9273
9274 2012-02-07 Chong Yidong <cyd@gnu.org>
9275
9276 * buffer.c (Fbuffer_local_variables)
9277 (buffer_lisp_local_variables): Handle unbound vars correctly;
9278 don't let Qunbound leak into Lisp.
9279
9280 2012-02-07 Glenn Morris <rgm@gnu.org>
9281
9282 * image.c (Fimagemagick_types): Doc fix.
9283
9284 * image.c (imagemagick-render-type): Change it from a lisp object
9285 to an integer. Move the doc here from the lisp manual.
9286 Treat all values not equal to 0 the same.
9287
9288 2012-02-06 Chong Yidong <cyd@gnu.org>
9289
9290 * doc.c (store_function_docstring): Avoid applying docstring of
9291 alias to base function (Bug#2603).
9292
9293 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
9294
9295 * .gdbinit (pp1, pv1): Remove redundant defines.
9296 (pr): Use pp.
9297
9298 2012-02-04 Chong Yidong <cyd@gnu.org>
9299
9300 * nsterm.m: Declare a global (Bug#10694).
9301
9302 2012-02-04 Eli Zaretskii <eliz@gnu.org>
9303
9304 * w32.c (get_emacs_configuration_options):
9305 Include --enable-checking, if specified, in the return value.
9306
9307 2012-02-04 Martin Rudalics <rudalics@gmx.at>
9308
9309 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
9310 after rounding frame sizes. (Bug#9723)
9311
9312 2012-02-04 Eli Zaretskii <eliz@gnu.org>
9313
9314 * keyboard.c (adjust_point_for_property): Don't position point
9315 before BEGV. (Bug#10696)
9316
9317 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
9318
9319 Handle overflow when computing char display width (Bug#9496).
9320 * character.c (char_width): Return EMACS_INT, not int.
9321 (char_width, c_string_width): Check for overflow when
9322 computing the width; this is possible now that individual
9323 characters can have unbounded width. Problem introduced
9324 by merge from Emacs 23 on 2012-01-19.
9325
9326 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
9327
9328 * dbusbind.c (Fdbus_register_method): Mention the return value
9329 :ignore in the docstring.
9330
9331 2012-02-02 Glenn Morris <rgm@gnu.org>
9332
9333 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
9334
9335 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
9336 Unconditionally set to t. (Bug#10673)
9337 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
9338 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
9339 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
9340
9341 2012-02-02 Kenichi Handa <handa@m17n.org>
9342
9343 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
9344 0, do not call append_composite_glyph.
9345
9346 2012-02-02 Kenichi Handa <handa@m17n.org>
9347
9348 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
9349 NULL (Bug#6988).
9350 (x_produce_glyphs): If the component of a composition is a null
9351 string, set it->pixel_width to 1 to avoid zero-width glyph.
9352
9353 2012-02-01 Eli Zaretskii <eliz@gnu.org>
9354
9355 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
9356 first 2 arguments are identical. This makes inserting large
9357 output from a subprocess an order of magnitude faster on
9358 MS-Windows, where all sbrk'ed memory is always contiguous.
9359
9360 2012-01-31 Glenn Morris <rgm@gnu.org>
9361
9362 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
9363 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
9364 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
9365
9366 2012-01-29 Glenn Morris <rgm@gnu.org>
9367
9368 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
9369
9370 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
9371
9372 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
9373
9374 2012-01-28 Chong Yidong <cyd@gnu.org>
9375
9376 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
9377
9378 2012-01-26 Chong Yidong <cyd@gnu.org>
9379
9380 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
9381
9382 * search.c (Fsearch_forward, Fsearch_backward): Document negative
9383 repeat counts (Bug#10507).
9384
9385 2012-01-26 Glenn Morris <rgm@gnu.org>
9386
9387 * lread.c (syms_of_lread): Doc fix.
9388
9389 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
9390
9391 * coding.c (encode_designation_at_bol): Change return value to
9392 EMACS_INT.
9393
9394 2012-01-25 Chong Yidong <cyd@gnu.org>
9395
9396 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
9397
9398 2012-01-21 Chong Yidong <cyd@gnu.org>
9399
9400 * floatfns.c (Fcopysign): Make the second argument non-optional,
9401 since nil is not allowed anyway.
9402
9403 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
9404
9405 * process.c (read_process_output): Use p instead of XPROCESS (proc).
9406 (send_process): Likewise.
9407
9408 2012-01-19 Martin Rudalics <rudalics@gmx.at>
9409
9410 * window.c (save_window_save, Fcurrent_window_configuration)
9411 (Vwindow_persistent_parameters): Do not use Qstate.
9412 Rewrite doc-strings.
9413
9414 2012-01-19 Kenichi Handa <handa@m17n.org>
9415
9416 * character.c (char_width): New function.
9417 (Fchar_width, c_string_width, lisp_string_width):
9418 Use char_width (Bug#9496).
9419
9420 2012-01-16 Martin Rudalics <rudalics@gmx.at>
9421
9422 * window.c (Vwindow_persistent_parameters): New variable.
9423 (Fset_window_configuration, save_window_save): Handle persistent
9424 window parameters.
9425
9426 2012-01-14 Eli Zaretskii <eliz@gnu.org>
9427
9428 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
9429 thrashing the stack of the thread. (Bug#9087)
9430
9431 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
9432
9433 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
9434
9435 2012-01-11 Eli Zaretskii <eliz@gnu.org>
9436
9437 * xdisp.c (rows_from_pos_range): Handle the case where the
9438 highlight ends on a newline. (Bug#10464)
9439 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
9440 he end column for display of highlight that ends on a newline
9441 before a R2L line.
9442
9443 2012-01-11 Glenn Morris <rgm@gnu.org>
9444
9445 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
9446 from load-path also when installation-directory is nil. (Bug#10208)
9447
9448 2012-01-10 Glenn Morris <rgm@gnu.org>
9449
9450 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
9451
9452 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
9453 Update template values to be closer to their typical values these days.
9454
9455 2012-01-09 Eli Zaretskii <eliz@gnu.org>
9456
9457 * xdisp.c (rows_from_pos_range): Accept additional argument
9458 DISP_STRING, and accept any glyph in a row whose object is that
9459 string as eligible for mouse highlight. Fixes mouse highlight of
9460 display strings from overlays. (Bug#10464)
9461
9462 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
9463
9464 emacs: fix an auto-save permissions race condition (Bug#10400)
9465 * fileio.c (auto_saving_dir_umask): New static var.
9466 (Fmake_directory_internal): Use it.
9467 (do_auto_save_make_dir): Set it, instead of invoking chmod after
9468 creating the directory. The old code temporarily assigns
9469 too-generous permissions to the directory.
9470 (do_auto_save_eh): Clear it.
9471 (Fdo_auto_save): Catch all errors, not just file errors, so
9472 that the var is always cleared.
9473
9474 2012-01-07 Eli Zaretskii <eliz@gnu.org>
9475
9476 * search.c (scan_buffer): Pass character positions to
9477 know_region_cache, not byte positions. (Bug#6540)
9478
9479 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
9480
9481 * w32.c (sys_rename): Report EXDEV when rename of a directory
9482 fails because the target is on another logical disk. (Bug#10284)
9483
9484 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
9485
9486 * xterm.c (x_embed_request_focus): New function.
9487
9488 * xterm.h: Add prototype.
9489
9490 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
9491
9492 2012-01-05 Glenn Morris <rgm@gnu.org>
9493
9494 * emacs.c (emacs_copyright): Update short copyright year to 2012.
9495
9496 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9497
9498 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
9499 Load gnutls_transport_set_lowat only if GnuTLS version is below
9500 2.11.1.
9501 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
9502 GnuTLS versions below 2.11.1.
9503
9504 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
9505
9506 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
9507 to the doc string advising against its use for altering the way
9508 windows are scrolled.
9509
9510 2011-12-28 Kenichi Handa <handa@m17n.org>
9511
9512 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
9513 coding-system ASCII compatible only when it does not produce BOM
9514 on encoding (Bug#10383).
9515
9516 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
9517
9518 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
9519 can scroll.
9520 (create_and_show_popup_menu): Always use menu_position_func for
9521 Gtk3 (Bug#10361).
9522
9523 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
9524
9525 * callint.c (Fcall_interactively): Don't truncate prompt string.
9526
9527 2011-12-23 Eli Zaretskii <eliz@gnu.org>
9528
9529 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
9530 property that ends at ZV, so that the bidi iteration could be
9531 resumed from there (after widening). (Bug#10360)
9532
9533 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
9534
9535 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
9536
9537 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
9538
9539 * nsterm.m (x_free_frame_resources):
9540 Release f->output_data.ns->miniimage.
9541 (ns_index_color): Fix indentation. Do not retain
9542 color_table->colors[i].
9543
9544 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
9545 before returning.
9546
9547 * nsfns.m (x_set_background_color): Assign return value from
9548 ns_index_color to face-background instead of NSColor*.
9549 (ns_implicitly_set_icon_type): Fix indentation.
9550 Change assignment in for loop to comparison.
9551
9552 * emacs.c (ns_pool): New variable.
9553 (main): Assign ns_pool.
9554 (Fkill_emacs): Call ns_release_autorelease_pool.
9555
9556 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
9557 autorelease fdesc, release fdAttrs and tdict.
9558 (ns_get_covering_families): Release charset.
9559 (ns_findfonts): Release NSFontDescriptor created with new.
9560 (ns_uni_to_glyphs): Fix indentation.
9561 (setString): Release attrStr before assigning new value.
9562
9563 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9564
9565 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
9566 and NS_IMPL_COCOA.
9567 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
9568 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
9569
9570 2011-12-18 David Reitter <reitter@cmu.edu>
9571
9572 * nsterm.m (ns_term_init): Subscribe for notifications
9573 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
9574 to method trackingNotification in EmacsMenu.
9575
9576 * nsmenu.m (trackingMenu): New variable.
9577 (trackingNotification): New method (from Aquamacs).
9578 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
9579 from Aquamacs (Bug#7030).
9580
9581 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9582
9583 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
9584 (symbol_to_nsstring): Fix indentation.
9585 (ns_symbol_to_pb): New function.
9586 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
9587 (Fns_rotate_cut_buffers_internal): Remove.
9588 (Fns_store_selection_internal): Rename from
9589 Fns_store_cut_buffer_internal.
9590 (ns_get_foreign_selection, Fx_own_selection_internal)
9591 (Fx_disown_selection_internal, Fx_selection_exists_p)
9592 (Fns_get_selection_internal, Fns_store_selection_internal):
9593 Use ns_symbol_to_pb and check if return value is nil.
9594 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
9595 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
9596 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
9597 renamed to Sns_store_selection_internal.
9598 (ns_handle_selection_request): Move code to Fx_own_selection_internal
9599 and remove this function.
9600 (ns_handle_selection_clear): Remove, never used.
9601 (Fx_own_selection_internal): Move code from ns_handle_selection_request
9602 here.
9603
9604 2011-12-17 Ken Brown <kbrown@cornell.edu>
9605
9606 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
9607 GID is unknown (Bug#10257).
9608
9609 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
9610
9611 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
9612 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
9613 which caused a build failure on GNU/Linux IA-64. This problem was
9614 introduced by my 2011-10-07 patch.
9615
9616 2011-12-15 Juri Linkov <juri@jurta.org>
9617
9618 * image.c (imagemagick_error): New function. (Bug#10112)
9619 (imagemagick_load_image): Comment out `MagickSetResolution' call.
9620 Use `imagemagick_error' where ImageMagick functions return
9621 `MagickFalse'.
9622 (Fimagemagick_types): Add `Fnreverse' to return the list in the
9623 proper order.
9624
9625 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9626
9627 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
9628 fill background (Bug#8992).
9629
9630 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9631
9632 * window.c (Vwindow_combination_resize)
9633 (Vwindow_combination_limit): Use t instead of non-nil in
9634 doc-strings.
9635 (Vrecenter_redisplay): Add first sentence of doc-string on
9636 separate line.
9637 (Frecenter): Fix doc-string typo.
9638
9639 2011-12-11 Kenichi Handa <handa@m17n.org>
9640
9641 * coding.c (Funencodable_char_position): Pay attention to the
9642 buffer text relocation (Bug#9389).
9643
9644 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
9645
9646 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
9647 gtk_init (Bug#10100).
9648
9649 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9650
9651 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
9652 IT->string is nil. (Bug#10263)
9653
9654 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
9655
9656 * nsterm.h (x_free_frame_resources): Declare.
9657
9658 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
9659 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
9660
9661 * nsterm.h (ns_get_defaults_value): Declare.
9662
9663 * nsterm.m (ns_default): Call ns_get_defaults_value.
9664
9665 2011-12-09 Eli Zaretskii <eliz@gnu.org>
9666
9667 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
9668 (Bug#10170)
9669
9670 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9671
9672 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
9673 that where the value of an _OBJC_* symbol points to is in the .bss
9674 section (Bug#10240).
9675
9676 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9677
9678 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
9679 after the loop to call ccl_driver at least once (Bug#8619).
9680
9681 2011-12-08 Kenichi Handa <handa@m17n.org>
9682
9683 * ftfont.c (get_adstyle_property): Fix previous change
9684 (Bug#10233).
9685
9686 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * w32.c (init_environment): If no_site_lisp, remove site-lisp
9689 dirs from the default value of EMACSLOADPATH (bug#10208).
9690
9691 2011-12-07 Glenn Morris <rgm@gnu.org>
9692
9693 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
9694 installation and source directories as well. (Bug#10208)
9695
9696 2011-12-06 Chong Yidong <cyd@gnu.org>
9697
9698 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
9699
9700 2011-12-06 Glenn Morris <rgm@gnu.org>
9701
9702 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
9703 as an error, not just -1. (Bug#10217)
9704
9705 2011-12-05 Chong Yidong <cyd@gnu.org>
9706
9707 * keyboard.c (process_special_events): New function.
9708 (swallow_events, Finput_pending_p): Use it (Bug#10195).
9709
9710 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
9711
9712 * coding.c (encode_designation_at_bol): Don't use uninitialized
9713 local variable (Bug#9318).
9714
9715 2011-12-05 Kenichi Handa <handa@m17n.org>
9716
9717 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
9718 return Qnil (Bug#8046, Bug#10193).
9719
9720 2011-12-05 Kenichi Handa <handa@m17n.org>
9721
9722 * coding.c (encode_designation_at_bol): New args charbuf_end and
9723 dst. Return the number of produced bytes. Callers changed.
9724 (coding_set_source): Return how many bytes coding->source was
9725 relocated.
9726 (coding_set_destination): Return how many bytes
9727 coding->destination was relocated.
9728 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
9729 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
9730
9731 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9732
9733 * coding.c (CODING_CHAR_CHARSET_P): New macro.
9734 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
9735 macro (Bug#9318).
9736
9737 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
9738
9739 The following changes are to fix Bug#9318.
9740
9741 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
9742 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
9743 (encode_coding_iso_2022, encode_coding_sjis)
9744 (encode_coding_big5, encode_coding_charset): Use the above macros.
9745
9746 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * lisp.h (process_quit_flag): Fix external declaration.
9749
9750 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 Don't macro-inline non-performance-critical code.
9753 * eval.c (process_quit_flag): New function.
9754 * lisp.h (QUIT): Use it.
9755
9756 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
9757
9758 * nsfns.m (get_geometry_from_preferences): New function.
9759 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
9760
9761 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
9762
9763 * emacs.c (Qkill_emacs): Define.
9764 (syms_of_emacs): Initialize it.
9765 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
9766 Qquit_flag to `kill-emacs' instead.
9767 (quit_throw_to_read_char): Add parameter `from_signal'.
9768 All callers changed. Call Fkill_emacs if requested and safe.
9769 * lisp.h (QUIT): Call Fkill_emacs if requested.
9770
9771 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
9772
9773 * widget.c (update_wm_hints): Return if wmshell is null.
9774 (widget_update_wm_size_hints): New function.
9775
9776 * widget.h (widget_update_wm_size_hints): Declare.
9777
9778 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
9779 widget_update_wm_size_hints (Bug#10104).
9780
9781 2011-12-03 Eli Zaretskii <eliz@gnu.org>
9782
9783 * xdisp.c (handle_invisible_prop): If the invisible text ends just
9784 before a newline, prepare the bidi iterator for consuming the
9785 newline, and keep the current paragraph direction. (Bug#10183)
9786 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
9787
9788 2011-12-02 Juri Linkov <juri@jurta.org>
9789
9790 * search.c (Fword_search_regexp): New Lisp function created from
9791 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
9792 (Fword_search_backward, Fword_search_forward)
9793 (Fword_search_backward_lax, Fword_search_forward_lax):
9794 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
9795 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
9796
9797 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * fileio.c (Finsert_file_contents): Move after-change-function call
9800 to before the "handled:" label, since all "goto handled" appear in
9801 cases where the *-change-functions have already been properly called
9802 (bug#10117).
9803
9804 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
9805
9806 * keyboard.c (interrupt_signal): Don't call kill-emacs when
9807 waiting for input. (Bug#10169)
9808
9809 2011-11-30 Eli Zaretskii <eliz@gnu.org>
9810
9811 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
9812 verifies glyph row's hash code--we have just reallocated the
9813 glyphs, so their contents can be complete garbage. (Bug#10164)
9814
9815 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
9816
9817 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
9818
9819 2011-11-30 Eli Zaretskii <eliz@gnu.org>
9820
9821 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
9822 attributes are tested _before_ calling verify_row_hash, to protect
9823 against GCC re-ordering of the tests. (Bug#10164)
9824
9825 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
9826
9827 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
9828
9829 * xterm.c (handle_one_xevent): Only set async_visible and friends
9830 if net_wm_state_hidden_seen is non-zero (Bug#10002)
9831 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
9832 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
9833
9834 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
9835
9836 Remove GCPRO-related macros that exist only to avoid shadowing locals.
9837 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
9838 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
9839 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
9840 All uses changed to use GCPRO1 etc.
9841 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
9842 Revert to old implementation (i.e., before 2011-03-11).
9843
9844 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9845
9846 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
9847 of scroll runs so as to avoid assigning disabled bogus rows and
9848 unnecessary graphics copy operations.
9849
9850 2011-11-27 Eli Zaretskii <eliz@gnu.org>
9851
9852 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
9853 (snprintf) [_MSC_VER]: Redirect to _snprintf.
9854 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
9855 (malloc, free, realloc, calloc): Redirect to e_* only when
9856 compiling Emacs.
9857
9858 * lisp.h (GCTYPEBITS): Move before first use.
9859 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
9860 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
9861 this macro definition.
9862
9863 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
9864 _MSC_VER.
9865
9866 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
9867
9868 * gtkutil.c (xg_create_frame_widgets):
9869 Call gtk_window_set_has_resize_grip (FALSE) if that function is
9870 present with Gtk+ 2.0.
9871
9872 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
9873
9874 * fileio.c (Finsert_file_contents): Undo previous change; see
9875 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
9876
9877 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
9878
9879 Rename locals to avoid shadowing.
9880 * fileio.c (Finsert_file_contents):
9881 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
9882 * process.c (wait_reading_process_output):
9883 Rename inner 'proc' to 'p' to avoid shadowing.
9884 Indent for consistency with usual Emacs style.
9885
9886 2011-11-25 Eli Zaretskii <eliz@gnu.org>
9887
9888 * xdisp.c (redisplay_window): If cursor row is not fully visible
9889 after recentering, and scroll-conservatively is set to a large
9890 number, scroll window by a few more lines to make the cursor fully
9891 visible and out of scroll-margin. (Bug#10105)
9892 (start_display): Don't move to the next line if the display should
9893 start at a newline that is part of a display vector or an overlay
9894 string. (Bug#10119)
9895
9896 2011-11-24 Juri Linkov <juri@jurta.org>
9897
9898 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
9899 after the `MagickPingImage' call. (Bug#10112)
9900
9901 2011-11-23 Chong Yidong <cyd@gnu.org>
9902
9903 * window.c (Fcoordinates_in_window_p): Accept only live windows.
9904
9905 2011-11-23 Martin Rudalics <rudalics@gmx.at>
9906
9907 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
9908 making another buffer current. (Bug#10114)
9909
9910 2011-11-23 Glenn Morris <rgm@gnu.org>
9911
9912 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
9913
9914 2011-11-23 Chong Yidong <cyd@gnu.org>
9915
9916 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
9917 using it (Bug#5984).
9918
9919 2011-11-22 Eli Zaretskii <eliz@gnu.org>
9920
9921 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
9922 and header-lines, as they don't have one computed for them.
9923 (Bug#10098)
9924
9925 * .gdbinit (prow): Make displayed values more self-explaining.
9926 Add row's hash code.
9927
9928 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9929
9930 * process.c (wait_reading_process_output): Fix asynchrounous
9931 GnuTLS socket handling on some versions of the GnuTLS library.
9932 (wait_reading_process_output): Add comment and URL.
9933
9934 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
9935
9936 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
9937
9938 2011-11-21 Chong Yidong <cyd@gnu.org>
9939
9940 * window.c (Fnext_window, Fprevious_window): Doc fix.
9941
9942 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
9945
9946 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
9949
9950 2011-11-20 Martin Rudalics <rudalics@gmx.at>
9951
9952 * window.c (Fset_window_combination_limit): Rename argument
9953 STATUS to LIMIT.
9954 (Vwindow_combination_limit): Remove "status" from doc-string.
9955
9956 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
9957
9958 * m/ibms390.h: Remove.
9959 * m/ibms390x.h: Don't include "ibms390.h".
9960
9961 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
9964 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
9965
9966 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9967
9968 * casetab.c (Fset_case_table):
9969 * charset.c (Fcharset_after): Fix typos.
9970
9971 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
9972
9973 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
9974 Otherwise, valgrind does not work on some platforms.
9975 Problem reported by Andreas Schwab in
9976 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
9977 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
9978 is set, removing the need for VIRT_ADDRESS_VARIES.
9979 (PURE_P): Use a more-efficient implementation that needs just one
9980 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
9981 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
9982 to 4 (xorl, subq, cmpq, setbe).
9983 * alloc.c (pure): Always extern now, since that's the
9984 VIRT_ADDR_VARIES behavior.
9985 (PURE_POINTER_P): Use a single comparison, not two, for
9986 consistency with the new puresize.h.
9987 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
9988 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
9989 Remove VIRT_ADDR_VARIES no longer needed.
9990
9991 2011-11-19 Eli Zaretskii <eliz@gnu.org>
9992
9993 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
9994 (erase_phys_cursor, update_window_cursor, show_mouse_face)
9995 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
9996 behave as if the cursor position were at the window margin.
9997
9998 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
9999 and the cursor position is out of bounds, behave as if the cursor
10000 position were at the window margin. (Bug#10075)
10001
10002 2011-11-18 Chong Yidong <cyd@gnu.org>
10003
10004 * window.c (Fwindow_combination_limit): Make first argument
10005 non-optional, since it is meaningless for live windows like the
10006 selected window.
10007
10008 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
10009
10010 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
10011
10012 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * intervals.c: Fix grafting over the whole buffer (bug#10071).
10015 (graft_intervals_into_buffer): Simplify.
10016
10017 2011-11-18 Eli Zaretskii <eliz@gnu.org>
10018
10019 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
10020 hash values of the two rows.
10021 (copy_row_except_pointers): Preserve the used[] arrays and the
10022 hash values of the two rows. (Bug#10035)
10023 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
10024
10025 * xdisp.c (row_hash): New function, body extracted from
10026 compute_line_metrics.
10027 (compute_line_metrics): Call row_hash, instead of computing the
10028 hash code inline.
10029
10030 * dispnew.c (verify_row_hash): Call row_hash for computing the
10031 hash code of a row, instead of duplicating code from xdisp.c.
10032
10033 * dispextern.h (row_hash): Add prototype.
10034
10035 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
10036
10037 * frame.c (delete_frame): Don't delete the terminal when the last
10038 X frame is closed if emacs is built with GTK toolkit.
10039
10040 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10041
10042 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
10043
10044 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10045
10046 * window.c (Vwindow_splits): Rename to
10047 Vwindow_combination_resize. Suggested by Juri Linkov.
10048 (Fsplit_window_internal): Use Vwindow_combination_resize instead
10049 of Vwindow_splits.
10050
10051 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * nsfns.m (Fns_font_name):
10054 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
10055
10056 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10057
10058 * window.h (window): Rename slot "nest" to "combination_limit".
10059 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
10060 (Fset_window_nest): Rename to Fset_window_combination_limit.
10061 (Vwindow_nest): Rename to Vwindow_combination_limit.
10062 (recombine_windows, make_parent_window, make_window)
10063 (Fsplit_window_internal, saved_window)
10064 (Fset_window_configuration, save_window_save): Rename all
10065 occurrences of window_nest to window_combination_limit.
10066
10067 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10068
10069 * image.c (imagemagick_load_image): Fix typo.
10070
10071 2011-11-14 Eli Zaretskii <eliz@gnu.org>
10072
10073 * xdisp.c (display_line): Move the call to
10074 highlight_trailing_whitespace before the call to
10075 compute_line_metrics, since the latter needs to see the final
10076 faces of all the glyphs to compute ROW's hash value.
10077 Fixes assertion violations in row_equal_p. (Bug#10035)
10078
10079 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
10082 just return (bug#10044).
10083
10084 2011-11-12 Eli Zaretskii <eliz@gnu.org>
10085
10086 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
10087 with user-defined heap size. Bump the default size of the temacs
10088 heap to 27MB, to avoid memory warning when running temacs.
10089 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
10090
10091 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
10092 current_matrix and desired_matrix. (Bug#9990)
10093 (verify_row_hash) [XASSERTS]: New function.
10094 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
10095 that the hash value of glyph rows is correct.
10096
10097 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10098
10099 * window.h (window): Remove splits slot.
10100 * window.c (Fwindow_splits, Fset_window_splits): Remove.
10101 (Fdelete_other_windows_internal, make_parent_window)
10102 (make_window, Fsplit_window_internal, Fdelete_window_internal)
10103 (Fset_window_configuration, save_window_save): Don't deal with
10104 split status of windows.
10105 (saved_window): Remove splits slot.
10106 (Vwindow_splits): Rewrite doc-string.
10107
10108 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
10109
10110 * xfns.c (unwind_create_frame):
10111 * nsfns.m (unwind_create_frame):
10112 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
10113 Vframe_list (Bug#9999).
10114
10115 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
10116
10117 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
10118
10119 2011-11-11 Kenichi Handa <handa@m17n.org>
10120
10121 * callproc.c (Fcall_process): Set the member dst_multibyte of
10122 process_coding.
10123
10124 2011-11-11 Johan Bockgård <bojohan@gnu.org>
10125
10126 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
10127 avoid a crash (bug#9496).
10128
10129 2011-11-09 Chong Yidong <cyd@gnu.org>
10130
10131 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
10132 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
10133
10134 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
10135
10136 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
10137
10138 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
10139
10140 Avoid some portability problems by eschewing 'extern inline' functions.
10141 The trivial performance wins aren't worth the portability hassles; see
10142 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
10143 et seq.
10144 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
10145 (window_box_width, window_box_left, window_box_left_offset)
10146 (window_box_right, window_box_right_offset): Undo previous change,
10147 by removing the "extern"s.
10148 * intervals.c (adjust_intervals_for_insertion)
10149 (adjust_intervals_for_deletion): Undo previous change,
10150 making these static again.
10151 (offset_intervals, temp_set_point_both, temp_set_point)
10152 (copy_intervals_to_string): No longer inline.
10153 * xdisp.c (window_text_bottom_y, window_box_width)
10154 (window_box_height, window_box_left_offset)
10155 (window_box_right_offset, window_box_left, window_box_right)
10156 (window_box): No longer inline.
10157
10158 2011-11-08 Chong Yidong <cyd@gnu.org>
10159
10160 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
10161 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
10162 Signal an error if not a live window.
10163 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
10164 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
10165
10166 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
10167
10168 * lisp.h (syms_of_abbrev): Remove declaration.
10169 Reported by CHENG Gao <chenggao@royau.me>.
10170
10171 2011-11-07 Eli Zaretskii <eliz@gnu.org>
10172
10173 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
10174 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
10175 of temacs in GUI mode.
10176
10177 2011-11-07 Martin Rudalics <rudalics@gmx.at>
10178
10179 * window.h: Declare delete_all_child_windows instead of
10180 delete_all_subwindows.
10181 * window.c (Fwindow_nest, Fset_window_nest)
10182 (Fset_window_new_total, Fset_window_new_normal)
10183 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
10184 (delete_all_subwindows): Rename to delete_all_child_windows.
10185 (Fdelete_other_windows_internal, Fset_window_configuration):
10186 Call delete_all_child_windows instead of delete_all_subwindows.
10187 * frame.c (delete_frame): Call delete_all_child_windows instead
10188 of delete_all_subwindows.
10189
10190 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
10191
10192 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
10193 This is also needed for porting to any host where GC_MARK_STACK is
10194 not GC_MAKE_GCPROS_NOOPS.
10195 (which_symbols): Use it.
10196
10197 2011-11-07 Kenichi Handa <handa@m17n.org>
10198
10199 * coding.c (coding_set_destination): Check coding->src_pos only
10200 when coding->src_object is a buffer (bug#9910).
10201
10202 * process.c (send_process): Set the member src_multibyte of coding
10203 to 0 (bug#9911) when sending a unibyte text.
10204
10205 * callproc.c (Fcall_process): Set the member src_multibyte of
10206 process_coding to 0 (bug#9912).
10207
10208 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10209
10210 * xmenu.c (cleanup_widget_value_tree): New function.
10211 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
10212 calling free_menubar_widget_value_tree directly (Bug#9830).
10213
10214 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
10215
10216 Fix some portability problems with 'inline'.
10217 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
10218 (window_box_width, window_box_left, window_box_left_offset)
10219 (window_box_right, window_box_right_offset): Declare extern.
10220 Otherwise, these inline functions do not conform to C99 and
10221 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
10222 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
10223 * intervals.c (adjust_intervals_for_insertion)
10224 (adjust_intervals_for_deletion): Now extern, because otherwise the
10225 extern inline functions 'offset_intervals' couldn't refer to it.
10226 (static_offset_intervals): Remove.
10227 (offset_intervals): Rewrite using the old contents of
10228 static_offset_intervals. The old version didn't conform to C99
10229 because an extern inline function contained a reference to an
10230 identifier with static linkage.
10231
10232 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
10233
10234 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
10235 GC.
10236
10237 2011-11-06 Eli Zaretskii <eliz@gnu.org>
10238
10239 * xdisp.c (init_iterator, reseat_to_string): Don't set the
10240 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
10241 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
10242 return Qleft_to_right.
10243
10244 2011-11-06 Chong Yidong <cyd@gnu.org>
10245
10246 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
10247 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
10248 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
10249 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
10250 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
10251 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
10252 (Fwindow_vscroll): Doc fix.
10253 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
10254 argument, since it makes no sense to pass a live window and for
10255 consistency with window-child.
10256
10257 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
10258
10259 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
10260 support MSVC.
10261
10262 2011-11-05 Jason Rumney <jasonr@gnu.org>
10263
10264 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
10265 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
10266 fonts (Bug#6029).
10267 (add_font_entity_to_list): Fix logic errors in mixed boolean and
10268 bitwise arithmetic preventing use of unicode-sip and non-truetype
10269 opentype fonts.
10270
10271 2011-11-05 Eli Zaretskii <eliz@gnu.org>
10272
10273 * s/ms-w32.h (fstat, stat, utime): Move redirections to
10274 "emacs"-only part.
10275
10276 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
10277 initialization code to keep similarity to xfns.c after changes
10278 from 2011-11-05.
10279
10280 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
10281
10282 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
10283 (unwind_create_frame): New function (Bug#9943).
10284 (Fx_create_frame): Restructure code to be more similar to the one in
10285 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
10286 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
10287 Move terminal->reference_count++ just before making the frame official
10288 (Bug#9943).
10289
10290 * nsterm.m (x_free_frame_resources): New function.
10291 (x_destroy_window): Move code to x_free_frame_resources.
10292
10293 * xfns.c (unwind_create_frame): Fix comment.
10294 (Fx_create_frame, x_create_tip_frame):
10295 Move terminal->reference_count++ just before making the frame
10296 official. Move initialization of image_cache_refcount and
10297 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
10298
10299 2011-11-05 Eli Zaretskii <eliz@gnu.org>
10300
10301 Support MSVC build with newer versions of Visual Studio.
10302 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
10303 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
10304 nt/gmake.defs.
10305
10306 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
10307 which are not supported by MSVC.
10308 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
10309 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
10310 bitfields.
10311 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
10312 types in bitfields.
10313 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
10314
10315 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
10316
10317 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
10318
10319 Support MSVC build with newer versions of Visual Studio.
10320 * w32.c: Don't include w32api.h for MSVC.
10321 (init_environment) [_MSC_VER]: Call sys_access, not _access.
10322
10323 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
10324 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
10325 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
10326 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
10327 e_* cousins.
10328 (alloca) [_MSC_VER]: Define to _alloca.
10329
10330 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
10331
10332 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
10333
10334 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10335
10336 * xdisp.c (note_mouse_highlight): If either of
10337 previous/next-single-property-change returns nil, treat that as
10338 the beginning or the end of the buffer. (Bug#9955)
10339
10340 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
10341
10342 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
10343 label is not null (Bug#9951).
10344 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
10345 may be NULL.
10346
10347 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10348
10349 * window.c (Fwindow_body_size): Mention in the doc string that the
10350 return value is in frame's canonical units. (Bug#9949)
10351
10352 2011-11-03 Eli Zaretskii <eliz@gnu.org>
10353
10354 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
10355
10356 * w32fns.c (unwind_create_frame): If needed, free the glyph
10357 matrices of the partially constructed frame. (Bug#9943)
10358 * xfns.c (unwind_create_frame): Likewise.
10359
10360 2011-11-01 Eli Zaretskii <eliz@gnu.org>
10361
10362 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
10363 Don't stop backward scan on the continuation glyph, even though
10364 its CHARPOS is positive.
10365 (mouse_face_from_buffer_pos, note_mouse_highlight):
10366 Rename cover_string to disp_string.
10367
10368 2011-11-01 Martin Rudalics <rudalics@gmx.at>
10369
10370 * window.c (temp_output_buffer_show): Don't use
10371 Vtemp_buffer_show_specifiers.
10372 (Vtemp_buffer_show_specifiers): Remove unused variable.
10373
10374 2011-10-30 Eli Zaretskii <eliz@gnu.org>
10375
10376 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
10377 past the beginning of the current glyph matrix.
10378
10379 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10380
10381 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
10382 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
10383 HAVE_GTK3 (Bug#9869).
10384
10385 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
10386 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
10387
10388 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
10389
10390 * xterm.c: Declare x_handle_net_wm_state to return int.
10391 (handle_one_xevent): Check if we are iconified but don't have
10392 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
10393 (get_current_wm_state): Return non-zero if not hidden,
10394 check for _NET_WM_STATE_HIDDEN (Bug#9893).
10395 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
10396 (x_handle_net_wm_state): Return what get_current_wm_state returns.
10397 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
10398
10399 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
10400
10401 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
10402 so that this new function doesn't get optimized away by a
10403 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
10404
10405 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
10406
10407 * frame.h (MOUSE_HL_INFO): Remove excess parens.
10408
10409 2011-10-29 Eli Zaretskii <eliz@gnu.org>
10410
10411 Fix the `xbytecode' command.
10412 * .gdbinit (xprintbytestr): New command.
10413 (xwhichsymbols): Rename from `which'; all callers changed.
10414 (xbytecode): Print the byte-code string as well.
10415
10416 2011-10-29 Kim Storm <storm@cua.dk>
10417
10418 * alloc.c (which_symbols): New function.
10419
10420 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
10421
10422 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
10423 line. (Bug#9903)
10424
10425 2011-10-29 Glenn Morris <rgm@gnu.org>
10426
10427 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
10428 Not clear what it was for, and it causes various bugs. (Bug#9839)
10429
10430 2011-10-28 Eli Zaretskii <eliz@gnu.org>
10431
10432 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
10433 possible random value that matches one of those tested as
10434 condition to clear the mouse face.
10435
10436 2011-10-28 Chong Yidong <cyd@gnu.org>
10437
10438 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
10439
10440 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10441
10442 * window.c (make_window): Initialize phys_cursor_on_p.
10443
10444 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * lisp.h (struct Lisp_Symbol): Update comments.
10447
10448 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
10449
10450 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
10451
10452 2011-10-28 Eli Zaretskii <eliz@gnu.org>
10453
10454 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
10455 <oslsachem@gmail.com> for helping to debug this.
10456
10457 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
10458 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
10459 (g_b_init_get_glyph_outline_w): New static variables.
10460 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
10461 (GetGlyphOutlineW_Proc): New typedefs.
10462 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
10463 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
10464 New functions.
10465 (w32font_open_internal, compute_metrics):
10466 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
10467 instead of calling the "wide" APIs directly.
10468
10469 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
10470
10471 * w32.h (syms_of_w32font): Add prototype.
10472
10473 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
10474
10475 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
10476 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
10477 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
10478 (Fmove_to_window_line): Doc fix.
10479
10480 2011-10-27 Chong Yidong <cyd@gnu.org>
10481
10482 * process.c (make_process): Set gnutls_state to NULL.
10483
10484 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
10485 non-NULL, regardless of GNUTLS_INITSTAGE.
10486 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
10487 an error. Set process slots as soon as we allocate them.
10488
10489 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
10490
10491 2011-10-27 Chong Yidong <cyd@gnu.org>
10492
10493 * gnutls.c (emacs_gnutls_deinit): New function.
10494 Deallocate credentials structures as well as calling gnutls_deinit.
10495 (Fgnutls_deinit, Fgnutls_boot): Use it.
10496
10497 * process.c (make_process): Initialize GnuTLS credentials to NULL.
10498 (deactivate_process): Call emacs_gnutls_deinit.
10499
10500 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
10501
10502 * image.c (x_create_x_image_and_pixmap):
10503 * w32.c (sys_rename, w32_delayed_load):
10504 * w32font.c (fill_in_logfont):
10505 * w32reg.c (x_get_string_resource): Silence compiler warnings.
10506
10507 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
10508
10509 * w32fns.c (w32_default_color_map): New function,
10510 extracted from Fw32_default_color_map.
10511 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
10512
10513 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
10514
10515 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
10516
10517 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * keyboard.c (test_undefined): New function (bug#9751).
10520 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
10521
10522 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
10523
10524 * sysdep.c (init_sys_modes): Fix the check for the controlling
10525 terminal (Bug#6649).
10526
10527 2011-10-20 Eli Zaretskii <eliz@gnu.org>
10528
10529 * dispextern.h (struct bidi_it): New member next_en_type.
10530
10531 * bidi.c (bidi_line_init): Initialize the next_en_type member.
10532 (bidi_resolve_explicit_1): When next_en_pos is valid for the
10533 current character, check also for next_en_type being WEAK_EN.
10534 (bidi_resolve_weak): Don't enter the expensive loop if the current
10535 position is before next_en_pos. Record the bidi type of the first
10536 non-ET, non-BN character we find, in addition to its position.
10537 (bidi_level_of_next_char): Invalidate next_en_type when
10538 next_en_pos is over-stepped.
10539
10540 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
10541
10542 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
10543 * editfns.c: Rewrite current-time-zone so that it invokes
10544 the equivalent of (format-time-string "%Z") to get the time zone name.
10545 This fixes a bug when the time zone name contains characters that
10546 need converting from the system time locale to Emacs internal format.
10547 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
10548 that patch fixed format-time-string to do the conversion, but
10549 I forgot to fix current-time-zone.
10550 (format_time_string): New function, containing most of
10551 what Fformat_time_string used to contain.
10552 (Fformat_time_string): Rewrite in terms of format_time_string.
10553 This doesn't change this function's behavior.
10554 (current-time-zone): Rewrite to use format_time_string.
10555 This fixes the bug reported by Michael Schierl in
10556 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
10557 Jason Rumney's 2007-06-07 change worked around this bug, but
10558 didn't fix it.
10559 * systime.h (tzname, timezone): Remove no-longer-used declarations.
10560
10561 2011-10-19 Eli Zaretskii <eliz@gnu.org>
10562
10563 * xdisp.c (start_display): If the character at POS is displayed
10564 via a display vector, reset IT->current.dpvec_index to zero.
10565 (try_window_reusing_current_matrix): If a line ends in a display
10566 vector or the next line starts in a display vector, continue
10567 redrawing the window even though the character position of
10568 start_row was reached.
10569 (Bug#9771, part 2)
10570
10571 2011-10-18 Chong Yidong <cyd@gnu.org>
10572
10573 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
10574 with nobreak-char-display too.
10575
10576 2011-10-18 Eli Zaretskii <eliz@gnu.org>
10577
10578 Fix part 3 of bug#9771.
10579 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
10580 (bidi_resolve_neutral): Don't enter the expensive loop looking for
10581 non-neutral characters if the current character is a paragraph
10582 separator (a.k.a. Newline). This avoids running the same
10583 expensive loop twice, once when we consume the preceding newline
10584 and the other time when the line actually needs to be displayed.
10585 Avoid the loop when we see neutrals on the base embedding level
10586 following a character whose directionality is the same as the
10587 paragraph's. This avoids running the expensive loop when a line
10588 ends in a long sequence of neutrals, like control characters.
10589 Add assertion against STRONG_AL type. Slightly rearrange code
10590 that determines the type of a neutral given the first non-neutral
10591 that follows it.
10592 (bidi_level_of_next_char): Set next_en_pos to zero when
10593 invalidating its info.
10594
10595 2011-10-17 Eli Zaretskii <eliz@gnu.org>
10596
10597 * xdisp.c (push_display_prop): Determine whether to record string
10598 or buffer position by IT->string, not by IT->method. Allow
10599 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
10600 (move_it_vertically_backward): Don't look for character position
10601 immediately after the newline when in a continuation line.
10602 (Bug#9771, part 1)
10603
10604 2011-10-15 Martin Rudalics <rudalics@gmx.at>
10605
10606 * window.c (coordinates_in_window): Rewrite and delabelize
10607 vertical border check. (Bug#5357) (Bug#9618)
10608
10609 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
10612 errors in XSetWindowBorder (bug#9310).
10613
10614 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
10615
10616 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
10617 avoid crash when xmalloc overrun checking is enabled.
10618
10619 2011-10-13 Eli Zaretskii <eliz@gnu.org>
10620
10621 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
10622 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
10623 cursor motion with <left> and <right> arrow keys.
10624
10625 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
10626 some callers set that themselves.
10627
10628 2011-10-12 Eli Zaretskii <eliz@gnu.org>
10629
10630 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
10631 display string and the previous row comes from the same string and
10632 is empty. (Bug#9739) (Bug#9738)
10633
10634 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * doc.c (get_doc_string): Encode file name (bug#9735).
10637
10638 2011-10-12 Eli Zaretskii <eliz@gnu.org>
10639
10640 * bidi.c (bidi_level_of_next_char):
10641 * xdisp.c (get_visually_first_element): Remove old incorrect
10642 comments regarding the Unicode Line Separator character.
10643
10644 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
10645
10646 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
10647
10648 * alloc.c (Fgc_status): Do not access beyond zombies array
10649 boundary if nzombies > MAX_ZOMBIES.
10650 * alloc.c (dump_zombies): Add missing format specifier.
10651
10652 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
10653
10654 * xdisp.c (set_cursor_from_row): Simplify conditionals,
10655 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
10656
10657 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
10658 Some packages use them to denote characters with modifiers.
10659
10660 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
10661
10662 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
10663 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
10664 matching a pp-number. Rename parameter var to var1.
10665
10666 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
10669
10670 2011-10-08 Glenn Morris <rgm@gnu.org>
10671
10672 * callint.c (Fcall_interactively): Give a more explicit error for the
10673 'c' case with a non-character input. (Bug#8479)
10674
10675 2011-10-08 Eli Zaretskii <eliz@gnu.org>
10676
10677 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
10678 lines.
10679 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
10680 lines that are hscrolled on the left.
10681
10682 * dispnew.c (buffer_posn_from_coords): Account for a possible
10683 presence of header-line. (Bug#4426)
10684
10685 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
10688 Don't advertise functionality which we discourage or doesn't work.
10689
10690 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
10691
10692 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
10693 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
10694 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
10695 this makes Emacs dump core during garbage collection on rare
10696 occasions. sizeof is obviously inferior to offsetof here, so
10697 stick with offsetof.
10698 (GC_POINTER_ALIGNMENT): New macro.
10699 (mark_memory): Omit 3rd (offset) arg; caller changed.
10700 Don't assume EMACS_INT alignment is the same as pointer alignment.
10701
10702 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * keyboard.c (read_key_sequence_remapped): New var.
10705 (read_key_sequence): Compute remapping in the right buffer.
10706 (command_loop_1): Use read_key_sequence's remapping directly.
10707
10708 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * dired.c (file_name_completion): Don't expand file name.
10711 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
10712 before checking file name handler.
10713
10714 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
10715 they've been requested explicitly (bug#9591).
10716
10717 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
10718
10719 * keymap.c (Fsingle_key_description): Use make_specified_string
10720 instead of build_string to build string from push_key_description.
10721 (Bug#5193)
10722
10723 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
10724
10725 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
10726 This fixes a Y2038 bug on 64-bit hosts.
10727 * buffer.c (reset_buffer):
10728 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
10729 (Fclear_buffer_auto_save_failure):
10730 Use 0, not -1, to represent an unset failure time, since time_t
10731 might not be signed.
10732
10733 Remove dependency on glibc malloc internals.
10734 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10735 Move back here from lisp.h, but with their new implementations.
10736 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
10737 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
10738 * charset.c (charset_table_init): New static var.
10739 (syms_of_charset): Use it instead of xmalloc. This removes a
10740 dependency on glibc malloc internals. See Eli Zaretskii's comment in
10741 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
10742 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10743 Move back to alloc.c.
10744 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
10745 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
10746
10747 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
10748
10749 * nsterm.m (windowDidResize): Call x_set_window_size only when
10750 ns_in_resize is true. Otherwise set pixelwidth/height and
10751 call change_frame_size (Bug#9628).
10752
10753 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
10754
10755 Port --enable-checking=all to Fedora 14 x86-64.
10756 * charset.c (syms_of_charset): Also account for glibc malloc's
10757 internal overhead when calculating the initial malloc maximum.
10758
10759 Port --enable-checking=all to Fedora 14 x86.
10760 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10761 Move to lisp.h.
10762 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
10763 (overrun_check_realloc, overrun_check_free):
10764 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
10765 That way, xmalloc returns a properly-aligned pointer even if
10766 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
10767 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
10768 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
10769 into account when calculating the initial malloc maximum.
10770 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10771 Move here from alloc.c, so that charset.c can use it too.
10772 Properly align; the old code wasn't right for common 32-bit hosts
10773 when configured with --enable-checking=all.
10774 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
10775 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
10776
10777 2011-09-29 Eli Zaretskii <eliz@gnu.org>
10778
10779 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
10780 use EDOM.
10781
10782 2011-09-28 Eli Zaretskii <eliz@gnu.org>
10783
10784 * xdisp.c (compute_display_string_end): If there's no display
10785 string at CHARPOS, return -1.
10786
10787 * bidi.c (bidi_fetch_char): When compute_display_string_end
10788 returns a negative value, treat the character as a normal
10789 character not covered by a display string. (Bug#9624)
10790
10791 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
10792
10793 * lread.c (Fread_from_string): Fix typo in docstring.
10794
10795 2011-09-27 Eli Zaretskii <eliz@gnu.org>
10796
10797 * xdisp.c (handle_invisible_prop): If invisible text ends on a
10798 newline, reseat the iterator instead of bidi-iterating there one
10799 character at a time. (Bug#9610)
10800 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
10801 TO_CHARPOS if the bidi iterator is at base embedding level.
10802
10803 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
10804
10805 * lread.c (readevalloop): Use correct code for NBSP.
10806 (read1): Likewise. (Bug#9608)
10807
10808 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
10809
10810 * dbusbind.c (Fdbus_register_signal): When service is not
10811 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
10812
10813 2011-09-25 Glenn Morris <rgm@gnu.org>
10814
10815 * buffer.c (truncate-lines): Doc fix.
10816
10817 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
10820 (Fset_window_next_buffers): Doc fix.
10821
10822 2011-09-24 Glenn Morris <rgm@gnu.org>
10823
10824 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
10825
10826 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
10827
10828 Fix minor problems found by static checking.
10829 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
10830 * indent.c (Fvertical_motion): Fix == vs = typo.
10831
10832 2011-09-24 Eli Zaretskii <eliz@gnu.org>
10833
10834 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
10835 Default value is now t. Doc fix.
10836
10837 * indent.c (Fvertical_motion): Compute and apply the overshoot
10838 logic when moving up, not only when moving down. Fix the
10839 confusing name and values of the it_overshoot_expected variable;
10840 logic changes accordingly. (Bug#9254) (Bug#9549)
10841
10842 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
10843 CHARPOS is covered by a display string which includes newlines.
10844 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
10845 is covered by a display string with embedded newlines.
10846
10847 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
10848
10849 * dbusbind.c (Fdbus_register_signal): Add match rule to
10850 Vdbus_registered_objects_table. (Bug#9581)
10851 (Fdbus_register_method, Vdbus_registered_objects_table):
10852 Fix docstring.
10853
10854 2011-09-24 Jim Meyering <meyering@redhat.com>
10855
10856 do not ignore write error for any output size
10857 The previous change was incomplete.
10858 While it makes emacs --batch detect the vast majority of stdout
10859 write failures, errors were still ignored whenever the output size is
10860 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
10861 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
10862 && echo FAIL: ignored write error
10863 FAIL: ignored write error
10864 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
10865 && echo FAIL: ignored write error
10866 FAIL: ignored write error
10867 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
10868
10869 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
10870
10871 * emacs.c (Fkill_emacs): In noninteractive mode exit
10872 non-successfully if a write error occurred on stdout. (Bug#9574)
10873
10874 2011-09-21 Eli Zaretskii <eliz@gnu.org>
10875
10876 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
10877 the xassert test.
10878
10879 * dispextern.h (struct it): Update the comment documenting what
10880 can it->OBJECT be.
10881
10882 2011-09-20 Eli Zaretskii <eliz@gnu.org>
10883
10884 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
10885 a display string, extend search for cursor position to end of row.
10886 (find_row_edges): If the row ends in a newline from a display
10887 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
10888 Handle the case of a display string with multiple newlines.
10889 (Fcurrent_bidi_paragraph_direction): Fix search for previous
10890 non-empty line. Fixes confusing cursor motion with arrow keys at
10891 the beginning of a line that starts with whitespace.
10892
10893 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10894
10895 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
10896 (bug#9493).
10897
10898 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
10901 boolean (Bug#9154).
10902
10903 2011-09-18 Eli Zaretskii <eliz@gnu.org>
10904
10905 * xdisp.c (display_line): Record maximum and minimum buffer
10906 positions even if no glyphs were produced (e.g., by a zero-width
10907 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
10908 buffer positions that will be removed from the glyph row because
10909 they don't fit.
10910 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
10911 column is beyond frame width: don't subtract 1 "pixel" when
10912 computing width of the stretch.
10913 (reseat_at_next_visible_line_start): Undo the change made on
10914 2011-09-17 that saved paragraph information and restored it after
10915 the call to `reseat'. (Bug#9545)
10916
10917 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10918
10919 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
10920 and turn window cursor on if cleared (Bug#9415).
10921
10922 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
10923
10924 * search.c (boyer_moore): Take unibyte characters from pattern
10925 literally. (Bug#9458)
10926
10927 2011-09-18 Eli Zaretskii <eliz@gnu.org>
10928
10929 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
10930
10931 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
10932
10933 Fix minor problem found by static checking.
10934 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
10935 initialized, to pacify gcc -Wuninitialized.
10936
10937 * fileio.c: Report proper errno when syscall falls.
10938 (Finsert_file_contents): Save and restore errno,
10939 so that report_file_error outputs the correct diagnostic.
10940 (Fwrite_region) [CLASH_DETECTION]: Likewise.
10941
10942 2011-09-18 Eli Zaretskii <eliz@gnu.org>
10943
10944 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
10945
10946 2011-09-17 Eli Zaretskii <eliz@gnu.org>
10947
10948 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
10949 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
10950
10951 2011-09-17 Eli Zaretskii <eliz@gnu.org>
10952
10953 * xdisp.c (reseat_at_next_visible_line_start): Keep information
10954 about the current paragraph and restore it after the call to reseat.
10955
10956 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
10957 (bidi_find_paragraph_start): Search back for paragraph beginning
10958 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
10959 (bidi_move_to_visually_next): Only trigger paragraph-related
10960 computations when the last character is a newline or at EOB, not
10961 just any NEUTRAL_B. (Bug#9470)
10962
10963 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
10964 truncated lines if point is covered by a display string. (Bug#9524)
10965
10966 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
10967
10968 * xselect.c: Relax test for outgoing X longs (Bug#9498).
10969 (cons_to_x_long): New function.
10970 (lisp_data_to_selection_data): Use it. Correct the test for
10971 short-versus-long data; it was negated. Break out of vector
10972 loop, for efficiency, when a long datum is discovered.
10973
10974 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
10977
10978 2011-09-16 Eli Zaretskii <eliz@gnu.org>
10979
10980 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
10981 GCC PR/17406) by declaring this function with external scope.
10982
10983 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
10984
10985 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
10986 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
10987
10988 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
10989
10990 * editfns.c (Fformat): Correctly handle text properties on "%%".
10991
10992 2011-09-15 Eli Zaretskii <eliz@gnu.org>
10993
10994 * xterm.c (x_draw_composite_glyph_string_foreground):
10995 * w32term.c (x_draw_composite_glyph_string_foreground):
10996 * term.c (encode_terminal_code):
10997 * composite.c (composition_update_it, get_composition_id):
10998 * xdisp.c (get_next_display_element)
10999 (fill_composite_glyph_string): Add comments about special meaning
11000 of TAB characters in a composition.
11001
11002 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
11003
11004 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
11005 This occurs when processing a multibyte format.
11006 Problem reported by Wolfgang Jenker.
11007
11008 2011-09-15 Johan Bockgård <bojohan@gnu.org>
11009
11010 * xdisp.c (try_cursor_movement): Only check for exact match if
11011 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
11012
11013 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
11014
11015 Remove unused external symbols.
11016 * dispextern.h (calc_pixel_width_or_height): Remove decl.
11017 * xdisp.c (calc_pixel_width_or_height): Now static.
11018 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
11019 * indent.c (check_display_width):
11020 * w32term.c: Fix comment to match code.
11021 * xterm.c, xterm.h (x_catching_errors): Remove.
11022
11023 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
11024
11025 * xselect.c: Use signed conversions more consistently (Bug#9498).
11026 (selection_data_to_lisp_data): Assume incoming selection data are
11027 signed integers, not unsigned. This is to be consistent with
11028 outgoing selection data, which was modified to use signed integers
11029 in as part of the fix to Bug#9196 in response to Jan D.'s comment
11030 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
11031 expects long, not unsigned long.
11032
11033 2011-09-14 Eli Zaretskii <eliz@gnu.org>
11034
11035 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
11036 computation of loop end. Reported by Johan Bockgård
11037 <bojohan@gnu.org>.
11038
11039 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
11040
11041 * frame.c (Fother_visible_frames_p): Function deleted.
11042
11043 2011-09-12 Eli Zaretskii <eliz@gnu.org>
11044
11045 * indent.c (compute_motion): Process display vector front to back
11046 rather than the other way around. (Bug#2496)
11047
11048 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
11051
11052 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
11053
11054 * minibuf.c (Fread_from_minibuffer): Doc fix.
11055
11056 2011-09-11 Eli Zaretskii <eliz@gnu.org>
11057
11058 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
11059 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
11060
11061 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
11063 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
11064 value for non-existent files.
11065
11066 2011-09-11 Eli Zaretskii <eliz@gnu.org>
11067
11068 * fileio.c (Finsert_file_contents): If the file cannot be opened,
11069 set its "size" to -1. This will set the modtime_size field of
11070 the corresponding buffer to -1, which is what
11071 verify-visited-file-modtime expects for files that do not exist.
11072 (Bug#9139)
11073
11074 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
11075
11076 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
11077 here ...
11078 * lisp.h: ... from here. push_key_description is no longer
11079 defined in keyboard.c, so its declaration should not be in
11080 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
11081 logically belongs with push_key_description.
11082
11083 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
11084
11085 * buffer.h: Include <sys/types.h> instead of <time.h>.
11086 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
11087 Problem reported by Herbert J. Skuhra.
11088
11089 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11090
11091 * xml.c (parse_region): Make the parsing work for
11092 non-comment-starting XML files again (bug#9144).
11093
11094 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
11095
11096 * image.c (gif_load): Fix calculation of bottom and right corner.
11097 (Bug#9468)
11098
11099 2011-09-10 Eli Zaretskii <eliz@gnu.org>
11100
11101 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
11102 redisplay in small windows.
11103
11104 2011-09-09 Eli Zaretskii <eliz@gnu.org>
11105
11106 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
11107
11108 2011-09-08 Martin Rudalics <rudalics@gmx.at>
11109
11110 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
11111 Operate on live windows only.
11112
11113 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
11114
11115 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
11116
11117 2011-09-07 Eli Zaretskii <eliz@gnu.org>
11118
11119 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
11120 only under bidi iteration.
11121
11122 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
11123
11124 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
11125
11126 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
11127
11128 isnan: Fix porting problem to Solaris 10 with bundled gcc.
11129 Without this fix, the command to link temacs failed due to an
11130 undefined symbol __builtin_isnan. This is because
11131 /usr/include/iso/math_c99.h #defines isnan(x) to
11132 __builtin_isnan(x), but the bundled gcc, which identifies itself
11133 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
11134 a __builtin_isnan.
11135 * floatfns.c (isnan): #undef, and then #define to a clone of
11136 what's in data.c.
11137 (Fisnan): Always define, since it's always available now.
11138 (syms_of_floatfns): Always define isnan at the Lisp level.
11139
11140 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
11141
11142 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
11143
11144 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
11145
11146 * fileio.c: Fix bugs with large file offsets (Bug#9428).
11147 The previous code assumed that file offsets (off_t values) fit in
11148 EMACS_INT variables, which is not true on typical 32-bit hosts.
11149 The code messed up by falsely reporting buffer overflow in cases
11150 such as (insert-file-contents "big" nil 1 2) into an empty buffer
11151 when "big" contains more than 2**29 bytes, even though this
11152 inserts just one byte and does not overflow the buffer.
11153 (Finsert_file_contents): Store file offsets as off_t
11154 values, not as EMACS_INT values. Check for overflow when
11155 converting between EMACS_INT and off_t. When checking for
11156 buffer overflow or for overlap, take the offsets into account.
11157 Don't use EMACS_INT for small values where int suffices.
11158 When checking for overlap, fix a typo: ZV was used where
11159 ZV_BYTE was intended.
11160 (Fwrite_region): Don't assume off_t fits into 'long'.
11161 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
11162
11163 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
11164
11165 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
11166
11167 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
11168
11169 sprintf-related integer and memory overflow issues (Bug#9412).
11170
11171 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
11172 (esprintf, exprintf, evxprintf): New functions.
11173 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
11174 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
11175 (modify_event_symbol): Do not assume that the length of
11176 name_alist_or_stem is safe to alloca and fits in int.
11177 (Fexecute_extended_command): Likewise for function name and binding.
11178 (Frecursion_depth): Wrap around reliably on integer overflow.
11179 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
11180 since some callers pass EMACS_INT values.
11181 (Fsingle_key_description): Don't crash if symbol name contains more
11182 than MAX_ALLOCA bytes.
11183 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
11184 (get_minibuffer): Arg is now EMACS_INT, not int.
11185 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
11186 (esprintf, exprintf, evxprintf): New decls.
11187 * window.h (command_loop_level, minibuf_level): Reflect API changes.
11188
11189 * dbusbind.c (signature_cat): New function.
11190 (xd_signature, Fdbus_register_signal):
11191 Do not overrun buffer; instead, report string overflow.
11192
11193 * dispnew.c (add_window_display_history): Don't overrun buffer.
11194 Truncate instead; this is OK since it's just a log.
11195
11196 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
11197 even if the time zone offset is outlandishly large.
11198 Don't mishandle offset == INT_MIN.
11199
11200 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
11201 when creating daemon; the previous buffer-overflow check was incorrect.
11202
11203 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
11204 which has the guts of the old verror function.
11205
11206 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
11207 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
11208
11209 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
11210 (font_unparse_xlfd): Don't blindly alloca long strings.
11211 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
11212 fits in int, when using sprintf. Use single snprintf to count
11213 length of string rather than counting it via multiple sprintfs;
11214 that's simpler and more reliable.
11215 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
11216 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
11217 sprintf, in case result does not fit in int.
11218
11219 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
11220 (fontset_from_font): Print it.
11221
11222 * frame.c (tty_frame_count): Now printmax_t, not int.
11223 (make_terminal_frame, set_term_frame_name): Print it.
11224 (x_report_frame_params): In X, window IDs are unsigned long,
11225 not signed long, so print them as unsigned.
11226 (validate_x_resource_name): Check for implausibly long names,
11227 and don't assume name length fits in 'int'.
11228 (x_get_resource_string): Don't blindly alloca invocation name;
11229 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
11230 not fit in int.
11231
11232 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
11233 (xg_check_special_colors, xg_set_geometry):
11234 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
11235
11236 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
11237 Use esprintf, not sprintf, in case result does not fit in int.
11238
11239 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
11240 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
11241 it as a large positive number.
11242 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
11243 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
11244
11245 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
11246 in case result does not fit in int.
11247
11248 * print.c (float_to_string): Detect width overflow more reliably.
11249 (print_object): Make sprintf buffer a bit bigger, to avoid potential
11250 buffer overrun. Don't assume list length fits in 'int'. Treat
11251 print length of 0 as 0, not as infinity; to be consistent with other
11252 uses of print length in this function. Don't overflow print length
11253 index. Don't assume hash table size fits in 'long', or that
11254 vectorlike size fits in 'unsigned long'.
11255
11256 * process.c (make_process): Use printmax_t, not int, to format
11257 process-name gensyms.
11258
11259 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
11260
11261 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
11262 to avoid potential buffer overrun.
11263
11264 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
11265 if X resource line is longer than 512 bytes.
11266
11267 * xfns.c (x_window): Make sprintf buffer a bit bigger
11268 to avoid potential buffer overrun.
11269
11270 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
11271
11272 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
11273
11274 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
11275
11276 Integer overflow fixes for scrolling, etc.
11277 Without these, Emacs silently mishandles large integers sometimes.
11278 For example, "C-u 4294967297 M-x recenter" was treated as if
11279 it were "C-u 1 M-x recenter" on a typical 64-bit host.
11280
11281 * xdisp.c (try_window_id): Check Emacs fixnum range before
11282 converting to 'int'.
11283
11284 * window.c (window_scroll_line_based, Frecenter):
11285 Check that an Emacs fixnum is in range before assigning it to 'int'.
11286 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
11287 values converted from Emacs fixnums.
11288 (Frecenter): Don't wrap around a line count if it is out of 'int'
11289 range; instead, treat it as an extreme value.
11290 (Fset_window_configuration, compare_window_configurations):
11291 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
11292
11293 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
11294 that can exceed INT_MAX. Check that EMACS_INT value is in range
11295 before assigning it to the (possibly-narrower) index.
11296 (match_limit): Don't assume that a fixnum can fit in 'int'.
11297
11298 * print.c (print_object): Use ptrdiff_t, not int, for index that can
11299 exceed INT_MAX.
11300
11301 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
11302 (Fvertical_motion): Don't wrap around LINES values that don't fit
11303 in 'int'. Instead, treat them as extreme values. This is good
11304 enough for windows, which can't have more than INT_MAX lines anyway.
11305
11306 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11307
11308 * Require libxml/parser.h to avoid compilation warning.
11309
11310 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
11311
11312 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
11313 since this reportedly can destroy thread storage.
11314
11315 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
11316
11317 * syntax.c (find_defun_start): Update all cache variables if
11318 exiting early (Bug#9401).
11319
11320 2011-08-30 Eli Zaretskii <eliz@gnu.org>
11321
11322 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
11323
11324 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
11325 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
11326 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
11327
11328 * term.c (tty_append_glyph): New function.
11329 (produce_stretch_glyph): Static function and its prototype deleted.
11330
11331 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
11332 Add prototypes.
11333
11334 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
11335
11336 * image.c (parse_image_spec): Check for nonnegative, not for positive,
11337 when checking :margin (Bug#9390).
11338 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
11339 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
11340 so that the name doesn't mislead. All uses changed.
11341
11342 2011-08-28 Johan Bockgård <bojohan@gnu.org>
11343
11344 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
11345 set_tty_hooks.
11346
11347 2011-08-27 Eli Zaretskii <eliz@gnu.org>
11348
11349 * xdisp.c (move_it_to): Don't bail out early when reaching
11350 position beyond to_charpos, if we are scanning backwards.
11351 (move_it_vertically_backward): When DY == 0, make sure we get to
11352 the first character in the line after the newline.
11353
11354 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
11355
11356 * ccl.c: Improve and simplify overflow checking (Bug#9196).
11357 (ccl_driver): Do not generate an out-of-range pointer.
11358 (Fccl_execute_on_string): Remove unnecessary check for
11359 integer overflow, noted by Stefan Monnier in
11360 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
11361 Remove a FIXME that didn't need fixing.
11362 Simplify the newly-introduced buffer reallocation code.
11363
11364 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
11365
11366 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
11367
11368 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
11369
11370 Integer and memory overflow issues (Bug#9196).
11371
11372 * doc.c (get_doc_string): Rework so that
11373 get_doc_string_buffer_size is the actual buffer size, rather than
11374 being 1 less than the actual buffer size; this makes xpalloc more
11375 convenient.
11376
11377 * image.c (x_allocate_bitmap_record, cache_image):
11378 * xselect.c (Fx_register_dnd_atom):
11379 Simplify previous changes by using xpalloc.
11380
11381 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
11382 since either will do and ptrdiff_t is convenient with xpalloc.
11383
11384 * charset.c (charset_table_size)
11385 (struct charset_sort_data.priority): Now ptrdiff_t.
11386 (charset_compare): Don't overflow if priorities differ greatly.
11387 (Fsort_charsets): Don't assume list length fits in int.
11388 Check for size-calculation overflow when allocating sort data.
11389 (syms_of_charset): Allocate an initial charset table that is
11390 just under 64 KiB, to avoid problems with glibc malloc and mmap.
11391
11392 * cmds.c (internal_self_insert): Check for size-calculation overflow.
11393
11394 * composite.h (struct composition.glyph_len): Now int, not unsigned.
11395 The actual value is always <= INT_MAX, and leaving it unsigned made
11396 overflow checking harder.
11397
11398 * dispextern.h (struct glyph_matrix.rows_allocated)
11399 (struct face_cache.size): Now ptrdiff_t, for convenience in use
11400 with xpalloc. The values are still always <= INT_MAX.
11401
11402 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
11403
11404 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
11405 (SAFE_NALLOCA): New macro.
11406
11407 * region-cache.c (struct boundary.pos, find_cache_boundary)
11408 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
11409 (set_cache_region, invalidate_region_cache)
11410 (revalidate_region_cache, know_region_cache, region_cache_forward)
11411 (region_cache_backward, pp_cache):
11412 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
11413 so that ptrdiff_t * can be passed to xpalloc.
11414 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
11415 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
11416 (pp_cache): Don't assume cache_len fits in int.
11417 * region-cache.h: Adjust extern decls to match.
11418
11419 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
11420 EMACS_INT, since either will do, for xpalloc.
11421
11422 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
11423 (xnmalloc, xnrealloc, xpalloc): New functions.
11424
11425 * bidi.c (bidi_shelve_header_size): New constant.
11426 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
11427 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
11428
11429 * bidi.c (bidi_cache_shrink):
11430 * buffer.c (overlays_at, overlays_in, record_overlay_string)
11431 (overlay_strings):
11432 Don't update size of array until after memory allocation succeeds,
11433 because xmalloc/xrealloc may not return.
11434 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
11435 now that we have proper integer overflow checking.
11436 (record_overlay_string, overlay_strings): Catch overflows when
11437 calculating size of overlay_str_buf.
11438
11439 * callproc.c (Fcall_process): Check for size overflow when
11440 calculating size of args2.
11441 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
11442 Normally we prefer signed values, but sticking with ptrdiff_t would
11443 require adding more-complicated checks.
11444
11445 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
11446 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
11447 Redo buffer-overflow calculations to avoid integer overflow.
11448 Add a FIXME comment where memory seems to be over-allocated.
11449
11450 * character.c (Fstring): Check for size-calculation overflow.
11451
11452 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
11453 unnecessary integer overflow. Check for size overflow.
11454 (encode_coding_object): Don't update size until xmalloc succeeds.
11455
11456 * composite.c (get_composition_id): Check for overflow in glyph
11457 length calculations.
11458
11459 Integer and memory overflow fixes for display code.
11460 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
11461 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
11462 (scrolling_window): Check for overflow in size calculations.
11463 (line_draw_cost, realloc_glyph_pool, add_row_entry):
11464 Don't assume glyph table len fits in int.
11465 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
11466 (row_table_size): Now ptrdiff_t, not int.
11467 (scrolling_window): Avoid overflow in size calculations.
11468 Don't update size until allocation succeeds.
11469 * fns.c (concat): Check for overflow in size calculations.
11470 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
11471 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
11472 (NEXT_ALMOST_PRIME_LIMIT): New constant.
11473
11474 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
11475 (get_doc_string): Check for size calculation overflow.
11476 Don't update size until allocation succeeds.
11477 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
11478 EMACS_INT, where ptrdiff_t will do.
11479 (Fsubstitute_command_keys): Check for string overflow.
11480
11481 * editfns.c (set_time_zone_rule): Don't assume environment length
11482 fits in int.
11483 (message_length): Now ptrdiff_t, not int.
11484 (Fmessage_box): Don't update size until allocation succeeds.
11485 Don't assume message length fits in int.
11486 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
11487
11488 * emacs.c (main): Do not reallocate argv, since there is a null at
11489 the end that can be overwritten, and this way there's no need to
11490 worry about size-calculation overflow.
11491 (sort_args): Check for size-calculation overflow.
11492
11493 * eval.c (init_eval_once, grow_specpdl): Don't update size until
11494 alloc succeeds.
11495 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
11496
11497 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
11498 (x_set_scroll_bar_width, x_figure_window_size):
11499 Check for integer overflow.
11500 (x_set_alpha): Do not assume XINT fits in int.
11501
11502 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
11503 This is for the members text_lines, text_cols, total_lines, total_cols,
11504 where the system imposes an 'int' limit.
11505
11506 * fringe.c (Fdefine_fringe_bitmap):
11507 Don't update size until alloc works.
11508
11509 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
11510 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
11511
11512 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
11513 Check for size-calculation overflow.
11514 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
11515 do, as we prefer signed integers.
11516 (id_to_widget.max_size, id_to_widget.used)
11517 (xg_store_widget_in_map, xg_remove_widget_from_map)
11518 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
11519 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
11520 Use and return ptrdiff_t, not int.
11521 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
11522 * gtkutil.h: Change prototypes to match the above.
11523
11524 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
11525 are duplicate now that they've been promoted to lisp.h.
11526 (x_allocate_bitmap_record, x_alloc_image_color)
11527 (make_image_cache, cache_image, xpm_load):
11528 Don't update size until alloc is done.
11529 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
11530 (x_detect_edges):
11531 Check for size calculation overflow.
11532 (ct_colors_allocated_max): New constant.
11533 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
11534 overflow.
11535
11536 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
11537 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
11538 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
11539 Use ptrdiff_t, not int, to count maps.
11540 (read_char_minibuf_menu_prompt): Check for overflow in size
11541 calculations. Don't update size until allocation succeeds.
11542 Redo calculations to avoid overflow.
11543 * keyboard.h: Change prototypes to match the above.
11544
11545 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
11546 to count maps.
11547 (current_minor_maps): Check for size calculation overflow.
11548 * keymap.h: Change prototypes to match the above.
11549
11550 * lread.c (read1, init_obarray): Don't update size until alloc done.
11551
11552 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
11553 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
11554
11555 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
11556 Now ptrdiff_t, not int.
11557 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
11558 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
11559
11560 * process.c (Fnetwork_interface_list): Check for overflow
11561 in size calculation.
11562
11563 * region-cache.c (move_cache_gap): Check for size calculation overflow.
11564
11565 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
11566 overflow. Don't bother calling xmalloc when xrealloc will do.
11567
11568 * search.c (Freplace_match): Check for size calculation overflow.
11569 (Fset_match_data): Don't assume list lengths fit in 'int'.
11570
11571 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
11572 for command line length. Do not attempt to address one before the
11573 beginning of an array, as that's not portable.
11574
11575 * term.c (max_frame_lines): Remove; unused.
11576 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
11577 not int.
11578 (encode_terminal_code, calculate_costs): Check for size
11579 calculation overflow.
11580 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
11581 table lengths and related sizes. Don't update size until alloc
11582 done. Redo calculations to avoid overflow.
11583 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
11584
11585 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
11586 subtracting pointers.
11587 (gobble_line): Check for overflow more carefully. Don't update size
11588 until alloc done.
11589
11590 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
11591 Don't update size until alloc done.
11592 Redo size calculations to avoid overflow.
11593 Check for size calculation overflow.
11594 (main) [DEBUG]: Fix typo in invoking tparam1.
11595
11596 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
11597 Use ptrdiff_t, not int, for sizes.
11598 (store_mode_line_noprop_char): Don't update size until alloc done.
11599
11600 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
11601 Use ptrdiff_t, not int, for sizes.
11602 (Finternal_make_lisp_face, cache_face):
11603 Check for size calculation overflow.
11604 (cache_face): Treat size calculation overflows as if they were
11605 memory exhaustion (the usual treatment), rather than aborting.
11606
11607 * xfns.c (x_encode_text, x_set_name_internal)
11608 (Fx_change_window_property): Use ptrdiff_t, not int, to count
11609 sizes, since they can exceed INT_MAX in size. Check for size
11610 calculation overflow.
11611
11612 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
11613 (xg_select): Check for size calculation overflow.
11614 Don't update size until alloc done.
11615
11616 * xrdb.c (get_environ_db): Don't assume path length fits in int,
11617 as sprintf is limited to int lengths.
11618
11619 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
11620 (X_LONG_MIN): New macros.
11621 Use them to make the following changes clearer.
11622 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
11623 This change doesn't affect the value now, but it may help remind
11624 future maintainers not to raise the value too much later.
11625 (SELECTION_QUANTUM): Remove, replacing with ...
11626 (selection_quantum): ... new function, which avoids overflow.
11627 All uses changed.
11628 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
11629 assumption that selection length fits in 'int'.
11630 (x_reply_selection_request, x_handle_selection_request)
11631 (x_get_window_property, receive_incremental_selection)
11632 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
11633 (lisp_data_to_selection_data, clean_local_selection_data):
11634 Use ptrdiff_t, not int, to record length of selection.
11635 (x_reply_selection_request, x_get_window_property)
11636 (receive_incremental_selection, x_property_data_to_lisp):
11637 Redo calculations to avoid overflow.
11638 (x_reply_selection_request): When sending hint, ceiling it at
11639 X_LONG_MAX rather than relying on wraparound overflow to send
11640 something.
11641 (x_get_window_property, receive_incremental_selection)
11642 (lisp_data_to_selection_data, x_property_data_to_lisp):
11643 Check for size-calculation overflow.
11644 (x_get_window_property, receive_incremental_selection)
11645 (lisp_data_to_selection_data, Fx_register_dnd_atom):
11646 Don't store size until memory allocation succeeds.
11647 (x_get_window_property): Plug memory leak on memory exhaustion.
11648 Don't double-block input; malloc is safe here. Don't assume 2**34
11649 - 4 fits in unsigned long. Add an xassert to check
11650 XGetWindowProperty overflow. Be more careful about overflow
11651 calculations, and distinguish size from memory overflow better.
11652 (receive_incremental_selection): When tracing, don't assume
11653 unsigned int is less than INT_MAX.
11654 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
11655 harmful) conversions of unsigned short to int.
11656 (lisp_data_to_selection_data): Don't assume that integers
11657 in the range -65535 through -1 fit in an X unsigned short.
11658 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
11659 result parameters unless successful. Rely on cons_to_unsigned
11660 to report problems with elements; the old code wasn't right anyway.
11661 (x_check_property_data): Check for int overflow; we cannot use
11662 a wider type due to X limits.
11663 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
11664
11665 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
11666
11667 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
11668 (x_term_init): Check for size calculation overflow.
11669 (x_color_cells): Don't store size until memory allocation succeeds.
11670 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
11671 Don't assume alloca size is less than MAX_ALLOCA.
11672 (x_term_init): Don't assume length fits in int (sprintf is limited
11673 to int size).
11674
11675 Use ptrdiff_t for composition IDs.
11676 * character.c (lisp_string_width):
11677 * composite.c (composition_table_size, n_compositions)
11678 (get_composition_id, composition_gstring_from_id):
11679 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
11680 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
11681 * window.c (Frecenter):
11682 Use ptrdiff_t, not int, for composition IDs.
11683 * composite.c (get_composition_id): Check for integer overflow.
11684 * composite.h: Adjust prototypes to match the above changes.
11685
11686 Use ptrdiff_t for hash table indexes.
11687 * category.c (hash_get_category_set):
11688 * ccl.c (ccl_driver):
11689 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
11690 * coding.c (coding_system_charset_list, detect_coding_system):
11691 * coding.h (struct coding_system.id):
11692 * composite.c (get_composition_id, gstring_lookup_cache):
11693 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
11694 * image.c (xpm_get_color_table_h):
11695 * lisp.h (hash_lookup, hash_put):
11696 * minibuf.c (Ftest_completion):
11697 Use ptrdiff_t for hash table indexes, not int (which is too
11698 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
11699 32-bit --with-wide-int hosts).
11700
11701 * charset.c (Fdefine_charset_internal): Check for integer overflow.
11702 Add a FIXME comment about memory leaks.
11703 (syms_of_charset): Don't assume xmalloc returns.
11704
11705 Don't assume that stated character widths fit in int.
11706 * character.c (Fchar_width, c_string_width, lisp_string_width):
11707 * character.h (CHAR_WIDTH):
11708 * indent.c (MULTIBYTE_BYTES_WIDTH):
11709 Use sanitize_char_width to avoid undefined and/or bad behavior
11710 with outlandish widths.
11711 * character.h (sanitize_tab_width): Rename from sanitize_width,
11712 now that we have two such functions. All uses changed.
11713 (sanitize_char_width): New inline function.
11714
11715 Don't assume that tab-width fits in int.
11716 * character.h (sanitize_width): New inline function.
11717 (SANE_TAB_WIDTH): New macro.
11718 (ASCII_CHAR_WIDTH): Use it.
11719 * indent.c (sane_tab_width): Remove. All uses replaced by
11720 SANE_TAB_WIDTH (current_buffer).
11721 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
11722
11723 * fileio.c: Integer overflow issues with file modes.
11724 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
11725
11726 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
11727 Remove unreachable code.
11728 (read_hex, load_charset_map_from_file): Check for integer overflow.
11729
11730 * xterm.c: Don't go over XClientMessageEvent limit.
11731 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
11732 (x_send_scroll_bar_event): Likewise. Check that the size does not
11733 exceed limits imposed by XClientMessageEvent, as well as the usual
11734 ptrdiff_t and size_t limits.
11735
11736 * keyboard.c: Overflow, signedness and related fixes.
11737 (make_lispy_movement): Use same integer type in forward decl
11738 that is used in the definition.
11739 (read_key_sequence, keyremap_step):
11740 Change bufsize argument back to int, undoing my 2011-03-30 change.
11741 We prefer signed types, and int is wide enough here.
11742 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
11743 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
11744 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
11745 length, not size_t. Use ptrdiff_t for index, not int.
11746 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
11747 possibility of integer overflow.
11748
11749 Overflow, signedness and related fixes for images.
11750
11751 * dispextern.h (struct it.stack[0].u.image.image_id)
11752 (struct_it.image_id, struct image.id, struct image_cache.size)
11753 (struct image_cache.used, struct image_cache.ref_count):
11754 * gtkutil.c (update_frame_tool_bar):
11755 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
11756 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
11757 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
11758 * nsmenu.m (update_frame_tool_bar):
11759 * xdisp.c (calc_pixel_width_or_height):
11760 * xfns.c (image_cache_refcount):
11761 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
11762 on typical 64-bit hosts.
11763
11764 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
11765 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
11766 Omit unnecessary casts to int.
11767 (parse_image_spec): Check that integers fall into 'int' range
11768 when the callers expect that.
11769 (image_ascent): Redo ascent calculation to avoid int overflow.
11770 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
11771 (lookup_image): Remove unnecessary tests.
11772 (xbm_image_p): Locals are now of int, not EMACS_INT,
11773 since parse_image_check makes sure they fit into int.
11774 (png_load, gif_load, svg_load_image):
11775 Prefer int to unsigned where either will do.
11776 (tiff_handler): New function, combining the cores of the
11777 old tiff_error_handler and tiff_warning_handler.
11778 This function is rewritten to use vsnprintf and thereby avoid
11779 stack buffer overflows. It uses only the features of vsnprintf
11780 that are common to both POSIX and native Microsoft.
11781 (tiff_error_handler, tiff_warning_handler): Use it.
11782 (tiff_load, gif_load, imagemagick_load_image):
11783 Don't assume :index value fits in 'int'.
11784 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
11785 (imagemagick_load_image): Check that crop parameters fit into
11786 the integer types that MagickCropImage accepts. Don't assume
11787 Vimagemagick_render_type has a nonnegative value. Don't assume
11788 size_t fits in 'long'.
11789 (gs_load): Use printmax_t to print the widest integers possible.
11790 Check for integer overflow when computing image height and width.
11791
11792 2011-08-26 Eli Zaretskii <eliz@gnu.org>
11793
11794 * xdisp.c (redisplay_window): Don't force window start if point
11795 will be invisible in the resulting window. (Bug#9324)
11796
11797 2011-08-25 Eli Zaretskii <eliz@gnu.org>
11798
11799 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
11800 the display spec is of the form `(space ...)'.
11801 (handle_display_spec): Return the value returned by
11802 handle_single_display_spec, not just 1 or zero.
11803 (handle_single_display_spec): If the display spec is of the form
11804 `(space ...)', and specifies display in the text area, return 2
11805 rather than 1.
11806 (try_cursor_movement): Check for the need to scroll more
11807 accurately, and prefer exact match for point under bidi.
11808 Don't advance `row' beyond the last row of the window.
11809
11810 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
11811 into disp_prop; all users changed.
11812
11813 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
11814 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
11815 for the text covered by the display property.
11816
11817 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
11818
11819 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
11820 Change return value to nil.
11821 (Frecord_buffer): Delete unused function.
11822
11823 2011-08-24 Eli Zaretskii <eliz@gnu.org>
11824
11825 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
11826 buffers, return left-to-right.
11827 (set_cursor_from_row): Consider candidate row a win if its glyph
11828 represents a newline and point is on that newline. Fixes cursor
11829 positioning on the newline at EOL of R2L text within L2R
11830 paragraph, and vice versa.
11831 (try_cursor_movement): Check continued rows, in addition to
11832 continuation rows. Fixes unwarranted scroll when point enters a
11833 continued line of R2L text within an L2R paragraph, or vice versa.
11834 (cursor_row_p): Consider the case of point being equal to
11835 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
11836 from the end of a short line to the beginning of a continued line
11837 of R2L text within L2R paragraph.
11838 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
11839 composed characters.
11840
11841 * bidi.c (bidi_check_type): Use xassert.
11842 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
11843 members.
11844
11845 2011-08-23 Eli Zaretskii <eliz@gnu.org>
11846
11847 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
11848 a character.
11849
11850 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
11851
11852 * nsfont.m (ns_otf_to_script): Fix typo.
11853
11854 2011-08-22 Kenichi Handa <handa@m17n.org>
11855
11856 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
11857 extra slot even if the purpose is char-code-property-table.
11858
11859 2011-08-23 Eli Zaretskii <eliz@gnu.org>
11860
11861 * xdisp.c (redisplay_window): When computing centering_position,
11862 account for the height of the header line. (Bug#8874)
11863
11864 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
11865 instead of CHAR_TO_BYTE. Fixes a crash when a completion
11866 candidate is selected by the mouse, and that candidate has a
11867 composed character under the mouse.
11868
11869 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
11870 coordinates reported by pos-visible-in-window-p for a composed
11871 character in column zero.
11872
11873 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
11876
11877 2011-08-22 Eli Zaretskii <eliz@gnu.org>
11878
11879 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
11880 consider it a hit if to_charpos is anywhere in the range of the
11881 composed buffer positions.
11882
11883 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
11884
11885 * image.c (gif_load): Don't assume that each subimage has the same
11886 dimensions as the base image. Handle disposal method that is
11887 "undefined" by the gif spec (Bug#9335).
11888
11889 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
11890
11891 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
11892 (Fcondition_case): Document `debug' symbol in error handler.
11893
11894 2011-08-19 Eli Zaretskii <eliz@gnu.org>
11895
11896 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
11897 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
11898 from an Org mode buffer to a Speedbar frame.
11899
11900 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
11901 a composition, take its buffer position from IT->cmp_it.charpos.
11902 Fixes cursor positioning at the beginning of a line that begins
11903 with a composed character.
11904
11905 2011-08-18 Eli Zaretskii <eliz@gnu.org>
11906
11907 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
11908 character bidirectional type, use STRONG_L instead. Fixes crashes
11909 in a buffer produced by `describe-categories'.
11910
11911 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
11912 members before the level stack, so they would be saved and
11913 restored when copying iterator state. Fixes incorrect reordering
11914 around TABs covered by display properties.
11915
11916 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
11917
11918 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
11919
11920 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
11921
11922 * eval.c (internal_condition_case, internal_condition_case_1)
11923 (internal_condition_case_2, internal_condition_case_n):
11924 Remove unnecessary aborts (Bug#9081).
11925
11926 2011-08-17 Eli Zaretskii <eliz@gnu.org>
11927
11928 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
11929 has no `load' handler, try opening the file locally. (Bug#9311)
11930
11931 2011-08-16 Ken Brown <kbrown@cornell.edu>
11932
11933 * gmalloc.c: Expand comment.
11934
11935 2011-08-16 Eli Zaretskii <eliz@gnu.org>
11936
11937 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
11938 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
11939
11940 2011-08-16 Ken Brown <kbrown@cornell.edu>
11941
11942 Fix memory allocation problems in Cygwin build (Bug#9273).
11943
11944 * unexcw.c ( __malloc_initialized): Declare external variable.
11945 (fixup_executable): Force the dumped emacs to reinitialize malloc.
11946
11947 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
11948 New variables.
11949 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
11950 dumped emacs.
11951 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
11952 in the static heap.
11953 [CYGWIN] (special_realloc): New function.
11954 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
11955 requests to realloc storage in the static heap.
11956
11957 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
11958
11959 * bidi.c (bidi_initialize): Remove unused local.
11960
11961 2011-08-15 Eli Zaretskii <eliz@gnu.org>
11962
11963 * bidimirror.h:
11964 * biditype.h: Remove file.
11965 * makefile.w32-in ($(BLD)/bidi.$(O)):
11966 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
11967
11968 * dispextern.h: Fix a typo in the comment to bidi_type_t.
11969
11970 * chartab.c: Improve commentary for the uniprop_table API.
11971
11972 * bidi.c (bidi_paragraph_init): Support zero value of
11973 bidi_ignore_explicit_marks_for_paragraph_level.
11974 (bidi_initialize): Use uniprop_table instead of including
11975 biditype.h and bidimirror.h.
11976
11977 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
11978 coordinates of the iterator when restoring from ppos_it.
11979 (Bug#9296)
11980
11981 2011-08-14 Kenichi Handa <handa@m17n.org>
11982
11983 * process.c (create_process): Call setup_process_coding_systems
11984 after the pid of the process is set to -1 (Bug#8162).
11985
11986 2011-08-14 Eli Zaretskii <eliz@gnu.org>
11987
11988 * xdisp.c (move_it_in_display_line_to): Don't invoke
11989 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
11990 ppos_it. Fixes vertical cursor motion when line beginning is
11991 covered by an image. (Bug#9296)
11992
11993 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
11994
11995 * nsterm.h (ns_run_ascript): Declare.
11996 (NSAPP_DATA2_RUNASSCRIPT): Define.
11997
11998 * nsfns.m (as_script, as_result, as_status): New static variables.
11999 (ns_run_ascript): New function.
12000 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
12001 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
12002 the event loop. Get status from as_status (Bug#7276).
12003
12004 * nsterm.m (sendEvent): If event is NSApplicationDefined and
12005 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
12006 the event loop (Bug#7276).
12007
12008 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
12009
12010 * gnutls.c (QCgnutls_bootprop_priority)
12011 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
12012 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
12013 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
12014 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
12015 (QCgnutls_bootprop_verify_hostname_error)
12016 (QCgnutls_bootprop_callbacks_verify): Rename from
12017 Qgnutls_bootprop_..., all uses changed.
12018
12019 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
12020 uses changed.
12021
12022 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
12023
12024 * xfaces.c (Qframe_set_background_mode): Now static.
12025 * dispextern.h (Qframe_set_background_mode): Remove decl.
12026
12027 * process.c (Fnetwork_interface_info): Declare local only if needed.
12028
12029 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
12030
12031 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
12032 (Fnetwork_interface_list): Allocate in increments of bytes instead
12033 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
12034 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
12035 sockaddr.
12036 (struct ifflag_def): notrailers is smart on OSX.
12037 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
12038 Get hardware address with getifaddrs if available.
12039
12040 2011-08-12 Eli Zaretskii <eliz@gnu.org>
12041
12042 * xdisp.c (iterate_out_of_display_property): xassert that
12043 IT->position is set to within IT->object's boundaries. Break from
12044 the loop as soon as EOB is reached; avoids infloops in redisplay
12045 when IT->position is set up wrongly due to some bug.
12046 Set IT->current to match the bidi iterator unconditionally.
12047 (push_display_prop): Allow GET_FROM_STRING as IT->method on
12048 entry. Force push_it to save on the stack the current
12049 buffer/string position, to be restored by pop_it. Fix flags in
12050 the iterator structure wrt the object coming from a display
12051 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
12052 properties. (Bug#9284)
12053
12054 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
12055
12056 * fontset.c (fontset_get_font_group): Add proper type checks.
12057 (Bug#9172)
12058
12059 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12060
12061 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
12062 and LC_VERSION_MIN_MACOSX.
12063 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
12064 (dump_it) [LC_FUNCTION_STARTS]: Use it.
12065
12066 2011-08-08 Eli Zaretskii <eliz@gnu.org>
12067
12068 * xdisp.c (forward_to_next_line_start): Allow to use the
12069 no-display-properties-and-no-overlays under bidi display.
12070 Set disp_pos in the bidi iterator to avoid searches for display
12071 properties and overlays.
12072
12073 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
12074
12075 * editfns.c (Fset_time_zone_rule): Document relationship with the
12076 setenv function.
12077
12078 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
12079 the font entity extracted from the cache (Bug#8109).
12080
12081 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
12082
12083 * composite.c (autocmp_chars): Don't reset point. That is done by
12084 restore_point_unwind (Bug#5984).
12085
12086 2011-08-07 Juri Linkov <juri@jurta.org>
12087
12088 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
12089 to show the arg `TIME' instead of `TIMEVAL'.
12090
12091 2011-08-06 Eli Zaretskii <eliz@gnu.org>
12092
12093 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
12094 display property strides EOL and includes a newline, as in
12095 longlines-mode. (Bug#9254)
12096 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
12097 word-wrap under bidirectional display. (Bug#9224)
12098
12099 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
12100 is non-zero, even if the data buffer is NULL. Fixes a crash in
12101 vertical-motion with longlines-mode. (Bug#9254)
12102
12103 2011-08-05 Eli Zaretskii <eliz@gnu.org>
12104
12105 * bidi.c <bidi_cache_total_alloc>: Now static.
12106 (bidi_initialize): Initialize bidi_cache_total_alloc.
12107
12108 * xdisp.c (display_line): Release buffer allocated for shelved bidi
12109 cache. (Bug#9221)
12110
12111 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
12112 amount allocated this far in `bidi_cache_total_alloc'.
12113 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
12114 non-zero, only free the data buffer without restoring the cache
12115 contents. All callers changed.
12116
12117 * dispextern.h (bidi_unshelve_cache): Update prototype.
12118
12119 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
12120 (move_it_in_display_line, move_it_to)
12121 (move_it_vertically_backward, move_it_by_lines): Replace the call
12122 to xfree to an equivalent call to bidi_unshelve_cache.
12123 (move_it_in_display_line_to): Fix logic of returning
12124 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
12125
12126 2011-08-05 Eli Zaretskii <eliz@gnu.org>
12127
12128 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
12129 came from a string character with a `cursor' property. (Bug#9229)
12130
12131 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
12132
12133 * Makefile.in (LIB_PTHREAD): New variable.
12134 (LIBES): Add LIB_PTHREAD (Bug#9216).
12135
12136 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
12137 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
12138
12139 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
12140
12141 * regex.c (re_iswctype): Remove some redundant boolean conversions.
12142
12143 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
12144
12145 * xterm.c (x_find_topmost_parent): New function.
12146 (x_set_frame_alpha): Find topmost parent window with
12147 x_find_topmost_parent and set the property there also (bug#9181).
12148 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
12149
12150 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
12151
12152 * callproc.c (Fcall_process): Avoid vfork clobbering
12153 the local vars buffer, coding_systems, current_dir.
12154
12155 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * keymap.c (Fmake_composed_keymap): Move to subr.el.
12158
12159 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
12160
12161 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
12162 so that it is not optimized away.
12163
12164 * xdisp.c (compute_display_string_pos): Remove unused local.
12165
12166 2011-08-02 Eli Zaretskii <eliz@gnu.org>
12167
12168 Fix slow cursor motion and scrolling in large buffers with
12169 selective display, like Org Mode buffers. (Bug#9218)
12170
12171 * dispextern.h (struct bidi_it): New member disp_prop_p.
12172
12173 * xdisp.c: Remove one-slot cache of display string positions.
12174 (compute_display_string_pos): Accept an additional argument
12175 DISP_PROP_P; callers changed. Scan at most 5K characters forward
12176 for a display string or property. If found, set DISP_PROP_P
12177 non-zero.
12178
12179 * bidi.c (bidi_fetch_char): Accept an additional argument
12180 DISP_PROP_P, and pass it to compute_display_string_pos.
12181 Only handle text covered by a display string if DISP_PROP_P is returned
12182 non-zero. All callers of bidi_fetch_char changed.
12183
12184 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
12187
12188 2010-12-03 Don March <don@ohspite.net>
12189
12190 * keymap.c (Fdefine_key): Fix non-prefix key error message when
12191 last character M-[char] is translated to ESC [char] (bug#7541).
12192
12193 2011-08-02 Kenichi Handa <handa@m17n.org>
12194
12195 * lisp.h (uniprop_table): Extern it.
12196
12197 * chartab.c (uniprop_table): Make it non-static.
12198
12199 2011-08-01 Eli Zaretskii <eliz@gnu.org>
12200
12201 * xdisp.c (forward_to_next_line_start): Accept additional argument
12202 BIDI_IT_PREV, and store into it the state of the bidi iterator had
12203 on the newline.
12204 (reseat_at_next_visible_line_start): Use the bidi iterator state
12205 returned by forward_to_next_line_start to restore the state of
12206 it->bidi_it after backing up to previous newline. (Bug#9212)
12207
12208 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
12209
12210 * regex.c (re_comp): Protoize.
12211 (re_exec): Fix return type.
12212 (regexec): Fix type of `ret'. (Bug#9203)
12213
12214 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12215
12216 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
12217 This is needed if max-image-size is a floating-point number.
12218
12219 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
12220
12221 * print.c (print_object): Print empty symbol as ##.
12222
12223 * lread.c (read1): Read ## as empty symbol.
12224
12225 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
12226
12227 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
12228 setting frame foreground color (Bug#9175).
12229 (x_set_background_color): Likewise.
12230
12231 * nsmenu.m (-setText): Size tooltip dimensions precisely to
12232 contents (Bug#9176).
12233 (EmacsTooltip -init): Remove bezels and add shadows to
12234 tooltip windows.
12235
12236 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
12237 or scroll bar (Bug#8470).
12238
12239 * nsfont.m (nsfont_open): Remove assignment to voffset and
12240 unnecessary vars hshink, expand, hd, full_height, min_height.
12241 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
12242
12243 * nsterm.h (nsfont_info): Remove voffset field.
12244
12245 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
12246
12247 Implement strike-through and overline on NextStep (Bug#8863).
12248
12249 * nsfont.m (nsfont_open): Use underline position provided by font,
12250 instead of hard-coded value of 2.
12251 (nsfont_draw): Call ns_draw_text_decoration instead.
12252
12253 * nsterm.h: Add declaration for ns_draw_text_decoration.
12254
12255 * nsterm.m (ns_draw_text_decoration): New function for drawing
12256 underline, overline, and strike-through.
12257 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
12258 ns_draw_text_decoration. Change treatment of cursor drawing to
12259 accommodate underlining, etc.
12260
12261 2011-07-28 Eli Zaretskii <eliz@gnu.org>
12262
12263 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
12264 default.
12265
12266 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12267
12268 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
12269 Without this fix, if a signal arrives just after memory fills up,
12270 'malloc' might be invoked reentrantly.
12271
12272 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
12273 In other words, assume that every image size is allowed, on non-X
12274 hosts. This assumption is probably wrong, but it lets Emacs compile.
12275
12276 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
12277
12278 * regex.c (re_iswctype): Convert return values to boolean.
12279
12280 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
12281
12282 * xdisp.c (compute_display_string_pos): Don't use cached display
12283 string position if the buffer had its restriction changed.
12284 (Bug#9184)
12285
12286 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12287
12288 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
12289
12290 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12291
12292 Integer signedness and overflow and related fixes. (Bug#9079)
12293
12294 * bidi.c: Integer size and overflow fixes.
12295 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
12296 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
12297 (bidi_cache_find_level_change, bidi_cache_ensure_space)
12298 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
12299 (bidi_find_other_level_edge):
12300 Use ptrdiff_t instead of EMACS_INT where either will do.
12301 This works better on 32-bit hosts configured --with-wide-int.
12302 (bidi_cache_ensure_space): Check for size-calculation overflow.
12303 Use % rather than repeated addition, for better worst-case speed.
12304 Don't set bidi_cache_size until after xrealloc returns, because it
12305 might not return.
12306 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
12307 (bidi_cache_ensure_space): Also check that the bidi cache size
12308 does not exceed that of the largest Lisp string or buffer. See Eli
12309 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
12310
12311 * alloc.c (__malloc_size_t): Remove.
12312 All uses replaced by size_t. See Andreas Schwab's note
12313 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
12314
12315 * image.c: Improve checking for integer overflow.
12316 (check_image_size): Assume that f is nonnull, since
12317 it is always nonnull in practice. This is one less thing to
12318 worry about when checking for integer overflow later.
12319 (x_check_image_size): New function, which checks for integer
12320 overflow issues inside X.
12321 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
12322 This removes the need for a memory_full check.
12323 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
12324 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
12325 (xbm_read_bitmap_data): Change locals back to 'int', since
12326 their values must fit in 'int'.
12327 (xpm_load_image, png_load, tiff_load):
12328 Invoke x_create_x_image_and_pixmap earlier,
12329 to avoid much needless work if the image is too large.
12330 (tiff_load): Treat overly large images as if
12331 x_create_x_image_and_pixmap failed, not as malloc failures.
12332 (gs_load): Use x_check_image_size.
12333
12334 * gtkutil.c: Omit integer casts.
12335 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
12336 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
12337
12338 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
12339
12340 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
12341 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
12342 would wrongly return t on a 64-bit host.
12343
12344 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
12345 The plain *_OVERFLOW macros run afoul of GCC bug 49705
12346 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
12347 and therefore cause GCC to emit a bogus diagnostic in some cases.
12348
12349 * image.c: Integer signedness and overflow and related fixes.
12350 This is not an exhaustive set of fixes, but it's time to
12351 record what I've got.
12352 (lookup_pixel_color, check_image_size): Remove redundant decls.
12353 (check_image_size): Don't assume that arbitrary EMACS_INT values
12354 fit in 'int', or that arbitrary 'double' values fit in 'int'.
12355 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
12356 (tiff_load, imagemagick_load_image):
12357 Check for overflow in size calculations.
12358 (x_create_x_image_and_pixmap): Remove unnecessary test for
12359 xmalloc returning NULL; that can't happen.
12360 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
12361 (xpm_color_bucket): Use better integer hashing function.
12362 (xpm_cache_color): Don't possibly over-allocate memory.
12363 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
12364 (gif_memory_source):
12365 Use ptrdiff_t, not int or size_t, to record sizes.
12366 (png_load): Don't assume values greater than 2**31 fit in 'int'.
12367 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
12368 either works, as we prefer signed integers.
12369 (tiff_read_from_memory, tiff_write_from_memory):
12370 Return tsize_t, not size_t, since that's what the TIFF API wants.
12371 (tiff_read_from_memory): Don't fail simply because the read would
12372 go past EOF; instead, return a short read.
12373 (tiff_load): Omit no-longer-needed casts.
12374 (Fimagemagick_types): Don't assume size fits into 'int'.
12375
12376 Improve hashing quality when configured --with-wide-int.
12377 * fns.c (hash_string): New function, taken from sxhash_string.
12378 Do not discard information about ASCII character case; this
12379 discarding is no longer needed.
12380 (sxhash-string): Use it. Change sig to match it. Caller changed.
12381 * lisp.h: Declare it.
12382 * lread.c (hash_string): Remove, since we now use fns.c's version.
12383 The fns.c version returns a wider integer if --with-wide-int is
12384 specified, so this should help the quality of the hashing a bit.
12385
12386 * emacs.c: Integer overflow minor fix.
12387 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
12388 Define only if GNU_LINUX.
12389 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
12390
12391 * dispnew.c: Integer signedness and overflow fixes.
12392 Remove unnecessary forward decls, that were a maintenance hassle.
12393 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
12394 All uses changed.
12395 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
12396 (scrolling_window): Use ptrdiff_t, not int, for byte count.
12397 (prepare_desired_row, line_draw_cost):
12398 Use int, not unsigned, where either works.
12399 (save_current_matrix, restore_current_matrix):
12400 Use ptrdiff_t, not size_t, where either works.
12401 (init_display): Check for overflow more accurately, and without
12402 relying on undefined behavior.
12403
12404 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
12405 Remove, replacing with the new symbols in lisp.h. All uses changed.
12406 * fileio.c (make_temp_name):
12407 * filelock.c (lock_file_1, lock_file):
12408 * xdisp.c (message_dolog):
12409 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
12410 Use pMd etc. instead.
12411 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
12412 replacing the pWIDE etc. symbols removed from editfns.c.
12413
12414 * keyboard.h (num_input_events): Now uintmax_t.
12415 This is (very slightly) less likely to mess up due to wraparound.
12416 All uses changed.
12417
12418 * buffer.c: Integer signedness fixes.
12419 (alloc_buffer_text, enlarge_buffer_text):
12420 Use ptrdiff_t rather than size_t when either will do, as we prefer
12421 signed integers.
12422
12423 * alloc.c: Integer signedness and overflow fixes.
12424 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
12425 (__malloc_size_t): Default to size_t, not to int.
12426 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
12427 (Fgarbage_collect, mark_object_loop_halt, mark_object):
12428 Prefer ptrdiff_t to size_t when either would do, as we prefer
12429 signed integers.
12430 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
12431 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
12432 Now const. Initialize with values that are in range even if char
12433 is signed.
12434 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
12435 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
12436 These functions do the right thing with sizes > 2**32.
12437 (check_depth): Now ptrdiff_t, not int.
12438 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
12439 Adjust to new way of storing sizes. Check for size overflow bugs
12440 in rest of code.
12441 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
12442 slightly wrong anyway, as it missed one instance of
12443 XMALLOC_OVERRUN_CHECK_OVERHEAD.
12444 (refill_memory_reserve): Omit needless cast to size_t.
12445 (mark_object_loop_halt): Mark as externally visible.
12446
12447 * xselect.c: Integer signedness and overflow fixes.
12448 (Fx_register_dnd_atom, x_handle_dnd_message):
12449 Use ptrdiff_t, not size_t, since we prefer signed.
12450 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
12451 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
12452 x_dnd_atoms_size and x_dnd_atoms_length.
12453
12454 * doprnt.c: Prefer signed to unsigned when either works.
12455 * eval.c (verror):
12456 * doprnt.c (doprnt):
12457 * lisp.h (doprnt):
12458 * xdisp.c (vmessage):
12459 Use ptrdiff_t, not size_t, when using or implementing doprnt,
12460 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
12461 prefer signed arithmetic to avoid comparison confusion.
12462 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
12463 but is a bit tricky.
12464
12465 Assume freestanding C89 headers, string.h, stdlib.h.
12466 * data.c, doprnt.c, floatfns.c, print.c:
12467 Include float.h unconditionally.
12468 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
12469 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
12470 * regex.c: Likewise for stddef.h, string.h.
12471 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
12472 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
12473 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
12474 (STDC_HEADERS): Remove obsolete defines.
12475 * sysdep.c: Include limits.h unconditionally.
12476
12477 Assume support for memcmp, memcpy, memmove, memset.
12478 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
12479 * regex.c (memcmp, memcpy):
12480 Remove; we assume C89 now.
12481
12482 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
12483 (__malloc_safe_bcopy): Remove; no longer needed.
12484
12485 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
12486 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
12487 well either way, and we prefer signed to unsigned.
12488
12489 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12490
12491 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
12492 closes the connection while we're reading (bug#9182).
12493
12494 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
12495
12496 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
12497 are specified (Bug#9168).
12498
12499 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
12500
12501 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
12502 Found by GCC static checking and --with-wide-int on a 32-bit host.
12503
12504 2011-07-25 Eli Zaretskii <eliz@gnu.org>
12505
12506 * xdisp.c (compute_display_string_pos): Fix logic of caching
12507 previous display string position. Initialize cached_prev_pos to
12508 -1. Fixes slow-down at the beginning of a buffer.
12509
12510 2011-07-24 Eli Zaretskii <eliz@gnu.org>
12511
12512 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
12513 for attrs[LFACE_FONTSET_INDEX].
12514
12515 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
12516
12517 * xml.c (parse_region): Remove unused local
12518 that was recently introduced.
12519
12520 2011-07-23 Eli Zaretskii <eliz@gnu.org>
12521
12522 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
12523 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
12524
12525 * xdisp.c (move_it_in_display_line_to): Record the best matching
12526 position for TO_CHARPOS while scanning the line, and restore it on
12527 exit if none of the characters scanned was an exact match.
12528 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
12529 when exact match is impossible due to invisible text, and the
12530 lines are truncated.
12531
12532 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
12533
12534 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
12535 for OSX >= 10.7.
12536
12537 2011-07-22 Eli Zaretskii <eliz@gnu.org>
12538
12539 Fix a significant slow-down of cursor motion with C-n, C-p,
12540 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
12541 auto-repeat under bidi redisplay in fontified buffers.
12542 * xdisp.c (compute_stop_pos_backwards): New function.
12543 (next_element_from_buffer): Call compute_stop_pos_backwards to
12544 find a suitable prev_stop when we find ourselves before
12545 base_level_stop.
12546 (reseat): Don't look for prev_stop, as that could mean a very long
12547 run.
12548 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
12549 <cached_disp_overlay_modiff>: Cache for last found display string
12550 position.
12551 (compute_display_string_pos): Return the cached position if asked
12552 about the same buffer in the same area of character positions, and
12553 the buffer wasn't changed since the time the display string
12554 position was cached.
12555
12556 2011-07-22 Eli Zaretskii <eliz@gnu.org>
12557
12558 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
12559 is an integer, which is important for empty lines. (Bug#9149)
12560
12561 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
12562
12563 * frame.c (Fmodify_frame_parameters): In tty case, update the
12564 default face if necessary (Bug#4238).
12565
12566 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
12567
12568 * editfns.c (Fstring_to_char): No need to explain what a character
12569 is in the docstring (Bug#6576).
12570
12571 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12572
12573 * xml.c (parse_region): Make sure we always return a tree.
12574
12575 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
12576
12577 * xml.c (parse_region): If a document contains only comments,
12578 return that, too.
12579
12580 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12581
12582 * xml.c (make_dom): Return comments, too.
12583
12584 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
12585
12586 Port to OpenBSD.
12587 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
12588 and the surrounding thread.
12589 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
12590 rather than fgets, and retry after EINTR. Otherwise, 'emacs
12591 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
12592 timer goes off.
12593 * s/openbsd.h (BROKEN_SIGIO): Define.
12594 * unexelf.c (unexec) [__OpenBSD__]:
12595 Don't update the .mdebug section of the Alpha COFF symbol table.
12596
12597 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12598
12599 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
12600 (bug#8460).
12601
12602 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
12603
12604 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
12605 This fixes some race conditions on the permissions of any newly
12606 created file.
12607
12608 * alloc.c (valid_pointer_p): Use pipe, not open.
12609 This fixes some permissions issues when debugging.
12610
12611 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
12612 If fchown fails to set both uid and gid, try to set just gid,
12613 as that is sometimes allowed. Adjust the file's mode to eliminate
12614 setuid or setgid bits that are inappropriate if fchown fails.
12615
12616 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
12619 to compare Lisp_Objects.
12620 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
12621 global_gnutls_log_level, don't mistake it for a Lisp_Object.
12622 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
12623
12624 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
12625
12626 * lread.c (read_integer): Unread even EOF character.
12627 (read1): Likewise. Properly record start position of symbol.
12628
12629 * lread.c (read1): Read `#:' as empty uninterned symbol if no
12630 symbol character follows.
12631
12632 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
12633
12634 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
12635 This works around a problem with the previous change to Fcopy_file.
12636 Recent glibc declares fchown with __attribute__((warn_unused_result)),
12637 and without this change, GCC might complain about discarding
12638 fchown's return value.
12639
12640 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
12641
12642 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
12643
12644 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
12645
12646 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
12647
12648 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12649
12650 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
12651 it's used from the C level.
12652
12653 * process.c: Use the same condition for POLL_FOR_INPUT in both
12654 keyboard.c and process.c (bug#1858).
12655
12656 2011-07-09 Lawrence Mitchell <wence@gmx.li>
12657
12658 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
12659 (Fgnutls_boot): Use it.
12660
12661 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
12662
12663 * doc.c (Fsubstitute_command_keys): Revert last change.
12664
12665 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12666
12667 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
12668 quotes the next character, and doesn't affect other longer
12669 sequences (bug#8935).
12670
12671 * lread.c (syms_of_lread): Clarify that is isn't only
12672 `eval-buffer' and `eval-defun' that's affected by
12673 `lexical-binding' (bug#8460).
12674
12675 2011-07-15 Eli Zaretskii <eliz@gnu.org>
12676
12677 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
12678 bidi redisplay when a line includes both an image and is truncated.
12679
12680 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
12681
12682 Fix minor problems found by static checking.
12683 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
12684 (elsz): Now a signed constant, not a size_t var. We prefer signed
12685 types to unsigned, to avoid integer comparison confusion. Without
12686 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
12687 "cannot optimize loop, the loop counter may overflow", a symptom
12688 of the confusion.
12689 * indent.c (Fvertical_motion): Mark locals as initialized.
12690 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
12691
12692 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12693
12694 * search.c (Fre_search_backward): Mention `case-fold-search' in
12695 all the re_search_* functions (bug#8138).
12696
12697 * keyboard.c (Fopen_dribble_file): Document when the file is
12698 closed (bug#8056).
12699
12700 2011-07-14 Eli Zaretskii <eliz@gnu.org>
12701
12702 * bidi.c (bidi_dump_cached_states): Fix format of displaying
12703 bidi_cache_idx.
12704
12705 Support bidi reordering of display and overlay strings.
12706 * xdisp.c (compute_display_string_pos)
12707 (compute_display_string_end): Accept additional argument STRING.
12708 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
12709 (reseat_to_string): Initialize bidi_it->string.s and
12710 bidi_it->string.schars.
12711 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
12712 NULL (avoids a crash in bidi_paragraph_init).
12713 Initialize itb.string.lstring.
12714 (init_iterator): Call bidi_init_it only of a valid
12715 buffer position was specified. Initialize paragraph_embedding to
12716 L2R.
12717 (reseat_to_string): Initialize the bidi iterator.
12718 (display_string): If we need to ignore text properties of
12719 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
12720 original value of -1 will not work with bidi.)
12721 (compute_display_string_pos): First arg is now struct
12722 `text_pos *'; all callers changed. Support display properties on
12723 Lisp strings.
12724 (compute_display_string_end): Support display properties on Lisp
12725 strings.
12726 (init_iterator, reseat_1, reseat_to_string): Initialize the
12727 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
12728 when iterating on a string not from display properties).
12729 (compute_display_string_pos, compute_display_string_end):
12730 Fix calculation of the object to scan. Fixes an error when using
12731 arrow keys.
12732 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
12733 base_level_stop; instead, set base_level_stop to BEGV.
12734 Fixes crashes in vertical-motion.
12735 (next_element_from_buffer): Improve commentary for when
12736 the iterator is before prev_stop.
12737 (init_iterator): Initialize bidi_p from the default value of
12738 bidi-display-reordering, not from buffer-local value. Use the
12739 buffer-local value only if initializing for buffer iteration.
12740 (handle_invisible_prop): Support invisible properties on strings
12741 that are being bidi-reordered.
12742 (set_iterator_to_next): Support bidi reordering of C strings and
12743 Lisp strings.
12744 (next_element_from_string): Support bidi reordering of Lisp
12745 strings.
12746 (handle_stop_backwards): Support Lisp strings as well.
12747 (display_string): Support display of R2L glyph rows.
12748 Use IT_STRING_CHARPOS when displaying from a Lisp string.
12749 (init_iterator): Don't initialize it->bidi_p for strings
12750 here.
12751 (reseat_to_string): Initialize it->bidi_p for strings here.
12752 (next_element_from_string, next_element_from_c_string)
12753 (next_element_from_buffer): Add xassert's for correspondence
12754 between IT's object being iterated and it->bidi_it.string
12755 structure.
12756 (face_before_or_after_it_pos): Support bidi iteration.
12757 (next_element_from_c_string): Handle the case of the first string
12758 character that is not the first one in the visual order.
12759 (get_visually_first_element): New function, refactored from common
12760 parts of next_element_from_buffer, next_element_from_string, and
12761 next_element_from_c_string.
12762 (tool_bar_lines_needed, redisplay_tool_bar)
12763 (display_menu_bar): Force left-to-right direction. Add a FIXME
12764 comment for making that be controlled by a user option.
12765 (push_it, pop_it): Save and restore the state of the
12766 bidi iterator. Save and restore the bidi_p flag.
12767 (pop_it): Iterate out of display property for string iteration as
12768 well.
12769 (iterate_out_of_display_property): Support iteration over strings.
12770 (handle_single_display_spec): Set up it->bidi_it for iteration
12771 over a display string, and call bidi_init_it.
12772 (handle_single_display_spec, next_overlay_string)
12773 (get_overlay_strings_1, push_display_prop): Set up the bidi
12774 iterator for displaying display or overlay strings.
12775 (forward_to_next_line_start): Don't use the shortcut if
12776 bidi-iterating.
12777 (back_to_previous_visible_line_start): If handle_display_prop
12778 pushed the iterator stack, restore the internal state of the bidi
12779 iterator by calling bidi_pop_it same number of times.
12780 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
12781 and we are bidi-iterating, don't decrement the iterator position;
12782 instead, set the first_elt flag in the bidi iterator, to produce
12783 the same effect.
12784 (reseat_1): Remove redundant setting of string_from_display_prop_p.
12785 (push_display_prop): xassert that we are iterating a buffer.
12786 (push_it, pop_it): Save and restore paragraph_embedding member.
12787 (handle_single_display_spec, next_overlay_string)
12788 (get_overlay_strings_1, reseat_1, reseat_to_string)
12789 (push_display_prop): Set up the `unibyte' member of bidi_it.string
12790 correctly. Don't assume unibyte strings are not bidi-reordered.
12791 (compute_display_string_pos)
12792 (compute_display_string_end): Fix handling the case of C string.
12793 (push_it, pop_it): Save and restore from_disp_prop_p.
12794 (handle_single_display_spec, push_display_prop): Set the
12795 from_disp_prop_p flag.
12796 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
12797 (pop_it): Call iterate_out_of_display_property only if we are
12798 popping after iteration over a string that came from a display
12799 property. Fix a typo in popping stretch info. Add an assertion
12800 for verifying that the iterator position is in sync with the bidi
12801 iterator.
12802 (handle_single_display_spec, get_overlay_strings_1)
12803 (push_display_prop): Fix initialization of paragraph direction for
12804 string when that of the parent object is not yet determined.
12805 (reseat_1): Call bidi_init_it to resync the bidi
12806 iterator with IT's position. (Bug#7616)
12807 (find_row_edges): If ROW->start.pos gives position
12808 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
12809 (handle_stop, back_to_previous_visible_line_start, reseat_1):
12810 Reset the from_disp_prop_p flag.
12811 (SAVE_IT, RESTORE_IT): New macros.
12812 (pos_visible_p, face_before_or_after_it_pos)
12813 (back_to_previous_visible_line_start)
12814 (move_it_in_display_line_to, move_it_in_display_line)
12815 (move_it_to, move_it_vertically_backward, move_it_by_lines)
12816 (try_scrolling, redisplay_window, display_line): Use them when
12817 saving a temporary copy of the iterator and restoring it back.
12818 (back_to_previous_visible_line_start, reseat_1)
12819 (init_iterator): Empty the bidi cache "stack".
12820 (move_it_in_display_line_to): If iterator ended up at
12821 EOL, but we never saw any buffer positions smaller than
12822 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
12823 motion in bidi-reordered lines.
12824 (move_it_in_display_line_to): Record prev_method and prev_pos
12825 immediately before the call to set_iterator_to_next. Fixes cursor
12826 motion in bidi-reordered lines with stretch glyphs and strings
12827 displayed in margins. (Bug#8133) (Bug#8867)
12828 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
12829 TO_CHARPOS.
12830 (pos_visible_p): Support positions in bidi-reordered lines.
12831 Save and restore bidi cache.
12832
12833 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
12834 (bidi_paragraph_info): Delete unused struct.
12835 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
12836 (bidi_cache_start): New variable.
12837 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
12838 to zero.
12839 (bidi_cache_fetch_state, bidi_cache_search)
12840 (bidi_cache_find_level_change, bidi_cache_iterator_state)
12841 (bidi_cache_find, bidi_peek_at_next_level)
12842 (bidi_level_of_next_char, bidi_find_other_level_edge)
12843 (bidi_move_to_visually_next): Compare cache index with
12844 bidi_cache_start rather than with zero.
12845 (bidi_fetch_char): Accept new argument STRING; all callers
12846 changed. Support iteration over a string. Support strings with
12847 display properties. Support unibyte strings. Fix the type of
12848 `len' according to what STRING_CHAR_AND_LENGTH expects.
12849 (bidi_paragraph_init, bidi_resolve_explicit_1)
12850 (bidi_resolve_explicit, bidi_resolve_weak)
12851 (bidi_level_of_next_char, bidi_move_to_visually_next):
12852 Support iteration over a string.
12853 (bidi_set_sor_type, bidi_resolve_explicit_1)
12854 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
12855 can now be zero (for strings); special values 0 and -1 were
12856 changed to -1 and -2, respectively.
12857 (bidi_char_at_pos): New function.
12858 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
12859 Call it instead of FETCH_MULTIBYTE_CHAR.
12860 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
12861 initialized to valid values.
12862 (bidi_init_it): Don't initialize charpos and bytepos with invalid
12863 values.
12864 (bidi_level_of_next_char): Allow the sentinel "position" to pass
12865 the test for valid cached positions. Fix the logic for looking up
12866 the sentinel state in the cache. GCPRO the Lisp string we are
12867 iterating.
12868 (bidi_push_it, bidi_pop_it): New functions.
12869 (bidi_initialize): Initialize the bidi cache start stack pointer.
12870 (bidi_cache_ensure_space): New function, refactored from part of
12871 bidi_cache_iterator_state. Don't assume the required size is just
12872 one BIDI_CACHE_CHUNK away.
12873 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
12874 (bidi_count_bytes, bidi_char_at_pos): New functions.
12875 (bidi_cache_search): Don't assume bidi_cache_last_idx is
12876 always valid if bidi_cache_idx is valid.
12877 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
12878 is valid if it's going to be used.
12879 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
12880 (bidi_cache_fetch_state, bidi_cache_search)
12881 (bidi_cache_find_level_change, bidi_cache_ensure_space)
12882 (bidi_cache_iterator_state, bidi_cache_find)
12883 (bidi_find_other_level_edge, bidi_cache_start_stack):
12884 All variables related to cache indices are now EMACS_INT.
12885
12886 * dispextern.h (struct bidi_string_data): New structure.
12887 (struct bidi_it): New member `string'. Make flag members be 1-bit
12888 fields, and put them last in the struct.
12889 (compute_display_string_pos, compute_display_string_end):
12890 Update prototypes.
12891 (bidi_push_it, bidi_pop_it): Add prototypes.
12892 (struct iterator_stack_entry): New members bidi_p,
12893 paragraph_embedding, and from_disp_prop_p.
12894 (struct it): Member bidi_p is now a bit field 1 bit wide.
12895 (bidi_shelve_cache, bidi_unshelve_cache):
12896 Declare prototypes.
12897
12898 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
12899 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
12900 and vector-like objects.
12901
12902 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
12903 cache around display iteration.
12904
12905 * window.c (Fwindow_end, window_scroll_pixel_based)
12906 (displayed_window_lines, Frecenter): Save and restore the bidi
12907 cache around display iteration.
12908
12909 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12910
12911 * editfns.c (Fdelete_region): Clarify the use of the named
12912 parameters (bug#6788).
12913
12914 2011-07-14 Martin Rudalics <rudalics@gmx.at>
12915
12916 * indent.c (Fvertical_motion): Set and restore w->pointm when
12917 saving and restoring the window's buffer (Bug#9006).
12918
12919 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12920
12921 * editfns.c (Fstring_to_char): Clarify just what is returned
12922 (bug#6576). Text by Eli Zaretskii.
12923
12924 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
12925
12926 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
12927
12928 2011-07-13 Eli Zaretskii <eliz@gnu.org>
12929
12930 * buffer.c (mmap_find): Fix a typo.
12931
12932 2011-07-13 Johan Bockgård <bojohan@gnu.org>
12933
12934 Fix execution of x selection hooks.
12935 * xselect.c (Qx_lost_selection_functions)
12936 (Qx_sent_selection_functions): New vars.
12937 (syms_of_xselect): DEFSYM them.
12938 (x_handle_selection_request): Pass Qx_sent_selection_functions
12939 rather than Vx_sent_selection_functions to Frun_hook_with_args.
12940 (x_handle_selection_clear,x_clear_frame_selections):
12941 Pass Qx_lost_selection_functions rather than
12942 Vx_lost_selection_functions to Frun_hook_with_args.
12943
12944 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
12945
12946 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
12947 The old code sometimes used this field without initializing it.
12948
12949 * alloc.c (gc_sweep): Don't read past end of array.
12950 In theory, the old code could also have corrupted Emacs internals,
12951 though it'd be very unlikely.
12952
12953 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
12954
12955 * character.c (Fcharacterp): Don't advertise optional ignored
12956 argument. (Bug#4026)
12957
12958 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12959
12960 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
12961 key" (bug#4257).
12962
12963 * window.c (Fset_window_start): Doc fix (bug#4199).
12964 (Fset_window_hscroll): Ditto.
12965
12966 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
12967
12968 Fix minor new problems caught by GCC 4.6.1.
12969 * term.c (init_tty): Remove unused local.
12970 * xsettings.c (store_monospaced_changed): Define this function only
12971 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
12972 not used otherwise.
12973
12974 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
12975
12976 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
12977
12978 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12979
12980 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
12981 are the mini-buffer and the echo area (bug#3320).
12982
12983 * term.c (init_tty): Remove support for supdup, c10 and perq
12984 terminals, which are no longer supported (bug#1482).
12985
12986 2011-07-10 Johan Bockgård <bojohan@gnu.org>
12987
12988 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
12989
12990 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
12991
12992 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
12993 for non-popups (Bug#3642).
12994
12995 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
12996
12997 * alloc.c (reset_malloc_hooks): Protoize.
12998 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
12999 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
13000 * cm.c (losecursor): Likewise.
13001 * data.c (fmod): Likewise.
13002 * dispnew.c (swap_glyphs_in_rows): Likewise.
13003 * emacs.c (memory_warning_signal): Likewise.
13004 * floatfns.c (float_error): Likewise.
13005 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
13006 (otf_open, font_otf_capability, generate_otf_features)
13007 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13008 Likewise.
13009 * image.c (pbm_read_file): Likewise.
13010 * indent.c (string_display_width): Likewise.
13011 * intervals.c (check_for_interval, search_for_interval)
13012 (inc_interval_count, count_intervals, root_interval)
13013 (adjust_intervals_for_insertion, make_new_interval): Likewise.
13014 * lread.c (defalias): Likewise.
13015 * ralloc.c (r_alloc_check): Likewise.
13016 * regex.c (set_image_of_range_1, set_image_of_range)
13017 (regex_grow_registers): Likewise.
13018 * sysdep.c (strerror): Likewise.
13019 * termcap.c (valid_filename_p, tprint, main): Likewise.
13020 * tparam.c (main): Likewise.
13021 * unexhp9k800.c (run_time_remap, save_data_space)
13022 (update_file_ptrs, read_header, write_header, calculate_checksum)
13023 (copy_file, copy_rest, display_header): Likewise.
13024 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
13025 Likewise.
13026 * xdisp.c (check_it): Likewise.
13027 * xfaces.c (register_color, unregister_color, unregister_colors):
13028 Likewise.
13029 * xfns.c (print_fontset_result): Likewise.
13030 * xrdb.c (member, fatal, main): Likewise.
13031
13032 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
13033
13034 Fix minor problems found by static checking (Bug#9031).
13035 * chartab.c (char_table_set_range, map_sub_char_table):
13036 Remove unused locals.
13037 (uniprop_table): Now static.
13038 * composite.c (_work_char): Remove unused static var.
13039
13040 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
13041
13042 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
13043
13044 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
13045
13046 * gtkutil.c (qttip_cb): Remove code without function.
13047
13048 2011-07-09 Eli Zaretskii <eliz@gnu.org>
13049
13050 * w32.c (pthread_sigmask): New stub.
13051
13052 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
13053
13054 Use pthread_sigmask, not sigprocmask (Bug#9010).
13055 sigprocmask is portable only for single-threaded applications, and
13056 Emacs can be multi-threaded when it uses GTK.
13057 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
13058 (LIBES): Use it.
13059 * callproc.c (Fcall_process):
13060 * process.c (create_process):
13061 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
13062 Use pthread_sigmask, not sigprocmask.
13063
13064 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
13065
13066 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
13067 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
13068 wrong (Bug#8591).
13069
13070 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
13071
13072 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
13073 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
13074 (xg_hide_tooltip): Fix comment.
13075
13076 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
13077 in registerServicesMenuSendTypes.
13078 (validRequestorForSendType): Don't check ns_return_types.
13079
13080 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
13081 ns_return_type.
13082
13083 2011-07-08 Jason Rumney <jasonr@gnu.org>
13084
13085 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
13086 SH_SHOW for hidden windows (Bug#5482).
13087
13088 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
13089 frame struct members of non-existent frames (Bug#6284).
13090
13091 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
13092
13093 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
13094 variable firstTime not needed on OSX >= 10.6.
13095 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
13096 >= 10.5. Use setKnobProportion, setDoubleValue.
13097
13098 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
13099 (MAC_OS_X_VERSION_10_5): Define if not defined.
13100 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
13101 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
13102 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
13103
13104 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
13105 cString and lossyCString on OSX >= 10.4.
13106
13107 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
13108 sizeToFit on OSX >= 10.2.
13109
13110 * nsimage.m (allocInitFromFile): Don't use deprecated method
13111 bestRepresentationForDevice on OSX >= 10.6.
13112
13113 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
13114 to avoid warning.
13115
13116 * emacs.c: Declare unexec_init_emacs_zone.
13117
13118 * nsgui.h: Fix compiler warning about gnulib redefining verify.
13119
13120 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
13121
13122 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
13123 on svcsMenu (Bug#8842).
13124
13125 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
13126 ns_return_types.
13127 (Fns_list_services): Just return Qnil on 10.6, code not working there.
13128
13129 * nsterm.m (QUTF8_STRING): Declare.
13130 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
13131 (validRequestorForSendType): Return type is (id).
13132 Change indexOfObjectIdenticalTo to indexOfObject.
13133 Check if we have local selection before returning self (Bug#8842).
13134 (writeSelectionToPasteboard): Put local selection into paste board
13135 if we have a local selection (Bug#8842).
13136 (syms_of_nsterm): DEFSYM QUTF8_STRING.
13137
13138 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
13139 (ns_get_local_selection): Declare.
13140
13141 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13142
13143 * keymap.c (describe_map_tree): Don't insert a double newline at
13144 the end of the buffer (bug#1169) and return whether we inserted
13145 something.
13146
13147 * callint.c (Fcall_interactively): Change "reading args" to
13148 "providing args" to try to clarify what it does (bug#1010).
13149
13150 2011-07-07 Kenichi Handa <handa@m17n.org>
13151
13152 * composite.c (composition_compute_stop_pos): Ignore a static
13153 composition starting before CHARPOS (Bug#8915).
13154
13155 * xdisp.c (handle_composition_prop): Likewise.
13156
13157 2011-07-07 Eli Zaretskii <eliz@gnu.org>
13158
13159 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
13160 (Bug#9015)
13161
13162 2011-07-07 Kenichi Handa <handa@m17n.org>
13163
13164 * character.h (unicode_category_t): New enum type.
13165
13166 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
13167 (Qchar_code_property_table): New variable.
13168 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
13169 (UNIPROP_COMPRESSED_FORM_P): New macros.
13170 (char_table_ascii): Uncompress the compressed values.
13171 (sub_char_table_ref): New arg is_uniprop. Callers changed.
13172 Uncompress the compressed values.
13173 (sub_char_table_ref_and_range): Likewise.
13174 (char_table_ref_and_range): Uncompress the compressed values.
13175 (sub_char_table_set): New arg is_uniprop. Callers changed.
13176 Uncompress the compressed values.
13177 (sub_char_table_set_range): Args changed. Callers changed.
13178 (char_table_set_range): Adjuted for the above change.
13179 (map_sub_char_table): Delete args default_val and parent. Add arg
13180 top. Give decoded values to a Lisp function.
13181 (map_char_table): Adjust for the above change. Give decoded
13182 values to a Lisp function. Gcpro more variables.
13183 (uniprop_table_uncompress)
13184 (uniprop_decode_value_run_length): New functions.
13185 (uniprop_decoder, uniprop_decoder_count): New variables.
13186 (uniprop_get_decoder, uniprop_encode_value_character)
13187 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
13188 New functions.
13189 (uniprop_encoder, uniprop_encoder_count): New variables.
13190 (uniprop_get_encoder, uniprop_table)
13191 (Funicode_property_table_internal, Fget_unicode_property_internal)
13192 (Fput_unicode_property_internal): New functions.
13193 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
13194 Sunicode_property_table_internal, Sget_unicode_property_internal,
13195 and Sput_unicode_property_internal. Defvar_lisp
13196 char-code-property-alist.
13197
13198 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
13199 Vunicode_category_table.
13200
13201 * font.c (font_range): Adjust for the change of
13202 Vunicode_category_table.
13203
13204 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
13205
13206 * m/iris4d.h: Remove file, move contents ...
13207 * s/irix6-5.h: ... here.
13208
13209 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
13210
13211 Remove unportable assumption about struct layout (Bug#8884).
13212 * alloc.c (mark_buffer):
13213 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
13214 (clone_per_buffer_values): Don't assume that
13215 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
13216 This isn't true in general, and it's particularly not true
13217 if Emacs is configured with --with-wide-int.
13218 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
13219 New macros, used in the buffer.c change.
13220
13221 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
13222
13223 * xsettings.c: Use both GConf and GSettings if both are available.
13224 (store_config_changed_event): Add comment.
13225 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
13226 (store_tool_bar_style_changed): New functions.
13227 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
13228 (struct xsettings): Move font inside HAVE_XFT.
13229 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
13230 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
13231 Move inside HAVE_XFT.
13232 (something_changed_gsettingsCB): Rename from something_changedCB.
13233 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
13234 also.
13235 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
13236 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
13237 (something_changed_gconfCB): Rename from something_changedCB.
13238 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
13239 (parse_settings): Move check for font inside HAVE_XFT.
13240 (read_settings, apply_xft_settings): Add comment.
13241 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
13242 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
13243 call store_font_name_changed.
13244 (xft_settings_event): Add comment.
13245 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
13246 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
13247 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
13248 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
13249 (xsettings_initialize): Call init_gsettings last.
13250 (xsettings_get_system_font, xsettings_get_system_normal_font):
13251 Add comment.
13252
13253 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
13254
13255 Random fixes. E.g., (random) never returned negative values.
13256 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
13257 subseconds part to the entropy, as that's a bit more random.
13258 Prefer signed to unsigned, since the signedness doesn't matter and
13259 in general we prefer signed. When given a limit, use a
13260 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
13261 latter isn't right if USE_2_TAGS_FOR_INTS.
13262 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
13263 not 0..VALMASK. Don't discard "excess" bits that random () returns.
13264
13265 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * textprop.c (text_property_stickiness):
13268 Obey Vtext_property_default_nonsticky.
13269 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
13270 * w32fns.c (syms_of_w32fns):
13271 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
13272
13273 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13274
13275 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
13276 This is more efficient than Ffile_directory_p and avoids a minor race.
13277
13278 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13279
13280 * buffer.c (Foverlay_put): Say what the return value is
13281 (bug#7835).
13282
13283 * fileio.c (barf_or_query_if_file_exists): Check first if the file
13284 is a directory before asking whether to use the file name
13285 (bug#7564).
13286 (barf_or_query_if_file_exists): Make the "File is a directory"
13287 error be more correct.
13288
13289 * fns.c (Frequire): Remove the mention of the .gz files, since
13290 that's installation-specific, but keep the mention of
13291 `get-load-suffixes'.
13292
13293 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13294
13295 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
13296 Report string overflow if the output is too long.
13297
13298 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
13299
13300 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
13301 (syms_of_gnutls): Remove duplicate DEFSYM for
13302 Qgnutls_bootprop_verify_hostname_error, an error for
13303 Qgnutls_bootprop_verify_error (which is no longer used).
13304
13305 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
13306 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
13307 Also (re)move comments that are misplaced or no longer relevant.
13308
13309 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13310
13311 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
13312
13313 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
13314
13315 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
13316 and background color parameters if they have been changed.
13317
13318 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13319
13320 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
13321
13322 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
13323
13324 * xsettings.c (SYSTEM_FONT): Define only when used.
13325 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
13326
13327 * keymap.c (access_keymap_1): Now static.
13328
13329 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
13330
13331 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
13332 leave any prefix arg for the up event (Bug#1586).
13333
13334 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13335
13336 * lread.c (syms_of_lread): Mention single symbols defined by
13337 `defvar' or `defconst' (bug#7154).
13338
13339 * fns.c (Frequire): Mention .el.gz files (bug#7314).
13340 (Frequire): Mention get-load-suffixes.
13341
13342 2011-07-02 Martin Rudalics <rudalics@gmx.at>
13343
13344 * window.h (window): Remove clone_number slot.
13345 * window.c (Fwindow_clone_number, Fset_window_clone_number):
13346 Remove.
13347 (make_parent_window, make_window, saved_window)
13348 (Fset_window_configuration, save_window_save): Don't deal with
13349 clone numbers.
13350 * buffer.c (Qclone_number): Remove declaration.
13351 (sort_overlays, overlay_strings): Don't deal with clone numbers.
13352
13353 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 Add multiple inheritance to keymaps.
13356 * keymap.c (Fmake_composed_keymap): New function.
13357 (Fset_keymap_parent): Simplify.
13358 (fix_submap_inheritance): Remove.
13359 (access_keymap_1): New function extracted from access_keymap to handle
13360 embedded parents and handle lists of maps.
13361 (access_keymap): Use it.
13362 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
13363 (Fcopy_keymap): Handle embedded parents.
13364 (Fcommand_remapping, define_as_prefix): Simplify.
13365 (Fkey_binding): Simplify.
13366 (syms_of_keymap): Move minibuffer-local-completion-map,
13367 minibuffer-local-filename-completion-map,
13368 minibuffer-local-must-match-map, and
13369 minibuffer-local-filename-must-match-map to Elisp.
13370 (syms_of_keymap): Defsubr make-composed-keymap.
13371 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
13372 (parse_menu_item): Trivial simplification.
13373
13374 2011-07-01 Glenn Morris <rgm@gnu.org>
13375
13376 * Makefile.in (SETTINGS_LIBS): Fix typo.
13377
13378 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13379
13380 * coding.c (Fencode_coding_string): Record the last coding system
13381 used, as the function doc string says (bug#8738).
13382
13383 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
13384
13385 * xsettings.c (store_monospaced_changed): Take new font as arg and
13386 check for change against current_mono_font.
13387 (EMACS_TYPE_SETTINGS): Remove this and related defines.
13388 (emacs_settings_constructor, emacs_settings_get_property)
13389 (emacs_settings_set_property, emacs_settings_class_init)
13390 (emacs_settings_init, gsettings_obj): Remove.
13391 (something_changedCB): New function for HAVE_GSETTINGS.
13392 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
13393 with value as argument.
13394 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
13395 g_settings_new (Bug#8967). Do not create gsettings_obj.
13396 Remove calls to g_settings_bind. Connect something_changedCB to
13397 "changed".
13398
13399 * xgselect.c: Add defined (HAVE_GSETTINGS).
13400 (xgselect_initialize): Ditto.
13401
13402 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
13403 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
13404 xg_select.
13405
13406 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
13407
13408 * eval.c (struct backtrace): Simplify and port the data structure.
13409 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
13410 signed bit field, as this assumption is not portable and it makes
13411 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
13412 "char debug_on_exit : 1" as this is not portable either; instead,
13413 use the portable "unsigned int debug_on_exit : 1". Remove unused
13414 member evalargs. Remove obsolete comments about cc bombing out.
13415
13416 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
13417
13418 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
13419 Let HAVE_GSETTINGS override HAVE_GCONF.
13420 (store_monospaced_changed): New function.
13421 (EMACS_SETTINGS): A new type derived from GObject to handle
13422 GSettings notifications.
13423 (emacs_settings_constructor, emacs_settings_get_property)
13424 (emacs_settings_set_property, emacs_settings_class_init):
13425 New functions.
13426 (gsettings_client, gsettings_obj): New variables.
13427 (GSETTINGS_SCHEMA): New define.
13428 (something_changedCB): Call store_monospaced_changed.
13429 (init_gsettings): New function.
13430 (xsettings_initialize): Call init_gsettings.
13431 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
13432 to NULL.
13433
13434 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
13435 GCONF_CFLAGS/LIBS.
13436
13437 2011-06-29 Martin Rudalics <rudalics@gmx.at>
13438
13439 * window.c (resize_root_window, grow_mini_window)
13440 (shrink_mini_window): Rename Qresize_root_window to
13441 Qwindow_resize_root_window and Qresize_root_window_vertically to
13442 Qwindow_resize_root_window_vertically.
13443
13444 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
13445
13446 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
13447
13448 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
13449
13450 * makefile.w32-in: Redesign dependencies so they reflect more
13451 clearly which files are directly included by each source file,
13452 and not through other includes.
13453
13454 2011-06-27 Martin Rudalics <rudalics@gmx.at>
13455
13456 * buffer.c (Qclone_number): Declare static and DEFSYM it.
13457 (sort_overlays, overlay_strings): When an overlay's clone number
13458 matches the window's clone number process the overlay even if
13459 the overlay's window property doesn't match the current window.
13460
13461 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
13462 (Fwindow_hchild): Rename to Fwindow_left_child.
13463 (Fwindow_next): Rename to Fwindow_next_sibling.
13464 (Fwindow_prev): Rename to Fwindow_prev_sibling.
13465 (resize_window_check): Rename to window_resize_check.
13466 (resize_window_apply): Rename to window_resize_apply.
13467 (Fresize_window_apply): Rename to Fwindow_resize_apply.
13468 (Fdelete_other_windows_internal, resize_frame_windows)
13469 (Fsplit_window_internal, Fdelete_window_internal)
13470 (grow_mini_window, shrink_mini_window)
13471 (Fresize_mini_window_internal): Fix callers accordingly.
13472
13473 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
13474
13475 * emacsgtkfixed.h: State that this is only used with Gtk+3.
13476 (emacs_fixed_set_min_size): Remove.
13477 (emacs_fixed_new): Take frame as argument.
13478
13479 * emacsgtkfixed.c: State that this is only used with Gtk+3.
13480 (_EmacsFixedPrivate): Remove minwidth/height.
13481 Add struct frame *f.
13482 (emacs_fixed_init): Initialize priv->f.
13483 (get_parent_class, emacs_fixed_set_min_size): Remove.
13484 (emacs_fixed_new): Set priv->f to argument.
13485 (emacs_fixed_get_preferred_width)
13486 (emacs_fixed_get_preferred_height): Use min_width/height from
13487 frames size_hint to set minimum and natural (Bug#8919).
13488 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
13489 and use min_width/height from frames size_hint to set
13490 min_width/height (Bug#8919).
13491
13492 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
13493 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
13494 Fix indentation.
13495
13496 2011-06-26 Eli Zaretskii <eliz@gnu.org>
13497
13498 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
13499 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
13500 called at ZV.
13501
13502 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
13503
13504 * process.c (wait_reading_process_output): Bypass select if
13505 waiting for a cell while ignoring keyboard input, and input is
13506 pending. Suggested by Jan Djärv (Bug#8869).
13507
13508 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
13509
13510 Use gnulib's dup2 module instead of rolling our own.
13511 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
13512
13513 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13514
13515 * dispnew.c (scrolling_window): Before scrolling, turn off a
13516 mouse-highlight in the window being scrolled.
13517
13518 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
13519
13520 Move DEFSYM to lisp.h and use everywhere.
13521
13522 * character.h (DEFSYM): Move declaration...
13523 * lisp.h (DEFSYM): ...here.
13524
13525 * gnutls.c:
13526 * minibuf.c:
13527 * w32menu.c:
13528 * w32proc.c:
13529 * w32select.c: Don't include character.h.
13530
13531 * alloc.c (syms_of_alloc):
13532 * buffer.c (syms_of_buffer):
13533 * bytecode.c (syms_of_bytecode):
13534 * callint.c (syms_of_callint):
13535 * casefiddle.c (syms_of_casefiddle):
13536 * casetab.c (init_casetab_once):
13537 * category.c (init_category_once, syms_of_category):
13538 * ccl.c (syms_of_ccl):
13539 * cmds.c (syms_of_cmds):
13540 * composite.c (syms_of_composite):
13541 * dbusbind.c (syms_of_dbusbind):
13542 * dired.c (syms_of_dired):
13543 * dispnew.c (syms_of_display):
13544 * doc.c (syms_of_doc):
13545 * editfns.c (syms_of_editfns):
13546 * emacs.c (syms_of_emacs):
13547 * eval.c (syms_of_eval):
13548 * fileio.c (syms_of_fileio):
13549 * fns.c (syms_of_fns):
13550 * frame.c (syms_of_frame):
13551 * fringe.c (syms_of_fringe):
13552 * insdel.c (syms_of_insdel):
13553 * keymap.c (syms_of_keymap):
13554 * lread.c (init_obarray, syms_of_lread):
13555 * macros.c (syms_of_macros):
13556 * msdos.c (syms_of_msdos):
13557 * print.c (syms_of_print):
13558 * process.c (syms_of_process):
13559 * search.c (syms_of_search):
13560 * sound.c (syms_of_sound):
13561 * syntax.c (init_syntax_once, syms_of_syntax):
13562 * terminal.c (syms_of_terminal):
13563 * textprop.c (syms_of_textprop):
13564 * undo.c (syms_of_undo):
13565 * w32.c (globals_of_w32):
13566 * window.c (syms_of_window):
13567 * xdisp.c (syms_of_xdisp):
13568 * xfaces.c (syms_of_xfaces):
13569 * xfns.c (syms_of_xfns):
13570 * xmenu.c (syms_of_xmenu):
13571 * xsettings.c (syms_of_xsettings):
13572 * xterm.c (syms_of_xterm): Use DEFSYM.
13573
13574 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
13575
13576 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
13577
13578 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
13579
13580 Integer and buffer overflow fixes (Bug#8873).
13581
13582 * print.c (printchar, strout): Check for string overflow.
13583 (PRINTPREPARE, printchar, strout):
13584 Don't set size unless allocation succeeds.
13585
13586 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
13587 for sizes. Check for string overflow more accurately.
13588 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
13589
13590 * macros.c: Integer and buffer overflow fixes.
13591 * keyboard.h (struct keyboard.kbd_macro_bufsize):
13592 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
13593 Use ptrdiff_t, not int, for sizes.
13594 Don't increment bufsize until after realloc succeeds.
13595 Check for size-calculation overflow.
13596 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
13597
13598 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
13599
13600 * lread.c: Integer overflow fixes.
13601 (read_integer): Radix is now EMACS_INT, not int,
13602 to improve quality of diagnostics for out-of-range radices.
13603 Calculate buffer size correctly for out-of-range radices.
13604 (read1): Check for integer overflow in radices, and in
13605 read-circle numbers.
13606 (read_escape): Avoid int overflow.
13607 (Fload, openp, read_buffer_size, read1)
13608 (substitute_object_recurse, read_vector, read_list, map_obarray):
13609 Use ptrdiff_t, not int, for sizes.
13610 (read1): Use EMACS_INT, not int, for sizes.
13611 Check for size overflow.
13612
13613 * image.c (cache_image): Check for size arithmetic overflow.
13614
13615 * lread.c: Integer overflow issues.
13616 (saved_doc_string_size, saved_doc_string_length)
13617 (prev_saved_doc_string_size, prev_saved_doc_string_length):
13618 Now ptrdiff_t, not int.
13619 (read1): Don't assume doc string length fits in int. Check for
13620 out-of-range doc string lengths.
13621 (read_list): Don't assume file position fits in int.
13622 (read_escape): Check for hex character overflow.
13623
13624 2011-06-22 Leo Liu <sdl.web@gmail.com>
13625
13626 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
13627 Move to minibuffer.el.
13628
13629 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
13630
13631 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
13632 The following patches are for when GLYPH_DEBUG && !XASSERT.
13633 * dispextern.h (trace_redisplay_p, dump_glyph_string):
13634 * dispnew.c (flush_stdout):
13635 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
13636 Mark as externally visible.
13637 * dispnew.c (check_window_matrix_pointers): Now static.
13638 * dispnew.c (window_to_frame_vpos):
13639 * xfns.c (unwind_create_frame):
13640 * xterm.c (x_check_font): Remove unused local.
13641 * scroll.c (CHECK_BOUNDS):
13642 * xfaces.c (cache_fache): Rename local to avoid shadowing.
13643 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
13644 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
13645 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
13646 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
13647 Now static.
13648 (debug_method_add): Use va_list and vsprintf rather than relying
13649 on undefined behavior with wrong number of arguments.
13650 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
13651 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
13652 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
13653 since we're not interested in debugging glyphs with old libraries.
13654 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
13655 GCC 4.6.0's static checking.
13656
13657 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
13658
13659 Integer overflow and signedness fixes (Bug#8873).
13660 A few related buffer overrun fixes, too.
13661
13662 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
13663
13664 * dispextern.h (struct face.stipple):
13665 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
13666 (x_bitmap_mask, x_allocate_bitmap_record)
13667 (x_create_bitmap_from_data, x_create_bitmap_from_file)
13668 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
13669 (x_create_bitmap_from_xpm_data):
13670 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
13671 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
13672 (.bitmaps_last):
13673 * xfaces.c (load_pixmap):
13674 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
13675 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
13676 (.bitmaps_last, struct x_output.icon_bitmap):
13677 Use ptrdiff_t, not int, for bitmap indexes.
13678 (x_allocate_bitmap_record): Check for size overflow.
13679 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
13680
13681 Use ptrdiff_t, not int, for overlay counts.
13682 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
13683 * editfns.c (overlays_around, get_pos_property):
13684 * textprop.c (get_char_property_and_overlay):
13685 * xdisp.c (next_overlay_change, note_mouse_highlight):
13686 * xfaces.c (face_at_buffer_position):
13687 * buffer.c (OVERLAY_COUNT_MAX): New macro.
13688 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
13689 (Fnext_overlay_change, Fprevious_overlay_change)
13690 (mouse_face_overlay_overlaps, Foverlays_in):
13691 Use ptrdiff_t, not int, for sizes.
13692 (overlays_at, overlays_in): Check for size-calculation overflow.
13693
13694 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
13695
13696 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
13697 (x_session_initialize): Do not assume string length fits in int.
13698
13699 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
13700 This is unlikely, but can occur if DPI is outlandish.
13701
13702 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
13703 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
13704
13705 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
13706 * xrdb.c (magic_file_p, search_magic_path):
13707 Omit last arg SUFFIX; it was always 0. All callers changed.
13708 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
13709
13710 * xfont.c (xfont_match): Avoid need for strlen.
13711
13712 * xfns.c: Don't assume strlen fits in int.
13713 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
13714
13715 * xdisp.c (message_log_check_duplicate): Return intmax_t,
13716 not unsigned long, as we prefer signed integers. All callers changed.
13717 Detect integer overflow in repeat count.
13718 (message_dolog): Don't assume print length fits in 39 bytes.
13719 (display_mode_element): Don't assume strlen fits in int.
13720
13721 * termcap.c: Don't assume sizes fit in int and never overflow.
13722 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
13723 (gobble_line): Check for size-calculation overflow.
13724
13725 * minibuf.c (Fread_buffer):
13726 * lread.c (intern, intern_c_string):
13727 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
13728 Don't assume string length fits in int.
13729
13730 * keyboard.c (parse_tool_bar_item):
13731 * gtkutil.c (style_changed_cb): Avoid need for strlen.
13732
13733 * font.c: Don't assume string length fits in int.
13734 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
13735 Use ptrdiff_t, not int.
13736 (font_intern_prop): Don't assume string length fits in int.
13737 Don't assume integer property fits in fixnum.
13738 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
13739
13740 * filelock.c: Fix some buffer overrun and integer overflow issues.
13741 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
13742 Reformulate so as not to need the command string.
13743 Invoke gzip -cd rather than gunzip, as it's more portable.
13744 (lock_info_type, lock_file_1, lock_file):
13745 Don't assume pid_t and time_t fit in unsigned long.
13746 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
13747 (current_lock_owner): Prefer signed type for sizes.
13748 Use memcpy, not strncpy, where memcpy is what is really wanted.
13749 Don't assume (via atoi) that time_t and pid_t fit in int.
13750 Check for time_t and/or pid_t out of range, e.g., via a network share.
13751 Don't alloca where an auto var works fine.
13752
13753 * fileio.c: Fix some integer overflow issues.
13754 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
13755 Don't assume string length fits in int.
13756 (directory_file_name): Don't assume string length fits in long.
13757 (make_temp_name): Don't assume pid fits in int, or that its print
13758 length is less than 20.
13759
13760 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
13761
13762 * coding.c (make_subsidiaries): Don't assume string length fits in int.
13763
13764 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
13765
13766 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
13767 We prefer signed integers, even for size calculations.
13768
13769 * emacs.c: Don't assume string length fits in 'int'.
13770 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
13771 (main): Don't invoke strlen when not needed.
13772
13773 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
13774 (XD_DEBUG_MESSAGE): Don't waste a byte.
13775
13776 * callproc.c (getenv_internal_1, getenv_internal)
13777 (Fgetenv_internal):
13778 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
13779
13780 * lread.c (invalid_syntax): Omit length argument.
13781 All uses changed. This doesn't fix a bug, but it simplifies the
13782 code away from its former Hollerith-constant appearance, and it's
13783 one less 'int' to worry about when looking at integer-overflow issues.
13784 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
13785
13786 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
13787 This didn't break anything, but it didn't help either.
13788 It's confusing to put a bogus integer in a place where the actual
13789 value does not matter.
13790 (LIST_END_P): Remove unused macro and its bogus comment.
13791 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
13792
13793 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
13794 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
13795 implementation.
13796 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
13797 We prefer signed types, and the value cannot exceed the EMACS_INT
13798 range anyway (because otherwise the length would not be representable).
13799 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
13800 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
13801 This avoids a GCC warning when WIDE_EMACS_INT.
13802
13803 * indent.c (sane_tab_width): New function.
13804 (current_column, scan_for_column, Findent_to, position_indentation)
13805 (compute_motion): Use it. This is just for clarity.
13806 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
13807
13808 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
13809
13810 * lisp.h (lint_assume): New macro.
13811 * composite.c (composition_gstring_put_cache):
13812 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
13813
13814 * editfns.c, insdel.c:
13815 Omit unnecessary forward decls, to simplify future changes.
13816
13817 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
13818
13819 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
13820
13821 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
13822 Use much-faster test for byte-length change.
13823 Don't assume string byte-length fits in 'int'.
13824 Check that character arg fits in 'int'.
13825 (mapcar1): Declare byte as byte, for clarity.
13826
13827 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
13828
13829 * fns.c (concat): Catch string overflow earlier.
13830 Do not rely on integer wraparound.
13831
13832 * dispextern.h (struct it.overlay_strings_charpos)
13833 (struct it.selective): Now EMACS_INT, not int.
13834 * xdisp.c (forward_to_next_line_start)
13835 (back_to_previous_visible_line_start)
13836 (reseat_at_next_visible_line_start, next_element_from_buffer):
13837 Don't arbitrarily truncate the value of 'selective' to int.
13838
13839 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
13840
13841 * composite.c: Don't truncate sizes to 'int'.
13842 (composition_gstring_p, composition_reseat_it)
13843 (composition_adjust_point): Use EMACS_INT, not int.
13844 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
13845 not EMACS_UINT, for indexes.
13846
13847 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
13848
13849 * buffer.c: Include <verify.h>.
13850 (struct sortvec.priority, struct sortstr.priority):
13851 Now EMACS_INT, not int.
13852 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
13853 (struct sortstr.size, record_overlay_string)
13854 (struct sortstrlist.size, struct sortlist.used):
13855 Don't truncate size to int.
13856 (record_overlay_string): Check for size-calculation overflow.
13857 (init_buffer_once): Check at compile-time, not run-time.
13858
13859 2011-06-22 Jim Meyering <meyering@redhat.com>
13860
13861 Don't leak an XBM-image-sized buffer
13862 * image.c (xbm_load): Free the image buffer after using it.
13863
13864 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
13865
13866 Port to Sun C.
13867 * composite.c (find_automatic_composition): Omit needless 'return 0;'
13868 that Sun C diagnosed.
13869 * fns.c (secure_hash): Fix pointer signedness issue.
13870 * intervals.c (static_offset_intervals): New function.
13871 (offset_intervals): Use it.
13872
13873 2011-06-21 Leo Liu <sdl.web@gmail.com>
13874
13875 * deps.mk (fns.o):
13876 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
13877 sha512.h.
13878
13879 * fns.c (secure_hash): Rename from crypto_hash_function and change
13880 the first arg to accept symbols.
13881 (Fsecure_hash): New primitive.
13882 (syms_of_fns): New symbols.
13883
13884 2011-06-20 Deniz Dogan <deniz@dogan.se>
13885
13886 * process.c (Fset_process_buffer): Clarify return value in
13887 docstring.
13888
13889 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
13890
13891 * dispnew.c (add_window_display_history): Use BVAR.
13892
13893 * xdisp.c (debug_method_add): Use BVAR.
13894 (check_window_end, dump_glyph_matrix, dump_glyph)
13895 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
13896
13897 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
13898 Likewise.
13899
13900 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
13901 check till after the cache is created in init_frame_faces.
13902
13903 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13904
13905 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
13906
13907 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
13908
13909 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
13910 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
13911 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
13912
13913 Improve buffer-overflow checking (Bug#8873).
13914 * fileio.c (Finsert_file_contents):
13915 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
13916 Remove the old (too-loose) buffer overflow checks.
13917 They weren't needed, since make_gap checks for buffer overflow.
13918 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
13919 The old code merely checked for Emacs fixnum overflow, and relied
13920 on undefined (wraparound) behavior. The new code avoids undefined
13921 behavior, and also checks for ptrdiff_t and/or size_t overflow.
13922
13923 * editfns.c (Finsert_char): Don't dump core with very negative counts.
13924 Tune. Don't use wider integers than needed. Don't use alloca.
13925 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
13926
13927 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
13928
13929 * insdel.c, lisp.h (buffer_overflow): New function.
13930 (insert_from_buffer_1, replace_range, replace_range_2):
13931 * insdel.c (make_gap_larger):
13932 * editfns.c (Finsert_char):
13933 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
13934
13935 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
13936
13937 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
13938
13939 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
13940
13941 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
13942 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
13943
13944 * fileio.c: Don't assume EMACS_INT fits in off_t.
13945 (emacs_lseek): New static function.
13946 (Finsert_file_contents, Fwrite_region): Use it.
13947 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
13948
13949 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
13950
13951 * fns.c: Don't overflow int when computing a list length.
13952 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
13953 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
13954 truncation on 64-bit hosts. Check for QUIT every
13955 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
13956 faster and is responsive enough.
13957 (Flength): Report an error instead of overflowing an integer.
13958 (Fsafe_length): Return a float if the value is not representable
13959 as a fixnum. This shouldn't happen except in contrived situations.
13960 (Fnthcdr, Fsort): Don't assume list length fits in int.
13961 (Fcopy_sequence): Don't assume vector length fits in int.
13962
13963 * alloc.c: Check that resized vectors' lengths fit in fixnums.
13964 (header_size, word_size): New constants.
13965 (allocate_vectorlike): Don't check size overflow here.
13966 (allocate_vector): Check it here instead, since this is the only
13967 caller of allocate_vectorlike that could cause overflow.
13968 Check that the new vector's length is representable as a fixnum.
13969
13970 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
13971 The previous code was bogus. For example, next_almost_prime (32)
13972 returned 39, which is undesirable as it is a multiple of 3; and
13973 next_almost_prime (24) returned 25, which is a multiple of 5 so
13974 why was the code bothering to check for multiples of 7?
13975
13976 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
13977
13978 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
13979
13980 Variadic C functions now count arguments with ptrdiff_t.
13981 This partly undoes my 2011-03-30 change, which replaced int with size_t.
13982 Back then I didn't know that the Emacs coding style prefers signed int.
13983 Also, in the meantime I found a few more instances where arguments
13984 were being counted with int, which may truncate counts on 64-bit
13985 machines, or EMACS_INT, which may be unnecessarily wide.
13986 * lisp.h (struct Lisp_Subr.function.aMANY)
13987 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
13988 Arg counts are now ptrdiff_t, not size_t.
13989 All variadic functions and their callers changed accordingly.
13990 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
13991 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
13992 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
13993 * callint.c (Fcall_interactively): Check arg count for overflow,
13994 to avoid potential buffer overrun. Use signed char, not 'int',
13995 for 'varies' array, so that we needn't bother to check its size
13996 calculation for overflow.
13997 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
13998 * eval.c (apply_lambda):
13999 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
14000 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
14001 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
14002
14003 * callint.c (Fcall_interactively): Don't use index var as event count.
14004
14005 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
14006 * mem-limits.h (SIZE): Remove; no longer used.
14007
14008 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
14009
14010 Remove unnecessary casts.
14011 * xterm.c (x_term_init):
14012 * xfns.c (x_set_border_pixel):
14013 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
14014 These aren't needed now that we assume ANSI C.
14015
14016 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
14017 It's more likely to cause problems (due to unsigned overflow)
14018 than to cure them.
14019
14020 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
14021
14022 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
14023
14024 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
14025
14026 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
14027
14028 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
14029
14030 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
14031
14032 GLYPH_CODE_FACE returns EMACS_INT, not int.
14033 * dispextern.h (merge_faces):
14034 * xfaces.c (merge_faces):
14035 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14036 Don't assume EMACS_INT fits in int.
14037
14038 * character.h (CHAR_VALID_P): Remove unused parameter.
14039 * fontset.c, lisp.h, xdisp.c: All uses changed.
14040
14041 * editfns.c (Ftranslate_region_internal): Omit redundant test.
14042
14043 * fns.c (concat): Minor tuning based on overflow analysis.
14044 This doesn't fix any bugs. Use int to hold character, instead
14045 of constantly refetching from Emacs object. Use XFASTINT, not
14046 XINT, for value known to be a character. Don't bother comparing
14047 a single byte to 0400, as it's always less.
14048
14049 * floatfns.c (Fexpt):
14050 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
14051
14052 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
14053 for characters.
14054
14055 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
14056
14057 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
14058 Without this fix, on a 64-bit host (aset S 0 4294967386) would
14059 incorrectly succeed when S was a string, because 4294967386 was
14060 truncated before it was used.
14061
14062 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
14063 Otherwise, an out-of-range integer could cause undefined behavior
14064 on a 64-bit host.
14065
14066 * composite.c: Use int, not EMACS_INT, for characters.
14067 (fill_gstring_body, composition_compute_stop_pos): Use int, not
14068 EMACS_INT, for values that are known to be in character range.
14069 This doesn't fix any bugs but is the usual style inside Emacs and
14070 may generate better code on 32-bit machines.
14071
14072 Make sure a 64-bit char is never passed to ENCODE_CHAR.
14073 This is for reasons similar to the recent CHAR_STRING fix.
14074 * charset.c (Fencode_char): Check that character arg is actually
14075 a character. Pass an int to ENCODE_CHAR.
14076 * charset.h (ENCODE_CHAR): Verify that the character argument is no
14077 wider than 'int', as a compile-time check to prevent future regressions
14078 in this area.
14079
14080 * character.c (char_string): Remove unnecessary casts.
14081
14082 Make sure a 64-bit char is never passed to CHAR_STRING.
14083 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
14084 by silently ignoring the top 32 bits, allowing some values
14085 that were far too large to be valid characters.
14086 * character.h: Include <verify.h>.
14087 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
14088 arguments are no wider than unsigned, as a compile-time check
14089 to prevent future regressions in this area.
14090 * data.c (Faset):
14091 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
14092 (Fsubst_char_in_region):
14093 * fns.c (concat):
14094 * xdisp.c (decode_mode_spec_coding):
14095 Adjust to CHAR_STRING's new requirement.
14096 * editfns.c (Finsert_char, Fsubst_char_in_region):
14097 * fns.c (concat): Check that character args are actually
14098 characters. Without this test, these functions did the wrong
14099 thing with wildly out-of-range values on 64-bit hosts.
14100
14101 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
14102 These casts should not be needed on 32-bit hosts, either.
14103 * keyboard.c (read_char):
14104 * lread.c (Fload): Remove casts to unsigned.
14105
14106 * lisp.h (UNSIGNED_CMP): New macro.
14107 This fixes comparison bugs on 64-bit hosts.
14108 (ASCII_CHAR_P): Use it.
14109 * casefiddle.c (casify_object):
14110 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
14111 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
14112 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
14113 * dispextern.h (FACE_FROM_ID):
14114 * keyboard.c (read_char): Use UNSIGNED_CMP.
14115
14116 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
14117 not to EMACS_INT, to avoid GCC warning.
14118
14119 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
14120
14121 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
14122 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
14123 isn't needed on 32-bit machines.
14124
14125 * buffer.c (Fgenerate_new_buffer_name):
14126 Use EMACS_INT for count, not int.
14127 (advance_to_char_boundary): Return EMACS_INT, not int.
14128
14129 * data.c (Qcompiled_function): Now static.
14130
14131 * window.c (window_body_lines): Now static.
14132
14133 * image.c (gif_load): Rename local to avoid shadowing.
14134
14135 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
14136 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
14137 * alloc.c (make_save_value): Integer argument is now of type
14138 ptrdiff_t, not int.
14139 (mark_object): Use ptrdiff_t, not int.
14140 * lisp.h (pD): New macro.
14141 * print.c (print_object): Use it.
14142
14143 * alloc.c: Use EMACS_INT, not int, to count objects.
14144 (total_conses, total_markers, total_symbols, total_vector_size)
14145 (total_free_conses, total_free_markers, total_free_symbols)
14146 (total_free_floats, total_floats, total_free_intervals)
14147 (total_intervals, total_strings, total_free_strings):
14148 Now EMACS_INT, not int. All uses changed.
14149 (Fgarbage_collect): Compute overall total using a double, so that
14150 integer overflow is less likely to be a problem. Check for overflow
14151 when converting back to an integer.
14152 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
14153 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
14154 These were 'int' variables that could overflow on 64-bit hosts;
14155 they were never used, so remove them instead of repairing them.
14156 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
14157 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
14158 Previously, this ceilinged at INT_MAX, but that doesn't work on
14159 64-bit machines.
14160 (allocate_pseudovector): Don't use EMACS_INT when int would do.
14161
14162 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
14163 (allocate_vectorlike): Check for ptrdiff_t overflow.
14164 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
14165 when a (possibly-narrower) signed value would do just as well.
14166 We prefer using signed arithmetic, to avoid comparison confusion.
14167
14168 * alloc.c: Catch some string size overflows that we were missing.
14169 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
14170 for convenience in STRING_BYTES_MAX.
14171 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
14172 The definition here is exact; the one in lisp.h was approximate.
14173 (allocate_string_data): Check for string overflow. This catches
14174 some instances we weren't catching before. Also, it catches
14175 size_t overflow on (unusual) hosts where SIZE_MAX <= min
14176 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
14177 and ptrdiff_t and EMACS_INT are both 64 bits.
14178
14179 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
14180 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
14181 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
14182
14183 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
14184
14185 * alloc.c (Fmake_string): Check for out-of-range init.
14186
14187 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
14190
14191 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
14192
14193 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
14194 xg_get_default_scrollbar_width.
14195
14196 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
14197 (int_gtk_range_get_value): Move to the scroll bar part of the file.
14198 (style_changed_cb): Call update_theme_scrollbar_width and call
14199 x_set_scroll_bar_default_width and xg_frame_set_char_size for
14200 all frames (Bug#8505).
14201 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
14202 Call gtk_window_set_resizable if HAVE_GTK3.
14203 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
14204 and height if HAVE_GTK3 (Bug#8505).
14205 (scroll_bar_width_for_theme): New variable.
14206 (update_theme_scrollbar_width): New function.
14207 (xg_get_default_scrollbar_width): Move code to
14208 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
14209 (xg_initialize): Call update_theme_scrollbar_width.
14210
14211 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
14212
14213 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
14214
14215 2011-06-12 Martin Rudalics <rudalics@gmx.at>
14216
14217 * frame.c (make_frame): Call other_buffer_safely instead of
14218 other_buffer.
14219
14220 * window.c (temp_output_buffer_show): Call display_buffer with
14221 second argument Vtemp_buffer_show_specifiers and reset latter
14222 immediately after the call.
14223 (Vtemp_buffer_show_specifiers): New variable.
14224 (auto_window_vscroll_p, next_screen_context_lines)
14225 (Vscroll_preserve_screen_position): Remove leading asterisks from
14226 doc-strings.
14227
14228 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
14229
14230 Fix minor problems found by GCC 4.6.0 static checking.
14231 * buffer.c (Qclone_number): Remove for now, as it's unused.
14232 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
14233 (record_buffer): Remove unused local.
14234 * frame.c (other_visible_frames, frame_buffer_list): Now static.
14235 (set_frame_buffer_list): Remove; unused.
14236 * frame.h (other_visible_frames): Remove decl.
14237 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
14238 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
14239 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
14240 if HAVE_GPM.
14241 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
14242 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
14243 Define only if HAVE_GPM.
14244 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
14245 (update_hints_inhibit): Remove; never set. All uses removed.
14246 * widgetprv.h (emacsFrameClassRec): Remove decl.
14247 * window.c (delete_deletable_window): Now returns void, since it
14248 wasn't returning anything.
14249 (compare_window_configurations): Remove unused locals.
14250 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
14251 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
14252 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
14253 the same widths as pointers. This follows up on the 2011-05-06 patch.
14254 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
14255 * xterm.h: Likewise.
14256 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
14257
14258 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
14259
14260 * makefile.w32-in: Update dependencies.
14261 (LISP_H): Add lib/intprops.h.
14262
14263 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
14264
14265 * image.c (gif_load): Add animation frame delay to the metadata.
14266 (syms_of_image): Use DEFSYM. New symbol `delay'.
14267
14268 2011-06-11 Martin Rudalics <rudalics@gmx.at>
14269
14270 * window.c (delete_deletable_window): Re-add.
14271 (Fset_window_configuration): Rewrite to handle dead buffers and
14272 consequently deletable windows.
14273 (window_tree, Fwindow_tree): Remove. Supply functionality in
14274 window.el.
14275 (compare_window_configurations): Simplify code.
14276
14277 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
14278
14279 * image.c (imagemagick_load_image): Fix type mismatch.
14280 (Fimagemagick_types): Likewise.
14281
14282 * window.h (replace_buffer_in_windows): Declare.
14283
14284 2011-06-11 Martin Rudalics <rudalics@gmx.at>
14285
14286 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
14287 Qclone_number. Remove external declaration of Qdelete_window.
14288 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
14289 code.
14290 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
14291 Run Qbuffer_list_update_hook if allowed.
14292 (Fother_buffer): Rewrite doc-string. Major rewrite for new
14293 buffer list implementation.
14294 (other_buffer_safely): New function.
14295 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
14296 calls to replace_buffer_in_windows and
14297 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
14298 if allowed.
14299 (record_buffer): Inhibit quitting and rewrite using quittable
14300 functions. Run Qbuffer_list_update_hook if allowed.
14301 (Frecord_buffer, Funrecord_buffer): New functions.
14302 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
14303 Move switch-to-buffer to window.el.
14304 (bury-buffer): Move to window.el.
14305 (Vbuffer_list_update_hook): New variable.
14306
14307 * lisp.h (other_buffer_safely): Add prototype in buffer.c
14308 section.
14309
14310 * window.h (resize_frame_windows): Move up in code.
14311 (Fwindow_frame): Remove EXFUN.
14312 (replace_buffer_in_all_windows): Remove prototype.
14313 (replace_buffer_in_windows_safely): Add prototype.
14314
14315 * window.c: Declare Qdelete_window static again. Move down
14316 declaration of select_count.
14317 (Fnext_window, Fprevious_window): Rewrite doc-strings.
14318 (Fother_window): Move to window.el.
14319 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
14320 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
14321 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
14322 window.el.
14323 (replace_buffer_in_windows): Implement by calling
14324 Qreplace_buffer_in_windows.
14325 (replace_buffer_in_all_windows): Remove with some functionality
14326 moved into replace_buffer_in_windows_safely.
14327 (replace_buffer_in_windows_safely): New function.
14328 (select_window_norecord, select_frame_norecord): Move in front
14329 of run_window_configuration_change_hook. Remove now obsolete
14330 declarations.
14331 (Fset_window_buffer): Rewrite doc-string.
14332 Call Qrecord_window_buffer.
14333 (keys_of_window): Move binding for other-window to window.el.
14334
14335 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
14336
14337 * dispextern.h (struct image): Replace data member, whose int_val
14338 and ptr_val fields were not used by anything, with a single
14339 lisp_val object.
14340
14341 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
14342 (gif_clear_image, gif_load, imagemagick_load_image)
14343 (gs_clear_image, gs_load): Callers changed.
14344
14345 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
14346
14347 * buffer.h: Include <time.h>, for time_t.
14348 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
14349
14350 Fix minor problems found by static checking.
14351
14352 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
14353
14354 Make identifiers static if they are not used in other modules.
14355 * data.c (Qcompiled_function, Qframe, Qvector):
14356 * image.c (QimageMagick, Qsvg):
14357 * minibuf.c (Qmetadata):
14358 * window.c (resize_window_check, resize_root_window): Now static.
14359 * window.h (resize_window_check, resize_root_window): Remove decls.
14360
14361 * window.c (window_deletion_count, delete_deletable_window):
14362 Remove; unused.
14363 (window_body_lines): Now static.
14364 (Fdelete_other_windows_internal): Mark vars as initialized.
14365 Make sure 'resize_failed' is initialized.
14366 (run_window_configuration_change_hook): Rename local to avoid shadowing.
14367 (resize_window_apply): Remove unused local.
14368 * window.h (delete_deletable_window): Remove decl.
14369
14370 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
14371 (imagemagick_load_image): Fix pointer signedness problem by changing
14372 last arg from unsigned char * to char *. All uses changed.
14373 Also, fix a local for similar reasons.
14374 Remove unused locals. Remove locals to avoid shadowing.
14375 (fn_rsvg_handle_free): Remove; unused.
14376 (svg_load, svg_load_image): Fix pointer signedness problem.
14377 (imagemagick_load_image): Don't use garbage pointer image_wand.
14378
14379 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
14380
14381 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
14382
14383 * image.c (gif_load): Fix omitted cast error introduced by
14384 2011-06-06 change.
14385
14386 2011-06-10 Martin Rudalics <rudalics@gmx.at>
14387
14388 * window.h (resize_proportionally, orig_total_lines)
14389 (orig_top_line): Remove from window structure.
14390 (set_window_height, set_window_width, change_window_heights)
14391 (Fdelete_window): Remove prototypes.
14392 (resize_frame_windows): Remove duplicate declaration.
14393
14394 2011-06-10 Eli Zaretskii <eliz@gnu.org>
14395
14396 * window.h (resize_frame_windows, resize_window_check)
14397 (delete_deletable_window, resize_root_window)
14398 (resize_frame_windows): Declare prototypes.
14399
14400 * window.c (resize_window_apply): Make definition be "static" to
14401 match the prototype.
14402
14403 2011-06-10 Martin Rudalics <rudalics@gmx.at>
14404
14405 * window.c: Remove declarations of Qwindow_size_fixed,
14406 window_min_size_1, window_min_size_2, window_min_size,
14407 size_window, window_fixed_size_p, enlarge_window, delete_window.
14408 Remove static from declaration of Qdelete_window, it's
14409 temporarily needed by Fbury_buffer.
14410 (replace_window): Don't assign orig_top_line and
14411 orig_total_lines.
14412 (Fdelete_window, delete_window): Remove. Window deletion is
14413 handled by window.el.
14414 (window_loop): Remove DELETE_OTHER_WINDOWS case.
14415 Replace Fdelete_window calls with calls to Qdelete_window.
14416 (Fdelete_other_windows): Remove. Deleting other windows is
14417 handled by window.el.
14418 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
14419 handled in window.el.
14420 (window_min_size_2, window_min_size_1, window_min_size): Remove.
14421 Window minimum sizes are handled in window.el.
14422 (shrink_windows, size_window, set_window_height)
14423 (set_window_width, change_window_heights, window_height)
14424 (window_width, CURBEG, CURSIZE, enlarge_window)
14425 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
14426 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
14427 handled in window.el.
14428 (make_dummy_parent): Rename to make_parent_window and give it a
14429 second argument horflag.
14430 (make_window): Don't set resize_proportionally any more.
14431 (Fsplit_window): Remove. Windows are split in window.el.
14432 (save_restore_action, save_restore_orig_size)
14433 (shrink_window_lowest_first, save_restore_orig_size): Remove.
14434 Resize mini windows in window.el.
14435 (grow_mini_window, shrink_mini_window): Implement by calling
14436 Qresize_root_window_vertically, resize_window_check and
14437 resize_window_apply.
14438 (saved_window, Fset_window_configuration, save_window_save):
14439 Do not handle orig_top_line, orig_total_lines, and
14440 resize_proportionally.
14441 (window_min_height, window_min_width): Move to window.el.
14442 (keys_of_window): Move bindings for delete-other-windows,
14443 split-window, delete-window and enlarge-window to window.el.
14444
14445 * buffer.c: Temporarily extern Qdelete_window.
14446 (Fbury_buffer): Temporarily call Qdelete_window instead of
14447 Fdelete_window (Fbury_buffer will move to window.el soon).
14448
14449 * frame.c (set_menu_bar_lines_1): Remove code handling
14450 orig_top_line and orig_total_lines.
14451
14452 * dispnew.c (adjust_frame_glyphs_initially): Don't use
14453 set_window_height but set heights directly.
14454 (change_frame_size_1): Use resize_frame_windows.
14455
14456 * xdisp.c (init_xdisp): Don't use set_window_height but set
14457 heights directly.
14458
14459 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
14460 Use resize_frame_windows instead of change_window_heights and run
14461 run_window_configuration_change_hook.
14462
14463 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
14464 instead of change_window_heights and run
14465 run_window_configuration_change_hook.
14466
14467 2011-06-09 Martin Rudalics <rudalics@gmx.at>
14468
14469 * window.c (replace_window): Rename second argument REPLACEMENT to
14470 NEW. New third argument SETFLAG. Rewrite.
14471 (delete_window, make_dummy_parent): Call replace_window with
14472 third argument 1.
14473 (window_list_1): Move down in code.
14474 (run_window_configuration_change_hook): Move set_buffer part
14475 before select_frame_norecord part in order to unwind correctly.
14476 Rename count1 to count.
14477 (recombine_windows, delete_deletable_window, resize_root_window)
14478 (Fdelete_other_windows_internal)
14479 (Frun_window_configuration_change_hook, make_parent_window)
14480 (resize_window_check, resize_window_apply, Fresize_window_apply)
14481 (resize_frame_windows, Fsplit_window_internal)
14482 (Fdelete_window_internal, Fresize_mini_window_internal):
14483 New functions.
14484 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
14485
14486 2011-06-08 Martin Rudalics <rudalics@gmx.at>
14487
14488 * window.h (window): Add some new members to window structure -
14489 normal_lines, normal_cols, new_total, new_normal, clone_number,
14490 splits, nest, prev_buffers, next_buffers.
14491 (WINDOW_TOTAL_SIZE): Move here from window.c.
14492 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
14493
14494 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
14495 Remove.
14496 (make_dummy_parent): Set new members of windows structure.
14497 (make_window): Move down in code. Handle new members of window
14498 structure.
14499 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
14500 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
14501 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
14502 (Fset_window_prev_buffers, Fwindow_next_buffers)
14503 (Fset_window_next_buffers, Fset_window_clone_number):
14504 New functions.
14505 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
14506 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
14507 Doc-string fixes.
14508 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
14509 Argument WINDOW can be now internal window too.
14510 (Fwindow_use_time): Move up in code.
14511 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
14512 Rewrite doc-string.
14513 (Fset_window_configuration, saved_window)
14514 (Fcurrent_window_configuration, save_window_save): Handle new
14515 members of window structure.
14516 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
14517 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
14518 (syms_of_window): New Lisp objects Qrecord_window_buffer,
14519 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
14520 Qget_mru_window, Qresize_root_window,
14521 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
14522 Qauto_buffer_name; staticpro them.
14523
14524 2011-06-07 Martin Rudalics <rudalics@gmx.at>
14525
14526 * window.c (Fwindow_total_size, Fwindow_left_column)
14527 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
14528 (Fwindow_list_1): New functions.
14529 (window_box_text_cols): Replace with window_body_cols.
14530 (Fwindow_width, Fscroll_left, Fscroll_right):
14531 Use window_body_cols instead of window_box_text_cols.
14532 (delete_window, Fset_window_configuration):
14533 Call delete_all_subwindows with window as argument.
14534 (delete_all_subwindows): Take a window as argument and not a
14535 structure. Rewrite.
14536 (window_loop): Remove handling of GET_LRU_WINDOW and
14537 GET_LARGEST_WINDOW.
14538 (Fget_lru_window, Fget_largest_window): Move to window.el.
14539
14540 * window.h: Extern window_body_cols instead of
14541 window_box_text_cols. delete_all_subwindows now takes a
14542 Lisp_Object as argument.
14543
14544 * indent.c (compute_motion, Fcompute_motion):
14545 Use window_body_cols instead of window_box_text_cols.
14546
14547 * frame.c (delete_frame): Call delete_all_subwindows with root
14548 window as argument.
14549
14550 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
14551
14552 * fns.c (Fputhash): Document return value.
14553
14554 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
14555
14556 * image.c (gif_load): Implement gif89a spec "no disposal" method.
14557
14558 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
14559
14560 Cons<->int and similar integer overflow fixes (Bug#8794).
14561
14562 Check for overflow when converting integer to cons and back.
14563 * charset.c (Fdefine_charset_internal, Fdecode_char):
14564 Use cons_to_unsigned to catch overflow.
14565 (Fencode_char): Use INTEGER_TO_CONS.
14566 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
14567 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
14568 * data.c (long_to_cons, cons_to_long): Remove.
14569 (cons_to_unsigned, cons_to_signed): New functions.
14570 These signal an error for invalid or out-of-range values.
14571 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
14572 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
14573 * font.c (Ffont_variation_glyphs):
14574 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
14575 * lisp.h: Include <intprops.h>.
14576 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
14577 (cons_to_signed, cons_to_unsigned): New decls.
14578 (long_to_cons, cons_to_long): Remove decls.
14579 * undo.c (record_first_change): Use INTEGER_TO_CONS.
14580 (Fprimitive_undo): Use CONS_TO_INTEGER.
14581 * xfns.c (Fx_window_property): Likewise.
14582 * xselect.c: Include <limits.h>.
14583 (x_own_selection, selection_data_to_lisp_data):
14584 Use INTEGER_TO_CONS.
14585 (x_handle_selection_request, x_handle_selection_clear)
14586 (x_get_foreign_selection, Fx_disown_selection_internal)
14587 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
14588 (lisp_data_to_selection_data): Use cons_to_unsigned.
14589 (x_fill_property_data): Use cons_to_signed.
14590 Report values out of range.
14591
14592 Check for buffer and string overflow more precisely.
14593 * buffer.h (BUF_BYTES_MAX): New macro.
14594 * lisp.h (STRING_BYTES_MAX): New macro.
14595 * alloc.c (Fmake_string):
14596 * character.c (string_escape_byte8):
14597 * coding.c (coding_alloc_by_realloc):
14598 * doprnt.c (doprnt):
14599 * editfns.c (Fformat):
14600 * eval.c (verror):
14601 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
14602 since they may not be the same number.
14603 * editfns.c (Finsert_char):
14604 * fileio.c (Finsert_file_contents):
14605 Likewise for BUF_BYTES_MAX.
14606
14607 * image.c: Use ptrdiff_t, not int, for sizes.
14608 (slurp_file): Switch from int to ptrdiff_t.
14609 All uses changed.
14610 (slurp_file): Check that file size fits in both size_t (for
14611 malloc) and ptrdiff_t (for sanity and safety).
14612
14613 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
14614 if b->modtime has its maximal value.
14615
14616 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
14617
14618 Don't assume time_t can fit into int.
14619 * buffer.h (struct buffer.modtime): Now time_t, not int.
14620 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
14621 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
14622
14623 Minor fixes for signed vs unsigned integers.
14624 * character.h (MAYBE_UNIFY_CHAR):
14625 * charset.c (maybe_unify_char):
14626 * keyboard.c (read_char, reorder_modifiers):
14627 XINT -> XFASTINT, since the integer must be nonnegative.
14628 * ftfont.c (ftfont_spec_pattern):
14629 * keymap.c (access_keymap, silly_event_symbol_error):
14630 XUINT -> XFASTINT, since the integer must be nonnegative.
14631 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
14632 since it makes no difference and we prefer signed.
14633 * keyboard.c (record_char): Use XUINT when all the neighbors do.
14634 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
14635 nonnegative.
14636
14637 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 * window.h (Fwindow_frame): Declare.
14640
14641 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
14642
14643 * alloc.c: Simplify handling of large-request failures (Bug#8800).
14644 (SPARE_MEMORY): Always define.
14645 (LARGE_REQUEST): Remove.
14646 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
14647
14648 2011-06-06 Martin Rudalics <rudalics@gmx.at>
14649
14650 * lisp.h: Move EXFUNS for Fframe_root_window,
14651 Fframe_first_window and Fset_frame_selected_window to window.h.
14652
14653 * window.h: Move EXFUNS for Fframe_root_window,
14654 Fframe_first_window and Fset_frame_selected_window here from
14655 lisp.h.
14656
14657 * frame.c (Fwindow_frame, Fframe_first_window)
14658 (Fframe_root_window, Fframe_selected_window)
14659 (Fset_frame_selected_window): Move to window.c.
14660 (Factive_minibuffer_window): Move to minibuf.c.
14661 (Fother_visible_frames_p): New function.
14662
14663 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
14664
14665 * window.c (decode_window, decode_any_window): Move up in code.
14666 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
14667 (inhibit_frame_unsplittable): Remove unused variable.
14668 (Fwindow_buffer): Move up and rewrite doc-string.
14669 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
14670 (Fwindow_prev): New functions.
14671 (Fwindow_frame): Move here from frame.c. Accept any window as
14672 argument.
14673 (Fframe_root_window, Fframe_first_window)
14674 (Fframe_selected_window): Move here from frame.c. Accept frame
14675 or arbitrary window as argument. Update doc-strings.
14676 (Fminibuffer_window): Move up in code.
14677 (Fwindow_minibuffer_p): Move up in code and simplify.
14678 (Fset_frame_selected_window): Move here from frame.c.
14679 Marginal rewrite.
14680 (Fselected_window, select_window, Fselect_window): Move up in
14681 code. Minor doc-string fixes.
14682
14683 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
14684
14685 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
14686 Do not assume that spare memory exists; that assumption is valid
14687 only if SYSTEM_MALLOC.
14688 (LARGE_REQUEST): New macro, so that the issue of large requests
14689 is separated from the issue of spare memory.
14690
14691 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
14692
14693 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
14694 format. (Bug#8806)
14695
14696 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
14697
14698 * xfns.c (x_set_scroll_bar_default_width): Move declarations
14699 before statements.
14700
14701 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
14702
14703 * gtkutil.c (xg_get_default_scrollbar_width): New function.
14704
14705 * gtkutil.h: Declare xg_get_default_scrollbar_width.
14706
14707 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
14708 min width by calling x_set_scroll_bar_default_width (Bug#8505).
14709
14710 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
14711
14712 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
14713
14714 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
14715
14716 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
14717 (x_clipboard_manager_save): Add return value.
14718 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
14719 New error handlers.
14720 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
14721 Obey Vx_select_enable_clipboard_manager. Catch errors in
14722 x_clipboard_manager_save (Bug#8779).
14723 (Vx_select_enable_clipboard_manager): New variable.
14724 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
14725
14726 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
14727
14728 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
14729
14730 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14731
14732 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
14733 in the current matrix if keep_current_p is non-zero.
14734
14735 2011-06-04 Eli Zaretskii <eliz@gnu.org>
14736
14737 * bidi.c (bidi_level_of_next_char): Fix last change.
14738
14739 2011-06-03 Eli Zaretskii <eliz@gnu.org>
14740
14741 Support bidi reordering of text covered by display properties.
14742
14743 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
14744 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
14745 (bidi_cache_search, bidi_cache_iterator_state)
14746 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
14747 (bidi_level_of_next_char, bidi_move_to_visually_next):
14748 Support character positions inside a run of characters covered by a
14749 display string.
14750 (bidi_paragraph_init, bidi_resolve_explicit_1)
14751 (bidi_level_of_next_char): Call bidi_fetch_char and
14752 bidi_fetch_char_advance instead of FETCH_CHAR and
14753 FETCH_CHAR_ADVANCE.
14754 (bidi_init_it): Initialize new members.
14755 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
14756 definitions.
14757 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
14758 instead of using explicit *_CHAR codes.
14759 (bidi_resolve_explicit, bidi_resolve_weak):
14760 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
14761 bidirectional text is supported only in multibyte buffers.
14762 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
14763 it to initialize the frame_window_p member of struct bidi_it.
14764 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
14765 (bidi_resolve_explicit, bidi_resolve_weak)
14766 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
14767 bidi_it->nchars is non-positive.
14768 (bidi_level_of_next_char): Don't try to lookup the cache for the
14769 next/previous character if nothing is cached there yet, or if we
14770 were just reseat()'ed to a new position.
14771
14772 * xdisp.c (set_cursor_from_row): Set start and stop points
14773 according to the row's direction when priming the loop that looks
14774 for the glyph on which to display cursor.
14775 (single_display_spec_intangible_p): Function deleted.
14776 (display_prop_intangible_p): Reimplement to call
14777 handle_display_spec instead of single_display_spec_intangible_p.
14778 Accept 3 additional arguments needed by handle_display_spec.
14779 This fixes incorrect cursor motion across display property with complex
14780 values: lists, `(when COND...)' forms, etc.
14781 (single_display_spec_string_p): Support property values that are
14782 lists with the argument STRING its top-level element.
14783 (display_prop_string_p): Fix the condition for processing a
14784 property that is a list to be consistent with handle_display_spec.
14785 (handle_display_spec): New function, refactored from the
14786 last portion of handle_display_prop.
14787 (compute_display_string_pos): Accept additional argument
14788 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
14789 value of a `display' property is a "replacing spec".
14790 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
14791 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
14792 the display property, but just return a value indicating whether
14793 the display property will replace the characters it covers.
14794 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
14795 frame_window_p members of struct bidi_it.
14796 (compute_display_string_pos, compute_display_string_end):
14797 New functions.
14798 (push_it): Accept second argument POSITION, where pop_it should
14799 jump to continue iteration.
14800 (reseat_1): Initialize bidi_it.disp_pos.
14801
14802 * keyboard.c (adjust_point_for_property): Adjust the call to
14803 display_prop_intangible_p to its new signature.
14804
14805 * dispextern.h (struct bidi_it): New member frame_window_p.
14806 (bidi_init_it): Update prototypes.
14807 (display_prop_intangible_p): Update prototype.
14808 (compute_display_string_pos, compute_display_string_end):
14809 Declare prototypes.
14810 (struct bidi_it): New members nchars and disp_pos. ch_len is now
14811 EMACS_INT.
14812
14813 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
14814
14815 Malloc failure behavior now depends on size of allocation.
14816 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
14817 * lisp.h: Change signatures accordingly.
14818 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
14819 All callers changed. (Bug#8762)
14820
14821 * gnutls.c: Use Emacs's memory allocators.
14822 Without this change, the gnutls library would invoke malloc etc.
14823 directly, which causes problems on non-SYNC_INPUT hosts, and which
14824 runs afoul of improving memory_full behavior. (Bug#8761)
14825 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
14826 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
14827 xfree instead of the default malloc, realloc, free.
14828 (Fgnutls_boot): No need to check for memory allocation failure,
14829 since xmalloc does that for us.
14830
14831 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
14832 * category.c (hash_get_category_set):
14833 * ccl.c (ccl_driver):
14834 * charset.c (Fdefine_charset_internal):
14835 * charset.h (struct charset.hash_index):
14836 * composite.c (get_composition_id, gstring_lookup_cache)
14837 (composition_gstring_put_cache):
14838 * composite.h (struct composition.hash_index):
14839 * dispextern.h (struct image.hash):
14840 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
14841 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
14842 (hashfn_equal, hashfn_user_defined, make_hash_table)
14843 (maybe_resize_hash_table, hash_lookup, hash_put)
14844 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
14845 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
14846 (Fsxhash, Fgethash, Fputhash, Fmaphash):
14847 * image.c (make_image, search_image_cache, lookup_image)
14848 (xpm_put_color_table_h):
14849 * lisp.h (struct Lisp_Hash_Table):
14850 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
14851 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
14852 for hashes and hash indexes, instead of 'unsigned' and 'int'.
14853 * alloc.c (allocate_vectorlike):
14854 Check for overflow in vector size calculations.
14855 * ccl.c (ccl_driver):
14856 Check for overflow when converting EMACS_INT to int.
14857 * fns.c, image.c: Remove unnecessary static decls that would otherwise
14858 need to be updated by these changes.
14859 * fns.c (make_hash_table, maybe_resize_hash_table):
14860 Check for integer overflow with large hash tables.
14861 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
14862 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
14863 (SXHASH_REDUCE): New macro.
14864 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
14865 Use it instead of discarding useful hash info with large hash values.
14866 (sxhash_float): New function.
14867 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
14868 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
14869 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
14870 Rewrite to use FIXNUM_BITS, as this simplifies things.
14871 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
14872 Adjust signatures to match updated version of code.
14873 (consing_since_gc): Now EMACS_INT, since a single hash table can
14874 use more than INT_MAX bytes.
14875
14876 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
14877
14878 Make it possible to build with GCC-4.6+ -O2 -flto.
14879
14880 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
14881
14882 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * minibuf.c (get_minibuffer, read_minibuf_unwind):
14885 Call minibuffer-inactive-mode.
14886
14887 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
14888
14889 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
14890 Update dependencies.
14891
14892 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14893
14894 * data.c (init_data): Remove code for UTS, this system is not
14895 supported anymore.
14896
14897 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14898
14899 Don't force ./temacs to start in terminal mode.
14900
14901 * frame.c (make_initial_frame): Initialize faces in all cases, not
14902 only when CANNOT_DUMP is defined.
14903 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
14904
14905 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14906
14907 * dispnew.c (add_window_display_history): Use const for the string
14908 pointer. Remove declaration, not needed.
14909
14910 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
14911
14912 Use 'inline', not 'INLINE'.
14913 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
14914 * alloc.c, fontset.c (INLINE): Remove.
14915 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
14916 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
14917 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
14918 * gmalloc.c (register_heapinfo): Use inline unconditionally.
14919 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
14920
14921 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14922
14923 Make it possible to run ./temacs.
14924
14925 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
14926 syms_of_callproc does the same thing. Remove test for
14927 "initialized", do it in the caller.
14928 * emacs.c (main): Avoid calling set_initial_environment when dumping.
14929
14930 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14931
14932 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
14933 (read_minibuf): Use get_minibuffer.
14934 (syms_of_minibuf): Use DEFSYM.
14935 (Qmetadata): New var.
14936 * data.c (Qbuffer): Don't make it static.
14937 (syms_of_data): Use DEFSYM.
14938
14939 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
14940
14941 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
14942 (CCL_CODE_MIN): New macro.
14943
14944 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
14945
14946 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
14947
14948 * eval.c (Qdebug): Now static.
14949 * lisp.h (Qdebug): Remove decl. This reverts a part of the
14950 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
14951 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
14952
14953 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
14954
14955 * image.c: Various fixes to ImageMagick code comments.
14956 (Fimagemagick_types): Doc fix.
14957
14958 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
14959
14960 Minor fixes prompted by GCC 4.6.0 warnings.
14961
14962 * xselect.c (converted_selections, conversion_fail_tag): Now static.
14963
14964 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
14965 (x_clipboard_manager_save_all): Move extern decl to ...
14966 * xterm.h: ... here, so that it can be checked for consistency.
14967
14968 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
14969
14970 * xselect.c (x_clipboard_manager_save_frame)
14971 (x_clipboard_manager_save_all): New functions.
14972 (Fx_clipboard_manager_save): Lisp function deleted.
14973
14974 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
14975 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
14976
14977 * xterm.h: Update prototype.
14978
14979 2011-05-28 William Xu <william.xwl@gmail.com>
14980
14981 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
14982 exiting (Bug#8239).
14983
14984 2011-05-28 Jim Meyering <meyering@redhat.com>
14985
14986 Avoid a sign-extension bug in crypto_hash_function.
14987 * fns.c (to_uchar): Define.
14988 (crypto_hash_function): Use it to convert some newly-signed
14989 variables to unsigned, to avoid sign-extension bugs. For example,
14990 without this change, (md5 "truc") would evaluate to
14991 45723a2aff78ff4fff7fff1114760e62 rather than the expected
14992 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
14993 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
14994
14995 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
14996
14997 Integer overflow fixes.
14998
14999 * dbusbind.c: Serial number integer overflow fixes.
15000 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
15001 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
15002 to hold a serial number that is too large for a fixnum.
15003 (Fdbus_method_return_internal, Fdbus_method_error_internal):
15004 Check for serial numbers out of range. Decode any serial number
15005 that was so large that it became a float. (Bug#8722)
15006
15007 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
15008 (Fdbus_call_method, Fdbus_call_method_asynchronously):
15009 Use XFASTINT rather than XUINT when numbers are nonnegative.
15010 (xd_append_arg, Fdbus_method_return_internal):
15011 (Fdbus_method_error_internal): Likewise. Also, for unsigned
15012 arguments, check that Lisp number is nonnegative, rather than
15013 silently wrapping negative numbers around. (Bug#8722)
15014 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
15015 (Bug#8722)
15016
15017 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
15018
15019 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
15020
15021 ccl: Add integer overflow checks.
15022 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
15023 (IN_INT_RANGE): New macros.
15024 (ccl_driver): Use them to check for integer overflow when
15025 decoding a CCL program. Many of the new checks are whether XINT (x)
15026 fits in int; it doesn't always, on 64-bit hosts. The new version
15027 doesn't catch all possible integer overflows, but it's an
15028 improvement. (Bug#8719)
15029
15030 * alloc.c (make_event_array): Use XINT, not XUINT.
15031 There's no need for unsigned here.
15032
15033 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
15034 This follows up to the 2011-05-06 change that substituted uintptr_t
15035 for EMACS_INT. This case wasn't caught back then.
15036
15037 Rework Fformat to avoid integer overflow issues.
15038 * editfns.c: Include <float.h> unconditionally, as it's everywhere
15039 now (part of C89). Include <verify.h>.
15040 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
15041 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
15042 (Fformat): Avoid the prepass trying to compute sizes; it was only
15043 approximate and thus did not catch overflow reliably. Instead, walk
15044 through the format just once, formatting and computing sizes as we go,
15045 checking for integer overflow at every step, and allocating a larger
15046 buffer as needed. Keep track separately whether the format is
15047 multibyte. Keep only the most-recently calculated precision, rather
15048 than them all. Record whether each argument has been converted to
15049 string. Use EMACS_INT, not int, for byte and char and arg counts.
15050 Support field widths and precisions larger than INT_MAX. Avoid
15051 sprintf's undefined behavior with conversion specifications such as %#d
15052 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
15053 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
15054 formatting out-of-range floating point numbers with int
15055 formats. (Bug#8668)
15056
15057 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
15058
15059 * data.c: Avoid integer truncation in expressions involving floats.
15060 * data.c: Include <intprops.h>.
15061 (arith_driver): When there's an integer overflow in an expression
15062 involving floating point, convert the integers to floating point
15063 so that the resulting value does not suffer from catastrophic
15064 integer truncation. For example, on a 64-bit host (* 4
15065 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
15066 Do not rely on undefined behavior after integer overflow.
15067
15068 merge count_size_as_multibyte, parse_str_to_multibyte
15069 * character.c, character.h (count_size_as_multibyte):
15070 Rename from parse_str_to_multibyte; all uses changed.
15071 Check for integer overflow.
15072 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
15073 since it's now a duplicate of the other. This is more of
15074 a character than a buffer op, so better that it's in character.c.
15075 * fns.c, print.c: Adjust to above changes.
15076
15077 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15078
15079 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
15080
15081 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
15082
15083 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
15084 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
15085 (x_clipboard_manager_save): Now static.
15086 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
15087
15088 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
15089 (crypto_hash_function): Now static.
15090 Fix pointer signedness problems. Avoid unnecessary initializations.
15091
15092 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
15093
15094 * termhooks.h (Vselection_alist): Make it terminal-local.
15095
15096 * terminal.c (create_terminal): Initialize it.
15097
15098 * xselect.c: Support for clipboard managers.
15099 (Vselection_alist): Move to termhooks.h as terminal-local var.
15100 (LOCAL_SELECTION): New macro.
15101 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
15102 (symbol_to_x_atom): Remove gratuitous arg.
15103 (x_handle_selection_request, lisp_data_to_selection_data)
15104 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
15105 (x_own_selection, x_get_local_selection, x_convert_selection):
15106 New arg, specifying work frame. Use terminal-local Vselection_alist.
15107 (some_frame_on_display): Delete unused function.
15108 (Fx_own_selection_internal, Fx_get_selection_internal)
15109 (Fx_disown_selection_internal, Fx_selection_owner_p)
15110 (Fx_selection_exists_p): New optional frame arg.
15111 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
15112 (x_handle_selection_clear): Don't treat other terminals with the
15113 same keyboard specially. Use the terminal-local Vselection_alist.
15114 (x_clear_frame_selections): Use Frun_hook_with_args.
15115
15116 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
15117
15118 * xterm.h: Add support for those atoms.
15119
15120 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
15121
15122 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
15123 (converted_selections, conversion_fail_tag): New global variables.
15124 (x_selection_request_lisp_error): Free the above.
15125 (x_get_local_selection): Remove unnecessary code.
15126 (x_reply_selection_request): Args changed; handle arbitrary array
15127 of converted selections stored in converted_selections.
15128 Separate the XChangeProperty and SelectionNotify steps.
15129 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
15130 (x_convert_selection): New function.
15131 (x_handle_selection_event): Simplify.
15132 (x_get_foreign_selection): Don't ignore incoming requests while
15133 waiting for an answer; this will fail when we implement
15134 SAVE_TARGETS, and seems unnecessary anyway.
15135 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
15136 (Vx_sent_selection_functions): Doc fix.
15137
15138 2011-05-26 Leo Liu <sdl.web@gmail.com>
15139
15140 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
15141
15142 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15143
15144 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
15145
15146 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
15147 for fringe update if it has periodic bitmap.
15148 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
15149 and fringe_bitmap_periodic_p.
15150
15151 * fringe.c (get_fringe_bitmap_data): New function.
15152 (draw_fringe_bitmap_1, update_window_fringes): Use it.
15153 (update_window_fringes): Record periodicity of fringe bitmap in glyph
15154 row. Mark glyph row for fringe update if periodicity changed.
15155
15156 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
15157 for fringe update unless it has periodic bitmap.
15158
15159 2011-05-25 Kenichi Handa <handa@m17n.org>
15160
15161 * xdisp.c (get_next_display_element): Set correct it->face_id for
15162 a static composition.
15163
15164 2011-05-24 Leo Liu <sdl.web@gmail.com>
15165
15166 * deps.mk (fns.o):
15167 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
15168
15169 * fns.c (crypto_hash_function, Fsha1): New function.
15170 (Fmd5): Use crypto_hash_function.
15171 (syms_of_fns): Add Ssha1.
15172
15173 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
15174
15175 * gnutls.c: Remove unused macros.
15176 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
15177 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
15178 Remove macros that are defined and never used.
15179 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
15180
15181 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
15182
15183 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
15184 (Fx_get_selection_internal): Minor cleanup.
15185 (Fx_own_selection_internal): Rename arguments for consistency with
15186 select.el.
15187
15188 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
15189
15190 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
15191
15192 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
15193
15194 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
15195
15196 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15197
15198 * dispnew.c (scrolling_window): Don't exclude the case that the
15199 last enabled row in the desired matrix touches the bottom boundary.
15200
15201 2011-05-21 Glenn Morris <rgm@gnu.org>
15202
15203 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
15204 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
15205 and add some more files.
15206
15207 2011-05-20 Eli Zaretskii <eliz@gnu.org>
15208
15209 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
15210 report_file_error introduced by the change from 2011-05-07.
15211
15212 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
15213
15214 * systime.h (Time): Define only if emacs is defined.
15215 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
15216 where the include path doesn't have X11/X.h by default. See
15217 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
15218
15219 2011-05-20 Kenichi Handa <handa@m17n.org>
15220
15221 * composite.c (find_automatic_composition): Fix previous change.
15222
15223 2011-05-20 Glenn Morris <rgm@gnu.org>
15224
15225 * lisp.mk: New file, split from Makefile.in.
15226 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
15227 (shortlisp): Remove.
15228 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
15229
15230 2011-05-19 Glenn Morris <rgm@gnu.org>
15231
15232 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
15233 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
15234 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
15235 (lisp): Set the order to that of loadup.el.
15236 (shortlisp): Make it a copy of $lisp.
15237 (SOME_MACHINE_LISP): Remove.
15238 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
15239 Use just $shortlisp, not $SOME_MACHINE_LISP too.
15240
15241 2011-05-18 Kenichi Handa <handa@m17n.org>
15242
15243 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
15244 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
15245 (find_automatic_composition): Mostly rewrite for efficiency.
15246
15247 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
15248
15249 * makefile.w32-in: Update dependencies.
15250
15251 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
15252
15253 * menu.c: Include limits.h (fixes the MS-Windows build broken by
15254 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
15255
15256 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
15257
15258 Fix some integer overflow issues, such as string length overflow.
15259
15260 * insdel.c (count_size_as_multibyte): Check for string overflow.
15261
15262 * character.c (lisp_string_width): Check for string overflow.
15263 Use EMACS_INT, not int, for string indexes and lengths; in
15264 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
15265 the resulting string length overflows an EMACS_INT; instead,
15266 report a string overflow if no precision given. When checking for
15267 precision exhaustion, use a check that cannot possibly have
15268 integer overflow. (Bug#8675)
15269 * character.h (lisp_string_width): Adjust to new signature.
15270
15271 * alloc.c (string_overflow): New function.
15272 (Fmake_string): Use it. This doesn't change behavior, but saves
15273 a few bytes and will simplify future changes.
15274 * character.c (string_escape_byte8): Likewise.
15275 * lisp.h (string_overflow): New decl.
15276
15277 Fixups, following up to the user-interface timestamp change.
15278 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
15279 for UI timestamps, instead of unsigned long.
15280 * msdos.c (mouse_get_pos): Likewise.
15281 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
15282 * w32gui.h (Time): Define by including "systime.h" rather than by
15283 declaring it ourselves. (Bug#8664)
15284
15285 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
15286 * image.c (clear_image_cache): Likewise.
15287
15288 * term.c (term_mouse_position): Don't assume time_t wraparound.
15289
15290 Be more systematic about user-interface timestamps.
15291 Before, the code sometimes used 'Time', sometimes 'unsigned long',
15292 and sometimes 'EMACS_UINT', to represent these timestamps.
15293 This change causes it to use 'Time' uniformly, as that's what X uses.
15294 This makes the code easier to follow, and makes it easier to catch
15295 integer overflow bugs such as Bug#8664.
15296 * frame.c (Fmouse_position, Fmouse_pixel_position):
15297 Use Time, not unsigned long, for user-interface timestamps.
15298 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
15299 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
15300 * keyboard.h (last_event_timestamp): Likewise.
15301 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
15302 * menu.h (xmenu_show): Likewise.
15303 * term.c (term_mouse_position): Likewise.
15304 * termhooks.h (struct input_event.timestamp): Likewise.
15305 (struct terminal.mouse_position_hook): Likewise.
15306 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
15307 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
15308 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
15309 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
15310 what it was before.
15311 * menu.h, termhooks.h: Include "systime.h", for Time.
15312
15313 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
15314 Don't assume that the difference between two unsigned long values
15315 can fit into an integer. At this point, we know button_down_time
15316 <= event->timestamp, so the difference must be nonnegative, so
15317 there's no need to cast the result if double-click-time is
15318 nonnegative, as it should be; check that it's nonnegative, just in
15319 case. This bug is triggered when events are more than 2**31 ms
15320 apart (about 25 days). (Bug#8664)
15321
15322 * xselect.c (last_event_timestamp): Remove duplicate decl.
15323 (x_own_selection): Remove needless cast to unsigned long.
15324
15325 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
15326 that always fit in int. Use a sentinel instead of a counter, to
15327 avoid a temp and to allay GCC's concerns about possible int overflow.
15328 * frame.h (struct frame): Use int for menu_bar_items_used
15329 instead of EMACS_INT, since it always fits in int.
15330
15331 * menu.c (grow_menu_items): Check for int overflow.
15332
15333 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
15334
15335 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
15336 Before, the code was not consistent. These values cannot exceed
15337 2**31 - 1 so there's no need to make them unsigned.
15338 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
15339 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
15340 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
15341 as modifiers.
15342 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
15343
15344 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
15345 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
15346 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
15347 presumably because the widths might not match.
15348
15349 * window.c (size_window): Avoid needless test at loop start.
15350
15351 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
15352
15353 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
15354
15355 2011-05-12 Drew Adams <drew.adams@oracle.com>
15356
15357 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
15358
15359 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15360
15361 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
15362 `width' to `bar_area_x' and `bar_area_width', respectively.
15363 (x_scroll_run): Take account of fringe background extension.
15364
15365 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
15366 Rename local vars `left' and `width' to `bar_area_x' and
15367 `bar_area_width', respectively.
15368 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
15369 background extension.
15370
15371 2011-05-10 Jim Meyering <meyering@redhat.com>
15372
15373 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
15374
15375 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
15376
15377 * image.c (Finit_image_library): Return t for built-in image types,
15378 like pbm and xbm. (Bug#8640)
15379
15380 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
15381
15382 * w32menu.c (set_frame_menubar): Fix submenu allocation.
15383
15384 2011-05-07 Eli Zaretskii <eliz@gnu.org>
15385
15386 * w32console.c (Fset_screen_color): Doc fix.
15387 (Fget_screen_color): New function.
15388 (syms_of_ntterm): Defsubr it.
15389
15390 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
15391 unlink the temporary file if Fcall_process didn't create it in the
15392 first place.
15393 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
15394 child process will be redirected to a file specified with `:file'.
15395 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
15396 cue to call_process_cleanup not to close that handle.
15397
15398 2011-05-07 Ben Key <bkey76@gmail.com>
15399
15400 * makefile.w32-in: The bootstrap-temacs rule now makes use of
15401 one of two shell specific rules, either bootstrap-temacs-CMD or
15402 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
15403 to the previous implementation of the bootstrap-temacs rule.
15404 The bootstrap-temacs-CMD rule is similar to the previous
15405 implementation of the bootstrap-temacs rule except that it
15406 makes use of the ESC_CFLAGS variable instead of the CFLAGS
15407 variable.
15408
15409 These changes, along with some changes to nt/configure.bat,
15410 nt/gmake.defs, and nt/nmake.defs, are required to extend my
15411 earlier fix to add support for --cflags and --ldflags options
15412 that include quotes so that it works whether make uses cmd or
15413 sh as the shell.
15414
15415 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
15416
15417 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
15418 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
15419 is a constant.
15420 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
15421 a string. Handle both cases.
15422 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
15423 (Fdbus_register_method): Use Qinvalid_function.
15424
15425 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
15426
15427 * makefile.w32-in: Update dependencies.
15428 (LISP_H): Add inttypes.h and stdin.h.
15429 (PROCESS_H): Add unistd.h.
15430
15431 2011-05-06 Eli Zaretskii <eliz@gnu.org>
15432
15433 * lread.c: Include limits.h (fixes the MS-Windows build broken by
15434 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
15435
15436 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
15437
15438 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
15439
15440 * term.c (vfatal): Remove stray call to va_end.
15441 It's not needed and the C Standard doesn't allow it here anyway.
15442
15443 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
15444 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
15445
15446 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
15447 bytes.
15448
15449 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
15450
15451 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
15452
15453 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
15454
15455 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
15456
15457 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
15458
15459 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
15460 * charset.c (Fdefine_charset_internal): Don't initialize
15461 charset.code_space[15]. The value was garbage, on hosts with
15462 32-bit int (Bug#8600).
15463
15464 * lread.c (read_integer): Be more consistent with string-to-number.
15465 Use string_to_number to do the actual conversion; this avoids
15466 rounding errors and fixes some other screwups. Without this fix,
15467 for example, #x1fffffffffffffff was misread as -2305843009213693952.
15468 (digit_to_number): Move earlier, for benefit of read_integer.
15469 Return -1 if the digit is out of range for the base, -2 if it is
15470 not a digit in any supported base. (Bug#8602)
15471
15472 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
15473
15474 * dispnew.c (scrolling_window): Return 1 if we scrolled,
15475 to match comment at start of function. This also removes a
15476 GCC warning about overflow in a 32+64-bit port.
15477
15478 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
15479
15480 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
15481 Reported by Stefan Monnier in
15482 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
15483 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
15484 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
15485
15486 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
15487 (EMACS_UINTPTR): Likewise, with uintptr_t.
15488
15489 * lisp.h: Prefer 64-bit EMACS_INT if available.
15490 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
15491 on 32-bit hosts that have 64-bit int, so that they can access
15492 large files.
15493 However, temporarily disable this change unless the temporary
15494 symbol WIDE_EMACS_INT is defined.
15495
15496 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
15497
15498 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
15499 This removes an assumption that EMACS_INT and long are the same
15500 width as pointers. The assumption is true for Emacs porting targets
15501 now, but we want to make other targets possible.
15502 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
15503 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
15504 In the rest of the code, change types of integers that hold casted
15505 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
15506 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
15507 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
15508 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
15509 No need to cast type when ORing.
15510 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
15511 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
15512 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
15513 assume EMACS_INT is the same width as char *.
15514 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
15515 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
15516 Remove no-longer-needed casts.
15517 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
15518 (xg_tool_bar_help_callback, xg_make_tool_item):
15519 Use EMACS_INTPTR to hold an integer
15520 that will be cast to void *; this can avoid a GCC warning
15521 if EMACS_INT is not the same width as void *.
15522 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
15523 * xdisp.c (display_echo_area_1, resize_mini_window_1):
15524 (current_message_1, set_message_1):
15525 Use a local to convert to proper width without a cast.
15526 * xmenu.c (dialog_selection_callback): Likewise.
15527
15528 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
15529 Also, don't assume VALBITS / RAND_BITS is less than 5,
15530 and don't rely on undefined behavior when shifting a 1 left into
15531 the sign bit.
15532 * lisp.h (get_random): Change signature to match.
15533
15534 * lread.c (hash_string): Use size_t, not int, for hash computation.
15535 Normally we prefer signed values; but hashing is special, because
15536 it's better to use unsigned division on hash table sizes so that
15537 the remainder is nonnegative. Also, size_t is the natural width
15538 for hashing into memory. The previous code used 'int', which doesn't
15539 retain enough info to hash well into very large tables.
15540 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
15541
15542 * dbusbind.c: Don't possibly lose pointer info when converting.
15543 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
15544 Use XPNTR rather than XHASH, so that the high-order bits of
15545 the pointer aren't lost when converting through void *.
15546
15547 * eval.c (Fautoload): Don't double-shift a pointer.
15548
15549 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
15550
15551 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
15552
15553 * gnutls.c (DEF_GNUTLS_FN):
15554 * image.c (DEF_IMGLIB_FN): Make function pointers static.
15555
15556 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
15557
15558 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
15559 marker. (Bug#8610)
15560
15561 2011-05-05 Eli Zaretskii <eliz@gnu.org>
15562
15563 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
15564 New version that can reserve upto 2GB of heap space.
15565
15566 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
15567
15568 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
15569
15570 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
15571
15572 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
15573 `gnutls_certificate_set_x509_key_file'.
15574
15575 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
15576
15577 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
15578 Update dependencies.
15579
15580 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
15581
15582 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
15583 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
15584 Remove unused parameter `fildes'.
15585 * process.c (read_process_output, send_process): Don't pass it.
15586
15587 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
15588
15589 Fix previous change: the library cache is defined in w32.c.
15590 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
15591 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
15592
15593 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
15594
15595 Implement dynamic loading of GnuTLS on Windows.
15596
15597 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
15598 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
15599 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
15600 Declare.
15601
15602 * gnutls.c (Qgnutls_dll): Define.
15603 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
15604 (gnutls_*): Declare function pointers.
15605 (init_gnutls_functions): New function to initialize function pointers.
15606 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
15607 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
15608 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
15609 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
15610 (emacs_gnutls_write, emacs_gnutls_read)
15611 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
15612 (Fgnutls_available_p): New function.
15613 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
15614 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
15615 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
15616
15617 * image.c: Include w32.h.
15618 (Vimage_type_cache): Delete.
15619 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
15620 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
15621 (w32_delayed_load): Move to w32.c.
15622
15623 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
15624
15625 * w32.c (QCloaded_from, Vlibrary_cache): Define.
15626 (w32_delayed_load): Move from image.c. When loading a library, record
15627 its filename in the :loaded-from property of the library id.
15628 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
15629 Initialize and staticpro them.
15630 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
15631
15632 * process.c: Include lisp.h before w32.h, not after.
15633 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
15634 instead of gnutls_record_check_pending.
15635
15636 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
15637
15638 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
15639
15640 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
15641 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
15642 as passed in.
15643
15644 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
15645
15646 * xterm.c (x_set_frame_alpha): Do not set property on anything
15647 else than FRAME_X_OUTER_WINDOW (Bug#8608).
15648
15649 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
15650
15651 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
15652
15653 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
15654
15655 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
15656 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
15657 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
15658 (gnutls_global_initialized, Qgnutls_bootprop_priority)
15659 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
15660 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
15661 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
15662 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
15663 (Qgnutls_bootprop_callbacks_verify): Make static.
15664
15665 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
15666
15667 * callproc.c: Indentation fixup.
15668
15669 * sysdep.c (wait_for_termination_1): Make static.
15670 (wait_for_termination, interruptible_wait_for_termination):
15671 Move after wait_for_termination_1.
15672
15673 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15674
15675 * sysdep.c (interruptible_wait_for_termination): New function
15676 which is like wait_for_termination, but allows keyboard
15677 interruptions.
15678
15679 * callproc.c (Fcall_process): Add (:file "file") as an option for
15680 the STDOUT buffer.
15681 (Fcall_process_region): Ditto.
15682
15683 2011-04-30 Eli Zaretskii <eliz@gnu.org>
15684
15685 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
15686 rather than `XVECTOR (FOO)->size'.
15687
15688 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
15689 inttypes.h, as a gnulib replacement is used if it not available in
15690 system headers.
15691
15692 2011-04-21 Eli Zaretskii <eliz@gnu.org>
15693
15694 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
15695 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
15696 of MOST_POSITIVE_FIXNUM. (Bug#8528)
15697
15698 * coding.c (coding_alloc_by_realloc): Error out if destination
15699 will grow beyond MOST_POSITIVE_FIXNUM.
15700 (decode_coding_emacs_mule): Abort if there isn't enough place in
15701 charbuf for the composition carryover bytes. Reserve an extra
15702 space for up to 2 characters produced in a loop.
15703 (decode_coding_iso_2022): Abort if there isn't enough place in
15704 charbuf for the composition carryover bytes.
15705
15706 2011-04-21 Eli Zaretskii <eliz@gnu.org>
15707
15708 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
15709 aborting when %lld or %lll format is passed.
15710 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
15711 %llo or %llx format is passed. (Bug#8545)
15712
15713 * window.c (window_scroll_line_based): Use a marker instead of
15714 simple variables to record original value of point. (Bug#7952)
15715
15716 * doprnt.c (doprnt): Fix the case where a multibyte sequence
15717 produced by %s or %c overflows available buffer space. (Bug#8545)
15718
15719 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
15720
15721 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
15722 (SIZE_MAX): Move defn after all includes, as they might #define it.
15723
15724 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
15725
15726 * w32.c (init_environment): Warn about defaulting HOME to C:\.
15727
15728 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
15729
15730 * keyboard.c (Qdelayed_warnings_hook): Define.
15731 (command_loop_1): Run `delayed-warnings-hook'
15732 if Vdelayed_warnings_list is non-nil.
15733 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
15734 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
15735
15736 2011-04-28 Eli Zaretskii <eliz@gnu.org>
15737
15738 * doprnt.c (doprnt): Don't return value smaller than the buffer
15739 size if the message was truncated. (Bug#8545).
15740
15741 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
15742
15743 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
15744 (Fx_window_property): #if-0 the whole functions, not just the bodies.
15745
15746 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
15747
15748 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
15749
15750 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
15751
15752 * makefile.w32-in: Update dependencies.
15753
15754 2011-04-27 Eli Zaretskii <eliz@gnu.org>
15755
15756 Improve `doprnt' and its usage. (Bug#8545)
15757 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
15758 `format_end'. Remove support for %l as a conversion specifier.
15759 Don't use xrealloc. Improve diagnostics when the %l size modifier
15760 is used. Update the commentary.
15761
15762 * eval.c (verror): Simplify calculation of size_t.
15763
15764 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
15765 messages.
15766
15767 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
15768
15769 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
15770 change.
15771
15772 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
15773
15774 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
15775 This makes this file independent of the recent pseudovector change.
15776
15777 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
15778
15779 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
15780
15781 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
15782 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
15783 Remove unused local.
15784 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
15785
15786 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
15787 GCC 4.6.0 optimizes based on type-based alias analysis.
15788 For example, if b is of type struct buffer * and v of type struct
15789 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
15790 != &v->size, and therefore "v->size = 1; b->size = 2; return
15791 v->size;" must therefore return 1. This assumption is incorrect
15792 for Emacs, since it type-puns struct Lisp_Vector * with many other
15793 types. To fix this problem, this patch adds a new type struct
15794 vectorlike_header that documents the constraints on layout of vectors
15795 and pseudovectors, and helps optimizing compilers not get fooled
15796 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
15797 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
15798 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
15799 the size member.
15800 (XSETPVECTYPE): Rewrite in terms of new macro.
15801 (XSETPVECTYPESIZE): New macro, specifying both type and size.
15802 This is a bit clearer, and further avoids the possibility of
15803 undesirable aliasing.
15804 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
15805 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
15806 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
15807 since Lisp_Subr is a special case (no "next" field).
15808 (ASIZE): Now uses header.size rather than size.
15809 All previous uses of XVECTOR (foo)->size replaced to use this macro,
15810 to avoid the hassle of writing XVECTOR (foo)->header.size.
15811 (struct vectorlike_header): New type.
15812 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
15813 object, to help avoid aliasing.
15814 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
15815 (SUBRP): Likewise, since Lisp_Subr is a special case.
15816 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
15817 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
15818 (struct Lisp_Hash_Table): Combine first two members into a single
15819 struct vectorlike_header member. All uses of "size" and "next" members
15820 changed to be "header.size" and "header.next".
15821 * buffer.h (struct buffer): Likewise.
15822 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
15823 * frame.h (struct frame): Likewise.
15824 * process.h (struct Lisp_Process): Likewise.
15825 * termhooks.h (struct terminal): Likewise.
15826 * window.c (struct save_window_data, struct saved_window): Likewise.
15827 * window.h (struct window): Likewise.
15828 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
15829 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
15830 * buffer.c (init_buffer_once): Likewise.
15831 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
15832 special case.
15833 * process.c (Fformat_network_address): Use local var for size,
15834 for brevity.
15835
15836 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
15837
15838 Make the Lisp reader and string-to-float more consistent (Bug#8525)
15839 * data.c (atof): Remove decl; no longer used or needed.
15840 (digit_to_number): Move to lread.c.
15841 (Fstring_to_number): Use new string_to_number function, to be
15842 consistent with how the Lisp reader treats infinities and NaNs.
15843 Do not assume that floating-point numbers represent EMACS_INT
15844 without losing information; this is not true on most 64-bit hosts.
15845 Avoid double-rounding errors, by insisting on integers when
15846 parsing non-base-10 numbers, as the documentation specifies.
15847 * lisp.h (string_to_number): New decl, replacing ...
15848 (isfloat_string): Remove.
15849 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
15850 (read1): Do not accept +. and -. as integers; this
15851 appears to have been a coding error. Similarly, do not accept
15852 strings like +-1e0 as floating point numbers. Do not report
15853 overflow for integer overflows unless the base is not 10 which
15854 means we have no simple and reliable way to continue.
15855 Break out the floating-point parsing into a new
15856 function string_to_number, so that Fstring_to_number parses
15857 floating point numbers consistently with the Lisp reader.
15858 (digit_to_number): Move here from data.c. Make it static inline.
15859 (E_CHAR, EXP_INT): Remove, replacing with ...
15860 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
15861 (string_to_number): New function, replacing isfloat_string.
15862 This function checks for valid syntax and produces the resulting
15863 Lisp float number too. Rework it so that string-to-number
15864 no longer mishandles examples like "1.0e+". Use strtoumax,
15865 so that overflow for non-base-10 numbers is reported only when
15866 there's no portable and simple way to convert to floating point.
15867
15868 * textprop.c (set_text_properties_1): Rewrite for clarity,
15869 and to avoid GCC warning about integer overflow.
15870
15871 * intervals.h (struct interval): Use EMACS_INT for members
15872 where EMACS_UINT might cause problems. See
15873 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
15874 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
15875 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
15876 All uses changed.
15877 (offset_intervals): Tell GCC not to worry about length overflow
15878 when negating a negative length.
15879
15880 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
15881 (overrun_check_free): Likewise.
15882
15883 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
15884 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
15885 word size.
15886
15887 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
15888 (gnutls_make_error): Rename local to avoid shadowing.
15889 (gnutls_emacs_global_deinit): ifdef out; not used.
15890 (Fgnutls_boot): Use const for pointer to readonly storage.
15891 Comment out unused local. Fix pointer signedness problems.
15892
15893 * lread.c (openp): Don't stuff size_t into an 'int'.
15894 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
15895 about possible signed overflow.
15896
15897 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
15898 (GDK_KEY_g): Don't define if already defined.
15899 (xg_prepare_tooltip): Avoid pointer signedness problem.
15900 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
15901
15902 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
15903 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
15904
15905 * xfns.c (Fx_window_property): Simplify a bit,
15906 to make a bit faster and to avoid GCC 4.6.0 warning.
15907 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
15908
15909 * fns.c (internal_equal): Don't assume size_t fits in int.
15910
15911 * alloc.c (compact_small_strings): Tighten assertion a little.
15912
15913 Replace pEd with more-general pI, and fix some printf arg casts.
15914 * lisp.h (pI): New macro, generalizing old pEd macro to other
15915 conversion specifiers. For example, use "...%"pI"d..." rather
15916 than "...%"pEd"...".
15917 (pEd): Remove. All uses replaced with similar uses of pI.
15918 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
15919 * alloc.c (check_pure_size): Don't overflow by converting size to int.
15920 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
15921 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
15922 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
15923 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
15924 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
15925 64-bit hosts.
15926 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
15927 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
15928 * print.c (safe_debug_print, print_object): Likewise.
15929 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
15930 to int.
15931 Use pI instead of if-then-else-abort. Use %p to avoid casts,
15932 avoiding the 0 flag, which is not portable.
15933 * process.c (Fmake_network_process): Use pI to avoid cast.
15934 * region-cache.c (pp_cache): Likewise.
15935 * xdisp.c (decode_mode_spec): Likewise.
15936 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
15937 behavior on 64-bit hosts with printf arg.
15938 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
15939 (x_stop_queuing_selection_requests): Likewise.
15940 (x_get_window_property): Don't truncate byte count to an 'int'
15941 when tracing.
15942
15943 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
15944 here, since it parses constructs like leading '-' and spaces,
15945 which are not wanted; and it overflows with large numbers.
15946 Instead, simply match F[0-9]+, which is what is wanted anyway.
15947
15948 * alloc.c: Remove unportable assumptions about struct layout.
15949 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
15950 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
15951 (allocate_vectorlike, make_pure_vector): Use the new macros,
15952 plus offsetof, to remove unportable assumptions about struct layout.
15953 These assumptions hold on all porting targets that I know of, but
15954 they are not guaranteed, they're easy to remove, and removing them
15955 makes further changes easier.
15956
15957 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
15958 This doesn't fix a bug but makes the code clearer.
15959 (string_overrun_cookie): Now const. Use initializers that
15960 don't formally overflow signed char, to avoid warnings.
15961 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
15962 can cause Emacs to crash when string overrun checking is enabled.
15963 (allocate_buffer): Don't assume sizeof (struct buffer) is a
15964 multiple of sizeof (EMACS_INT); it need not be, if
15965 alignof(EMACS_INT) < sizeof (EMACS_INT).
15966 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
15967
15968 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
15969
15970 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
15971
15972 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
15973
15974 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
15975 supposed to be handshaking. (Bug#8556)
15976 Reported by Paul Eggert <eggert@cs.ucla.edu>.
15977
15978 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15979
15980 * lisp.h (Qdebug): List symbol.
15981 * eval.c (Qdebug): Restore global linkage.
15982 * keyboard.c (debug-on-event): New variable.
15983 (handle_user_signal): Break into debugger when debug-on-event
15984 matches the current signal symbol.
15985
15986 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15987
15988 * alloc.c (check_sblock, check_string_bytes)
15989 (check_string_free_list): Convert to standard C.
15990
15991 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
15992
15993 * w32.c (emacs_gnutls_push): Fix typo.
15994
15995 2011-04-25 Eli Zaretskii <eliz@gnu.org>
15996
15997 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
15998 "cast to pointer from integer of different size".
15999
16000 Improve doprnt and its use in verror. (Bug#8545)
16001 * doprnt.c (doprnt): Document the set of format control sequences
16002 supported by the function. Use SAFE_ALLOCA instead of always
16003 using `alloca'.
16004
16005 * eval.c (verror): Don't limit the buffer size at size_max-1, that
16006 is one byte too soon. Don't use xrealloc; instead xfree and
16007 xmalloc anew.
16008
16009 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
16010
16011 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
16012 callbacks stage.
16013
16014 * gnutls.c: Renamed global_initialized to
16015 gnutls_global_initialized. Added internals for the
16016 :verify-hostname-error, :verify-error, and :verify-flags
16017 parameters of `gnutls-boot' and documented those parameters in the
16018 docstring. Start callback support.
16019 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
16020 unless a fatal error occurred. Call gnutls_alert_send_appropriate
16021 on error. Return error code.
16022 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
16023 (emacs_gnutls_read): Likewise.
16024 (Fgnutls_boot): Return handshake error code.
16025 (emacs_gnutls_handle_error): New function.
16026 (wsaerror_to_errno): Likewise.
16027
16028 * w32.h (emacs_gnutls_pull): Add prototype.
16029 (emacs_gnutls_push): Likewise.
16030
16031 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
16032 (emacs_gnutls_push): Likewise.
16033
16034 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
16035
16036 * process.c (wait_reading_process_output): Check if GnuTLS
16037 buffered some data internally if no FDs are set for TLS
16038 connections.
16039
16040 * makefile.w32-in (OBJ2): Add gnutls.$(O).
16041 (LIBS): Link to USER_LIBS.
16042 ($(BLD)/gnutls.$(0)): New target.
16043
16044 2011-04-24 Eli Zaretskii <eliz@gnu.org>
16045
16046 * xdisp.c (handle_single_display_spec): Rename the
16047 display_replaced_before_p argument into display_replaced_p, to
16048 make it consistent with the commentary. Fix typos in the
16049 commentary.
16050
16051 * textprop.c (syms_of_textprop): Remove dead code.
16052 (copy_text_properties): Delete obsolete commentary about an
16053 interface that was deleted long ago. Fix typos in the description
16054 of arguments.
16055
16056 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
16057 to changes in oldXMenu/XMenu.h from 2011-04-16.
16058 <menu_help_message, prev_menu_help_message>: Constify.
16059 (IT_menu_make_room): menu->help_text is now `const char **';
16060 adjust.
16061
16062 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
16063 to changes in oldXMenu/XMenu.h from 2011-04-16.
16064 (struct XMenu): Declare `help_text' `const char **'.
16065
16066 * xfaces.c <Qunspecified>: Make extern again.
16067
16068 * syntax.c: Include sys/types.h before including regex.h, as
16069 required by POSIX.
16070
16071 * doc.c (get_doc_string): Improve the format passed to `error'.
16072
16073 * doprnt.c (doprnt): Improve commentary.
16074
16075 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
16076
16077 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
16078 them with etags.
16079
16080 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
16081 changes in globals.h immediately force recompilation.
16082 (TAGS): Depend on $(CURDIR)/m/intel386.h and
16083 $(CURDIR)/s/ms-w32.h.
16084 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
16085
16086 * character.c (Fchar_direction): Function deleted.
16087 (syms_of_character): Don't defsubr it.
16088 <char-direction-table>: Deleted.
16089
16090 2011-04-23 Eli Zaretskii <eliz@gnu.org>
16091
16092 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
16093 * doprnt.c: Include limits.h.
16094 (SIZE_MAX): New macro.
16095 (doprnt): Return a size_t value. 2nd arg is now size_t.
16096 Many local variables are now size_t instead of int or unsigned.
16097 Improve overflow protection. Support `l' modifier for integer
16098 conversions. Support %l conversion. Don't assume an EMACS_INT
16099 argument for integer conversions and for %c.
16100
16101 * lisp.h (doprnt): Restore prototype.
16102
16103 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
16104 $(SRC)/character.h.
16105
16106 * Makefile.in (base_obj): Add back doprnt.o.
16107
16108 * deps.mk (doprnt.o): Add back prerequisites.
16109 (callint.o): Depend on character.h.
16110
16111 * eval.c (internal_lisp_condition_case): Include the handler
16112 representation in the error message.
16113 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
16114 when breaking from the loop.
16115
16116 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
16117
16118 * callint.c (Fcall_interactively): When displaying error message
16119 about invalid control letter, pass the character's codepoint, not
16120 a pointer to its multibyte form. Improve display of the character
16121 in octal and display also its hex code.
16122
16123 * character.c (char_string): Use %x to display the (unsigned)
16124 codepoint of an invalid character, to avoid displaying a bogus
16125 negative value.
16126
16127 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
16128 `error', not SYMBOL_NAME itself.
16129
16130 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
16131 character arguments to `error'.
16132
16133 * charset.c (check_iso_charset_parameter): Fix incorrect argument
16134 to `error' in error message about FINAL_CHAR argument. Make sure
16135 FINAL_CHAR is a character, and use %c when it is passed as
16136 argument to `error'.
16137
16138 2011-04-23 Eli Zaretskii <eliz@gnu.org>
16139
16140 * s/ms-w32.h (localtime): Redirect to sys_localtime.
16141
16142 * w32.c: Include <time.h>.
16143 (sys_localtime): New function.
16144
16145 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
16146
16147 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
16148
16149 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
16150
16151 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
16152
16153 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
16154 zombies (Bug#8467).
16155
16156 2011-04-19 Eli Zaretskii <eliz@gnu.org>
16157
16158 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
16159 gl_state.e_property when gl_state.object is Qt.
16160
16161 * insdel.c (make_gap_larger): Remove limitation of buffer size
16162 to <= INT_MAX.
16163
16164 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
16165
16166 * xdisp.c (lookup_glyphless_char_display)
16167 (produce_glyphless_glyph): Handle cons cell entry in
16168 glyphless-char-display.
16169 (Vglyphless_char_display): Document it.
16170
16171 * term.c (produce_glyphless_glyph): Handle cons cell entry in
16172 glyphless-char-display.
16173
16174 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
16177
16178 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
16179
16180 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
16181 definition for no-X builds.
16182
16183 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
16184
16185 Static checks with GCC 4.6.0 and non-default toolkits.
16186
16187 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
16188
16189 * process.c (keyboard_bit_set): Define only if SIGIO.
16190 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
16191 (send_process): Repair possible setjmp clobbering.
16192
16193 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
16194
16195 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
16196
16197 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
16198
16199 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
16200 Define only if needed.
16201
16202 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
16203 by pacifying GCC about it. Maybe it's time to retire it?
16204 * xfaces.c (USG, __TIMEVAL__): Likewise.
16205
16206 * dispextern.h (struct redisplay_interface): Rename param
16207 to avoid shadowing.
16208 * termhooks.h (struct terminal): Likewise.
16209 * xterm.c (xembed_send_message): Likewise.
16210
16211 * insdel.c (make_gap_smaller): Define only if
16212 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
16213
16214 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
16215 it.
16216
16217 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
16218 so that we aren't warned about unused symbols.
16219
16220 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
16221
16222 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
16223
16224 * xfns.c (x_real_positions): Mark locals as initialized.
16225
16226 * xmenu.c (xmenu_show): Don't use uninitialized vars.
16227
16228 * xterm.c: Fix problems found by static analysis with other toolkits.
16229 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
16230 (x_dispatch_event): Declare static if USE_GTK, and
16231 define if USE_GTK || USE_X_TOOLKIT.
16232 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
16233 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
16234 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
16235 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
16236
16237 * xmenu.c (menu_help_callback): Pointer type fixes.
16238 Use const pointers when pointing at readonly data. Avoid pointer
16239 signedness clashes.
16240 (FALSE): Remove unused macro.
16241 (update_frame_menubar): Remove unused decl.
16242
16243 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
16244
16245 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
16246 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
16247 (single_menu_item): Rename local to avoid shadowing.
16248
16249 * keyboard.c (make_lispy_event): Remove unused local var.
16250
16251 * frame.c, frame.h (x_get_resource_string): Bring this back, but
16252 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
16253
16254 * bitmaps: Change bitmaps from unsigned char back to the X11
16255 compatible char. Avoid the old compiler warnings about
16256 out-of-range initializers by using, for example, '\xab' rather
16257 than 0xab.
16258
16259 * xgselect.c (xgselect_initialize): Check vs interface
16260 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
16261
16262 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
16263
16264 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
16265 to read-only memory.
16266
16267 * fns.c (vector): Remove; this old hack is no longer needed.
16268
16269 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
16270 Remove unused var.
16271 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
16272
16273 * xrdb.c (x_load_resources): Omit unused local.
16274
16275 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
16276 (x_window): Rename locals to avoid shadowing.
16277 (USG): Use the kludged USG macro, to pacify gcc.
16278
16279 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
16280 (x_term_init): Remove local to avoid shadowing.
16281
16282 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
16283
16284 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
16285 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
16286
16287 2011-04-16 Eli Zaretskii <eliz@gnu.org>
16288
16289 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
16290
16291 Fix regex.c, syntax.c and friends for buffers > 2GB.
16292 * syntax.h (struct gl_state_s): Declare character position members
16293 EMACS_INT.
16294
16295 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
16296
16297 * textprop.c (verify_interval_modification, interval_of):
16298 Declare arguments EMACS_INT.
16299
16300 * intervals.c (adjust_intervals_for_insertion): Declare arguments
16301 EMACS_INT.
16302
16303 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
16304
16305 * indent.c (Fvertical_motion): Local variable it_start is now
16306 EMACS_INT.
16307
16308 * regex.c (re_match, re_match_2, re_match_2_internal)
16309 (bcmp_translate, regcomp, regexec, print_double_string)
16310 (group_in_compile_stack, re_search, re_search_2, regex_compile)
16311 (re_compile_pattern, re_exec): Declare arguments and local
16312 variables `size_t' and `ssize_t' and return values `regoff_t', as
16313 appropriate.
16314 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
16315 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
16316 <compile_stack_type>: `size' and `avail' are now `size_t'.
16317
16318 * regex.h <regoff_t>: Use ssize_t, not int.
16319 (re_search, re_search_2, re_match, re_match_2): Arguments that
16320 specify buffer/string position and length are now ssize_t and
16321 size_t. Return type is regoff_t.
16322
16323 2011-04-16 Ben Key <bkey76@gmail.com>
16324
16325 * nsfont.m: Fixed bugs in ns_get_family and
16326 ns_descriptor_to_entity that were caused by using free to
16327 deallocate memory blocks that were allocated by xmalloc (via
16328 xstrdup). This caused Emacs to crash when compiled with
16329 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
16330 --enable-checking=xmallocoverrun). xfree is now used to
16331 deallocate these memory blocks.
16332
16333 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
16334
16335 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
16336
16337 emacs_write: Accept and return EMACS_INT for sizes.
16338 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
16339 et seq.
16340 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
16341 Accept and return EMACS_INT.
16342 (emacs_gnutls_write): Return the number of bytes written on
16343 partial writes.
16344 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
16345 (emacs_read, emacs_write): Remove check for negative size, as the
16346 Emacs source code has been audited now.
16347 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
16348 (emacs_read, emacs_write): Use it.
16349 * process.c (send_process): Adjust to the new signatures of
16350 emacs_write and emacs_gnutls_write. Do not attempt to store
16351 a byte offset into an 'int'; it might overflow.
16352 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
16353
16354 * sound.c: Don't assume sizes fit in 'int'.
16355 (struct sound_device.period_size, alsa_period_size):
16356 Return EMACS_INT, not int.
16357 (struct sound_device.write, vox_write, alsa_write):
16358 Accept EMACS_INT, not int.
16359 (wav_play, au_play): Use EMACS_INT to store sizes and to
16360 record read return values.
16361
16362 2011-04-15 Ben Key <bkey76@gmail.com>
16363
16364 * keyboard.c (Qundefined): Don't declare static since it is used
16365 in nsfns.m.
16366 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
16367 static since they are used in nsfont.m.
16368
16369 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16370
16371 * process.c (Qprocessp): Don't declare static.
16372 * lisp.h (Qprocessp): Declare again.
16373
16374 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
16375
16376 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
16377
16378 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
16379
16380 Improve C-level modularity by making more things 'static'.
16381
16382 Don't publish debugger-only interfaces to other modules.
16383 * lisp.h (safe_debug_print, debug_output_compilation_hack):
16384 (verify_bytepos, count_markers): Move decls to the only modules
16385 that need them.
16386 * region-cache.h (pp_cache): Likewise.
16387 * window.h (check_all_windows): Likewise.
16388 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
16389
16390 * sysdep.c (croak): Now static, if
16391 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
16392 * syssignal.h (croak): Declare only if not static.
16393
16394 * alloc.c (refill_memory_reserve): Now static if
16395 !defined REL_ALLOC || defined SYSTEM_MALLOC.
16396 * lisp.h (refill_memory_reserve): Declare only if not static.
16397
16398 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
16399 Define only if USE_LUCID.
16400
16401 * xrdb.c (x_customization_string, x_rm_string): Now static.
16402
16403 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
16404 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
16405
16406 * xdisp.c (draw_row_with_mouse_face): Now static.
16407 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
16408
16409 * window.h (check_all_windows): Mark externally visible.
16410
16411 * window.c (window_deletion_count): Now static.
16412
16413 * undo.c: Make symbols static if they're not exported.
16414 (last_undo_buffer, last_boundary_position, pending_boundary):
16415 Now static.
16416
16417 * textprop.c (interval_insert_behind_hooks): Now static.
16418 (interval_insert_in_front_hooks): Likewise.
16419
16420 * term.c: Make symbols static if they're not exported.
16421 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
16422 (max_frame_lines, tty_set_terminal_modes):
16423 (tty_reset_terminal_modes, tty_turn_off_highlight):
16424 (get_tty_terminal): Now static.
16425 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
16426 * termhooks.h (term_mouse_moveto): Do not declare if
16427 HAVE_WINDOW_SYSTEM.
16428 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
16429 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
16430
16431 * sysdep.c: Make symbols static if they're not exported.
16432 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
16433 Now static.
16434 (sigprocmask_set, full_mask): Remove; unused.
16435 (wait_debugging): Mark as visible.
16436 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
16437 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
16438
16439 * syntax.c (syntax_temp): Define only if !__GNUC__.
16440
16441 * sound.c (current_sound_device, current_sound): Now static.
16442
16443 * search.c (searchbufs, searchbuf_head): Now static.
16444
16445 * scroll.c (scroll_cost): Remove; unused.
16446 * dispextern.h (scroll_cost): Remove decl.
16447
16448 * region-cache.h (pp_cache): Mark as externally visible.
16449
16450 * process.c: Make symbols static if they're not exported.
16451 (process_tick, update_tick, create_process, chan_process):
16452 (Vprocess_alist, proc_buffered_char, datagram_access):
16453 (fd_callback_data, send_process_frame, process_sent_to): Now static.
16454 (deactivate_process): Mark defn as static, as well as decl.
16455 * lisp.h (create_process): Remove decl.
16456 * process.h (chan_process, Vprocess_alist): Remove decls.
16457
16458 * print.c: Make symbols static if they're not exported.
16459 (print_depth, new_backquote_output, being_printed, print_buffer):
16460 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
16461 (print_interval, print_number_index, initial_stderr_stream):
16462 Now static.
16463 * lisp.h (Fprinc): Remove decl.
16464 (debug_output_compilation_hack): Mark as externally visible.
16465
16466 * sysdep.c (croak): Move decl from here to syssignal.h.
16467 * syssignal.h (croak): Put it here, so the API can be checked when
16468 'croak' is called from dissociate_if_controlling_tty.
16469
16470 * minibuf.c: Make symbols static if they're not exported.
16471 (minibuf_save_list, choose_minibuf_frame): Now static.
16472 * lisp.h (choose_minibuf_frame): Remove decl.
16473
16474 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
16475
16476 * lread.c: Make symbols static if they're not exported.
16477 (read_objects, initial_obarray, oblookup_last_bucket_number):
16478 Now static.
16479 (make_symbol): Remove; unused.
16480 * lisp.h (initial_obarray, make_symbol): Remove decls.
16481
16482 * keyboard.c: Make symbols static if they're not exported.
16483 (single_kboard, recent_keys_index, total_keys, recent_keys):
16484 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
16485 (this_single_command_key_start, echoing, last_auto_save):
16486 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
16487 (command_loop, echo_now, keyboard_init_hook, help_char_p):
16488 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
16489 (Vlispy_mouse_stem, double_click_count):
16490 Now static.
16491 (force_auto_save_soon): Define only if SIGDANGER.
16492 (ignore_mouse_drag_p): Now static if
16493 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
16494 (print_help): Remove; unused.
16495 (stop_character, last_timer_event): Mark as externally visible.
16496 * keyboard.h (ignore_mouse_drag_p): Declare only if
16497 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
16498 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
16499 * lisp.h (echoing): Remove decl.
16500 (force_auto_save_soon): Declare only if SIGDANGER.
16501 * xdisp.c (redisplay_window): Simplify code, to make it more
16502 obvious that ignore_mouse_drag_p is not accessed if !defined
16503 USE_GTK && !defined HAVE_NS.
16504
16505 * intervals.c: Make symbols static if they're not exported.
16506 (merge_properties_sticky, merge_interval_right, delete_interval):
16507 Now static.
16508 * intervals.h (merge_interval_right, delete_interval): Remove decls.
16509
16510 * insdel.c: Make symbols static if they're not exported.
16511 However, leave prepare_to_modify_buffer alone. It's never
16512 called from outside this function, but that appears to be a bug.
16513 (combine_after_change_list, combine_after_change_buffer):
16514 (adjust_after_replace, signal_before_change): Now static.
16515 (adjust_after_replace_noundo): Remove; unused.
16516 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
16517 (signal_before_change): Remove decls.
16518
16519 * indent.c (val_compute_motion, val_vmotion): Now static.
16520
16521 * image.c: Make symbols static if they're not exported.
16522 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
16523 if USE_GTK.
16524 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
16525 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
16526
16527 * fringe.c (standard_bitmaps): Now static.
16528 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
16529
16530 * frame.c: Make symbols static if they're not exported.
16531 (x_report_frame_params, make_terminal_frame): Now static.
16532 (get_frame_param): Now static, unless HAVE_NS.
16533 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
16534 (x_get_resource_string): Remove; not used.
16535 * frame.h (make_terminal_frame, x_report_frame_params):
16536 (x_get_resource_string); Remove decls.
16537 (x_fullscreen_adjust): Declare only if WINDOWSNT.
16538 * lisp.h (get_frame_param): Declare only if HAVE_NS.
16539
16540 * font.c, fontset.c: Make symbols static if they're not exported.
16541 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
16542 (FACE_SUITABLE_FOR_CHAR_P): Use it.
16543 * font.c (font_close_object): Now static.
16544 * font.h (font_close_object): Remove.
16545 * fontset.c (FONTSET_OBJLIST): Remove.
16546 (free_realized_fontset) #if-0 the body, which does nothing.
16547 (face_suitable_for_char_p): #if-0, as it's never called.
16548 * fontset.h (face_suitable_for_char_p): Remove decl.
16549 * xfaces.c (face_at_string_position):
16550 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
16551 since 0 is always ASCII.
16552
16553 * fns.c (weak_hash_tables): Now static.
16554
16555 * fileio.c: Make symbols static if they're not exported.
16556 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
16557 (Vwrite_region_annotation_buffers): Now static.
16558
16559 * eval.c: Make symbols static if they're not exported.
16560 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
16561 * lisp.h (backtrace_list): Remove decl.
16562
16563 * emacs.c: Make symbols static if they're not exported.
16564 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
16565 (fatal_error_code, fatal_error_signal_hook, standard_args):
16566 Now static.
16567 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
16568 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
16569 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
16570 * lisp.h (fatal_error_signal_hook): Remove decl.
16571 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
16572
16573 * editfns.c: Move a (normally-unused) function to its only use.
16574 * editfns.c, lisp.h (get_operating_system_release): Remove.
16575 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
16576 worth the hassle of breaking this out.
16577
16578 * xterm.c: Make symbols static if they're not exported.
16579 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
16580 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
16581 (x_destroy_window, x_delete_display):
16582 Now static.
16583 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
16584 (x_mouse_leave): Remove; unused.
16585 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
16586 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
16587 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
16588 Remove decls.
16589 (x_mouse_leave): Declare only if WINDOWSNT.
16590 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
16591 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
16592 USE_X_TOOLKIT.
16593
16594 * ftxfont.c: Make symbols static if they're not exported.
16595 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
16596 HAVE_FREETYPE.
16597 * font.h (ftxfont_driver): Likewise.
16598
16599 * xfns.c: Make symbols static if they're not exported.
16600 (x_last_font_name, x_display_info_for_name):
16601 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
16602 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
16603 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
16604 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
16605 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
16606 (last_show_tip_args): Now static.
16607 (xic_defaut_fontset, xic_create_fontsetname): Define only if
16608 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
16609 (x_screen_planes): Remove; unused.
16610 * dispextern.h (x_screen_planes): Remove decl.
16611
16612 * dispnew.c: Make symbols static if they're not exported.
16613 * dispextern.h (redraw_garbaged_frames, scrolling):
16614 (increment_row_positions): Remove.
16615 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
16616 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
16617 Now static.
16618 (redraw_garbaged_frames): Remove; unused.
16619
16620 * xfaces.c: Make symbols static if they're not exported.
16621 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
16622 Remove decls.
16623 * xterm.h (defined_color): Remove decls.
16624 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
16625 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
16626 (menu_face_changed_default, defined_color, free_realized_face):
16627 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
16628 (ascii_face_of_lisp_face): Remove; unused.
16629
16630 * xdisp.c: Make symbols static if they're not exported.
16631 * dispextern.h (scratch_glyph_row, window_box_edges):
16632 (glyph_to_pixel_coords, set_cursor_from_row):
16633 (get_next_display_element, set_iterator_to_next):
16634 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
16635 (show_mouse_face): Remove decls
16636 * frame.h (message_buf_print): Likewise.
16637 * lisp.h (pop_message, set_message, check_point_in_composition):
16638 Likewise.
16639 * xterm.h (set_vertical_scroll_bar): Likewise.
16640 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
16641 (message_buf_print, scratch_glyph_row, displayed_buffer):
16642 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
16643 (get_next_display_element, show_mouse_face, window_box_edges):
16644 (frame_to_window_pixel_xy, check_point_in_composition):
16645 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
16646 (glyph_to_pixel_coords): Remove; unused.
16647
16648 * dired.c (file_name_completion): Now static.
16649
16650 * dbusbind.c (xd_in_read_queued_messages): Now static.
16651
16652 * lisp.h (circular_list_error, FOREACH): Remove; unused.
16653 * data.c (circular_list_error): Remove.
16654
16655 * commands.h (last_point_position, last_point_position_buffer):
16656 (last_point_position_window): Remove decls.
16657 * keyboard.c: Make these variables static.
16658
16659 * coding.h (coding, code_convert_region, encode_coding_gap):
16660 Remove decls.
16661 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
16662 (iso_code_class, detect_coding, code_convert_region): Now static.
16663 (encode_coding_gap): Remove; unused.
16664
16665 * chartab.c (chartab_chars, chartab_bits): Now static.
16666
16667 * charset.h (charset_iso_8859_1): Remove decl.
16668 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
16669 Now static.
16670
16671 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
16672 * ccl.c (Vccl_program_table): Now static.
16673 (check_ccl_update): Remove; unused.
16674
16675 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
16676 * category.h: ... from here.
16677 * category.c (check_category_table, set_category_set): Now static.
16678
16679 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
16680 * lisp.h: Remove these decls.
16681
16682 * buffer.c (buffer_count): Remove unused var.
16683
16684 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
16685 so that it's not optimized away.
16686 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
16687 * dispextern.h (bidi_dump_cached_states): Remove, since it's
16688 exported only to the debugger.
16689
16690 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
16691 * atimer.h (run_all_atimers): Remove; not exported.
16692
16693 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
16694 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
16695 was inaccessible from Lisp.
16696 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
16697 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
16698
16699 alloc.c: Import and export fewer symbols, and remove unused items.
16700 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
16701 is defined.
16702 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
16703 it's not optimized away by whole-program optimization.
16704 (message_enable_multibyte, free_misc): Remove.
16705 (catchlist, handlerlist, mark_backtrace):
16706 Declare only if BYTE_MARK_STACK.
16707 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
16708 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
16709 (message_enable_multibyte): Remove decl.
16710 (free_misc, interval_free_list, float_block, float_block_index):
16711 (n_float_blocks, float_free_list, cons_block, cons_block_index):
16712 (cons_free_list, last_marked_index):
16713 Now static.
16714 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
16715 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
16716 (mark_backtrace): Define only if BYTE_MARK_STACK.
16717 * xdisp.c (message_enable_multibyte): Now static.
16718
16719 Declare Lisp_Object Q* variables to be 'static' if not exported.
16720 This makes it easier for human readers (and static analyzers)
16721 to see whether these variables are used from other modules.
16722 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
16723 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
16724 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
16725 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
16726 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
16727 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
16728 * xmenu.c, xselect.c:
16729 Declare Q* vars static if they are not used in other modules.
16730 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
16731 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
16732 Remove decls of unexported vars.
16733 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
16734
16735 * lisp.h (DEFINE_FUNC): Make sname 'static'.
16736
16737 Make Emacs functions such as Fatom 'static' by default.
16738 This makes it easier for human readers (and static analyzers)
16739 to see whether these functions can be called from other modules.
16740 DEFUN now defines a static function. To make the function external
16741 so that it can be used in other C modules, use the new macro DEFUE.
16742 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
16743 (Finit_image_library):
16744 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
16745 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
16746 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
16747 Remove decls, since these functions are now static.
16748 (Funintern, Fget_internal_run_time): New decls, since these functions
16749 were already external.
16750
16751 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
16752 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
16753 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
16754 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
16755 * keyboard.c, keymap.c, lread.c:
16756 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
16757 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
16758 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
16759 Mark functions with DEFUE instead of DEFUN,
16760 if they are used in other modules.
16761 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
16762 decls for now-static functions.
16763 * buffer.h (Fdelete_overlay): Remove decl.
16764 * callproc.c (Fgetenv_internal): Mark as internal.
16765 * composite.c (Fremove_list_of_text_properties): Remove decl.
16766 (Fcomposition_get_gstring): New forward static decl.
16767 * composite.h (Fcomposite_get_gstring): Remove decl.
16768 * dired.c (Ffile_attributes): New forward static decl.
16769 * doc.c (Fdocumntation_property): New forward static decl.
16770 * eval.c (Ffetch_bytecode): New forward static decl.
16771 (Funintern): Remove extern decl; now in .h file where it belongs.
16772 * fileio.c (Fmake_symbolic_link): New forward static decl.
16773 * image.c (Finit_image_library): New forward static decl.
16774 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
16775 * intervals.h (Fprevious_property_change):
16776 (Fremove_list_of_text_properties): Remove decls.
16777 * keyboard.c (Fthis_command_keys): Remove decl.
16778 (Fcommand_execute): New forward static decl.
16779 * keymap.c (Flookup_key): New forward static decl.
16780 (Fcopy_keymap): Now static.
16781 * keymap.h (Flookup_key): Remove decl.
16782 * process.c (Fget_process): New forward static decl.
16783 (Fprocess_datagram_address): Mark as internal.
16784 * syntax.c (Fsyntax_table_p): New forward static decl.
16785 (skip_chars): Remove duplicate decl.
16786 * textprop.c (Fprevious_property_change): New forward static decl.
16787 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
16788 Now internal.
16789 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
16790 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
16791
16792 * editfns.c (Fformat): Remove unreachable code.
16793
16794 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
16795
16796 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
16797 change. (Bug#8496)
16798
16799 2011-04-13 Eli Zaretskii <eliz@gnu.org>
16800
16801 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
16802 when at ZV. (Bug#8487)
16803
16804 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
16805
16806 * charset.c (Fclear_charset_maps): Use xfree instead of free.
16807 (Bug#8437)
16808 * keyboard.c (parse_tool_bar_item): Likewise.
16809 * sound.c (sound_cleanup, alsa_close): Likewise.
16810 * termcap.c (tgetent): Likewise.
16811 * xfns.c (x_default_font_parameter): Likewise.
16812 * xsettings.c (read_and_apply_settings): Likewise.
16813
16814 * alloc.c (overrun_check_malloc, overrun_check_realloc)
16815 (overrun_check_free): Protoize.
16816
16817 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
16818
16819 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
16820 since callers should never pass a negative size.
16821 Change the signature to match that of plain 'read' and 'write'; see
16822 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
16823 * lisp.h: Update prototypes of emacs_write and emacs_read.
16824
16825 2011-04-11 Eli Zaretskii <eliz@gnu.org>
16826
16827 * xdisp.c (redisplay_window): Don't try to determine the character
16828 position of the scroll margin if the window start point w->startp
16829 is outside the buffer's accessible region. (Bug#8468)
16830
16831 2011-04-10 Eli Zaretskii <eliz@gnu.org>
16832
16833 Fix write-region and its subroutines for buffers > 2GB.
16834 * fileio.c (a_write, e_write): Modify declaration of arguments and
16835 local variables to support buffers larger than 2GB.
16836 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
16837
16838 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
16839 argument, local variables, and return value.
16840
16841 * lisp.h: Update prototypes of emacs_write and emacs_read.
16842
16843 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
16844
16845 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
16846
16847 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
16848
16849 Fix more problems found by GCC 4.6.0's static checks.
16850
16851 * xdisp.c (vmessage): Use a better test for character truncation.
16852
16853 * charset.c (load_charset_map): <, not <=, for optimization,
16854 and to avoid potential problems with integer overflow.
16855 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
16856 * casetab.c (set_identity, shuffle): Likewise.
16857 * editfns.c (Fformat): Likewise.
16858 * syntax.c (skip_chars): Likewise.
16859
16860 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
16861 This also lets GCC 4.6.0 generate slightly better loop code.
16862
16863 * callint.c (Fcall_interactively): <, not <=, for optimization.
16864 (Fcall_interactively): Count the number of arguments produced,
16865 not the number of arguments given. This is simpler and lets GCC
16866 4.6.0 generate slightly better code.
16867
16868 * ftfont.c: Distingish more carefully between FcChar8 and char.
16869 The previous code passed unsigned char * to a functions like
16870 strlen and xstrcasecmp that expect char *, which does not
16871 conform to the C standard.
16872 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
16873 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
16874 char * when the C standard requires it.
16875
16876 * keyboard.c (read_char): Remove unused var.
16877
16878 * eval.c: Port to Windows vsnprintf (Bug#8435).
16879 Include <limits.h>.
16880 (SIZE_MAX): Define if the headers do not.
16881 (verror): Do not give up if vsnprintf returns a negative count.
16882 Instead, grow the buffer. This ports to Windows vsnprintf, which
16883 does not conform to C99. Problem reported by Eli Zaretskii.
16884 Also, simplify the allocation scheme, by avoiding the need for
16885 calling realloc, and removing the ALLOCATED variable.
16886
16887 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
16888
16889 Remove invocations of doprnt, as Emacs now uses vsnprintf.
16890 But keep the doprint source code for now, as we might revamp it
16891 and use it again (Bug#8435).
16892 * lisp.h (doprnt): Remove.
16893 * Makefile.in (base_obj): Remove doprnt.o.
16894 * deps.mk (doprnt.o): Remove.
16895
16896 error: Print 32- and 64-bit integers portably (Bug#8435).
16897 Without this change, on typical 64-bit hosts error ("...%d...", N)
16898 was used to print both 32- and 64-bit integers N, which relied on
16899 undefined behavior.
16900 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
16901 * lisp.h (error, verror): Mark as printf-like functions.
16902 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
16903 Report overflow in size calculations when allocating printf buffer.
16904 Do not truncate output string at its first null byte.
16905 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
16906 Truncate the output at a character boundary, since vsnprintf does not
16907 do that.
16908 * charset.c (check_iso_charset_parameter): Convert internal
16909 character to string before calling 'error', since %c now has the
16910 printf meaning.
16911 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
16912 overflow when computing char to be passed to 'error'. Do not
16913 pass Lisp_Object to 'error'; pass the integer instead.
16914 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
16915 formatted with plain %d.
16916
16917 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
16918
16919 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
16920
16921 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
16922
16923 * xterm.c (x_catch_errors): Remove duplicate declaration.
16924
16925 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
16926
16927 * xdisp.c, lisp.h (message_nolog): Remove; unused.
16928
16929 2011-04-10 Jim Meyering <meyering@redhat.com>
16930
16931 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
16932 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
16933 return ssize_t not "int", and use size_t as the buffer length.
16934 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
16935 * gnutls.h: Update declarations.
16936 * process.c (read_process_output): Use ssize_t, to match.
16937 (send_process): Likewise.
16938
16939 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
16940
16941 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
16942
16943 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
16944
16945 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
16946 Use unsigned char, to match FcChar8 type definition.
16947
16948 * xterm.c (handle_one_xevent):
16949 * xmenu.c (create_and_show_popup_menu):
16950 * xselect.c (x_decline_selection_request)
16951 (x_reply_selection_request): Avoid type-punned deref of X events.
16952
16953 2011-04-09 Eli Zaretskii <eliz@gnu.org>
16954
16955 Fix some uses of `int' instead of EMACS_INT.
16956 * search.c (string_match_1, fast_string_match)
16957 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
16958 (scan_buffer, find_next_newline_no_quit)
16959 (find_before_next_newline, search_command, Freplace_match)
16960 (Fmatch_data): Make some `int' variables be EMACS_INT.
16961
16962 * xdisp.c (display_count_lines): 3rd argument and return value now
16963 EMACS_INT. All callers changed.
16964 (pint2hrstr): Last argument is now EMACS_INT.
16965
16966 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
16967 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
16968 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
16969 (decode_coding_utf_16, decode_coding_emacs_mule)
16970 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16971 (decode_coding_ccl, decode_coding_charset)
16972 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
16973 (decode_coding_iso_2022, decode_coding_emacs_mule)
16974 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
16975 <char_offset, last_offset>: Declare EMACS_INT.
16976 (encode_coding_utf_8, encode_coding_utf_16)
16977 (encode_coding_emacs_mule, encode_invocation_designation)
16978 (encode_designation_at_bol, encode_coding_iso_2022)
16979 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
16980 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
16981 Declare EMACS_INT.
16982 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
16983 (encode_invocation_designation): Last argument P_NCHARS is now
16984 EMACS_INT.
16985 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
16986 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
16987
16988 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
16989 All users changed.
16990
16991 * ccl.c (Fccl_execute_on_string): Declare some variables
16992 EMACS_INT.
16993
16994 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
16995
16996 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
16997
16998 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
16999
17000 * process.c (Fformat_network_address): Doc fix.
17001
17002 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
17003
17004 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
17005
17006 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
17007
17008 * keyboard.c (read_char): Call Lisp function help-form-show,
17009 instead of using internal_with_output_to_temp_buffer.
17010 (Qhelp_form_show): New var.
17011 (syms_of_keyboard): Use DEFSYM macro.
17012
17013 * print.c (internal_with_output_to_temp_buffer): Function deleted.
17014
17015 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
17016
17017 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
17018
17019 * process.c (Flist_processes): Remove to Lisp.
17020 (list_processes_1): Delete.
17021
17022 2011-04-06 Eli Zaretskii <eliz@gnu.org>
17023
17024 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
17025
17026 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
17027
17028 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
17029
17030 Fix more problems found by GCC 4.6.0's static checks.
17031
17032 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
17033
17034 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
17035
17036 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
17037
17038 * xdisp.c (vmessage): Mark as a printf-like function.
17039
17040 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
17041
17042 * sound.c (sound_warning): Don't crash if arg contains a printf format.
17043
17044 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
17045 printf-like functions.
17046 (tiff_load): Add casts to remove these marks before passing them
17047 to system-supplied API.
17048
17049 * eval.c (Fsignal): Remove excess argument to 'fatal'.
17050
17051 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
17052 This avoids several warnings with gcc -Wstrict-overflow.
17053 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
17054 directly, rather than having caller test rule sign. This avoids
17055 some unnecessary tests.
17056 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
17057 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
17058 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
17059
17060 * xfont.c (xfont_text_extents): Remove var that was set but not used.
17061 (xfont_open): Avoid unnecessary tests.
17062
17063 * composite.c (composition_gstring_put_cache): Use unsigned integer.
17064
17065 * composite.h, composite.c (composition_gstring_put_cache):
17066 Use EMACS_INT, not int, for length.
17067
17068 * composite.h (COMPOSITION_DECODE_REFS): New macro,
17069 breaking out part of COMPOSITION_DECODE_RULE.
17070 (COMPOSITION_DECODE_RULE): Use it.
17071 * composite.c (get_composition_id): Remove unused local vars,
17072 by using the new macro.
17073
17074 * textprop.c (set_text_properties_1): Change while to do-while,
17075 since the condition is always true at first.
17076
17077 * intervals.c (graft_intervals_into_buffer): Mark var as used.
17078 (interval_deletion_adjustment): Return unsigned value.
17079 All uses changed.
17080
17081 * process.c (list_processes_1, create_pty, read_process_output):
17082 (exec_sentinel): Remove vars that were set but not used.
17083 (create_pty): Remove unnecessary "volatile"s.
17084 (Fnetwork_interface_info): Avoid possibility of int overflow.
17085 (read_process_output): Do adaptive read buffering even if carryover.
17086 (read_process_output): Simplify nbytes computation if buffered.
17087
17088 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
17089
17090 * syntax.c (scan_words): Remove var that was set but not used.
17091 (update_syntax_table): Use unsigned instead of int.
17092
17093 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
17094 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
17095 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
17096
17097 * print.c (print_error_message): Avoid int overflow.
17098
17099 * font.c (font_list_entities): Redo for clarity,
17100 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
17101
17102 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
17103 (font_score): Avoid potential overflow in diff calculation.
17104
17105 * fns.c (substring_both): Remove var that is set but not used.
17106 (sxhash): Redo loop for clarity and to avoid wraparound warning.
17107
17108 * eval.c (funcall_lambda): Rename local to avoid shadowing.
17109
17110 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
17111 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
17112 can always succeed if overflow has undefined behavior.
17113
17114 * search.c (boyer_moore, wordify): Remove vars set but not used.
17115 (wordify): Omit three unnecessary tests.
17116
17117 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
17118 All callers changed. This avoids the need for an unused var.
17119
17120 * casefiddle.c (casify_region): Remove var that is set but not used.
17121
17122 * dired.c (file_name_completion): Remove var that is set but not used.
17123
17124 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
17125
17126 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
17127 (Finsert_file_contents): Remove unnecessary code checking fd.
17128
17129 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
17130 Check for integer overflow on size calculations.
17131
17132 * buffer.c (Fprevious_overlay_change): Remove var that is set
17133 but not used.
17134
17135 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
17136 Remove vars that are set but not used.
17137 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
17138 (timer_check_2): Mark vars as initialized.
17139
17140 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
17141
17142 * image.c (lookup_image): Remove var that is set but not used.
17143 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
17144
17145 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
17146 that are set but not used.
17147
17148 * xfns.c (make_invisible_cursor): Don't return garbage
17149 if XCreateBitmapFromData fails (Bug#8410).
17150
17151 * xselect.c (x_get_local_selection, x_handle_property_notify):
17152 Remove vars that are set but not used.
17153
17154 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
17155 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
17156
17157 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
17158 Remove var that is set but not used.
17159 (scroll_bar_windows_size): Now size_t, not int.
17160 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
17161 Check for overflow.
17162
17163 * xfaces.c (realize_named_face): Remove vars that are set but not used.
17164 (map_tty_color) [!defined MSDOS]: Likewise.
17165
17166 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
17167
17168 * coding.c: Remove vars that are set but not used.
17169 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
17170 All callers changed.
17171 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
17172 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
17173 (decode_coding_charset): Remove vars that are set but not used.
17174
17175 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
17176 that is set but not used.
17177
17178 * print.c (print_object): Remove var that is set but not used.
17179
17180 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
17181 The gnulib version avoids calling malloc in the usual case,
17182 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
17183 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
17184 * filelock.c (current_lock_owner): Likewise.
17185 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
17186 * sysdep.c: Include allocator.h, careadlinkat.h.
17187 (emacs_no_realloc_allocator): New static constant.
17188 (emacs_readlink): New function.
17189 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
17190 ../lib/careadlinkat.h.
17191
17192 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
17195 first non-nil return value).
17196
17197 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
17198
17199 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
17200 if not defined (Bug#8403).
17201
17202 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
17203
17204 * xdisp.c (display_count_lines): Remove parameter `start',
17205 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
17206 (get_char_face_and_encoding): Remove parameter `multibyte_p',
17207 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
17208 (fill_stretch_glyph_string): Remove parameters `row' and `area',
17209 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
17210 and thereabouts. All callers changed.
17211 (get_per_char_metric): Remove parameter `f', unused since
17212 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
17213
17214 2011-04-02 Jim Meyering <meyering@redhat.com>
17215
17216 do not dereference NULL upon failed strdup
17217 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
17218 (ns_get_family): Likewise.
17219
17220 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
17221
17222 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
17223
17224 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
17225
17226 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
17227 later (Bug#8403).
17228
17229 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 Add lexical binding.
17232
17233 * window.c (Ftemp_output_buffer_show): New fun.
17234 (Fsave_window_excursion):
17235 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
17236
17237 * lread.c (lisp_file_lexically_bound_p): New function.
17238 (Fload): Bind Qlexical_binding.
17239 (readevalloop): Remove `evalfun' arg.
17240 Bind Qinternal_interpreter_environment.
17241 (Feval_buffer): Bind Qlexical_binding.
17242 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
17243 Mark as dynamic.
17244 (syms_of_lread): Declare `lexical-binding'.
17245
17246 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
17247
17248 * keyboard.c (eval_dyn): New fun.
17249 (menu_item_eval_property): Use it.
17250
17251 * image.c (parse_image_spec): Use Ffunctionp.
17252
17253 * fns.c (concat, mapcar1): Accept byte-code-functions.
17254
17255 * eval.c (Fsetq): Handle lexical vars.
17256 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
17257 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
17258 (FletX, Flet): Obey lexical binding.
17259 (Fcommandp): Handle closures.
17260 (Feval): New `lexical' arg.
17261 (eval_sub): New function extracted from Feval. Use it almost
17262 everywhere where Feval was used. Look up vars in lexical env.
17263 Handle closures.
17264 (Ffunctionp): Move from subr.el.
17265 (Ffuncall): Handle closures.
17266 (apply_lambda): Remove `eval_flags'.
17267 (funcall_lambda): Handle closures and new byte-code-functions.
17268 (Fspecial_variable_p): New function.
17269 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
17270 but without exporting it to Lisp.
17271
17272 * doc.c (Fdocumentation, store_function_docstring):
17273 * data.c (Finteractive_form): Handle closures.
17274
17275 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
17276 interactive spec.
17277
17278 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
17279 New byte-codes.
17280 (exec_byte_code): New function extracted from Fbyte_code to handle new
17281 calling convention for byte-code-functions. Add new byte-codes.
17282
17283 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
17284
17285 * alloc.c (Fmake_symbol): Init new `declared_special' field.
17286
17287 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
17288
17289 * xdisp.c (redisplay_internal): Fix prototype.
17290
17291 2011-03-31 Eli Zaretskii <eliz@gnu.org>
17292
17293 * xdisp.c (SCROLL_LIMIT): New macro.
17294 (try_scrolling): Use it when setting scroll_limit.
17295 Limit scrolling to 100 screen lines.
17296 (redisplay_window): Even when falling back on "recentering",
17297 position point in the window according to scroll-conservatively,
17298 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
17299
17300 (try_scrolling): When point is above the window, allow searching
17301 as far as scroll_max, or one screenful, to compute vertical
17302 distance from PT to the scroll margin position. This prevents
17303 try_scrolling from unnecessarily failing when
17304 scroll-conservatively is set to a value slightly larger than the
17305 window height. Clean up the case of PT below the margin at bottom
17306 of window: scroll_max can no longer be INT_MAX. When aggressive
17307 scrolling is in use, don't let point enter the opposite scroll
17308 margin as result of the scroll.
17309 (syms_of_xdisp) <scroll-conservatively>: Document the
17310 threshold of 100 lines for never-recentering scrolling.
17311
17312 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
17313
17314 * dispextern.h (move_it_by_lines):
17315 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
17316 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
17317 (message_log_check_duplicate): Remove parameters `prev_bol' and
17318 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
17319 (redisplay_internal): Remove parameter `preserve_echo_area',
17320 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
17321
17322 * indent.c (Fvertical_motion):
17323 * window.c (window_scroll_pixel_based, Frecenter):
17324 Don't pass `need_y_p' to `move_it_by_lines'.
17325
17326 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
17329 steal a few bits to be more compact.
17330 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
17331 Remove unneeded casts.
17332
17333 * bytecode.c (Fbyte_code): CAR and CDR can GC.
17334
17335 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
17336
17337 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
17338 binding" message (bug#7967).
17339
17340 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
17341
17342 Fix more problems found by GCC 4.6.0's static checks.
17343
17344 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
17345 Remove unused local var.
17346
17347 * editfns.c (Fmessage_box): Remove unused local var.
17348
17349 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
17350 (note_mode_line_or_margin_highlight, note_mouse_highlight):
17351 Omit unused local vars.
17352 * window.c (shrink_windows): Omit unused local var.
17353 * menu.c (digest_single_submenu): Omit unused local var.
17354 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
17355 Omit unused local var.
17356
17357 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
17358 Don't assume string length fits in int.
17359 (keyremap_step, read_key_sequence): Use size_t for sizes.
17360 (read_key_sequence): Don't check last_real_key_start redundantly.
17361
17362 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
17363 instead of alloca (Bug#8344).
17364
17365 * eval.c (Fbacktrace): Don't assume nargs fits in int.
17366 (Fbacktrace_frame): Don't assume nframes fits in int.
17367
17368 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
17369
17370 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
17371 concerns.
17372
17373 * term.c (produce_glyphless_glyph): Remove unnecessary test.
17374
17375 * cm.c (calccost): Turn while-do into do-while, for clarity.
17376
17377 * keyboard.c (syms_of_keyboard): Use the same style as later
17378 in this function when indexing through an array. This also
17379 works around GCC bug 48267.
17380
17381 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
17382
17383 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
17384
17385 * chartab.c (sub_char_table_ref_and_range): Redo for slight
17386 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
17387
17388 * keyboard.c, keyboard.h (num_input_events): Now size_t.
17389 This avoids undefined behavior on integer overflow, and is a bit
17390 more convenient anyway since it is compared to a size_t variable.
17391
17392 Variadic C functions now count arguments with size_t, not int.
17393 This avoids an unnecessary limitation on 64-bit machines, which
17394 caused (substring ...) to crash on large vectors (Bug#8344).
17395 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
17396 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
17397 All variadic functions and their callers changed accordingly.
17398 (struct gcpro.nvars): Now size_t, not int. All uses changed.
17399 * data.c (arith_driver, float_arith_driver): Likewise.
17400 * editfns.c (general_insert_function): Likewise.
17401 * eval.c (struct backtrace.nargs, interactive_p)
17402 (internal_condition_case_n, run_hook_with_args, apply_lambda)
17403 (funcall_lambda, mark_backtrace): Likewise.
17404 * fns.c (concat): Likewise.
17405 * frame.c (x_set_frame_parameters): Likewise.
17406 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
17407 0 if not found, not -1. All callers changed.
17408
17409 * alloc.c (garbage_collect): Don't assume stack size fits in int.
17410 (stack_copy_size): Now size_t, not int.
17411 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
17412
17413 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
17416 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
17417 All callers changed.
17418
17419 * lisp.h (multibyte_char_to_unibyte):
17420 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
17421 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
17422 * character.h (CHAR_TO_BYTE8):
17423 * cmds.c (internal_self_insert):
17424 * editfns.c (general_insert_function):
17425 * keymap.c (push_key_description):
17426 * search.c (Freplace_match):
17427 * xdisp.c (message_dolog, set_message_1): All callers changed.
17428
17429 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17430
17431 * keyboard.c (safe_run_hook_funcall): New function.
17432 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
17433 don't set the hook to nil, but remove the offending function instead.
17434 (Qcommand_hook_internal): Remove, unused.
17435 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
17436 Vcommand_hook_internal.
17437
17438 * eval.c (enum run_hooks_condition): Remove.
17439 (funcall_nil, funcall_not): New functions.
17440 (run_hook_with_args): Call each function through a `funcall' argument.
17441 Remove `cond' argument, now redundant.
17442 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
17443 (Frun_hook_with_args_until_failure): Adjust accordingly.
17444 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
17445
17446 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
17447
17448 * dispextern.h (string_buffer_position): Remove declaration.
17449
17450 * print.c (strout): Remove parameter `multibyte', unused since
17451 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
17452
17453 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
17454 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
17455 All callers changed.
17456
17457 * w32.c (_wsa_errlist): Use braces for struct initializers.
17458
17459 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
17460 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
17461 All callers changed.
17462 (string_buffer_position): Likewise. Also, make static (it's never
17463 used outside xdisp.c).
17464 (cursor_row_p): Remove parameter `w', unused since
17465 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
17466 (decode_mode_spec): Remove parameter `precision', introduced during
17467 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
17468 All callers changed.
17469
17470 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
17471
17472 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
17473
17474 2011-03-27 Anders Lindgren <andlind@gmail.com>
17475
17476 * nsterm.m (ns_menu_bar_is_hidden): New variable.
17477 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
17478 (ns_update_auto_hide_menu_bar): New functions.
17479 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
17480 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
17481 ns_constrain_all_frames.
17482 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
17483 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
17484
17485 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
17486
17487 * nsmenu.m (runDialogAt): Remove argument to timer_check.
17488
17489 2011-03-27 Glenn Morris <rgm@gnu.org>
17490
17491 * syssignal.h: Replace RETSIGTYPE with void.
17492 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
17493 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
17494 Replace SIGTYPE with void everywhere.
17495 * s/usg5-4-common.h (SIGTYPE): Remove definition.
17496 * s/template.h (SIGTYPE): Remove commented out definition.
17497
17498 2011-03-26 Eli Zaretskii <eliz@gnu.org>
17499
17500 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
17501 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
17502
17503 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
17504
17505 * w32.c (read_unc_volume): Use parameter `henum', instead of
17506 global variable `wget_enum_handle'.
17507
17508 * keymap.c (describe_vector): Remove parameters `indices' and
17509 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
17510 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
17511
17512 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
17513
17514 * keyboard.c (timer_check): Remove parameter `do_it_now',
17515 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
17516 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
17517 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
17518
17519 * keyboard.c (read_char):
17520 * w32menu.c (w32_menu_display_help):
17521 * xmenu.c (show_help_event, menu_help_callback):
17522 Adjust calls to `show_help_echo'.
17523
17524 * gtkutil.c (xg_maybe_add_timer):
17525 * keyboard.c (readable_events):
17526 * process.c (wait_reading_process_output):
17527 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
17528
17529 * insdel.c (adjust_markers_gap_motion):
17530 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
17531 (gap_left, gap_right): Don't call it.
17532
17533 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
17534
17535 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
17536 incurred during fontification.
17537
17538 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
17539
17540 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
17541 (DEFVAR_PER_BUFFER): Don't pass it.
17542
17543 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
17544 (scrolling_window): Don't pass it.
17545
17546 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
17547
17548 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
17549
17550 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
17551 and `suffix'.
17552 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
17553 of variables specific to SELinux and computation of `encoded_absname'.
17554
17555 * image.c (XPutPixel): Remove unused variable `height'.
17556
17557 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
17558
17559 * unexw32.c (get_section_info): Remove unused variable `section'.
17560
17561 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
17562 (system_process_attributes): Remove unused variable `sess'.
17563 (sys_read): Remove unused variable `err'.
17564
17565 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
17566 (w32_wnd_proc): Remove unused variable `isdead'.
17567 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
17568 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
17569 (x_create_tip_frame): Remove unused variable `tem'.
17570
17571 * w32inevt.c (w32_console_read_socket):
17572 Remove unused variable `no_events'.
17573
17574 * w32term.c (x_draw_composite_glyph_string_foreground):
17575 Remove unused variable `width'.
17576
17577 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
17578
17579 * w32term.c (x_set_glyph_string_clipping):
17580 Don't pass uninitialized region to CombineRgn.
17581
17582 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
17583
17584 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
17585 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
17586 (Fx_close_connection): Remove unused variable `i'.
17587
17588 * w32font.c (w32font_draw): Return number of glyphs.
17589 (w32font_open_internal): Remove unused variable `i'.
17590 (w32font_driver): Add missing initializer.
17591
17592 * w32menu.c (utf8to16): Remove unused variable `utf16'.
17593 (fill_in_menu): Remove unused variable `items_added'.
17594
17595 * w32term.c (last_mouse_press_frame): Remove static global variable.
17596 (w32_clip_to_row): Remove unused variable `f'.
17597 (x_delete_terminal): Remove unused variable `i'.
17598
17599 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
17600 (NOTHING): Remove unused static global variable.
17601 (uniscribe_check_otf): Remove unused variable `table'.
17602 (uniscribe_font_driver): Add missing initializers.
17603
17604 2011-03-23 Julien Danjou <julien@danjou.info>
17605
17606 * term.c (Fsuspend_tty, Fresume_tty):
17607 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
17608 * window.c (temp_output_buffer_show):
17609 * insdel.c (signal_before_change):
17610 * frame.c (Fhandle_switch_frame):
17611 * fileio.c (Fdo_auto_save):
17612 * emacs.c (Fkill_emacs):
17613 * editfns.c (save_excursion_restore):
17614 * cmds.c (internal_self_insert):
17615 * callint.c (Fcall_interactively):
17616 * buffer.c (Fkill_all_local_variables):
17617 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
17618 Use Frun_hooks.
17619 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
17620 unconditionally since it does the check itself.
17621
17622 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
17623
17624 Fix more problems found by GCC 4.5.2's static checks.
17625
17626 * coding.c (encode_coding_raw_text): Avoid unnecessary test
17627 the first time through the loop, since we know p0 < p1 then.
17628 This also avoids a gcc -Wstrict-overflow warning.
17629
17630 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
17631 leading to a memory leak, possible in functions like
17632 load_charset_map_from_file that can allocate an unbounded number
17633 of objects (Bug#8318).
17634
17635 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
17636 that could (at least in theory) be that large.
17637
17638 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
17639 This is less likely to overflow, and avoids undefined behavior if
17640 overflow does occur. All callers changed. Use strtoul to scan
17641 for the unsigned long integer.
17642 (pint2hrstr): Simplify and tune code slightly.
17643 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
17644
17645 * scroll.c (do_scrolling): Work around GCC bug 48228.
17646 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
17647
17648 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
17649 This also avoids a warning with gcc -Wstrict-overflow.
17650 (validate_x_resource_name): Simplify count usage.
17651 This also avoids a warning with gcc -Wstrict-overflow.
17652
17653 * fileio.c (Fcopy_file): Report error if fchown or fchmod
17654 fail (Bug#8306).
17655
17656 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
17657
17658 * process.c (Fmake_network_process): Use socklen_t, not int,
17659 where POSIX says socklen_t is required in portable programs.
17660 This fixes a porting bug on hosts like 64-bit HP-UX, where
17661 socklen_t is wider than int (Bug#8277).
17662 (Fmake_network_process, server_accept_connection):
17663 (wait_reading_process_output, read_process_output):
17664 Likewise.
17665
17666 * process.c: Rename or move locals to avoid shadowing.
17667 (list_processes_1, Fmake_network_process):
17668 (read_process_output_error_handler, exec_sentinel_error_handler):
17669 Rename or move locals.
17670 (Fmake_network_process): Define label "retry_connect" only if needed.
17671 (Fnetwork_interface_info): Fix pointer signedness.
17672 (process_send_signal): Add cast to avoid pointer signedness problem.
17673 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
17674 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
17675
17676 Make tparam.h and terminfo.c consistent.
17677 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
17678 Include tparam.h instead, since it declares them.
17679 * cm.h (PC): Remove extern decl; tparam.h now does this.
17680 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
17681 * terminfo.c: Include tparam.h, to check interfaces.
17682 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
17683 (tparam): Adjust signature to match interface in tparam.h;
17684 this removes some undefined behavior. Check that outstring and len
17685 are zero, which they always are with Emacs.
17686 * tparam.h (PC, BC, UP): New extern decls.
17687
17688 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
17689 (xftfont_open): Rename locals to avoid shadowing.
17690
17691 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
17692 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
17693 (OTF_TAG_SYM): Omit macro if not needed.
17694 (ftfont_list): Remove unused local.
17695 (get_adstyle_property, ftfont_pattern_entity):
17696 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
17697 Rename locals to avoid shadowing.
17698
17699 * xfont.c (xfont_list_family): Mark var as initialized.
17700
17701 * xml.c (make_dom): Now static.
17702
17703 * composite.c (composition_compute_stop_pos): Rename local to
17704 avoid shadowing.
17705 (composition_reseat_it): Remove unused locals.
17706 (find_automatic_composition, composition_adjust_point): Likewise.
17707 (composition_update_it): Mark var as initialized.
17708 (find_automatic_composition): Mark vars as initialized,
17709 with a FIXME (Bug#8290).
17710
17711 character.h: Rename locals to avoid shadowing.
17712 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
17713 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
17714 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
17715 (BUF_DEC_POS): Be more systematic about renaming local temporaries
17716 to avoid shadowing.
17717
17718 * textprop.c (property_change_between_p): Remove; unused.
17719
17720 * intervals.c (interval_start_pos): Now static.
17721
17722 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
17723
17724 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
17725 Rename locals to avoid shadowing.
17726
17727 * sound.c (wav_play, au_play, Fplay_sound_internal):
17728 Fix pointer signedness.
17729 (alsa_choose_format): Remove unused local var.
17730 (wav_play): Initialize a variable to 0, to prevent undefined
17731 behavior (Bug#8278).
17732
17733 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
17734
17735 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
17736
17737 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
17738 clobbering (Bug#8298).
17739 * sysdep.c (sys_subshell): Likewise.
17740 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
17741
17742 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
17743 This should get cleaned up, so that child_setup has the
17744 same signature on all platforms.
17745
17746 * callproc.c (call_process_cleanup): Now static.
17747 (relocate_fd): Rename locals to avoid shadowing.
17748
17749 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
17750
17751 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
17752 not to be necessary, and produces flickering.
17753
17754 2011-03-20 Glenn Morris <rgm@gnu.org>
17755
17756 * config.in: Remove file.
17757
17758 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
17761 are now in src/globals.h.
17762 (syms_of_minibuf): Remove spurious & from previous change.
17763
17764 2011-03-20 Leo Liu <sdl.web@gmail.com>
17765
17766 * minibuf.c (completing-read-function): New variable.
17767 (completing-read-default): Rename from completing-read.
17768 (completing-read): Call completing-read-function.
17769
17770 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
17771
17772 * xfaces.c (Fx_load_color_file):
17773 Read color file from absolute filename (bug#8250).
17774
17775 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
17776
17777 * makefile.w32-in: Update dependencies.
17778
17779 2011-03-17 Eli Zaretskii <eliz@gnu.org>
17780
17781 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
17782
17783 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
17784
17785 Fix more problems found by GCC 4.5.2's static checks.
17786
17787 * process.c (make_serial_process_unwind, send_process_trap):
17788 (sigchld_handler): Now static.
17789
17790 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
17791 That way, the code declares only the vars that it needs.
17792 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
17793 * s/cygwin.h (PTY_ITERATION): Likewise.
17794 * s/darwin.h (PTY_ITERATION): Likewise.
17795 * s/gnu-linux.h (PTY_ITERATION): Likewise.
17796
17797 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
17798 * process.c (allocate_pty): Don't declare stb unless it's needed.
17799
17800 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
17801 (CONSTANTLIM): Remove; unused.
17802 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
17803 Define only if needed.
17804
17805 * unexelf.c (unexec): Name an expression,
17806 to avoid gcc -Wbad-function-cast warning.
17807 Use a different way to cause a compilation error if anyone uses
17808 n rather than nn, a way that does not involve shadowing.
17809 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
17810
17811 * deps.mk (unexalpha.o): Remove; unused.
17812
17813 New file unexec.h, the (simple) interface for unexec (Bug#8267).
17814 * unexec.h: New file.
17815 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
17816 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
17817 Depend on unexec.h.
17818 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
17819 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
17820 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
17821 Change as necessary to match prototype in unexec.h.
17822
17823 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
17824 shadowing.
17825 (back_comment, skip_chars): Mark vars as initialized.
17826
17827 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
17828 Rename locals to avoid shadowing.
17829
17830 * lread.c (read1): Rewrite so as not to use empty "else".
17831 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
17832
17833 * print.c (Fredirect_debugging_output): Fix pointer signedess.
17834
17835 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
17836 warning when compiling print.c.
17837
17838 * font.c (font_unparse_fcname): Abort in an "impossible" situation
17839 instead of using an uninitialized var.
17840 (font_sort_entities): Mark var as initialized.
17841
17842 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
17843
17844 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
17845 pointers to constants.
17846 (font_parse_fcname): Remove unused vars.
17847 (font_delete_unmatched): Now static.
17848 (font_get_spec): Remove; unused.
17849 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
17850 (font_update_drivers, Ffont_get_glyphs, font_add_log):
17851 Rename or move locals to avoid shadowing.
17852
17853 * fns.c (require_nesting_list, require_unwind): Now static.
17854 (Ffillarray): Rename locals to avoid shadowing.
17855
17856 * floatfns.c (domain_error2): Define only if needed.
17857 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
17858
17859 * alloc.c (mark_backtrace): Move decl from here ...
17860 * lisp.h: ... to here, so that it can be checked.
17861
17862 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
17863 (Fdefvar): Rewrite so as not to use empty "else".
17864 (lisp_indirect_variable): Name an expression,
17865 to avoid gcc -Wbad-function-cast warning.
17866 (Fdefvar): Rename locals to avoid shadowing.
17867
17868 * callint.c (quotify_arg, quotify_args): Now static.
17869 (Fcall_interactively): Rename locals to avoid shadowing.
17870 Use const pointer when appropriate.
17871
17872 * lisp.h (get_system_name, get_operating_system_release):
17873 Move decls here, to check interfaces.
17874 * process.c (get_operating_system_release): Move decl to lisp.h.
17875 * xrdb.c (get_system_name): Likewise.
17876 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
17877 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
17878 some of which prompt warnings from gcc -Wbad-function-cast.
17879 (Fformat_time_string, Fencode_time, Finsert_char):
17880 (Ftranslate_region_internal, Fformat):
17881 Rename or remove local vars to avoid shadowing.
17882 (Ftranslate_region_internal): Mark var as initialized.
17883
17884 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
17885 avoid shadowing.
17886
17887 * lisp.h (eassert): Check that the argument compiles, even if
17888 ENABLE_CHECKING is not defined.
17889
17890 * data.c (Findirect_variable): Name an expression, to avoid
17891 gcc -Wbad-function-cast warning.
17892 (default_value, arithcompare, arith_driver, arith_error): Now static.
17893 (store_symval_forwarding): Rename local to avoid shadowing.
17894 (Fmake_variable_buffer_local, Fmake_local_variable):
17895 Mark variables as initialized.
17896 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
17897
17898 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
17899 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
17900 Rename locals to avoid shadowing.
17901 (mark_stack): Move local variables into the #ifdef region where
17902 they're used.
17903 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
17904 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
17905 needed otherwise.
17906 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
17907 (GC_STRING_CHARS): Remove; not used.
17908 (Fmemory_limit): Cast sbrk's returned value to char *.
17909
17910 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
17911 avoids undefined behavior in theory.
17912
17913 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
17914
17915 Use functions, not macros, for up- and down-casing (Bug#8254).
17916 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
17917 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
17918 to use the following functions instead of these macros.
17919 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
17920 EMACS_INT, since callers assume the returned value fits in int.
17921 (upcase1): Likewise, for UPCASE_TABLE.
17922 (uppercasep, lowercasep, upcase): New static inline functions.
17923 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
17924 the race-condition problem in the old DOWNCASE.
17925
17926 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
17927 Rename locals to avoid shadowing.
17928 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
17929 (regex_compile, re_search_2, re_match_2_internal):
17930 Remove unused local vars.
17931 (FREE_VAR): Rewrite so as not to use empty "else",
17932 which gcc can warn about.
17933 (regex_compile, re_match_2_internal): Mark locals as initialized.
17934 (RETALLOC_IF): Define only if needed.
17935 (WORDCHAR_P): Likewise. This one is never needed, but is used
17936 only in a comment talking about a compiler bug, so put inside
17937 the #if 0 of that comment.
17938 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
17939 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
17940 Remove; unused.
17941
17942 * search.c (boyer_moore): Rename locals to avoid shadowing.
17943 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
17944 (PREV_CHAR_BOUNDARY): Likewise.
17945
17946 * search.c (simple_search): Remove unused var.
17947
17948 * dired.c (compile_pattern): Move decl from here ...
17949 * lisp.h: ... to here, so that it can be checked.
17950 (struct re_registers): New forward decl.
17951
17952 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
17953
17954 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
17955 All uses changed.
17956 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
17957 Rename locals to avoid shadowing.
17958 (Fvertical_motion): Mark locals as initialized.
17959
17960 * casefiddle.c (casify_object, casify_region): Now static.
17961 (casify_region): Mark local as initialized.
17962
17963 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
17964
17965 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
17966 New macros, so that the caller can use some names other than
17967 gcpro1, gcpro2, etc.
17968 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
17969 of the new macros.
17970 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
17971 argument, for consistency with GCPRO2_VAR, etc: it is now the
17972 prefix of the variable, not the variable itself. All uses
17973 changed.
17974 * dired.c (directory_files_internal, file_name_completion):
17975 Rename locals to avoid shadowing.
17976
17977 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
17978 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
17979 dired.c's scmp function, had undefined behavior.
17980 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
17981 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
17982 * buffer.h: ... to here, because these macros use current_buffer,
17983 and the new implementation with inline functions needs to have
17984 current_buffer in scope now, rather than later when the macros
17985 are used.
17986 (downcase, upcase1): New static inline functions.
17987 (DOWNCASE, UPCASE1): Reimplement using these functions.
17988 This avoids undefined behavior in expressions like
17989 DOWNCASE (x) == DOWNCASE (y), which previously suffered
17990 from race conditions in accessing the global variables
17991 case_temp1 and case_temp2.
17992 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
17993 * lisp.h (case_temp1, case_temp2): Remove their decls.
17994 * character.h (ASCII_CHAR_P): Move from here ...
17995 * lisp.h: ... to here, so that the inline functions mentioned
17996 above can use them.
17997
17998 * dired.c (directory_files_internal_unwind): Now static.
17999
18000 * fileio.c (file_name_as_directory, directory_file_name):
18001 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
18002 Now static.
18003 (file_name_as_directory): Use const pointers when appropriate.
18004 (Fexpand_file_name): Likewise. In particular, newdir might
18005 point at constant storage, so make it a const pointer.
18006 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
18007 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
18008 signedness issues.
18009 (Fset_file_times, Finsert_file_contents, auto_save_error):
18010 Rename locals to avoid shadowing.
18011
18012 * minibuf.c (choose_minibuf_frame_1): Now static.
18013 (Ftry_completion, Fall_completions): Rename or remove locals
18014 to avoid shadowing.
18015
18016 * marker.c (bytepos_to_charpos): Remove; unused.
18017
18018 * lisp.h (verify_bytepos, count_markers): New decls,
18019 so that gcc does not warn that these functions aren't declared.
18020
18021 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
18022 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
18023 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
18024 (copy_text): Remove unused local var.
18025
18026 * filelock.c (within_one_second): Now static.
18027 (lock_file_1): Rename local to avoid shadowing.
18028
18029 * buffer.c (fix_overlays_before): Mark locals as initialized.
18030 (fix_start_end_in_overlays): Likewise. This function should be
18031 simplified by using pointers-to-pointers, but that's a different
18032 matter.
18033 (switch_to_buffer_1): Now static.
18034 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
18035 (report_overlay_modification): Rename locals to avoid shadowing.
18036
18037 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
18038 Fix pointer signedness issue.
18039 (sys_subshell): Mark local as volatile if checking for lint,
18040 to suppress a gcc -Wclobbered warning that does not seem to be right.
18041 (MAXPATHLEN): Define only if needed.
18042
18043 * process.c (serial_open, serial_configure): Move decls from here ...
18044 * systty.h: ... to here, so that they can be checked.
18045
18046 * fns.c (get_random, seed_random): Move extern decls from here ...
18047 * lisp.h: ... to here, so that they can be checked.
18048
18049 * sysdep.c (reset_io): Now static.
18050 (wait_for_termination_signal): Remove; unused.
18051
18052 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
18053 (copy_keymap_item, append_key, push_text_char_description):
18054 Now static.
18055 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
18056 (DENSE_TABLE_SIZE): Remove; unused.
18057 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
18058 (describe_map_tree):
18059 Rename locals to avoid shadowing.
18060
18061 * keyboard.c: Declare functions static if they are not used elsewhere.
18062 (echo_char, echo_dash, cmd_error, top_level_2):
18063 (poll_for_input, handle_async_input): Now static.
18064 (read_char, kbd_buffer_get_event, make_lispy_position):
18065 (make_lispy_event, make_lispy_movement, apply_modifiers):
18066 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
18067 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
18068 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
18069 (read_key_sequence, read_char): Mark locals as initialized.
18070 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
18071
18072 * keyboard.h (make_ctrl_char): New decl.
18073 (mark_kboards): Move decl here ...
18074 * alloc.c (mark_kboards): ... from here.
18075
18076 * lisp.h (force_auto_save_soon): New decl.
18077
18078 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
18079 (DEFINE_DUMMY_FUNCTION): New macro.
18080 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
18081 Use it.
18082 (main): Add casts to avoid warnings
18083 if GCC considers string literals to be constants.
18084
18085 * lisp.h (fatal_error_signal): Add decl, since it's exported.
18086
18087 * dbusbind.c: Pointer signedness fixes.
18088 (xd_signature, xd_append_arg, xd_initialize):
18089 (Fdbus_call_method, Fdbus_call_method_asynchronously):
18090 (Fdbus_method_return_internal, Fdbus_method_error_internal):
18091 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
18092 (Fdbus_register_signal): Use SSDATA when the context wants char *.
18093
18094 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
18095 if GCC considers string literals to be constants.
18096 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
18097
18098 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18099
18100 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
18101 (print_preprocess, print_object): New macro to fix last change.
18102
18103 * print.c (print_preprocess): Don't forget font objects.
18104
18105 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
18106
18107 * emacs.c (USAGE3): Doc fixes.
18108
18109 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
18110
18111 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
18112 structure.
18113
18114 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
18115
18116 * lisp.h (VWindow_system, Qfile_name_history):
18117 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
18118 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
18119 (w32_system_caret_x, w32_system_caret_y): Declare extern.
18120
18121 * w32select.c: Don't #include "keyboard.h".
18122 (run_protected): Add extern declaration for waiting_for_input.
18123
18124 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
18125 * w32console.c (detect_input_pending, read_input_pending)
18126 (encode_terminal_code):
18127 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
18128 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
18129 (w32_system_caret_y, Qfile_name_history):
18130 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
18131 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
18132 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
18133 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
18134 * w32proc.c (Qlocal, report_file_error):
18135 * w32term.c (Vwindow_system, updating_frame):
18136 * w32uniscribe.c (initialized, uniscribe_font_driver):
18137 Remove unneeded extern declarations.
18138
18139 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
18140
18141 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
18142
18143 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
18144
18145 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
18146 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
18147 These macros can no longer be used for assignment.
18148
18149 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18150 Assign struct members directly, instead of using BUF_BEGV etc.
18151 (record_buffer_markers, fetch_buffer_markers): New functions for
18152 recording and fetching special buffer markers.
18153 (set_buffer_internal_1, set_buffer_temp): Use them.
18154
18155 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
18156
18157 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
18158
18159 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
18160 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
18161
18162 * xdisp.c (hscroll_window_tree):
18163 (reconsider_clip_changes): Use PT instead of BUF_PT.
18164
18165 2011-03-13 Eli Zaretskii <eliz@gnu.org>
18166
18167 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
18168 $(EMACS_ROOT)/lib/intprops.h.
18169
18170 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
18171
18172 Fix more problems found by GCC 4.5.2's static checks.
18173
18174 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
18175 to unsigned char * to avoid compiler diagnostic.
18176 (xg_free_frame_widgets): Make it clear that a local variable is
18177 needed only if USE_GTK_TOOLTIP.
18178 (gdk_window_get_screen): Make it clear that this macro is needed
18179 only if USE_GTK_TOOLTIP.
18180 (int_gtk_range_get_value): New function, which avoids a diagnostic
18181 from gcc -Wbad-function-cast.
18182 (xg_set_toolkit_scroll_bar_thumb): Use it.
18183 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
18184 diagnostic from gcc -Wbad-function-cast.
18185 (get_utf8_string, xg_get_file_with_chooser):
18186 Rename locals to avoid shadowing.
18187 (create_dialog): Move locals to avoid shadowing.
18188
18189 * xgselect.c (xg_select): Remove unused var.
18190
18191 * image.c (four_corners_best): Mark locals as initialized.
18192 (gif_load): Initialize transparent_p to zero (Bug#8238).
18193 Mark another local as initialized.
18194 (my_png_error, my_error_exit): Mark with NO_RETURN.
18195
18196 * image.c (clear_image_cache): Now static.
18197 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
18198 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
18199 (x_edge_detection): Remove unnecessary cast that
18200 gcc -Wbad-function-cast diagnoses.
18201 (gif_load): Fix pointer signedness.
18202 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
18203 (jpeg_load, gif_load): Rename locals to avoid shadowing.
18204
18205 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
18206
18207 Improve quality of tests for time stamp overflow.
18208 For example, without this patch (encode-time 0 0 0 1 1
18209 1152921504606846976) returns the obviously-bogus value (-948597
18210 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
18211 reports time overflow. See
18212 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
18213 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
18214 * editfns.c: Include limits.h and intprops.h.
18215 (TIME_T_MIN, TIME_T_MAX): New macros.
18216 (time_overflow): Move earlier, to before first use.
18217 (hi_time, lo_time): New functions, for an accurate test for
18218 out-of-range times.
18219 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
18220 (Fget_internal_run_time): Don't assume time_t fits in int.
18221 (make_time): Use list2 instead of Fcons twice.
18222 (Fdecode_time): More accurate test for out-of-range times.
18223 (check_tm_member): New function.
18224 (Fencode_time): Use it, to test for out-of-range times.
18225 (lisp_time_argument): Don't rely on undefined left-shift and
18226 right-shift behavior when checking for time stamp overflow.
18227
18228 * editfns.c (time_overflow): New function, refactoring common code.
18229 (Fformat_time_string, Fdecode_time, Fencode_time):
18230 (Fcurrent_time_string): Use it.
18231
18232 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
18233 * dired.c (make_time): Move to ...
18234 * editfns.c (make_time): ... here.
18235 * systime.h: Note the move.
18236
18237 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18238
18239 * fringe.c (update_window_fringes): Remove unused variables.
18240
18241 * unexmacosx.c (copy_data_segment): Also copy __got section.
18242 (Bug#8223)
18243
18244 2011-03-12 Eli Zaretskii <eliz@gnu.org>
18245
18246 * termcap.c [MSDOS]: Include "msdos.h".
18247 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
18248 Constify `char *' arguments and their references according to
18249 prototypes in tparam.h.
18250
18251 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
18252
18253 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
18254 Adapt all references accordingly.
18255
18256 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
18257
18258 2011-03-11 Tom Tromey <tromey@redhat.com>
18259
18260 * buffer.c (syms_of_buffer): Remove obsolete comment.
18261
18262 2011-03-11 Eli Zaretskii <eliz@gnu.org>
18263
18264 * termhooks.h (encode_terminal_code): Declare prototype.
18265
18266 * msdos.c (encode_terminal_code): Don't declare prototype.
18267
18268 * term.c (encode_terminal_code): Now external again, used by
18269 w32console.c and msdos.c.
18270
18271 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
18272 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
18273
18274 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
18275
18276 Fix some minor problems found by GCC 4.5.2's static checks.
18277
18278 * fringe.c (update_window_fringes): Mark locals as initialized
18279 (Bug#8227).
18280 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
18281
18282 * alloc.c (mark_fringe_data): Move decl from here ...
18283 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
18284 to check its interface.
18285 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
18286
18287 * fontset.c (free_realized_fontset): Now static.
18288 (Fset_fontset_font): Rename local to avoid shadowing.
18289 (fontset_font): Mark local as initialized.
18290 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
18291
18292 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
18293
18294 * xselect.c (x_disown_buffer_selections): Remove; not used.
18295 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
18296 (x_own_selection, Fx_disown_selection_internal): Rename locals
18297 to avoid shadowing.
18298 (x_handle_dnd_message): Remove local to avoid shadowing.
18299
18300 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
18301 so that the caller can use some name other than gcpro1.
18302 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
18303 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
18304 (Fx_backspace_delete_keys_p):
18305 Use them to avoid shadowing, and rename vars to avoid shadowing.
18306 (x_decode_color, x_set_name, x_window): Now static.
18307 (Fx_create_frame): Add braces to silence GCC warning.
18308 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
18309 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
18310 Remove unused locals.
18311 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
18312 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
18313 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
18314 macros.
18315
18316 * xterm.h (x_mouse_leave): New decl.
18317
18318 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
18319 Remove unused functions.
18320 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
18321 (x_calc_absolute_position): Now static.
18322 (XTread_socket): Don't define label "out" unless it's used.
18323 Don't declare local "event" unless it's used.
18324 (x_iconify_frame, x_free_frame_resources): Don't declare locals
18325 unless they are used.
18326 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
18327 (x_fatal_error_signal): Remove; not used.
18328 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
18329 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
18330 (x_error_catcher, x_connection_closed, x_error_handler):
18331 (x_error_quitter, xembed_send_message, x_iconify_frame):
18332 (my_log_handler): Rename locals to avoid shadowing.
18333 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
18334 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
18335
18336 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
18337 Rename or move locals to avoid shadowing.
18338 (tty_defined_color, merge_face_heights): Now static.
18339 (free_realized_faces_for_fontset): Remove; not used.
18340 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
18341 does not deduce is never used uninitialized.
18342 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
18343 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
18344
18345 * terminal.c (store_terminal_param): Now static.
18346
18347 * xmenu.c (menu_highlight_callback): Now static.
18348 (set_frame_menubar): Remove unused local.
18349 (xmenu_show): Rename parameter to avoid shadowing.
18350 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
18351 since they might point to immutable storage.
18352 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
18353 since it's unused otherwise.
18354
18355 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
18356 Add a FIXME, since the code still doesn't look right. (Bug#8215)
18357 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
18358 avoids a gcc -Wuninitialized diagnostic.
18359 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
18360 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
18361 does not deduce are never used uninitialized.
18362
18363 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
18364
18365 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
18366 * window.c (window_loop, size_window):
18367 (run_window_configuration_change_hook, enlarge_window): Likewise.
18368
18369 * window.c (display_buffer): Now static.
18370 (size_window): Mark variables that gcc -Wuninitialized
18371 does not deduce are never used uninitialized.
18372 * window.h (check_all_windows): New decl, to forestall
18373 gcc -Wmissing-prototypes diagnostic.
18374 * dispextern.h (bidi_dump_cached_states): Likewise.
18375
18376 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
18377 shadowing.
18378 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
18379 Include <limits.h>.
18380 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
18381 and to avoid gcc -Wuninitialized warning.
18382 (load_charset_map): Mark variables that gcc -Wuninitialized
18383 does not deduce are never used uninitialized.
18384 (load_charset): Abort instead of using uninitialized var (Bug#8229).
18385
18386 * coding.c (coding_set_source, coding_set_destination):
18387 Use "else { /* comment */ }" rather than "else /* comment */;"
18388 for clarity, and to avoid gcc -Wempty-body warning.
18389 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
18390 a block, when the outer 'i' will do.
18391 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
18392 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
18393 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
18394 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
18395 (Fdecode_sjis_char, Fdefine_coding_system_internal):
18396 Rename locals to avoid shadowing.
18397 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18398 * coding.c (emacs_mule_char, encode_invocation_designation):
18399 Now static, since they're not used elsewhere.
18400 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
18401 (decode_coding_object, encode_coding_object, detect_coding_system):
18402 (decode_coding_emacs_mule): Mark variables that gcc
18403 -Wuninitialized does not deduce are never used uninitialized.
18404 (detect_coding_iso_2022): Initialize a local variable that might
18405 be used uninitialized. Leave a FIXME because it's not clear that
18406 this initialization is needed. (Bug#8211)
18407 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
18408 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
18409 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
18410 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
18411 Remove unused macros.
18412
18413 * category.c (hash_get_category_set): Remove unused local var.
18414 (copy_category_table): Now static, since it's not used elsewhere.
18415 * character.c (string_count_byte8): Likewise.
18416
18417 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
18418 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
18419
18420 * chartab.c (copy_sub_char_table): Now static, since it's not used
18421 elsewhere.
18422 (sub_char_table_ref_and_range, char_table_ref_and_range):
18423 Rename locals to avoid shadowing.
18424 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
18425
18426 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
18427 (BIDI_BOB): Remove unused macro.
18428
18429 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
18430 deduce are never used uninitialized.
18431 * term.c (encode_terminal_code): Likewise.
18432
18433 * term.c (encode_terminal_code): Now static. Remove unused local.
18434
18435 * tparam.h: New file.
18436 * term.c, tparam.h: Include it.
18437 * deps.mk (term.o, tparam.o): Depend on tparam.h.
18438 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
18439 Move these decls to tparam.h, and make them agree with what
18440 is actually in tparam.c. The previous trick of using incompatible
18441 decls in different modules does not conform to the C standard.
18442 All callers of tparam changed to use tparam's actual API.
18443 * tparam.c (tparam1, tparam, tgoto):
18444 Use const pointers where appropriate.
18445
18446 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
18447 * cm.h (struct cm): Likewise.
18448 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
18449 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
18450 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
18451 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
18452 (turn_on_face, init_tty): Likewise.
18453 * termchar.h (struct tty_display_info): Likewise.
18454
18455 * term.c (term_mouse_position): Rename local to avoid shadowing.
18456
18457 * alloc.c (mark_ttys): Move decl from here ...
18458 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
18459
18460 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
18461
18462 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
18463
18464 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
18465
18466 * search.c (compile_pattern_1): Remove argument regp, unused since
18467 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
18468 (compile_pattern): Don't pass it.
18469
18470 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
18471
18472 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
18473 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
18474 for ! HAVE_GTK3.
18475 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
18476
18477 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
18478
18479 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
18480 gdk_window_get_screen, gdk_window_get_geometry,
18481 gdk_x11_window_lookup_for_display and GDK_KEY_g.
18482 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
18483 (xg_get_pixbuf_from_pixmap): New function.
18484 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
18485 to Pixmap, take frame as parameter, remove GdkColormap parameter.
18486 Call xg_get_pixbuf_from_pixmap instead of
18487 gdk_pixbuf_get_from_drawable.
18488 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
18489 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
18490 (xg_check_special_colors): Use GtkStyleContext and its functions
18491 for HAVE_GTK3.
18492 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
18493 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
18494 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
18495 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
18496 Call gtk_widget_get_preferred_size.
18497 (xg_frame_resized): gdk_window_get_geometry only takes 5
18498 parameters.
18499 (xg_win_to_widget, xg_event_is_for_menubar):
18500 Call gdk_x11_window_lookup_for_display.
18501 (xg_set_widget_bg): New function.
18502 (delete_cb): New function.
18503 (xg_create_frame_widgets): Connect delete-event to delete_cb.
18504 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
18505 (xg_set_background_color): Call xg_set_widget_bg.
18506 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
18507 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
18508 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
18509 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
18510 if ! HAVE_GTK3.
18511 (update_frame_tool_bar): Call gtk_widget_hide.
18512 (xg_initialize): Use GDK_KEY_g.
18513
18514 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
18515 if ! HAVE_GTK3
18516 (x_session_initialize): Call gdk_x11_set_sm_client_id.
18517
18518 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
18519 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
18520 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
18521
18522 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
18523
18524 * w32xfns.c (select_palette): Check success of RealizePalette against
18525 GDI_ERROR, not zero.
18526
18527 See ChangeLog.11 for earlier changes.
18528
18529 ;; Local Variables:
18530 ;; coding: utf-8
18531 ;; End:
18532
18533 Copyright (C) 2011-2012 Free Software Foundation, Inc.
18534
18535 This file is part of GNU Emacs.
18536
18537 GNU Emacs is free software: you can redistribute it and/or modify
18538 it under the terms of the GNU General Public License as published by
18539 the Free Software Foundation, either version 3 of the License, or
18540 (at your option) any later version.
18541
18542 GNU Emacs is distributed in the hope that it will be useful,
18543 but WITHOUT ANY WARRANTY; without even the implied warranty of
18544 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18545 GNU General Public License for more details.
18546
18547 You should have received a copy of the GNU General Public License
18548 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.