]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* src/bytecode.c (exec_byte_code): Signal an error instead of aborting,
[gnu-emacs] / src / ChangeLog
1 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
4 when encountering an unknown bytecode.
5
6 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
7
8 image.c, indent.c: Use bool for booleans.
9 * dispextern.h (struct image_type): Members valid_p, load, init
10 now return bool, not int. All uses changed.
11 * image.c: Omit unnecessary static decls.
12 (x_create_bitmap_mask, x_build_heuristic_mask):
13 Return void, not int, since callers don't care about the return value.
14 (x_create_bitmap_mask, define_image_type, valid_image_p)
15 (struct image_keyword, parse_image_spec, image_spec_value)
16 (check_image_size, image_background)
17 (image_background_transparent, x_clear_image_1)
18 (postprocess_image, lookup_image, x_check_image_size)
19 (x_create_x_image_and_pixmap, xbm_image_p)
20 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
21 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
22 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
23 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
24 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
25 (png_image_p, init_png_functions, png_load_body, png_load)
26 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
27 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
28 (init_gif_functions, gif_load, imagemagick_image_p)
29 (imagemagick_load_image, imagemagick_load, svg_image_p)
30 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
31 (gs_load):
32 * nsimage.m (ns_load_image):
33 * nsterm.m (ns_defined_color):
34 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
35 * xfns.c (x_defined_color):
36 * xterm.c (x_alloc_lighter_color_for_widget)
37 (x_alloc_nearest_color_1, x_alloc_nearest_color)
38 (x_alloc_lighter_color):
39 * indent.c (disptab_matches_widthtab, current_column)
40 (scan_for_column, string_display_width, indented_beyond_p)
41 (compute_motion, vmotion, Fvertical_motion):
42 Use bool for booleans.
43
44 2012-09-24 Chong Yidong <cyd@gnu.org>
45
46 * chartab.c (Fset_char_table_default): Obsolete function removed.
47
48 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
49
50 Move pid_t related decls out of lisp.h.
51 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
52 (interruptible_wait_for_termination):
53 Move these decls from lisp.h to syswait.h, since they use pid_t.
54 Needed on FreeBSD; see Herbert J. Skuhra in
55 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
56 * callproc.c: Include syswait.h.
57
58 gnutls.c, gtkutil.c: Use bool for boolean.
59 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
60 (emacs_gnutls_handle_error):
61 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
62 (xg_hide_tooltip, xg_create_frame_widgets)
63 (create_dialog, xg_uses_old_file_dialog)
64 (xg_get_file_with_chooser, xg_get_file_with_selection)
65 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
66 (xg_item_label_same_p, xg_update_menubar)
67 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
68 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
69 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
70 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
71 (update_frame_tool_bar, free_frame_tool_bar):
72 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
73 * nsmenu.m (ns_update_menubar):
74 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
75 * xfns.c (Fx_show_tip) [USE_GTK]:
76 Use bool for boolean.
77 * gtkutil.c (xg_update_frame_menubar):
78 * xmenu.c (update_frame_menubar):
79 Return void, not int, since caller ignores return value.
80 * gtkutil.c (xg_change_toolbar_position):
81 Return void, not 1.
82
83 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
84
85 * makefile.w32-in (BLOCKINPUT_H): Remove.
86 (SYSSIGNAL_H): New macro.
87 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
88 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
89 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
90 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
91 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
92 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
93 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
94 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
95 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
96 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
97 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
98 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
99 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
100 ($(BLD)/w32xfns.$(O)): Update dependencies.
101
102 2012-09-23 Eli Zaretskii <eliz@gnu.org>
103
104 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
105 fatal_error_backtrace.
106
107 * w32proc.c (sys_kill): Undo last change: don't do anything when
108 invoked to deliver SIGABRT to our own process. This is now
109 handled by emacs_raise.
110
111 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
112
113 * w32term.c (w32_read_socket): Remove leftover reference to
114 interrupt_input_pending.
115
116 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
117
118 Do not use SA_NODEFER.
119 Problem reported by Dani Moncayo in
120 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
121 * alloc.c (die):
122 * sysdep.c (emacs_abort): Do not reset signal handler.
123 * emacs.c (terminate_due_to_signal): Reset signal handler here.
124 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
125 wanted even on POSIXish hosts, and it doesn't work on Windows.
126
127 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
128
129 * xterm.c (x_term_init): Call fixup_locale before and after calling
130 gtk_init (Bug#12392).
131
132 2012-09-23 Chong Yidong <cyd@gnu.org>
133
134 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
135 Vdynamic_library_alist.
136
137 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
138 (Fgnutls_available_p): Caller changed.
139
140 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
141 (Flibxml_parse_xml_region): Likewise.
142
143 * dispextern.h (struct image_type): Remove arg from init function.
144
145 * image.c (Finit_image_library, lookup_image_type)
146 (define_image_type): Remove now-unneeded second arg.
147 (init_xpm_functions, init_png_functions, init_jpeg_functions)
148 (init_tiff_functions, init_gif_functions, init_svg_functions):
149 Arglist and w32_delayed_load calling convention changed.
150 (gs_type): Remove init_gs_functions; there is no such function.
151 (valid_image_p, make_image): Fix caller to lookup_image_type.
152
153 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
154
155 Simplify and avoid signal-handling races (Bug#12471).
156 * alloc.c (die):
157 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
158 Avoid recursive loop if there's a fatal error in the function itself.
159 * atimer.c (pending_atimers):
160 * blockinput.h: Don't include "atimer.h"; no longer needed.
161 (interrupt_input_pending): Remove. All uses removed.
162 pending_signals now counts both atimers and ordinary interrupts.
163 This is less racy than having three separate pending-signal flags.
164 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
165 (input_blocked_p):
166 Rename from their upper-case counterparts BLOCK_INPUT,
167 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
168 INPUT_BLOCKED_P, and turn into functions. All uses changed.
169 This makes it easier to access volatile variables more accurately.
170 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
171 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
172 that's more reliable if the code is buggy and sets
173 interrupt_input_blocked to a negative value. All uses changed.
174 * atimer.c (deliver_alarm_signal):
175 Remove. No need to deliver this to the parent; any thread can
176 handle this signal now. All uses replaced by underlying handler.
177 * atimer.c (turn_on_atimers):
178 * dispnew.c (handle_window_change_signal):
179 * emacs.c (handle_danger_signal):
180 * keyboard.c (kbd_buffer_get_event):
181 Don't reestablish signal handler; not needed with sigaction.
182 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
183 (UNBLOCK_INPUT_TO):
184 Rework to avoid unnecessary accesses to volatile variables.
185 (UNBLOCK_INPUT_TO): Now a function.
186 (totally_unblock_input, unblock_input): New decls.
187 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
188 (init_data): Remove. Necessary stuff now done in init_signal.
189 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
190 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
191 (fatal_error_code): Remove; no longer needed.
192 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
193 it doesn't always backtrace. All uses changed. No need to reset
194 signal to default, since sigaction and/or die does that for us now.
195 Use emacs_raise (FOO), not kill (getpid (), FOO).
196 (main): Check more-accurately whether we're dumping.
197 Move fatal-error setup to sysdep.c
198 * floatfns.c: Do not include "syssignal.h"; no longer needed.
199 * gtkutil.c (xg_get_file_name, xg_get_font):
200 Remove no-longer-needed signal-mask manipulation.
201 * keyboard.c, process.c (POLL_FOR_INPUT):
202 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
203 * keyboard.c (read_avail_input): Remove.
204 All uses replaced by gobble_input.
205 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
206 (kbd_buffer_store_event_hold, gobble_input):
207 (record_asynch_buffer_change) [USABLE_SIGIO]:
208 (store_user_signal_events):
209 No need to mess with signal mask.
210 (gobble_input): If blocking input and there are terminals, simply
211 set pending_signals to 1 and return. All hooks changed to not
212 worry about whether input is blocked.
213 (process_pending_signals): Clear pending_signals before processing
214 them, in case a signal comes in while we're processing.
215 By convention callers now test pending_signals before calling us.
216 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
217 New functions, to support changes to blockinput.h.
218 (handle_input_available_signal): Now extern.
219 (reinvoke_input_signal): Remove. All uses replaced by
220 handle_async_input.
221 (quit_count): Now volatile, since a signal handler uses it.
222 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg. All
223 callers changed. Block SIGINT only if not already blocked.
224 Clear sigmask reliably, even if Fsignal returns, which it can.
225 Omit unnecessary accesses to volatile var.
226 (quit_throw_to_read_char): No need to restore sigmask.
227 * keyboard.c (gobble_input, handle_user_signal):
228 * process.c (wait_reading_process_output):
229 Call signal-handling code rather than killing ourselves.
230 * lisp.h: Include <float.h>, for...
231 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
232 (pending_signals): Now volatile.
233 (syms_of_data): Now const if IEEE floating point.
234 (handle_input_available_signal) [USABLE_SIGIO]:
235 (terminate_due_to_signal, record_child_status_change): New decls.
236 * process.c (create_process): Avoid disaster if memory is exhausted
237 while we're processing a vfork, by tightening the critical section
238 around the vfork.
239 (send_process_frame, process_sent_to, handle_pipe_signal)
240 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
241 ignores SIGPIPE.
242 (send_process): No need for setjmp/longjmp any more, since the
243 SIGPIPE stuff is now gone. Instead, report an error if errno
244 is EPIPE.
245 (record_child_status_change): Now extern. PID and W are now args.
246 Return void, not bool. All callers changed.
247 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
248 Remove. All uses removed. This bug should be fixed now in a
249 different way.
250 (wait_for_termination_1): Use waitpid rather than sigsuspend,
251 and record the child status change directly. This avoids the
252 need to futz with the signal mask.
253 (process_fatal_action): Move here from emacs.c.
254 (emacs_sigaction_flags): New function, containing
255 much of what used to be in emacs_sigaction_init.
256 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
257 caught by emacs, to make races less likely.
258 (deliver_process_signal): Rename from handle_on_main_thread.
259 All uses changed.
260 (BACKTRACE_LIMIT_MAX): Now at top level.
261 (thread_backtrace_buffer, threadback_backtrace_pointers):
262 New static vars.
263 (deliver_thread_signal, deliver_fatal_thread_signal):
264 New functions, for more-accurate delivery of thread-specific signals.
265 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
266 (deliver_arith_signal): Handle in this thread, not
267 in the main thread, since it's triggered by this thread.
268 (maybe_fatal_sig): New function.
269 (init_signals): New arg DUMPING so that we can be more accurate
270 about whether we're dumping. Caller changed.
271 Treat thread-specific signals differently from process-general signals.
272 Block all signals while handling fatal error; that's safer.
273 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
274 on IEEE hosts.
275 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
276 Ignore SIGPIPE unless batch.
277 (emacs_backtrace): Output backtrace for the appropriate thread,
278 which is not necessarily the main thread.
279 * syssignal.h: Include <stdbool.h>.
280 (emacs_raise): New macro.
281 * xterm.c (x_connection_signal): Remove; no longer needed
282 now that we use sigaction.
283 (x_connection_closed): No need to mess with sigmask now.
284 (x_initialize): No need to reset SIGPIPE handler here, since
285 init_signals does this for us now.
286
287 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
288
289 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
290 background rect may be larger (Bug#12445).
291
292 2012-09-23 Chong Yidong <cyd@gnu.org>
293
294 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
295
296 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
297
298 * .gdbinit: Just stop at fatal_error_backtrace.
299 See Stefan Monnier's request in
300 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
301 Remove no-longer-used query of system type.
302
303 2012-09-22 Chong Yidong <cyd@gnu.org>
304
305 * search.c (Freplace_match): Doc fix (Bug#12325).
306
307 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
308
309 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
310 (Fline_end_position): Doc fix.
311
312 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
313
314 2012-09-22 Chong Yidong <cyd@gnu.org>
315
316 * dispextern.h (struct image_type): Add new slot, storing a type
317 initialization function.
318
319 * image.c (define_image_type): Call the image initializer function
320 if it is defined. Arguments and return value changed.
321 (valid_image_p, make_image): Callers changed.
322 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
323 (gif_type, imagemagick_type, svg_type, gs_type): Add
324 initialization functions.
325 (Finit_image_library): Call lookup_image_type.
326 (CHECK_LIB_AVAILABLE): Macro deleted.
327 (lookup_image_type): Call define_image_type here, rather than via
328 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
329 (syms_of_image): Move define_image_type calls for xbm_type and
330 pbm_type to lookup_image_type.
331
332 2012-09-22 Eli Zaretskii <eliz@gnu.org>
333
334 * keyboard.c (timer_check_2): Move calculation of 'timers' and
335 'idle_timers' from here ...
336 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
337 lists, to avoid infloops when the timer does something stupid,
338 like reinvoke itself with the same or smaller time-out.
339 (Bug#12447)
340
341 2012-09-22 Martin Rudalics <rudalics@gmx.at>
342
343 * window.c (Fsplit_window_internal): Handle only Qt value of
344 Vwindow_combination_limit separately.
345 (Qtemp_buffer_resize): New symbol.
346 (Vwindow_combination_limit): New default value. Rewrite
347 doc-string.
348
349 2012-09-22 Eli Zaretskii <eliz@gnu.org>
350
351 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
352 the new overlay string. (Bug#10159)
353
354 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
355
356 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
357 or that fprintf is async-signal-safe. POSIX doesn't require
358 either assumption.
359
360 2012-09-22 Chong Yidong <cyd@gnu.org>
361
362 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
363 (Bug#8207).
364
365 2012-09-22 Kenichi Handa <handa@gnu.org>
366
367 * composite.c (composition_reseat_it): Handle the case that a
368 grapheme cluster is not covered by a single font (Bug#12352).
369
370 2012-09-21 Chong Yidong <cyd@gnu.org>
371
372 * image.c (define_image_type): Avoid adding duplicate types to
373 image_types (Bug#12463). Suggested by Jörg Walter.
374
375 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
376
377 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
378 (print_load_command_name): Add case LC_DATA_IN_CODE.
379 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
380
381 2012-09-21 Glenn Morris <rgm@gnu.org>
382
383 * eval.c (Frun_hook_with_args_until_success)
384 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
385
386 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
387
388 * fileio.c (Ffile_selinux_context): Only call freecon when
389 lgetfilecon succeeded.
390 (Fset_file_selinux_context): Likewise. (Bug#12444)
391
392 2012-09-21 Eli Zaretskii <eliz@gnu.org>
393
394 * xdisp.c (try_window_reusing_current_matrix): Under bidi
395 reordering, locate the cursor by calling set_cursor_from_row; if
396 that fails, clear the desired glyph matrix before returning a
397 failure indication to the caller. Fixes leaving garbled display
398 when fast scrolling with a down-key. (Bug#12403)
399 (compute_stop_pos_backwards): Fix a typo that caused crashes while
400 scrolling through multibyte text.
401
402 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
405 calling mark_vectorlike since that's the one that marks the window.
406 (mark_discard_killed_buffers): Mark the final cdr.
407 * window.h (struct window): Move prev/next_buffers to the
408 non-standard fields.
409 * window.c (make_window): Initialize prev/next_buffers manually.
410
411 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
412
413 Omit unused arg EXPECTED from socket hooks.
414 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
415 * nsterm.m (ns_term_init):
416 * termhooks.h (struct terminal.read_socket_hook):
417 * w32inevt.c (w32_console_read_socket):
418 * w32term.c (w32_read_socket):
419 * xterm.c (XTread_socket):
420 Omit unused arg EXPECTED. All callers changed.
421 (store_user_signal_events): Return void, not int, since callers no
422 longer care about the return value. All uses changed.
423
424 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
425
426 * w32gui.h (XParseGeometry): Do not declare.
427
428 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
429
430 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
431 Ignore 'expected'. See Eli Zaretskii in
432 <http://bugs.gnu.org/12471#8> (last line).
433
434 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
435 (XParseGeometry): Now static. Substitute extremal values for
436 values that are out of range.
437
438 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
439
440 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
441
442 * nsfns.m (XParseGeometry): Remove.
443 (Fx_create_frame): Call x_set_offset to correctly interpret
444 top_pos in geometry.
445
446 * frame.c (read_integer, XParseGeometry): Moved from w32xfns.c.
447 (Fx_parse_geometry): If there is a space in string, call
448 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
449
450 2012-09-17 Eli Zaretskii <eliz@gnu.org>
451
452 * search.c (scan_buffer): Use character positions in calls to
453 region_cache_forward and region_cache_backward, not byte
454 positions. (Bug#12196)
455
456 * w32term.c (w32_read_socket): Set pending_signals to 1, like
457 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
458
459 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
460 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
461 emacs_blocked_malloc, now deleted.
462
463 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
464
465 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
466 The workaround was for improving performance on Solaris 2.4, but
467 is getting in the way now. Emacs will still work if someone is
468 still running Solaris 2.4 in a museum somewhere; Sun dropped
469 support for Solaris 2.4 in 2003.
470 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
471 * process.c (create_process) [HAVE_WORKING_VFORK]:
472 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
473 since Emacs no longer uses vfork on that platform.
474
475 2012-09-17 Glenn Morris <rgm@gnu.org>
476
477 * emacs.c: Use COPYRIGHT.
478
479 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
480
481 Remove configure's --without-sync-input option (Bug#12450).
482 When auditing signal-handling in preparation for cleaning it up,
483 I found that SYNC_INPUT has race conditions and would be a real
484 pain to fix. Since it's an undocumented and deprecated
485 configure-time option, now seems like a good time to remove it.
486 Also see <http://bugs.gnu.org/11080#16>.
487 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
488 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
489 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
490 (malloc_hysteresis):
491 (check_depth) [XMALLOC_OVERRUN_CHECK]:
492 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
493 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
494 (dont_register_blocks, bytes_used_when_reconsidered)
495 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
496 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
497 [!SYSTEM_MALLOC && !SYNC_INPUT]:
498 Remove. All uses removed.
499 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
500 implementation, one that depends on whether the new macro
501 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
502 is defined.
503 * atimer.c (run_timers, handle_alarm_signal):
504 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
505 (handle_async_input, process_pending_signals)
506 (handle_input_available_signal, init_keyboard):
507 * nsterm.m (ns_read_socket):
508 * process.c (wait_reading_process_output):
509 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
510 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
511 (emacs_write):
512 * xterm.c (XTread_socket):
513 Assume SYNC_INPUT.
514 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
515 * eval.c (handling_signal): Remove. All uses removed.
516 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
517 All uses replaced with the SYNC_INPUT version.
518 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
519 Remove decls.
520 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
521 Now static.
522
523 * font.c (Ffont_shape_gstring): Remove unused local.
524
525 2012-09-16 Glenn Morris <rgm@gnu.org>
526
527 * Makefile.in (clean): No longer run nextstep's clean.
528
529 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
530 (ns_frag): Remove.
531 (ns-app): Move here from ns.mk, and simplify.
532 (clean): Simplify nextstep entry.
533 * ns.mk: Remove file.
534
535 2012-09-17 Kenichi Handa <handa@gnu.org>
536
537 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
538 not covert the last few charactes.
539
540 2012-09-16 Kenichi Handa <handa@gnu.org>
541
542 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
543 here, but just check the validity of glyphs in the glyph-string.
544
545 2012-09-16 Martin Rudalics <rudalics@gmx.at>
546
547 * window.c (Fwindow_parameter, Fset_window_parameter): Accept
548 any window as argument (Bug#12452).
549
550 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
551
552 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
553 to ns_term_init to avoid memory leak.
554
555 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
556 explicit retain/release.
557 (ns_term_init): Only allow one display. Initialize outerpool and
558 ns_*_types.
559
560 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
561
562 Port _setjmp fix to POSIXish hosts as well as Microsoft.
563 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
564 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
565 the Microsoft problem in a different way, by altering ../nt/config.nt.
566
567 2012-09-15 Eli Zaretskii <eliz@gnu.org>
568
569 * w32xfns.c:
570 * w32uniscribe.c:
571 * w32term.c:
572 * w32select.c:
573 * w32reg.c:
574 * w32proc.c:
575 * w32menu.c:
576 * w32inevt.c:
577 * w32heap.c:
578 * w32font.c:
579 * w32fns.c:
580 * w32console.c:
581 * w32.c:
582 * w16select.c: Remove inclusion of setjmp.h, as it is now included
583 by lisp.h. This completes removal of setjmp.h inclusion
584 erroneously announced in the previous commit. (Bug#12446)
585
586 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
587 more accurate.
588
589 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
590 not defined as a macro. The latter happens on MS-Windows.
591 (Bug#12446)
592
593 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
594
595 Port better to POSIX hosts lacking _setjmp (Bug#12446).
596 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
597 Some instances of '#include <setjmp.h>' removed, if the
598 only reason for the instance was because "lisp.h" was included.
599 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
600 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
601 and _longjmp with the new symbols. Emacs already uses _setjmp if
602 available, so this change affects only POSIXish hosts that have
603 sigsetjmp but not _setjmp, such as some versions of Solaris and
604 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
605 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
606 (png_load_body) [HAVE_PNG]:
607 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
608 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
609 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
610 since PNG requires jmp_buf. This is the only exception to the
611 general rule that we now use sys_setjmp and sys_longjmp.
612 This exception is OK since this code does not change the signal
613 mask or longjmp out of a signal handler.
614
615 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
616
617 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
618 Include "syssignal.h", for 'main_thread'.
619
620 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
621
622 Avoid out-of-range marker position (Bug#12426).
623 * insdel.c (replace_range, replace_range_2): Adjust
624 markers before overlays, as suggested by comments.
625 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
626 Remove redundant check before calling offset_intervals.
627
628 2012-09-14 Martin Rudalics <rudalics@gmx.at>
629
630 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
631 current buffer (Bug#12387).
632
633 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
634
635 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
636
637 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
638
639 Use a more backwards-compatible timer format (Bug#12430).
640 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
641 vector element, not from the 4th, since PSECS is now at the end.
642 (Fcurrent_idle_time): Doc fix.
643
644 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
645
646 Function to mark objects and remove killed buffers at once.
647 * alloc.c (discard_killed_buffers): Rename to ...
648 (mark_discard_killed buffers) ... new name. Add marking
649 of remaining objects. Fix comment. Adjust users.
650 (mark_object): Do not touch frame buffer lists here.
651 * frame.c (delete_frame): Reset frame buffer lists here.
652
653 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
654
655 Better workaround for GNOME bug when --enable-gcc-warnings.
656 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
657 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
658 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
659
660 Simplify SIGIO usage (Bug#12408).
661 The code that dealt with SIGIO was crufty and confusing, e.g., it
662 played tricks like "#undef SIGIO" but these tricks were not used
663 consistently. Simplify mostly by not #undeffing standard symbols,
664 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
665 or not as we please) rather than "defined SIGIO" (standard symbol
666 that we probably shouldn't #undef).
667 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
668 Modules that need it can include it.
669 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
670 * dispextern.h (ignore_sigio): New decl.
671 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
672 unconditionally, since it's now a no-op if !USABLE_SIGIO.
673 * emacs.c (shut_down_emacs):
674 * keyboard.c (kbd_buffer_store_event_hold):
675 Use ignore_sigio rather than invoking 'signal' directly.
676 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
677 for FIONREAD.
678 (FIONREAD, SIGIO): Do not #undef.
679 (tty_read_avail_input): Use #error rather than a syntax error.
680 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
681 for I_PIPE, used by SETUP_SLAVE_PTY.
682 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
683 * sysdep.c (croak): Remove; no longer needed. This bit of
684 temporary code, with Fred N. Fish's comment that it's temporary,
685 has been in Emacs since at least 1992!
686 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
687 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
688 * syssignal.h (croak): Remove decl.
689 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
690 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
691 now that we're termios-only.
692 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
693 * term.c (dissociate_if_controlling_tty): Use #error rather than
694 a run-time error.
695
696 Work around GCC and GNOME bugs when --enable-gcc-warnings.
697 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
698 to work around GNOME bug 683906.
699 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
700 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
701 This works around GCC bug 54561.
702
703 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
704
705 More fixes for 'volatile' and setjmp/longjmp.
706 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
707 * image.c (struct png_load_context) [HAVE_PNG]: New type.
708 (png_load_body) [HAVE_PNG]:
709 (jpeg_load_body) [HAVE_JPEG]:
710 New function, with most of the old parent function's body.
711 (png_load) [HAVE_PNG]:
712 (jpeg_load) [HAVE_JPEG]:
713 Invoke the new function, to avoid longjmp munging our locals.
714 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
715 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
716 longjmp is passed 2, as the C standard doesn't guarantee this.
717 Instead, store the failure code into mgr->failure_code.
718
719 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
722 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
723 (syms_of_keyboard): Remove support for unread-command-char.
724
725 2012-09-12 Eli Zaretskii <eliz@gnu.org>
726
727 * w32proc.c (sys_kill): If PID is our process ID and the signal is
728 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
729 violation. (Bug#12426)
730
731 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
732
733 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
734
735 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * eval.c: Add `inhibit-debugger'.
738 (Qinhibit_debugger): New symbol.
739 (call_debugger): Bind it instead of Qdebug_on_error.
740 (maybe_call_debugger): Test Vinhibit_debugger.
741 (syms_of_eval): Define inhibit-debugger.
742 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
743 (syms_of_xdisp): Remove inhibit-debug-on-message.
744
745 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
746
747 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
748 If a nonvolatile local variable is written before a _longjmp to
749 the frame containing the variable, and is read after the _longjmp,
750 the value read is indeterminate. Some local variables of type
751 'struct handler' and 'struct catchtag' are used in this way, so
752 mark each of their slots as volatile if the slot can be set before
753 _longjmp and read afterwards.
754 * lisp.h (struct handler): var and chosen_clause are now volatile.
755 (struct catchtag): val, next, and pdlcount are now volatile.
756
757 * bidi.c (bidi_push_it, bidi_pop_it):
758 * fns.c (copy_hash_table):
759 * image.c (define_image_type):
760 * keyboard.c (kbd_buffer_store_event_hold):
761 * process.c (Fprocess_send_eof):
762 * xfaces.c (x_create_gc) [HAVE_NS]:
763 * xgselect.c (xg_select):
764 Prefer assignment to memcpy when either will do.
765
766 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
767 Use pointer-to-a-pointer to simplify and avoid a NILP check each
768 time an item is removed. No need to mark this function 'inline';
769 the compiler knows better than we do.
770
771 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
772
773 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
774 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
775 to change_frame_size (Bug#12388).
776 (windowDidResize:): Pass YES to updateFrameSize.
777
778 * nsterm.h: Add delay parameter to updateFrameSize.
779
780 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
781
782 Discard killed buffers from deleted window and frame objects.
783 This reduces an amount of references to killed buffers and
784 helps GC to reclaim them faster.
785 * alloc.c (discard_killed_buffers): New function.
786 (mark_object): Use it for deleted windows and frames.
787 (mark_object): If symbol's value is set up for a killed buffer
788 or deleted frame, restore it's global binding.
789 * data.c (swap_in_global_binding): Add GC notice.
790 (swap_in_symval_forwarding): Use convenient set_blv_where.
791 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
792 * window.h: ... to here.
793
794 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
795
796 Convenient macro to check whether the buffer is live.
797 * buffer.h (BUFFER_LIVE_P): New macro.
798 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
799 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
800
801 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
802
803 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
804 composition cases (Bug#12364).
805
806 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
807 overhang of succeeding glyphs overlapping box cursor.
808
809 * w32term.c (x_draw_glyph_string): Likewise.
810
811 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
812
813 Simplify, document, and port floating-point (Bug#12381).
814 The porting part of this patch fixes bugs on non-IEEE platforms
815 with frexp, ldexp, logb.
816 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
817 Now static.
818 * floatfns.c: Simplify discussion of functions that Emacs doesn't
819 support, by removing commented-out code and briefly listing the
820 C89 functions excluded. The commented-out stuff was confusing
821 maintenance, e.g., we thought we needed cbrt but it was commented out.
822 (logb): Remove decl; no longer needed.
823 (isfinite): New macro, if not already supplied.
824 (isnan): Don't replace any existing macro.
825 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
826 are present on all C89 platforms.
827 (Ffrexp): Do not special-case zero, as frexp does the right thing
828 for that case.
829 (Flogb): Do not use logb, as it doesn't have the desired meaning
830 on hosts that use non-base-2 floating point. Instead, stick with
831 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
832 frexp, to avoid getting an unspecified result.
833
834 * xdisp.c (Qinhibit_debug_on_message): Now static.
835
836 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
837
838 * nsterm.m (ns_update_begin): Set clip path to whole view by using
839 NSBezierPath (Bug#12131).
840
841 2012-09-10 Chong Yidong <cyd@gnu.org>
842
843 * fns.c (Fdelq, Fdelete): Doc fix.
844
845 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
846
847 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
848 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
849
850 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * lisp.h (make_lisp_ptr): New macro to replace XSET.
853 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
854 Use it.
855
856 2012-09-09 Eli Zaretskii <eliz@gnu.org>
857
858 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
859 left fringe if the window has a left margin. This avoids leaving
860 traces of the cursor because its leftmost pixel is not drawn over.
861
862 * dispnew.c (update_window_line): When the left margin area of a
863 screen line is updated, set the redraw_fringe_bitmaps_p flag of
864 that screen line. (Bug#12277)
865
866 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
867
868 Assume C89 or later for math functions (Bug#12381).
869 This simplifies the code, and makes it a bit smaller and faster,
870 and (most important) makes it easier to clean up signal handling
871 since we can stop worring about floating-point exceptions in
872 library code. That was a problem before C89, but the problem
873 went away many years ago on all practical Emacs targets.
874 * data.c, image.c, lread.c, print.c:
875 Don't include <math.h>; no longer needed.
876 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
877 might be autoconfigured, as that never happens.
878 * data.c (fmod):
879 * doprnt.c (DBL_MAX_10_EXP):
880 * print.c (DBL_DIG):
881 Remove. C89 or later always defines these.
882 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
883 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
884 (arith_error, domain_error, domain_error2):
885 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
886 no longer needed -- we simply return what C returns. All uses removed.
887 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
888 the wrapped code.
889 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
890 Remove. All uses expanded, as these macros are no longer used
891 more than once and are now more trouble than they're worth.
892 (Ftan): Use tan, not sin / cos.
893 (Flogb): Assume C89 frexp.
894 (fmod_float): Assume C89 fmod.
895 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
896 (init_floatfns): Remove. All uses removed.
897
898 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
899
900 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
901 compositeToPoint for OSX < 10.6 (Bug#12390).
902
903 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
904
905 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
906 This produces more-accurate results.
907
908 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
909
910 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
911 changes (Bug#12088).
912
913 2012-09-08 Chong Yidong <cyd@gnu.org>
914
915 * syntax.c (Fstring_to_syntax): Doc fix.
916
917 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
918
919 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
920 in the internal border.
921 (x_set_window_size): Remove static variables and their usage.
922 (ns_redraw_scroll_bars): Fix NSTRACE arg.
923 (ns_after_update_window_line, ns_draw_fringe_bitmap): Remove
924 fringe/internal border adjustment (Bug#11052).
925 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
926 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
927 (ns_fix_rect_ibw): Remove.
928 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
929 (ns_dumpglyphs_box_or_relief): Ditto.
930 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
931 adjustment.
932 (ns_dumpglyphs_image): Ditto.
933 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
934 border adjustment.
935 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
936 their usage. Add fringe_extended_p and its use as in other terms.
937 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
938 scroll bar was removed.
939 (updateFrameSize): New function.
940 (windowDidResize): Move code to updateFrameSize and call it.
941
942 * nsterm.h (EmacsView): Add updateFrameSize.
943
944 2012-09-07 Chong Yidong <cyd@gnu.org>
945
946 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
947
948 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
949
950 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
951
952 More signal-handler cleanup (Bug#12327).
953 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
954 Problem introduced when merging patches. Noted by Eli Zaretskii in
955 <http://bugs.gnu.org/12327#67>.
956 * floatfns.c: Comment fix.
957 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
958 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
959 and anyway the declaration is harmless even if SIGDANGER is not defined.
960 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
961 defined BROKEN_FIONREAD). systty.h formerly did this, but other
962 source files not surprisingly expected syssignal.h to define, or
963 not define, SIGIO, and it's cleaner to do it that way, for consistency.
964 Include <sys/ioctl.h>, for FIONREAD.
965 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
966 This eliminates a problem whereby other files mysteriously had
967 to include "syssignal.h" before including "systty.h" if they
968 wanted to use "#ifdef SIGIO".
969
970 2012-09-07 Eli Zaretskii <eliz@gnu.org>
971
972 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
973
974 * w32.c (sigemptyset): Empty the set.
975 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
976
977 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
978
979 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
980
981 * alloc.c (mark_buffer): Revert unsafe marking optimization.
982 (mark_object): Likewise for frame objects.
983
984 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
985
986 * syssignal.h (handle_on_main_thread): Always declare,
987 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
988 This ports to platforms without HAVE_PTHREAD.
989
990 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
991
992 Signal-handler cleanup (Bug#12327).
993 Emacs's signal handlers were written in the old 4.2BSD style with
994 sigblock and sigmask and so forth, and this led to some
995 inefficiencies and confusion. Rewrite these to use
996 pthread_sigmask etc. without copying signal sets around. Also,
997 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
998 'signal', and instead use functions that do not attempt to take
999 over the system name space. This patch causes Emacs's text
1000 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
1001 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
1002 Do not include <signal.h> or "syssignal.h", as these
1003 modules do not use signals.
1004 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
1005 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
1006 Do not include <signal.h>, as "syssignal.h" does that for us now.
1007 * atimer.c (sigmask_atimers): New function.
1008 (block_atimers, unblock_atimers): New functions,
1009 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
1010 All uses replaced.
1011 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
1012 no longer needed here.
1013 * emacs.c (main): Inspect existing signal handler with sigaction,
1014 so that there's no need to block and unblock SIGHUP.
1015 * sysdep.c (struct save_signal): New member 'action', replacing
1016 old member 'handler'.
1017 (save_signal_handlers, restore_signal_handlers):
1018 Use sigaction instead of 'signal' to save and restore.
1019 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
1020 New function. All users of 'signal' modified to use set_sighandler
1021 if they're writeonly, and to use sys_signal if they're read+write.
1022 (emacs_sigaction_init, forwarded_signal): New functions.
1023 (sys_signal): Remove. All uses replaced by calls to sigaction
1024 and emacs_sigaction_init, or by direct calls to 'signal'.
1025 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
1026 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
1027 all uses replaced by pthread_sigmask etc. calls.
1028 * syssignal.h: Include <signal.h>.
1029 (emacs_sigaction_init, forwarded_signal): New decls.
1030 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
1031 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
1032 (sigmask, sys_sigmask): Remove; no longer needed.
1033 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
1034 (sigblock, sigunblock, sigfree):
1035 (sigsetmask) [!defined sigsetmask]:
1036 Remove. All uses replaced by pthread_sigmask.
1037 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
1038 no longer need to be replaced, and its typical old uses
1039 are now done via emacs_sigaction_init and sigaction.
1040 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
1041 (sys_sigdel): Remove; unused.
1042 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
1043
1044 2012-09-06 Eli Zaretskii <eliz@gnu.org>
1045
1046 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
1047 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
1048
1049 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
1050
1051 Explicitly mark buffer_defaults and buffer_local_symbols.
1052 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
1053 mark_local_symbols here.
1054 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
1055 since special buffers aren't marked here any more.
1056 (allocate_buffer): Chain new buffer with all_buffers here...
1057 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
1058 not here.
1059 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
1060 (syms_of_buffer): Remove staticpro of the above.
1061 (init_buffer_once): Set names for buffer_defaults and
1062 buffer_local_symbols.
1063
1064 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1065
1066 Use bool for booleans in font-related modules.
1067 * font.c (font_intern_prop, font_style_to_value)
1068 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
1069 (generate_otf_features, font_check_otf_features, font_check_otf)
1070 (font_match_p, font_list_entities, font_at):
1071 * fontset.c (fontset_id_valid_p, reorder_font_vector
1072 (fontset_find_font, Fset_fontset_font)
1073 (face_suitable_for_char_p) [0]:
1074 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
1075 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
1076 (m17n_flt_initialized, ftfont_shape_by_flt):
1077 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
1078 * nsfont.m (nsfont_draw):
1079 * w32font.c (w32font_draw):
1080 * w32term.c (x_draw_glyphless_glyph_string_foreground):
1081 Use bool for booleans.
1082 * font.h: Adjust to above API changes.
1083 (struct font, struct font_driver, struct font_driver_list):
1084 Use bool for booleans.
1085 (struct font): Remove useless member encoding_type.
1086 All users removed.
1087 * fontset.c, xftfont.c: Omit unnecessary static decls.
1088
1089 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
1090
1091 * alloc.c (mark_object): Revert window marking code
1092 since it's unsafe for the Fset_window_configuration.
1093
1094 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 Fix race conditions with signal handlers and errno (Bug#12327).
1097 Be more systematic about preserving errno whenever a signal
1098 handler returns, even if it's not in the main thread. Do this by
1099 renaming signal handlers to distinguish between signal delivery
1100 and signal handling. All uses changed.
1101 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
1102 * data.c (deliver_arith_signal): Rename from arith_error.
1103 * dispnew.c (deliver_window_change_signal): Rename from
1104 window_change_signal.
1105 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
1106 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
1107 * keyboard.c (deliver_input_available_signal): Rename from
1108 input_available_signal.
1109 (deliver_user_signal): Rename from handle_user_signal.
1110 (deliver_interrupt_signal): Rename from interrupt_signal.
1111 * process.c (deliver_pipe_signal): Rename from send_process_trap.
1112 (deliver_child_signal): Rename from sigchld_handler.
1113 * atimer.c (handle_alarm_signal):
1114 * data.c (handle_arith_signal):
1115 * dispnew.c (handle_window_change_signal):
1116 * emacs.c (handle_fatal_signal, handle_danger_signal):
1117 * keyboard.c (handle_input_available_signal):
1118 * keyboard.c (handle_user_signal, handle_interrupt_signal):
1119 * process.c (handle_pipe_signal, handle_child_signal):
1120 New functions, with the actual signal-handling code taken from the
1121 original respective signal handlers, sans the sporadic attempts to
1122 preserve errno, since that's now done by handle_on_main_thread.
1123 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
1124 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
1125 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1126 Move to sysdep.c.
1127 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1128 Move initialization of main_thread to sysdep.c's init_signals.
1129 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
1130 our usage, and simplifies the mainline code.
1131 (record_child_status_change): New static function, as a helper
1132 for handle_child_signal, and with most of the old child handler's
1133 contents.
1134 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
1135 (handle_child_signal): Use the above.
1136 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1137 Moved here from emacs.c.
1138 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
1139 code moved here from emacs.c's main function.
1140 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
1141 replacing the old SIGNAL_THREAD_CHECK. All uses changed. This
1142 lets callers save and restore errno properly.
1143
1144 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1145
1146 Remove redundant or unused things here and there.
1147 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
1148 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
1149 * editfns.c (Fcompare_buffer_substrings): Likewise.
1150 * frame.h (struct terminal, struct font_driver_list):
1151 Remove redundant declarations.
1152 * window.h (Qleft, Qright): Likewise.
1153
1154 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1155
1156 Do not mark objects from deleted buffers, windows and frames.
1157 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
1158 (mark_object): Likewise for windows and frames.
1159
1160 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1161
1162 * alloc.c (valid_lisp_object_p): Treat killed buffers,
1163 buffer_defaults and buffer_local_symbols as valid objects.
1164 Return special value to denote them.
1165
1166 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
1167
1168 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
1169 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
1170 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
1171 (file_name_absolute_p, Fsubstitute_in_file_name):
1172 (check_executable, check_writable, Ffile_accessible_directory_p)
1173 (Fset_file_selinux_context, Fdefault_file_modes)
1174 (Finsert_file_contents, choose_write_coding_system)
1175 (Fwrite_region, build_annotations, a_write, e_write)
1176 (Fdo_auto_save):
1177 * filelock.c (boot_time_initialized, get_boot_time)
1178 (get_boot_time_1, lock_file_1, within_one_second):
1179 * floatfns.c (in_float):
1180 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
1181 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
1182 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
1183 * lisp.h (struct Lisp_Hash_Table.cmpfn):
1184 * window.c (compare_window_configurations):
1185 Use bool for booleans.
1186 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
1187 (Fdefault_file_modes): Now mode_t, not int, for modes.
1188 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
1189 (internal_delete_file): Now returns void, not a (boolean) int,
1190 since nobody was looking at the return value.
1191 * lisp.h, window.h: Adjust to above API changes.
1192
1193 * xdisp.c (set_message): Simplify and reindent last change.
1194
1195 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
1198
1199 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1200
1201 * eval.c (call_debugger): Make the function non-static so that we
1202 can call it from set_message.
1203
1204 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
1205 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
1206
1207 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1208
1209 Give more-useful info on a fatal error (Bug#12328).
1210 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
1211 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
1212 of doing the work ourselves.
1213 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
1214 do most of the work.
1215 (fatal_error_backtrace): New function, taken from the guts
1216 of the old fatal_error_signal, but with a new option to output
1217 a backtrace.
1218 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
1219 info about the signal than just its number.
1220 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
1221 * sysdep.c: Include <execinfo.h>
1222 (emacs_backtrace): New function, taken partly from the previous
1223 code of the 'die' function.
1224 (emacs_abort): Call fatal_error_backtrace rather than abort.
1225
1226 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
1229 eager (load-time) macro-expansion.
1230 * lisp.mk (lisp): Add macroexp.
1231
1232 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1233
1234 Simplify redefinition of 'abort' (Bug#12316).
1235 Do not try to redefine the 'abort' function. Instead, redo
1236 the code so that it calls 'emacs_abort' rather than 'abort'.
1237 This removes the need for the NO_ABORT configure-time macro
1238 and makes it easier to change the abort code to do a backtrace.
1239 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
1240 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
1241 Remove; sysdep.c's emacs_abort now takes its place.
1242 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
1243 'abort' changed to use 'emacs_abort'.
1244 * msdos.c (dos_abort) [defined abort]: Remove; not used.
1245 (abort) [!defined abort]: Rename to ...
1246 (emacs_abort): ... new name.
1247 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
1248 the place of the old 'abort' in emacs.c.
1249 * w32.c, w32fns.c (abort): Do not #undef.
1250 * w32.c (emacs_abort): Rename from w32_abort.
1251
1252 2012-09-04 Eli Zaretskii <eliz@gnu.org>
1253
1254 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
1255 offsets[j].dv, since the y axis of the screen coordinates points
1256 down, while the y axis of the font definition coordinates points
1257 up. This fixes display of Arabic diacritics such as KASRA and
1258 KASRATAN. (Bug#11860)
1259
1260 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 Be more systematic about _setjmp vs setjmp.
1263 * alloc.c (test_setjmp, mark_stack):
1264 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
1265 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
1266 (png_load, my_error_exit, jpeg_load):
1267 * process.c (send_process_trap, send_process):
1268 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
1269 The underscored versions are up to 30x faster on some hosts.
1270 Formerly, the code used setjmp+longjmp sometimes and
1271 _setjmp+_longjmp at other times, with no particular reason to
1272 prefer setjmp+longjmp.
1273
1274 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1275
1276 Fix minor problem found by static checking.
1277 * buffer.c (Fdelete_all_overlays): Return nil.
1278
1279 2012-09-03 Martin Rudalics <rudalics@gmx.at>
1280
1281 * buffer.c (Fdelete_all_overlays): New function.
1282
1283 2012-09-03 Chong Yidong <cyd@gnu.org>
1284
1285 * gtkutil.c: Add extern decl for Qxft.
1286
1287 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
1288
1289 * emacs.c, eval.c: Use bool for boolean.
1290 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
1291 (malloc_using_checking) [DOUG_LEA_MALLOC]:
1292 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
1293 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
1294 (main, decode_env_path, Fdaemon_initialized):
1295 * eval.c (call_debugger, Finteractive_p, interactive_p):
1296 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
1297 (maybe_call_debugger, Fbacktrace):
1298 * process.c (read_process_output, exec_sentinel):
1299 Use bool for booleans.
1300 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
1301 All callers changed.
1302 * eval.c (interactive_p): Omit always-true boolean argument
1303 EXCLUDE_SUBRS_P. All callers changed.
1304 * dispextern.h, lisp.h: Reflect above API changes.
1305 * firstfile.c (dummy): Use the address of 'main', whose signature
1306 won't change, instead of the address of 'initialize', whose
1307 signature just changed from int to bool.
1308 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
1309 * msdos.c (fatal_error_in_progress): ... from here.
1310 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
1311 of incrementing it.
1312 (redisplay_internal, unwind_redisplay): Simply clear
1313 REDISPLAYING_P when unwinding, instead of saving its previous,
1314 always-false value and then restoring it.
1315
1316 Clean up some extern decls.
1317 Mostly, this hoists extern decls out of .c files and into .h files.
1318 That way, we're more likely to catch errors if the interfaces change.
1319 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
1320 declare xg_mark_data.
1321 * dispextern.h (x_frame_parm_handlers):
1322 * font.h (Qxft):
1323 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
1324 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
1325 (Qultra_bold, Qoblique, Qitalic):
1326 Move extern decl here from .c file.
1327 * alloc.c (xg_mark_data) [USE_GTK]:
1328 * doc.c (Qclosure):
1329 * eval.c (Qlexical_binding):
1330 * fns.c (time) [!HAVE_UNISTD_H]:
1331 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
1332 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
1333 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
1334 * lread.c (Qinternal_interpreter_environment):
1335 * minibuf.c (Qbuffer):
1336 * process.c (QCfamily, QCfilter):
1337 * widget.c (free_frame_faces):
1338 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
1339 * xfont.c (x_clear_errors):
1340 * xterm.c (x_frame_parm_handlers):
1341 Remove now-redundant extern decls.
1342 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
1343 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
1344 Now static.
1345 * xfaces.c: Remove unnecessary static decls.
1346 * xterm.c (updating_frame): Remove decl of nonexistent object.
1347
1348 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
1349 when building globals.h, as the objects that are not built on
1350 this host are not needed to compile C files on this host.
1351
1352 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1353
1354 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
1355
1356 * frame.h: Add missing prototype for x_wm_set_size_hint.
1357
1358 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
1359
1360 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
1361 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
1362 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
1363 (Fsubstitute_command_keys):
1364 * editfns.c (region_limit, find_field, Fconstrain_to_field)
1365 (save_excursion_save, save_excursion_restore)
1366 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
1367 (format_time_string, general_insert_function)
1368 (make_buffer_string, make_buffer_string_both)
1369 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
1370 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
1371 (copy_text, insert_1, insert_1_both, insert_from_string)
1372 (insert_from_string_before_markers, insert_from_string_1)
1373 (insert_from_buffer, insert_from_buffer_1, replace_range)
1374 (replace_range_2, del_range_1, del_range_byte, del_range_both)
1375 (del_range_2, modify_region):
1376 * intervals.c (intervals_equal, balance_possible_root_interval)
1377 (adjust_intervals_for_insertion, merge_properties_sticky)
1378 (graft_intervals_into_buffer, lookup_char_property)
1379 (adjust_for_invis_intang, set_point_both)
1380 (get_property_and_range, compare_string_intervals)
1381 (set_intervals_multibyte_1, set_intervals_multibyte):
1382 * keyboard.c (decode_timer):
1383 Use bool for boolean.
1384 * intervals.h, lisp.h, systime.h: Reflect above API changes.
1385 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
1386
1387 2012-09-02 Chong Yidong <cyd@gnu.org>
1388
1389 * keymap.c (push_key_description): Print M-TAB as C-M-i
1390 (Bug#11758).
1391
1392 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
1395 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
1396 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
1397 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
1398 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
1399 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
1400 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
1401
1402 2012-09-01 Eli Zaretskii <eliz@gnu.org>
1403
1404 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
1405 more than one grapheme cluster passed to the shaper: compute the
1406 offset adjustment values separately for each cluster. (Bug#11860)
1407
1408 * image.c: Restore mistakenly removed inclusion of w32.h. Without
1409 it, GCC doesn't see prototypes of w32_delayed_load, and complains
1410 about implicit conversions from integer to pointer.
1411
1412 2012-09-01 Daniel Colascione <dancol@dancol.org>
1413
1414 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
1415 system used too early.
1416
1417 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1418
1419 Better seed support for (random).
1420 * emacs.c (main): Call init_random.
1421 * fns.c (Frandom): Set the seed from a string argument, if given.
1422 Remove long-obsolete Gentzel cruft.
1423 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
1424 (init_random): New function.
1425
1426 2012-09-01 Daniel Colascione <dancol@dancol.org>
1427
1428 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
1429 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
1430 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
1431 x_wm_set_size_hint, x_query_colors, x_real_positions,
1432 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
1433 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
1434 all of which have been moved to common code.
1435
1436 * xfaces.c: Include TERM_HEADER instead of listing all possible
1437 window-system headers.
1438
1439 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
1440 to match header.
1441
1442 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
1443 directly accessing frame internals.
1444
1445 * w32font.h: Include font.h. Define syms_of_w32font and
1446 globals_of_w32font.
1447
1448 * process.c: Include TERM_HEADER instead of listing all possible
1449 window-system headers.
1450
1451 * nsterm.h: Remove declarations now in frame.h. Define
1452 FRAME_X_SCREEN, FRAME_X_VISUAL.
1453
1454 * menu.c: Include TERM_HEADER instead of listing all possible
1455 window-system headers.
1456
1457 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
1458 window system.
1459
1460 * keyboard.c: Include TERM_HEADER instead of listing all possible
1461 window-system headers.
1462
1463 * image.c: Include TERM_HEADER instead of listing all possible
1464 window-system headers. Declare Vlibrary_cache when compiling for
1465 Windows.
1466
1467 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
1468 window system declarations.
1469
1470 * frame.h: Move common functions here: set_frame_menubar,
1471 x_set_window_size, x_sync, x_get_focus_frame,
1472 x_set_mouse_position, x_set_mouse_pixel_position,
1473 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
1474 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
1475 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
1476 x_activate_menubar, x_real_positions, x_bitmap_icon,
1477 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
1478 and x_query_colors.
1479
1480 * frame.c: Include TERM_HEADER instead of listing all possible
1481 window-system headers.
1482
1483 * font.c: Include TERM_HEADER instead of listing all possible
1484 window-system headers.
1485
1486 * emacs.c: Include TERM_HEADER.
1487
1488 * dispnew.c: Include TERM_HEADER instead of listing all possible
1489 window-system headers.
1490
1491 * ccl.h: Include character.h.
1492
1493 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
1494 the current window system; include in list of objects to link into
1495 Emacs.
1496
1497 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
1498
1499 Remove mark_ttys function and fix tty_display_info initialization.
1500 * lisp.h (mark_ttys): Remove prototype.
1501 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
1502 to mark_ttys because all possible values of 'top_frame' slot are
1503 the frames which are reachable from Vframe_list.
1504 * term.c (mark_ttys): Remove.
1505 (init_tty): Safely initialize 'top_frame' slot with Qnil.
1506
1507 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
1508
1509 Change struct frame bitfields from unsigned char to unsigned.
1510 * frame.h (struct frame): Change type of 'display_preempted',
1511 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
1512 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
1513 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
1514 bitfields from unsigned char to unsigned.
1515
1516 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
1517
1518 Remove unused member of struct x_output and struct w32_output.
1519 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
1520 * w32term.h (struct w32_output): Likewise.
1521
1522 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
1523
1524 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
1525 does not become zero (Bug#12234).
1526
1527 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
1528
1529 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
1530 for GCC 4.7.1 x86-64.
1531
1532 2012-08-30 Glenn Morris <rgm@gnu.org>
1533
1534 * lread.c (init_lread): For out-of-tree builds, only add the
1535 source directory's site-lisp dir to the load-path if it exists,
1536 consistent with in-tree builds. (Bug#12302)
1537
1538 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
1539
1540 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
1541 button_values to NULL. Call setStykeMask so dialogs get a close button.
1542 (windowShouldClose:): Set window_closed.
1543 (dealloc): New member, free button_values.
1544 (process_dialog:): Make member function. Remove window argument,
1545 replace window with self. Count buttons and allocate and store values
1546 in button_values.
1547 (addButton:value:row:): value is int with the name tag. Call setTag
1548 with tag. Remove return self, declare return value as void.
1549 (addString:row:): Remove return self, declare return value as void.
1550 (addSplit): Remove return self, declare return value as void.
1551 (clicked:): Remove return self, declare return value as void.
1552 Set dialog_return to button_values[seltag]. Code formatting change.
1553 (initFromContents:isQuestion:): Adjust call to process_dialog.
1554 Code formatting change.
1555 (timeout_handler:): Set timer_fired to YES.
1556 (runDialogAt:): Set timer_fired to NO.
1557 Handle click on close button as quit.
1558
1559 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
1560 Add window_closed and button_values. Add void as return value for
1561 add(Button|String|Split). addButton takes int instead of Lisp_Object.
1562 Add process_dialog as new member.
1563
1564 2012-08-28 Eli Zaretskii <eliz@gnu.org>
1565
1566 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
1567 is not one of the heaps we manage. (Bug#12242)
1568
1569 2012-08-28 Glenn Morris <rgm@gnu.org>
1570
1571 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
1572
1573 2012-08-28 Martin Rudalics <rudalics@gmx.at>
1574
1575 * window.c (Fset_window_configuration): Remove handling of
1576 auto-buffer-name window parameter. Install revision of reverted
1577 fix.
1578
1579 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
1580
1581 Do not allow to set major mode for a dead buffer.
1582 * buffer.c (Fset_buffer_major_mode): Signal an error
1583 if the buffer is dead.
1584 (Fother_buffer, other_buffer_safely): Remove redundant
1585 nested declaration.
1586
1587 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
1588
1589 Always use set_buffer_if_live to restore original buffer at unwind.
1590 * buffer.h (record_unwind_current_buffer): New function.
1591 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
1592 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
1593 * undo.c, window.c: Adjust users.
1594 * buffer.c (set_buffer_if_live): Fix comment.
1595
1596 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
1597
1598 Fix usage of set_buffer_internal.
1599 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
1600 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
1601 * coding.c (decode_coding): Omit redundant test.
1602 * fileio.c (decide_coding_unwind): Likewise.
1603 * fns.c (secure_hash): Likewise.
1604 * insdel.c (modify_region): Likewise.
1605 * keyboard.c (command_loop_1): Likewise.
1606 * print.c (PRINTFINISH): Likewise.
1607 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
1608
1609 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
1610
1611 * dispnew.c: Use bool for boolean.
1612 (frame_garbaged, display_completed, delayed_size_change)
1613 (fonts_changed_p, add_window_display_history)
1614 (add_frame_display_history, verify_row_hash)
1615 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
1616 (row_equal_p, realloc_glyph_pool)
1617 (allocate_matrices_for_frame_redisplay)
1618 (showing_window_margins_p)
1619 (adjust_frame_glyphs_for_frame_redisplay)
1620 (build_frame_matrix_from_leaf_window, make_current)
1621 (mirrored_line_dance, mirror_line_dance, update_frame)
1622 (update_window_tree, update_single_window)
1623 (check_current_matrix_flags, update_window, update_text_area)
1624 (update_window_line, set_window_update_flags, scrolling_window)
1625 (update_frame_1, scrolling, buffer_posn_from_coords)
1626 (do_pending_window_change, change_frame_size)
1627 (change_frame_size_1, sit_for):
1628 Use bool for boolean.
1629 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
1630 and remove last int (actually boolean) argument, which was always 0.
1631 All callers changed.
1632 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
1633 * dispextern.h (struct composition_it): Use bool for boolean.
1634 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
1635 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
1636 * dired.c (file_name_completion):
1637 Use bool for boolean. (This was missed in an earlier change.)
1638
1639 2012-08-27 Martin Rudalics <rudalics@gmx.at>
1640
1641 * window.c (Fset_window_configuration): Revert first part of
1642 last change.
1643
1644 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
1645
1646 * nsterm.h (NSPanel): New class variable dialog_return.
1647
1648 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
1649 dialog_return.
1650 (windowShouldClose:): Use stop instead of stopModalWithCode.
1651 (clicked:): Ditto, and also set dialog_return (Bug#12258).
1652 (timeout_handler:): Use stop instead of abortModal. Send a dummy
1653 event.
1654 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
1655 modal loop returns.
1656
1657 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
1658
1659 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
1660 * composite.c (find_composition, composition_gstring_p)
1661 (composition_reseat_it, find_automatic_composition):
1662 * data.c (let_shadows_buffer_binding_p)
1663 (let_shadows_global_binding_p, set_internal, make_blv)
1664 (Fmake_variable_buffer_local, Fmake_local_variable)
1665 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
1666 (cons_to_signed, arith_driver):
1667 * dbusbind.c (xd_in_read_queued_messages):
1668 * dired.c (directory_files_internal, file_name_completion):
1669 Use bool for booleans.
1670 * dired.c (file_name_completion):
1671 * process.h (fd_callback):
1672 Omit int (actually boolean) argument. It wasn't being used.
1673 All uses changed.
1674 * composite.h, lisp.h: Reflect above API changes.
1675
1676 * cmds.c, coding.c: Use bool for booleans.
1677 * cmds.c (move_point, Fself_insert_command):
1678 * coding.h (struct composition status, struct coding_system):
1679 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
1680 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
1681 (emacs_mule_char, decode_coding_emacs_mule)
1682 (encode_coding_emacs_mule, detect_coding_iso_2022)
1683 (decode_coding_iso_2022, encode_invocation_designation)
1684 (encode_designation_at_bol, encode_coding_iso_2022)
1685 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
1686 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
1687 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
1688 (encode_coding_raw_text, detect_coding_charset)
1689 (decode_coding_charset, encode_coding_charset, detect_eol)
1690 (detect_coding, get_translation_table, produce_chars)
1691 (consume_chars, reused_workbuf_in_use)
1692 (make_conversion_work_buffer, code_conversion_save)
1693 (decode_coding_object, encode_coding_object)
1694 (detect_coding_system, char_encodable_p)
1695 (Funencodable_char_position, code_convert_region)
1696 (code_convert_string, code_convert_string_norecord)
1697 (Fset_coding_system_priority):
1698 * fileio.c (Finsert_file_contents):
1699 Use bool for booleans.
1700 * coding.h, lisp.h: Reflect above API changes.
1701 * coding.c: Remove unnecessary static function decls.
1702 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
1703 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
1704 not a boolean 'int', since callers never look at the return value.
1705 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
1706 * coding.h (decoding_buffer_size, encoding_buffer_size)
1707 (emacs_mule_string_char): Remove unused extern decls.
1708 (struct iso_2022_spec, struct coding_system):
1709 Use 'unsigned int : 1' for boolean fields, since there's more than one.
1710 (struct emacs_mule_spec): Remove unused field 'full_support'.
1711 All initializations removed.
1712 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
1713
1714 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1715
1716 Fix spare memory change (Bug#12286).
1717 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
1718 (valid_lisp_object_p): Likewise.
1719
1720 2012-08-27 Martin Rudalics <rudalics@gmx.at>
1721
1722 * window.c (Fset_window_configuration): Record any window's old
1723 buffer if it's replaced (see Bug#8789). If the new current
1724 buffer doesn't appear in the selected window, go to its old
1725 point (Bug#12208).
1726
1727 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1728
1729 Special MEM_TYPE_SPARE to denote reserved memory.
1730 * alloc.c (enum mem_type): New memory type.
1731 (refill_memory_reserve): Use new type for spare memory.
1732 This prevents live_cons_p and live_string_p from incorrect
1733 detection of uninitialized objects from spare memory as live.
1734
1735 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 Spelling fixes.
1738 * Makefile.in (.PHONY): versioclean -> versionclean.
1739
1740 Remove unused external symbols.
1741 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
1742 * window.c (Qwindow_valid_p, decode_valid_window):
1743 Now static, not extern.
1744 * data.c (Qinterval): Remove; unused.
1745 (syms_of_data): Do not define 'interval'.
1746 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
1747 * window.h (decode_valid_window):
1748 Remove decls.
1749
1750 * character.c, charset.c, chartab.c: Use bool for booleans.
1751 * character.c (lisp_string_width, string_count_byte8)
1752 (string_escape_byte8):
1753 * charset.c (charset_map_loaded, load_charset_map, read_hex):
1754 (load_charset_map_from_file, map_charset_chars)
1755 (Fdefine_charset_internal, define_charset_internal)
1756 (Fdeclare_equiv_charset, find_charsets_in_text)
1757 (Ffind_charset_region, char_charset, Fiso_charset):
1758 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
1759 (sub_char_table_set, sub_char_table_set_range)
1760 (char_table_set_range, optimize_sub_char_table)
1761 (map_sub_char_table):
1762 Use bool for boolean.
1763 * character.c (str_to_unibyte): Omit last boolean argument; it was
1764 always 0. All callers changed.
1765 * character.h, charset.h: Adjust to match previous changes.
1766 * character.h (char_printable_p): Remove decl of nonexistent function.
1767 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
1768 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
1769 are all boolean, so make them single-bit bitfields.
1770
1771 * lisp.h (ASET): Remove attempt to detect side effects.
1772 It was meant to be temporary and it often doesn't work,
1773 because when IDX has side effects the behavior of IDX==IDX
1774 is undefined. See Stefan Monnier in
1775 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
1776
1777 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
1778
1779 * lisp.h (functionp): New function (extracted from Ffunctionp).
1780 (FUNCTIONP): Use it.
1781 * eval.c (Ffunctionp): Use it.
1782
1783 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
1784
1785 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
1786 as that's faster and simpler than static storage. Don't bother
1787 with the g_main_context_query overhead if g_main_context_pending
1788 says no events are pending.
1789 (gfds, gfds_size): Remove these static vars.
1790 (xgselect_initialize): Remove; no longer needed.
1791 All uses and decls removed.
1792
1793 * emacs.c (fatal_error_signal_hook): Remove.
1794 All uses removed. This leftover from old code was always 0.
1795
1796 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
1797 * casefiddle.c (casify_object, casify_region):
1798 * casetab.c (set_case_table):
1799 * category.c, category.h (word_boundary_p):
1800 * category.h (CHAR_HAS_CATEGORY):
1801 Use bool for booleans, instead of int.
1802
1803 2012-08-25 Eli Zaretskii <eliz@gnu.org>
1804
1805 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
1806
1807 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
1808
1809 On assertion failure, print backtrace if available.
1810 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
1811 (die) [ENABLE_CHECKING]: Print a backtrace if available.
1812 * Makefile.in (LIB_EXECINFO): New macro.
1813 (LIBES): Use it.
1814
1815 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
1816 * bytecode.c (exec_byte_code):
1817 * callint.c (check_mark, Fcall_interactively):
1818 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
1819 (getenv_internal, sync_process_alive, call_process_exited):
1820 * lisp.h (USE_SAFE_ALLOCA):
1821 Use bool for booleans, instead of int.
1822 * lisp.h, process.h: Adjust prototypes to match above changes.
1823 * callint.c (Fcall_interactively): Don't assume the mark's
1824 offset fits in 'int'.
1825
1826 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 * buffer.c, buffer.h: Use bool for boolean.
1829 * buffer.c (reset_buffer_local_variables)
1830 (buffer_lisp_local_variables, Fset_buffer_modified_p)
1831 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
1832 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
1833 (overlay_touches_p, overlay_strings, Foverlay_put)
1834 (report_overlay_modification, call_overlay_mod_hooks):
1835 (mmap_enlarge, mmap_set_vars):
1836 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
1837 Use bool for booleans, instead of int.
1838 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
1839 since the 1-or-0 return value is always ignored anyway.
1840 (mmap_initialized_p):
1841 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
1842 * buffer.h, lisp.h: Adjust prototypes to match above changes.
1843
1844 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 * bidi.c: Use bool for boolean.
1847 This is a bit more readable, and makes the text segment of bidi.o
1848 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
1849 Presumably it's faster too.
1850 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
1851 Now bool.
1852 (bidi_cache_find_level_change, bidi_cache_iterator_state)
1853 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
1854 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
1855 (bidi_explicit_dir_char, bidi_level_of_next_char)
1856 (bidi_find_other_level_edge, bidi_move_to_visually_next):
1857 Use bool for booleans, instead of int.
1858 * dispextern.h (bidi_init_it, bidi_paragraph_init)
1859 (bidi_unshelve_cache): Adjust decls to match code.
1860
1861 2012-08-23 Martin Rudalics <rudalics@gmx.at>
1862
1863 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
1864 argument.
1865
1866 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
1867
1868 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
1869 * atimer.h: Include <stdbool.h>.
1870
1871 2012-08-22 Dan Nicolaescu <dann@gnu.org>
1872
1873 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
1874 compile time tests instead of run time tests on systems that do
1875 not use them.
1876 (FRAME_MAC_P): Remove leftover from deleted code.
1877 * frame.c (syms_of_frame): Remove leftover from deleted code.
1878
1879 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
1880
1881 * nsterm.m (insertText:): Don't clear modifiers if code is space.
1882
1883 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
1884
1885 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
1886 Otherwise, the compiler complains about (A?B:C) where B is void
1887 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
1888 (fontset_add): Return void, for FONTSET_ADD.
1889
1890 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 * alloc.c: Use bool for booleans.
1893 (gc_in_progress, abort_on_gc)
1894 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
1895 (dont_register_blocks) [GC_MALLOC_CHECK]:
1896 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
1897 (check_string_bytes, make_specified_string, memory_full)
1898 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
1899 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
1900 (mark_stack, valid_pointer_p, make_pure_string)
1901 (Fgarbage_collect, survives_gc_p, gc_sweep):
1902 Use bool for booleans, instead of int.
1903 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
1904 Remove unused local.
1905 * alloc.c (PURE_POINTER_P):
1906 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
1907 * editfns.c (Fformat):
1908 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
1909 (Fdo_auto_save):
1910 * fns.c (sweep_weak_table):
1911 * lisp.h (suppress_checking, push_message, survives_gc_p)
1912 (make_pure_string, gc_in_progress, abort_on_gc):
1913 * lread.c (readchar, read1):
1914 * print.c (Fprin1_to_string):
1915 * xdisp.c (push_message):
1916 Use bool for booleans affected directly or indirectly by
1917 alloc.c's changes.
1918
1919 Make recently-introduced setters macros.
1920 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
1921 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
1922 (set_fontset_default, set_fontset_fallback): Rename from their
1923 upper-case counterparts, and make them functions rather than macros.
1924 This is more consistent with the other recently-introduced setters.
1925 These don't need to be inline, since they're local.
1926
1927 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
1928
1929 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
1930 the loop (Bug#12247).
1931
1932 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1933
1934 * lisp.h (vcopy): Use memcpy rather than our own loop.
1935 This fixes a performance regression introduced by the recent
1936 addition of vcopy. This means 'vcopy' will need to be modified
1937 for a copying collector, but that's OK. Also, tighten the
1938 checking in the assertion.
1939
1940 2012-08-21 Eli Zaretskii <eliz@gnu.org>
1941
1942 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
1943 components for RTL text (Bug#11860). Adjust X-OFFSET of each
1944 non-base glyph for the width of the base character, according to
1945 what x_draw_composite_glyph_string_foreground expects.
1946 Generate WADJUST value according to composition_gstring_width's
1947 expectations, to produce correct width of the composed character.
1948 Reverse the sign of the DU offset produced by ScriptPlace.
1949
1950 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1951
1952 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
1953
1954 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
1955
1956 Avoid direct writes to contents member of struct Lisp_Vector.
1957 * lisp.h (vcopy): New function to copy data into vector.
1958 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
1959 * fns.c (Ffillarray): Use ASET.
1960 * keyboard.c (timer_check_2): Use AREF and ASET.
1961 (append_tool_bar_item, Frecent_keys): Use vcopy.
1962 * lread.c (read_vector): Use ASET.
1963 * msdos.c (Frecent_doskeys): Use vcopy.
1964 * xface.c (Finternal_copy_lisp_face): Use vcopy.
1965 (Finternal_merge_in_global_face): Use ASET and vcopy.
1966 * xfont.c (xfont_list_pattern): Likewise.
1967
1968 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1969
1970 * window.c (Fwindow_point): For the selected window always return
1971 the position of its buffer's point.
1972 (Fset_window_point): For the selected window always go in its
1973 buffer to the specified position.
1974
1975 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
1976
1977 Setter macros for fontsets.
1978 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
1979 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
1980 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
1981 Adjust users.
1982
1983 2012-08-20 Glenn Morris <rgm@gnu.org>
1984
1985 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
1986 Don't assume that `ln -f' works.
1987
1988 2012-08-20 Eli Zaretskii <eliz@gnu.org>
1989
1990 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
1991 and later about non-assignments with no effect. See discussion at
1992 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
1993 details.
1994
1995 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1996
1997 Inline setter functions for Lisp_Objects slots of struct specbinding.
1998 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
1999 Adjust users.
2000
2001 2012-08-20 Martin Rudalics <rudalics@gmx.at>
2002
2003 * window.c (select_window): Always make selected window's buffer
2004 current.
2005
2006 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2007
2008 Use AREF and ASET for docstrings of category tables.
2009 * category.h (CATEGORY_DOCSTRING): Use AREF.
2010 (SET_CATEGORY_DOCSTRING): Use ASET.
2011 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
2012
2013 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2014
2015 Inline setter functions for hash table members.
2016 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
2017 (set_hash_hash, set_hash_index): Rename with _slot suffix.
2018 (set_hash_key_and_value, set_hash_index, set_hash_next)
2019 (set_hash_hash): New functions.
2020 * charset.c, fns.c: Adjust users.
2021
2022 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
2023
2024 Inline getter and setter functions for per-buffer values.
2025 * buffer.h (per_buffer_default, set_per_buffer_default)
2026 (per_buffer_value, set_per_buffer_value): New functions.
2027 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
2028 * buffer.c, data.c: Adjust users.
2029
2030 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
2031
2032 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
2033
2034 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 Rely on <config.h> + <unistd.h> to declare 'environ',
2037 as gnulib does this if the system doesn't.
2038 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
2039 Remove declaration. MS-Windows declares it on stdlib.h which is
2040 included by conf_post.h.
2041 * emacs.c (environ) [DOUG_LEA_MALLOC]:
2042 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
2043 * vm-limit.c: Include <unistd.h>, for 'environ'.
2044
2045 * unexaix.c, unexcoff.c: Include "mem-limits.h".
2046 (start_of_data): Remove decl; mem-limits.h provides it.
2047
2048 * xdisp.c (handle_invisible_prop): Make it a bit faster
2049 and avoid a gcc -Wmaybe-uninitialized diagnostic.
2050
2051 2012-08-19 Chong Yidong <cyd@gnu.org>
2052
2053 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
2054 ends (Bug#3874).
2055
2056 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
2057
2058 * .gdbinit: Use call instead of set when calling a function in the
2059 inferior.
2060
2061 * data.c (set_internal): Don't use set_blv_found.
2062 (Fkill_local_variable): Likewise.
2063
2064 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
2065
2066 * nsfont.m (ns_ascii_average_width): Ensure the string
2067 ascii_printable is initialized with a null-terminated character
2068 array. Otherwise, it can contain undesired extra characters.
2069
2070 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2071
2072 port new setting code to Sun C 5.8 2005/10/13
2073 * chartab.c, lisp.h (char_table_set, char_table_set_range):
2074 Return void, not Lisp_Object. Otherwise, the compiler
2075 complains about (A?B:C) where B is void and C is Lisp_Object
2076 when compiling CHAR_TABLE_SET, due to the recent change to
2077 the API of sub_char_table_set_contents.
2078
2079 2012-08-18 Chong Yidong <cyd@gnu.org>
2080
2081 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
2082 for the string case (Bug#3874).
2083
2084 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 * buffer.h (BSET): Remove (Bug#12215).
2087 Replace all uses with calls to new setter functions.
2088 (bset_bidi_paragraph_direction, bset_case_canon_table)
2089 (bset_case_eqv_table, bset_directory, bset_display_count)
2090 (bset_display_time, bset_downcase_table)
2091 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
2092 (bset_last_selected_window, bset_local_var_alist)
2093 (bset_mark_active, bset_point_before_scroll, bset_read_only)
2094 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
2095 (bset_width_table):
2096 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
2097 (bset_auto_fill_function, bset_auto_save_file_format)
2098 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
2099 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
2100 (bset_cache_long_line_scans, bset_case_fold_search)
2101 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
2102 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
2103 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
2104 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
2105 (bset_header_line_format, bset_indicate_buffer_boundaries)
2106 (bset_indicate_empty_lines, bset_invisibility_spec)
2107 (bset_left_fringe_width, bset_major_mode, bset_mark)
2108 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
2109 (bset_name, bset_overwrite_mode, bset_pt_marker)
2110 (bset_right_fringe_width, bset_save_length)
2111 (bset_scroll_bar_width, bset_scroll_down_aggressively)
2112 (bset_scroll_up_aggressively, bset_selective_display)
2113 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
2114 (bset_word_wrap, bset_zv_marker):
2115 * category.c (bset_category_table):
2116 * syntax.c (bset_syntax_table):
2117 New setter functions.
2118
2119 * process.h (PSET): Remove (Bug#12215).
2120 Replace all uses with calls to new setter functions.
2121 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2122 (PROCESS_INLINE): New macro.
2123 (pset_childp): New setter function.
2124 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
2125 * process.c (PROCESS_INLINE):
2126 Define to EXTERN_INLINE, so that the corresponding functions
2127 are compiled into code.
2128 (pset_buffer, pset_command, pset_decode_coding_system)
2129 (pset_decoding_buf, pset_encode_coding_system)
2130 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
2131 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
2132 (pset_type, pset_write_queue): New setter functions.
2133
2134 * window.h (WSET): Remove (Bug#12215).
2135 Replace all uses with calls to new setter functions.
2136 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2137 (WINDOW_INLINE): New macro.
2138 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
2139 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
2140 (wset_total_lines, wset_vertical_scroll_bar)
2141 (wset_window_end_pos, wset_window_end_valid)
2142 (wset_window_end_vpos): New setter functions.
2143 * window.c (WINDOW_INLINE):
2144 Define to EXTERN_INLINE, so that the corresponding functions
2145 are compiled into code.
2146 (wset_combination_limit, wset_dedicated, wset_display_table)
2147 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
2148 (wset_new_normal, wset_new_total, wset_next_buffers)
2149 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
2150 (wset_prev_buffers, wset_right_fringe_width)
2151 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
2152 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
2153 (wset_window_parameters):
2154 * xdisp.c (wset_base_line_number, wset_base_line_pos)
2155 (wset_column_number_displayed, wset_region_showing):
2156 New setter functions.
2157
2158 * termhooks.h (TSET): Remove (Bug#12215).
2159 Replace all uses with calls to new setter functions.
2160 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2161 (TERMHOOKS_INLINE): New macro.
2162 (tset_charset_list, tset_selection_alist): New setter functions.
2163 * terminal.c (TERMHOOKS_INLINE):
2164 Define to EXTERN_INLINE, so that the corresponding functions
2165 are compiled into code.
2166 (tset_param_alist): New setter function.
2167
2168 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
2169
2170 * keyboard.h (KSET): Remove (Bug#12215).
2171 Replace all uses with calls to new setter functions.
2172 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2173 (KEYBOARD_INLINE): New macro.
2174 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
2175 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
2176 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
2177 New setter functions.
2178 * keyboard.c (KEYBOARD_INLINE):
2179 Define to EXTERN_INLINE, so that the corresponding functions
2180 are compiled into code.
2181 (kset_echo_string, kset_kbd_queue)
2182 (kset_keyboard_translate_table, kset_last_prefix_arg)
2183 (kset_last_repeatable_command, kset_local_function_key_map)
2184 (kset_overriding_terminal_local_map, kset_real_last_command)
2185 (kset_system_key_syms): New setter functions.
2186
2187 * frame.h (FSET): Remove (Bug#12215).
2188 Replace all uses with calls to new setter functions.
2189 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2190 (FRAME_INLINE): New macro.
2191 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
2192 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
2193 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
2194 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
2195 (fset_param_alist, fset_root_window, fset_scroll_bars)
2196 (fset_selected_window, fset_title, fset_tool_bar_items)
2197 (fset_tool_bar_position, fset_tool_bar_window): New functions.
2198 * frame.c (FRAME_INLINE):
2199 Define to EXTERN_INLINE, so that the corresponding functions
2200 are compiled into code.
2201 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
2202
2203 A few more naming-convention fixes for getters and setters.
2204 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
2205 and rename from buffer_overlays_set_before.
2206 (set_buffer_overlays_after): Move here from buffer.h, and rename
2207 from buffer_overlays_set_after.
2208 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
2209 All uses changed.
2210 (set_buffer_intervals): Rename from buffer_set_intervals.
2211 * intervals.c (set_interval_object): Move here from intervals.h,
2212 and rename from interval_set_object.
2213 (set_interval_left): Move here from intervals.h, and rename from
2214 interval_set_left.
2215 (set_interval_right): Move here from intervals.h, and rename from
2216 interval_set_right.
2217 (copy_interval_parent): Move here from intervals.h, and rename from
2218 interval_copy_parent.
2219 * intervals.h (set_interval_parent): Rename from interval_set_parent.
2220 (set_interval_plist): Rename from interval_set_plist.
2221 Return void, not Lisp_Object, since no caller uses the result.
2222 * lisp.h (string_intervals): Rename from string_get_intervals.
2223 (set_string_intervals): Rename from string_set_intervals.
2224
2225 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
2226 (set_char_table_contents): Rename from char_table_set_contents.
2227 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
2228 All uses changed. See the end of
2229 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
2230
2231 * lisp.h (CSET): Remove (Bug#12215).
2232 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
2233 (set_char_table_purpose): New functions,
2234 replacing CSET. All uses changed. For example, replace
2235 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
2236 "set_char_table_parent (char_table, parent);".
2237 The old version was confusing because it used the same name
2238 'parent' for two different things.
2239
2240 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
2241
2242 Functions to get and set Lisp_Object fields of buffer-local variables.
2243 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
2244 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
2245 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
2246 * data.c, eval.c, frame.c: Adjust users.
2247
2248 2012-08-17 Chong Yidong <cyd@gnu.org>
2249
2250 * xfaces.c (merge_face_vectors): If the target font specfies a
2251 font spec, make the font's attributes take precedence over
2252 directly-specified attributes.
2253 (merge_face_ref): Recognize :font.
2254
2255 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
2256
2257 Do not use memcpy for copying intervals.
2258 * intervals.c (reproduce_interval): New function.
2259 (reproduce_tree, reproduce_tree_obj): Use it.
2260 (reproduce_tree_obj): Remove prototype.
2261
2262 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
2263
2264 * lisp.h (duration_to_sec_usec): Remove unused decl.
2265
2266 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
2267
2268 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
2269 to an allocated instance of NSString, not to the class itself.
2270
2271 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
2272
2273 * makefile.w32-in (C_CTYPE_H): New macro.
2274 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
2275 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
2276 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
2277
2278 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
2279
2280 Use ASCII tests for character types.
2281 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
2282 * xfns.c, xterm.c:
2283 Don't include <ctype.h>; was not needed.
2284 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
2285 * sysdep.c, xfaces.c:
2286 Include <c-ctype.h> instead of <ctype.h>.
2287 * nsterm.m: Include <c-ctype.h>.
2288 * charset.c (read_hex):
2289 * doc.c (Fsnarf_documentation):
2290 * fileio.c (IS_DRIVE) [WINDOWSNT]:
2291 (DRIVE_LETTER) [DOS_NT]:
2292 (Ffile_name_directory, Fexpand_file_name)
2293 (Fsubstitute_in_file_name):
2294 * font.c (font_parse_xlfd, font_parse_fcname):
2295 * frame.c (x_set_font_backend):
2296 * gtkutil.c (xg_get_font):
2297 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
2298 * nsimage.m (hexchar):
2299 * nsterm.m (ns_xlfd_to_fontname):
2300 * sysdep.c (system_process_attributes):
2301 * xfaces.c (hash_string_case_insensitive):
2302 Use C-locale tests instead of locale-specific tests for character
2303 types, since we want the ASCII interpretation here, not the
2304 interpretation suitable for whatever happens to be the current locale.
2305
2306 2012-08-16 Martin Rudalics <rudalics@gmx.at>
2307
2308 Consistently check windows for validity/liveness
2309 (Bug#11984, Bug#12025, Bug#12026).
2310 * lisp.h (CHECK_VALID_WINDOW): New macro.
2311 * window.c (decode_window): Rename to decode_live_window.
2312 (decode_valid_window, Fwindow_valid_p): New functions.
2313 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
2314 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
2315 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
2316 (Fwindow_prev_sibling, Fwindow_combination_limit)
2317 (Fset_window_combination_limit, Fwindow_use_time)
2318 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
2319 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
2320 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
2321 (Fwindow_hscroll, Fset_window_hscroll)
2322 (Fwindow_redisplay_end_trigger)
2323 (Fset_window_redisplay_end_trigger, Fwindow_edges)
2324 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
2325 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
2326 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
2327 (Fwindow_end, Fset_window_point, Fset_window_start)
2328 (Fpos_visible_in_window_p, Fwindow_line_height)
2329 (Fwindow_dedicated_p, Fset_window_dedicated_p)
2330 (Fwindow_prev_buffers, Fset_window_prev_buffers)
2331 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
2332 (Fset_window_parameter, Fwindow_display_table)
2333 (Fset_window_display_table, Fdelete_other_windows_internal)
2334 (Fset_window_buffer, Fset_window_new_total)
2335 (Fset_window_new_normal, Fdelete_window_internal)
2336 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
2337 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
2338 (Fwindow_scroll_bars): Check whether argument window is a valid or
2339 live window. Update doc-strings.
2340 (syms_of_window): New symbol Qwindow_valid_p.
2341 * keyboard.c (Fposn_at_x_y): Check whether argument
2342 frame_or_window denotes a valid window.
2343
2344 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
2345
2346 Fix previous char table change.
2347 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
2348 * chartab.c (optimize_sub_char_table): Likewise.
2349
2350 2012-08-16 Chong Yidong <cyd@gnu.org>
2351
2352 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
2353
2354 * xfont.c (xfont_open):
2355 * xftfont.c (xftfont_open): Set the font's max_width field.
2356
2357 * nsfont.m (nsfont_open): Similar to the Xft backend, set
2358 min_width to space_width and average_width to the average over
2359 printable ASCII characters.
2360 (ns_char_width): Code cleanup.
2361 (ns_ascii_average_width): New utility function.
2362
2363 * font.h (struct font): Update comments.
2364
2365 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
2366
2367 Simple interface to set Lisp_Object fields of character tables.
2368 * lisp.h (CSET): New macro.
2369 (char_table_set_extras, char_table_set_contents)
2370 (sub_char_table_set_contents): New function.
2371 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
2372 * syntax.c: Adjust users.
2373
2374 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * eval.c (eval_sub): Bind lexical-binding.
2377 * lread.c (Qlexical_binding): Make non-static.
2378
2379 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
2380
2381 * nsmenu.m (popupSession): Remove.
2382 (pop_down_menu): Remove endModalSession.
2383 (timeout_handler:): New method.
2384 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
2385 Call runModalForWindow. Check timer_fired when it returns.
2386 If not set, cancel timer and break out of loop.
2387 Otherwise loop again, with a new timeout.
2388
2389 * nsterm.m: Include fcntl.h if present.
2390 (fd_entry, t_readfds, inNsSelect): Remove.
2391 (select_writefds, select_valid, select_timeout, selfds)
2392 (select_mutex, apploopnr): Add.
2393 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
2394 Otherwise call kbd_buffer_store_event.
2395 (ns_send_appdefined): Remove release of fd_entry.
2396 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
2397 Increment and decrement apploopnr.
2398 (ns_select): If no file descriptors, just do a NSTimer.
2399 Otherwise copy read/write masks and start select thread (fd_handler).
2400 Start main loop and wait for application defined event.
2401 Inform select thread to stop selecting after main loop is exited.
2402 (ns_term_init): Create selfds pipe and set non-blocking.
2403 Initialize select_mutex. Start the select thread (fd_handler).
2404 (fd_handler:): Loop forever, wait for info from the main thread
2405 to either start or stop selecting. When select returns, send
2406 and appdefined event.
2407 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
2408 If not call kbd_buffer_store_event.
2409
2410 * nsterm.h (EmacsApp): fd_handler takes id argument.
2411 (EmacsDialogPanel): Add timer_fired and timeout_handler.
2412
2413 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
2414
2415 2012-08-15 Eli Zaretskii <eliz@gnu.org>
2416
2417 * region-cache.c (move_cache_gap): Update gap_len using the actual
2418 growth of the boundaries array. Do not change cache_len.
2419 (Bug#12196)
2420
2421 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
2422
2423 Generalize and cleanup font subsystem checks.
2424 * font.h (FONT_DEBUG, font_assert): Remove.
2425 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
2426 Change font_assert to eassert. Use eassert where appropriate.
2427
2428 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
2429
2430 * gtkutil.c (xg_get_font): Use pango_units_to_double.
2431
2432 2012-08-15 Chong Yidong <cyd@gnu.org>
2433
2434 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
2435 When using the new font chooser, use gtk_font_chooser_get_font_desc to
2436 extract the font descriptor instead of just the font name.
2437 In that case, return a font spec instead of a string.
2438 (x_last_font_name): Move to this file from xfns.c.
2439
2440 * xfns.c (Fx_select_font): The return value can also be a font
2441 spec. Move x_last_font_name management to gtkutil.c.
2442
2443 * xfaces.c: Make font weight and style symbols non-static.
2444
2445 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
2448 (bug#12117).
2449
2450 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * alloc.c (Fgarbage_collect): Use plural form consistently.
2453
2454 2012-08-14 Eli Zaretskii <eliz@gnu.org>
2455
2456 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
2457 iteration through the command loop. Fixes a problem whereby mouse
2458 movements are ignored until the first mouse click.
2459
2460 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2461
2462 Use bool, not int, for Lisp booleans.
2463 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
2464 makes Emacs a bit smaller and presumably a bit faster.
2465 * lisp.h: Include <stdbool.h>.
2466 (struct Lisp_Boolfwd, defvar_bool):
2467 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
2468 * regex.c [!emacs]: Include <stdbool.h>.
2469 (false, true): Remove; <stdbool.h> does this for us now.
2470
2471 2012-08-14 Chong Yidong <cyd@gnu.org>
2472
2473 * character.c (Fcharacterp): Doc fix (Bug#12076).
2474
2475 * data.c (Findirect_variable): Doc fix (Bug#11040).
2476
2477 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
2478
2479 * editfns.c (Fformat): Doc fix (Bug#12059).
2480 (Fsave_current_buffer): Doc fix (Bug#11542).
2481
2482 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2483
2484 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
2485 (bug#12022).
2486
2487 2012-08-14 Martin Rudalics <rudalics@gmx.at>
2488
2489 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
2490 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
2491 * minibuf.c (choose_minibuf_frame, read_minibuf):
2492 * w32fns.c (x_create_tip_frame):
2493 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
2494 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
2495
2496 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2497
2498 * intervals.c (offset_intervals): Remove obsolete comment.
2499
2500 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
2501
2502 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
2503
2504 2012-08-14 Gergely Risko <gergely@risko.hu>
2505
2506 * coding.c (decode_coding): Record buffer modification before
2507 disabling undo_list (Bug#11773).
2508
2509 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2510
2511 Revert and cleanup some recent overlay changes.
2512 * buffer.h (enum overlay_type): Remove.
2513 (buffer_get_overlays, buffer_set_overlays): Likewise.
2514 (buffer_set_overlays_before, buffer_set_overlays_after):
2515 New function. Adjust users.
2516 (unchain_both): Add eassert.
2517
2518 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2519
2520 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
2521
2522 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2523
2524 * gtkutil.c (xg_mark_data): Don't assume C99.
2525
2526 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
2527
2528 * gtkutil.c (xg_frame_tb_info): New struct.
2529 (TB_INFO_KEY): New define.
2530 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
2531 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
2532 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
2533 if not present.
2534 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
2535 is up to date. Otherwise store new data.
2536 (free_frame_tool_bar): Free xg_frame_tb_info if present.
2537
2538 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2539
2540 Use KSET for write access to Lisp_Object members of struct kboard.
2541 * keyboard.h (KSET): New macro.
2542 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
2543 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
2544 * xterm.c: Adjust users.
2545
2546 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2547
2548 Use BSET for write access to Lisp_Object members of struct buffer.
2549 * buffer.h (BSET): New macro.
2550 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
2551 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
2552 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
2553 * window.c, xdisp.c, xfns.c: Adjust users.
2554
2555 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
2556
2557 * lread.c (syms_of_lread): Initialize Vlexical_binding.
2558
2559 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
2560
2561 * nsterm.m (not_in_argv): New function.
2562 (application:openFile, application:openTempFile:):
2563 (application:openFileWithoutUI:, application:openFiles:): Open file
2564 if not_in_argv returns non-zero (bug#12171).
2565
2566 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
2567 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
2568 Define for Gtk+ versions less than 3.2.
2569 (xg_get_font_name): Use those functions/macros here.
2570 Reported by Frans Oilinki <moilinki@gmail.com>.
2571
2572 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2573
2574 * unexmacosx.c (copy_data_segment): Copy initialized data in
2575 statically linked libraries from input file rather than memory.
2576
2577 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
2578 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
2579 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
2580
2581 2012-08-10 Glenn Morris <rgm@gnu.org>
2582
2583 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
2584 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
2585
2586 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2587
2588 Fix last change to allow compilation with low optimization levels.
2589 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
2590 Reported by Jan Djärv <jan.h.d@swipnet.se>.
2591
2592 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2593
2594 Use common inline syntax in intervals.h.
2595 * intervals.h (INTERVALS_INLINE): New macro.
2596 Change all users from LISP_INLINE.
2597
2598 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2599
2600 Define Qnone once for all platforms.
2601 * frame.c (Qnone): Define here.
2602 (syms_of_frame): DEFSYM it.
2603 * lisp.h (Qnone): New declaration.
2604 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
2605 * xfns.c: Remove duplication. Adjust users.
2606
2607 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2608
2609 Remove unused macros from intervals.h.
2610 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
2611 * intervals.c: Adjust comment.
2612
2613 2012-08-10 Eli Zaretskii <eliz@gnu.org>
2614
2615 * w32fns.c <w32_unicode_gui>: New static variable.
2616 (globals_of_w32fns): Initialize it according to os_subtype.
2617 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
2618 testing os_subtype.
2619
2620 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
2621 Eli Zaretskii <eliz@gnu.org>
2622
2623 Fix bug #10299 with Unicode characters sent by customized
2624 keyboards created by MSKLC.
2625 * w32fns.c (INIT_WINDOW_CLASS): New macro.
2626 (w32_init_class): Use it to initialize the Emacs class with either
2627 ANSI or Unicode API calls.
2628 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
2629 later.
2630 (w32_wnd_proc): If the character code sent by WM_CHAR or
2631 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
2632 original message. Call DefWindowProcW on NT and later.
2633
2634 2012-08-10 Glenn Morris <rgm@gnu.org>
2635
2636 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
2637
2638 * lisp.h (DIRECTORY_SEP): Let configure set it.
2639
2640 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
2641
2642 Use TSET for write access to Lisp_Object slots of struct terminal.
2643 * termhooks.h (TSET): New macro.
2644 * coding.c, terminal.c, xselect.c: Adjust users.
2645
2646 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
2649 the failing expression, include them in the error message.
2650 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
2651 * lisp.h (internal_condition_case_n): Update declaration.
2652
2653 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2654
2655 Inline functions to examine and change buffer overlays.
2656 * buffer.c (unchain_both): New function.
2657 * buffer.h (buffer_get_overlays, buffer_set_overlays):
2658 (buffer_has_overlays): New function.
2659 (enum overlay_type): New enum.
2660 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
2661 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
2662
2663 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2664
2665 Inline functions to examine and change buffer intervals.
2666 * alloc.c (mark_interval_tree): Remove.
2667 (MARK_INTERVAL_TREE): Simplify.
2668 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
2669 * intervals.c (buffer_balance_intervals): New function.
2670 (graft_intervals_into_buffer): Adjust indentation.
2671 (set_intervals_multibyte): Simplify.
2672 * buffer.h (BUF_INTERVALS): Remove.
2673 (buffer_get_intervals, buffer_set_intervals): New function.
2674 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
2675 * intervals.c, textprop.c: Adjust users.
2676
2677 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2678
2679 Inline functions to examine and change string intervals.
2680 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
2681 (string_get_intervals, string_set_intervals): New function.
2682 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
2683 * lread.c, print.c, textprop.c: Adjust users.
2684
2685 2012-08-08 Glenn Morris <rgm@gnu.org>
2686
2687 * lisp.mk (lisp): Remove language/persian.elc.
2688
2689 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2690
2691 Cleanup intervals.
2692 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
2693 (NULL_INTERVAL_P): Likewise. Adjust users.
2694 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
2695 Adjust comment. Move under #if 0.
2696 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
2697 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
2698
2699 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2700
2701 Check total length of intervals with eassert.
2702 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
2703 * intervals.c: Change all users to eassert.
2704
2705 2012-08-07 Eli Zaretskii <eliz@gnu.org>
2706
2707 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
2708 Rename fields to match removal of FGET and WGET and disuse of
2709 INTERNAL_FIELD in Lisp_Cons.
2710
2711 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2712
2713 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
2714 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
2715 name since all xname users are fixed long time ago. Do not
2716 use INTERNAL_FIELD.
2717 (set_symbol_name, set_symbol_function, set_symbol_plist):
2718 (set_symbol_next, set_overlay_plist): New function.
2719 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
2720 (struct Lisp_Overlay): Likewise.
2721 (CVAR, MVAR, SVAR): Remove.
2722 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
2723 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
2724 * xterm.c: Adjust users.
2725 * .gdbinit: Change to use name field of struct Lisp_Symbol
2726 where appropriate.
2727
2728 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2729
2730 Basic functions to set Lisp_Object and pointer slots of intervals.
2731 * intervals.h (interval_set_parent, interval_set_object):
2732 (interval_set_left, interval_set_right, interval_set_plist):
2733 (interval_copy_parent): New function.
2734 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
2735 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
2736 Adjust indentation.
2737 (INTERVAL_SIZE): Remove. Adjust users.
2738 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
2739
2740 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2741
2742 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
2743 * process.h (PGET): Remove.
2744 (struct Lisp_Process): Do not use INTERNAL_FIELD.
2745 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
2746
2747 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2748
2749 Drop WGET and revert read access to Lisp_Objects slots of struct window.
2750 * window.h (WGET): Remove.
2751 (struct window): Do not use INTERNAL_FIELD.
2752 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
2753 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
2754 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
2755 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
2756 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
2757 Adjust users.
2758
2759 2012-08-07 Chong Yidong <cyd@gnu.org>
2760
2761 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2762 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
2763 (Fdelete_window_internal): Signal an error if the window is not on
2764 a live frame (Bug#12025).
2765
2766 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2767
2768 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
2769 * frame.h (FGET): Remove.
2770 (struct frame): Do not use INTERNAL_FIELD.
2771 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
2772 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
2773 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
2774 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
2775
2776 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * w32.c: Silence compiler warnings.
2779 (map_w32_filename): Remove unused variable `is_fat'.
2780 (chase_symlinks): Add parentheses around expression.
2781
2782 2012-08-06 Glenn Morris <rgm@gnu.org>
2783
2784 * sysdep.c: Respect BROKEN_GETWD.
2785
2786 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
2787 Let configure handle it.
2788 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
2789
2790 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2791
2792 Use GCALIGNMENT where appropriate.
2793 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
2794 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
2795 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
2796
2797 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2798
2799 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
2800 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
2801
2802 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * buffer.h (struct buffer): Revert `indirections' to a simple int;
2805 that should be sufficient for everyone.
2806
2807 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
2808
2809 * keyboard.c (timer_check_2): Add break so timer_check returns next
2810 timeout.
2811
2812 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2813
2814 Fix Windows build errors introduced after converting to WGET and WSET.
2815 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
2816 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2817
2818 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
2819
2820 * nsterm.m (ns_frame_rehighlight): Use FSET.
2821
2822 * nsmenu.m (ns_update_menubar): Use FSET.
2823
2824 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2825
2826 Separate read and write access to Lisp_Object slots of Lisp_Process.
2827 * process.h (PGET, PSET): New macros similar to AREF and ASET.
2828 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
2829
2830 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2831
2832 Separate read and write access to Lisp_Object slots of struct window.
2833 * window.h (WGET, WSET): New macros similar to AREF and ASET.
2834 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
2835 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
2836 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
2837 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
2838 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
2839 Adjust users.
2840
2841 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2842
2843 Fix Windows build errors introduced after converting to FGET and FSET.
2844 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
2845 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
2846 (w32_judge_scroll_bars): Change to use FSET.
2847 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2848
2849 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2850
2851 Fix replacement typo.
2852 * window.c (replace_window): Set root_window instead of
2853 selected_window. This fixes a total window subsystem
2854 malfunction reported by Bastien Guerry <bzg@gnu.org>.
2855
2856 2012-08-06 Glenn Morris <rgm@gnu.org>
2857
2858 * lisp.mk (lisp): Add language/persian.elc.
2859
2860 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2861
2862 Separate read and write access to Lisp_Object slots of struct frame.
2863 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
2864 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
2865 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
2866 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
2867 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
2868
2869 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
2870
2871 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
2872
2873 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2874
2875 Generalize common compile-time constants.
2876 * lisp.h (header_size, bool_header_size, word_size): Now here.
2877 (struct Lisp_Vector): Add comment.
2878 (struct Lisp_Bool_Vector): Move up to define handy constants.
2879 (VECSIZE, PSEUDOVECSIZE): Simplify.
2880 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
2881 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
2882 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
2883 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
2884 * xfont.c, xmenu.c: Use word_size where appropriate.
2885
2886 2012-08-05 Lawrence Mitchell <wence@gmx.li>
2887
2888 * search.c (Freplace_match): Treat \? in the replacement text
2889 literally (Bug#8161).
2890
2891 2012-08-05 Chong Yidong <cyd@gnu.org>
2892
2893 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
2894 * frame.c (Vdelete_frame_functions):
2895 * emacs.c (Vkill_emacs_hook): Doc fix.
2896
2897 2012-08-04 Eli Zaretskii <eliz@gnu.org>
2898
2899 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
2900 --with-x-toolkit=no builds.
2901 Reported by Carsten Mattner <carstenmattner@gmail.com>.
2902
2903 2012-08-04 Chong Yidong <cyd@gnu.org>
2904
2905 * syntax.c (Fmodify_syntax_entry): Doc fix.
2906
2907 2012-08-04 Eli Zaretskii <eliz@gnu.org>
2908
2909 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
2910 * w32.c (init_environment): Change the default values of many
2911 environment variables in dflt_envvars[] to NULL, to avoid pushing
2912 them into environment when they were not already defined.
2913 Remove the code that deletes site-lisp subdirectories from the default
2914 value of EMACSLOADPATH, as it is no longer needed.
2915 (check_windows_init_file): Now external, not static.
2916 Use Vload_path as is, without adding anything, as this function is now
2917 called when Vload_path is already set up.
2918
2919 * w32.h (check_windows_init_file): Add prototype.
2920
2921 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
2922 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
2923 compatibility with Posix platforms.
2924 (main): Move the call to check_windows_init_file to here from
2925 w32.c.
2926 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
2927 any, in the DEFALT argument into the root of the Emacs build or
2928 installation tree, as appropriate.
2929
2930 * callproc.c (init_callproc_1): Call decode_env_path instead of
2931 doing its equivalent by hand.
2932 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
2933 the code that sets Vexec_path run on MS-Windows.
2934
2935 * lread.c (init_lread): Add comments to #ifdef's.
2936
2937 * msdos.c (dos_set_window_size, IT_update_begin)
2938 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
2939 instead of direct references.
2940
2941 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 Export DEFAULT_REHASH_* to GDB.
2944 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
2945 Now constants, not macros.
2946
2947 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2948
2949 Remove unnecessary casts involving pointers.
2950 These casts are no longer needed now that we assume C89 or later,
2951 since they involve casting to or from void *.
2952 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
2953 (make_pure_float, make_pure_vector):
2954 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
2955 * macros.c (Fstart_kbd_macro):
2956 * menu.c (find_and_return_menu_selection):
2957 * minibuf.c (read_minibuf_noninteractive):
2958 * sysdep.c (closedir):
2959 * xdisp.c (x_produce_glyphs):
2960 * xfaces.c (compare_fonts_by_sort_order):
2961 * xfns.c (x_real_positions, select_visual):
2962 * xselect.c (x_stop_queuing_selection_requests)
2963 (x_get_window_property, x_get_window_property_as_lisp_data):
2964 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
2965 Remove unnecessary pointer casts.
2966 * alloc.c (record_xmalloc): New function.
2967 * lisp.h (record_xmalloc): New decl.
2968 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
2969 more like a function. This is because the pointer cast is not
2970 needed. All uses changed.
2971 * print.c (print_string, print_error_message): Avoid length recalc.
2972
2973 Improve fix for macroexp crash with debugging (Bug#12118).
2974 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
2975 ARRAY_MARK_FLAG when checking subscripts, because ASET is
2976 not supposed to be invoked from the garbage collector.
2977 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
2978 (gc_aset): New function, which is like ASET but can be
2979 used in the garbage collector.
2980 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
2981 (set_hash_index): Use it instead of ASET.
2982
2983 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2984
2985 Support symlinks on latest versions of MS-Windows.
2986 * w32.c: Include winioctl.h and aclapi.h.
2987 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
2988 (revert_to_self): Forward declarations of static functions.
2989 <static BOOL g_b_init_get_security_info>:
2990 <g_b_init_create_symbolic_link>: New static flags.
2991 (globals_of_w32): Initialize them to zero.
2992 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
2993 (map_w32_filename): Improve commentary. Simplify switch.
2994 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
2995 headers (most versions of MinGW w32api don't).
2996 (get_security_info, create_symbolic_link)
2997 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
2998 New functions.
2999 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
3000 in the argument file name.
3001 (sys_access): Call unc_volume_file_attributes only if
3002 GetFileAttributes fails with network-related error codes.
3003 (sys_rename): Diagnose renaming of a symlink when the user doesn't
3004 have the required privileges.
3005 (get_file_security_desc_by_name): Rename from
3006 get_file_security_desc.
3007 (stat_worker): New function, with most of the guts of 'stat', and
3008 with addition of handling of symlinks and support for 'lstat'.
3009 If possible, get file's attributes and security information by
3010 handle, not by name. Produce S_IFLNK bit for symlinks, when
3011 called from 'lstat'.
3012 (stat, lstat): New functions, call 'stat_worker'.
3013 (symlink, readlink, careadlinkat): Rewritten to create and resolve
3014 symlinks when the underlying filesystem supports them.
3015
3016 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3017
3018 Fix macroexp crash on Windows with debugging (Bug#12118).
3019 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
3020 checking subscripts; problem introduced with the recent
3021 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
3022 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
3023 since it's used in non-static inline functions now.
3024
3025 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
3026 Don't assume buffer size fits in 'int'. Remove unused local.
3027
3028 Use C99-style 'extern inline' if available.
3029 * buffer.h (BUFFER_INLINE):
3030 * category.h (CATEGORY_INLINE):
3031 * character.h (CHARACTER_INLINE):
3032 * charset.h (CHARSET_INLINE):
3033 * composite.h (COMPOSITE_INLINE):
3034 * dispextern.h (DISPEXTERN_INLINE):
3035 * lisp.h (LISP_INLINE):
3036 * systime.h (SYSTIME_INLINE):
3037 New macro, replacing 'static inline' in this header.
3038 * buffer.h, category.h, character.h, charset.h, composite.h:
3039 * dispextern.h, lisp.h, systime.h:
3040 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3041 * alloc.c (LISP_INLINE):
3042 * buffer.c (BUFFER_INLINE):
3043 * category.c (CATEGORY_INLINE):
3044 * character.c (CHARACTER_INLINE):
3045 * charset.c (CHARSET_INLINE):
3046 * composite.c (COMPOSITE_INLINE):
3047 * dispnew.c (DISPEXTERN_INLINE):
3048 * sysdep.c (SYSTIME_INLINE):
3049 Define to EXTERN_INLINE, so that the corresponding functions
3050 are compiled into code.
3051 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
3052 (INLINE_HEADER_END): New macros.
3053 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
3054 since it's used in non-static inline functions now.
3055 (VALMASK) [!USE_LSB_TAG]: Likewise.
3056
3057 2012-08-02 Glenn Morris <rgm@gnu.org>
3058
3059 * s/: Remove empty directory.
3060
3061 * s/ms-w32.h: Move to ../nt/inc.
3062 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
3063 Update for new ms-w32.h location.
3064
3065 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3066
3067 Port to Solaris 8.
3068 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
3069
3070 2012-08-02 Glenn Morris <rgm@gnu.org>
3071
3072 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
3073 hard-coding the path separator.
3074
3075 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
3076
3077 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
3078 This how ASET and AREF are supposed to work, and makes
3079 it easier to think about future improvements. See
3080 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
3081 * charset.h (set_charset_attr): New function.
3082 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
3083 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
3084 (aref_addr): New function. All uses of &AREF(...) changed.
3085 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
3086 (set_hash_index): New functions. All lvalue-style uses of
3087 HASH_KEY etc. changed.
3088 * keyboard.c (set_prop): New function. All lvalue-style uses
3089 of PROP changed.
3090
3091 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
3092
3093 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
3094 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
3095 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
3096 * nsfns.m (ns_set_name_as_filename): Likewise.
3097 * nsmenu.m (ns_update_menubar): Likewise.
3098 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
3099
3100 2012-08-01 Eli Zaretskii <eliz@gnu.org>
3101
3102 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
3103 Adapt to latest changes in field names of the corresponding Lisp
3104 objects.
3105
3106 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
3107
3108 2012-08-01 Glenn Morris <rgm@gnu.org>
3109
3110 * s/msdos.h: Remove file.
3111 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
3112 * Makefile.in (S_FILE): Remove.
3113 (config_h): Remove S_FILE.
3114
3115 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
3118 Remove; moved to nt/config.nt.
3119
3120 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3121
3122 Use INTERNAL_FIELD for conses and overlays.
3123 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
3124 Remove obsolete comment.
3125 (MVAR): New macro.
3126 (struct Lisp_Overlay): Use INTERNAL_FIELD.
3127 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
3128
3129 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3130
3131 Use INTERNAL_FIELD for symbols.
3132 * lisp.h (SVAR): New macro. Adjust users.
3133 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
3134 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
3135
3136 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3137
3138 Use INTERNAL_FIELD for processes.
3139 * process.h (PVAR): New macro. Adjust style.
3140 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
3141 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
3142
3143 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
3144
3145 Use INTERNAL_FIELD for windows.
3146 * window.h (WVAR): New macro.
3147 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
3148 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
3149 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
3150 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
3151 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
3152 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
3153
3154 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
3155
3156 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
3157
3158 2012-08-01 Glenn Morris <rgm@gnu.org>
3159
3160 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
3161 Move to configure.ac.
3162
3163 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3164
3165 * makefile.w32-in (CONFIG_H): Update dependencies.
3166 (CONF_POST_H): New macro.
3167
3168 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
3169
3170 2012-07-31 Glenn Morris <rgm@gnu.org>
3171
3172 * Makefile.in (S_FILE): No longer set by configure.
3173
3174 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
3175 is available.
3176 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
3177
3178 * process.h (NULL_DEVICE):
3179 * emacs.c (SEPCHAR):
3180 * editfns.c (USER_FULL_NAME): Let configure set them.
3181
3182 * s/README, s/template.h: Remove files.
3183
3184 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
3185
3186 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
3187 Move to configure.ac.
3188
3189 2012-07-31 Eli Zaretskii <eliz@gnu.org>
3190
3191 * .gdbinit (xframe): Adapt to introduction of FVAR and the
3192 resulting renaming of 'struct frame' members.
3193
3194 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
3195
3196 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
3197 after introduction of FVAR.
3198
3199 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
3200
3201 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
3202
3203 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
3204 instead of compositeToPoint.
3205 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
3206
3207 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
3208
3209 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3210
3211 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
3212 * lisp.h (INTERNAL_FIELD): New macro.
3213 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
3214 (BVAR): Change to use INTERNAL_FIELD.
3215 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
3216 (KVAR): Change to use INTERNAL_FIELD.
3217 * frame.h (FVAR): New macro.
3218 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
3219 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
3220 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
3221 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
3222 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
3223
3224 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3225
3226 Miscellaneous fixes for non-default X toolkits.
3227 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
3228 * xterm.c (x_frame_of_widget): Remove redundant prototype.
3229 Move under #ifdef USE_LUCID.
3230 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
3231 definition and usage to avoid warnings.
3232
3233 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
3234
3235 * nsterm.m (openFiles): Fix previous checkin.
3236
3237 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
3238
3239 * indent.c (compute_motion): Remove unused local.
3240
3241 2012-07-31 Glenn Morris <rgm@gnu.org>
3242
3243 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
3244
3245 * conf_post.h [USG5_4]:
3246 Move remaining contents of s/usg5-4-common.h here.
3247 * s/usg5-4-common.h: Remove file.
3248
3249 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
3250 * s/irix6-5.h: Remove file.
3251
3252 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
3253 * s/darwin.h: Remove file.
3254
3255 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
3256 * s/hpux10-20.h: Remove file, which is now empty.
3257
3258 2012-07-30 Glenn Morris <rgm@gnu.org>
3259
3260 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
3261 * Makefile.in (config_h): Add conf_post.h.
3262 * makefile.w32-in (CONFIG_H): Add conf_post.h.
3263
3264 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3265
3266 * nsterm.m (ns_do_open_file): New variable.
3267 (ns_term_init): Set ns_do_open_file to YES after run returns.
3268 (openFile, openTempFile, openFileWithoutUI, openFiles):
3269 Open files only if ns_do_open_file.
3270
3271 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3272
3273 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
3274 This no-op macro hasn't been needed for many years.
3275 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
3276
3277 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
3278 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
3279 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
3280 gdb_make_enums_visible.
3281 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
3282 (DIRECTORY_SEP): Now a constant, not a macro.
3283
3284 2012-07-30 Eli Zaretskii <eliz@gnu.org>
3285
3286 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
3287 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
3288
3289 * w32term.c <w32_keyboard_codepage>: Renamed from
3290 keyboard_codepage and now external. All users changed.
3291
3292 * w32term.h: Add declaration of w32_keyboard_codepage.
3293
3294 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
3295 the codepage to translate keys to Unicode. If this argument is
3296 -1, use the value returned by GetConsoleCP. All callers changed.
3297
3298 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3299
3300 Update .PHONY listings in makefiles.
3301 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
3302 bootstrap-clean, distclean, maintainer-clean, versioclean,
3303 extraclean, frc.
3304
3305 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
3306 This is a bit clearer. Fix some commentary typos.
3307
3308 2012-07-30 Glenn Morris <rgm@gnu.org>
3309
3310 * s/netbsd.h: Let configure include signal.h if needed.
3311 Remove file, which is now empty.
3312
3313 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
3314 Let configure set them.
3315 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
3316 No more need to undefine.
3317
3318 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
3319
3320 * keymap.c (Fkey_description): Don't remove 0x80 bit from
3321 non-single-byte char when adding meta modifier. (Bug#12090)
3322
3323 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
3324
3325 Convert safe_call to use variable number of arguments.
3326 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
3327 (safe_call2): Fix comment.
3328 * lisp.h (safe_call): Adjust prototype.
3329 * coding.c (encode_coding_object): Change to use safe_call2.
3330 * xfaces.c (merge_face_heights): Change to use safe_call1.
3331
3332 2012-07-30 Glenn Morris <rgm@gnu.org>
3333
3334 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
3335 does that unconditionally. Remove file, which is now empty.
3336
3337 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
3338 Remove empty files.
3339
3340 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3341
3342 Export to GDB most of lisp.h's remaining object-like macros.
3343 * lisp.h (min, max): Move earlier, because they're used earlier now.
3344 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
3345 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
3346 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
3347 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
3348 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
3349 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
3350 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
3351 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
3352 Now constants, for GDB. They need not be macros.
3353 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
3354 Now constants, for GDB, as well as macros, for static initializers.
3355 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
3356 Move to after the definition of struct Lisp_Char_Table,
3357 since the former now needs that type defined.
3358 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
3359 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
3360 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
3361 New enums, for gdb_make_enums_visible.
3362 (GLYPH_MODE_LINE_FACE): Remove; unused.
3363 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
3364 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
3365 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
3366 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
3367 enum maxargs, enum MAX_ALLOCA.
3368 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
3369 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
3370 no longer needed, now that they are done in lisp.h.
3371
3372 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
3373
3374 Cleanup string bytes checking.
3375 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
3376 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
3377 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
3378 (check_sblock, compact_small_strings): Simplify.
3379
3380 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3381
3382 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
3383 These macros are confusing and no longer need to be defined, as
3384 the enum values now suffice. All uses replaced with definiens.
3385 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
3386
3387 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
3390 ($(BLD)/w32console.$(O)): Update dependencies.
3391
3392 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
3393
3394 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
3395 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
3396 time. Adjust users.
3397 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
3398
3399 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3400
3401 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
3402 setting sitelisp (Bug#12010).
3403
3404 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3405
3406 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
3407
3408 * w32heap.c (cache_system_info):
3409 * w32.c (sys_rename):
3410 * w32proc.c (find_child_console, sys_kill): All users changed.
3411
3412 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3413
3414 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
3415
3416 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3417
3418 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
3419
3420 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
3421
3422 Cleanup statistics calculation in Fgarbage_collect.
3423 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
3424 Fix zombies percentage calculation. Simplify elapsed time calculation.
3425
3426 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
3427
3428 Generalize marker debugging code under MARKER_DEBUG and use eassert.
3429 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
3430 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
3431 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
3432 (replace_range, replace_range_2, del_range_2): Change to eassert.
3433 * marker.c (byte_char_debug_check): Adjust style.
3434
3435 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3436
3437 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3438 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
3439 long-ago-commented-out code that talks about "WIN32".
3440 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
3441 All uses changed.
3442
3443 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3444
3445 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3446 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
3447 Simplify by using alignof.
3448 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
3449 * lisp.h: Include <stdalign.h>.
3450 (GCALIGNMENT): New macro and constant.
3451 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
3452 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
3453 (stdalign): New macro, if not already defined.
3454
3455 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3456
3457 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
3458 * w32inevt.c: Include w32inevt.h.
3459 (w32_read_console_input): New inline function, calls either
3460 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
3461 w32_console_unicode_input.
3462 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
3463 (w32_kbd_patch_key, key_event): Use the codepage returned by
3464 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
3465 (key_event): use uChar.UnicodeChar only if
3466 w32_console_unicode_input is non-zero.
3467
3468 * w32console.c: Include w32heap.h.
3469 <w32_console_unicode_input>: New global variable.
3470 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
3471 family of Windows, zero otherwise.
3472
3473 * w32inevt.h: Declare w32_console_unicode_input.
3474
3475 * xdisp.c (init_iterator): Don't reference tip_frame in a build
3476 --without-x. (Bug#11742)
3477
3478 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
3479
3480 Adjust GDB to reflect pvec_type changes (Bug#12036).
3481 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
3482 2012-07-04 changes to pseudovector representation.
3483 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
3484
3485 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
3486
3487 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
3488 bus address.
3489 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
3490
3491 2012-07-27 Eli Zaretskii <eliz@gnu.org>
3492
3493 * alloc.c (listn): Fix the order the arguments are consed onto the
3494 list.
3495
3496 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
3497 enumeration constants, as PURE and HEAP are too general, and clash
3498 with other headers and sources, such as gmalloc.c and the
3499 MS-Windows system headers. All users changed.
3500
3501 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3502
3503 Revert last save_excursion_save and save_excursion_restore changes.
3504 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
3505 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
3506
3507 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3508
3509 Fix recently-introduced typos in Windows port.
3510 Reported by Martin Rudalics <rudalics@gmx.at>.
3511 * w32.c (init_environment): Replace comma with semicolon.
3512 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
3513
3514 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
3515
3516 Improve GDB symbol export (Bug#12036).
3517 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
3518 arms of an 'if', not using conditional expressions; otherwise GDB
3519 complains about the types in the unevaluated arm when the argument
3520 is an integer literal.
3521 (xgetint): Simplify expression.
3522 * alloc.c (gdb_make_enums_visible): New constant. This ports to
3523 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
3524 Zaretskii in <http://bugs.gnu.org/12036#13>.
3525 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
3526 needed now that we have gdb_make_enums_visible.
3527 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
3528 (enum enum_USE_LSB_TAG):
3529 New enum types, packaging up enums that need to be exported to GDB.
3530
3531 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3532
3533 Utility function to make a list from specified amount of objects.
3534 * lisp.h (enum constype): New datatype.
3535 (listn): New prototype.
3536 * alloc.c (listn): New function.
3537 (Fmemory_use_count, syms_of_alloc): Use it.
3538 * buffer.c (syms_of_buffer): Likewise.
3539 * callint.c (syms_of_callint): Likewise.
3540 * charset.c (define_charset_internal): Likewise.
3541 * coding.c (syms_of_coding): Likewise.
3542 * keymap.c (syms_of_keymap): Likewise.
3543 * search.c (syms_of_search): Likewise.
3544 * syntax.c (syms_of_syntax): Likewise.
3545 * w32.c (init_environment): Likewise.
3546 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
3547 * xdisp.c (syms_of_xdisp): Likewise.
3548 * xfns.c (syms_of_xfns): Likewise.
3549
3550 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3551
3552 Fast save_excursion_save and save_excursion_restore.
3553 * lisp.h (struct Lisp_Excursion): New data type.
3554 (PVEC_EXCURSION): New pseudovector type.
3555 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
3556 to deal with it. Adjust comments.
3557 (init_marker, attach_marker): New prototype.
3558 (unchain_marker): Adjust prototype.
3559 * marker.c (attach_marker): Change to global.
3560 (init_marker): New function.
3561 * alloc.c (Fmake_marker, build_marker): Use it.
3562 (build_marker): More easserts.
3563 (mark_object): Handle struct Lisp_Excursion.
3564 * editfns.c (save_excursion_save, save_excursion_restore):
3565 Reimplement to use struct Lisp_Excursion. Add comments.
3566
3567 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
3568
3569 Fix export of symbols to GDB (Bug#12036).
3570 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
3571 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
3572 emacs.c, as this is a more-suitable home. Had this been done earlier
3573 the fix for 12036 would have avoided some of the problems noted in
3574 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
3575 would have been more obvious.
3576 * emacs.c: Do not include <verify.h>; no longer needed.
3577 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
3578 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
3579 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
3580 Remove; now done in lisp.h.
3581 * lisp.h (PUBLISH_TO_GDB): New macro.
3582 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
3583 (DATA_SEG_BITS): Use it.
3584 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
3585 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
3586 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
3587 not be usable in #if. This simplifies things.
3588
3589 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
3592
3593 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
3594
3595 Simplify export of symbols to GDB (Bug#12036).
3596 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
3597 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
3598 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
3599 Adjust to changes in lisp.h and emacs.c, by using
3600 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
3601 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
3602 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
3603 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
3604 instead of gdb_valbits.
3605 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
3606 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
3607 instead of gdb_array_mark_flag.
3608 (xboolvector): Get size from $->size, not $->header.size.
3609 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
3610 (xreload, hook-run, hookpost-run): Remove.
3611 * emacs.c: Include <verify.h>.
3612 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
3613 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
3614 Remove.
3615 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
3616 (gdb_USE_LSB_TAG): New enum constants.
3617 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
3618 Also define these as enum constants, so they're visible to GDB.
3619 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
3620 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
3621 as constants, so they're visible to GDB.
3622 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
3623 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
3624 Now enum constants, not macros, so they're visible to GDB.
3625 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
3626 more convenient now. All uses changed.
3627 (VALMASK) [USE_LSB_TAG]: Also define in this case.
3628 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
3629
3630 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
3631
3632 Explicitly free restriction data that are not needed anymore.
3633 * editfns.c (save_restriction_restore): Free restriction data.
3634
3635 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
3638 add argument, tune behavior, and adjust all callers.
3639
3640 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3641
3642 Use typedef for EMACS_INT, EMACS_UINT.
3643 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
3644 than macros. This simplifies debugging in the usual case, since
3645 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
3646 and it allows expressions involving EMACS_INT casts.
3647 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
3648
3649 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
3650
3651 * nsterm.m (ns_read_socket): Return early if there is a modal
3652 window (Bug#12043).
3653
3654 2012-07-25 Martin Rudalics <rudalics@gmx.at>
3655
3656 * frame.c (Fredirect_frame_focus): In doc-string don't mention
3657 that FOCUS-FRAME can be omitted.
3658
3659 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
3660
3661 Adjust buffer text indirection counters at the end of Fkill_buffer.
3662 * buffer.c (Fkill_buffer): Adjust indirection counters when the
3663 buffer is definitely dead. This should really fix an issue reported
3664 by Christoph Scholtes again. (Bug#12007).
3665 (init_buffer_once): Initialize indirection counters of
3666 buffer_defaults and buffer_local_symbols (for sanity and safety).
3667
3668 2012-07-24 Eli Zaretskii <eliz@gnu.org>
3669
3670 * xdisp.c (init_iterator): Don't compute dimensions of truncation
3671 and continuation glyphs on tooltip frames, leave them at zero.
3672 Avoids continued lines in tooltips. (Bug#11832)
3673
3674 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
3675
3676 Simplify copy_overlay.
3677 * buffer.c (copy_overlay): Simplify. Use build_marker.
3678 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
3679
3680 2012-07-23 Eli Zaretskii <eliz@gnu.org>
3681
3682 * print.c (print_object): Don't crash when a frame's name is nil
3683 or invalid. (Bug#12025)
3684
3685 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
3686 it signals an error when a tooltip frame is being created.
3687
3688 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
3689
3690 Cleanup miscellaneous objects allocation and initialization.
3691 * alloc.c (allocate_misc): Change to static. Add argument to
3692 specify the subtype. Adjust comment and users.
3693 (build_overlay): New function.
3694 * buffer.c (copy_overlays, Fmake_overlay): Use it.
3695 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
3696 (allocate_misc): Remove prototype.
3697 (build_overlay): Add prototype.
3698
3699 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
3700
3701 Swap buffer text indirection counters in Fbuffer_swap_text.
3702 * buffer.c (Fbuffer_swap_text): Swap indirections too.
3703 This avoids crash reported by Christoph Scholtes at
3704 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
3705
3706 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * nsmenu.m (Popdown_data): New struct.
3709 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
3710 free Popdown_data.
3711 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
3712 (initWithContentRect): Make imgView and contentView non-static
3713 and autorelease them. Also autorelease img and matrix (Bug#12005).
3714 (dealloc): Remove (Bug#12005).
3715
3716 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
3717
3718 Adjust consing_since_gc when objects are explicitly freed.
3719 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
3720 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
3721 (free_cons, free_misc): Subtract object size from consing_since_gc.
3722
3723 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
3724
3725 Simplify and cleanup markers positioning code.
3726 * marker.c (attach_marker): More useful eassert.
3727 (live_buffer, set_marker_internal): New function.
3728 (Fset_marker, set_marker_restricted): Use set_marker_internal.
3729 (set_marker_both, set_marker_restricted_both): Use live_buffer.
3730
3731 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
3732
3733 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
3734 as it's limited by the amount of memory, not by INT_MAX.
3735
3736 2012-07-21 Eli Zaretskii <eliz@gnu.org>
3737
3738 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
3739 in special-event-map. See the discussion at
3740 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
3741 for the reasons.
3742
3743 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
3744 info.dwItemData. Fixes crashes on 64-bit Windows.
3745 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
3746
3747 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
3748
3749 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
3750 (conversationIdentifier): Return value is NSInteger.
3751 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
3752
3753 2012-07-21 Chong Yidong <cyd@gnu.org>
3754
3755 * window.c (decode_any_window): Signal an error if the window is
3756 on a dead frame (Bug#11984).
3757
3758 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3759
3760 Add indirection counting to speed up Fkill_buffer.
3761 * buffer.h (struct buffer): New member.
3762 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
3763 (Fmake_indirect_buffer): Set indirection counter to -1, increment
3764 base buffer indirection counter.
3765 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
3766 (Fkill_buffer): Adjust indirection counters as needed, don't walk
3767 through buffer list if indirection counter is 0.
3768
3769 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3770
3771 Extend the value returned by Fgarbage_collect with heap statistics.
3772 * alloc.c (Qheap): New symbol.
3773 (syms_of_alloc): DEFSYM it.
3774 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
3775 (Fmemory_free): Remove.
3776 (syms_of_alloc): Don't defsubr it.
3777 * buffer.c (Fcompact_buffer): Remove.
3778 (syms_of_buffer): Don't defsubr it.
3779
3780 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3781
3782 Make maybe_gc inline.
3783 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
3784 * lisp.h (consing_since_gc, gc_relative_threshold)
3785 (memory_full_cons_threshold): Revert declaration.
3786 (maybe_gc): Remove prototype, define as inline.
3787 * alloc.c: Remove old commented-out code.
3788 (consing_since_gc, gc_relative_threshold)
3789 (memory_full_cons_threshold): Revert to global.
3790 (maybe_gc): Remove.
3791
3792 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3793
3794 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
3795 * lisp.h (build_unibyte_string): New function.
3796 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
3797 * sysdep.c, w32fns.c, xfns.c: Use it.
3798 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
3799 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
3800 Adjust users accordingly.
3801 * font.h (font_open_by_name): Adjust prototype.
3802
3803 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3804
3805 Cleanup calls to Fgarbage_collect.
3806 * lisp.h (maybe_gc): New prototype.
3807 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
3808 Remove declarations.
3809 * alloc.c (maybe_gc): New function.
3810 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
3811 Make them static.
3812 * bytecode.c (MAYBE_GC): Use maybe_gc.
3813 * eval.c (eval_sub, Ffuncall): Likewise.
3814 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
3815 to avoid dependency from auto-save feature.
3816
3817 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
3818
3819 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
3820 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
3821 'for_each_per_buffer_object_at'.
3822 All uses changed. It's better to use upper-case for macros that
3823 cannot be implemented as functions, to give the reader a clue
3824 that they're special.
3825
3826 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * alloc.c (Fgarbage_collect): Tweak docstring.
3829
3830 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3831
3832 Tweak the value returned from Fgarbage_collect again.
3833 * alloc.c (Fgarbage_collect): New return value, as confirmed in
3834 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
3835 Adjust documentation.
3836 (total_vector_bytes): Rename to total_vector_slots, adjust
3837 accounting.
3838 (total_free_vector_bytes): Rename to total_free_vector_slots,
3839 adjust accounting.
3840 (Qstring_bytes, Qvector_slots): New symbols.
3841 (syms_of_alloc): DEFSYM them.
3842
3843 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3844
3845 Buffer compaction primitive which may be used from Lisp.
3846 * buffer.c (compact_buffer, Fcompact_buffer): New function.
3847 (syms_of_buffer): Register Fcompact_buffer.
3848 * alloc.c (Fgarbage_collect): Use compact_buffer.
3849 * buffer.h (compact_buffer): New prototype.
3850 (struct buffer_text): New member.
3851
3852 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3853
3854 New macro to iterate over all buffers, miscellaneous cleanups.
3855 * lisp.h (all_buffers): Remove declaration.
3856 * buffer.h (all_buffers): Add declaration, with comment.
3857 (for_each_buffer): New macro.
3858 * alloc.c (Fgarbage_collect, mark_object): Use it.
3859 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
3860 (init_buffer): Likewise.
3861 * data.c (Fset_default): Likewise.
3862 * coding.c (code_conversion_restore): Remove redundant check
3863 for dead buffer.
3864 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
3865
3866 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
3867
3868 Fix bug that created negative-length intervals.
3869 * intervals.c (merge_interval_right, merge_interval_left):
3870 Do not zero out this interval if it is absorbed by its children,
3871 as this interval's total length doesn't change in that case. See
3872 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
3873
3874 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
3875
3876 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
3877 when invoking (make-bool-vector N t) and N is a positive
3878 multiple of 8 -- the last 8 bits were mistakenly cleared.
3879
3880 Remove some struct layout assumptions in bool vectors.
3881 * alloc.c (bool_header_size): New constant.
3882 (header_size, word_size): Move earlier, as they're now used earlier.
3883 Use 'word_size' in a few more places, where it's appropriate.
3884 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
3885 padding before the data member of a bool vector.
3886 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
3887 than doing the check by hand with an abort ().
3888
3889 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * eval.c (Fdefvar): Don't check constants since we only set the var if
3892 it's not yet defined anyway (bug#11904).
3893
3894 * lisp.h (last_undo_boundary): Declare new var.
3895 * keyboard.c (command_loop_1): Set it.
3896 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
3897 were auto-added by the command loop (bug#11774).
3898
3899 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
3900
3901 * w32font.c (Qsymbol): Remove local definition.
3902 (syms_of_w32font): Don't DEFSYM it.
3903
3904 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3905
3906 Fix sweep_vectors to handle large bool vectors correctly.
3907 * alloc.c (sweep_vectors): Account total_vector_bytes for
3908 bool vectors larger than VBLOCK_BYTES_MAX.
3909
3910 2012-07-18 Chong Yidong <cyd@gnu.org>
3911
3912 * frame.c (x_set_frame_parameters): Revert bogus change introduced
3913 in 2012-05-25 commit by Paul Eggert (Bug#11738).
3914
3915 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3916
3917 Return more descriptive data from Fgarbage_collect.
3918 Suggested by Stefan Monnier in
3919 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
3920 * alloc.c (bounded_number): New function.
3921 (total_buffers, total_vectors): New variable.
3922 (total_string_size): Rename to total_string_bytes, adjust users.
3923 (total_vector_size): Rename to total_vector_bytes, adjust users.
3924 (sweep_vectors): Account total_vectors and total_vector_bytes.
3925 (Fgarbage_collect): New return value. Adjust documentation.
3926 (gc_sweep): Account total_buffers.
3927 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
3928 (VECTOR_SIZE): Remove.
3929 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
3930 (Qinterval, Qmisc): New symbols.
3931 (syms_of_data): Initialize them.
3932 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
3933 (Qcons, Qbuffer): New declarations.
3934
3935 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3936
3937 * alloc.c (Fmemory_free): Account for memory-free's own storage.
3938 Round up, not down. Improve doc.
3939
3940 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3941
3942 Restore old code in allocate_string_data to avoid Faset breakage.
3943 Reported by Julien Danjou <julien@danjou.info> in
3944 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
3945 * alloc.c (allocate_string_data): Restore old code with minor
3946 adjustments, fix comment to explain this subtle issue.
3947
3948 2012-07-17 Eli Zaretskii <eliz@gnu.org>
3949
3950 Remove FILE_SYSTEM_CASE.
3951 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
3952
3953 * fileio.c (FILE_SYSTEM_CASE): Don't define.
3954 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
3955 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
3956 call-process-region passes it through expand-file-name.
3957
3958 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
3959
3960 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3961
3962 Fix crash when creating indirect buffer (Bug#11917)
3963 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
3964 Don't handle unbound variables specially if non-zero.
3965 (Fbuffer_local_variables): Pass zero.
3966 (clone_per_buffer_values): Pass non-zero.
3967
3968 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3969
3970 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
3971 to make the loop interruptible.
3972
3973 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3974
3975 * gnutls.c (emacs_gnutls_handshake): Only retry if
3976 GNUTLS_E_INTERRUPTED.
3977
3978 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3979
3980 Cleanup and convert miscellaneous checks to eassert.
3981 * alloc.c (mark_interval): Fix comment, partially rephrase
3982 old comment from intervals.h (see below).
3983 * intervals.c (find_interval, adjust_intervals_for_insertion)
3984 (delete_interval, adjust_intervals_for_deletion)
3985 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
3986 Convert to eassert.
3987 (adjust_intervals_for_insertion, make_new_interval):
3988 Remove obsolete and unused code.
3989 * intervals.h (struct interval): Remove obsolete comment.
3990 * textprotp.c (erase_properties): Remove unused code.
3991 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
3992 (Fremove_list_of_text_properties): Convert to eassert.
3993
3994 2012-07-17 Chong Yidong <cyd@gnu.org>
3995
3996 * editfns.c (Finsert_char): Doc fix.
3997
3998 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3999
4000 Fix previous change to make Fmemory_free always accurate.
4001 * alloc.c (make_interval): Update total_free_intervals.
4002 (make_float): Likewise for total_free_floats.
4003 (free_cons, Fcons): Likewise for total_free_conses.
4004 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
4005 Likewise for total_free_vector_bytes.
4006 (Fmake_symbol): Likewise for total_free_symbols.
4007 (bytes_free): Remove.
4008
4009 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4010
4011 Simple free memory accounting feature.
4012 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
4013 (sweep_vectors): Accumulate size of free vectors.
4014 (Fgarbage_collect): Setup bytes_free.
4015 (Fmemory_free): New function.
4016 (syms_of_alloc): Register it.
4017
4018 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
4019
4020 Cleanup overlays checking.
4021 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
4022 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
4023 eassert and OVERLAYP.
4024 (sort_overlays): Change to use OVERLAYP.
4025
4026 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4027
4028 * editfns.c (Finsert_char): Make it interactive, and make the
4029 second arg optional. Copy interactive spec and docstring from
4030 ucs-insert.
4031
4032 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
4033
4034 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
4035 Unlike the other wrapped functions, fabs has an unspecified
4036 effect on errno.
4037
4038 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
4039
4040 * nsterm.m (keyDown): Interpret flags without left/right bits
4041 as the left key (Bug#11670).
4042
4043 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
4044
4045 Remove empty and useless init functions.
4046 * lisp.h (init_character_once, init_fns, init_image)
4047 (init_filelock, init_sound): Remove prototype.
4048 * character.c (init_character_once): Remove.
4049 * filelock.c (init_filelock): Likewise.
4050 * fns.c (init_fns): Likewise.
4051 * image.c (init_image): Likewise.
4052 * sound.c (init_sound): Likewise.
4053 * emacs.c (main): Adjust accordingly.
4054
4055 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
4056
4057 * gtkutil.h: Tiny cleanups.
4058 (use_old_gtk_file_dialog): Remove useless declaration.
4059 (xg_uses_old_file_dialog): Add suggested const attribute.
4060
4061 2012-07-15 Eli Zaretskii <eliz@gnu.org>
4062
4063 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
4064 (bidi_paragraph_init): Use it to limit search forward for a strong
4065 directional character in abnormally large paragraphs full of
4066 neutral or weak characters. (Bug#11943)
4067
4068 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
4069
4070 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
4071 the toolbar (Bug#9451).
4072 (xg_make_tool_item): Give the widget event box a transparent
4073 background.
4074
4075 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
4076
4077 Cleanup basic allocation variables and functions.
4078 * alloc.c (ignore_warnings, init_intervals, init_float)
4079 (init_cons, init_symbol, init_marker): Remove.
4080 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
4081 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
4082 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
4083 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
4084 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
4085 (staticidx, init_alloc_once, init_strings, free_ablock):
4086 Remove redundant initialization.
4087 * fns.c (init_weak_hash_tables): Remove.
4088 * lisp.h (init_weak_hash_tables): Remove prototype.
4089
4090 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
4091
4092 Use zero_vector where appropriate.
4093 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
4094 accordingly.
4095 * lisp.h (zero_vector): New declaration.
4096 * font.c (null_vector): Remove.
4097 (syms_of_font): Remove initialization and staticpro.
4098 (font_list_entities, font_find_for_lface): Change to use zero_vector.
4099 * keymap.c (Faccessible_keymaps): Likewise.
4100
4101 2012-07-15 Leo Liu <sdl.web@gmail.com>
4102
4103 * fringe.c: Fix typo in comments.
4104
4105 2012-07-14 Leo Liu <sdl.web@gmail.com>
4106
4107 * fringe.c: Add a new bitmap exclamation-mark.
4108
4109 2012-07-14 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
4112
4113 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
4114 (HAVE_MENUS): Don't define, defined by editing config.in with
4115 msdos/sed2v2.inp.
4116 (GMALLOC_INHIBIT_VALLOC): Don't define.
4117 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
4118
4119 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
4122
4123 2012-07-14 Glenn Morris <rgm@gnu.org>
4124
4125 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
4126 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
4127 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
4128
4129 2012-07-13 Glenn Morris <rgm@gnu.org>
4130
4131 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
4132
4133 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
4134 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
4135
4136 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
4137
4138 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
4139 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
4140 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
4141 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
4142 where appropriate.
4143 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
4144 as boolean expression.
4145 (x_set_window_size): Remove unused variable toolbar.
4146 (ns_get_color_default, ns_mod_to_lisp): Remove.
4147 (ns_mouse_position): Remove unused variables xchar and ychar.
4148 (ns_compute_glyph_string_overhangs): Remove unused variable face.
4149 (ns_set_vertical_scroll_bar): Remove unused variable count.
4150 (ns_delete_terminal): Remove unused variable i.
4151 (ns_term_init): Remove unused variables r, g and b.
4152 (mouseDown): Remove unused variable window.
4153 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
4154 (initFrameFromEmacs): Remove unused variable vbextra.
4155 (mouseEntered): Remove unused variables p and dpyinfo.
4156 (mouseExited): Remove unused variables p and r.
4157 (ns_define_frame_cursor, ns_clear_frame_area)
4158 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
4159 (menuDown): Assign [sender tag] to variable and cast the variable.
4160
4161 * nsterm.h (menuDown): Add id as type to argument sender.
4162 (ns_display_info_for_name): Add Lisp_Object argument.
4163 (ns_term_init): Add Lisp_Object argument.
4164 (ns_map_event_to_object): Add void argument.
4165 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
4166 prototype with arguments and only declare if __OBJC__.
4167 (nxatoms_of_nsselect): Add void argument.
4168 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
4169 (ns_alloc_autorelease_pool): Add void argument.
4170 (ns_release_autorelease_pool): Add void* argument.
4171 (ns_get_defaults_value): Add const char* argument.
4172
4173 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
4174 (initFromContents): Use SSDATA where appropriate.
4175 (ns_update_menubar): Add braces to ambigous if-else.
4176 (initWithTitle): Put () around assignment in if statement.
4177 (ns_menu_show): Remove unused variables window and keymap.
4178 (update_frame_tool_bar): Remove unused variable selected_p.
4179 (initWithContentRect): Remove unused variable this_cmd_name.
4180
4181 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
4182 appropriate.
4183 (setXBMColor): Remove unused variable len.
4184 (setPixmapData): Put () around assignment in loop statement.
4185
4186 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
4187 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
4188 where appropriate.
4189 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
4190 around assignment in loop statement.
4191 (nsfont_open): Remove unused variable i.
4192 (nsfont_open): Remove unused variable len.
4193 (nsfont_draw): Remove unused variable cs.
4194
4195 * nsfns.m (x_set_icon_name, ns_set_name_internal)
4196 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
4197 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
4198 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
4199 (Fns_font_name, Fns_perform_service)
4200 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
4201 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
4202 (ns_set_name): Remove unused variable view.
4203 (x_set_menu_bar_lines): Remove unused variable olines.
4204 (x_set_tool_bar_lines): Remove unused variable root_window.
4205 (Fns_list_colors): Put () around assignment in while statement.
4206 (Fns_perform_service): Remove unused variable len.
4207 (Fns_display_usable_bounds): Remove unused variable top.
4208 (syms_of_nsfns): Remove unused variable i.
4209
4210 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
4211 memcpy (Bug#11907).
4212
4213 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
4214
4215 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
4216 and free it with DestroyExceptionInfo (Bug#11558).
4217
4218 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
4221 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
4222 Set here, not in nt/config.nt.
4223
4224 2012-07-13 Eli Zaretskii <eliz@gnu.org>
4225
4226 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
4227 cursor overflow into the last glyph on display line when the right
4228 fringe is off. (Bug#11832)
4229
4230 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
4231
4232 * xdisp.c (produce_special_glyphs): Now static.
4233 * dispextern.h (produce_special_glyphs): Remove decl.
4234
4235 2012-07-13 Glenn Morris <rgm@gnu.org>
4236
4237 * s/bsd-common.h, s/cygwin.h: Remove empty files.
4238 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
4239
4240 * s/usg5-4-common.h (USG, USG5):
4241 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
4242 * s/sol2-6.h (SOLARIS2):
4243 * s/irix6-5.h (IRIX6_5):
4244 * s/hpux10-20.h (USG, USG5, HPUX):
4245 * s/gnu-linux.h (USG, GNU_LINUX):
4246 * s/freebsd.h (BSD_SYSTEM):
4247 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
4248 * s/cygwin.h (CYGWIN):
4249 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
4250 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
4251
4252 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
4253
4254 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
4255
4256 2012-07-13 Glenn Morris <rgm@gnu.org>
4257
4258 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
4259
4260 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
4261
4262 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
4263 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
4264
4265 2012-07-12 Glenn Morris <rgm@gnu.org>
4266
4267 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
4268
4269 * process.c (init_process_emacs): Rename from init_process.
4270 The old name is also the name of a Mach system call.
4271 * lisp.h, emacs.c: Update for this name change.
4272 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
4273 longer needed.
4274
4275 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4276
4277 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
4278 memmove call that removes glyphs covered by the left truncation
4279 glyph. Improve commentary.
4280 (display_line): Fix display of continuation glyphs on GUI frames
4281 when the right fringe is turned off and variable-size fonts are
4282 used in the window. Move the code that appends a stretch glyph to
4283 produce_special_glyphs, so that it could be used for truncation
4284 and continuation glyphs alike.
4285 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
4286 glyph of a suitably computed width, to align the special glyphs at
4287 the window margin. Code moved from display_line. (Bug#11832)
4288
4289 2012-07-12 Glenn Morris <rgm@gnu.org>
4290
4291 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
4292
4293 * s/gnu-linux.h, s/hpux10-20.h:
4294 Do not unconditionally define HAVE_XRMSETDATABASE.
4295
4296 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
4297
4298 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
4299
4300 Fix typos that broke OS X build.
4301 Reported by Randal L. Schwartz in
4302 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
4303 * nsterm.m (ns_timeout): Add missing local decl.
4304 (ns_get_color): snprintf -> sprintf, to fix typo.
4305
4306 2012-07-12 Glenn Morris <rgm@gnu.org>
4307
4308 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
4309 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
4310 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
4311 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
4312
4313 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
4314 Move PTY_OPEN to configure.
4315
4316 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
4317 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
4318 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
4319
4320 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
4321
4322 Use empty_unibyte_string where applicable.
4323 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
4324 * lread.c (read1): Likewise.
4325 * xsettings.c (syms_of_xsettings): Likewise.
4326
4327 2012-07-12 Glenn Morris <rgm@gnu.org>
4328
4329 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
4330 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
4331 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
4332 * s/hpux10-20.h (RUN_TIME_REMAP):
4333 * s/bsd-common.h (TABDLY): Move to configure.
4334
4335 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
4336
4337 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
4338
4339 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
4340 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
4341
4342 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
4343
4344 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
4345 * s/template.h: Move NARROWPROTO to configure.
4346
4347 2012-07-11 Glenn Morris <rgm@gnu.org>
4348
4349 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
4350 unused since 2011-01-17 change to systty.h.
4351
4352 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
4353 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
4354 Move HAVE_PTYS and HAVE_SOCKETS to configure.
4355
4356 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
4357
4358 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
4359
4360 2012-07-11 Glenn Morris <rgm@gnu.org>
4361
4362 * s/darwin.h, s/gnu-linux.h, s/template.h:
4363 Move INTERRUPT_INPUT to configure.
4364
4365 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
4366
4367 Minor adjustments to interning code.
4368 * lisp.h (intern, intern_c_string): Redefine as static inline
4369 wrappers for intern_1 and intern_c_string_1, respectively.
4370 (intern_1, intern_c_string_1): Rename prototypes.
4371 * lread.c (intern_1, intern_c_string_1, oblookup):
4372 Simplify Vobarray checking.
4373 * font.c (font_intern_prop): Likewise. Adjust comment.
4374 * w32font.c (intern_font_name): Likewise.
4375
4376 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
4377
4378 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
4379
4380 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
4381 of Fcar/Fcdr if possible.
4382 * font.c (check_otf_features): Likewise.
4383 * fontset.c (Fnew_fontset): Likewise.
4384 * gnutls.c (Fgnutls_boot): Likewise.
4385 * minibuf.c (read_minibuf): Likewise.
4386 * msdos.c (IT_set_frame_parameters): Likewise.
4387 * xmenu.c (Fx_popup_dialog): Likewise.
4388 * w32menu.c (Fx_popup_dialog): Likewise.
4389
4390 2012-07-11 Glenn Morris <rgm@gnu.org>
4391
4392 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
4393 since nothing has defined it on these platforms.
4394
4395 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
4396 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
4397
4398 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
4399 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
4400 Move CLASH_DETECTION to configure.
4401
4402 * s/gnu.h: Remove file, which is now empty.
4403
4404 * s/gnu.h, s/gnu-linux.h:
4405 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
4406
4407 2012-07-11 John Wiegley <johnw@newartisans.com>
4408
4409 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
4410 function attribute, so we only use it if it exists in the
4411 compiler.
4412
4413 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
4414
4415 Avoid call to strlen in fast_c_string_match_ignore_case.
4416 * search.c (fast_c_string_match_ignore_case): Change to use
4417 length argument. Adjust users accordingly.
4418 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
4419
4420 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
4421
4422 Assume mkdir, rmdir.
4423 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
4424 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
4425
4426 Assume rename.
4427 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
4428
4429 Assume perror.
4430 * s/hpux10-20.h (HAVE_PERROR): Remove.
4431 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
4432 Remove dummy definition, as this problem was obsolete long ago.
4433
4434 Assume strerror.
4435 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
4436
4437 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
4438
4439 Avoid calls to strlen in font processing functions.
4440 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
4441 (font_open_by_name): Change to use length argument.
4442 Adjust users accordingly.
4443 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
4444 Adjust prototypes.
4445 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
4446 Change to return ptrdiff_t.
4447 (xfont_list_pattern, xfont_match): Use length returned by
4448 xfont_decode_coding_xlfd.
4449 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
4450
4451 2012-07-11 Glenn Morris <rgm@gnu.org>
4452
4453 * s/darwin.h, s/freebsd.h, s/netbsd.h:
4454 Move DONT_REOPEN_PTY to configure.
4455
4456 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
4457 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
4458
4459 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
4460
4461 Remove "#define unix" that is no longer needed (Bug#11905).
4462 * s/aix4-2.h (unix): Remove; no longer needed.
4463
4464 EMACS_TIME simplification (Bug#11875).
4465 This replaces macros (which typically do not work in GDB)
4466 with functions, typedefs and enums, making the code easier to debug.
4467 The functional style also makes code easier to read and maintain.
4468 * systime.h: Include <sys/time.h> on all hosts, not just if
4469 WINDOWSNT, since 'struct timeval' is needed in general.
4470 (EMACS_TIME): Now a typedef, not a macro.
4471 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
4472 not macros.
4473 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
4474 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
4475 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
4476 (EMACS_TIME_LE): Now functions, not macros.
4477 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
4478 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
4479 which are not functions. All uses rewritten to use:
4480 (make_emacs_time): New function.
4481 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
4482 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
4483 not functions. All uses rewritten to use the following, respectively:
4484 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
4485 (add_emacs_time, sub_emacs_time): New functions.
4486 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
4487 * fileio.c (Fcopy_file):
4488 * xterm.c (XTflash): Get the current time closer to when it's used.
4489 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
4490
4491 * bytecode.c (targets): Suppress -Woverride-init warnings.
4492
4493 Simplify by avoiding confusing use of strncpy etc.
4494 * doc.c (Fsnarf_documentation):
4495 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
4496 * frame.c (Fmake_terminal_frame):
4497 * gtkutil.c (get_utf8_string):
4498 * lread.c (openp):
4499 * nsmenu.m (ns_update_menubar):
4500 * regex.c (regerror):
4501 Prefer memcpy to strncpy and strncat when either will do.
4502 * fileio.c (Fsubstitute_in_file_name):
4503 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
4504 (menu_separator_name_p):
4505 * nsmenu.m (ns_update_menubar):
4506 Prefer memcmp to strncmp when either will do.
4507 * nsterm.m: Include <ftoastr.h>.
4508 (ns_get_color):
4509 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
4510 Prefer snprintf to strncpy.
4511 * nsterm.m (ns_term_init):
4512 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
4513 * nsterm.m (ns_term_init):
4514 Avoid the need for strncpy, by using build_string or
4515 make_unibyte_string directly. Use dtoastr, not snprintf.
4516 * process.c (Fmake_network_process): Diagnose service names that
4517 are too long, rather than silently truncating them or creating
4518 non-null-terminated names.
4519 (Fnetwork_interface_info): Likewise, for interface names.
4520 * sysdep.c (system_process_attributes) [GNU_LINUX]:
4521 Prefer sprintf to strncat.
4522 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
4523 Prefer vsnprintf to vsprintf + strncpy.
4524
4525 2012-07-10 Glenn Morris <rgm@gnu.org>
4526
4527 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
4528 Clarify fallback case.
4529
4530 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4531
4532 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
4533 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
4534 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
4535 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
4536 where argument type is known to be a Lisp_Cons.
4537
4538 2012-07-10 Tom Tromey <tromey@redhat.com>
4539
4540 * bytecode.c (BYTE_CODE_THREADED): New macro.
4541 (BYTE_CODES): New macro. Replaces all old byte-code defines.
4542 (enum byte_code_op): New type.
4543 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
4544 (exec_byte_code): Use them. Use token threading when applicable.
4545
4546 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4547
4548 Optimize pure C strings initialization.
4549 * lisp.h (make_pure_string): Fix prototype.
4550 (build_pure_c_string): New function, defined as static inline. This
4551 provides a better opportunity to optimize away calls to strlen when
4552 the function is called with compile-time constant argument.
4553 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
4554 argument, adjust users accordingly. Use build_pure_c_string where
4555 appropriate.
4556 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
4557 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
4558 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
4559
4560 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4561
4562 Avoid calls to strlen in miscellaneous functions.
4563 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
4564 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
4565 * lread.c (openp): Likewise.
4566
4567 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4568
4569 Avoid calls to strlen in path processing functions.
4570 * fileio.c (file_name_as_directory): Add comment. Change to add
4571 srclen argument and return the length of result. Adjust users
4572 accordingly.
4573 (directory_file_name): Fix comment. Change to add srclen argument,
4574 swap 1st and 2nd arguments to obey the common convention.
4575 Adjust users accordingly.
4576 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
4577
4578 2012-07-10 Glenn Morris <rgm@gnu.org>
4579
4580 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
4581 Move PENDING_OUTPUT_COUNT definition to configure.
4582
4583 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
4584 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
4585 * s/gnu.h (DATA_START): Move definitions to configure.
4586
4587 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
4588 We include usg5-4-common.h, which defines them both.
4589
4590 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
4591 O_RDONLY already includes it).
4592
4593 Stop ns builds setting the EMACSLOADPATH environment variable.
4594 * nsterm.m (ns_load_path): Rename from ns_init_paths.
4595 Now it does not set EMACSLOADPATH, just returns the load-path string.
4596 * nsterm.h: Update accordingly.
4597 * lread.c [HAVE_NS]: Include nsterm.h.
4598 (init_lread) [HAVE_NS]: Use ns_load_path.
4599 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
4600
4601 2012-07-09 Glenn Morris <rgm@gnu.org>
4602
4603 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
4604 since the included bsd-common.h does so.
4605
4606 Stop ns builds setting the EMACSPATH environment variable.
4607 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
4608 (ns_init_paths): Do not set EMACSPATH.
4609 * nsterm.h (ns_exec_path): Add it.
4610 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
4611 Use ns_exec_path.
4612
4613 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
4614
4615 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4616
4617 * process.c (wait_reading_process_output): 'waitchannels' was unset
4618 when read_kbd || !NILP (wait_for_cell); fix this.
4619
4620 Add GCC-style 'const' attribute to functions that can use it.
4621 * character.h (char_resolve_modifier_mask):
4622 * keyboard.h (make_ctrl_char):
4623 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
4624 (init_character_once, next_almost_prime, init_fns, init_image)
4625 (flush_pending_output, init_sound):
4626 * mem-limits.h (start_of_data):
4627 * menu.h (finish_menu_items):
4628 Add ATTRIBUTE_CONST.
4629 * emacs.c (DEFINE_DUMMY_FUNCTION):
4630 Declare the dummy function with ATTRIBUTE_CONST.
4631 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
4632 Add decls with ATTRIBUTE_CONST.
4633
4634 Minor improvements to make_formatted_string.
4635 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
4636 where int is good enough, as vsprintf returns an int.
4637 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
4638
4639 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
4640
4641 Use make_formatted_string to avoid double length calculation.
4642 * lisp.h (make_formatted_string): New prototype.
4643 * alloc.c (make_formatted_string): New function.
4644 * buffer.c (Fgenerate_new_buffer_name): Use it.
4645 * dbus.c (syms_of_dbusbind): Likewise.
4646 * editfns.c (Fcurrent_time_zone): Likewise.
4647 * filelock.c (get_boot_time): Likewise.
4648 * frame.c (make_terminal_frame, set_term_frame_name)
4649 (x_report_frame_params): Likewise.
4650 * image.c (gs_load): Likewise.
4651 * minibuf.c (get_minibuffer): Likewise.
4652 * msdos.c (dos_set_window_size): Likewise.
4653 * process.c (make_process): Likewise.
4654 * xdisp.c (ensure_echo_area_buffers): Likewise.
4655 * xsettings.c (apply_xft_settings): Likewise.
4656
4657 2012-07-09 Glenn Morris <rgm@gnu.org>
4658
4659 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
4660 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
4661 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
4662 * nsterm.h (ns_etc_directory): Add it.
4663 * callproc.c [HAVE_NS]: Include nsterm.h.
4664 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
4665
4666 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
4667
4668 Move marker debugging code under MARKER_DEBUG.
4669 * marker.c (MARKER_DEBUG): Move marker debugging code under
4670 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
4671 for bootstrap with --enable-checking (~3x slowdown reported
4672 by Juanma Barranquero <lekktu@gmail.com>).
4673 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
4674
4675 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
4676
4677 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
4678 See <http://bugs.gnu.org/11825#29>.
4679
4680 2012-07-08 Eli Zaretskii <eliz@gnu.org>
4681
4682 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
4683 has no font, use the frame's font. (Bug#11813)
4684 (display_line): Add commentary about displaying truncation glyphs
4685 on GUI frames.
4686 (produce_special_glyphs): Move here from term.c.
4687
4688 * term.c (produce_special_glyphs): Move to xdisp.c.
4689
4690 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
4691 section.
4692
4693 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
4694
4695 * xdisp.c (display_line): Avoid warning about implicit declaration
4696 of FRAME_FONT.
4697
4698 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
4699
4700 * lisp.h: Remove empty conditional.
4701
4702 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
4703
4704 * lread.c (load_path_check): Now static.
4705
4706 Fix some minor --with-ns problems found by static checking.
4707 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
4708 (x_set_font) [!HAVE_X_WINDOWS]:
4709 * image.c (xpm_load_image) [HAVE_NS]:
4710 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
4711 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
4712 Remove unused local.
4713 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
4714 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
4715 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
4716 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
4717 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
4718 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
4719 Fix pointer signedness problem.
4720 * xfaces.c (FRAME_X_FONT_TABLE):
4721 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
4722
4723 2012-07-07 Glenn Morris <rgm@gnu.org>
4724
4725 * lread.c (load_path_check): New function, split from init_lread.
4726 (init_lread): Reorganize. Motivation:
4727 If EMACSLOADPATH is set, check/warn about that rather than the
4728 defaults, which we are not going to use. Hence we can remove
4729 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
4730 Don't warn if site-lisp directories are missing.
4731 If not installed, start from a blank load-path, since
4732 PATH_LOADSEARCH refers to the eventual installation directories.
4733
4734 2012-07-07 Eli Zaretskii <eliz@gnu.org>
4735
4736 Support truncation and continuation glyphs on GUI frames, when
4737 fringes are disabled. (Bug#11832)
4738 * xdisp.c (init_iterator): Get dimensions of truncation and
4739 continuation glyphs even if on GUI frames.
4740 Adjust it->last_visible_x on GUI frames when the left or right fringes,
4741 or both, are absent.
4742 (start_display, move_it_in_display_line_to): Handle the case of a
4743 GUI frame without a fringe to display continuation or truncation
4744 glyphs.
4745 (insert_left_trunc_glyphs): Support GUI frames: make sure
4746 truncation glyphs overwrite enough glyphs from the current line to
4747 have sufficient space in pixels.
4748 (display_line): Support truncation and continuation glyphs on GUI
4749 frames. If some spare pixels are left on the line after inserting
4750 the truncation glyphs, fill that space with a stretch glyph of a
4751 suitably computed width.
4752
4753 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
4754 produce_glyphs, to support GUI sessions.
4755
4756 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
4757
4758 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
4759
4760 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
4761
4762 Do not require float-time's arg to fit in time_t (Bug#11825).
4763 This works better on hosts where time_t is unsigned, and where
4764 float-time is applied to the (negative) difference between two times.
4765 * editfns.c (decode_time_components): Last arg is now double *,
4766 not int *, and means to store all the result as a double, without
4767 worrying about whether the seconds part fits in time_t.
4768 All callers changed.
4769 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
4770 All callers changed.
4771 (Ffloat_time): Do not fail merely because the specified time falls
4772 outside of time_t range.
4773
4774 2012-07-07 Glenn Morris <rgm@gnu.org>
4775
4776 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
4777 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
4778 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
4779
4780 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
4781
4782 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
4783 Update dependencies.
4784
4785 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
4786
4787 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4788
4789 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
4790 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
4791 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
4792 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
4793 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
4794 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
4795
4796 * xfont.c (compare_font_names): Redo to omit the need for casts.
4797
4798 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4799
4800 * xfns.c (Fx_change_window_property): Doc fix.
4801 * w32fns.c (Fx_change_window_property): Doc fix.
4802
4803 * w32fns.c (Fx_window_property): Accept the same arguments as the
4804 X Windows version. Doc fix.
4805 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
4806
4807 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
4808 Eli Zaretskii <eliz@gnu.org>
4809
4810 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
4811 Windows-specific code from nt/config.nt moved here.
4812 Obsolete settings removed.
4813
4814 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4815
4816 * process.c: Avoid unnecessary calls to gettime.
4817 (wait_reading_process_output): Don't get the time of day
4818 when gobbling data immediately and not waiting, as there's no need
4819 for it in that case. This removes a FIXME.
4820
4821 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
4822
4823 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
4824 is defined (Bug#11768).
4825
4826 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4827
4828 Fix marker debugging code.
4829 * marker.c (byte_char_debug_check): Do not perform the check
4830 if buffer is not multibyte.
4831 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
4832 Call byte_char_debug_check with correct arguments.
4833
4834 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4835
4836 Compile marker debugging code only if ENABLE_CHECKING is defined.
4837 * marker.c (byte_char_debug_check, count_markers):
4838 Use only if ENABLE_CHECKING is defined.
4839 (byte_debug_flag): Remove.
4840 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
4841 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
4842
4843 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4844
4845 Avoid code repetition in marker-related functions.
4846 * marker.c (attach_marker): New function.
4847 (Fset_marker, set_marker_restricted, set_marker_both)
4848 (set_marker_restricted_both): Use it.
4849 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
4850 Consistently rename charno to charpos.
4851 (marker_position): Add eassert.
4852 (marker_byte_position): Convert to eassert.
4853
4854 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4855
4856 Simplify list operations in unchain_overlay and unchain_marker.
4857 * buffer.c (unchain_overlay): Simplify. Add comment.
4858 * marker.c (unchain_marker): Simplify. Fix comments.
4859
4860 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4861
4862 Introduce fast path for the widely used marker operation.
4863 * alloc.c (build_marker): New function.
4864 * lisp.h (build_marker): New prototype.
4865 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
4866 * composite.c (autocmp_chars): Likewise.
4867 * editfns.c (buildmark): Remove.
4868 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
4869 (save_restriction_save): Use build_marker.
4870 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
4871 * window.c (save_window_save): Likewise.
4872
4873 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4874
4875 Do not use Fdelete_overlay in delete_all_overlays
4876 to avoid redundant calls to unchain_overlay.
4877 * buffer.c (drop_overlay): New function.
4878 (delete_all_overlays, Fdelete_overlay): Use it.
4879 * minibuf.c (get_minibuffer): Fix comment.
4880
4881 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4882
4883 Port to OpenBSD 5.1 amd64.
4884 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
4885 This is needed for OpenBSD, and should be harmless on all BSD systems.
4886 Also, include <sys/sysctl.h>, as it should be available on all
4887 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
4888 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
4889 use p_pid member, not kp_proc.pid.
4890
4891 2012-07-06 Glenn Morris <rgm@gnu.org>
4892
4893 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
4894
4895 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4896
4897 More xmalloc and related cleanup.
4898 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
4899 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
4900 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
4901 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
4902 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
4903 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
4904 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
4905 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
4906 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
4907 * xterm.c:
4908 Omit needless casts involving void * pointers and allocation.
4909 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
4910 as the former is more robust if P's type is changed.
4911 Prefer xzalloc to xmalloc + memset 0.
4912 Simplify malloc-or-realloc to realloc.
4913 Don't worry about xmalloc returning a null pointer.
4914 Prefer xstrdup to xmalloc + strcpy.
4915 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
4916 growing it.
4917 * keyboard.c (apply_modifiers_uncached): Prefer local array to
4918 alloca of a constant.
4919
4920 2012-07-05 Eli Zaretskii <eliz@gnu.org>
4921
4922 * xdisp.c (display_line): Fix horizontal pixel coordinates when
4923 hscroll is larger than the line width. Fixes long and futile
4924 looping inside extend_face_to_end_of_line (on a TTY) producing
4925 glyphs that are not needed and thrown away.
4926
4927 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
4928
4929 * marker.c (set_marker_restricted_both): Simplify by using
4930 clip_to_bounds.
4931
4932 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4933
4934 * editfns.c (region_limit): Simplify by using clip_to_bounds.
4935
4936 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
4937
4938 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
4939 not defined (Bug#11768).
4940 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
4941 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
4942 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
4943 followed by gtk_box_set_homogeneous (Bug#11768).
4944 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
4945 (update_theme_scrollbar_width, xg_create_scroll_bar):
4946 Use gtk_scrollbar_new (Bug#11768).
4947 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
4948 (is_box_type): New function (Bug#11768).
4949 (xg_tool_item_stale_p): Call is_box_type.
4950 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
4951 with default display (Bug#11768).
4952
4953 2012-07-05 Eli Zaretskii <eliz@gnu.org>
4954
4955 * xdisp.c (window_hscroll_limited): New function.
4956 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
4957 coordinates when window's hscroll is set to insanely large
4958 values. (Bug#11857)
4959
4960 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
4961
4962 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
4963 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
4964
4965 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
4966
4967 Cleanup xmalloc.
4968 * lisp.h (xzalloc): New prototype. Omit needless casts.
4969 * alloc.c (xzalloc): New function. Omit needless casts.
4970 * charset.c: Omit needless casts. Convert all calls to
4971 xmalloc with following memset to xzalloc.
4972 * dispnew.c: Likewise.
4973 * fringe.c: Likewise.
4974 * image.c: Likewise.
4975 * sound.c: Likewise.
4976 * term.c: Likewise.
4977 * w32fns.c: Likewise.
4978 * w32font.c: Likewise.
4979 * w32term.c: Likewise.
4980 * xfaces.c: Likewise.
4981 * xfns.c: Likewise.
4982 * xterm.c: Likewise.
4983 * atimer.c: Omit needless casts.
4984 * buffer.c: Likewise.
4985 * callproc.c: Likewise.
4986 * ccl.c: Likewise.
4987 * coding.c: Likewise.
4988 * composite.c: Likewise.
4989 * doc.c: Likewise.
4990 * doprnt.c: Likewise.
4991 * editfns.c: Likewise.
4992 * emacs.c: Likewise.
4993 * eval.c: Likewise.
4994 * filelock.c: Likewise.
4995 * fns.c: Likewise.
4996 * gtkutil.c: Likewise.
4997 * keyboard.c: Likewise.
4998 * lisp.h: Likewise.
4999 * lread.c: Likewise.
5000 * minibuf.c: Likewise.
5001 * msdos.c: Likewise.
5002 * print.c: Likewise.
5003 * process.c: Likewise.
5004 * region-cache.c: Likewise.
5005 * search.c: Likewise.
5006 * sysdep.c: Likewise.
5007 * termcap.c: Likewise.
5008 * terminal.c: Likewise.
5009 * tparam.c: Likewise.
5010 * w16select.c: Likewise.
5011 * w32.c: Likewise.
5012 * w32reg.c: Likewise.
5013 * w32select.c: Likewise.
5014 * w32uniscribe.c: Likewise.
5015 * widget.c: Likewise.
5016 * xdisp.c: Likewise.
5017 * xmenu.c: Likewise.
5018 * xrdb.c: Likewise.
5019 * xselect.c: Likewise.
5020
5021 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
5022
5023 * fileio.c (time_error_value): Check the right error number.
5024 Problem reported by Troels Nielsen in
5025 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
5026
5027 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5028
5029 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
5030 This should be fixed in a better way; see Eli Zaretskii in
5031 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
5032 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
5033
5034 * fileio.c (time_error_value): Rename from special_mtime.
5035 The old name's problems were noted by Eli Zaretskii in
5036 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
5037
5038 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
5039 This variable's comment says Emacs needs at least one GDB-visible
5040 symbol of type enum pvec_type, to work around GDB problems.
5041 The symbol's value doesn't matter.
5042
5043 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
5044 that causes compilation to fail on pre-C99 compilers.
5045
5046 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
5049 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
5050
5051 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
5052
5053 * buffer.c (init_buffer_once): Fix initialization of
5054 headers for buffer_defaults and buffer_local_symbols.
5055 Reported by Juanma Barranquero <lekktu@gmail.com>.
5056
5057 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
5060 * lisp.h (enum pvec_type): Use fewer bits.
5061 (PSEUDOVECTOR_SIZE_BITS): New constant.
5062 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
5063 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
5064 change in pvec_type.
5065 (PSEUDOVECTOR_TYPEP): New macro.
5066 (TYPED_PSEUDOVECTORP): Use it.
5067 * fns.c (internal_equal): Adapt code to extract pvectype.
5068 * emacs.c (gdb_pvec_type): Update type.
5069 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
5070 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
5071 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
5072 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
5073 (sweep_vectors): Use it. Use local var `total_bytes' instead of
5074 abusing vector->header.next.nbytes.
5075 (live_vector_p): Use PVEC_TYPE.
5076 (mark_object): Adapt code to extract pvectype. Use switch.
5077
5078 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5079
5080 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
5081 Tighten new eassert a bit.
5082
5083 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
5084
5085 Fix compilation with --enable-gcc-warnings and -O1
5086 optimization level.
5087 * doprnt.c (doprnt): Change type of tem to int, initialize
5088 to avoid compiler warning. Add eassert.
5089 * search.c (simple_search): Initialize match_byte to avoid
5090 compiler warning. Add eassert.
5091
5092 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5093
5094 Avoid weird behavior with large horizontal scrolls.
5095 Without this change, for example, large hscroll values would
5096 mess up Emacs's display on Fedora 15 x86, presumably due to
5097 overflows in int calculations in the display code.
5098 Also, if buffers had long lines, Emacs would freeze.
5099 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
5100 (set_window_hscroll): New function, containing the old guts of
5101 Fset_window_hscroll. Return the clipped value.
5102 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
5103 This avoids the need to check against PTRDIFF_MAX.
5104
5105 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
5106
5107 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
5108
5109 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
5110
5111 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
5112
5113 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
5114 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
5115 since GCC 4.4.6 issues a bogus warning for them.
5116
5117 Fix bugs in file timestamp newness comparisons.
5118 * fileio.c (Ffile_newer_than_file_p):
5119 * lread.c (Fload): Use full timestamp resolution of files,
5120 not just the 1-second resolution, so that files that are only
5121 slightly newer still count as newer.
5122 * fileio.c (Ffile_newer_than_file_p): Don't assume file
5123 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
5124
5125 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
5126
5127 * fileio.c: Improve handling of file time marker. (Bug#11852)
5128 (special_mtime): New function.
5129 (Finsert_file_contents, Fverify_visited_file_modtime):
5130 Use it to set special mtime values consistently.
5131
5132 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5133
5134 * fileio.c (Finsert_file_contents): Properly handle st_mtime
5135 marker for non-existing file. (Bug#11852)
5136
5137 2012-07-03 Glenn Morris <rgm@gnu.org>
5138
5139 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
5140 and did not make it into globals.h).
5141
5142 2012-07-03 Tom Tromey <tromey@redhat.com>
5143
5144 * window.c (Fset_window_margins, Fset_window_fringes)
5145 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
5146 * textprop.c (Fprevious_property_change): No longer static.
5147 * syntax.c (Fsyntax_table_p): No longer static.
5148 * process.c (Fget_process, Fprocess_datagram_address): No longer
5149 static.
5150 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
5151 * keyboard.c (Fcommand_execute): No longer static.
5152 Remove EXFUN.
5153 * insdel.c (Fcombine_after_change_execute): No longer static.
5154 * image.c (Finit_image_library): No longer static.
5155 * fileio.c (Fmake_symbolic_link): No longer static.
5156 * eval.c (Ffetch_bytecode): No longer static.
5157 * editfns.c (Fuser_full_name): No longer static.
5158 * doc.c (Fdocumentation_property, Fsnarf_documentation):
5159 No longer static.
5160 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
5161 static.
5162 * dired.c (Ffile_attributes): No longer static.
5163 * composite.c (Fcomposition_get_gstring): No longer static.
5164 * callproc.c (Fgetenv_internal): No longer static.
5165
5166 * ccl.h: Remove EXFUNs.
5167 * buffer.h: Remove EXFUNs.
5168 * dispextern.h: Remove EXFUNs.
5169 * intervals.h: Remove EXFUNs.
5170 * fontset.h: Remove EXFUN.
5171 * font.h: Remove EXFUNs.
5172 * dosfns.c (system_process_attributes): Remove EXFUN.
5173 * keymap.h: Remove EXFUNs.
5174 * lisp.h: Remove EXFUNs.
5175 * w32term.h: Remove EXFUNs.
5176 * window.h: Remove EXFUNs.
5177 * xsettings.h: Remove EXFUN.
5178 * xterm.h: Remove EXFUN.
5179
5180 2012-07-03 Glenn Morris <rgm@gnu.org>
5181
5182 * lisp.h (Frandom): Make it visible to C.
5183 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
5184 buffer for invisible buffers. (Bug#1229)
5185
5186 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5187
5188 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
5189 values which aren't power of 2.
5190 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
5191 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
5192 accordingly.
5193
5194 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
5197
5198 * alloc.c (mark_object): Revert part of last patch to use `switch'.
5199
5200 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5201
5202 * alloc.c (allocate_vector_block): Remove redundant
5203 calls to mallopt if DOUG_LEA_MALLOC is defined.
5204 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
5205 avoid calls to mallopt if zero_vector is returned.
5206
5207 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5208
5209 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
5210 is enabled, avoid dereferencing NULL current_sblock if
5211 running undumped.
5212
5213 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
5214
5215 Cleanup basic buffer management.
5216 * buffer.h (struct buffer): Change layout to use generic vector
5217 marking code. Fix some comments. Change type of 'clip_changed'
5218 to bitfield. Remove unused #ifndef old.
5219 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
5220 (GET_OVERLAYS_AT): Fix indentation.
5221 (for_each_per_buffer_object_at): New macro.
5222 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
5223 (Fbuffer_local_variables): Use it.
5224 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
5225 * alloc.c (allocate_buffer): Adjust to match new layout of
5226 struct buffer. Fix comment.
5227 (mark_overlay): New function.
5228 (mark_buffer): Use it. Use mark_vectorlike to mark normal
5229 Lisp area of struct buffer.
5230 (mark_object): Use it. Adjust marking of misc objects
5231 and related comments.
5232
5233 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5234
5235 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
5236 wrapper that is not needed because the wrapped code is a no-op (zero
5237 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
5238 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
5239
5240 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
5241
5242 * alloc.c (mark_buffer): Simplify. Remove prototype.
5243 (mark_object): Add comment. Reorganize marking of vector-like
5244 objects. Use CHECK_LIVE for all vector-like objects except buffers
5245 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
5246 Avoid redundant calls to mark_vectorlike for bool vectors.
5247
5248 2012-06-30 Glenn Morris <rgm@gnu.org>
5249
5250 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
5251
5252 * epaths.in (PATH_SITELOADSEARCH): New.
5253 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
5254 This is rather than relying on --enable-locallisppath elements
5255 having "site-lisp" in their names. (Bug#10208#25, 11658)
5256
5257 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5258
5259 * w32proc.c (sys_select): Accept and ignore one more argument.
5260
5261 * w32.c (emacs_gnutls_pull): Call select with one more argument.
5262
5263 * sysselect.h [DOS_NT]: Don't include sys/select.h.
5264 (pselect) [!MS_DOS]: Redirect to sys_select.
5265
5266 * sysdep.c: Don't include dos.h and dosfns.h.
5267
5268 * process.c (sys_select):
5269 * msdos.c (sys_select): Accept one more argument and ignore it.
5270
5271 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
5272 adapt data types and code to that.
5273
5274 * dosfns.c:
5275 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
5276 which clashes with the gnulib function of the same name.
5277
5278 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
5279
5280 * font.c (font_style_to_value, font_style_symbolic)
5281 (font_prop_validate_style): Add type checks for values in
5282 font_style_table.
5283
5284 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
5285 argument.
5286 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
5287 uses.
5288
5289 2012-06-29 Eli Zaretskii <eliz@gnu.org>
5290
5291 * xdisp.c (try_window_id): Undo last change.
5292
5293 * w32.c (getwd): Adjust commentary about startup_dir.
5294 (init_environment): Always call sys_access, even in non-MSVC
5295 builds. Don't chdir to the directory of the Emacs executable.
5296 This undoes code from 1997 which was justified by the need to
5297 "avoid conflicts when removing and renaming directories". But its
5298 downside was that every relative file name was being interpreted
5299 relative to the directory of the Emacs executable, which can never
5300 be TRT. In particular, it broke sys_access when called with
5301 relative file names.
5302 (sys_access): Map GetLastError to errno.
5303
5304 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5305
5306 * window.h (struct window): Change type of 'fringes_outside_margins'
5307 to bitfield. Fix comment. Adjust users accordingly.
5308 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
5309 Adjust comment.
5310 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
5311 to ptrdiff_t.
5312
5313 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5314
5315 * gnutls.c (emacs_gnutls_handshake):
5316 Add QUIT to make the loop interruptible.
5317
5318 2012-06-29 Glenn Morris <rgm@gnu.org>
5319
5320 * charset.c (init_charset): Make lack of etc/charsets fatal.
5321
5322 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5323
5324 * editfns.c (region_limit): Fix type mismatch.
5325
5326 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5327
5328 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
5329 undefined. Convert from xassert to eassert.
5330 * nsmenu.m: Convert from xassert to eassert.
5331 * nsterm.m: Likewise.
5332
5333 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * editfns.c (region_limit): Clip to narrowing (bug#11770).
5336
5337 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
5338
5339 Avoid integer overflow on scroll-left and scroll-right.
5340 * window.c (HSCROLL_MAX): New macro.
5341 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
5342 overflow when requested scroll falls outside ptrdiff_t range.
5343
5344 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5345
5346 * window.h (struct window): Change type of 'hscroll',
5347 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
5348 'last_modified' and 'last_overlay_modified' to EMACS_INT.
5349 Adjust users accordingly.
5350 * xdisp.c (try_cursor_movement): Replace type check with eassert.
5351 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
5352 from EMACS_INT to ptrdiff_t.
5353 (make_window): Omit redundant initialization.
5354
5355 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
5358
5359 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5360
5361 * window.h (struct window): Change type of 'use_time' and
5362 'sequence_number' from Lisp_Object to int.
5363 * frame.c (make_frame): Adjust users accordingly.
5364 * print.c (print_object): Likewise.
5365 * window.c (select_window, Fwindow_use_time, make_parent_window)
5366 (make_window): Likewise.
5367
5368 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5369
5370 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
5371 enabled with --enable-checking=[all,glyphs] configure option.
5372 Fix GLYPH_DEBUG usage assuming that it may be undefined,
5373 adjust comments accordingly.
5374 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
5375 undefined, adjust comments accordingly.
5376 * image.c: Likewise.
5377 * scroll.c: Likewise.
5378 * w32fns.c: Likewise.
5379 * w32term.c: Likewise.
5380 * xdisp.c: Likewise.
5381 * xfaces.c: Likewise.
5382 * xfns.c: Likewise.
5383 * xterm.c: Likewise.
5384
5385 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5386
5387 Generalize run-time debugging checks.
5388 * dispextern.h (XASSERTS): Remove.
5389 * fontset.c (xassert): Remove.
5390 Convert from xassert to eassert.
5391 * alloc.c: Convert from xassert to eassert.
5392 * bidi.c: Likewise.
5393 * dispnew.c: Likewise.
5394 * fns.c: Likewise.
5395 * fringe.c: Likewise.
5396 * ftfont.c: Likewise.
5397 * gtkutil.c: Likewise.
5398 * image.c: Likewise.
5399 * keyboard.c: Likewise.
5400 * menu.c: Likewise.
5401 * process.c: Likewise.
5402 * scroll.c: Likewise.
5403 * sound.c: Likewise.
5404 * term.c: Likewise.
5405 * w32console.c: Likewise.
5406 * w32fns.c: Likewise.
5407 * w32term.c: Likewise.
5408 * window.c: Likewise.
5409 * xdisp.c: Likewise.
5410 * xfaces.c: Likewise.
5411 * xfns.c: Likewise.
5412 * xselect.c: Likewise.
5413 * xterm.c: Likewise.
5414
5415 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * fns.c (maybe_resize_hash_table): Output message when growing the
5418 purify-hashtable.
5419
5420 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5421
5422 * alloc.c (allocate_string_data): Remove dead code.
5423 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
5424 avoid GCC warning about unused macro.
5425
5426 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5427
5428 * alloc.c (allocate_string): Omit intervals initialization.
5429 * alloc.c (make_uninit_multibyte_string): Initialize intervals
5430 as in make_pure_string and make_pure_c_string.
5431
5432 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5433
5434 * alloc.c (allocate_string): Fix last change.
5435
5436 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5437
5438 * alloc.c (allocate_string): Remove two redundant calls
5439 to memset, add explicit initialization where appropriate.
5440
5441 2012-06-27 Glenn Morris <rgm@gnu.org>
5442
5443 * lisp.mk (lisp): Remove paths.elc.
5444
5445 2012-06-27 Chong Yidong <cyd@gnu.org>
5446
5447 * doc.c (Fsubstitute_command_keys): Fix punctuation.
5448
5449 2012-06-26 John Wiegley <johnw@newartisans.com>
5450
5451 * unexmacosx.c (copy_data_segment): Add two section names used
5452 on Mac OS X Lion: __mod_init_func and __mod_term_func.
5453
5454 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
5455 when building with Clang.
5456
5457 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * eval.c (Fapply): Allow calling it with a single argument.
5460
5461 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5462
5463 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
5464 _stricmp and _strnicmp.
5465 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
5466
5467 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5468
5469 * alloc.c (allocate_window): Zero out non-Lisp part of newly
5470 allocated window.
5471 (allocate_process): Likewise for new process.
5472 (allocate_terminal): Change to use offsetof.
5473 (allocate_frame): Likewise.
5474 * frame.c (make_frame): Omit redundant initialization.
5475 * window.c (make_parent_window): Use memset.
5476 (make_window): Omit redundant initialization.
5477 * process.c (make_process): Omit redundant initialization.
5478 * terminal.c (create_terminal): Likewise.
5479
5480 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5481
5482 * term.c (delete_tty): Remove redundant call to memset.
5483
5484 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5485
5486 * alloc.c: Remove build_string.
5487 * lisp.h: Define build_string as static inline. This provides
5488 a better opportunity to optimize away calls to strlen when the
5489 function is called with compile-time constant argument.
5490 * image.c (imagemagick_error): Convert to build_string.
5491 * w32proc.c (sys_spawnve): Likewise.
5492 * xterm.c (x_term_init): Likewise.
5493
5494 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
5495
5496 Use sprintf return value instead of invoking strlen on result.
5497 In the old days this wasn't portable, since some sprintf
5498 implementations returned char *. But they died out years ago and
5499 Emacs already assumes sprintf returns int.
5500 Similarly for float_to_string.
5501 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
5502 * ccl.c (ccl_driver):
5503 * character.c (string_escape_byte8):
5504 * data.c (Fnumber_to_string):
5505 * doprnt.c (doprnt):
5506 * print.c (print_object):
5507 * xdisp.c (message_dolog):
5508 * xfns.c (syms_of_xfns):
5509 Use sprintf or float_to_string result to avoid need to call strlen.
5510 * data.c (Fnumber_to_string):
5511 Use make_unibyte_string, since the string must be ASCII.
5512 * lisp.h, print.c (float_to_string): Now returns int length.
5513 * term.c (produce_glyphless_glyph):
5514 Use sprintf result rather than recomputing it.
5515
5516 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
5517 * Makefile.in (ALL_CFLAGS):
5518 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
5519 * gmalloc.c, regex.c: Include <config.h> unconditionally.
5520
5521 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5522
5523 * dispextern.h (xstrcasecmp): Define to library function
5524 strcasecmp if available.
5525 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
5526
5527 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
5528
5529 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
5530 Avoid comma operator.
5531 * menu.c (push_submenu_start, push_submenu_end)
5532 (push_left_right_boundary, push_menu_pane): Likewise.
5533 * msdos.c (dos_rawgetc): Likewise.
5534
5535 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5536
5537 * xfns.c (xic_create_fontsetname): Remove redundant calls
5538 to memset.
5539
5540 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
5541
5542 * gtkutil.c (get_utf8_string): Remove redundant assignment.
5543 sprintf already null-terminates its output.
5544
5545 * xfns.c (x_window): Remove redundant cast.
5546
5547 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5548
5549 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
5550 `const char *' to `char *' to avoid compiler warning.
5551
5552 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
5553
5554 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
5555 instead of truncating it to 63 (admittedly a generous limit).
5556
5557 * process.c: Fix spelling and caps in comments.
5558
5559 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5560
5561 * emacs.c (setpgrp): Remove definition, unused.
5562 * sysdep.c (setpgrp): Remove definition, not used in this file.
5563
5564 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * makefile.w32-in: Update dependencies.
5567
5568 2012-06-24 Eli Zaretskii <eliz@gnu.org>
5569
5570 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
5571 (SYSTIME_H): Add nt/inc/sys/time.h.
5572
5573 * systime.h [WINDOWSNT]: Include sys/time.h.
5574
5575 * s/ms-w32.h (struct timespec): Definition moved from
5576 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
5577
5578 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
5579
5580 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
5581 * buffer.h (buffer_slot_type_mismatch):
5582 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
5583 * eval.c (unwind_to_catch):
5584 * image.c (my_png_error, my_error_exit):
5585 * keyboard.c (quit_throw_to_read_char, user_error)
5586 (Fexit_recursive_edit, Fabort_recursive_edit):
5587 * lisp.h (die, args_out_of_range, args_out_of_range_3)
5588 (wrong_type_argument, buffer_overflow, __executable_start)
5589 (memory_full, buffer_memory_full, string_overflow, Fthrow)
5590 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
5591 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
5592 (fatal):
5593 (child_setup) [!DOS_NT]:
5594 * lread.c (end_of_file_error, invalid_syntax):
5595 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
5596 * puresize.h (pure_write_error):
5597 * search.c (matcher_overflow):
5598 * sound.c (sound_perror, alsa_sound_perror):
5599 * sysdep.c, syssignal.h (croak):
5600 * term.c (maybe_fatal, vfatal):
5601 * textprop.c (text_read_only):
5602 * undo.c (user_error):
5603 * unexmacosx.c (unexec_error):
5604 * xterm.c (x_ins_del_lines, x_delete_glyphs):
5605 Use _Noreturn rather than NO_RETURN.
5606 No need for separate decl merely because of _Noreturn.
5607 * sound.c (sound_warning, parse_sound):
5608 Remove unnecessary forward decls.
5609
5610 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
5611
5612 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
5613 * lisp.h (WAIT_READING_MAX): New macro.
5614 * dispnew.c (Fsleep_for, sit_for):
5615 * keyboard.c (kbd_buffer_get_event):
5616 * process.c (Faccept_process_output):
5617 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
5618 This improves on the previous patch, which introduced a bug
5619 when time_t is unsigned and as wide as intmax_t.
5620 See <http://bugs.gnu.org/9000#51>.
5621
5622 2012-06-23 Eli Zaretskii <eliz@gnu.org>
5623
5624 * dispnew.c (sit_for, Fsleep_for):
5625 * keyboard.c (kbd_buffer_get_event):
5626 * process.c (Faccept_process_output): Avoid compiler warnings when
5627 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
5628
5629 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5630
5631 * makefile.w32-in: Update dependencies.
5632
5633 * w32.c (ltime): Add return type and declare static.
5634 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
5635
5636 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
5637
5638 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
5639 Privately reported by Herbert J. Skuhra.
5640 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
5641 All uses changed.
5642 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
5643 not make_lisp_timeval, when the argument is of type EMACS_TIME.
5644
5645 2012-06-23 Eli Zaretskii <eliz@gnu.org>
5646
5647 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
5648 last argument of make_unibyte_string.
5649
5650 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
5651 language ID in the event parameters.
5652
5653 * w32term.c (w32_read_socket): Put the new keyboard codepage into
5654 event.code, not the obscure "character set ID".
5655
5656 2012-06-23 Chong Yidong <cyd@gnu.org>
5657
5658 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
5659
5660 2012-06-23 Eli Zaretskii <eliz@gnu.org>
5661
5662 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
5663 * w32.c (fdutimens): New function.
5664
5665 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
5666
5667 * s/ms-w32.h (pselect): Redirect to sys_select.
5668
5669 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
5670
5671 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
5672 in the logic of incrementing and decrementing the value of
5673 use_relocatable_buffers.
5674
5675 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
5676
5677 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
5678 Privately reported by Herbert J. Skuhra.
5679 [__FreeBSD__]: Remove "*/" typo after "#include".
5680 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
5681 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
5682 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
5683 Don't assume EMACS_TIME and struct timeval are the same type.
5684
5685 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5686
5687 Support higher-resolution time stamps (Bug#9000).
5688 The time stamps are only nanosecond-resolution at the C level,
5689 since that's the best that any real-world system supports now.
5690 But they are picosecond-resolution at the Lisp level, as that's
5691 easy, and leaves room for future OS improvements.
5692
5693 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
5694 (LIBES): Use it.
5695
5696 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
5697 Don't get current time unless it's needed.
5698
5699 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
5700 now provides it if it's absent.
5701 (start_atimer): Port to higher-res time stamps.
5702 Check for time stamp overflow. Don't get current time more
5703 often than is needed.
5704
5705 * buffer.h (struct buffer): Buffer modtime now has high resolution.
5706 Include systime.h, not time.h.
5707 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
5708
5709 * dired.c: Include stat-time.h.
5710 (Ffile-attributes): File times now have higher resolution.
5711
5712 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
5713 (struct image): Timestamp now has higher resolution.
5714
5715 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
5716 has at least microseconds now. All uses removed.
5717 (update_frame, update_single_window, update_window, update_frame_1)
5718 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
5719 (duration_to_sec_usec): Remove; no longer needed.
5720
5721 * editfns.c (time_overflow): Now extern.
5722 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
5723 (float-time, Fformat_time_string, Fcurrent_time_string)
5724 (Fcurrent_time_zone): Accept and generate higher-resolution
5725 time stamps.
5726 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
5727 (decode_time_components, lisp_seconds_argument): New functions.
5728 (make_time): Now static.
5729 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
5730 Report an error if the time is invalid, rather than having the caller
5731 do that.
5732
5733 * fileio.c: Include <stat-time.h>
5734 (Fcopy_file): Copy higher-resolution time stamps.
5735 Prefer to set the time stamp via a file descriptor if that works.
5736 (Fset_file_times, Finsert_file_contents, Fwrite_region)
5737 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
5738 (Fvisited_file_modtime, Fset_visited_file_modtime):
5739 Support higher-resolution time stamps.
5740
5741 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
5742
5743 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
5744
5745 * image.c (prepare_image_for_display, clear_image_cache)
5746 (lookup_image): Port to higer-resolution time stamps.
5747
5748 * keyboard.c (start_polling, bind_polling_period):
5749 Check for time stamp overflow.
5750 (read_char, kbd_buffer_get_event, timer_start_idle)
5751 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
5752 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
5753 Port to higher-resolution time stamps. Do not assume time_t is signed.
5754 (decode_timer): New function. Timers are now vectors of length 9,
5755 not 8, to accommodate the picosecond component.
5756 (timer_check_2): Use it.
5757
5758 * nsterm.m (select_timeout, timeval_subtract): Remove.
5759 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
5760 as they're a bit more accurate and handle overflow better.
5761 (ns_select): Change prototype to be compatible with pselect.
5762 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
5763 * nsterm.h (ns_select): Adjust prototype.
5764
5765 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
5766 us-resolution time stamps.
5767 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
5768
5769 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
5770
5771 * lisp.h (time_overflow): New decl.
5772 (wait_reading_process_output): First arg is now intmax_t, not int,
5773 to accommodate larger waits.
5774
5775 * process.h (struct Lisp_Process.read_output_delay):
5776 Now counts nanoseconds, not microseconds.
5777 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
5778 EMACS_HAS_USECS.
5779 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
5780 (wait_reading_process_output):
5781 Port to ns-resolution time stamps.
5782 (Faccept_process_output, wait_reading_process_output):
5783 Check for time stamp overflow. Do not assume time_t is signed.
5784 (select_wrapper): Remove; we now use pselect.
5785 (Fprocess_attributes): Now generates ns-resolution time stamps.
5786
5787 * sysdep.c: Include utimens.h. Don't include utime.h
5788 or worry about struct utimbuf; gnulib does that for us now.
5789 (gettimeofday): Remove; gnulib provides a substitute.
5790 (make_timeval): New function.
5791 (set_file_times): Now sets ns-resolution time stamps.
5792 New arg FD; all uses changed.
5793 (time_from_jiffies, ltime_from_jiffies, get_up_time)
5794 (system_process_attributes):
5795 Now returns ns-resolution time stamp. All uses changed.
5796 Check for time stamp overflow.
5797
5798 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
5799 provides a substitute now.
5800
5801 * systime.h: Include timespec.h rather than sys/time.h and time.h,
5802 since it guarantees struct timespec.
5803 (EMACS_TIME): Now struct timespec, so that we can support
5804 ns-resolution time stamps.
5805 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
5806 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
5807 (EMACS_USECS): Remove.
5808 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
5809 so multiply the arg by 1000 before storing it.
5810 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
5811 New macros.
5812 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
5813 Port to ns-resolution time stamps.
5814 (EMACS_TIME_NEG_P): Remove; replaced by....
5815 (EMACS_TIME_SIGN): New macro.
5816 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
5817 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
5818 (set_file_times, make_time, lisp_time_argument): Adjust signature.
5819 (make_timeval, make_lisp_time, decode_time_components): New decls.
5820 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
5821 that it mishandled time_t overflow. You can't compare by subtracting!
5822 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
5823 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
5824
5825 * term.c: Include <sys/time.h>.
5826 (timeval_to_Time): New function, for proper overflow wraparound.
5827 (term_mouse_position, term_mouse_click): Use it.
5828
5829 * undo.c (record_first_change): Support higher-resolution time stamps
5830 in the undo buffer.
5831 (Fprimitive_undo): Use them when restoring time stamps.
5832
5833 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
5834 (w32_get_internal_run_time):
5835 Port to higher-resolution Emacs time stamps.
5836 (ltime): Now accepts single 64-bit integer, as that's more convenient
5837 for callers.
5838
5839 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
5840
5841 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
5842 for compatibility with pselect. Support ns-resolution time stamps.
5843
5844 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
5845
5846 * xselect.c (wait_for_property_change, x_get_foreign_selection):
5847 Check for time stamp overflow, and support ns-resolution time stamps.
5848
5849 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
5850 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
5851 (timeval_subtract): Remove; no longer needed.
5852 (XTflash, XTring_bell, x_wait_for_event):
5853 Port to ns-resolution time stamps. Don't assume time_t is signed.
5854
5855 2012-06-22 Chong Yidong <cyd@gnu.org>
5856
5857 * xdisp.c (x_consider_frame_title): Revert last change.
5858
5859 2012-06-22 Eli Zaretskii <eliz@gnu.org>
5860
5861 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
5862 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
5863 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
5864 staticidx goes up to 1597 out of 1600 = 0x640.)
5865
5866 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
5867
5868 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
5869 Otherwise, the umask might be mistakenly 0 while handling input signals.
5870
5871 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
5874
5875 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
5876
5877 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
5878 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
5879 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
5880 access to `contents' member of Lisp_Vector objects with AREF and ASET
5881 where appropriate.
5882
5883 2012-06-19 Chong Yidong <cyd@gnu.org>
5884
5885 * frame.c (delete_frame): When selecting a frame on a different
5886 text terminal, do not alter the terminal's top-frame.
5887
5888 * xdisp.c (format_mode_line_unwind_data): Record the target
5889 frame's selected window and its terminal's top-frame.
5890 (unwind_format_mode_line): Restore them.
5891 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
5892 Callers changed.
5893 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
5894 since tty frames can be explicitly named.
5895 (prepare_menu_bars): Likewise.
5896
5897 * term.c (Ftty_top_frame): New function.
5898
5899 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
5900
5901 Port byte-code-meter to modern targets.
5902 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
5903 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
5904 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
5905 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
5906 (METER_1, METER_2): Simplify.
5907
5908 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * data.c (Fdefalias): Return `symbol' (bug#11686).
5911
5912 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5913
5914 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
5915 gets killed during executing of this function (Bug#11665).
5916 Try to always return Qt when the buffer has been actually killed.
5917 (Vkill_buffer_query_functions): In doc-string say that functions
5918 run by this hook should not change the current buffer.
5919
5920 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
5921
5922 Fix recently-introduced process.c problems found by static checking.
5923 * process.c (write_queue_push, write_queue_pop, send_process):
5924 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
5925 (write_queue_pop): Fix pointer signedness problem.
5926 (send_process): Remove unused local.
5927
5928 2012-06-17 Chong Yidong <cyd@gnu.org>
5929
5930 * xdisp.c (redisplay_internal): No need to redisplay terminal
5931 frames that are not on top.
5932
5933 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
5934
5935 * process.c (make_process): Initialize write_queue.
5936 (write_queue_push, write_queue_pop): New functions.
5937 (send_process): Use them to maintain correct ordering of process
5938 writes (Bug#10815).
5939
5940 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5941
5942 * lisp.h (eassert): Assume C89 or later.
5943 This removes the need for CHECK.
5944 (CHECK): Remove. Its comments about always evaluating its
5945 argument were confusing, as 'eassert' typically does not evaluate
5946 its argument.
5947
5948 * coding.c (produce_chars): Use ptrdiff_t, not int.
5949
5950 * xterm.c (x_draw_underwave): Check for integer overflow.
5951 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
5952
5953 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
5954
5955 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
5956 referenced (Bug#11583).
5957
5958 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5959
5960 Implement wave-style variant of underlining.
5961 * dispextern.h (face_underline_type): New enum.
5962 (face): Add field for underline type.
5963 * nsterm.m (ns_draw_underwave): New function.
5964 (ns_draw_text_decoration): Use it.
5965 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
5966 New functions.
5967 (x_draw_glyph_string): Use them.
5968 * xfaces.c (Qline, Qwave): New Lisp objects.
5969 (check_lface_attrs, merge_face_ref)
5970 (Finternal_set_lisp_face_attribute, realize_x_face):
5971 Handle wave-style underline face attributes.
5972 * xterm.c (x_draw_underwave): New function.
5973 (x_draw_glyph_string): Use it.
5974
5975 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
5978 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
5979 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
5980 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
5981 ($(BLD)/w32select.$(O)): Update dependencies.
5982
5983 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
5984
5985 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
5986 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
5987 * character.c (_fetch_multibyte_char_p): Remove.
5988 * alloc.c: Include "character.h" before "buffer.h".
5989 * bidi.c: Likewise.
5990 * buffer.c: Likewise.
5991 * bytecode.c: Likewise.
5992 * callint.c: Likewise.
5993 * callproc.c: Likewise.
5994 * casefiddle.c: Likewise.
5995 * casetab.c: Likewise.
5996 * category.c: Likewise.
5997 * cmds.c: Likewise.
5998 * coding.c: Likewise.
5999 * composite.c: Likewise.
6000 * dired.c: Likewise.
6001 * dispnew.c: Likewise.
6002 * doc.c: Likewise.
6003 * dosfns.c: Likewise.
6004 * editfns.c: Likewise.
6005 * emacs.c: Likewise.
6006 * fileio.c: Likewise.
6007 * filelock.c: Likewise.
6008 * font.c: Likewise.
6009 * fontset.c: Likewise.
6010 * fringe.c: Likewise.
6011 * indent.c: Likewise.
6012 * insdel.c: Likewise.
6013 * intervals.c: Likewise.
6014 * keyboard.c: Likewise.
6015 * keymap.c: Likewise.
6016 * lread.c: Likewise.
6017 * macros.c: Likewise.
6018 * marker.c: Likewise.
6019 * minibuf.c: Likewise.
6020 * nsfns.m: Likewise.
6021 * nsmenu.m: Likewise.
6022 * print.c: Likewise.
6023 * process.c: Likewise.
6024 * regex.c: Likewise.
6025 * region-cache.c: Likewise.
6026 * search.c: Likewise.
6027 * syntax.c: Likewise.
6028 * term.c: Likewise.
6029 * textprop.c: Likewise.
6030 * undo.c: Likewise.
6031 * unexsol.c: Likewise.
6032 * w16select.c: Likewise.
6033 * w32fns.c: Likewise.
6034 * w32menu.c: Likewise.
6035 * window.c: Likewise.
6036 * xdisp.c: Likewise.
6037 * xfns.c: Likewise.
6038 * xmenu.c: Likewise.
6039 * xml.c: Likewise.
6040 * xselect.c: Likewise.
6041
6042 2012-06-16 Eli Zaretskii <eliz@gnu.org>
6043
6044 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
6045 If all the glyphs of the glyph row came from strings, and we have no
6046 cursor positioning clues, put the cursor on the first glyph of the
6047 row.
6048 (handle_face_prop): Use chunk-relative overlay string index when
6049 indexing into it->string_overlays array. (Bug#11653)
6050 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
6051 the rightmost. (Bug#11720)
6052
6053 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
6054
6055 * category.h (CHAR_HAS_CATEGORY): Define as inline.
6056 (CATEGORY_MEMBER): Enforce 1/0 value.
6057 * category.c (_temp_category_set): Remove.
6058
6059 2012-06-16 Eli Zaretskii <eliz@gnu.org>
6060
6061 * window.c (Fdelete_other_windows_internal)
6062 (Fdelete_window_internal): Don't access frame's mouse highlight
6063 info of the initial frame. (Bug#11677)
6064
6065 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
6066
6067 * .gdbinit (xgetint): Fix recently-introduced paren typo.
6068 Assume USE_2_TAGS_FOR_INTS.
6069 (xreload): Adjust $tagmask width to match recent lisp.h change.
6070
6071 Simplify lisp.h in minor ways that should not affect code.
6072 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
6073 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
6074 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
6075 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
6076 (INTTYPEBITS): New macro, for clarity.
6077 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
6078 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
6079 Simplify now that USE_LSB_TAG is always defined.
6080 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
6081 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
6082
6083 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
6086
6087 2012-06-13 Glenn Morris <rgm@gnu.org>
6088
6089 * s/bsd-common.h (BSD4_3):
6090 * s/usg5-4-common.h (USG5_4): No longer define; unused.
6091
6092 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
6093
6094 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
6095 instead of union.
6096 (XLI, XIL): Define.
6097 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
6098 Use them.
6099 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
6100 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
6101 * alloc.c (widen_to_Lisp_Object): Remove.
6102 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
6103 * frame.c (delete_frame): Remove outdated comment.
6104 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
6105 USE_LISP_UNION_TYPE.
6106 (Fw32_unregister_hot_key): Likewise.
6107 (Fw32_toggle_lock_key): Likewise.
6108 * w32menu.c (add_menu_item): Likewise.
6109 (w32_menu_display_help): Use XIL instead of checking
6110 USE_LISP_UNION_TYPE.
6111 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
6112 (init_heap): Likewise.
6113 * w32term.c (w32_read_socket): Update comment.
6114
6115 2012-06-13 Glenn Morris <rgm@gnu.org>
6116
6117 * s/usg5-4-common.h, src/s/unixware.h:
6118 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
6119
6120 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
6121
6122 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
6123
6124 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
6125 * alloc.c (make_number) [!defined make_number]:
6126 Remove, as lisp.h always defines this now.
6127 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
6128 (roundup_size): Verify that it is a power of 2.
6129 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
6130 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
6131 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
6132 -DUSE_LSB_TAG=0, to override the automatically-selected default.
6133 USE_LSB_TAG now is always defined to be either 0 or 1.
6134 All uses changed.
6135 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
6136 code works fine either way, and efficiency is not a concern here,
6137 as the union type is for debugging, not for production.
6138 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
6139 Use an inline function on all platforms when using the union type,
6140 since this is simpler and 'static inline' can be used portably
6141 within Emacs now.
6142 (LISP_INITIALLY_ZERO): New macro.
6143 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
6144 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
6145
6146 2012-06-12 Glenn Morris <rgm@gnu.org>
6147
6148 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
6149
6150 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
6151
6152 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
6153 Move BROKEN_SIGIO to configure.
6154
6155 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
6156 Move NO_TERMIO to configure.
6157
6158 2012-06-12 Chong Yidong <cyd@gnu.org>
6159
6160 * image.c (imagemagick_load_image): Use MagickFlattenImage if
6161 MagickMergeImageLayers is undefined. Use pixel pusher loop if
6162 MagickExportImagePixels is undefined.
6163
6164 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
6165
6166 * image.c (imagemagick_load_image): Remove unused label.
6167
6168 2012-06-11 Glenn Morris <rgm@gnu.org>
6169
6170 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
6171 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
6172 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
6173 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
6174
6175 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * alloc.c (make_byte_code): New function.
6178 (Fmake_byte_code): Use it. Don't purify here.
6179 * lread.c (read1): Use it as well to avoid extra allocation.
6180
6181 2012-06-11 Chong Yidong <cyd@gnu.org>
6182
6183 * image.c (imagemagick_load_image): Implement transparency.
6184
6185 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
6186
6187 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
6188 account for preceding backslashes. (Bug#11663)
6189
6190 2012-06-09 Chong Yidong <cyd@gnu.org>
6191
6192 * term.c: Support italics in capable terminals (Bug#9652).
6193 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
6194 (turn_on_face): Output using TS_enter_italic_mode if available.
6195 Don't handle unused blinking and alt-charset cases.
6196 (turn_off_face): Handle italic case; discard unused tty_blinking_p
6197 and tty_alt_charset_p cases.
6198 (tty_capable_p, init_tty): Support italics.
6199
6200 * termchar.h (struct tty_display_info): Add field for italics.
6201 Remove unused blink field.
6202
6203 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
6204 Handle slant.
6205
6206 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
6207 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
6208 tty_alt_charset_p. Add tty_italic_p.
6209
6210 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
6211
6212 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
6213 dbus_type_is_basic if available.
6214 (xd_extract_signed, xd_extract_unsigned): Rename from
6215 extract_signed and extract_unsigned, respectively. Adapt callers.
6216
6217 2012-06-09 Chong Yidong <cyd@gnu.org>
6218
6219 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
6220
6221 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
6222 case (Bug#9752).
6223
6224 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
6225
6226 * xdisp.c (vmessage): Treat frame message as multibyte.
6227 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
6228 would generate the diagnostic "Making \302\247 buffer-local while
6229 let-bound!".
6230
6231 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6232
6233 * dispnew.c (showing_window_margins_p): Undo last change, which
6234 was done due to an inadvertent commit.
6235 (adjust_frame_glyphs_for_frame_redisplay): Do call
6236 showing_window_margins_p.
6237
6238 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * eval.c (Fmake_var_non_special): New primitive.
6241 (syms_of_eval): Defsubr it.
6242 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
6243
6244 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
6247 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
6248
6249 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6250
6251 * alloc.c (allocate_vectorlike): Fix last change.
6252
6253 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
6254
6255 Block-based vector allocation of small vectors.
6256 * lisp.h (struct vectorlike_header): New field `nbytes',
6257 adjust comment accordingly.
6258 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
6259 to denote vector blocks. Adjust users (live_vector_p,
6260 mark_maybe_pointer, valid_lisp_object_p) accordingly.
6261 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
6262 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
6263 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
6264 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
6265 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
6266 (roundup_size): New constant.
6267 (struct vector_block): New data type.
6268 (vector_blocks, vector_free_lists, zero_vector): New variables.
6269 (all_vectors): Rename to `large_vectors'.
6270 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
6271 (sweep_vectors): New functions.
6272 (allocate_vectorlike): Return `zero_vector' as the only vector of
6273 0 items. Allocate new vector from block if vector size is less than
6274 or equal to VBLOCK_BYTES_MAX.
6275 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
6276 (init_alloc_once): Add call to init_vectors.
6277
6278 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
6281
6282 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
6283
6284 * doprnt.c (doprnt): Truncate multibyte char correctly.
6285 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
6286 would mishandle a string argument "Xc" if X was a multibyte
6287 character of length 2: it would truncate after X's first byte
6288 rather than including all of X.
6289
6290 2012-06-06 Chong Yidong <cyd@gnu.org>
6291
6292 * buffer.c (word_wrap): Doc fix.
6293
6294 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
6295
6296 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
6297
6298 2012-06-03 Glenn Morris <rgm@gnu.org>
6299
6300 * xdisp.c (tool-bar-style): Doc fix.
6301
6302 2012-06-03 Ulrich Müller <ulm@gentoo.org>
6303
6304 * Makefile.in (PAXCTL): Define.
6305 (temacs$(EXEEXT)): Disable memory randomization for the temacs
6306 binary via PaX flags if the paxctl utility is available.
6307 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6308 Restore PaX flags to their default. (Bug#11398)
6309
6310 2012-06-03 Chong Yidong <cyd@gnu.org>
6311
6312 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
6313 buffer (Bug#11226).
6314
6315 2012-06-03 Chong Yidong <cyd@gnu.org>
6316
6317 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
6318 (note_mode_line_or_margin_highlight): If there is no help echo,
6319 use mode-line-default-help-echo. Handle the case where the mouse
6320 position is past the end of the mode line string.
6321
6322 * buffer.c (buffer_local_value_1): New function, split from
6323 Fbuffer_local_value; can return Qunbound.
6324 (Fbuffer_local_value): Use it.
6325 (Vmode_line_format): Docstring tweaks.
6326
6327 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
6328
6329 * sysdep.c (system_process_attributes): Improve comment.
6330
6331 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * keyboard.c: Export real-this-command to Elisp.
6334 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
6335 and DEFVAR it. Update all users.
6336
6337 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
6338
6339 * minibuf.c (Fassoc_string): Remove duplicate declaration.
6340
6341 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
6342 Convert pctcpu and pctmem to Lisp float properly.
6343 Let the compiler fold better, as 100.0/0x8000 is exact.
6344
6345 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
6346
6347 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
6348 cons_block.
6349
6350 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
6351
6352 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
6353
6354 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
6355
6356 For a 'struct window', replace some Lisp_Object fields to
6357 bitfields where appropriate, remove unused fields.
6358 * window.h (struct window): Remove unused 'last_mark_x' and
6359 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
6360 change it's type from Lisp_Object to bitfield.
6361 Change type of 'force_start', 'optional_new_start',
6362 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
6363 fields from Lisp_Object to bitfield. Adjust users accordingly.
6364
6365 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
6366
6367 Pacify gcc -Wdouble-precision when using Xaw.
6368 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
6369 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
6370 Use 'float' consistently, rather than 'float' in most places
6371 and 'double' in a couple of places.
6372
6373 2012-05-31 Eli Zaretskii <eliz@gnu.org>
6374
6375 * xdisp.c (handle_stop): Detect whether we have overlay strings
6376 loaded by testing it->current.overlay_string_index to be
6377 non-negative, instead of checking whether n_overlay_strings is
6378 positive. (Bug#11587)
6379
6380 2012-05-31 Chong Yidong <cyd@gnu.org>
6381
6382 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
6383
6384 * doc.c (Fsubstitute_command_keys): Doc fix.
6385
6386 2012-05-31 Eli Zaretskii <eliz@gnu.org>
6387
6388 * search.c (search_buffer): Remove calls to
6389 r_alloc_inhibit_buffer_relocation, as it is now called by
6390 maybe_unify_char, which was the cause of relocation of buffer text
6391 in bug#11519.
6392
6393 2012-05-31 Eli Zaretskii <eliz@gnu.org>
6394
6395 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
6396 for the duration of call to load_charset, to avoid problems with
6397 callers of maybe_unify_char that access buffer text through C
6398 pointers.
6399
6400 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
6401 decrement the inhibition flag, instead of just setting or
6402 resetting it.
6403
6404 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
6405
6406 Remove obsolete '#define static' cruft.
6407 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
6408 This #undef was "temporary" in 2000; it is no longer needed
6409 now that '#define static' has gone away.
6410 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
6411 (gray_bitmap_bits): Remove; no longer needed.
6412 All uses replaced with definiens.
6413 * xterm.c: Include "bitmaps/gray.xbm".
6414
6415 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
6416
6417 Clean up __executable_start, monstartup when --enable-profiling.
6418 The following changes affect the code only when profiling.
6419 * dispnew.c (__executable_start): Rename from safe_bcopy.
6420 Define only on platforms that need it.
6421 * emacs.c: Include <sys/gmon.h> when profiling.
6422 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
6423 (__executable_start): Remove decl, since lisp.h does it now.
6424 (safe_bcopy): Remove decl; no longer has that name.
6425 (main): Coalesce #if into single bit of code, for simplicity.
6426 Cast pointers to uintptr_t, since standard libraries want integers
6427 and not pointers.
6428 * lisp.h (__executable_start): New decl.
6429
6430 2012-05-31 Glenn Morris <rgm@gnu.org>
6431
6432 * image.c (Fimagemagick_types): Doc fix.
6433
6434 2012-05-30 Jim Meyering <meyering@redhat.com>
6435
6436 * callproc.c (Fcall_process_region): Include directory component
6437 in mkstemp error message (Bug#11586).
6438
6439 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
6440
6441 * alloc.c, lisp.h (make_pure_vector): Now static.
6442
6443 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
6446 Move to byte-run.el.
6447 (Fautoload): Do the hash-doc more carefully.
6448 * data.c (Fdefalias): Purify definition, except for keymaps.
6449 (Qdefun): Move from eval.c.
6450 * lisp.h (Qdefun): Remove.
6451 * lread.c (read1): Tiny simplification.
6452
6453 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6454
6455 Do not create empty overlays with the evaporate property (Bug#9642).
6456 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
6457 Bug#9642, but explicitly check that the buffer the overlay would
6458 be moved to is live and rearrange lines to make sure that errors
6459 will not put the overlay in an inconsistent state.
6460 (Fdelete_overlay): Cosmetics.
6461
6462 2012-05-28 Eli Zaretskii <eliz@gnu.org>
6463
6464 * w32term.c (my_bring_window_to_top): New function.
6465 (x_raise_frame): Use handle returned by DeferWindowPos, which
6466 could be different from the original one.
6467 Call my_bring_window_to_top instead of my_set_foreground_window.
6468 (Bug#11513)
6469
6470 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
6471 by calling BringWindowToTop.
6472
6473 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
6474 (WM_EMACS_END): Increase by one.
6475
6476 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
6477
6478 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
6479 This avoids undefined behavior that might cause the eassert
6480 to not catch an out-of-range value.
6481
6482 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
6485 Update dependencies.
6486
6487 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6488
6489 * bidi.c (bidi_mirror_char): Fix last change.
6490
6491 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
6492
6493 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
6494 when referring to sectname field in printf format.
6495
6496 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
6497
6498 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
6499 Only r_alloc_inhibit_buffer_relocation needed to be added;
6500 the others were already declared.
6501
6502 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
6503 before checking whether it's out of range. Put the check inside
6504 eassert. See
6505 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
6506
6507 2012-05-27 Ken Brown <kbrown@cornell.edu>
6508
6509 * callproc.c (Fcall_process): Restore a line that was accidentally
6510 commented out in the 2011-02-13 change (bug#11547).
6511
6512 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6513
6514 * lisp.h [REL_ALLOC]: Add prototypes for external functions
6515 defined on ralloc.c.
6516
6517 * buffer.c [REL_ALLOC]: Remove prototypes of
6518 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
6519 they are now on lisp.h.
6520
6521 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
6522
6523 * search.c (search_buffer): Use it to inhibit relocation of buffer
6524 text while re_search_2 is doing its job, because re_search_2 is
6525 passed C pointers to buffer text. (Bug#11519)
6526
6527 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
6528 Update value to 24.
6529
6530 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
6531 state after an additional call to move_it_in_display_line_to, keep
6532 the values of it->max_ascent and it->max_descent found for the
6533 entire line.
6534 (pos_visible_p): Revert the comparison against bottom_y to what it
6535 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
6536 (Bug#11464)
6537
6538 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
6539
6540 Fix coding-related core dumps with gcc -ftrapv.
6541 The code was computing A - B, where A and B are pointers, and B is
6542 random garbage. This can lead to core dumps on platforms that
6543 have special pointer registers, and it also leads to core dumps on
6544 x86-64 when compiled with gcc -ftrapv. The fix is to compute
6545 A - B only when B is initialized properly.
6546 * coding.c (coding_set_source, coding_set_destination): Return void.
6547 (coding_change_source, coding_change_destinations): New functions,
6548 with the old behaviors of coding_set_source and coding_set_destination.
6549 All callers that need an offset changed to use these new functions.
6550
6551 2012-05-26 Glenn Morris <rgm@gnu.org>
6552
6553 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
6554
6555 2012-05-26 Eli Zaretskii <eliz@gnu.org>
6556
6557 Extend mouse support on W32 text-mode console.
6558 * xdisp.c (draw_row_with_mouse_face):
6559 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
6560
6561 * w32console.c: Include window.h.
6562 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
6563 New functions.
6564 (initialize_w32_display): Initialize mouse-highlight data.
6565
6566 * w32inevt.c: Include termchar.h and window.h.
6567 (do_mouse_event): Support mouse-autoselect-window. When the mouse
6568 moves, call note_mouse_highlight. If help_echo changed, call
6569 gen_help_event to produce help-echo message in the echo area.
6570 Call clear_mouse_face if mouse_face_hidden is set in the mouse
6571 highlight info.
6572
6573 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
6574
6575 * lread.c (read1): Simplify slightly to avoid an overflow warning
6576 with GCC 4.7.0 on x86-64.
6577
6578 2012-05-26 Eli Zaretskii <eliz@gnu.org>
6579
6580 * bidi.c (bidi_mirror_char): Revert last change: an int is
6581 definitely wide enough here.
6582
6583 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
6584
6585 Fix integer width and related bugs (Bug#9874).
6586 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
6587 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
6588 (string_bytes, check_sblock, allocate_string_data):
6589 (compact_small_strings, Fmake_bool_vector, make_string)
6590 (make_unibyte_string, make_multibyte_string)
6591 (make_string_from_bytes, make_specified_string)
6592 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
6593 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
6594 (mark_vectorlike):
6595 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6596 (allocate_pseudovector):
6597 Use int, not EMACS_INT, where int is wide enough.
6598 (inhibit_garbage_collection, Fgarbage_collect):
6599 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6600 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
6601 int might not be wide enough.
6602 (bidi_cache_search, bidi_cache_find, bidi_init_it)
6603 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
6604 (bidi_at_paragraph_end, bidi_find_paragraph_start)
6605 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
6606 (bidi_level_of_next_char, bidi_move_to_visually_next):
6607 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6608 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
6609 (Fkill_buffer, Fset_buffer_major_mode)
6610 (advance_to_char_boundary, Fbuffer_swap_text)
6611 (Fset_buffer_multibyte, overlays_at, overlays_in)
6612 (overlay_touches_p, struct sortvec, record_overlay_string)
6613 (overlay_strings, recenter_overlay_lists)
6614 (adjust_overlays_for_insert, adjust_overlays_for_delete)
6615 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
6616 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
6617 (Foverlay_recenter, last_overlay_modification_hooks_used)
6618 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
6619 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6620 (validate_region): Omit unnecessary test for b <= e,
6621 since that's guaranteed by the previous test.
6622 (adjust_overlays_for_delete): Avoid pos + length overflow.
6623 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
6624 (report_overlay_modification):
6625 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6626 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
6627 Omit pointer cast, which isn't needed anyway, and doesn't work
6628 after the EMACS_INT -> ptrdiff_t change.
6629 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
6630 * buffer.h: Adjust decls to match defn changes elsewhere.
6631 (struct buffer_text, struct buffer):
6632 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6633 Use EMACS_INT, not int, where int might not be wide enough.
6634 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
6635 not int, to avoid needless 32-bit limit on 64-bit hosts.
6636 (exec_byte_code): Use tighter memory-full test, one that checks
6637 for alloca overflow. Don't compute the address of the object just
6638 before an array, as that's not portable. Use EMACS_INT, not
6639 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
6640 * callint.c (Fcall_interactively):
6641 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6642 * callproc.c (call_process_kill, Fcall_process):
6643 Don't assume pid_t fits into an Emacs fixnum.
6644 (call_process_cleanup, Fcall_process, child_setup):
6645 Don't assume pid_t fits into int.
6646 (call_process_cleanup, Fcall_process, delete_temp_file)
6647 (Fcall_process_region):
6648 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6649 (Fcall_process): Simplify handling of volatile integers.
6650 Use int, not EMACS_INT, where int will do.
6651 * casefiddle.c (casify_object, casify_region, operate_on_word)
6652 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
6653 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6654 (casify_object): Avoid integer overflow when overallocating buffer.
6655 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
6656 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
6657 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
6658 * category.h (CATEGORYP): Don't assume arg is nonnegative.
6659 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
6660 integers are now checked earlier. All uses replaced with XINT.
6661 (ccl_driver):
6662 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6663 For CCL_MapSingle, check that content and value are in int range.
6664 (ccl_driver, Fregister_code_conversion_map):
6665 Check that Vcode_version_map_vector is a vector.
6666 (resolve_symbol_ccl_program): Check that vector header is in range.
6667 Always copy the vector, so that we can check its contents reliably
6668 now rather than having to recheck each instruction as it's being
6669 executed. Check that vector words fit in 'int'.
6670 (ccl_get_compiled_code, Fregister_ccl_program)
6671 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
6672 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
6673 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
6674 contents are in range.
6675 (Fccl_execute_on_string): Check that status is in range.
6676 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
6677 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
6678 Accept and return EMACS_INT, not int, because callers can pass values
6679 out of 'int' range.
6680 (c_string_width, strwidth, lisp_string_width, chars_in_text)
6681 (multibyte_chars_in_text, parse_str_as_multibyte)
6682 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
6683 (str_as_unibyte, str_to_unibyte, string_count_byte8)
6684 (string_escape_byte8, Fget_byte):
6685 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6686 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
6687 avoid mishandling large integers.
6688 * character.h: Adjust decls to match defn changes elsewhere.
6689 * charset.c (load_charset_map_from_file, find_charsets_in_text)
6690 (Ffind_charset_region):
6691 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6692 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
6693 (load_charset_map_from_vector, Fdefine_charset_internal):
6694 Don't assume fixnum fits in int.
6695 (load_charset_map_from_vector, Fmap_charset_chars):
6696 Remove now-unnecessary CHECK_NATNUMs.
6697 (Fdefine_charset_internal): Check ranges here, more carefully.
6698 Don't rely on undefined behavior with signed left shift overflow.
6699 Don't assume unsigned int fits into fixnum, or that fixnum fits
6700 into unsigned int. Don't require max_code to be a valid fixnum;
6701 that's not true for gb10830 4-byte on a 32-bit host. Allow
6702 invalid_code to be a cons, for the same reason. Require code_offset
6703 to be a character. Avoid int overflow if max_char is close
6704 to INT_MAX.
6705 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
6706 this is intended anyway and avoids some undefined behavior.
6707 (load_charset_map): Pass unsigned, not int, as 2nd arg of
6708 INDEX_TO_CODE_POINT, as that's what it expects.
6709 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
6710 * charset.h (DECODE_CHAR): Return int, not unsigned;
6711 this is what was intended anyway, and it avoids undefined behavior.
6712 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
6713 integer-overflow issues.
6714 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
6715 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
6716 where the argument is EMACS_INT, and this behavior is not intended.
6717 * chartab.c (Fmake_char_table, Fset_char_table_range)
6718 (uniprop_get_decoder, uniprop_get_encoder):
6719 Don't assume fixnum fits in int.
6720 * cmds.c (move_point): New function, that does the gist of
6721 Fforward_char and Fbackward_char, but does so while checking
6722 for integer overflow more accurately.
6723 (Fforward_char, Fbackward_char): Use it.
6724 (Fforward_line, Fend_of_line, internal_self_insert)
6725 (internal_self_insert):
6726 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6727 Fix a FIXME, by checking for integer overflow when calculating
6728 target_clm and actual_clm.
6729 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
6730 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
6731 (ASSURE_DESTINATION, coding_alloc_by_realloc)
6732 (coding_alloc_by_making_gap, alloc_destination)
6733 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
6734 (encode_coding_utf_16, detect_coding_emacs_mule)
6735 (decode_coding_emacs_mule, encode_coding_emacs_mule)
6736 (detect_coding_iso_2022, decode_coding_iso_2022)
6737 (encode_invocation_designation, encode_designation_at_bol)
6738 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
6739 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
6740 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
6741 (encode_coding_ccl, encode_coding_raw_text)
6742 (detect_coding_charset, decode_coding_charset)
6743 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
6744 (produce_composition, produce_charset, produce_annotation)
6745 (decode_coding, handle_composition_annotation)
6746 (handle_charset_annotation, consume_chars, decode_coding_gap)
6747 (decode_coding_object, encode_coding_object, detect_coding_system)
6748 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
6749 (code_convert_region, code_convert_string)
6750 (Fdefine_coding_system_internal)
6751 (coding_set_source, coding_set_destination):
6752 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6753 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
6754 (Fdefine_coding_system_internal):
6755 Don't assume fixnums fit in int.
6756 (decode_coding_gap, decode_coding_object, encode_coding_object)
6757 (Fread_coding_system, Fdetect_coding_region)
6758 (Funencodable_char_position, Fcheck_coding_systems_region)
6759 (get_translation, handle_composition_annotation, consume_chars):
6760 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6761 (consume_chars): Rewrite to not calculate an address outside buffer.
6762 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
6763 Don't access memory outside of the args array.
6764 (Fdefine_coding_system_internal): Check for charset-id overflow.
6765 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
6766 result of ENCODE_CHAR.
6767 * coding.h: Adjust decls to match defn changes elsewhere.
6768 (struct coding_system):
6769 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6770 * composite.c (get_composition_id, find_composition)
6771 (run_composition_function, update_compositions)
6772 (compose_text, composition_gstring_put_cache)
6773 (composition_gstring_p, composition_gstring_width)
6774 (fill_gstring_header, fill_gstring_body, autocmp_chars)
6775 (composition_compute_stop_pos, composition_reseat_it)
6776 (composition_update_it, struct position_record)
6777 (find_automatic_composition, composition_adjust_point)
6778 (Fcomposition_get_gstring, Ffind_composition_internal):
6779 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6780 (update_compositions):
6781 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6782 * composite.h: Adjust decls to match defn changes elsewhere.
6783 (struct composition):
6784 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6785 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
6786 Do not attempt to compute the address of the object just before a
6787 buffer; this is not portable.
6788 (Faref, Faset):
6789 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6790 (Faset): Use int, not EMACS_INT, where int is wide enough.
6791 (Fstring_to_number): Don't assume fixnums fit in int.
6792 (Frem): Don't assume arg is nonnegative.
6793 * dbusbind.c (xd_append_arg): Check for integers out of range.
6794 (Fdbus_call_method): Don't overflow the timeout int.
6795 (extract_signed, extract_unsigned): New functions.
6796 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
6797 (xd_get_connection_references): Return ptrdiff_t, not int.
6798 All uses changed.
6799 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
6800 (xd_read_message_1):
6801 Use int, not unsigned, where the dbus API uses int.
6802 (Fdbus_message_internal): Don't overflow mtype.
6803 (syms_of_dbusbind): Allocate right-sized buffer for integers.
6804 * dired.c (directory_files_internal, file_name_completion, scmp)
6805 (file_name_completion_stat):
6806 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6807 (file_name_completion): Don't overflow matchcount.
6808 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
6809 * dispextern.h: Adjust decls to match defn changes elsewhere.
6810 (struct text_pos, struct glyph, struct bidi_saved_info)
6811 (struct bidi_string_data, struct bidi_it, struct composition_it)
6812 (struct it):
6813 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6814 (struct display_pos, struct composition_it, struct it):
6815 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6816 * dispnew.c (increment_matrix_positions)
6817 (increment_row_positions, mode_line_string)
6818 (marginal_area_string):
6819 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6820 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
6821 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6822 (duration_to_sec_usec): New function, to check for overflow better.
6823 (Fsleep_for, sit_for): Use it.
6824 * doc.c (get_doc_string, store_function_docstring):
6825 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6826 (get_doc_string, Fsnarf_documentation):
6827 Use int, not EMACS_INT, where int is wide enough.
6828 (get_doc_string):
6829 Use SAFE_ALLOCA, not alloca.
6830 Check for overflow when converting EMACS_INT to off_t.
6831 * doprnt.c (doprnt):
6832 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6833 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
6834 Don't assume uid_t fits into fixnum.
6835 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
6836 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
6837 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
6838 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
6839 (general_insert_function)
6840 (Finsert_char, make_buffer_string, make_buffer_string_both)
6841 (update_buffer_properties, Fbuffer_substring)
6842 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
6843 (Fsubst_char_in_region, check_translation)
6844 (Ftranslate_region_internal, save_restriction_restore, Fformat)
6845 (transpose_markers, Ftranspose_regions):
6846 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6847 (clip_to_bounds): Move to lisp.h as an inline function).
6848 (Fconstrain_to_field): Don't assume integers are nonnegative.
6849 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
6850 (Fsubst_char_in_region, Fsave_restriction):
6851 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6852 (Femacs_pid): Don't assume pid_t fits into fixnum.
6853 (lo_time): Use int, not EMACS_INT, when int suffices.
6854 (lisp_time_argument): Check for usec out of range.
6855 (Fencode_time): Don't assume fixnum fits in int.
6856 (Fuser_login_name, Fuser_full_name): Signal an error
6857 if a uid argument is out of range, rather than relying on
6858 undefined behavior.
6859 (Fformat_time_string): Remove now-unnecessary check.
6860 lisp_time_argument checks for out-of-range usec now.
6861 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
6862 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
6863 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
6864 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
6865 (init_cmdargs, Fdump_emacs):
6866 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6867 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
6868 the bottom (typically) 32 bits of the fixnum.
6869 * eval.c (specpdl_size, call_debugger):
6870 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6871 (when_entered_debugger, Fbacktrace_debug):
6872 Don't assume fixnum can fit in int.
6873 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
6874 the object just before a buffer; this is not portable.
6875 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
6876 (grow_specpdl, unbind_to):
6877 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6878 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
6879 (grow_specpdl): Simplify allocation by using xpalloc.
6880 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
6881 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
6882 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
6883 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6884 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
6885 (a_write, e_write):
6886 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6887 (Fcopy_file, non_regular_nbytes, read_non_regular)
6888 (Finsert_file_contents):
6889 Use int, not EMACS_INT, where int is wide enough.
6890 (READ_BUF_SIZE): Verify that it fits in int.
6891 (Finsert_file_contents): Check that counts are in proper range,
6892 rather than assuming fixnums fit into ptrdiff_t etc.
6893 Don't assume fixnums fit into int.
6894 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
6895 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
6896 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
6897 (string_char_to_byte, string_byte_to_char)
6898 (string_make_multibyte, string_to_multibyte)
6899 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
6900 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
6901 (substring_both, Fdelete, internal_equal, Ffillarray)
6902 (Fclear_string, mapcar1)
6903 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
6904 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
6905 (larger_vector, make_hash_table, maybe_resize_hash_table)
6906 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
6907 (Fmaphash, secure_hash):
6908 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6909 (concat): Check for string index and length overflow.
6910 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
6911 (Frequire):
6912 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6913 (larger_vector): New API (vec, incr_min, size_max) replaces old
6914 one (vec, new_size, init). This catches size overflow.
6915 INIT was removed because it was always Qnil.
6916 All callers changed.
6917 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
6918 the upper bound on a hash table index size.
6919 (make_hash_table, maybe_resize_hash_table): Use it.
6920 (secure_hash): Computer start_byte and end_byte only after
6921 they're known to be in ptrdiff_t range.
6922 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
6923 (Ffont_get_glyphs, Ffont_at):
6924 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6925 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
6926 (Flist_fonts, Fopen_font):
6927 Don't assume fixnum can fit in int.
6928 (check_gstring): Don't assume index can fit in int.
6929 (font_match_p): Check that fixnum is a character, not a nonnegative
6930 fixnum, since the later code needs to stuff it into an int.
6931 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
6932 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
6933 conversion overflow issues.
6934 (Fopen_font): Check for integer out of range.
6935 (Ffont_get_glyphs): Don't assume index can fit in int.
6936 * font.h: Adjust decls to match defn changes elsewhere.
6937 * fontset.c (reorder_font_vector): Redo score calculation to avoid
6938 integer overflow.
6939 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
6940 printmax_t, where ptrdiff_t is wide enough.
6941 (Finternal_char_font):
6942 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6943 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
6944 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
6945 (Fset_frame_position, x_set_frame_parameters)
6946 (x_set_line_spacing, x_set_border_width)
6947 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
6948 Check that fixnums are in proper range for system types.
6949 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
6950 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6951 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
6952 Use SAFE_ALLOCA_LISP, not alloca.
6953 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
6954 intptr_t is wide enough.
6955 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
6956 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
6957 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
6958 Check for fixnum out of range.
6959 * ftfont.c (ftfont_list): Don't assume index fits in int.
6960 Check that fixnums are in proper range for system types.
6961 (ftfont_shape_by_flt):
6962 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6963 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
6964 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6965 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
6966 Check that fixnums are in proper range for system types.
6967 * gnutls.h: Adjust decls to match defn changes elsewhere.
6968 * gtkutil.c (xg_dialog_run):
6969 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6970 (update_frame_tool_bar):
6971 Check that fixnums are in proper range for system types.
6972 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
6973 (lookup_image): Check that fixnums are in range for system types.
6974 * indent.c (last_known_column, last_known_column_point):
6975 (current_column_bol_cache):
6976 (skip_invisible, current_column, check_display_width):
6977 (check_display_width, scan_for_column, current_column_1)
6978 (Findent_to, Fcurrent_indentation, position_indentation)
6979 (indented_beyond_p, Fmove_to_column, compute_motion):
6980 (Fcompute_motion, Fvertical_motion):
6981 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6982 (last_known_column_modified): Use EMACS_INT, not int.
6983 (check_display_width):
6984 (Fcompute_motion):
6985 Check that fixnums and floats are in proper range for system types.
6986 (compute_motion): Don't assume index or fixnum fits in int.
6987 (compute_motion, Fcompute_motion):
6988 Use int, not EMACS_INT, when it is wide enough.
6989 (vmotion): Omit local var start_hpos that is always 0; that way
6990 we don't need to worry about overflow in expressions involving it.
6991 * indent.h: Adjust decls to match defn changes elsewhere.
6992 (struct position):
6993 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6994 Use int, not EMACS_INT, where int is wide enough.
6995 Remove unused members ovstring_chars_done and tab_offset;
6996 all uses removed.
6997 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6998 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
6999 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7000 (make_gap, copy_text, insert, insert_and_inherit)
7001 (insert_before_markers, insert_before_markers_and_inherit)
7002 (insert_1, count_combining_before, count_combining_after)
7003 (insert_1_both, insert_from_string)
7004 (insert_from_string_before_markers, insert_from_string_1)
7005 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
7006 (adjust_after_replace, adjust_after_insert, replace_range)
7007 (replace_range_2, del_range, del_range_1, del_range_byte)
7008 (del_range_both, del_range_2, modify_region)
7009 (prepare_to_modify_buffer, signal_before_change)
7010 (signal_after_change, Fcombine_after_change_execute):
7011 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7012 * intervals.c (traverse_intervals, rotate_right, rotate_left)
7013 (balance_an_interval, split_interval_right, split_interval_left)
7014 (find_interval, next_interval, update_interval)
7015 (adjust_intervals_for_insertion, delete_node, delete_interval)
7016 (interval_deletion_adjustment, adjust_intervals_for_deletion)
7017 (static_offset_intervals, offset_intervals)
7018 (merge_interval_right, merge_interval_left, make_new_interval)
7019 (graft_intervals_into_buffer, temp_set_point_both)
7020 (temp_set_point, set_point, adjust_for_invis_intang)
7021 (set_point_both, move_if_not_intangible, get_property_and_range)
7022 (get_local_map, copy_intervals, copy_intervals_to_string)
7023 (compare_string_intervals, set_intervals_multibyte_1):
7024 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7025 * intervals.h: Adjust decls to match defn changes elsewhere.
7026 (struct interval):
7027 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7028 * keyboard.c (this_command_key_count, this_single_command_key_start)
7029 (before_command_key_count, before_command_echo_length, echo_now)
7030 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
7031 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
7032 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
7033 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
7034 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7035 (last_non_minibuf_size, last_point_position, echo_truncate)
7036 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
7037 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
7038 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
7039 (stuff_buffered_input):
7040 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7041 (last_auto_save, command_loop_1, read_char):
7042 Use EMACS_INT, not int, to avoid integer overflow.
7043 (record_char): Avoid overflow in total_keys computation.
7044 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
7045 * keyboard.h: Adjust decls to match defn changes elsewhere.
7046 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
7047 (Fkey_description, Fdescribe_vector, Flookup_key):
7048 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7049 (click_position): New function, to check that positions are in range.
7050 (Fcurrent_active_maps):
7051 (describe_command):
7052 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7053 (Faccessible_keymaps, Fkey_description):
7054 (preferred_sequence_p):
7055 Don't assume fixnum can fit into int.
7056 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
7057 Check for integer overflow in size calculations.
7058 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
7059 avoid mishandling large integers.
7060 * lisp.h: Adjust decls to match defn changes elsewhere.
7061 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
7062 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
7063 (struct Lisp_Marker):
7064 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7065 (clip_to_bounds): Now an inline function, moved here from editfns.c.
7066 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
7067 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
7068 All callers changed.
7069 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
7070 Assume the arg has valid form, since it always does.
7071 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
7072 unsigned integer system type.
7073 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
7074 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
7075 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7076 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
7077 (duration_to_sec_usec): New decl.
7078 * lread.c (read_from_string_index, read_from_string_index_byte)
7079 (read_from_string_limit, readchar, unreadchar, openp)
7080 (read_internal_start, read1, oblookup):
7081 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7082 (Fload, readevalloop, Feval_buffer, Feval_region):
7083 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7084 (openp): Check for out-of-range argument to 'access'.
7085 (read1): Use int, not EMACS_INT, where int is wide enough.
7086 Don't assume fixnum fits into int.
7087 Fix off-by-one error that can read outside a buffer.
7088 (read_filtered_event): Use duration_to_sec_usec
7089 to do proper overflow checking on durations.
7090 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
7091 in size calculation.
7092 (Fexecute_kbd_macro):
7093 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7094 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
7095 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
7096 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
7097 (set_marker_both, set_marker_restricted_both, marker_position)
7098 (marker_byte_position, Fbuffer_has_markers_at):
7099 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7100 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
7101 * menu.c (ensure_menu_items): Rename from grow_menu_items.
7102 It now merely ensures that the menu is large enough, without
7103 necessarily growing it, as this avoids some integer overflow issues.
7104 All callers changed.
7105 (keymap_panes, parse_single_submenu, Fx_popup_menu):
7106 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7107 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
7108 Use SAFE_ALLOCA_LISP, not alloca.
7109 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
7110 to EMACS_INT. Check that fixnums are in proper range for system types.
7111 * minibuf.c (minibuf_prompt_width, string_to_object)
7112 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
7113 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
7114 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7115 (get_minibuffer, read_minibuf_unwind):
7116 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7117 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
7118 this simplifies overflow checking. All callers changed.
7119 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
7120 (Ftest_completion):
7121 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7122 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
7123 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
7124 Check that fixnums are in proper range for system types.
7125 (Fx_create_frame, Fx_show_tip):
7126 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7127 * nsfont.m (ns_findfonts, nsfont_list_family):
7128 Don't assume fixnum fits in long.
7129 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
7130 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7131 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
7132 wide enough.
7133 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
7134 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7135 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
7136 (PRINTDECLARE, PRINTPREPARE):
7137 (strout, print_string):
7138 (print, print_preprocess, print_check_string_charset_prop)
7139 (print_object):
7140 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7141 (PRINTDECLARE):
7142 (temp_output_buffer_setup, Fprin1_to_string, print_object):
7143 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7144 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
7145 (printchar, strout): Use xpalloc to catch size calculation overflow.
7146 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
7147 (print_error_message): Use SAFE_ALLOCA, not alloca.
7148 (print_object): Use int, not EMACS_INT, where int is wide enough.
7149 (print_depth, new_backquote_output, print_number_index):
7150 Use ptrdiff_t, not int, where int might not be wide enough.
7151 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
7152 (Fset_process_window_size, Fformat_network_address)
7153 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
7154 (sigchld_handler):
7155 Check that fixnums are in proper range for system types.
7156 (Fsignal_process): Simplify by avoiding a goto.
7157 Check for process-ids out of pid_t range rather than relying on
7158 undefined behavior.
7159 (process_tick, update_tick): Use EMACS_INT, not int.
7160 (Fformat_network_address, read_process_output, send_process)
7161 (Fprocess_send_region, status_notify):
7162 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7163 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
7164 (wait_reading_process_output, read_process_output, exec_sentinel):
7165 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7166 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
7167 (Faccept_process_output): Use duration_to_sec_usec to do proper
7168 overflow checking on durations.
7169 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
7170 Don't assume pid_t fits in int.
7171 * process.h (struct Lisp_Process): Members tick and update_tick
7172 are now of type EMACS_INT, not int.
7173 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
7174 configured --with-wide-int.
7175 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
7176 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
7177 * search.c (looking_at_1, string_match_1):
7178 (fast_string_match, fast_c_string_match_ignore_case)
7179 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
7180 (scan_newline, find_before_next_newline, search_command)
7181 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
7182 (set_search_regs, wordify):
7183 (Freplace_match):
7184 (Fmatch_data):
7185 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7186 (string_match_1, search_buffer, set_search_regs):
7187 (Fmatch_data):
7188 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7189 (wordify): Check for overflow in size calculation.
7190 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
7191 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
7192 Check that fixnums are in proper range for system types.
7193 * sound.c (struct sound_device)
7194 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
7195 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7196 (Fplay_sound_internal):
7197 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7198 * syntax.c (struct lisp_parse_state, find_start_modiff)
7199 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
7200 (Fparse_partial_sexp):
7201 Don't assume fixnums can fit in int.
7202 (struct lisp_parse_state, find_start_pos, find_start_value)
7203 (find_start_value_byte, find_start_begv)
7204 (update_syntax_table, char_quoted, dec_bytepos)
7205 (find_defun_start, prev_char_comend_first, back_comment):
7206 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
7207 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
7208 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7209 (Finternal_describe_syntax_value): Check that match_lisp is a
7210 character, not an integer, since the code stuffs it into int.
7211 (scan_words, scan_sexps_forward):
7212 Check that fixnums are in proper range for system types.
7213 (Fforward_word):
7214 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7215 (scan_sexps_forward):
7216 Use CHARACTERP, not INTEGERP, since the value must fit into int.
7217 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
7218 * syntax.h: Adjust decls to match defn changes elsewhere.
7219 (struct gl_state_s):
7220 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7221 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
7222 MOST_POSITIVE_FIXNUM.
7223 * sysdep.c (wait_for_termination_1, wait_for_termination)
7224 (interruptible_wait_for_termination, mkdir):
7225 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
7226 (emacs_read, emacs_write):
7227 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7228 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
7229 and double all fit in int.
7230 * term.c (set_tty_color_mode):
7231 Check that fixnums are in proper range for system types.
7232 * termhooks.h (struct input_event):
7233 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7234 * textprop.c (validate_interval_range, interval_of)
7235 (Fadd_text_properties, set_text_properties_1)
7236 (Fremove_text_properties, Fremove_list_of_text_properties)
7237 (Ftext_property_any, Ftext_property_not_all)
7238 (copy_text_properties, text_property_list, extend_property_ranges)
7239 (verify_interval_modification):
7240 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7241 (Fnext_single_char_property_change)
7242 (Fprevious_single_char_property_change):
7243 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7244 (copy_text_properties):
7245 Check for integer overflow in index calculation.
7246 * undo.c (last_boundary_position, record_point, record_insert)
7247 (record_delete, record_marker_adjustment, record_change)
7248 (record_property_change):
7249 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7250 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
7251 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7252 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
7253 (Fx_hide_tip, Fx_file_dialog):
7254 * w32menu.c (set_frame_menubar):
7255 Use ptrdiff_t, not int, for consistency with rest of code.
7256 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
7257 (select_window, Fdelete_other_windows_internal)
7258 (window_scroll_pixel_based, window_scroll_line_based)
7259 (Frecenter, Fset_window_configuration):
7260 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7261 (Fset_window_hscroll, run_window_configuration_change_hook)
7262 (set_window_buffer, temp_output_buffer_show, scroll_command)
7263 (Fscroll_other_window, Frecenter):
7264 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7265 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
7266 Don't assume fixnum fits in int.
7267 (Fset_window_scroll_bars):
7268 Check that fixnums are in proper range for system types.
7269 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
7270 (string_pos, c_string_pos, number_of_chars, init_iterator)
7271 (in_ellipses_for_invisible_text_p, init_from_display_pos)
7272 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
7273 (compute_display_string_end, handle_face_prop)
7274 (face_before_or_after_it_pos, handle_invisible_prop)
7275 (handle_display_prop, handle_display_spec, handle_single_display_spec)
7276 (display_prop_intangible_p, string_buffer_position_lim)
7277 (string_buffer_position, handle_composition_prop, load_overlay_strings)
7278 (get_overlay_strings_1, get_overlay_strings)
7279 (iterate_out_of_display_property, forward_to_next_line_start)
7280 (back_to_previous_visible_line_start, reseat, reseat_to_string)
7281 (get_next_display_element, set_iterator_to_next)
7282 (get_visually_first_element, compute_stop_pos_backwards)
7283 (handle_stop_backwards, next_element_from_buffer)
7284 (move_it_in_display_line_to, move_it_in_display_line)
7285 (move_it_to, move_it_vertically_backward, move_it_by_lines)
7286 (add_to_log, message_dolog, message_log_check_duplicate)
7287 (message2, message2_nolog, message3, message3_nolog
7288 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
7289 (current_message_1, truncate_echo_area, truncate_message_1)
7290 (set_message, set_message_1, store_mode_line_noprop)
7291 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
7292 (text_outside_line_unchanged_p, check_point_in_composition)
7293 (reconsider_clip_changes)
7294 (redisplay_internal, set_cursor_from_row, try_scrolling)
7295 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
7296 (redisplay_window, find_last_unchanged_at_beg_row)
7297 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
7298 (trailing_whitespace_p, find_row_edges, display_line)
7299 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
7300 (display_mode_element, store_mode_line_string)
7301 (pint2str, pint2hrstr, decode_mode_spec)
7302 (display_count_lines, display_string, draw_glyphs)
7303 (x_produce_glyphs, x_insert_glyphs)
7304 (rows_from_pos_range, mouse_face_from_buffer_pos)
7305 (fast_find_string_pos, mouse_face_from_string_pos)
7306 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7307 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7308 (safe_call, init_from_display_pos, handle_fontified_prop)
7309 (handle_single_display_spec, load_overlay_strings)
7310 (with_echo_area_buffer, setup_echo_area_for_printing)
7311 (display_echo_area, echo_area_display)
7312 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
7313 (update_tool_bar, hscroll_window_tree, redisplay_internal)
7314 (redisplay_window, dump_glyph_row, display_mode_line)
7315 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
7316 (handle_display_spec, display_prop_string_p):
7317 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7318 (handle_single_display_spec, build_desired_tool_bar_string)
7319 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
7320 (get_specified_cursor_type):
7321 Check that fixnums are in proper range for system types.
7322 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
7323 (Flookup_image_map):
7324 Don't assume fixnums fit in int.
7325 (compare_overlay_entries):
7326 Avoid mishandling comparisons due to subtraction overflow.
7327 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
7328 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
7329 (handle_tool_bar_click):
7330 Use int, not unsigned, since we prefer signed and the signedness
7331 doesn't matter here.
7332 (get_next_display_element, next_element_from_display_vector):
7333 Use int, not EMACS_INT, when int is wide enough.
7334 (start_hourglass): Use duration_to_sec_usec to do proper
7335 overflow checking on durations.
7336 * xfaces.c (Fbitmap_spec_p):
7337 Check that fixnums are in proper range for system types.
7338 (compare_fonts_by_sort_order):
7339 Avoid mishandling comparisons due to subtraction overflow.
7340 (Fx_family_fonts, realize_basic_faces):
7341 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7342 (Fx_family_fonts):
7343 Don't assume fixnum fits in int.
7344 Use SAFE_ALLOCA_LISP, not alloca.
7345 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
7346 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
7347 (face_at_buffer_position, face_for_overlay_string)
7348 (face_at_string_position):
7349 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7350 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
7351 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
7352 (Fx_show_tip):
7353 Check that fixnums are in proper range for system types.
7354 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
7355 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
7356 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7357 (Fx_change_window_property): Don't assume fixnums fit in int.
7358 * xfont.c (xfont_chars_supported):
7359 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7360 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
7361 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
7362 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7363 * xml.c (parse_region):
7364 * xrdb.c (magic_file_p):
7365 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7366 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
7367 (x_get_local_selection, x_reply_selection_request)
7368 (x_handle_selection_request, wait_for_property_change):
7369 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7370 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
7371 short is wide enough.
7372 (x_send_client_event): Don't assume fixnum fits in int.
7373 * xterm.c (x_x_to_emacs_modifiers):
7374 Don't assume EMACS_INT overflows nicely into int.
7375 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
7376 may come from Lisp.
7377 (handle_one_xevent): NATNUMP can eval its arg twice.
7378 (x_connection_closed):
7379 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7380 * xterm.h: Adjust decls to match defn changes elsewhere.
7381 (struct scroll_bar): Use struct vectorlike_header
7382 rather than rolling our own approximation.
7383 (SCROLL_BAR_VEC_SIZE): Remove; not used.
7384
7385 2012-05-25 Glenn Morris <rgm@gnu.org>
7386
7387 * lisp.mk (lisp): Update for more files being compiled now.
7388
7389 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * lread.c: Remove `read_pure' which makes no difference.
7392 (read_pure): Remove var.
7393 (unreadpure): Remove function.
7394 (readevalloop): Don't call read_list with -1 flag.
7395 (read1, read_vector): Don't test read_pure any more.
7396 (read_list): Simplify.
7397
7398 * fileio.c, character.h: Minor style tweaks.
7399
7400 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
7401
7402 * window.h (clip_changed): Remove useless declaration.
7403
7404 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
7407 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
7408
7409 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
7410
7411 Remove src/m/*.
7412 This directory predates autoconf and is no longer needed nowadays.
7413 Move its few remaining bits of functionality to where they're needed.
7414 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
7415 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
7416 * m/template.h: Remove.
7417 * Makefile.in (M_FILE): Remove. All uses removed.
7418 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
7419 * lisp.h (USE_LSB_TAG):
7420 * mem-limits.h (EXCEEDS_LISP_PTR):
7421 Use VAL_MAX, not VALBITS, in #if.
7422 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
7423 (EMACS_UINT): Define unconditionally now.
7424 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
7425 (BITS_PER_EMACS_INT): New constants, replacing
7426 what used to be in config.h, but not useful in #if.
7427 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
7428 define them any more.
7429 (VAL_MAX): New macro.
7430 (VALMASK): Use it.
7431 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
7432 BITS_PER_EMACS_INT, in #if.
7433 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
7434 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
7435 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
7436 * s/ms-w32.h (DATA_START):
7437 Move here from removed file m/intel386.h.
7438 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
7439 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
7440
7441 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
7442
7443 Assume C89 or later.
7444 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
7445 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
7446 (xrealloc):
7447 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
7448 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
7449 * textprop.c, tparam.c (NULL): Remove.
7450 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
7451 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
7452 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
7453 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
7454 * xterm.c (input_signal_count): Assume volatile works.
7455
7456 2012-05-21 Ken Brown <kbrown@cornell.edu>
7457
7458 * xgselect.c (xg_select): Fix first argument in call to 'select'
7459 (bug#11508).
7460
7461 2012-05-20 Ken Brown <kbrown@cornell.edu>
7462
7463 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
7464 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
7465
7466 2012-05-19 Ken Brown <kbrown@cornell.edu>
7467
7468 * xfns.c (x_in_use): Remove `static' qualifier.
7469 * xterm.h (x_in_use): Declare.
7470 * xgselect.c: Include xterm.h.
7471 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
7472 and `display_arg' (bug#9754).
7473
7474 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
7475
7476 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
7477
7478 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
7479 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
7480
7481 2012-05-18 Eli Zaretskii <eliz@gnu.org>
7482
7483 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
7484
7485 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
7486 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
7487
7488 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
7489 reference to image_cache->refcount.
7490 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
7491
7492 2012-05-17 Juri Linkov <juri@jurta.org>
7493
7494 * search.c (Fword_search_regexp, Fword_search_backward)
7495 (Fword_search_forward, Fword_search_backward_lax)
7496 (Fword_search_forward_lax): Move functions to isearch.el
7497 (bug#10145, bug#11381).
7498
7499 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
7500
7501 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
7502
7503 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * lread.c (init_obarray): Declare Qt and Qnil as special.
7506
7507 2012-05-14 Glenn Morris <rgm@gnu.org>
7508
7509 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
7510 Put "libexec" before "bin", for the sake of init_callproc_1.
7511
7512 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
7513
7514 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
7515
7516 * unexaix.c: Port to more-recent AIX compilers.
7517 (report_error, report_error_1, make_hdr, copy_sym)
7518 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
7519 Make arguments const char *, not char *, to avoid violations of C
7520 standard and to fix some AIX warnings reported by Gilles Pion.
7521
7522 2012-05-14 Eli Zaretskii <eliz@gnu.org>
7523
7524 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
7525 already have overlays loaded.
7526 (handle_single_display_spec): Before returning without displaying
7527 fringe bitmap, synchronize the bidi iterator with the main display
7528 iterator, by calling iterate_out_of_display_property.
7529 (iterate_out_of_display_property): Detect buffer iteration by
7530 testing that it->string is a Lisp string.
7531 (get_next_display_element): When the current object is exhausted,
7532 and there's something on it->stack, call set_iterator_to_next to
7533 proceed with what's on the stack, instead of returning zero.
7534 (set_iterator_to_next): If called at the end of a Lisp string,
7535 proceed to consider_string_end without incrementing string
7536 position. Don't increment display vector index past the end of
7537 the display vector. (Bug#11417)
7538 (pos_visible_p): Don't report a position visible when move_it_to
7539 stopped at the last line of window, which happens to be scanned
7540 backwards by the bidi iteration. (Bug#11464)
7541
7542 2012-05-14 Eli Zaretskii <eliz@gnu.org>
7543
7544 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
7545 and right-margin display specs even if the spec is invalid or we
7546 are on a TTY, and thus unable to display on the fringes.
7547 That's because the text with the property will not be displayed anyway,
7548 so we need to signal to the caller that this is a "replacing"
7549 display spec. This fixes display when the spec is invalid or we
7550 are on a TTY.
7551
7552 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
7553
7554 * unexaix.c (make_hdr): Fix typo in prototype.
7555 This bug broke the build on AIX. Problem reported by Gilles Pion.
7556
7557 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
7558
7559 * keyboard.c (kbd_buffer_get_event): Read special events also in
7560 batch mode. (Bug#11415)
7561
7562 2012-05-12 Glenn Morris <rgm@gnu.org>
7563
7564 * ns.mk: Update for ns_appbindir no longer having trailing "/".
7565
7566 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7567
7568 * lisp.mk (lisp): Add newcomment.elc.
7569
7570 2012-05-12 Glenn Morris <rgm@gnu.org>
7571
7572 * Makefile.in (MKDIR_P): New, set by configure.
7573 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
7574
7575 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
7576
7577 Remove unused function hourglass_started.
7578 * dispextern.h (hourglass_started):
7579 * w32fns.c (hourglass_started):
7580 * xdisp.c (hourglass_started): Remove.
7581
7582 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
7585 Update dependencies.
7586
7587 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
7588
7589 * xgselect.c (xg_select): Put maxfds+1 into a var.
7590 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
7591
7592 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
7593
7594 2012-05-10 Dave Abrahams <dave@boostpro.com>
7595
7596 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
7597 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
7598
7599 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
7600
7601 * dbusbind.c (xd_registered_buses): New internal Lisp object.
7602 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
7603 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
7604 Initialize xd_registered_buses.
7605
7606 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
7607
7608 Untag more efficiently if USE_LSB_TAG.
7609 This is based on a proposal by YAMAMOTO Mitsuharu in
7610 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
7611 For an admittedly artificial (nth 8000 longlist) benchmark on
7612 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
7613 Emacs's overall text size by 1%.
7614 * lisp.h (XUNTAG): New macro.
7615 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
7616 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
7617 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
7618 * eval.c (Fautoload):
7619 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
7620 * frame.h (XFRAME): Use XUNTAG.
7621
7622 Port recent dbusbind.c changes to 32-bit --with-wide-int.
7623 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
7624 Remove unportable assumptions about print widths of types like
7625 dbus_uint32_t.
7626 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
7627 intptr_t when converting between pointer and integer, to avoid GCC
7628 warnings about wrong width.
7629
7630 2012-05-09 Eli Zaretskii <eliz@gnu.org>
7631
7632 * w32proc.c (new_child): Force Windows to reserve only 64KB of
7633 stack for each reader_thread, instead of defaulting to 8MB
7634 determined by the linker. This avoids failures in creating
7635 subprocesses on Windows 7, see the discussion in this thread:
7636 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
7637
7638 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
7639
7640 Fix up display of the *Minibuf-0* buffer in the mini window.
7641 * keyboard.c (read_char): Don't clear the echo area if there's no
7642 message to clear.
7643 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
7644 contents of *Minibuf-0*) if there's no message displayed in its stead.
7645
7646 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
7647
7648 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
7649 batch mode.
7650
7651 2012-05-06 Chong Yidong <cyd@gnu.org>
7652
7653 * lisp.mk (lisp): Update.
7654
7655 2012-05-05 Jim Meyering <meyering@redhat.com>
7656
7657 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
7658
7659 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * data.c (PUT_ERROR): New macro.
7662 (syms_of_data): Use it. Add new error type `user-error'.
7663 * undo.c (user_error): New function.
7664 (Fprimitive_undo): Use it.
7665 * print.c (print_error_message): Adjust print style for `user-error'.
7666 * keyboard.c (user_error): New function.
7667 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
7668
7669 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
7670
7671 Do not limit current-time-string to years 1000..9999.
7672 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
7673 (Fcurrent_time_string): Support any year that is supported by the
7674 underlying localtime representation. Don't use asctime, as it
7675 has undefined behavior for years outside the range -999..9999.
7676
7677 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
7678
7679 Fix race conditions involving setenv, gmtime, localtime, asctime.
7680 Without this fix, interrupts could mess up code that uses these
7681 nonreentrant functions, since setting TZ invalidates existing
7682 tm_zone or tzname values, and since most of these functions return
7683 pointers to static storage.
7684 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
7685 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
7686 Grow the critical sections to include not just invoking
7687 localtime/gmtime, but also accessing these functions' results
7688 including their tm_zone values if any, and any related TZ setting.
7689 (format_time_string): Last arg is now struct tm *, not struct tm **,
7690 so that the struct tm is saved in the critical section.
7691 All callers changed. Simplify allocation of initial buffer, partly
7692 motivated by the fact that memory allocation needs to be outside
7693 the critical section.
7694
7695 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
7696
7697 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
7698 with RESET_INTERVAL.
7699
7700 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
7701 Remove duplicated buffer name initialization.
7702
7703 2012-05-02 Jim Meyering <jim@meyering.net>
7704
7705 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
7706
7707 * xfns.c (x_window): Use xstrdup (Bug#11375).
7708
7709 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7710
7711 * xdisp.c (pos_visible_p): If already at a newline from the
7712 display string before the 'while' loop, don't walk back the glyphs
7713 from it3.glyph_row. Solves assertion violation when the display
7714 string begins with a newline (egg.el). (Bug#11367)
7715
7716 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
7719 Move to simple.el.
7720
7721 2012-05-01 Glenn Morris <rgm@gnu.org>
7722
7723 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
7724 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
7725 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
7726 All were removed before 23.1.
7727
7728 * dispnew.c: Remove HAVE_LIBNCURSES test;
7729 it is always true on relevant platforms.
7730
7731 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
7732 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
7733
7734 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
7735
7736 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
7737
7738 * .gdbinit (xpr): Remove checks for no longer existing misc types.
7739 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
7740 Remove.
7741
7742 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
7743
7744 Do not avoid creating empty evaporating overlays (Bug#9642).
7745 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
7746 That is, do not delete an evaporating overlay if it becomes
7747 empty after its bounds are adjusted to fit within its buffer.
7748 This fix caused other problems, and I'm reverting it until we get
7749 to the bottom of them.
7750
7751 2012-04-27 Chong Yidong <cyd@gnu.org>
7752
7753 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
7754
7755 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7756
7757 * xdisp.c (pos_visible_p): If the window start position is beyond
7758 ZV, start the display from buffer beginning. Prevents assertion
7759 violation in init_iterator when the minibuffer window is scrolled
7760 via the scroll bar.
7761
7762 * window.c (window_scroll_pixel_based): Likewise.
7763
7764 2012-04-27 Chong Yidong <cyd@gnu.org>
7765
7766 * keymap.c (where_is_internal): Doc fix (Bug#10872).
7767
7768 2012-04-27 Glenn Morris <rgm@gnu.org>
7769
7770 * fileio.c (Fcopy_file, Fset_file_selinux_context):
7771 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
7772
7773 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7774
7775 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
7776 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
7777
7778 2012-04-26 Eli Zaretskii <eliz@gnu.org>
7779
7780 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
7781 display element, check also the underlying string or buffer
7782 character. (Bug#11341)
7783
7784 * w32menu.c: Include w32heap.h.
7785 (add_menu_item): If the call to AppendMenuW (via
7786 unicode_append_menu) fails, disable Unicode menus only if we are
7787 running on Windows 9X/Me.
7788
7789 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
7790
7791 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
7792 (xgetint): Add missing shift for LSB tags.
7793
7794 2012-04-24 Martin Rudalics <rudalics@gmx.at>
7795
7796 * keyboard.c (read_char): Don't wipe echo area for select window
7797 events: These might get delayed via `mouse-autoselect-window'
7798 (Bug#11304).
7799
7800 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
7801
7802 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
7803 manipulation of :loaded-from data.
7804
7805 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
7808 now a cons (bug#11311).
7809
7810 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
7811
7812 Do not create empty overlays with the evaporate property (Bug#9642).
7813 * buffer.c (Fmove_overlay): Delete an evaporating overlay
7814 if it becomes empty after its bounds are adjusted to fit within
7815 its buffer. Without this fix, in a nonempty buffer (let ((o
7816 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
7817 yields an empty overlay that has the evaporate property, which is
7818 not supposed to happen.
7819
7820 Fix minor GTK3 problems found by static checking.
7821 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
7822 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
7823 (struct _EmacsFixedClass, emacs_fixed_get_type):
7824 Move decls here from emacsgtkfixed.h, since they needn't be public.
7825 (emacs_fixed_get_type): Now static.
7826 (emacs_fixed_class_init): Omit unused local.
7827 (emacs_fixed_child_type): Remove; unused.
7828 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
7829 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
7830 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
7831 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
7832 (EMACS_FIXED_GET_CLASS): Remove; unused.
7833 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
7834
7835 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
7836 Problem reported by Juanma Barranquero for Windows -Wunused-function.
7837
7838 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7839
7840 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
7841 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
7842 (__malloc_size_t, __malloc_ptrdiff_t):
7843 Remove. All uses removed, replaced by the definiens if needed,
7844 since we can assume C89 or better now.
7845 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
7846 (protect_malloc_state, align, get_contiguous_space)
7847 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
7848 (malloc_atfork_handler_child, malloc_enable_thread)
7849 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
7850 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
7851 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
7852 (special_realloc, _realloc_internal_nolock, _realloc_internal)
7853 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
7854 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
7855 Define using prototypes, not old style.
7856 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
7857 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
7858 (align): Don't assume that signed integer overflow wraps around.
7859 Omit unused local var.
7860 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
7861 (_free_internal_nolock, memalign, mallochook, reallochook):
7862 Omit no-longer-needed casts.
7863 (valloc): Use getpagesize, not __getpagesize.
7864 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
7865 (struct hdr): The 'magic' member is now size_t, not unsigned long.
7866
7867 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
7868
7869 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
7870
7871 Move functions from C to Lisp. Make non-blocking method calls
7872 the default. Implement further D-Bus standard interfaces.
7873
7874 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
7875 (QCdbus_request_name_allow_replacement)
7876 (QCdbus_request_name_replace_existing)
7877 (QCdbus_request_name_do_not_queue)
7878 (QCdbus_request_name_reply_primary_owner)
7879 (QCdbus_request_name_reply_in_queue)
7880 (QCdbus_request_name_reply_exists)
7881 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
7882 (QCdbus_registered_serial, QCdbus_registered_method)
7883 (QCdbus_registered_signal): New Lisp objects.
7884 (XD_DEBUG_MESSAGE): Use sizeof.
7885 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
7886 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
7887 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
7888 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
7889 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
7890 (xd_signature, xd_append_arg): Allow float for integer types.
7891 (xd_get_connection_references): New function.
7892 (xd_get_connection_address): Rename from xd_initialize.
7893 Return cached address.
7894 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
7895 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
7896 level.
7897 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
7898 Return number of refcounts.
7899 (Fdbus_get_unique_name): Make stronger parameter check.
7900 (Fdbus_message_internal): New defun.
7901 (Fdbus_call_method, Fdbus_call_method_asynchronously)
7902 (Fdbus_method_return_internal, Fdbus_method_error_internal)
7903 (Fdbus_send_signal, Fdbus_register_service)
7904 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
7905 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
7906 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
7907 (Vdbus_compiled_version, Vdbus_runtime_version)
7908 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
7909 (Vdbus_message_type_method_return, Vdbus_message_type_error)
7910 (Vdbus_message_type_signal): New defvars.
7911 (Vdbus_registered_buses, Vdbus_registered_objects_table):
7912 Adapt docstring.
7913
7914 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7915
7916 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
7917 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
7918 Do not assume ptrdiff_t is the same width as 'int'.
7919
7920 * alloc.c: Handle unusual debugging option combinations.
7921 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
7922 since the two debugging options are incompatible.
7923 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
7924 is defined.
7925 (mem_init, mem_insert, mem_insert_fixup):
7926 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
7927 (NEED_MEM_INSERT): Remove; no longer needed.
7928
7929 2012-04-22 Leo Liu <sdl.web@gmail.com>
7930
7931 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
7932
7933 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7934
7935 * sysdep.c [__FreeBSD__]: Minor cleanups.
7936 (list_system_processes, system_process_attributes) [__FreeBSD__]:
7937 Use Emacs indenting style more consistently. Avoid some casts.
7938 Use 'double' consistently rather than mixing 'float' and 'double'.
7939
7940 2012-04-21 Eduard Wiebe <usenet@pusto.de>
7941
7942 * sysdep.c (list_system_processes, system_process_attributes):
7943 Add implementation for FreeBSD (Bug#5243).
7944
7945 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
7946
7947 * lisp.mk (lisp): Update.
7948
7949 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
7950
7951 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
7952 It is never used otherwise.
7953
7954 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * print.c (print_preprocess): Only check print_depth if print-circle
7957 is nil.
7958 (print_object): Check for cycles even when print-circle is nil and
7959 print-gensym is t, but only check print_depth if print-circle is nil.
7960
7961 2012-04-20 Chong Yidong <cyd@gnu.org>
7962
7963 * process.c (wait_reading_process_output): If EIO occurs on a pty,
7964 set the status to "failed" and ensure that sentinel is run.
7965
7966 2012-04-20 Glenn Morris <rgm@gnu.org>
7967
7968 * process.c (Fset_process_inherit_coding_system_flag)
7969 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
7970 (Fmake_network_process, Fmake_serial_process): Doc fix.
7971
7972 2012-04-20 Eli Zaretskii <eliz@gnu.org>
7973
7974 * xdisp.c (string_buffer_position_lim): Limit starting position to
7975 BEGV.
7976 (set_cursor_from_row): If called for a mode-line or header-line
7977 row, return zero immediately.
7978 (try_cursor_movement): If inside continuation line, don't back up
7979 farther than the first row after the header line, if any.
7980 Don't consider the header-line row as "partially visible", even if
7981 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
7982
7983 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
7984
7985 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
7986 (bug#11238).
7987
7988 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
7989 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
7990
7991 configure: new option --enable-gcc-warnings (Bug#11207)
7992 * Makefile.in (C_WARNINGS_SWITCH): Remove.
7993 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
7994 (ALL_CFLAGS): Use new macros rather than old.
7995 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
7996 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
7997 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
7998 -Wunused-result, -Wunused-variable. This should go away once
7999 the Emacs and Gnulib regex code is merged.
8000 (xmalloc, xrealloc): Now static.
8001
8002 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
8003
8004 * dired.c (Fsystem_groups): Remove unused local.
8005
8006 2012-04-17 Glenn Morris <rgm@gnu.org>
8007
8008 * dired.c (Fsystem_users): Doc fix.
8009
8010 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8011
8012 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
8013 (syms_of_dired): Add them.
8014
8015 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
8016
8017 Fix minor alloc.c problems found by static checking.
8018 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
8019 New extern decls, to avoid calling undeclared functions.
8020 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
8021 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
8022 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
8023 (NEED_MEM_INSERT): New macro.
8024 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
8025 Remove one incorrect comment and fix another.
8026
8027 Fix minor ralloc.c problems found by static checking.
8028 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
8029 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
8030 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
8031 (r_alloc_sbrk): Now static.
8032
8033 Improve ralloc.c interface checking.
8034 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
8035 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
8036 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
8037 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
8038 [REL_ALLOC]: ... to here, to check interface.
8039 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
8040 Remove decls. This fixes an "It stinks!".
8041
8042 * alloc.c (which_symbols): Fix alignment issue / type clash.
8043
8044 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
8045
8046 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
8047 (struct Lisp_Misc_Any): Likewise.
8048 (struct Lisp_Free): Likewise.
8049 * alloc.c (union aligned_Lisp_Symbol): Define.
8050 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
8051 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
8052 (union aligned_Lisp_Misc): Define.
8053 (MARKER_BLOCK_SIZE, struct marker_block): Use union
8054 aligned_Lisp_Misc instead of union Lisp_Misc.
8055 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
8056
8057 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8058
8059 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
8060 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
8061 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
8062 * s/netbsd.h, s/sol2-6.h:
8063 Remove definition of GC_MARK_STACK, since the default now works.
8064 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
8065 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
8066 no longer the default.
8067 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
8068
8069 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
8070
8071 * lread.c (lisp_file_lexically_bound_p):
8072 Fix hang at ";-*-\n" (bug#11238).
8073
8074 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8075
8076 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
8077 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
8078
8079 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
8080
8081 * nsterm.m (constrainFrameRect): Always constrain when there is only
8082 one screen (Bug#10962).
8083
8084 2012-04-13 Ken Brown <kbrown@cornell.edu>
8085
8086 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
8087
8088 2012-04-13 Reuben Thomas <rrt@sc3d.org>
8089
8090 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
8091
8092 2012-04-11 Daniel Colascione <dancol@dancol.org>
8093
8094 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
8095 against is gone. It's better to use vfork now so that when Cygwin
8096 gains a new, working vfork, we use it automatically (bug#10398).
8097
8098 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * window.c (save_window_save): Obey window-point-insertion-type.
8101
8102 2012-04-11 Glenn Morris <rgm@gnu.org>
8103
8104 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
8105
8106 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
8109
8110 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
8111
8112 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
8113 (force_quit_count): New var.
8114 (handle_interrupt): Use it.
8115
8116 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8117
8118 * w32.c (w32_delayed_load): Record the full path of the library
8119 being loaded (bug#10424).
8120
8121 2012-04-09 Glenn Morris <rgm@gnu.org>
8122
8123 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
8124 not just in the obarray, before snarfing them. (Bug#11036)
8125
8126 * Makefile.in ($(leimdir)/leim-list.el):
8127 Pass EMACS rather than BUILT_EMACS.
8128
8129 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8130
8131 * process.c (make_process):
8132 * process.h: Add integer `gnutls_handshakes_tried' member to
8133 process struct.
8134
8135 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
8136 Add convenience `GNUTLS_LOG2i' macro.
8137
8138 * gnutls.c (gnutls_log_function2i): Convenience log function.
8139 (emacs_gnutls_read): Use new log functions,
8140 `gnutls_handshakes_tried' process member, and
8141 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
8142 attempts per process (connection).
8143
8144 2012-04-09 Chong Yidong <cyd@gnu.org>
8145
8146 * eval.c (Fuser_variable_p, user_variable_p_eh)
8147 (lisp_indirect_variable): Functions deleted.
8148 (Fdefvar): Caller changed.
8149
8150 * callint.c (Finteractive, Fcall_interactively):
8151 * minibuf.c (Fread_variable): Callers changed.
8152
8153 2012-04-09 Eli Zaretskii <eliz@gnu.org>
8154
8155 * xdisp.c (set_cursor_from_row): If the display string appears in
8156 the buffer at position that is closer to point than the position
8157 after the display string, display the cursor on the first glyph of
8158 the display string. Fixes cursor display when a 'display' text
8159 property immediately follows invisible text. (Bug#11094)
8160
8161 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
8162
8163 composite.c: use 'double' consistently
8164 * composite.c (get_composition_id): Use 'double' consistently
8165 instead of converting 'float' to 'double' and vice versa; this is
8166 easier to understand and avoids a GCC warning.
8167
8168 2012-04-09 Glenn Morris <rgm@gnu.org>
8169
8170 * Makefile.in: Generate leim-list with bootstrap-emacs, in
8171 preparation for dumping it with emacs. (Bug#4789)
8172 (leimdir): New variable.
8173 ($(leimdir)/leim-list.el): New rule.
8174 (emacs$(EXEEXT)): Depend on leim-list.el.
8175
8176 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
8177 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
8178 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
8179
8180 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
8181
8182 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
8183 proper alignment.
8184
8185 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * xml.c (init_libxml2_functions) [WINDOWSNT]:
8188 Remove unused local variable.
8189
8190 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
8191
8192 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
8193 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
8194 (mark_memory): Mark Lisp_Objects only if pointers might hide in
8195 objects, as mark_maybe_pointer will catch them otherwise.
8196 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
8197 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
8198
8199 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
8200
8201 Fix typo that broke non-Windows builds.
8202 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
8203
8204 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8205
8206 Support building on MS-Windows with libxml2.
8207
8208 * makefile.w32-in (OBJ2): Add xml.$(O).
8209 (GLOBAL_SOURCES): Add xml.c.
8210 ($(BLD)/xml.$(O)): New dependency list.
8211
8212 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
8213 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
8214 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
8215 [!WINDOWSNT]: New macros.
8216 (init_libxml2_functions, libxml2_loaded_p): New functions.
8217 (parse_region): Call fn_xmlCheckVersion instead of using the macro
8218 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
8219 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
8220 Calls xmlCleanupParser only if libxml2 was loaded (or statically
8221 linked in).
8222 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
8223 Call init_libxml2_functions before calling libxml2 functions.
8224 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
8225
8226 * emacs.c: Don't include libxml/parser.h.
8227 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
8228 xmlCleanupParser directly.
8229
8230 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
8231
8232 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8233
8234 * indent.c (Fvertical_motion): If there is a display string at
8235 point, use it.vpos to compute how many lines to backtrack after
8236 move_it_to point. (Bug#11133)
8237
8238 2012-04-06 Eli Zaretskii <eliz@gnu.org>
8239
8240 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
8241 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
8242 about subtle differences between FETCH_CHAR* and STRING_CHAR*
8243 macros related to unification of CJK characters. For the details,
8244 see the discussion following the message here:
8245 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
8246
8247 2012-04-04 Chong Yidong <cyd@gnu.org>
8248
8249 * keyboard.c (Vdelayed_warnings_list): Doc fix.
8250
8251 2012-04-01 Eli Zaretskii <eliz@gnu.org>
8252
8253 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
8254 instead of alloca. (Bug#11138)
8255
8256 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
8257
8258 * w32menu.c (is_simple_dialog): Properly check lisp types.
8259 (Bug#11141)
8260
8261 2012-03-31 Eli Zaretskii <eliz@gnu.org>
8262
8263 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
8264 position we get to after a call to move_it_to fails the
8265 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
8266 only if we wind up in a string from display property. (Bug#11063)
8267
8268 * window.c (Fdelete_other_windows_internal): Invalidate the row
8269 and column information about mouse highlight, so that redisplay
8270 restores it after reallocating the glyph matrices. (Bug#7464)
8271
8272 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
8273 string comes from a `display' text property, use the buffer
8274 position of that property as if we actually saw that position in
8275 the row's glyphs.
8276 (move_it_by_lines): Remove the assertion that
8277 "it->current_x == 0 && it->hpos == 0" which can be legitimately
8278 violated when there's a before-string at the beginning of a line.
8279 (Bug#11063)
8280
8281 2012-03-30 Eli Zaretskii <eliz@gnu.org>
8282
8283 * xdisp.c (append_space_for_newline): If the default face was
8284 remapped, use the remapped face for the appended newline.
8285 (extend_face_to_end_of_line): Use the remapped default face for
8286 extending the face to the end of the line.
8287 (display_line): Call extend_face_to_end_of_line when the default
8288 face was remapped. (Bug#11068)
8289
8290 2012-03-29 Eli Zaretskii <eliz@gnu.org>
8291
8292 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
8293
8294 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
8297
8298 2012-03-27 Glenn Morris <rgm@gnu.org>
8299
8300 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
8301 Doc fixes.
8302
8303 2012-03-26 Kenichi Handa <handa@m17n.org>
8304
8305 * dispextern.h (struct glyph): Fix previous change. Change the
8306 bit length of glyphless.ch to 25 (Bug#11082).
8307
8308 2012-03-26 Chong Yidong <cyd@gnu.org>
8309
8310 * keyboard.c (Vselection_inhibit_update_commands): New variable.
8311 (command_loop_1): Use it; inhibit selection update for
8312 handle-select-window too (Bug#8996).
8313
8314 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
8315
8316 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
8317
8318 2012-03-25 Kenichi Handa <handa@m17n.org>
8319
8320 * dispextern.h (struct glyph): Change the bit length of
8321 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
8322
8323 2012-03-24 Eli Zaretskii <eliz@gnu.org>
8324
8325 * s/ms-w32.h (tzname): Include time.h before redirecting to
8326 _tzname. Fixes the MSVC build. (Bug#9960)
8327
8328 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
8329
8330 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
8331 characters.
8332
8333 * xterm.c (XTread_socket): Only modify handling_signal if
8334 !SYNC_INPUT. (Bug#11080)
8335
8336 2012-03-23 Eli Zaretskii <eliz@gnu.org>
8337
8338 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
8339 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
8340 when fetching a multibyte character consumes more bytes than
8341 CHAR_BYTES returns, due to unification of CJK characters in
8342 string_char. (Bug#11073)
8343
8344 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8345
8346 * process.c (wait_reading_process_output): Handle pty disconnect
8347 by refraining from sending oneself a SIGCHLD (bug#10933).
8348
8349 2012-03-22 Chong Yidong <cyd@gnu.org>
8350
8351 * dispextern.h (struct it): New member string_from_prefix_prop_p.
8352
8353 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
8354 Mark string as coming from a prefix property.
8355 (handle_face_prop): Use default face for prefix strings (Bug#4281).
8356 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
8357
8358 2012-03-21 Chong Yidong <cyd@gnu.org>
8359
8360 * xfaces.c (Vface_remapping_alist): Doc fix.
8361
8362 2012-03-20 Eli Zaretskii <eliz@gnu.org>
8363
8364 * w32proc.c (Fw32_set_console_codepage)
8365 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
8366 Doc fixes.
8367
8368 2012-03-20 Chong Yidong <cyd@gnu.org>
8369
8370 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
8371 to reflect default non-nil value of redisplay-dont-pause.
8372
8373 2012-03-19 Kenichi Handa <handa@m17n.org>
8374
8375 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
8376 it fit in a valid range (Bug#11003).
8377
8378 2012-03-18 Eli Zaretskii <eliz@gnu.org>
8379
8380 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
8381 that is not from display property, accept the row as a "cursor
8382 row" if one of the string's character has a non-nil `cursor'
8383 property. Fixes cursor positioning when there are newlines in
8384 overlay strings, e.g. in icomplete.el. (Bug#11035)
8385
8386 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
8387
8388 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
8389
8390 2012-03-12 Chong Yidong <cyd@gnu.org>
8391
8392 * eval.c (inhibit_lisp_code): Rename from
8393 inhibit_window_configuration_change_hook; move from window.c.
8394
8395 * xfns.c (unwind_create_frame_1, Fx_create_frame):
8396 * window.c (run_window_configuration_change_hook)
8397 (syms_of_window): Callers changed.
8398
8399 2012-03-11 Chong Yidong <cyd@gnu.org>
8400
8401 * keymap.c (Fkey_description): Doc fix (Bug#9700).
8402
8403 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
8404
8405 2012-03-10 Chong Yidong <cyd@gnu.org>
8406
8407 * frame.c (other_visible_frames): Don't assume the selected frame
8408 is visible (Bug#10955).
8409
8410 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
8413
8414 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
8415
8416 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
8417 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
8418 zero (Bug#10954).
8419
8420 2012-03-03 Glenn Morris <rgm@gnu.org>
8421
8422 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
8423
8424 2012-03-02 Eli Zaretskii <eliz@gnu.org>
8425
8426 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
8427 position past the first glyph_row that ends at ZV. (Bug#10902)
8428 (redisplay_window, next_element_from_string): Fix typos in
8429 comments.
8430 (redisplay_window): Pass to move_it_vertically the margin in
8431 pixels, not in screen lines.
8432
8433 2012-03-02 Glenn Morris <rgm@gnu.org>
8434
8435 * buffer.c (buffer-list-update-hook): Doc fix.
8436
8437 2012-02-29 Eli Zaretskii <eliz@gnu.org>
8438
8439 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
8440 push_it before setting up the iterator for the first overlay
8441 string, even if we have an empty string loaded.
8442 (next_overlay_string): If there's an empty string on the iterator
8443 stack, pop the stack. (Bug#10903)
8444
8445 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
8446
8447 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
8448 Suggested by Stefan Monnier in
8449 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
8450 * alloc.c (widen_to_Lisp_Object): New static function.
8451 (mark_memory): Also mark Lisp_Objects by fetching pointer words
8452 and widening them to Lisp_Objects. This would work even if
8453 USE_LSB_TAG is defined and wide integers are used, which might
8454 happen in a future version of Emacs.
8455
8456 2012-02-25 Chong Yidong <cyd@gnu.org>
8457
8458 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
8459 Doc fix.
8460
8461 * xselect.c (Fx_selection_exists_p): Doc fix.
8462 (x_clipboard_manager_save_all): Print an informative message
8463 before saving to clipboard manager.
8464
8465 2012-02-24 Chong Yidong <cyd@gnu.org>
8466
8467 * keyboard.c (process_special_events): Handle all X selection
8468 requests in kbd_buffer, not just the next one (Bug#8869).
8469
8470 2012-02-23 Chong Yidong <cyd@gnu.org>
8471
8472 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
8473 call when setting menu-bar-lines and tool-bar-lines parameters.
8474 (unwind_create_frame_1): New helper function.
8475
8476 * window.c (inhibit_window_configuration_change_hook): New var.
8477 (run_window_configuration_change_hook): Obey it.
8478 (syms_of_window): Initialize it.
8479
8480 2012-02-22 Chong Yidong <cyd@gnu.org>
8481
8482 * xterm.c (x_draw_image_relief): Add missing type check for
8483 Vtool_bar_button_margin (Bug#10743).
8484
8485 2012-02-21 Chong Yidong <cyd@gnu.org>
8486
8487 * fileio.c (Vfile_name_handler_alist): Doc fix.
8488
8489 * buffer.c (Fget_file_buffer): Protect against invalid file
8490 handler return value.
8491
8492 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
8493
8494 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
8495 when computing $valmask.
8496
8497 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
8498 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
8499 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
8500 It's useless in that case, and it can cause problems on hosts
8501 that allocate halves of EMACS_INT values separately.
8502 Reported by Dan Horák. Diagnosed by Andreas Schwab in
8503 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
8504 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
8505 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
8506 it avoids undefined behavior on hosts where shifting right by more
8507 than the word width has undefined behavior.
8508
8509 2012-02-19 Chong Yidong <cyd@gnu.org>
8510
8511 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
8512 (Funhandled_file_name_directory, Ffile_name_as_directory)
8513 (Fdirectory_file_name, Fexpand_file_name)
8514 (Fsubstitute_in_file_name): Protect against invalid file handler
8515 return values (Bug#10845).
8516
8517 2012-02-18 Eli Zaretskii <eliz@gnu.org>
8518
8519 * .gdbinit (pitx): Fix incorrect references to fields of the
8520 iterator stack.
8521
8522 2012-02-17 Chong Yidong <cyd@gnu.org>
8523
8524 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
8525
8526 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
8527
8528 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
8529 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
8530
8531 2012-02-15 Chong Yidong <cyd@gnu.org>
8532
8533 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
8534 marked as special. Also, starting docstrings with * is obsolete.
8535
8536 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
8537
8538 * gnutls.c (emacs_gnutls_write): Fix last change.
8539
8540 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8541
8542 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
8543 send_process.
8544
8545 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * keymap.c (Fsingle_key_description): Handle char ranges.
8548
8549 2012-02-12 Chong Yidong <cyd@gnu.org>
8550
8551 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
8552 as that creates a dangerous corner case.
8553
8554 * window.c (Fdelete_window_internal): Invalidate the mouse
8555 highlight (Bug#9904).
8556
8557 2012-02-12 Glenn Morris <rgm@gnu.org>
8558
8559 * xselect.c (Fx_own_selection_internal)
8560 (Fx_get_selection_internal, Fx_disown_selection_internal)
8561 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
8562 * nsselect.m (Fx_own_selection_internal)
8563 (Fx_disown_selection_internal, Fx_selection_exists_p)
8564 (Fx_selection_owner_p, Fx_get_selection_internal):
8565 Sync docs and argument specs with the xselect.c versions.
8566
8567 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
8568
8569 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
8570
8571 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8572
8573 * w32select.c (Fx_selection_exists_p): Sync doc string and
8574 argument list with xselect.c. (Bug#10783)
8575
8576 * w16select.c (Fx_selection_exists_p): Sync doc string and
8577 argument list with xselect.c. (Bug#10783)
8578
8579 2012-02-10 Glenn Morris <rgm@gnu.org>
8580
8581 * fns.c (Fsecure_hash): Doc fix.
8582
8583 2012-02-09 Kenichi Handa <handa@m17n.org>
8584
8585 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
8586
8587 2012-02-07 Chong Yidong <cyd@gnu.org>
8588
8589 * buffer.c (Fbuffer_local_variables)
8590 (buffer_lisp_local_variables): Handle unbound vars correctly;
8591 don't let Qunbound leak into Lisp.
8592
8593 2012-02-07 Glenn Morris <rgm@gnu.org>
8594
8595 * image.c (Fimagemagick_types): Doc fix.
8596
8597 * image.c (imagemagick-render-type): Change it from a lisp object
8598 to an integer. Move the doc here from the lisp manual.
8599 Treat all values not equal to 0 the same.
8600
8601 2012-02-06 Chong Yidong <cyd@gnu.org>
8602
8603 * doc.c (store_function_docstring): Avoid applying docstring of
8604 alias to base function (Bug#2603).
8605
8606 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
8607
8608 * .gdbinit (pp1, pv1): Remove redundant defines.
8609 (pr): Use pp.
8610
8611 2012-02-04 Chong Yidong <cyd@gnu.org>
8612
8613 * nsterm.m: Declare a global (Bug#10694).
8614
8615 2012-02-04 Eli Zaretskii <eliz@gnu.org>
8616
8617 * w32.c (get_emacs_configuration_options):
8618 Include --enable-checking, if specified, in the return value.
8619
8620 2012-02-04 Martin Rudalics <rudalics@gmx.at>
8621
8622 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
8623 after rounding frame sizes. (Bug#9723)
8624
8625 2012-02-04 Eli Zaretskii <eliz@gnu.org>
8626
8627 * keyboard.c (adjust_point_for_property): Don't position point
8628 before BEGV. (Bug#10696)
8629
8630 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
8631
8632 Handle overflow when computing char display width (Bug#9496).
8633 * character.c (char_width): Return EMACS_INT, not int.
8634 (char_width, c_string_width): Check for overflow when
8635 computing the width; this is possible now that individual
8636 characters can have unbounded width. Problem introduced
8637 by merge from Emacs 23 on 2012-01-19.
8638
8639 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
8640
8641 * dbusbind.c (Fdbus_register_method): Mention the return value
8642 :ignore in the docstring.
8643
8644 2012-02-02 Glenn Morris <rgm@gnu.org>
8645
8646 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
8647
8648 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
8649 Unconditionally set to t. (Bug#10673)
8650 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
8651 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
8652 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
8653
8654 2012-02-02 Kenichi Handa <handa@m17n.org>
8655
8656 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
8657 0, do not call append_composite_glyph.
8658
8659 2012-02-02 Kenichi Handa <handa@m17n.org>
8660
8661 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
8662 NULL (Bug#6988).
8663 (x_produce_glyphs): If the component of a composition is a null
8664 string, set it->pixel_width to 1 to avoid zero-width glyph.
8665
8666 2012-02-01 Eli Zaretskii <eliz@gnu.org>
8667
8668 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
8669 first 2 arguments are identical. This makes inserting large
8670 output from a subprocess an order of magnitude faster on
8671 MS-Windows, where all sbrk'ed memory is always contiguous.
8672
8673 2012-01-31 Glenn Morris <rgm@gnu.org>
8674
8675 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
8676 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
8677 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
8678
8679 2012-01-29 Glenn Morris <rgm@gnu.org>
8680
8681 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
8682
8683 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
8684
8685 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
8686
8687 2012-01-28 Chong Yidong <cyd@gnu.org>
8688
8689 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
8690
8691 2012-01-26 Chong Yidong <cyd@gnu.org>
8692
8693 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
8694
8695 * search.c (Fsearch_forward, Fsearch_backward): Document negative
8696 repeat counts (Bug#10507).
8697
8698 2012-01-26 Glenn Morris <rgm@gnu.org>
8699
8700 * lread.c (syms_of_lread): Doc fix.
8701
8702 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
8703
8704 * coding.c (encode_designation_at_bol): Change return value to
8705 EMACS_INT.
8706
8707 2012-01-25 Chong Yidong <cyd@gnu.org>
8708
8709 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
8710
8711 2012-01-21 Chong Yidong <cyd@gnu.org>
8712
8713 * floatfns.c (Fcopysign): Make the second argument non-optional,
8714 since nil is not allowed anyway.
8715
8716 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
8717
8718 * process.c (read_process_output): Use p instead of XPROCESS (proc).
8719 (send_process): Likewise.
8720
8721 2012-01-19 Martin Rudalics <rudalics@gmx.at>
8722
8723 * window.c (save_window_save, Fcurrent_window_configuration)
8724 (Vwindow_persistent_parameters): Do not use Qstate.
8725 Rewrite doc-strings.
8726
8727 2012-01-19 Kenichi Handa <handa@m17n.org>
8728
8729 * character.c (char_width): New function.
8730 (Fchar_width, c_string_width, lisp_string_width):
8731 Use char_width (Bug#9496).
8732
8733 2012-01-16 Martin Rudalics <rudalics@gmx.at>
8734
8735 * window.c (Vwindow_persistent_parameters): New variable.
8736 (Fset_window_configuration, save_window_save): Handle persistent
8737 window parameters.
8738
8739 2012-01-14 Eli Zaretskii <eliz@gnu.org>
8740
8741 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
8742 thrashing the stack of the thread. (Bug#9087)
8743
8744 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
8745
8746 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
8747
8748 2012-01-11 Eli Zaretskii <eliz@gnu.org>
8749
8750 * xdisp.c (rows_from_pos_range): Handle the case where the
8751 highlight ends on a newline. (Bug#10464)
8752 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
8753 he end column for display of highlight that ends on a newline
8754 before a R2L line.
8755
8756 2012-01-11 Glenn Morris <rgm@gnu.org>
8757
8758 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
8759 from load-path also when installation-directory is nil. (Bug#10208)
8760
8761 2012-01-10 Glenn Morris <rgm@gnu.org>
8762
8763 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
8764
8765 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
8766 Update template values to be closer to their typical values these days.
8767
8768 2012-01-09 Eli Zaretskii <eliz@gnu.org>
8769
8770 * xdisp.c (rows_from_pos_range): Accept additional argument
8771 DISP_STRING, and accept any glyph in a row whose object is that
8772 string as eligible for mouse highlight. Fixes mouse highlight of
8773 display strings from overlays. (Bug#10464)
8774
8775 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
8776
8777 emacs: fix an auto-save permissions race condition (Bug#10400)
8778 * fileio.c (auto_saving_dir_umask): New static var.
8779 (Fmake_directory_internal): Use it.
8780 (do_auto_save_make_dir): Set it, instead of invoking chmod after
8781 creating the directory. The old code temporarily assigns
8782 too-generous permissions to the directory.
8783 (do_auto_save_eh): Clear it.
8784 (Fdo_auto_save): Catch all errors, not just file errors, so
8785 that the var is always cleared.
8786
8787 2012-01-07 Eli Zaretskii <eliz@gnu.org>
8788
8789 * search.c (scan_buffer): Pass character positions to
8790 know_region_cache, not byte positions. (Bug#6540)
8791
8792 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
8793
8794 * w32.c (sys_rename): Report EXDEV when rename of a directory
8795 fails because the target is on another logical disk. (Bug#10284)
8796
8797 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
8798
8799 * xterm.c (x_embed_request_focus): New function.
8800
8801 * xterm.h: Add prototype.
8802
8803 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
8804
8805 2012-01-05 Glenn Morris <rgm@gnu.org>
8806
8807 * emacs.c (emacs_copyright): Update short copyright year to 2012.
8808
8809 2012-01-01 Eli Zaretskii <eliz@gnu.org>
8810
8811 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
8812 Load gnutls_transport_set_lowat only if GnuTLS version is below
8813 2.11.1.
8814 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
8815 GnuTLS versions below 2.11.1.
8816
8817 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
8818
8819 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
8820 to the doc string advising against its use for altering the way
8821 windows are scrolled.
8822
8823 2011-12-28 Kenichi Handa <handa@m17n.org>
8824
8825 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
8826 coding-system ASCII compatible only when it does not produce BOM
8827 on encoding (Bug#10383).
8828
8829 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
8830
8831 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
8832 can scroll.
8833 (create_and_show_popup_menu): Always use menu_position_func for
8834 Gtk3 (Bug#10361).
8835
8836 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
8837
8838 * callint.c (Fcall_interactively): Don't truncate prompt string.
8839
8840 2011-12-23 Eli Zaretskii <eliz@gnu.org>
8841
8842 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
8843 property that ends at ZV, so that the bidi iteration could be
8844 resumed from there (after widening). (Bug#10360)
8845
8846 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
8847
8848 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
8849
8850 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
8851
8852 * nsterm.m (x_free_frame_resources):
8853 Release f->output_data.ns->miniimage.
8854 (ns_index_color): Fix indentation. Do not retain
8855 color_table->colors[i].
8856
8857 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
8858 before returning.
8859
8860 * nsfns.m (x_set_background_color): Assign return value from
8861 ns_index_color to face-background instead of NSColor*.
8862 (ns_implicitly_set_icon_type): Fix indentation.
8863 Change assignment in for loop to comparison.
8864
8865 * emacs.c (ns_pool): New variable.
8866 (main): Assign ns_pool.
8867 (Fkill_emacs): Call ns_release_autorelease_pool.
8868
8869 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
8870 autorelease fdesc, release fdAttrs and tdict.
8871 (ns_get_covering_families): Release charset.
8872 (ns_findfonts): Release NSFontDescriptor created with new.
8873 (ns_uni_to_glyphs): Fix indentation.
8874 (setString): Release attrStr before assigning new value.
8875
8876 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
8877
8878 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
8879 and NS_IMPL_COCOA.
8880 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
8881 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
8882
8883 2011-12-18 David Reitter <reitter@cmu.edu>
8884
8885 * nsterm.m (ns_term_init): Subscribe for notifications
8886 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
8887 to method trackingNotification in EmacsMenu.
8888
8889 * nsmenu.m (trackingMenu): New variable.
8890 (trackingNotification): New method (from Aquamacs).
8891 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
8892 from Aquamacs (Bug#7030).
8893
8894 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
8895
8896 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
8897 (symbol_to_nsstring): Fix indentation.
8898 (ns_symbol_to_pb): New function.
8899 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
8900 (Fns_rotate_cut_buffers_internal): Remove.
8901 (Fns_store_selection_internal): Rename from
8902 Fns_store_cut_buffer_internal.
8903 (ns_get_foreign_selection, Fx_own_selection_internal)
8904 (Fx_disown_selection_internal, Fx_selection_exists_p)
8905 (Fns_get_selection_internal, Fns_store_selection_internal):
8906 Use ns_symbol_to_pb and check if return value is nil.
8907 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
8908 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
8909 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
8910 renamed to Sns_store_selection_internal.
8911 (ns_handle_selection_request): Move code to Fx_own_selection_internal
8912 and remove this function.
8913 (ns_handle_selection_clear): Remove, never used.
8914 (Fx_own_selection_internal): Move code from ns_handle_selection_request
8915 here.
8916
8917 2011-12-17 Ken Brown <kbrown@cornell.edu>
8918
8919 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
8920 GID is unknown (Bug#10257).
8921
8922 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
8923
8924 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
8925 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
8926 which caused a build failure on GNU/Linux IA-64. This problem was
8927 introduced by my 2011-10-07 patch.
8928
8929 2011-12-15 Juri Linkov <juri@jurta.org>
8930
8931 * image.c (imagemagick_error): New function. (Bug#10112)
8932 (imagemagick_load_image): Comment out `MagickSetResolution' call.
8933 Use `imagemagick_error' where ImageMagick functions return
8934 `MagickFalse'.
8935 (Fimagemagick_types): Add `Fnreverse' to return the list in the
8936 proper order.
8937
8938 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8939
8940 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
8941 fill background (Bug#8992).
8942
8943 2011-12-13 Martin Rudalics <rudalics@gmx.at>
8944
8945 * window.c (Vwindow_combination_resize)
8946 (Vwindow_combination_limit): Use t instead of non-nil in
8947 doc-strings.
8948 (Vrecenter_redisplay): Add first sentence of doc-string on
8949 separate line.
8950 (Frecenter): Fix doc-string typo.
8951
8952 2011-12-11 Kenichi Handa <handa@m17n.org>
8953
8954 * coding.c (Funencodable_char_position): Pay attention to the
8955 buffer text relocation (Bug#9389).
8956
8957 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
8958
8959 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
8960 gtk_init (Bug#10100).
8961
8962 2011-12-10 Eli Zaretskii <eliz@gnu.org>
8963
8964 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
8965 IT->string is nil. (Bug#10263)
8966
8967 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
8968
8969 * nsterm.h (x_free_frame_resources): Declare.
8970
8971 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
8972 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
8973
8974 * nsterm.h (ns_get_defaults_value): Declare.
8975
8976 * nsterm.m (ns_default): Call ns_get_defaults_value.
8977
8978 2011-12-09 Eli Zaretskii <eliz@gnu.org>
8979
8980 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
8981 (Bug#10170)
8982
8983 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8984
8985 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
8986 that where the value of an _OBJC_* symbol points to is in the .bss
8987 section (Bug#10240).
8988
8989 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8990
8991 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
8992 after the loop to call ccl_driver at least once (Bug#8619).
8993
8994 2011-12-08 Kenichi Handa <handa@m17n.org>
8995
8996 * ftfont.c (get_adstyle_property): Fix previous change
8997 (Bug#10233).
8998
8999 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
9000
9001 * w32.c (init_environment): If no_site_lisp, remove site-lisp
9002 dirs from the default value of EMACSLOADPATH (bug#10208).
9003
9004 2011-12-07 Glenn Morris <rgm@gnu.org>
9005
9006 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
9007 installation and source directories as well. (Bug#10208)
9008
9009 2011-12-06 Chong Yidong <cyd@gnu.org>
9010
9011 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
9012
9013 2011-12-06 Glenn Morris <rgm@gnu.org>
9014
9015 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
9016 as an error, not just -1. (Bug#10217)
9017
9018 2011-12-05 Chong Yidong <cyd@gnu.org>
9019
9020 * keyboard.c (process_special_events): New function.
9021 (swallow_events, Finput_pending_p): Use it (Bug#10195).
9022
9023 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
9024
9025 * coding.c (encode_designation_at_bol): Don't use uninitialized
9026 local variable (Bug#9318).
9027
9028 2011-12-05 Kenichi Handa <handa@m17n.org>
9029
9030 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
9031 return Qnil (Bug#8046, Bug#10193).
9032
9033 2011-12-05 Kenichi Handa <handa@m17n.org>
9034
9035 * coding.c (encode_designation_at_bol): New args charbuf_end and
9036 dst. Return the number of produced bytes. Callers changed.
9037 (coding_set_source): Return how many bytes coding->source was
9038 relocated.
9039 (coding_set_destination): Return how many bytes
9040 coding->destination was relocated.
9041 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
9042 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
9043
9044 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9045
9046 * coding.c (CODING_CHAR_CHARSET_P): New macro.
9047 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
9048 macro (Bug#9318).
9049
9050 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
9051
9052 The following changes are to fix Bug#9318.
9053
9054 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
9055 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
9056 (encode_coding_iso_2022, encode_coding_sjis)
9057 (encode_coding_big5, encode_coding_charset): Use the above macros.
9058
9059 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
9060
9061 * lisp.h (process_quit_flag): Fix external declaration.
9062
9063 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 Don't macro-inline non-performance-critical code.
9066 * eval.c (process_quit_flag): New function.
9067 * lisp.h (QUIT): Use it.
9068
9069 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
9070
9071 * nsfns.m (get_geometry_from_preferences): New function.
9072 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
9073
9074 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
9075
9076 * emacs.c (Qkill_emacs): Define.
9077 (syms_of_emacs): Initialize it.
9078 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
9079 Qquit_flag to `kill-emacs' instead.
9080 (quit_throw_to_read_char): Add parameter `from_signal'.
9081 All callers changed. Call Fkill_emacs if requested and safe.
9082 * lisp.h (QUIT): Call Fkill_emacs if requested.
9083
9084 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
9085
9086 * widget.c (update_wm_hints): Return if wmshell is null.
9087 (widget_update_wm_size_hints): New function.
9088
9089 * widget.h (widget_update_wm_size_hints): Declare.
9090
9091 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
9092 widget_update_wm_size_hints (Bug#10104).
9093
9094 2011-12-03 Eli Zaretskii <eliz@gnu.org>
9095
9096 * xdisp.c (handle_invisible_prop): If the invisible text ends just
9097 before a newline, prepare the bidi iterator for consuming the
9098 newline, and keep the current paragraph direction. (Bug#10183)
9099 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
9100
9101 2011-12-02 Juri Linkov <juri@jurta.org>
9102
9103 * search.c (Fword_search_regexp): New Lisp function created from
9104 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
9105 (Fword_search_backward, Fword_search_forward)
9106 (Fword_search_backward_lax, Fword_search_forward_lax):
9107 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
9108 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
9109
9110 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * fileio.c (Finsert_file_contents): Move after-change-function call
9113 to before the "handled:" label, since all "goto handled" appear in
9114 cases where the *-change-functions have already been properly called
9115 (bug#10117).
9116
9117 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
9118
9119 * keyboard.c (interrupt_signal): Don't call kill-emacs when
9120 waiting for input. (Bug#10169)
9121
9122 2011-11-30 Eli Zaretskii <eliz@gnu.org>
9123
9124 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
9125 verifies glyph row's hash code--we have just reallocated the
9126 glyphs, so their contents can be complete garbage. (Bug#10164)
9127
9128 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
9129
9130 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
9131
9132 2011-11-30 Eli Zaretskii <eliz@gnu.org>
9133
9134 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
9135 attributes are tested _before_ calling verify_row_hash, to protect
9136 against GCC re-ordering of the tests. (Bug#10164)
9137
9138 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
9139
9140 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
9141
9142 * xterm.c (handle_one_xevent): Only set async_visible and friends
9143 if net_wm_state_hidden_seen is non-zero (Bug#10002)
9144 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
9145 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
9146
9147 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
9148
9149 Remove GCPRO-related macros that exist only to avoid shadowing locals.
9150 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
9151 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
9152 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
9153 All uses changed to use GCPRO1 etc.
9154 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
9155 Revert to old implementation (i.e., before 2011-03-11).
9156
9157 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9158
9159 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
9160 of scroll runs so as to avoid assigning disabled bogus rows and
9161 unnecessary graphics copy operations.
9162
9163 2011-11-27 Eli Zaretskii <eliz@gnu.org>
9164
9165 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
9166 (snprintf) [_MSC_VER]: Redirect to _snprintf.
9167 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
9168 (malloc, free, realloc, calloc): Redirect to e_* only when
9169 compiling Emacs.
9170
9171 * lisp.h (GCTYPEBITS): Move before first use.
9172 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
9173 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
9174 this macro definition.
9175
9176 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
9177 _MSC_VER.
9178
9179 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
9180
9181 * gtkutil.c (xg_create_frame_widgets):
9182 Call gtk_window_set_has_resize_grip (FALSE) if that function is
9183 present with Gtk+ 2.0.
9184
9185 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
9186
9187 * fileio.c (Finsert_file_contents): Undo previous change; see
9188 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
9189
9190 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
9191
9192 Rename locals to avoid shadowing.
9193 * fileio.c (Finsert_file_contents):
9194 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
9195 * process.c (wait_reading_process_output):
9196 Rename inner 'proc' to 'p' to avoid shadowing.
9197 Indent for consistency with usual Emacs style.
9198
9199 2011-11-25 Eli Zaretskii <eliz@gnu.org>
9200
9201 * xdisp.c (redisplay_window): If cursor row is not fully visible
9202 after recentering, and scroll-conservatively is set to a large
9203 number, scroll window by a few more lines to make the cursor fully
9204 visible and out of scroll-margin. (Bug#10105)
9205 (start_display): Don't move to the next line if the display should
9206 start at a newline that is part of a display vector or an overlay
9207 string. (Bug#10119)
9208
9209 2011-11-24 Juri Linkov <juri@jurta.org>
9210
9211 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
9212 after the `MagickPingImage' call. (Bug#10112)
9213
9214 2011-11-23 Chong Yidong <cyd@gnu.org>
9215
9216 * window.c (Fcoordinates_in_window_p): Accept only live windows.
9217
9218 2011-11-23 Martin Rudalics <rudalics@gmx.at>
9219
9220 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
9221 making another buffer current. (Bug#10114)
9222
9223 2011-11-23 Glenn Morris <rgm@gnu.org>
9224
9225 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
9226
9227 2011-11-23 Chong Yidong <cyd@gnu.org>
9228
9229 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
9230 using it (Bug#5984).
9231
9232 2011-11-22 Eli Zaretskii <eliz@gnu.org>
9233
9234 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
9235 and header-lines, as they don't have one computed for them.
9236 (Bug#10098)
9237
9238 * .gdbinit (prow): Make displayed values more self-explaining.
9239 Add row's hash code.
9240
9241 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9242
9243 * process.c (wait_reading_process_output): Fix asynchrounous
9244 GnuTLS socket handling on some versions of the GnuTLS library.
9245 (wait_reading_process_output): Add comment and URL.
9246
9247 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
9248
9249 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
9250
9251 2011-11-21 Chong Yidong <cyd@gnu.org>
9252
9253 * window.c (Fnext_window, Fprevious_window): Doc fix.
9254
9255 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
9258
9259 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9260
9261 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
9262
9263 2011-11-20 Martin Rudalics <rudalics@gmx.at>
9264
9265 * window.c (Fset_window_combination_limit): Rename argument
9266 STATUS to LIMIT.
9267 (Vwindow_combination_limit): Remove "status" from doc-string.
9268
9269 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
9270
9271 * m/ibms390.h: Remove.
9272 * m/ibms390x.h: Don't include "ibms390.h".
9273
9274 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
9277 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
9278
9279 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9280
9281 * casetab.c (Fset_case_table):
9282 * charset.c (Fcharset_after): Fix typos.
9283
9284 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
9285
9286 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
9287 Otherwise, valgrind does not work on some platforms.
9288 Problem reported by Andreas Schwab in
9289 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
9290 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
9291 is set, removing the need for VIRT_ADDRESS_VARIES.
9292 (PURE_P): Use a more-efficient implementation that needs just one
9293 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
9294 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
9295 to 4 (xorl, subq, cmpq, setbe).
9296 * alloc.c (pure): Always extern now, since that's the
9297 VIRT_ADDR_VARIES behavior.
9298 (PURE_POINTER_P): Use a single comparison, not two, for
9299 consistency with the new puresize.h.
9300 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
9301 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
9302 Remove VIRT_ADDR_VARIES no longer needed.
9303
9304 2011-11-19 Eli Zaretskii <eliz@gnu.org>
9305
9306 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
9307 (erase_phys_cursor, update_window_cursor, show_mouse_face)
9308 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
9309 behave as if the cursor position were at the window margin.
9310
9311 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
9312 and the cursor position is out of bounds, behave as if the cursor
9313 position were at the window margin. (Bug#10075)
9314
9315 2011-11-18 Chong Yidong <cyd@gnu.org>
9316
9317 * window.c (Fwindow_combination_limit): Make first argument
9318 non-optional, since it is meaningless for live windows like the
9319 selected window.
9320
9321 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
9322
9323 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
9324
9325 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * intervals.c: Fix grafting over the whole buffer (bug#10071).
9328 (graft_intervals_into_buffer): Simplify.
9329
9330 2011-11-18 Eli Zaretskii <eliz@gnu.org>
9331
9332 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
9333 hash values of the two rows.
9334 (copy_row_except_pointers): Preserve the used[] arrays and the
9335 hash values of the two rows. (Bug#10035)
9336 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
9337
9338 * xdisp.c (row_hash): New function, body extracted from
9339 compute_line_metrics.
9340 (compute_line_metrics): Call row_hash, instead of computing the
9341 hash code inline.
9342
9343 * dispnew.c (verify_row_hash): Call row_hash for computing the
9344 hash code of a row, instead of duplicating code from xdisp.c.
9345
9346 * dispextern.h (row_hash): Add prototype.
9347
9348 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
9349
9350 * frame.c (delete_frame): Don't delete the terminal when the last
9351 X frame is closed if emacs is built with GTK toolkit.
9352
9353 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
9356
9357 2011-11-17 Martin Rudalics <rudalics@gmx.at>
9358
9359 * window.c (Vwindow_splits): Rename to
9360 Vwindow_combination_resize. Suggested by Juri Linkov.
9361 (Fsplit_window_internal): Use Vwindow_combination_resize instead
9362 of Vwindow_splits.
9363
9364 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
9365
9366 * nsfns.m (Fns_font_name):
9367 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
9368
9369 2011-11-16 Martin Rudalics <rudalics@gmx.at>
9370
9371 * window.h (window): Rename slot "nest" to "combination_limit".
9372 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
9373 (Fset_window_nest): Rename to Fset_window_combination_limit.
9374 (Vwindow_nest): Rename to Vwindow_combination_limit.
9375 (recombine_windows, make_parent_window, make_window)
9376 (Fsplit_window_internal, saved_window)
9377 (Fset_window_configuration, save_window_save): Rename all
9378 occurrences of window_nest to window_combination_limit.
9379
9380 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
9381
9382 * image.c (imagemagick_load_image): Fix typo.
9383
9384 2011-11-14 Eli Zaretskii <eliz@gnu.org>
9385
9386 * xdisp.c (display_line): Move the call to
9387 highlight_trailing_whitespace before the call to
9388 compute_line_metrics, since the latter needs to see the final
9389 faces of all the glyphs to compute ROW's hash value.
9390 Fixes assertion violations in row_equal_p. (Bug#10035)
9391
9392 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
9393
9394 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
9395 just return (bug#10044).
9396
9397 2011-11-12 Eli Zaretskii <eliz@gnu.org>
9398
9399 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
9400 with user-defined heap size. Bump the default size of the temacs
9401 heap to 27MB, to avoid memory warning when running temacs.
9402 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
9403
9404 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
9405 current_matrix and desired_matrix. (Bug#9990)
9406 (verify_row_hash) [XASSERTS]: New function.
9407 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
9408 that the hash value of glyph rows is correct.
9409
9410 2011-11-12 Martin Rudalics <rudalics@gmx.at>
9411
9412 * window.h (window): Remove splits slot.
9413 * window.c (Fwindow_splits, Fset_window_splits): Remove.
9414 (Fdelete_other_windows_internal, make_parent_window)
9415 (make_window, Fsplit_window_internal, Fdelete_window_internal)
9416 (Fset_window_configuration, save_window_save): Don't deal with
9417 split status of windows.
9418 (saved_window): Remove splits slot.
9419 (Vwindow_splits): Rewrite doc-string.
9420
9421 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
9422
9423 * xfns.c (unwind_create_frame):
9424 * nsfns.m (unwind_create_frame):
9425 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
9426 Vframe_list (Bug#9999).
9427
9428 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
9429
9430 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
9431
9432 2011-11-11 Kenichi Handa <handa@m17n.org>
9433
9434 * callproc.c (Fcall_process): Set the member dst_multibyte of
9435 process_coding.
9436
9437 2011-11-11 Johan Bockgård <bojohan@gnu.org>
9438
9439 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
9440 avoid a crash (bug#9496).
9441
9442 2011-11-09 Chong Yidong <cyd@gnu.org>
9443
9444 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
9445 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
9446
9447 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
9448
9449 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
9450
9451 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
9452
9453 Avoid some portability problems by eschewing 'extern inline' functions.
9454 The trivial performance wins aren't worth the portability hassles; see
9455 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
9456 et seq.
9457 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
9458 (window_box_width, window_box_left, window_box_left_offset)
9459 (window_box_right, window_box_right_offset): Undo previous change,
9460 by removing the "extern"s.
9461 * intervals.c (adjust_intervals_for_insertion)
9462 (adjust_intervals_for_deletion): Undo previous change,
9463 making these static again.
9464 (offset_intervals, temp_set_point_both, temp_set_point)
9465 (copy_intervals_to_string): No longer inline.
9466 * xdisp.c (window_text_bottom_y, window_box_width)
9467 (window_box_height, window_box_left_offset)
9468 (window_box_right_offset, window_box_left, window_box_right)
9469 (window_box): No longer inline.
9470
9471 2011-11-08 Chong Yidong <cyd@gnu.org>
9472
9473 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
9474 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
9475 Signal an error if not a live window.
9476 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
9477 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
9478
9479 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
9480
9481 * lisp.h (syms_of_abbrev): Remove declaration.
9482 Reported by CHENG Gao <chenggao@royau.me>.
9483
9484 2011-11-07 Eli Zaretskii <eliz@gnu.org>
9485
9486 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
9487 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
9488 of temacs in GUI mode.
9489
9490 2011-11-07 Martin Rudalics <rudalics@gmx.at>
9491
9492 * window.h: Declare delete_all_child_windows instead of
9493 delete_all_subwindows.
9494 * window.c (Fwindow_nest, Fset_window_nest)
9495 (Fset_window_new_total, Fset_window_new_normal)
9496 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
9497 (delete_all_subwindows): Rename to delete_all_child_windows.
9498 (Fdelete_other_windows_internal, Fset_window_configuration):
9499 Call delete_all_child_windows instead of delete_all_subwindows.
9500 * frame.c (delete_frame): Call delete_all_child_windows instead
9501 of delete_all_subwindows.
9502
9503 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
9504
9505 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
9506 This is also needed for porting to any host where GC_MARK_STACK is
9507 not GC_MAKE_GCPROS_NOOPS.
9508 (which_symbols): Use it.
9509
9510 2011-11-07 Kenichi Handa <handa@m17n.org>
9511
9512 * coding.c (coding_set_destination): Check coding->src_pos only
9513 when coding->src_object is a buffer (bug#9910).
9514
9515 * process.c (send_process): Set the member src_multibyte of coding
9516 to 0 (bug#9911) when sending a unibyte text.
9517
9518 * callproc.c (Fcall_process): Set the member src_multibyte of
9519 process_coding to 0 (bug#9912).
9520
9521 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9522
9523 * xmenu.c (cleanup_widget_value_tree): New function.
9524 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
9525 calling free_menubar_widget_value_tree directly (Bug#9830).
9526
9527 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
9528
9529 Fix some portability problems with 'inline'.
9530 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
9531 (window_box_width, window_box_left, window_box_left_offset)
9532 (window_box_right, window_box_right_offset): Declare extern.
9533 Otherwise, these inline functions do not conform to C99 and
9534 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
9535 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
9536 * intervals.c (adjust_intervals_for_insertion)
9537 (adjust_intervals_for_deletion): Now extern, because otherwise the
9538 extern inline functions 'offset_intervals' couldn't refer to it.
9539 (static_offset_intervals): Remove.
9540 (offset_intervals): Rewrite using the old contents of
9541 static_offset_intervals. The old version didn't conform to C99
9542 because an extern inline function contained a reference to an
9543 identifier with static linkage.
9544
9545 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
9546
9547 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
9548 GC.
9549
9550 2011-11-06 Eli Zaretskii <eliz@gnu.org>
9551
9552 * xdisp.c (init_iterator, reseat_to_string): Don't set the
9553 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
9554 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
9555 return Qleft_to_right.
9556
9557 2011-11-06 Chong Yidong <cyd@gnu.org>
9558
9559 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
9560 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
9561 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
9562 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
9563 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
9564 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
9565 (Fwindow_vscroll): Doc fix.
9566 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
9567 argument, since it makes no sense to pass a live window and for
9568 consistency with window-child.
9569
9570 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
9571
9572 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
9573 support MSVC.
9574
9575 2011-11-05 Jason Rumney <jasonr@gnu.org>
9576
9577 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
9578 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
9579 fonts (Bug#6029).
9580 (add_font_entity_to_list): Fix logic errors in mixed boolean and
9581 bitwise arithmetic preventing use of unicode-sip and non-truetype
9582 opentype fonts.
9583
9584 2011-11-05 Eli Zaretskii <eliz@gnu.org>
9585
9586 * s/ms-w32.h (fstat, stat, utime): Move redirections to
9587 "emacs"-only part.
9588
9589 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
9590 initialization code to keep similarity to xfns.c after changes
9591 from 2011-11-05.
9592
9593 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
9594
9595 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
9596 (unwind_create_frame): New function (Bug#9943).
9597 (Fx_create_frame): Restructure code to be more similar to the one in
9598 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
9599 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
9600 Move terminal->reference_count++ just before making the frame official
9601 (Bug#9943).
9602
9603 * nsterm.m (x_free_frame_resources): New function.
9604 (x_destroy_window): Move code to x_free_frame_resources.
9605
9606 * xfns.c (unwind_create_frame): Fix comment.
9607 (Fx_create_frame, x_create_tip_frame):
9608 Move terminal->reference_count++ just before making the frame
9609 official. Move initialization of image_cache_refcount and
9610 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
9611
9612 2011-11-05 Eli Zaretskii <eliz@gnu.org>
9613
9614 Support MSVC build with newer versions of Visual Studio.
9615 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
9616 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
9617 nt/gmake.defs.
9618
9619 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
9620 which are not supported by MSVC.
9621 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
9622 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
9623 bitfields.
9624 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
9625 types in bitfields.
9626 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
9627
9628 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
9629
9630 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9631
9632 Support MSVC build with newer versions of Visual Studio.
9633 * w32.c: Don't include w32api.h for MSVC.
9634 (init_environment) [_MSC_VER]: Call sys_access, not _access.
9635
9636 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
9637 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
9638 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
9639 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
9640 e_* cousins.
9641 (alloca) [_MSC_VER]: Define to _alloca.
9642
9643 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
9644
9645 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
9646
9647 2011-11-04 Eli Zaretskii <eliz@gnu.org>
9648
9649 * xdisp.c (note_mouse_highlight): If either of
9650 previous/next-single-property-change returns nil, treat that as
9651 the beginning or the end of the buffer. (Bug#9955)
9652
9653 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
9654
9655 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
9656 label is not null (Bug#9951).
9657 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
9658 may be NULL.
9659
9660 2011-11-04 Eli Zaretskii <eliz@gnu.org>
9661
9662 * window.c (Fwindow_body_size): Mention in the doc string that the
9663 return value is in frame's canonical units. (Bug#9949)
9664
9665 2011-11-03 Eli Zaretskii <eliz@gnu.org>
9666
9667 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
9668
9669 * w32fns.c (unwind_create_frame): If needed, free the glyph
9670 matrices of the partially constructed frame. (Bug#9943)
9671 * xfns.c (unwind_create_frame): Likewise.
9672
9673 2011-11-01 Eli Zaretskii <eliz@gnu.org>
9674
9675 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
9676 Don't stop backward scan on the continuation glyph, even though
9677 its CHARPOS is positive.
9678 (mouse_face_from_buffer_pos, note_mouse_highlight):
9679 Rename cover_string to disp_string.
9680
9681 2011-11-01 Martin Rudalics <rudalics@gmx.at>
9682
9683 * window.c (temp_output_buffer_show): Don't use
9684 Vtemp_buffer_show_specifiers.
9685 (Vtemp_buffer_show_specifiers): Remove unused variable.
9686
9687 2011-10-30 Eli Zaretskii <eliz@gnu.org>
9688
9689 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
9690 past the beginning of the current glyph matrix.
9691
9692 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
9693
9694 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
9695 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
9696 HAVE_GTK3 (Bug#9869).
9697
9698 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
9699 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
9700
9701 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
9702
9703 * xterm.c: Declare x_handle_net_wm_state to return int.
9704 (handle_one_xevent): Check if we are iconified but don't have
9705 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
9706 (get_current_wm_state): Return non-zero if not hidden,
9707 check for _NET_WM_STATE_HIDDEN (Bug#9893).
9708 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
9709 (x_handle_net_wm_state): Return what get_current_wm_state returns.
9710 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
9711
9712 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
9713
9714 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
9715 so that this new function doesn't get optimized away by a
9716 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
9717
9718 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
9719
9720 * frame.h (MOUSE_HL_INFO): Remove excess parens.
9721
9722 2011-10-29 Eli Zaretskii <eliz@gnu.org>
9723
9724 Fix the `xbytecode' command.
9725 * .gdbinit (xprintbytestr): New command.
9726 (xwhichsymbols): Rename from `which'; all callers changed.
9727 (xbytecode): Print the byte-code string as well.
9728
9729 2011-10-29 Kim Storm <storm@cua.dk>
9730
9731 * alloc.c (which_symbols): New function.
9732
9733 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
9734
9735 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
9736 line. (Bug#9903)
9737
9738 2011-10-29 Glenn Morris <rgm@gnu.org>
9739
9740 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
9741 Not clear what it was for, and it causes various bugs. (Bug#9839)
9742
9743 2011-10-28 Eli Zaretskii <eliz@gnu.org>
9744
9745 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
9746 possible random value that matches one of those tested as
9747 condition to clear the mouse face.
9748
9749 2011-10-28 Chong Yidong <cyd@gnu.org>
9750
9751 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
9752
9753 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9754
9755 * window.c (make_window): Initialize phys_cursor_on_p.
9756
9757 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * lisp.h (struct Lisp_Symbol): Update comments.
9760
9761 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
9762
9763 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
9764
9765 2011-10-28 Eli Zaretskii <eliz@gnu.org>
9766
9767 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
9768 <oslsachem@gmail.com> for helping to debug this.
9769
9770 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
9771 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
9772 (g_b_init_get_glyph_outline_w): New static variables.
9773 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
9774 (GetGlyphOutlineW_Proc): New typedefs.
9775 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
9776 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
9777 New functions.
9778 (w32font_open_internal, compute_metrics):
9779 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
9780 instead of calling the "wide" APIs directly.
9781
9782 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
9783
9784 * w32.h (syms_of_w32font): Add prototype.
9785
9786 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
9787
9788 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
9789 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
9790 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
9791 (Fmove_to_window_line): Doc fix.
9792
9793 2011-10-27 Chong Yidong <cyd@gnu.org>
9794
9795 * process.c (make_process): Set gnutls_state to NULL.
9796
9797 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
9798 non-NULL, regardless of GNUTLS_INITSTAGE.
9799 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
9800 an error. Set process slots as soon as we allocate them.
9801
9802 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
9803
9804 2011-10-27 Chong Yidong <cyd@gnu.org>
9805
9806 * gnutls.c (emacs_gnutls_deinit): New function.
9807 Deallocate credentials structures as well as calling gnutls_deinit.
9808 (Fgnutls_deinit, Fgnutls_boot): Use it.
9809
9810 * process.c (make_process): Initialize GnuTLS credentials to NULL.
9811 (deactivate_process): Call emacs_gnutls_deinit.
9812
9813 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
9814
9815 * image.c (x_create_x_image_and_pixmap):
9816 * w32.c (sys_rename, w32_delayed_load):
9817 * w32font.c (fill_in_logfont):
9818 * w32reg.c (x_get_string_resource): Silence compiler warnings.
9819
9820 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
9821
9822 * w32fns.c (w32_default_color_map): New function,
9823 extracted from Fw32_default_color_map.
9824 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
9825
9826 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
9827
9828 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
9829
9830 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * keyboard.c (test_undefined): New function (bug#9751).
9833 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
9834
9835 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
9836
9837 * sysdep.c (init_sys_modes): Fix the check for the controlling
9838 terminal (Bug#6649).
9839
9840 2011-10-20 Eli Zaretskii <eliz@gnu.org>
9841
9842 * dispextern.h (struct bidi_it): New member next_en_type.
9843
9844 * bidi.c (bidi_line_init): Initialize the next_en_type member.
9845 (bidi_resolve_explicit_1): When next_en_pos is valid for the
9846 current character, check also for next_en_type being WEAK_EN.
9847 (bidi_resolve_weak): Don't enter the expensive loop if the current
9848 position is before next_en_pos. Record the bidi type of the first
9849 non-ET, non-BN character we find, in addition to its position.
9850 (bidi_level_of_next_char): Invalidate next_en_type when
9851 next_en_pos is over-stepped.
9852
9853 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
9854
9855 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
9856 * editfns.c: Rewrite current-time-zone so that it invokes
9857 the equivalent of (format-time-string "%Z") to get the time zone name.
9858 This fixes a bug when the time zone name contains characters that
9859 need converting from the system time locale to Emacs internal format.
9860 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
9861 that patch fixed format-time-string to do the conversion, but
9862 I forgot to fix current-time-zone.
9863 (format_time_string): New function, containing most of
9864 what Fformat_time_string used to contain.
9865 (Fformat_time_string): Rewrite in terms of format_time_string.
9866 This doesn't change this function's behavior.
9867 (current-time-zone): Rewrite to use format_time_string.
9868 This fixes the bug reported by Michael Schierl in
9869 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
9870 Jason Rumney's 2007-06-07 change worked around this bug, but
9871 didn't fix it.
9872 * systime.h (tzname, timezone): Remove no-longer-used declarations.
9873
9874 2011-10-19 Eli Zaretskii <eliz@gnu.org>
9875
9876 * xdisp.c (start_display): If the character at POS is displayed
9877 via a display vector, reset IT->current.dpvec_index to zero.
9878 (try_window_reusing_current_matrix): If a line ends in a display
9879 vector or the next line starts in a display vector, continue
9880 redrawing the window even though the character position of
9881 start_row was reached.
9882 (Bug#9771, part 2)
9883
9884 2011-10-18 Chong Yidong <cyd@gnu.org>
9885
9886 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
9887 with nobreak-char-display too.
9888
9889 2011-10-18 Eli Zaretskii <eliz@gnu.org>
9890
9891 Fix part 3 of bug#9771.
9892 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
9893 (bidi_resolve_neutral): Don't enter the expensive loop looking for
9894 non-neutral characters if the current character is a paragraph
9895 separator (a.k.a. Newline). This avoids running the same
9896 expensive loop twice, once when we consume the preceding newline
9897 and the other time when the line actually needs to be displayed.
9898 Avoid the loop when we see neutrals on the base embedding level
9899 following a character whose directionality is the same as the
9900 paragraph's. This avoids running the expensive loop when a line
9901 ends in a long sequence of neutrals, like control characters.
9902 Add assertion against STRONG_AL type. Slightly rearrange code
9903 that determines the type of a neutral given the first non-neutral
9904 that follows it.
9905 (bidi_level_of_next_char): Set next_en_pos to zero when
9906 invalidating its info.
9907
9908 2011-10-17 Eli Zaretskii <eliz@gnu.org>
9909
9910 * xdisp.c (push_display_prop): Determine whether to record string
9911 or buffer position by IT->string, not by IT->method. Allow
9912 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
9913 (move_it_vertically_backward): Don't look for character position
9914 immediately after the newline when in a continuation line.
9915 (Bug#9771, part 1)
9916
9917 2011-10-15 Martin Rudalics <rudalics@gmx.at>
9918
9919 * window.c (coordinates_in_window): Rewrite and delabelize
9920 vertical border check. (Bug#5357) (Bug#9618)
9921
9922 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
9925 errors in XSetWindowBorder (bug#9310).
9926
9927 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
9928
9929 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
9930 avoid crash when xmalloc overrun checking is enabled.
9931
9932 2011-10-13 Eli Zaretskii <eliz@gnu.org>
9933
9934 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
9935 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
9936 cursor motion with <left> and <right> arrow keys.
9937
9938 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
9939 some callers set that themselves.
9940
9941 2011-10-12 Eli Zaretskii <eliz@gnu.org>
9942
9943 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
9944 display string and the previous row comes from the same string and
9945 is empty. (Bug#9739) (Bug#9738)
9946
9947 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * doc.c (get_doc_string): Encode file name (bug#9735).
9950
9951 2011-10-12 Eli Zaretskii <eliz@gnu.org>
9952
9953 * bidi.c (bidi_level_of_next_char):
9954 * xdisp.c (get_visually_first_element): Remove old incorrect
9955 comments regarding the Unicode Line Separator character.
9956
9957 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
9958
9959 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
9960
9961 * alloc.c (Fgc_status): Do not access beyond zombies array
9962 boundary if nzombies > MAX_ZOMBIES.
9963 * alloc.c (dump_zombies): Add missing format specifier.
9964
9965 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
9966
9967 * xdisp.c (set_cursor_from_row): Simplify conditionals,
9968 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
9969
9970 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
9971 Some packages use them to denote characters with modifiers.
9972
9973 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
9974
9975 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
9976 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
9977 matching a pp-number. Rename parameter var to var1.
9978
9979 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
9982
9983 2011-10-08 Glenn Morris <rgm@gnu.org>
9984
9985 * callint.c (Fcall_interactively): Give a more explicit error for the
9986 'c' case with a non-character input. (Bug#8479)
9987
9988 2011-10-08 Eli Zaretskii <eliz@gnu.org>
9989
9990 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
9991 lines.
9992 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
9993 lines that are hscrolled on the left.
9994
9995 * dispnew.c (buffer_posn_from_coords): Account for a possible
9996 presence of header-line. (Bug#4426)
9997
9998 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
10001 Don't advertise functionality which we discourage or doesn't work.
10002
10003 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
10004
10005 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
10006 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
10007 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
10008 this makes Emacs dump core during garbage collection on rare
10009 occasions. sizeof is obviously inferior to offsetof here, so
10010 stick with offsetof.
10011 (GC_POINTER_ALIGNMENT): New macro.
10012 (mark_memory): Omit 3rd (offset) arg; caller changed.
10013 Don't assume EMACS_INT alignment is the same as pointer alignment.
10014
10015 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * keyboard.c (read_key_sequence_remapped): New var.
10018 (read_key_sequence): Compute remapping in the right buffer.
10019 (command_loop_1): Use read_key_sequence's remapping directly.
10020
10021 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * dired.c (file_name_completion): Don't expand file name.
10024 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
10025 before checking file name handler.
10026
10027 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
10028 they've been requested explicitly (bug#9591).
10029
10030 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
10031
10032 * keymap.c (Fsingle_key_description): Use make_specified_string
10033 instead of build_string to build string from push_key_description.
10034 (Bug#5193)
10035
10036 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
10037
10038 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
10039 This fixes a Y2038 bug on 64-bit hosts.
10040 * buffer.c (reset_buffer):
10041 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
10042 (Fclear_buffer_auto_save_failure):
10043 Use 0, not -1, to represent an unset failure time, since time_t
10044 might not be signed.
10045
10046 Remove dependency on glibc malloc internals.
10047 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10048 Move back here from lisp.h, but with their new implementations.
10049 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
10050 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
10051 * charset.c (charset_table_init): New static var.
10052 (syms_of_charset): Use it instead of xmalloc. This removes a
10053 dependency on glibc malloc internals. See Eli Zaretskii's comment in
10054 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
10055 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10056 Move back to alloc.c.
10057 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
10058 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
10059
10060 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
10061
10062 * nsterm.m (windowDidResize): Call x_set_window_size only when
10063 ns_in_resize is true. Otherwise set pixelwidth/height and
10064 call change_frame_size (Bug#9628).
10065
10066 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
10067
10068 Port --enable-checking=all to Fedora 14 x86-64.
10069 * charset.c (syms_of_charset): Also account for glibc malloc's
10070 internal overhead when calculating the initial malloc maximum.
10071
10072 Port --enable-checking=all to Fedora 14 x86.
10073 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10074 Move to lisp.h.
10075 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
10076 (overrun_check_realloc, overrun_check_free):
10077 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
10078 That way, xmalloc returns a properly-aligned pointer even if
10079 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
10080 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
10081 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
10082 into account when calculating the initial malloc maximum.
10083 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
10084 Move here from alloc.c, so that charset.c can use it too.
10085 Properly align; the old code wasn't right for common 32-bit hosts
10086 when configured with --enable-checking=all.
10087 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
10088 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
10089
10090 2011-09-29 Eli Zaretskii <eliz@gnu.org>
10091
10092 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
10093 use EDOM.
10094
10095 2011-09-28 Eli Zaretskii <eliz@gnu.org>
10096
10097 * xdisp.c (compute_display_string_end): If there's no display
10098 string at CHARPOS, return -1.
10099
10100 * bidi.c (bidi_fetch_char): When compute_display_string_end
10101 returns a negative value, treat the character as a normal
10102 character not covered by a display string. (Bug#9624)
10103
10104 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
10105
10106 * lread.c (Fread_from_string): Fix typo in docstring.
10107
10108 2011-09-27 Eli Zaretskii <eliz@gnu.org>
10109
10110 * xdisp.c (handle_invisible_prop): If invisible text ends on a
10111 newline, reseat the iterator instead of bidi-iterating there one
10112 character at a time. (Bug#9610)
10113 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
10114 TO_CHARPOS if the bidi iterator is at base embedding level.
10115
10116 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
10117
10118 * lread.c (readevalloop): Use correct code for NBSP.
10119 (read1): Likewise. (Bug#9608)
10120
10121 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
10122
10123 * dbusbind.c (Fdbus_register_signal): When service is not
10124 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
10125
10126 2011-09-25 Glenn Morris <rgm@gnu.org>
10127
10128 * buffer.c (truncate-lines): Doc fix.
10129
10130 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
10133 (Fset_window_next_buffers): Doc fix.
10134
10135 2011-09-24 Glenn Morris <rgm@gnu.org>
10136
10137 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
10138
10139 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
10140
10141 Fix minor problems found by static checking.
10142 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
10143 * indent.c (Fvertical_motion): Fix == vs = typo.
10144
10145 2011-09-24 Eli Zaretskii <eliz@gnu.org>
10146
10147 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
10148 Default value is now t. Doc fix.
10149
10150 * indent.c (Fvertical_motion): Compute and apply the overshoot
10151 logic when moving up, not only when moving down. Fix the
10152 confusing name and values of the it_overshoot_expected variable;
10153 logic changes accordingly. (Bug#9254) (Bug#9549)
10154
10155 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
10156 CHARPOS is covered by a display string which includes newlines.
10157 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
10158 is covered by a display string with embedded newlines.
10159
10160 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * dbusbind.c (Fdbus_register_signal): Add match rule to
10163 Vdbus_registered_objects_table. (Bug#9581)
10164 (Fdbus_register_method, Vdbus_registered_objects_table):
10165 Fix docstring.
10166
10167 2011-09-24 Jim Meyering <meyering@redhat.com>
10168
10169 do not ignore write error for any output size
10170 The previous change was incomplete.
10171 While it makes emacs --batch detect the vast majority of stdout
10172 write failures, errors were still ignored whenever the output size is
10173 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
10174 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
10175 && echo FAIL: ignored write error
10176 FAIL: ignored write error
10177 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
10178 && echo FAIL: ignored write error
10179 FAIL: ignored write error
10180 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
10181
10182 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
10183
10184 * emacs.c (Fkill_emacs): In noninteractive mode exit
10185 non-successfully if a write error occurred on stdout. (Bug#9574)
10186
10187 2011-09-21 Eli Zaretskii <eliz@gnu.org>
10188
10189 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
10190 the xassert test.
10191
10192 * dispextern.h (struct it): Update the comment documenting what
10193 can it->OBJECT be.
10194
10195 2011-09-20 Eli Zaretskii <eliz@gnu.org>
10196
10197 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
10198 a display string, extend search for cursor position to end of row.
10199 (find_row_edges): If the row ends in a newline from a display
10200 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
10201 Handle the case of a display string with multiple newlines.
10202 (Fcurrent_bidi_paragraph_direction): Fix search for previous
10203 non-empty line. Fixes confusing cursor motion with arrow keys at
10204 the beginning of a line that starts with whitespace.
10205
10206 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10207
10208 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
10209 (bug#9493).
10210
10211 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
10212
10213 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
10214 boolean (Bug#9154).
10215
10216 2011-09-18 Eli Zaretskii <eliz@gnu.org>
10217
10218 * xdisp.c (display_line): Record maximum and minimum buffer
10219 positions even if no glyphs were produced (e.g., by a zero-width
10220 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
10221 buffer positions that will be removed from the glyph row because
10222 they don't fit.
10223 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
10224 column is beyond frame width: don't subtract 1 "pixel" when
10225 computing width of the stretch.
10226 (reseat_at_next_visible_line_start): Undo the change made on
10227 2011-09-17 that saved paragraph information and restored it after
10228 the call to `reseat'. (Bug#9545)
10229
10230 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10231
10232 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
10233 and turn window cursor on if cleared (Bug#9415).
10234
10235 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
10236
10237 * search.c (boyer_moore): Take unibyte characters from pattern
10238 literally. (Bug#9458)
10239
10240 2011-09-18 Eli Zaretskii <eliz@gnu.org>
10241
10242 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
10243
10244 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
10245
10246 Fix minor problem found by static checking.
10247 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
10248 initialized, to pacify gcc -Wuninitialized.
10249
10250 * fileio.c: Report proper errno when syscall falls.
10251 (Finsert_file_contents): Save and restore errno,
10252 so that report_file_error outputs the correct diagnostic.
10253 (Fwrite_region) [CLASH_DETECTION]: Likewise.
10254
10255 2011-09-18 Eli Zaretskii <eliz@gnu.org>
10256
10257 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
10258
10259 2011-09-17 Eli Zaretskii <eliz@gnu.org>
10260
10261 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
10262 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
10263
10264 2011-09-17 Eli Zaretskii <eliz@gnu.org>
10265
10266 * xdisp.c (reseat_at_next_visible_line_start): Keep information
10267 about the current paragraph and restore it after the call to reseat.
10268
10269 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
10270 (bidi_find_paragraph_start): Search back for paragraph beginning
10271 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
10272 (bidi_move_to_visually_next): Only trigger paragraph-related
10273 computations when the last character is a newline or at EOB, not
10274 just any NEUTRAL_B. (Bug#9470)
10275
10276 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
10277 truncated lines if point is covered by a display string. (Bug#9524)
10278
10279 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
10280
10281 * xselect.c: Relax test for outgoing X longs (Bug#9498).
10282 (cons_to_x_long): New function.
10283 (lisp_data_to_selection_data): Use it. Correct the test for
10284 short-versus-long data; it was negated. Break out of vector
10285 loop, for efficiency, when a long datum is discovered.
10286
10287 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
10290
10291 2011-09-16 Eli Zaretskii <eliz@gnu.org>
10292
10293 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
10294 GCC PR/17406) by declaring this function with external scope.
10295
10296 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
10297
10298 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
10299 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
10300
10301 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
10302
10303 * editfns.c (Fformat): Correctly handle text properties on "%%".
10304
10305 2011-09-15 Eli Zaretskii <eliz@gnu.org>
10306
10307 * xterm.c (x_draw_composite_glyph_string_foreground):
10308 * w32term.c (x_draw_composite_glyph_string_foreground):
10309 * term.c (encode_terminal_code):
10310 * composite.c (composition_update_it, get_composition_id):
10311 * xdisp.c (get_next_display_element)
10312 (fill_composite_glyph_string): Add comments about special meaning
10313 of TAB characters in a composition.
10314
10315 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
10316
10317 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
10318 This occurs when processing a multibyte format.
10319 Problem reported by Wolfgang Jenker.
10320
10321 2011-09-15 Johan Bockgård <bojohan@gnu.org>
10322
10323 * xdisp.c (try_cursor_movement): Only check for exact match if
10324 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
10325
10326 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
10327
10328 Remove unused external symbols.
10329 * dispextern.h (calc_pixel_width_or_height): Remove decl.
10330 * xdisp.c (calc_pixel_width_or_height): Now static.
10331 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
10332 * indent.c (check_display_width):
10333 * w32term.c: Fix comment to match code.
10334 * xterm.c, xterm.h (x_catching_errors): Remove.
10335
10336 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
10337
10338 * xselect.c: Use signed conversions more consistently (Bug#9498).
10339 (selection_data_to_lisp_data): Assume incoming selection data are
10340 signed integers, not unsigned. This is to be consistent with
10341 outgoing selection data, which was modified to use signed integers
10342 in as part of the fix to Bug#9196 in response to Jan D.'s comment
10343 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
10344 expects long, not unsigned long.
10345
10346 2011-09-14 Eli Zaretskii <eliz@gnu.org>
10347
10348 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
10349 computation of loop end. Reported by Johan Bockgård
10350 <bojohan@gnu.org>.
10351
10352 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
10353
10354 * frame.c (Fother_visible_frames_p): Function deleted.
10355
10356 2011-09-12 Eli Zaretskii <eliz@gnu.org>
10357
10358 * indent.c (compute_motion): Process display vector front to back
10359 rather than the other way around. (Bug#2496)
10360
10361 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
10364
10365 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * minibuf.c (Fread_from_minibuffer): Doc fix.
10368
10369 2011-09-11 Eli Zaretskii <eliz@gnu.org>
10370
10371 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
10372 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
10373
10374 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10375
10376 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
10377 value for non-existent files.
10378
10379 2011-09-11 Eli Zaretskii <eliz@gnu.org>
10380
10381 * fileio.c (Finsert_file_contents): If the file cannot be opened,
10382 set its "size" to -1. This will set the modtime_size field of
10383 the corresponding buffer to -1, which is what
10384 verify-visited-file-modtime expects for files that do not exist.
10385 (Bug#9139)
10386
10387 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
10388
10389 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
10390 here ...
10391 * lisp.h: ... from here. push_key_description is no longer
10392 defined in keyboard.c, so its declaration should not be in
10393 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
10394 logically belongs with push_key_description.
10395
10396 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
10397
10398 * buffer.h: Include <sys/types.h> instead of <time.h>.
10399 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
10400 Problem reported by Herbert J. Skuhra.
10401
10402 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10403
10404 * xml.c (parse_region): Make the parsing work for
10405 non-comment-starting XML files again (bug#9144).
10406
10407 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
10408
10409 * image.c (gif_load): Fix calculation of bottom and right corner.
10410 (Bug#9468)
10411
10412 2011-09-10 Eli Zaretskii <eliz@gnu.org>
10413
10414 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
10415 redisplay in small windows.
10416
10417 2011-09-09 Eli Zaretskii <eliz@gnu.org>
10418
10419 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
10420
10421 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10422
10423 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
10424 Operate on live windows only.
10425
10426 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
10429
10430 2011-09-07 Eli Zaretskii <eliz@gnu.org>
10431
10432 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
10433 only under bidi iteration.
10434
10435 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
10436
10437 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
10438
10439 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
10440
10441 isnan: Fix porting problem to Solaris 10 with bundled gcc.
10442 Without this fix, the command to link temacs failed due to an
10443 undefined symbol __builtin_isnan. This is because
10444 /usr/include/iso/math_c99.h #defines isnan(x) to
10445 __builtin_isnan(x), but the bundled gcc, which identifies itself
10446 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
10447 a __builtin_isnan.
10448 * floatfns.c (isnan): #undef, and then #define to a clone of
10449 what's in data.c.
10450 (Fisnan): Always define, since it's always available now.
10451 (syms_of_floatfns): Always define isnan at the Lisp level.
10452
10453 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
10454
10455 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
10456
10457 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
10458
10459 * fileio.c: Fix bugs with large file offsets (Bug#9428).
10460 The previous code assumed that file offsets (off_t values) fit in
10461 EMACS_INT variables, which is not true on typical 32-bit hosts.
10462 The code messed up by falsely reporting buffer overflow in cases
10463 such as (insert-file-contents "big" nil 1 2) into an empty buffer
10464 when "big" contains more than 2**29 bytes, even though this
10465 inserts just one byte and does not overflow the buffer.
10466 (Finsert_file_contents): Store file offsets as off_t
10467 values, not as EMACS_INT values. Check for overflow when
10468 converting between EMACS_INT and off_t. When checking for
10469 buffer overflow or for overlap, take the offsets into account.
10470 Don't use EMACS_INT for small values where int suffices.
10471 When checking for overlap, fix a typo: ZV was used where
10472 ZV_BYTE was intended.
10473 (Fwrite_region): Don't assume off_t fits into 'long'.
10474 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
10475
10476 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
10477
10478 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
10479
10480 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
10481
10482 sprintf-related integer and memory overflow issues (Bug#9412).
10483
10484 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
10485 (esprintf, exprintf, evxprintf): New functions.
10486 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
10487 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
10488 (modify_event_symbol): Do not assume that the length of
10489 name_alist_or_stem is safe to alloca and fits in int.
10490 (Fexecute_extended_command): Likewise for function name and binding.
10491 (Frecursion_depth): Wrap around reliably on integer overflow.
10492 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
10493 since some callers pass EMACS_INT values.
10494 (Fsingle_key_description): Don't crash if symbol name contains more
10495 than MAX_ALLOCA bytes.
10496 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
10497 (get_minibuffer): Arg is now EMACS_INT, not int.
10498 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
10499 (esprintf, exprintf, evxprintf): New decls.
10500 * window.h (command_loop_level, minibuf_level): Reflect API changes.
10501
10502 * dbusbind.c (signature_cat): New function.
10503 (xd_signature, Fdbus_register_signal):
10504 Do not overrun buffer; instead, report string overflow.
10505
10506 * dispnew.c (add_window_display_history): Don't overrun buffer.
10507 Truncate instead; this is OK since it's just a log.
10508
10509 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
10510 even if the time zone offset is outlandishly large.
10511 Don't mishandle offset == INT_MIN.
10512
10513 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
10514 when creating daemon; the previous buffer-overflow check was incorrect.
10515
10516 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
10517 which has the guts of the old verror function.
10518
10519 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
10520 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
10521
10522 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
10523 (font_unparse_xlfd): Don't blindly alloca long strings.
10524 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
10525 fits in int, when using sprintf. Use single snprintf to count
10526 length of string rather than counting it via multiple sprintfs;
10527 that's simpler and more reliable.
10528 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
10529 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
10530 sprintf, in case result does not fit in int.
10531
10532 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
10533 (fontset_from_font): Print it.
10534
10535 * frame.c (tty_frame_count): Now printmax_t, not int.
10536 (make_terminal_frame, set_term_frame_name): Print it.
10537 (x_report_frame_params): In X, window IDs are unsigned long,
10538 not signed long, so print them as unsigned.
10539 (validate_x_resource_name): Check for implausibly long names,
10540 and don't assume name length fits in 'int'.
10541 (x_get_resource_string): Don't blindly alloca invocation name;
10542 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
10543 not fit in int.
10544
10545 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
10546 (xg_check_special_colors, xg_set_geometry):
10547 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
10548
10549 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
10550 Use esprintf, not sprintf, in case result does not fit in int.
10551
10552 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
10553 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
10554 it as a large positive number.
10555 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
10556 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
10557
10558 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
10559 in case result does not fit in int.
10560
10561 * print.c (float_to_string): Detect width overflow more reliably.
10562 (print_object): Make sprintf buffer a bit bigger, to avoid potential
10563 buffer overrun. Don't assume list length fits in 'int'. Treat
10564 print length of 0 as 0, not as infinity; to be consistent with other
10565 uses of print length in this function. Don't overflow print length
10566 index. Don't assume hash table size fits in 'long', or that
10567 vectorlike size fits in 'unsigned long'.
10568
10569 * process.c (make_process): Use printmax_t, not int, to format
10570 process-name gensyms.
10571
10572 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
10573
10574 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
10575 to avoid potential buffer overrun.
10576
10577 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
10578 if X resource line is longer than 512 bytes.
10579
10580 * xfns.c (x_window): Make sprintf buffer a bit bigger
10581 to avoid potential buffer overrun.
10582
10583 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
10584
10585 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
10586
10587 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
10588
10589 Integer overflow fixes for scrolling, etc.
10590 Without these, Emacs silently mishandles large integers sometimes.
10591 For example, "C-u 4294967297 M-x recenter" was treated as if
10592 it were "C-u 1 M-x recenter" on a typical 64-bit host.
10593
10594 * xdisp.c (try_window_id): Check Emacs fixnum range before
10595 converting to 'int'.
10596
10597 * window.c (window_scroll_line_based, Frecenter):
10598 Check that an Emacs fixnum is in range before assigning it to 'int'.
10599 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
10600 values converted from Emacs fixnums.
10601 (Frecenter): Don't wrap around a line count if it is out of 'int'
10602 range; instead, treat it as an extreme value.
10603 (Fset_window_configuration, compare_window_configurations):
10604 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
10605
10606 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
10607 that can exceed INT_MAX. Check that EMACS_INT value is in range
10608 before assigning it to the (possibly-narrower) index.
10609 (match_limit): Don't assume that a fixnum can fit in 'int'.
10610
10611 * print.c (print_object): Use ptrdiff_t, not int, for index that can
10612 exceed INT_MAX.
10613
10614 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
10615 (Fvertical_motion): Don't wrap around LINES values that don't fit
10616 in 'int'. Instead, treat them as extreme values. This is good
10617 enough for windows, which can't have more than INT_MAX lines anyway.
10618
10619 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10620
10621 * Require libxml/parser.h to avoid compilation warning.
10622
10623 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
10624
10625 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
10626 since this reportedly can destroy thread storage.
10627
10628 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
10629
10630 * syntax.c (find_defun_start): Update all cache variables if
10631 exiting early (Bug#9401).
10632
10633 2011-08-30 Eli Zaretskii <eliz@gnu.org>
10634
10635 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
10636
10637 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
10638 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
10639 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
10640
10641 * term.c (tty_append_glyph): New function.
10642 (produce_stretch_glyph): Static function and its prototype deleted.
10643
10644 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
10645 Add prototypes.
10646
10647 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
10648
10649 * image.c (parse_image_spec): Check for nonnegative, not for positive,
10650 when checking :margin (Bug#9390).
10651 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
10652 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
10653 so that the name doesn't mislead. All uses changed.
10654
10655 2011-08-28 Johan Bockgård <bojohan@gnu.org>
10656
10657 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
10658 set_tty_hooks.
10659
10660 2011-08-27 Eli Zaretskii <eliz@gnu.org>
10661
10662 * xdisp.c (move_it_to): Don't bail out early when reaching
10663 position beyond to_charpos, if we are scanning backwards.
10664 (move_it_vertically_backward): When DY == 0, make sure we get to
10665 the first character in the line after the newline.
10666
10667 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
10668
10669 * ccl.c: Improve and simplify overflow checking (Bug#9196).
10670 (ccl_driver): Do not generate an out-of-range pointer.
10671 (Fccl_execute_on_string): Remove unnecessary check for
10672 integer overflow, noted by Stefan Monnier in
10673 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
10674 Remove a FIXME that didn't need fixing.
10675 Simplify the newly-introduced buffer reallocation code.
10676
10677 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
10678
10679 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
10680
10681 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
10682
10683 Integer and memory overflow issues (Bug#9196).
10684
10685 * doc.c (get_doc_string): Rework so that
10686 get_doc_string_buffer_size is the actual buffer size, rather than
10687 being 1 less than the actual buffer size; this makes xpalloc more
10688 convenient.
10689
10690 * image.c (x_allocate_bitmap_record, cache_image):
10691 * xselect.c (Fx_register_dnd_atom):
10692 Simplify previous changes by using xpalloc.
10693
10694 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
10695 since either will do and ptrdiff_t is convenient with xpalloc.
10696
10697 * charset.c (charset_table_size)
10698 (struct charset_sort_data.priority): Now ptrdiff_t.
10699 (charset_compare): Don't overflow if priorities differ greatly.
10700 (Fsort_charsets): Don't assume list length fits in int.
10701 Check for size-calculation overflow when allocating sort data.
10702 (syms_of_charset): Allocate an initial charset table that is
10703 just under 64 KiB, to avoid problems with glibc malloc and mmap.
10704
10705 * cmds.c (internal_self_insert): Check for size-calculation overflow.
10706
10707 * composite.h (struct composition.glyph_len): Now int, not unsigned.
10708 The actual value is always <= INT_MAX, and leaving it unsigned made
10709 overflow checking harder.
10710
10711 * dispextern.h (struct glyph_matrix.rows_allocated)
10712 (struct face_cache.size): Now ptrdiff_t, for convenience in use
10713 with xpalloc. The values are still always <= INT_MAX.
10714
10715 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
10716
10717 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
10718 (SAFE_NALLOCA): New macro.
10719
10720 * region-cache.c (struct boundary.pos, find_cache_boundary)
10721 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
10722 (set_cache_region, invalidate_region_cache)
10723 (revalidate_region_cache, know_region_cache, region_cache_forward)
10724 (region_cache_backward, pp_cache):
10725 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
10726 so that ptrdiff_t * can be passed to xpalloc.
10727 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
10728 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
10729 (pp_cache): Don't assume cache_len fits in int.
10730 * region-cache.h: Adjust extern decls to match.
10731
10732 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
10733 EMACS_INT, since either will do, for xpalloc.
10734
10735 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
10736 (xnmalloc, xnrealloc, xpalloc): New functions.
10737
10738 * bidi.c (bidi_shelve_header_size): New constant.
10739 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
10740 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
10741
10742 * bidi.c (bidi_cache_shrink):
10743 * buffer.c (overlays_at, overlays_in, record_overlay_string)
10744 (overlay_strings):
10745 Don't update size of array until after memory allocation succeeds,
10746 because xmalloc/xrealloc may not return.
10747 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
10748 now that we have proper integer overflow checking.
10749 (record_overlay_string, overlay_strings): Catch overflows when
10750 calculating size of overlay_str_buf.
10751
10752 * callproc.c (Fcall_process): Check for size overflow when
10753 calculating size of args2.
10754 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
10755 Normally we prefer signed values, but sticking with ptrdiff_t would
10756 require adding more-complicated checks.
10757
10758 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
10759 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
10760 Redo buffer-overflow calculations to avoid integer overflow.
10761 Add a FIXME comment where memory seems to be over-allocated.
10762
10763 * character.c (Fstring): Check for size-calculation overflow.
10764
10765 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
10766 unnecessary integer overflow. Check for size overflow.
10767 (encode_coding_object): Don't update size until xmalloc succeeds.
10768
10769 * composite.c (get_composition_id): Check for overflow in glyph
10770 length calculations.
10771
10772 Integer and memory overflow fixes for display code.
10773 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
10774 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
10775 (scrolling_window): Check for overflow in size calculations.
10776 (line_draw_cost, realloc_glyph_pool, add_row_entry):
10777 Don't assume glyph table len fits in int.
10778 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
10779 (row_table_size): Now ptrdiff_t, not int.
10780 (scrolling_window): Avoid overflow in size calculations.
10781 Don't update size until allocation succeeds.
10782 * fns.c (concat): Check for overflow in size calculations.
10783 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
10784 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
10785 (NEXT_ALMOST_PRIME_LIMIT): New constant.
10786
10787 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
10788 (get_doc_string): Check for size calculation overflow.
10789 Don't update size until allocation succeeds.
10790 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
10791 EMACS_INT, where ptrdiff_t will do.
10792 (Fsubstitute_command_keys): Check for string overflow.
10793
10794 * editfns.c (set_time_zone_rule): Don't assume environment length
10795 fits in int.
10796 (message_length): Now ptrdiff_t, not int.
10797 (Fmessage_box): Don't update size until allocation succeeds.
10798 Don't assume message length fits in int.
10799 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
10800
10801 * emacs.c (main): Do not reallocate argv, since there is a null at
10802 the end that can be overwritten, and this way there's no need to
10803 worry about size-calculation overflow.
10804 (sort_args): Check for size-calculation overflow.
10805
10806 * eval.c (init_eval_once, grow_specpdl): Don't update size until
10807 alloc succeeds.
10808 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
10809
10810 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
10811 (x_set_scroll_bar_width, x_figure_window_size):
10812 Check for integer overflow.
10813 (x_set_alpha): Do not assume XINT fits in int.
10814
10815 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
10816 This is for the members text_lines, text_cols, total_lines, total_cols,
10817 where the system imposes an 'int' limit.
10818
10819 * fringe.c (Fdefine_fringe_bitmap):
10820 Don't update size until alloc works.
10821
10822 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
10823 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
10824
10825 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
10826 Check for size-calculation overflow.
10827 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
10828 do, as we prefer signed integers.
10829 (id_to_widget.max_size, id_to_widget.used)
10830 (xg_store_widget_in_map, xg_remove_widget_from_map)
10831 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
10832 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
10833 Use and return ptrdiff_t, not int.
10834 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
10835 * gtkutil.h: Change prototypes to match the above.
10836
10837 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
10838 are duplicate now that they've been promoted to lisp.h.
10839 (x_allocate_bitmap_record, x_alloc_image_color)
10840 (make_image_cache, cache_image, xpm_load):
10841 Don't update size until alloc is done.
10842 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
10843 (x_detect_edges):
10844 Check for size calculation overflow.
10845 (ct_colors_allocated_max): New constant.
10846 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
10847 overflow.
10848
10849 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
10850 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
10851 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
10852 Use ptrdiff_t, not int, to count maps.
10853 (read_char_minibuf_menu_prompt): Check for overflow in size
10854 calculations. Don't update size until allocation succeeds.
10855 Redo calculations to avoid overflow.
10856 * keyboard.h: Change prototypes to match the above.
10857
10858 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
10859 to count maps.
10860 (current_minor_maps): Check for size calculation overflow.
10861 * keymap.h: Change prototypes to match the above.
10862
10863 * lread.c (read1, init_obarray): Don't update size until alloc done.
10864
10865 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
10866 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
10867
10868 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
10869 Now ptrdiff_t, not int.
10870 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
10871 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
10872
10873 * process.c (Fnetwork_interface_list): Check for overflow
10874 in size calculation.
10875
10876 * region-cache.c (move_cache_gap): Check for size calculation overflow.
10877
10878 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
10879 overflow. Don't bother calling xmalloc when xrealloc will do.
10880
10881 * search.c (Freplace_match): Check for size calculation overflow.
10882 (Fset_match_data): Don't assume list lengths fit in 'int'.
10883
10884 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
10885 for command line length. Do not attempt to address one before the
10886 beginning of an array, as that's not portable.
10887
10888 * term.c (max_frame_lines): Remove; unused.
10889 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
10890 not int.
10891 (encode_terminal_code, calculate_costs): Check for size
10892 calculation overflow.
10893 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
10894 table lengths and related sizes. Don't update size until alloc
10895 done. Redo calculations to avoid overflow.
10896 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
10897
10898 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
10899 subtracting pointers.
10900 (gobble_line): Check for overflow more carefully. Don't update size
10901 until alloc done.
10902
10903 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
10904 Don't update size until alloc done.
10905 Redo size calculations to avoid overflow.
10906 Check for size calculation overflow.
10907 (main) [DEBUG]: Fix typo in invoking tparam1.
10908
10909 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
10910 Use ptrdiff_t, not int, for sizes.
10911 (store_mode_line_noprop_char): Don't update size until alloc done.
10912
10913 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
10914 Use ptrdiff_t, not int, for sizes.
10915 (Finternal_make_lisp_face, cache_face):
10916 Check for size calculation overflow.
10917 (cache_face): Treat size calculation overflows as if they were
10918 memory exhaustion (the usual treatment), rather than aborting.
10919
10920 * xfns.c (x_encode_text, x_set_name_internal)
10921 (Fx_change_window_property): Use ptrdiff_t, not int, to count
10922 sizes, since they can exceed INT_MAX in size. Check for size
10923 calculation overflow.
10924
10925 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
10926 (xg_select): Check for size calculation overflow.
10927 Don't update size until alloc done.
10928
10929 * xrdb.c (get_environ_db): Don't assume path length fits in int,
10930 as sprintf is limited to int lengths.
10931
10932 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
10933 (X_LONG_MIN): New macros.
10934 Use them to make the following changes clearer.
10935 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
10936 This change doesn't affect the value now, but it may help remind
10937 future maintainers not to raise the value too much later.
10938 (SELECTION_QUANTUM): Remove, replacing with ...
10939 (selection_quantum): ... new function, which avoids overflow.
10940 All uses changed.
10941 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
10942 assumption that selection length fits in 'int'.
10943 (x_reply_selection_request, x_handle_selection_request)
10944 (x_get_window_property, receive_incremental_selection)
10945 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
10946 (lisp_data_to_selection_data, clean_local_selection_data):
10947 Use ptrdiff_t, not int, to record length of selection.
10948 (x_reply_selection_request, x_get_window_property)
10949 (receive_incremental_selection, x_property_data_to_lisp):
10950 Redo calculations to avoid overflow.
10951 (x_reply_selection_request): When sending hint, ceiling it at
10952 X_LONG_MAX rather than relying on wraparound overflow to send
10953 something.
10954 (x_get_window_property, receive_incremental_selection)
10955 (lisp_data_to_selection_data, x_property_data_to_lisp):
10956 Check for size-calculation overflow.
10957 (x_get_window_property, receive_incremental_selection)
10958 (lisp_data_to_selection_data, Fx_register_dnd_atom):
10959 Don't store size until memory allocation succeeds.
10960 (x_get_window_property): Plug memory leak on memory exhaustion.
10961 Don't double-block input; malloc is safe here. Don't assume 2**34
10962 - 4 fits in unsigned long. Add an xassert to check
10963 XGetWindowProperty overflow. Be more careful about overflow
10964 calculations, and distinguish size from memory overflow better.
10965 (receive_incremental_selection): When tracing, don't assume
10966 unsigned int is less than INT_MAX.
10967 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
10968 harmful) conversions of unsigned short to int.
10969 (lisp_data_to_selection_data): Don't assume that integers
10970 in the range -65535 through -1 fit in an X unsigned short.
10971 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
10972 result parameters unless successful. Rely on cons_to_unsigned
10973 to report problems with elements; the old code wasn't right anyway.
10974 (x_check_property_data): Check for int overflow; we cannot use
10975 a wider type due to X limits.
10976 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
10977
10978 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
10979
10980 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
10981 (x_term_init): Check for size calculation overflow.
10982 (x_color_cells): Don't store size until memory allocation succeeds.
10983 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
10984 Don't assume alloca size is less than MAX_ALLOCA.
10985 (x_term_init): Don't assume length fits in int (sprintf is limited
10986 to int size).
10987
10988 Use ptrdiff_t for composition IDs.
10989 * character.c (lisp_string_width):
10990 * composite.c (composition_table_size, n_compositions)
10991 (get_composition_id, composition_gstring_from_id):
10992 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
10993 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
10994 * window.c (Frecenter):
10995 Use ptrdiff_t, not int, for composition IDs.
10996 * composite.c (get_composition_id): Check for integer overflow.
10997 * composite.h: Adjust prototypes to match the above changes.
10998
10999 Use ptrdiff_t for hash table indexes.
11000 * category.c (hash_get_category_set):
11001 * ccl.c (ccl_driver):
11002 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
11003 * coding.c (coding_system_charset_list, detect_coding_system):
11004 * coding.h (struct coding_system.id):
11005 * composite.c (get_composition_id, gstring_lookup_cache):
11006 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
11007 * image.c (xpm_get_color_table_h):
11008 * lisp.h (hash_lookup, hash_put):
11009 * minibuf.c (Ftest_completion):
11010 Use ptrdiff_t for hash table indexes, not int (which is too
11011 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
11012 32-bit --with-wide-int hosts).
11013
11014 * charset.c (Fdefine_charset_internal): Check for integer overflow.
11015 Add a FIXME comment about memory leaks.
11016 (syms_of_charset): Don't assume xmalloc returns.
11017
11018 Don't assume that stated character widths fit in int.
11019 * character.c (Fchar_width, c_string_width, lisp_string_width):
11020 * character.h (CHAR_WIDTH):
11021 * indent.c (MULTIBYTE_BYTES_WIDTH):
11022 Use sanitize_char_width to avoid undefined and/or bad behavior
11023 with outlandish widths.
11024 * character.h (sanitize_tab_width): Rename from sanitize_width,
11025 now that we have two such functions. All uses changed.
11026 (sanitize_char_width): New inline function.
11027
11028 Don't assume that tab-width fits in int.
11029 * character.h (sanitize_width): New inline function.
11030 (SANE_TAB_WIDTH): New macro.
11031 (ASCII_CHAR_WIDTH): Use it.
11032 * indent.c (sane_tab_width): Remove. All uses replaced by
11033 SANE_TAB_WIDTH (current_buffer).
11034 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
11035
11036 * fileio.c: Integer overflow issues with file modes.
11037 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
11038
11039 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
11040 Remove unreachable code.
11041 (read_hex, load_charset_map_from_file): Check for integer overflow.
11042
11043 * xterm.c: Don't go over XClientMessageEvent limit.
11044 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
11045 (x_send_scroll_bar_event): Likewise. Check that the size does not
11046 exceed limits imposed by XClientMessageEvent, as well as the usual
11047 ptrdiff_t and size_t limits.
11048
11049 * keyboard.c: Overflow, signedness and related fixes.
11050 (make_lispy_movement): Use same integer type in forward decl
11051 that is used in the definition.
11052 (read_key_sequence, keyremap_step):
11053 Change bufsize argument back to int, undoing my 2011-03-30 change.
11054 We prefer signed types, and int is wide enough here.
11055 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
11056 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
11057 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
11058 length, not size_t. Use ptrdiff_t for index, not int.
11059 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
11060 possibility of integer overflow.
11061
11062 Overflow, signedness and related fixes for images.
11063
11064 * dispextern.h (struct it.stack[0].u.image.image_id)
11065 (struct_it.image_id, struct image.id, struct image_cache.size)
11066 (struct image_cache.used, struct image_cache.ref_count):
11067 * gtkutil.c (update_frame_tool_bar):
11068 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
11069 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
11070 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
11071 * nsmenu.m (update_frame_tool_bar):
11072 * xdisp.c (calc_pixel_width_or_height):
11073 * xfns.c (image_cache_refcount):
11074 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
11075 on typical 64-bit hosts.
11076
11077 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
11078 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
11079 Omit unnecessary casts to int.
11080 (parse_image_spec): Check that integers fall into 'int' range
11081 when the callers expect that.
11082 (image_ascent): Redo ascent calculation to avoid int overflow.
11083 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
11084 (lookup_image): Remove unnecessary tests.
11085 (xbm_image_p): Locals are now of int, not EMACS_INT,
11086 since parse_image_check makes sure they fit into int.
11087 (png_load, gif_load, svg_load_image):
11088 Prefer int to unsigned where either will do.
11089 (tiff_handler): New function, combining the cores of the
11090 old tiff_error_handler and tiff_warning_handler.
11091 This function is rewritten to use vsnprintf and thereby avoid
11092 stack buffer overflows. It uses only the features of vsnprintf
11093 that are common to both POSIX and native Microsoft.
11094 (tiff_error_handler, tiff_warning_handler): Use it.
11095 (tiff_load, gif_load, imagemagick_load_image):
11096 Don't assume :index value fits in 'int'.
11097 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
11098 (imagemagick_load_image): Check that crop parameters fit into
11099 the integer types that MagickCropImage accepts. Don't assume
11100 Vimagemagick_render_type has a nonnegative value. Don't assume
11101 size_t fits in 'long'.
11102 (gs_load): Use printmax_t to print the widest integers possible.
11103 Check for integer overflow when computing image height and width.
11104
11105 2011-08-26 Eli Zaretskii <eliz@gnu.org>
11106
11107 * xdisp.c (redisplay_window): Don't force window start if point
11108 will be invisible in the resulting window. (Bug#9324)
11109
11110 2011-08-25 Eli Zaretskii <eliz@gnu.org>
11111
11112 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
11113 the display spec is of the form `(space ...)'.
11114 (handle_display_spec): Return the value returned by
11115 handle_single_display_spec, not just 1 or zero.
11116 (handle_single_display_spec): If the display spec is of the form
11117 `(space ...)', and specifies display in the text area, return 2
11118 rather than 1.
11119 (try_cursor_movement): Check for the need to scroll more
11120 accurately, and prefer exact match for point under bidi.
11121 Don't advance `row' beyond the last row of the window.
11122
11123 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
11124 into disp_prop; all users changed.
11125
11126 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
11127 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
11128 for the text covered by the display property.
11129
11130 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
11133 Change return value to nil.
11134 (Frecord_buffer): Delete unused function.
11135
11136 2011-08-24 Eli Zaretskii <eliz@gnu.org>
11137
11138 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
11139 buffers, return left-to-right.
11140 (set_cursor_from_row): Consider candidate row a win if its glyph
11141 represents a newline and point is on that newline. Fixes cursor
11142 positioning on the newline at EOL of R2L text within L2R
11143 paragraph, and vice versa.
11144 (try_cursor_movement): Check continued rows, in addition to
11145 continuation rows. Fixes unwarranted scroll when point enters a
11146 continued line of R2L text within an L2R paragraph, or vice versa.
11147 (cursor_row_p): Consider the case of point being equal to
11148 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
11149 from the end of a short line to the beginning of a continued line
11150 of R2L text within L2R paragraph.
11151 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
11152 composed characters.
11153
11154 * bidi.c (bidi_check_type): Use xassert.
11155 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
11156 members.
11157
11158 2011-08-23 Eli Zaretskii <eliz@gnu.org>
11159
11160 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
11161 a character.
11162
11163 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
11164
11165 * nsfont.m (ns_otf_to_script): Fix typo.
11166
11167 2011-08-22 Kenichi Handa <handa@m17n.org>
11168
11169 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
11170 extra slot even if the purpose is char-code-property-table.
11171
11172 2011-08-23 Eli Zaretskii <eliz@gnu.org>
11173
11174 * xdisp.c (redisplay_window): When computing centering_position,
11175 account for the height of the header line. (Bug#8874)
11176
11177 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
11178 instead of CHAR_TO_BYTE. Fixes a crash when a completion
11179 candidate is selected by the mouse, and that candidate has a
11180 composed character under the mouse.
11181
11182 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
11183 coordinates reported by pos-visible-in-window-p for a composed
11184 character in column zero.
11185
11186 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
11189
11190 2011-08-22 Eli Zaretskii <eliz@gnu.org>
11191
11192 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
11193 consider it a hit if to_charpos is anywhere in the range of the
11194 composed buffer positions.
11195
11196 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
11197
11198 * image.c (gif_load): Don't assume that each subimage has the same
11199 dimensions as the base image. Handle disposal method that is
11200 "undefined" by the gif spec (Bug#9335).
11201
11202 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
11203
11204 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
11205 (Fcondition_case): Document `debug' symbol in error handler.
11206
11207 2011-08-19 Eli Zaretskii <eliz@gnu.org>
11208
11209 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
11210 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
11211 from an Org mode buffer to a Speedbar frame.
11212
11213 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
11214 a composition, take its buffer position from IT->cmp_it.charpos.
11215 Fixes cursor positioning at the beginning of a line that begins
11216 with a composed character.
11217
11218 2011-08-18 Eli Zaretskii <eliz@gnu.org>
11219
11220 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
11221 character bidirectional type, use STRONG_L instead. Fixes crashes
11222 in a buffer produced by `describe-categories'.
11223
11224 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
11225 members before the level stack, so they would be saved and
11226 restored when copying iterator state. Fixes incorrect reordering
11227 around TABs covered by display properties.
11228
11229 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
11230
11231 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
11232
11233 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
11234
11235 * eval.c (internal_condition_case, internal_condition_case_1)
11236 (internal_condition_case_2, internal_condition_case_n):
11237 Remove unnecessary aborts (Bug#9081).
11238
11239 2011-08-17 Eli Zaretskii <eliz@gnu.org>
11240
11241 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
11242 has no `load' handler, try opening the file locally. (Bug#9311)
11243
11244 2011-08-16 Ken Brown <kbrown@cornell.edu>
11245
11246 * gmalloc.c: Expand comment.
11247
11248 2011-08-16 Eli Zaretskii <eliz@gnu.org>
11249
11250 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
11251 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
11252
11253 2011-08-16 Ken Brown <kbrown@cornell.edu>
11254
11255 Fix memory allocation problems in Cygwin build (Bug#9273).
11256
11257 * unexcw.c ( __malloc_initialized): Declare external variable.
11258 (fixup_executable): Force the dumped emacs to reinitialize malloc.
11259
11260 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
11261 New variables.
11262 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
11263 dumped emacs.
11264 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
11265 in the static heap.
11266 [CYGWIN] (special_realloc): New function.
11267 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
11268 requests to realloc storage in the static heap.
11269
11270 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
11271
11272 * bidi.c (bidi_initialize): Remove unused local.
11273
11274 2011-08-15 Eli Zaretskii <eliz@gnu.org>
11275
11276 * bidimirror.h:
11277 * biditype.h: Remove file.
11278 * makefile.w32-in ($(BLD)/bidi.$(O)):
11279 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
11280
11281 * dispextern.h: Fix a typo in the comment to bidi_type_t.
11282
11283 * chartab.c: Improve commentary for the uniprop_table API.
11284
11285 * bidi.c (bidi_paragraph_init): Support zero value of
11286 bidi_ignore_explicit_marks_for_paragraph_level.
11287 (bidi_initialize): Use uniprop_table instead of including
11288 biditype.h and bidimirror.h.
11289
11290 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
11291 coordinates of the iterator when restoring from ppos_it.
11292 (Bug#9296)
11293
11294 2011-08-14 Kenichi Handa <handa@m17n.org>
11295
11296 * process.c (create_process): Call setup_process_coding_systems
11297 after the pid of the process is set to -1 (Bug#8162).
11298
11299 2011-08-14 Eli Zaretskii <eliz@gnu.org>
11300
11301 * xdisp.c (move_it_in_display_line_to): Don't invoke
11302 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
11303 ppos_it. Fixes vertical cursor motion when line beginning is
11304 covered by an image. (Bug#9296)
11305
11306 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
11307
11308 * nsterm.h (ns_run_ascript): Declare.
11309 (NSAPP_DATA2_RUNASSCRIPT): Define.
11310
11311 * nsfns.m (as_script, as_result, as_status): New static variables.
11312 (ns_run_ascript): New function.
11313 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
11314 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
11315 the event loop. Get status from as_status (Bug#7276).
11316
11317 * nsterm.m (sendEvent): If event is NSApplicationDefined and
11318 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
11319 the event loop (Bug#7276).
11320
11321 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
11322
11323 * gnutls.c (QCgnutls_bootprop_priority)
11324 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
11325 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
11326 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
11327 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
11328 (QCgnutls_bootprop_verify_hostname_error)
11329 (QCgnutls_bootprop_callbacks_verify): Rename from
11330 Qgnutls_bootprop_..., all uses changed.
11331
11332 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
11333 uses changed.
11334
11335 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
11336
11337 * xfaces.c (Qframe_set_background_mode): Now static.
11338 * dispextern.h (Qframe_set_background_mode): Remove decl.
11339
11340 * process.c (Fnetwork_interface_info): Declare local only if needed.
11341
11342 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
11343
11344 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
11345 (Fnetwork_interface_list): Allocate in increments of bytes instead
11346 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
11347 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
11348 sockaddr.
11349 (struct ifflag_def): notrailers is smart on OSX.
11350 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
11351 Get hardware address with getifaddrs if available.
11352
11353 2011-08-12 Eli Zaretskii <eliz@gnu.org>
11354
11355 * xdisp.c (iterate_out_of_display_property): xassert that
11356 IT->position is set to within IT->object's boundaries. Break from
11357 the loop as soon as EOB is reached; avoids infloops in redisplay
11358 when IT->position is set up wrongly due to some bug.
11359 Set IT->current to match the bidi iterator unconditionally.
11360 (push_display_prop): Allow GET_FROM_STRING as IT->method on
11361 entry. Force push_it to save on the stack the current
11362 buffer/string position, to be restored by pop_it. Fix flags in
11363 the iterator structure wrt the object coming from a display
11364 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
11365 properties. (Bug#9284)
11366
11367 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
11368
11369 * fontset.c (fontset_get_font_group): Add proper type checks.
11370 (Bug#9172)
11371
11372 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11373
11374 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
11375 and LC_VERSION_MIN_MACOSX.
11376 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
11377 (dump_it) [LC_FUNCTION_STARTS]: Use it.
11378
11379 2011-08-08 Eli Zaretskii <eliz@gnu.org>
11380
11381 * xdisp.c (forward_to_next_line_start): Allow to use the
11382 no-display-properties-and-no-overlays under bidi display.
11383 Set disp_pos in the bidi iterator to avoid searches for display
11384 properties and overlays.
11385
11386 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * editfns.c (Fset_time_zone_rule): Document relationship with the
11389 setenv function.
11390
11391 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
11392 the font entity extracted from the cache (Bug#8109).
11393
11394 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * composite.c (autocmp_chars): Don't reset point. That is done by
11397 restore_point_unwind (Bug#5984).
11398
11399 2011-08-07 Juri Linkov <juri@jurta.org>
11400
11401 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
11402 to show the arg `TIME' instead of `TIMEVAL'.
11403
11404 2011-08-06 Eli Zaretskii <eliz@gnu.org>
11405
11406 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
11407 display property strides EOL and includes a newline, as in
11408 longlines-mode. (Bug#9254)
11409 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
11410 word-wrap under bidirectional display. (Bug#9224)
11411
11412 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
11413 is non-zero, even if the data buffer is NULL. Fixes a crash in
11414 vertical-motion with longlines-mode. (Bug#9254)
11415
11416 2011-08-05 Eli Zaretskii <eliz@gnu.org>
11417
11418 * bidi.c <bidi_cache_total_alloc>: Now static.
11419 (bidi_initialize): Initialize bidi_cache_total_alloc.
11420
11421 * xdisp.c (display_line): Release buffer allocated for shelved bidi
11422 cache. (Bug#9221)
11423
11424 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
11425 amount allocated this far in `bidi_cache_total_alloc'.
11426 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
11427 non-zero, only free the data buffer without restoring the cache
11428 contents. All callers changed.
11429
11430 * dispextern.h (bidi_unshelve_cache): Update prototype.
11431
11432 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
11433 (move_it_in_display_line, move_it_to)
11434 (move_it_vertically_backward, move_it_by_lines): Replace the call
11435 to xfree to an equivalent call to bidi_unshelve_cache.
11436 (move_it_in_display_line_to): Fix logic of returning
11437 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
11438
11439 2011-08-05 Eli Zaretskii <eliz@gnu.org>
11440
11441 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
11442 came from a string character with a `cursor' property. (Bug#9229)
11443
11444 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
11445
11446 * Makefile.in (LIB_PTHREAD): New variable.
11447 (LIBES): Add LIB_PTHREAD (Bug#9216).
11448
11449 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
11450 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
11451
11452 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
11453
11454 * regex.c (re_iswctype): Remove some redundant boolean conversions.
11455
11456 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
11457
11458 * xterm.c (x_find_topmost_parent): New function.
11459 (x_set_frame_alpha): Find topmost parent window with
11460 x_find_topmost_parent and set the property there also (bug#9181).
11461 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
11462
11463 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
11464
11465 * callproc.c (Fcall_process): Avoid vfork clobbering
11466 the local vars buffer, coding_systems, current_dir.
11467
11468 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * keymap.c (Fmake_composed_keymap): Move to subr.el.
11471
11472 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
11473
11474 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
11475 so that it is not optimized away.
11476
11477 * xdisp.c (compute_display_string_pos): Remove unused local.
11478
11479 2011-08-02 Eli Zaretskii <eliz@gnu.org>
11480
11481 Fix slow cursor motion and scrolling in large buffers with
11482 selective display, like Org Mode buffers. (Bug#9218)
11483
11484 * dispextern.h (struct bidi_it): New member disp_prop_p.
11485
11486 * xdisp.c: Remove one-slot cache of display string positions.
11487 (compute_display_string_pos): Accept an additional argument
11488 DISP_PROP_P; callers changed. Scan at most 5K characters forward
11489 for a display string or property. If found, set DISP_PROP_P
11490 non-zero.
11491
11492 * bidi.c (bidi_fetch_char): Accept an additional argument
11493 DISP_PROP_P, and pass it to compute_display_string_pos.
11494 Only handle text covered by a display string if DISP_PROP_P is returned
11495 non-zero. All callers of bidi_fetch_char changed.
11496
11497 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
11500
11501 2010-12-03 Don March <don@ohspite.net>
11502
11503 * keymap.c (Fdefine_key): Fix non-prefix key error message when
11504 last character M-[char] is translated to ESC [char] (bug#7541).
11505
11506 2011-08-02 Kenichi Handa <handa@m17n.org>
11507
11508 * lisp.h (uniprop_table): Extern it.
11509
11510 * chartab.c (uniprop_table): Make it non-static.
11511
11512 2011-08-01 Eli Zaretskii <eliz@gnu.org>
11513
11514 * xdisp.c (forward_to_next_line_start): Accept additional argument
11515 BIDI_IT_PREV, and store into it the state of the bidi iterator had
11516 on the newline.
11517 (reseat_at_next_visible_line_start): Use the bidi iterator state
11518 returned by forward_to_next_line_start to restore the state of
11519 it->bidi_it after backing up to previous newline. (Bug#9212)
11520
11521 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
11522
11523 * regex.c (re_comp): Protoize.
11524 (re_exec): Fix return type.
11525 (regexec): Fix type of `ret'. (Bug#9203)
11526
11527 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11528
11529 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
11530 This is needed if max-image-size is a floating-point number.
11531
11532 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
11533
11534 * print.c (print_object): Print empty symbol as ##.
11535
11536 * lread.c (read1): Read ## as empty symbol.
11537
11538 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
11539
11540 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
11541 setting frame foreground color (Bug#9175).
11542 (x_set_background_color): Likewise.
11543
11544 * nsmenu.m (-setText): Size tooltip dimensions precisely to
11545 contents (Bug#9176).
11546 (EmacsTooltip -init): Remove bezels and add shadows to
11547 tooltip windows.
11548
11549 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
11550 or scroll bar (Bug#8470).
11551
11552 * nsfont.m (nsfont_open): Remove assignment to voffset and
11553 unnecessary vars hshink, expand, hd, full_height, min_height.
11554 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
11555
11556 * nsterm.h (nsfont_info): Remove voffset field.
11557
11558 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
11559
11560 Implement strike-through and overline on NextStep (Bug#8863).
11561
11562 * nsfont.m (nsfont_open): Use underline position provided by font,
11563 instead of hard-coded value of 2.
11564 (nsfont_draw): Call ns_draw_text_decoration instead.
11565
11566 * nsterm.h: Add declaration for ns_draw_text_decoration.
11567
11568 * nsterm.m (ns_draw_text_decoration): New function for drawing
11569 underline, overline, and strike-through.
11570 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
11571 ns_draw_text_decoration. Change treatment of cursor drawing to
11572 accommodate underlining, etc.
11573
11574 2011-07-28 Eli Zaretskii <eliz@gnu.org>
11575
11576 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
11577 default.
11578
11579 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11580
11581 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
11582 Without this fix, if a signal arrives just after memory fills up,
11583 'malloc' might be invoked reentrantly.
11584
11585 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
11586 In other words, assume that every image size is allowed, on non-X
11587 hosts. This assumption is probably wrong, but it lets Emacs compile.
11588
11589 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
11590
11591 * regex.c (re_iswctype): Convert return values to boolean.
11592
11593 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
11594
11595 * xdisp.c (compute_display_string_pos): Don't use cached display
11596 string position if the buffer had its restriction changed.
11597 (Bug#9184)
11598
11599 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11600
11601 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
11602
11603 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11604
11605 Integer signedness and overflow and related fixes. (Bug#9079)
11606
11607 * bidi.c: Integer size and overflow fixes.
11608 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
11609 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
11610 (bidi_cache_find_level_change, bidi_cache_ensure_space)
11611 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
11612 (bidi_find_other_level_edge):
11613 Use ptrdiff_t instead of EMACS_INT where either will do.
11614 This works better on 32-bit hosts configured --with-wide-int.
11615 (bidi_cache_ensure_space): Check for size-calculation overflow.
11616 Use % rather than repeated addition, for better worst-case speed.
11617 Don't set bidi_cache_size until after xrealloc returns, because it
11618 might not return.
11619 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
11620 (bidi_cache_ensure_space): Also check that the bidi cache size
11621 does not exceed that of the largest Lisp string or buffer. See Eli
11622 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
11623
11624 * alloc.c (__malloc_size_t): Remove.
11625 All uses replaced by size_t. See Andreas Schwab's note
11626 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
11627
11628 * image.c: Improve checking for integer overflow.
11629 (check_image_size): Assume that f is nonnull, since
11630 it is always nonnull in practice. This is one less thing to
11631 worry about when checking for integer overflow later.
11632 (x_check_image_size): New function, which checks for integer
11633 overflow issues inside X.
11634 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
11635 This removes the need for a memory_full check.
11636 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
11637 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
11638 (xbm_read_bitmap_data): Change locals back to 'int', since
11639 their values must fit in 'int'.
11640 (xpm_load_image, png_load, tiff_load):
11641 Invoke x_create_x_image_and_pixmap earlier,
11642 to avoid much needless work if the image is too large.
11643 (tiff_load): Treat overly large images as if
11644 x_create_x_image_and_pixmap failed, not as malloc failures.
11645 (gs_load): Use x_check_image_size.
11646
11647 * gtkutil.c: Omit integer casts.
11648 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
11649 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
11650
11651 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
11652
11653 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
11654 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
11655 would wrongly return t on a 64-bit host.
11656
11657 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
11658 The plain *_OVERFLOW macros run afoul of GCC bug 49705
11659 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
11660 and therefore cause GCC to emit a bogus diagnostic in some cases.
11661
11662 * image.c: Integer signedness and overflow and related fixes.
11663 This is not an exhaustive set of fixes, but it's time to
11664 record what I've got.
11665 (lookup_pixel_color, check_image_size): Remove redundant decls.
11666 (check_image_size): Don't assume that arbitrary EMACS_INT values
11667 fit in 'int', or that arbitrary 'double' values fit in 'int'.
11668 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
11669 (tiff_load, imagemagick_load_image):
11670 Check for overflow in size calculations.
11671 (x_create_x_image_and_pixmap): Remove unnecessary test for
11672 xmalloc returning NULL; that can't happen.
11673 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
11674 (xpm_color_bucket): Use better integer hashing function.
11675 (xpm_cache_color): Don't possibly over-allocate memory.
11676 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
11677 (gif_memory_source):
11678 Use ptrdiff_t, not int or size_t, to record sizes.
11679 (png_load): Don't assume values greater than 2**31 fit in 'int'.
11680 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
11681 either works, as we prefer signed integers.
11682 (tiff_read_from_memory, tiff_write_from_memory):
11683 Return tsize_t, not size_t, since that's what the TIFF API wants.
11684 (tiff_read_from_memory): Don't fail simply because the read would
11685 go past EOF; instead, return a short read.
11686 (tiff_load): Omit no-longer-needed casts.
11687 (Fimagemagick_types): Don't assume size fits into 'int'.
11688
11689 Improve hashing quality when configured --with-wide-int.
11690 * fns.c (hash_string): New function, taken from sxhash_string.
11691 Do not discard information about ASCII character case; this
11692 discarding is no longer needed.
11693 (sxhash-string): Use it. Change sig to match it. Caller changed.
11694 * lisp.h: Declare it.
11695 * lread.c (hash_string): Remove, since we now use fns.c's version.
11696 The fns.c version returns a wider integer if --with-wide-int is
11697 specified, so this should help the quality of the hashing a bit.
11698
11699 * emacs.c: Integer overflow minor fix.
11700 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
11701 Define only if GNU_LINUX.
11702 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
11703
11704 * dispnew.c: Integer signedness and overflow fixes.
11705 Remove unnecessary forward decls, that were a maintenance hassle.
11706 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
11707 All uses changed.
11708 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
11709 (scrolling_window): Use ptrdiff_t, not int, for byte count.
11710 (prepare_desired_row, line_draw_cost):
11711 Use int, not unsigned, where either works.
11712 (save_current_matrix, restore_current_matrix):
11713 Use ptrdiff_t, not size_t, where either works.
11714 (init_display): Check for overflow more accurately, and without
11715 relying on undefined behavior.
11716
11717 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
11718 Remove, replacing with the new symbols in lisp.h. All uses changed.
11719 * fileio.c (make_temp_name):
11720 * filelock.c (lock_file_1, lock_file):
11721 * xdisp.c (message_dolog):
11722 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
11723 Use pMd etc. instead.
11724 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
11725 replacing the pWIDE etc. symbols removed from editfns.c.
11726
11727 * keyboard.h (num_input_events): Now uintmax_t.
11728 This is (very slightly) less likely to mess up due to wraparound.
11729 All uses changed.
11730
11731 * buffer.c: Integer signedness fixes.
11732 (alloc_buffer_text, enlarge_buffer_text):
11733 Use ptrdiff_t rather than size_t when either will do, as we prefer
11734 signed integers.
11735
11736 * alloc.c: Integer signedness and overflow fixes.
11737 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
11738 (__malloc_size_t): Default to size_t, not to int.
11739 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
11740 (Fgarbage_collect, mark_object_loop_halt, mark_object):
11741 Prefer ptrdiff_t to size_t when either would do, as we prefer
11742 signed integers.
11743 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
11744 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
11745 Now const. Initialize with values that are in range even if char
11746 is signed.
11747 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
11748 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
11749 These functions do the right thing with sizes > 2**32.
11750 (check_depth): Now ptrdiff_t, not int.
11751 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
11752 Adjust to new way of storing sizes. Check for size overflow bugs
11753 in rest of code.
11754 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
11755 slightly wrong anyway, as it missed one instance of
11756 XMALLOC_OVERRUN_CHECK_OVERHEAD.
11757 (refill_memory_reserve): Omit needless cast to size_t.
11758 (mark_object_loop_halt): Mark as externally visible.
11759
11760 * xselect.c: Integer signedness and overflow fixes.
11761 (Fx_register_dnd_atom, x_handle_dnd_message):
11762 Use ptrdiff_t, not size_t, since we prefer signed.
11763 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
11764 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
11765 x_dnd_atoms_size and x_dnd_atoms_length.
11766
11767 * doprnt.c: Prefer signed to unsigned when either works.
11768 * eval.c (verror):
11769 * doprnt.c (doprnt):
11770 * lisp.h (doprnt):
11771 * xdisp.c (vmessage):
11772 Use ptrdiff_t, not size_t, when using or implementing doprnt,
11773 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
11774 prefer signed arithmetic to avoid comparison confusion.
11775 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
11776 but is a bit tricky.
11777
11778 Assume freestanding C89 headers, string.h, stdlib.h.
11779 * data.c, doprnt.c, floatfns.c, print.c:
11780 Include float.h unconditionally.
11781 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
11782 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
11783 * regex.c: Likewise for stddef.h, string.h.
11784 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
11785 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
11786 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
11787 (STDC_HEADERS): Remove obsolete defines.
11788 * sysdep.c: Include limits.h unconditionally.
11789
11790 Assume support for memcmp, memcpy, memmove, memset.
11791 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
11792 * regex.c (memcmp, memcpy):
11793 Remove; we assume C89 now.
11794
11795 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
11796 (__malloc_safe_bcopy): Remove; no longer needed.
11797
11798 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
11799 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
11800 well either way, and we prefer signed to unsigned.
11801
11802 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11803
11804 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
11805 closes the connection while we're reading (bug#9182).
11806
11807 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
11808
11809 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
11810 are specified (Bug#9168).
11811
11812 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
11813
11814 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
11815 Found by GCC static checking and --with-wide-int on a 32-bit host.
11816
11817 2011-07-25 Eli Zaretskii <eliz@gnu.org>
11818
11819 * xdisp.c (compute_display_string_pos): Fix logic of caching
11820 previous display string position. Initialize cached_prev_pos to
11821 -1. Fixes slow-down at the beginning of a buffer.
11822
11823 2011-07-24 Eli Zaretskii <eliz@gnu.org>
11824
11825 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
11826 for attrs[LFACE_FONTSET_INDEX].
11827
11828 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
11829
11830 * xml.c (parse_region): Remove unused local
11831 that was recently introduced.
11832
11833 2011-07-23 Eli Zaretskii <eliz@gnu.org>
11834
11835 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
11836 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
11837
11838 * xdisp.c (move_it_in_display_line_to): Record the best matching
11839 position for TO_CHARPOS while scanning the line, and restore it on
11840 exit if none of the characters scanned was an exact match.
11841 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
11842 when exact match is impossible due to invisible text, and the
11843 lines are truncated.
11844
11845 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
11846
11847 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
11848 for OSX >= 10.7.
11849
11850 2011-07-22 Eli Zaretskii <eliz@gnu.org>
11851
11852 Fix a significant slow-down of cursor motion with C-n, C-p,
11853 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
11854 auto-repeat under bidi redisplay in fontified buffers.
11855 * xdisp.c (compute_stop_pos_backwards): New function.
11856 (next_element_from_buffer): Call compute_stop_pos_backwards to
11857 find a suitable prev_stop when we find ourselves before
11858 base_level_stop.
11859 (reseat): Don't look for prev_stop, as that could mean a very long
11860 run.
11861 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
11862 <cached_disp_overlay_modiff>: Cache for last found display string
11863 position.
11864 (compute_display_string_pos): Return the cached position if asked
11865 about the same buffer in the same area of character positions, and
11866 the buffer wasn't changed since the time the display string
11867 position was cached.
11868
11869 2011-07-22 Eli Zaretskii <eliz@gnu.org>
11870
11871 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
11872 is an integer, which is important for empty lines. (Bug#9149)
11873
11874 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
11875
11876 * frame.c (Fmodify_frame_parameters): In tty case, update the
11877 default face if necessary (Bug#4238).
11878
11879 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
11880
11881 * editfns.c (Fstring_to_char): No need to explain what a character
11882 is in the docstring (Bug#6576).
11883
11884 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11885
11886 * xml.c (parse_region): Make sure we always return a tree.
11887
11888 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
11889
11890 * xml.c (parse_region): If a document contains only comments,
11891 return that, too.
11892
11893 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11894
11895 * xml.c (make_dom): Return comments, too.
11896
11897 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
11898
11899 Port to OpenBSD.
11900 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
11901 and the surrounding thread.
11902 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
11903 rather than fgets, and retry after EINTR. Otherwise, 'emacs
11904 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
11905 timer goes off.
11906 * s/openbsd.h (BROKEN_SIGIO): Define.
11907 * unexelf.c (unexec) [__OpenBSD__]:
11908 Don't update the .mdebug section of the Alpha COFF symbol table.
11909
11910 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11911
11912 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
11913 (bug#8460).
11914
11915 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
11916
11917 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
11918 This fixes some race conditions on the permissions of any newly
11919 created file.
11920
11921 * alloc.c (valid_pointer_p): Use pipe, not open.
11922 This fixes some permissions issues when debugging.
11923
11924 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
11925 If fchown fails to set both uid and gid, try to set just gid,
11926 as that is sometimes allowed. Adjust the file's mode to eliminate
11927 setuid or setgid bits that are inappropriate if fchown fails.
11928
11929 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
11932 to compare Lisp_Objects.
11933 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
11934 global_gnutls_log_level, don't mistake it for a Lisp_Object.
11935 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
11936
11937 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
11938
11939 * lread.c (read_integer): Unread even EOF character.
11940 (read1): Likewise. Properly record start position of symbol.
11941
11942 * lread.c (read1): Read `#:' as empty uninterned symbol if no
11943 symbol character follows.
11944
11945 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
11946
11947 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
11948 This works around a problem with the previous change to Fcopy_file.
11949 Recent glibc declares fchown with __attribute__((warn_unused_result)),
11950 and without this change, GCC might complain about discarding
11951 fchown's return value.
11952
11953 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
11954
11955 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
11956
11957 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
11958
11959 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
11960
11961 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11962
11963 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
11964 it's used from the C level.
11965
11966 * process.c: Use the same condition for POLL_FOR_INPUT in both
11967 keyboard.c and process.c (bug#1858).
11968
11969 2011-07-09 Lawrence Mitchell <wence@gmx.li>
11970
11971 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
11972 (Fgnutls_boot): Use it.
11973
11974 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
11975
11976 * doc.c (Fsubstitute_command_keys): Revert last change.
11977
11978 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11979
11980 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
11981 quotes the next character, and doesn't affect other longer
11982 sequences (bug#8935).
11983
11984 * lread.c (syms_of_lread): Clarify that is isn't only
11985 `eval-buffer' and `eval-defun' that's affected by
11986 `lexical-binding' (bug#8460).
11987
11988 2011-07-15 Eli Zaretskii <eliz@gnu.org>
11989
11990 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
11991 bidi redisplay when a line includes both an image and is truncated.
11992
11993 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
11994
11995 Fix minor problems found by static checking.
11996 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
11997 (elsz): Now a signed constant, not a size_t var. We prefer signed
11998 types to unsigned, to avoid integer comparison confusion. Without
11999 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
12000 "cannot optimize loop, the loop counter may overflow", a symptom
12001 of the confusion.
12002 * indent.c (Fvertical_motion): Mark locals as initialized.
12003 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
12004
12005 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12006
12007 * search.c (Fre_search_backward): Mention `case-fold-search' in
12008 all the re_search_* functions (bug#8138).
12009
12010 * keyboard.c (Fopen_dribble_file): Document when the file is
12011 closed (bug#8056).
12012
12013 2011-07-14 Eli Zaretskii <eliz@gnu.org>
12014
12015 * bidi.c (bidi_dump_cached_states): Fix format of displaying
12016 bidi_cache_idx.
12017
12018 Support bidi reordering of display and overlay strings.
12019 * xdisp.c (compute_display_string_pos)
12020 (compute_display_string_end): Accept additional argument STRING.
12021 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
12022 (reseat_to_string): Initialize bidi_it->string.s and
12023 bidi_it->string.schars.
12024 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
12025 NULL (avoids a crash in bidi_paragraph_init).
12026 Initialize itb.string.lstring.
12027 (init_iterator): Call bidi_init_it only of a valid
12028 buffer position was specified. Initialize paragraph_embedding to
12029 L2R.
12030 (reseat_to_string): Initialize the bidi iterator.
12031 (display_string): If we need to ignore text properties of
12032 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
12033 original value of -1 will not work with bidi.)
12034 (compute_display_string_pos): First arg is now struct
12035 `text_pos *'; all callers changed. Support display properties on
12036 Lisp strings.
12037 (compute_display_string_end): Support display properties on Lisp
12038 strings.
12039 (init_iterator, reseat_1, reseat_to_string): Initialize the
12040 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
12041 when iterating on a string not from display properties).
12042 (compute_display_string_pos, compute_display_string_end):
12043 Fix calculation of the object to scan. Fixes an error when using
12044 arrow keys.
12045 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
12046 base_level_stop; instead, set base_level_stop to BEGV.
12047 Fixes crashes in vertical-motion.
12048 (next_element_from_buffer): Improve commentary for when
12049 the iterator is before prev_stop.
12050 (init_iterator): Initialize bidi_p from the default value of
12051 bidi-display-reordering, not from buffer-local value. Use the
12052 buffer-local value only if initializing for buffer iteration.
12053 (handle_invisible_prop): Support invisible properties on strings
12054 that are being bidi-reordered.
12055 (set_iterator_to_next): Support bidi reordering of C strings and
12056 Lisp strings.
12057 (next_element_from_string): Support bidi reordering of Lisp
12058 strings.
12059 (handle_stop_backwards): Support Lisp strings as well.
12060 (display_string): Support display of R2L glyph rows.
12061 Use IT_STRING_CHARPOS when displaying from a Lisp string.
12062 (init_iterator): Don't initialize it->bidi_p for strings
12063 here.
12064 (reseat_to_string): Initialize it->bidi_p for strings here.
12065 (next_element_from_string, next_element_from_c_string)
12066 (next_element_from_buffer): Add xassert's for correspondence
12067 between IT's object being iterated and it->bidi_it.string
12068 structure.
12069 (face_before_or_after_it_pos): Support bidi iteration.
12070 (next_element_from_c_string): Handle the case of the first string
12071 character that is not the first one in the visual order.
12072 (get_visually_first_element): New function, refactored from common
12073 parts of next_element_from_buffer, next_element_from_string, and
12074 next_element_from_c_string.
12075 (tool_bar_lines_needed, redisplay_tool_bar)
12076 (display_menu_bar): Force left-to-right direction. Add a FIXME
12077 comment for making that be controlled by a user option.
12078 (push_it, pop_it): Save and restore the state of the
12079 bidi iterator. Save and restore the bidi_p flag.
12080 (pop_it): Iterate out of display property for string iteration as
12081 well.
12082 (iterate_out_of_display_property): Support iteration over strings.
12083 (handle_single_display_spec): Set up it->bidi_it for iteration
12084 over a display string, and call bidi_init_it.
12085 (handle_single_display_spec, next_overlay_string)
12086 (get_overlay_strings_1, push_display_prop): Set up the bidi
12087 iterator for displaying display or overlay strings.
12088 (forward_to_next_line_start): Don't use the shortcut if
12089 bidi-iterating.
12090 (back_to_previous_visible_line_start): If handle_display_prop
12091 pushed the iterator stack, restore the internal state of the bidi
12092 iterator by calling bidi_pop_it same number of times.
12093 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
12094 and we are bidi-iterating, don't decrement the iterator position;
12095 instead, set the first_elt flag in the bidi iterator, to produce
12096 the same effect.
12097 (reseat_1): Remove redundant setting of string_from_display_prop_p.
12098 (push_display_prop): xassert that we are iterating a buffer.
12099 (push_it, pop_it): Save and restore paragraph_embedding member.
12100 (handle_single_display_spec, next_overlay_string)
12101 (get_overlay_strings_1, reseat_1, reseat_to_string)
12102 (push_display_prop): Set up the `unibyte' member of bidi_it.string
12103 correctly. Don't assume unibyte strings are not bidi-reordered.
12104 (compute_display_string_pos)
12105 (compute_display_string_end): Fix handling the case of C string.
12106 (push_it, pop_it): Save and restore from_disp_prop_p.
12107 (handle_single_display_spec, push_display_prop): Set the
12108 from_disp_prop_p flag.
12109 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
12110 (pop_it): Call iterate_out_of_display_property only if we are
12111 popping after iteration over a string that came from a display
12112 property. Fix a typo in popping stretch info. Add an assertion
12113 for verifying that the iterator position is in sync with the bidi
12114 iterator.
12115 (handle_single_display_spec, get_overlay_strings_1)
12116 (push_display_prop): Fix initialization of paragraph direction for
12117 string when that of the parent object is not yet determined.
12118 (reseat_1): Call bidi_init_it to resync the bidi
12119 iterator with IT's position. (Bug#7616)
12120 (find_row_edges): If ROW->start.pos gives position
12121 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
12122 (handle_stop, back_to_previous_visible_line_start, reseat_1):
12123 Reset the from_disp_prop_p flag.
12124 (SAVE_IT, RESTORE_IT): New macros.
12125 (pos_visible_p, face_before_or_after_it_pos)
12126 (back_to_previous_visible_line_start)
12127 (move_it_in_display_line_to, move_it_in_display_line)
12128 (move_it_to, move_it_vertically_backward, move_it_by_lines)
12129 (try_scrolling, redisplay_window, display_line): Use them when
12130 saving a temporary copy of the iterator and restoring it back.
12131 (back_to_previous_visible_line_start, reseat_1)
12132 (init_iterator): Empty the bidi cache "stack".
12133 (move_it_in_display_line_to): If iterator ended up at
12134 EOL, but we never saw any buffer positions smaller than
12135 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
12136 motion in bidi-reordered lines.
12137 (move_it_in_display_line_to): Record prev_method and prev_pos
12138 immediately before the call to set_iterator_to_next. Fixes cursor
12139 motion in bidi-reordered lines with stretch glyphs and strings
12140 displayed in margins. (Bug#8133) (Bug#8867)
12141 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
12142 TO_CHARPOS.
12143 (pos_visible_p): Support positions in bidi-reordered lines.
12144 Save and restore bidi cache.
12145
12146 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
12147 (bidi_paragraph_info): Delete unused struct.
12148 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
12149 (bidi_cache_start): New variable.
12150 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
12151 to zero.
12152 (bidi_cache_fetch_state, bidi_cache_search)
12153 (bidi_cache_find_level_change, bidi_cache_iterator_state)
12154 (bidi_cache_find, bidi_peek_at_next_level)
12155 (bidi_level_of_next_char, bidi_find_other_level_edge)
12156 (bidi_move_to_visually_next): Compare cache index with
12157 bidi_cache_start rather than with zero.
12158 (bidi_fetch_char): Accept new argument STRING; all callers
12159 changed. Support iteration over a string. Support strings with
12160 display properties. Support unibyte strings. Fix the type of
12161 `len' according to what STRING_CHAR_AND_LENGTH expects.
12162 (bidi_paragraph_init, bidi_resolve_explicit_1)
12163 (bidi_resolve_explicit, bidi_resolve_weak)
12164 (bidi_level_of_next_char, bidi_move_to_visually_next):
12165 Support iteration over a string.
12166 (bidi_set_sor_type, bidi_resolve_explicit_1)
12167 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
12168 can now be zero (for strings); special values 0 and -1 were
12169 changed to -1 and -2, respectively.
12170 (bidi_char_at_pos): New function.
12171 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
12172 Call it instead of FETCH_MULTIBYTE_CHAR.
12173 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
12174 initialized to valid values.
12175 (bidi_init_it): Don't initialize charpos and bytepos with invalid
12176 values.
12177 (bidi_level_of_next_char): Allow the sentinel "position" to pass
12178 the test for valid cached positions. Fix the logic for looking up
12179 the sentinel state in the cache. GCPRO the Lisp string we are
12180 iterating.
12181 (bidi_push_it, bidi_pop_it): New functions.
12182 (bidi_initialize): Initialize the bidi cache start stack pointer.
12183 (bidi_cache_ensure_space): New function, refactored from part of
12184 bidi_cache_iterator_state. Don't assume the required size is just
12185 one BIDI_CACHE_CHUNK away.
12186 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
12187 (bidi_count_bytes, bidi_char_at_pos): New functions.
12188 (bidi_cache_search): Don't assume bidi_cache_last_idx is
12189 always valid if bidi_cache_idx is valid.
12190 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
12191 is valid if it's going to be used.
12192 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
12193 (bidi_cache_fetch_state, bidi_cache_search)
12194 (bidi_cache_find_level_change, bidi_cache_ensure_space)
12195 (bidi_cache_iterator_state, bidi_cache_find)
12196 (bidi_find_other_level_edge, bidi_cache_start_stack):
12197 All variables related to cache indices are now EMACS_INT.
12198
12199 * dispextern.h (struct bidi_string_data): New structure.
12200 (struct bidi_it): New member `string'. Make flag members be 1-bit
12201 fields, and put them last in the struct.
12202 (compute_display_string_pos, compute_display_string_end):
12203 Update prototypes.
12204 (bidi_push_it, bidi_pop_it): Add prototypes.
12205 (struct iterator_stack_entry): New members bidi_p,
12206 paragraph_embedding, and from_disp_prop_p.
12207 (struct it): Member bidi_p is now a bit field 1 bit wide.
12208 (bidi_shelve_cache, bidi_unshelve_cache):
12209 Declare prototypes.
12210
12211 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
12212 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
12213 and vector-like objects.
12214
12215 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
12216 cache around display iteration.
12217
12218 * window.c (Fwindow_end, window_scroll_pixel_based)
12219 (displayed_window_lines, Frecenter): Save and restore the bidi
12220 cache around display iteration.
12221
12222 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12223
12224 * editfns.c (Fdelete_region): Clarify the use of the named
12225 parameters (bug#6788).
12226
12227 2011-07-14 Martin Rudalics <rudalics@gmx.at>
12228
12229 * indent.c (Fvertical_motion): Set and restore w->pointm when
12230 saving and restoring the window's buffer (Bug#9006).
12231
12232 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12233
12234 * editfns.c (Fstring_to_char): Clarify just what is returned
12235 (bug#6576). Text by Eli Zaretskii.
12236
12237 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
12238
12239 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
12240
12241 2011-07-13 Eli Zaretskii <eliz@gnu.org>
12242
12243 * buffer.c (mmap_find): Fix a typo.
12244
12245 2011-07-13 Johan Bockgård <bojohan@gnu.org>
12246
12247 Fix execution of x selection hooks.
12248 * xselect.c (Qx_lost_selection_functions)
12249 (Qx_sent_selection_functions): New vars.
12250 (syms_of_xselect): DEFSYM them.
12251 (x_handle_selection_request): Pass Qx_sent_selection_functions
12252 rather than Vx_sent_selection_functions to Frun_hook_with_args.
12253 (x_handle_selection_clear,x_clear_frame_selections):
12254 Pass Qx_lost_selection_functions rather than
12255 Vx_lost_selection_functions to Frun_hook_with_args.
12256
12257 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
12258
12259 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
12260 The old code sometimes used this field without initializing it.
12261
12262 * alloc.c (gc_sweep): Don't read past end of array.
12263 In theory, the old code could also have corrupted Emacs internals,
12264 though it'd be very unlikely.
12265
12266 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
12267
12268 * character.c (Fcharacterp): Don't advertise optional ignored
12269 argument. (Bug#4026)
12270
12271 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12272
12273 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
12274 key" (bug#4257).
12275
12276 * window.c (Fset_window_start): Doc fix (bug#4199).
12277 (Fset_window_hscroll): Ditto.
12278
12279 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
12280
12281 Fix minor new problems caught by GCC 4.6.1.
12282 * term.c (init_tty): Remove unused local.
12283 * xsettings.c (store_monospaced_changed): Define this function only
12284 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
12285 not used otherwise.
12286
12287 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
12288
12289 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
12290
12291 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12292
12293 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
12294 are the mini-buffer and the echo area (bug#3320).
12295
12296 * term.c (init_tty): Remove support for supdup, c10 and perq
12297 terminals, which are no longer supported (bug#1482).
12298
12299 2011-07-10 Johan Bockgård <bojohan@gnu.org>
12300
12301 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
12302
12303 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
12304
12305 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
12306 for non-popups (Bug#3642).
12307
12308 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
12309
12310 * alloc.c (reset_malloc_hooks): Protoize.
12311 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
12312 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
12313 * cm.c (losecursor): Likewise.
12314 * data.c (fmod): Likewise.
12315 * dispnew.c (swap_glyphs_in_rows): Likewise.
12316 * emacs.c (memory_warning_signal): Likewise.
12317 * floatfns.c (float_error): Likewise.
12318 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
12319 (otf_open, font_otf_capability, generate_otf_features)
12320 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12321 Likewise.
12322 * image.c (pbm_read_file): Likewise.
12323 * indent.c (string_display_width): Likewise.
12324 * intervals.c (check_for_interval, search_for_interval)
12325 (inc_interval_count, count_intervals, root_interval)
12326 (adjust_intervals_for_insertion, make_new_interval): Likewise.
12327 * lread.c (defalias): Likewise.
12328 * ralloc.c (r_alloc_check): Likewise.
12329 * regex.c (set_image_of_range_1, set_image_of_range)
12330 (regex_grow_registers): Likewise.
12331 * sysdep.c (strerror): Likewise.
12332 * termcap.c (valid_filename_p, tprint, main): Likewise.
12333 * tparam.c (main): Likewise.
12334 * unexhp9k800.c (run_time_remap, save_data_space)
12335 (update_file_ptrs, read_header, write_header, calculate_checksum)
12336 (copy_file, copy_rest, display_header): Likewise.
12337 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
12338 Likewise.
12339 * xdisp.c (check_it): Likewise.
12340 * xfaces.c (register_color, unregister_color, unregister_colors):
12341 Likewise.
12342 * xfns.c (print_fontset_result): Likewise.
12343 * xrdb.c (member, fatal, main): Likewise.
12344
12345 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
12346
12347 Fix minor problems found by static checking (Bug#9031).
12348 * chartab.c (char_table_set_range, map_sub_char_table):
12349 Remove unused locals.
12350 (uniprop_table): Now static.
12351 * composite.c (_work_char): Remove unused static var.
12352
12353 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
12354
12355 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
12356
12357 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
12358
12359 * gtkutil.c (qttip_cb): Remove code without function.
12360
12361 2011-07-09 Eli Zaretskii <eliz@gnu.org>
12362
12363 * w32.c (pthread_sigmask): New stub.
12364
12365 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
12366
12367 Use pthread_sigmask, not sigprocmask (Bug#9010).
12368 sigprocmask is portable only for single-threaded applications, and
12369 Emacs can be multi-threaded when it uses GTK.
12370 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
12371 (LIBES): Use it.
12372 * callproc.c (Fcall_process):
12373 * process.c (create_process):
12374 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
12375 Use pthread_sigmask, not sigprocmask.
12376
12377 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
12378
12379 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
12380 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
12381 wrong (Bug#8591).
12382
12383 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
12384
12385 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
12386 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
12387 (xg_hide_tooltip): Fix comment.
12388
12389 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
12390 in registerServicesMenuSendTypes.
12391 (validRequestorForSendType): Don't check ns_return_types.
12392
12393 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
12394 ns_return_type.
12395
12396 2011-07-08 Jason Rumney <jasonr@gnu.org>
12397
12398 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
12399 SH_SHOW for hidden windows (Bug#5482).
12400
12401 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
12402 frame struct members of non-existent frames (Bug#6284).
12403
12404 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
12405
12406 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
12407 variable firstTime not needed on OSX >= 10.6.
12408 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
12409 >= 10.5. Use setKnobProportion, setDoubleValue.
12410
12411 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
12412 (MAC_OS_X_VERSION_10_5): Define if not defined.
12413 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
12414 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
12415 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
12416
12417 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
12418 cString and lossyCString on OSX >= 10.4.
12419
12420 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
12421 sizeToFit on OSX >= 10.2.
12422
12423 * nsimage.m (allocInitFromFile): Don't use deprecated method
12424 bestRepresentationForDevice on OSX >= 10.6.
12425
12426 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
12427 to avoid warning.
12428
12429 * emacs.c: Declare unexec_init_emacs_zone.
12430
12431 * nsgui.h: Fix compiler warning about gnulib redefining verify.
12432
12433 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
12434
12435 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
12436 on svcsMenu (Bug#8842).
12437
12438 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
12439 ns_return_types.
12440 (Fns_list_services): Just return Qnil on 10.6, code not working there.
12441
12442 * nsterm.m (QUTF8_STRING): Declare.
12443 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
12444 (validRequestorForSendType): Return type is (id).
12445 Change indexOfObjectIdenticalTo to indexOfObject.
12446 Check if we have local selection before returning self (Bug#8842).
12447 (writeSelectionToPasteboard): Put local selection into paste board
12448 if we have a local selection (Bug#8842).
12449 (syms_of_nsterm): DEFSYM QUTF8_STRING.
12450
12451 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
12452 (ns_get_local_selection): Declare.
12453
12454 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12455
12456 * keymap.c (describe_map_tree): Don't insert a double newline at
12457 the end of the buffer (bug#1169) and return whether we inserted
12458 something.
12459
12460 * callint.c (Fcall_interactively): Change "reading args" to
12461 "providing args" to try to clarify what it does (bug#1010).
12462
12463 2011-07-07 Kenichi Handa <handa@m17n.org>
12464
12465 * composite.c (composition_compute_stop_pos): Ignore a static
12466 composition starting before CHARPOS (Bug#8915).
12467
12468 * xdisp.c (handle_composition_prop): Likewise.
12469
12470 2011-07-07 Eli Zaretskii <eliz@gnu.org>
12471
12472 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
12473 (Bug#9015)
12474
12475 2011-07-07 Kenichi Handa <handa@m17n.org>
12476
12477 * character.h (unicode_category_t): New enum type.
12478
12479 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
12480 (Qchar_code_property_table): New variable.
12481 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
12482 (UNIPROP_COMPRESSED_FORM_P): New macros.
12483 (char_table_ascii): Uncompress the compressed values.
12484 (sub_char_table_ref): New arg is_uniprop. Callers changed.
12485 Uncompress the compressed values.
12486 (sub_char_table_ref_and_range): Likewise.
12487 (char_table_ref_and_range): Uncompress the compressed values.
12488 (sub_char_table_set): New arg is_uniprop. Callers changed.
12489 Uncompress the compressed values.
12490 (sub_char_table_set_range): Args changed. Callers changed.
12491 (char_table_set_range): Adjuted for the above change.
12492 (map_sub_char_table): Delete args default_val and parent. Add arg
12493 top. Give decoded values to a Lisp function.
12494 (map_char_table): Adjust for the above change. Give decoded
12495 values to a Lisp function. Gcpro more variables.
12496 (uniprop_table_uncompress)
12497 (uniprop_decode_value_run_length): New functions.
12498 (uniprop_decoder, uniprop_decoder_count): New variables.
12499 (uniprop_get_decoder, uniprop_encode_value_character)
12500 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
12501 New functions.
12502 (uniprop_encoder, uniprop_encoder_count): New variables.
12503 (uniprop_get_encoder, uniprop_table)
12504 (Funicode_property_table_internal, Fget_unicode_property_internal)
12505 (Fput_unicode_property_internal): New functions.
12506 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
12507 Sunicode_property_table_internal, Sget_unicode_property_internal,
12508 and Sput_unicode_property_internal. Defvar_lisp
12509 char-code-property-alist.
12510
12511 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
12512 Vunicode_category_table.
12513
12514 * font.c (font_range): Adjust for the change of
12515 Vunicode_category_table.
12516
12517 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
12518
12519 * m/iris4d.h: Remove file, move contents ...
12520 * s/irix6-5.h: ... here.
12521
12522 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
12523
12524 Remove unportable assumption about struct layout (Bug#8884).
12525 * alloc.c (mark_buffer):
12526 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
12527 (clone_per_buffer_values): Don't assume that
12528 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
12529 This isn't true in general, and it's particularly not true
12530 if Emacs is configured with --with-wide-int.
12531 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
12532 New macros, used in the buffer.c change.
12533
12534 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12535
12536 * xsettings.c: Use both GConf and GSettings if both are available.
12537 (store_config_changed_event): Add comment.
12538 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
12539 (store_tool_bar_style_changed): New functions.
12540 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
12541 (struct xsettings): Move font inside HAVE_XFT.
12542 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
12543 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
12544 Move inside HAVE_XFT.
12545 (something_changed_gsettingsCB): Rename from something_changedCB.
12546 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
12547 also.
12548 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
12549 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
12550 (something_changed_gconfCB): Rename from something_changedCB.
12551 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
12552 (parse_settings): Move check for font inside HAVE_XFT.
12553 (read_settings, apply_xft_settings): Add comment.
12554 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
12555 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
12556 call store_font_name_changed.
12557 (xft_settings_event): Add comment.
12558 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
12559 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
12560 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
12561 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
12562 (xsettings_initialize): Call init_gsettings last.
12563 (xsettings_get_system_font, xsettings_get_system_normal_font):
12564 Add comment.
12565
12566 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
12567
12568 Random fixes. E.g., (random) never returned negative values.
12569 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
12570 subseconds part to the entropy, as that's a bit more random.
12571 Prefer signed to unsigned, since the signedness doesn't matter and
12572 in general we prefer signed. When given a limit, use a
12573 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
12574 latter isn't right if USE_2_TAGS_FOR_INTS.
12575 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
12576 not 0..VALMASK. Don't discard "excess" bits that random () returns.
12577
12578 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * textprop.c (text_property_stickiness):
12581 Obey Vtext_property_default_nonsticky.
12582 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
12583 * w32fns.c (syms_of_w32fns):
12584 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
12585
12586 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12587
12588 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
12589 This is more efficient than Ffile_directory_p and avoids a minor race.
12590
12591 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12592
12593 * buffer.c (Foverlay_put): Say what the return value is
12594 (bug#7835).
12595
12596 * fileio.c (barf_or_query_if_file_exists): Check first if the file
12597 is a directory before asking whether to use the file name
12598 (bug#7564).
12599 (barf_or_query_if_file_exists): Make the "File is a directory"
12600 error be more correct.
12601
12602 * fns.c (Frequire): Remove the mention of the .gz files, since
12603 that's installation-specific, but keep the mention of
12604 `get-load-suffixes'.
12605
12606 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12607
12608 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
12609 Report string overflow if the output is too long.
12610
12611 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
12612
12613 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
12614 (syms_of_gnutls): Remove duplicate DEFSYM for
12615 Qgnutls_bootprop_verify_hostname_error, an error for
12616 Qgnutls_bootprop_verify_error (which is no longer used).
12617
12618 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
12619 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
12620 Also (re)move comments that are misplaced or no longer relevant.
12621
12622 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12623
12624 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
12625
12626 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
12627
12628 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
12629 and background color parameters if they have been changed.
12630
12631 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12632
12633 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
12634
12635 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12636
12637 * xsettings.c (SYSTEM_FONT): Define only when used.
12638 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
12639
12640 * keymap.c (access_keymap_1): Now static.
12641
12642 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
12643
12644 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
12645 leave any prefix arg for the up event (Bug#1586).
12646
12647 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12648
12649 * lread.c (syms_of_lread): Mention single symbols defined by
12650 `defvar' or `defconst' (bug#7154).
12651
12652 * fns.c (Frequire): Mention .el.gz files (bug#7314).
12653 (Frequire): Mention get-load-suffixes.
12654
12655 2011-07-02 Martin Rudalics <rudalics@gmx.at>
12656
12657 * window.h (window): Remove clone_number slot.
12658 * window.c (Fwindow_clone_number, Fset_window_clone_number):
12659 Remove.
12660 (make_parent_window, make_window, saved_window)
12661 (Fset_window_configuration, save_window_save): Don't deal with
12662 clone numbers.
12663 * buffer.c (Qclone_number): Remove declaration.
12664 (sort_overlays, overlay_strings): Don't deal with clone numbers.
12665
12666 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 Add multiple inheritance to keymaps.
12669 * keymap.c (Fmake_composed_keymap): New function.
12670 (Fset_keymap_parent): Simplify.
12671 (fix_submap_inheritance): Remove.
12672 (access_keymap_1): New function extracted from access_keymap to handle
12673 embedded parents and handle lists of maps.
12674 (access_keymap): Use it.
12675 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
12676 (Fcopy_keymap): Handle embedded parents.
12677 (Fcommand_remapping, define_as_prefix): Simplify.
12678 (Fkey_binding): Simplify.
12679 (syms_of_keymap): Move minibuffer-local-completion-map,
12680 minibuffer-local-filename-completion-map,
12681 minibuffer-local-must-match-map, and
12682 minibuffer-local-filename-must-match-map to Elisp.
12683 (syms_of_keymap): Defsubr make-composed-keymap.
12684 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
12685 (parse_menu_item): Trivial simplification.
12686
12687 2011-07-01 Glenn Morris <rgm@gnu.org>
12688
12689 * Makefile.in (SETTINGS_LIBS): Fix typo.
12690
12691 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
12692
12693 * coding.c (Fencode_coding_string): Record the last coding system
12694 used, as the function doc string says (bug#8738).
12695
12696 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
12697
12698 * xsettings.c (store_monospaced_changed): Take new font as arg and
12699 check for change against current_mono_font.
12700 (EMACS_TYPE_SETTINGS): Remove this and related defines.
12701 (emacs_settings_constructor, emacs_settings_get_property)
12702 (emacs_settings_set_property, emacs_settings_class_init)
12703 (emacs_settings_init, gsettings_obj): Remove.
12704 (something_changedCB): New function for HAVE_GSETTINGS.
12705 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
12706 with value as argument.
12707 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
12708 g_settings_new (Bug#8967). Do not create gsettings_obj.
12709 Remove calls to g_settings_bind. Connect something_changedCB to
12710 "changed".
12711
12712 * xgselect.c: Add defined (HAVE_GSETTINGS).
12713 (xgselect_initialize): Ditto.
12714
12715 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
12716 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
12717 xg_select.
12718
12719 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12720
12721 * eval.c (struct backtrace): Simplify and port the data structure.
12722 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
12723 signed bit field, as this assumption is not portable and it makes
12724 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
12725 "char debug_on_exit : 1" as this is not portable either; instead,
12726 use the portable "unsigned int debug_on_exit : 1". Remove unused
12727 member evalargs. Remove obsolete comments about cc bombing out.
12728
12729 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
12730
12731 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
12732 Let HAVE_GSETTINGS override HAVE_GCONF.
12733 (store_monospaced_changed): New function.
12734 (EMACS_SETTINGS): A new type derived from GObject to handle
12735 GSettings notifications.
12736 (emacs_settings_constructor, emacs_settings_get_property)
12737 (emacs_settings_set_property, emacs_settings_class_init):
12738 New functions.
12739 (gsettings_client, gsettings_obj): New variables.
12740 (GSETTINGS_SCHEMA): New define.
12741 (something_changedCB): Call store_monospaced_changed.
12742 (init_gsettings): New function.
12743 (xsettings_initialize): Call init_gsettings.
12744 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
12745 to NULL.
12746
12747 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
12748 GCONF_CFLAGS/LIBS.
12749
12750 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12751
12752 * window.c (resize_root_window, grow_mini_window)
12753 (shrink_mini_window): Rename Qresize_root_window to
12754 Qwindow_resize_root_window and Qresize_root_window_vertically to
12755 Qwindow_resize_root_window_vertically.
12756
12757 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
12758
12759 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
12760
12761 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
12762
12763 * makefile.w32-in: Redesign dependencies so they reflect more
12764 clearly which files are directly included by each source file,
12765 and not through other includes.
12766
12767 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12768
12769 * buffer.c (Qclone_number): Declare static and DEFSYM it.
12770 (sort_overlays, overlay_strings): When an overlay's clone number
12771 matches the window's clone number process the overlay even if
12772 the overlay's window property doesn't match the current window.
12773
12774 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
12775 (Fwindow_hchild): Rename to Fwindow_left_child.
12776 (Fwindow_next): Rename to Fwindow_next_sibling.
12777 (Fwindow_prev): Rename to Fwindow_prev_sibling.
12778 (resize_window_check): Rename to window_resize_check.
12779 (resize_window_apply): Rename to window_resize_apply.
12780 (Fresize_window_apply): Rename to Fwindow_resize_apply.
12781 (Fdelete_other_windows_internal, resize_frame_windows)
12782 (Fsplit_window_internal, Fdelete_window_internal)
12783 (grow_mini_window, shrink_mini_window)
12784 (Fresize_mini_window_internal): Fix callers accordingly.
12785
12786 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
12787
12788 * emacsgtkfixed.h: State that this is only used with Gtk+3.
12789 (emacs_fixed_set_min_size): Remove.
12790 (emacs_fixed_new): Take frame as argument.
12791
12792 * emacsgtkfixed.c: State that this is only used with Gtk+3.
12793 (_EmacsFixedPrivate): Remove minwidth/height.
12794 Add struct frame *f.
12795 (emacs_fixed_init): Initialize priv->f.
12796 (get_parent_class, emacs_fixed_set_min_size): Remove.
12797 (emacs_fixed_new): Set priv->f to argument.
12798 (emacs_fixed_get_preferred_width)
12799 (emacs_fixed_get_preferred_height): Use min_width/height from
12800 frames size_hint to set minimum and natural (Bug#8919).
12801 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
12802 and use min_width/height from frames size_hint to set
12803 min_width/height (Bug#8919).
12804
12805 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
12806 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
12807 Fix indentation.
12808
12809 2011-06-26 Eli Zaretskii <eliz@gnu.org>
12810
12811 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
12812 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
12813 called at ZV.
12814
12815 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12816
12817 * process.c (wait_reading_process_output): Bypass select if
12818 waiting for a cell while ignoring keyboard input, and input is
12819 pending. Suggested by Jan Djärv (Bug#8869).
12820
12821 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
12822
12823 Use gnulib's dup2 module instead of rolling our own.
12824 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
12825
12826 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12827
12828 * dispnew.c (scrolling_window): Before scrolling, turn off a
12829 mouse-highlight in the window being scrolled.
12830
12831 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12832
12833 Move DEFSYM to lisp.h and use everywhere.
12834
12835 * character.h (DEFSYM): Move declaration...
12836 * lisp.h (DEFSYM): ...here.
12837
12838 * gnutls.c:
12839 * minibuf.c:
12840 * w32menu.c:
12841 * w32proc.c:
12842 * w32select.c: Don't include character.h.
12843
12844 * alloc.c (syms_of_alloc):
12845 * buffer.c (syms_of_buffer):
12846 * bytecode.c (syms_of_bytecode):
12847 * callint.c (syms_of_callint):
12848 * casefiddle.c (syms_of_casefiddle):
12849 * casetab.c (init_casetab_once):
12850 * category.c (init_category_once, syms_of_category):
12851 * ccl.c (syms_of_ccl):
12852 * cmds.c (syms_of_cmds):
12853 * composite.c (syms_of_composite):
12854 * dbusbind.c (syms_of_dbusbind):
12855 * dired.c (syms_of_dired):
12856 * dispnew.c (syms_of_display):
12857 * doc.c (syms_of_doc):
12858 * editfns.c (syms_of_editfns):
12859 * emacs.c (syms_of_emacs):
12860 * eval.c (syms_of_eval):
12861 * fileio.c (syms_of_fileio):
12862 * fns.c (syms_of_fns):
12863 * frame.c (syms_of_frame):
12864 * fringe.c (syms_of_fringe):
12865 * insdel.c (syms_of_insdel):
12866 * keymap.c (syms_of_keymap):
12867 * lread.c (init_obarray, syms_of_lread):
12868 * macros.c (syms_of_macros):
12869 * msdos.c (syms_of_msdos):
12870 * print.c (syms_of_print):
12871 * process.c (syms_of_process):
12872 * search.c (syms_of_search):
12873 * sound.c (syms_of_sound):
12874 * syntax.c (init_syntax_once, syms_of_syntax):
12875 * terminal.c (syms_of_terminal):
12876 * textprop.c (syms_of_textprop):
12877 * undo.c (syms_of_undo):
12878 * w32.c (globals_of_w32):
12879 * window.c (syms_of_window):
12880 * xdisp.c (syms_of_xdisp):
12881 * xfaces.c (syms_of_xfaces):
12882 * xfns.c (syms_of_xfns):
12883 * xmenu.c (syms_of_xmenu):
12884 * xsettings.c (syms_of_xsettings):
12885 * xterm.c (syms_of_xterm): Use DEFSYM.
12886
12887 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
12888
12889 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
12890
12891 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
12892
12893 Integer and buffer overflow fixes (Bug#8873).
12894
12895 * print.c (printchar, strout): Check for string overflow.
12896 (PRINTPREPARE, printchar, strout):
12897 Don't set size unless allocation succeeds.
12898
12899 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
12900 for sizes. Check for string overflow more accurately.
12901 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
12902
12903 * macros.c: Integer and buffer overflow fixes.
12904 * keyboard.h (struct keyboard.kbd_macro_bufsize):
12905 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
12906 Use ptrdiff_t, not int, for sizes.
12907 Don't increment bufsize until after realloc succeeds.
12908 Check for size-calculation overflow.
12909 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
12910
12911 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
12912
12913 * lread.c: Integer overflow fixes.
12914 (read_integer): Radix is now EMACS_INT, not int,
12915 to improve quality of diagnostics for out-of-range radices.
12916 Calculate buffer size correctly for out-of-range radices.
12917 (read1): Check for integer overflow in radices, and in
12918 read-circle numbers.
12919 (read_escape): Avoid int overflow.
12920 (Fload, openp, read_buffer_size, read1)
12921 (substitute_object_recurse, read_vector, read_list, map_obarray):
12922 Use ptrdiff_t, not int, for sizes.
12923 (read1): Use EMACS_INT, not int, for sizes.
12924 Check for size overflow.
12925
12926 * image.c (cache_image): Check for size arithmetic overflow.
12927
12928 * lread.c: Integer overflow issues.
12929 (saved_doc_string_size, saved_doc_string_length)
12930 (prev_saved_doc_string_size, prev_saved_doc_string_length):
12931 Now ptrdiff_t, not int.
12932 (read1): Don't assume doc string length fits in int. Check for
12933 out-of-range doc string lengths.
12934 (read_list): Don't assume file position fits in int.
12935 (read_escape): Check for hex character overflow.
12936
12937 2011-06-22 Leo Liu <sdl.web@gmail.com>
12938
12939 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
12940 Move to minibuffer.el.
12941
12942 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
12943
12944 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
12945 The following patches are for when GLYPH_DEBUG && !XASSERT.
12946 * dispextern.h (trace_redisplay_p, dump_glyph_string):
12947 * dispnew.c (flush_stdout):
12948 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
12949 Mark as externally visible.
12950 * dispnew.c (check_window_matrix_pointers): Now static.
12951 * dispnew.c (window_to_frame_vpos):
12952 * xfns.c (unwind_create_frame):
12953 * xterm.c (x_check_font): Remove unused local.
12954 * scroll.c (CHECK_BOUNDS):
12955 * xfaces.c (cache_fache): Rename local to avoid shadowing.
12956 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
12957 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
12958 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
12959 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
12960 Now static.
12961 (debug_method_add): Use va_list and vsprintf rather than relying
12962 on undefined behavior with wrong number of arguments.
12963 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
12964 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
12965 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
12966 since we're not interested in debugging glyphs with old libraries.
12967 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
12968 GCC 4.6.0's static checking.
12969
12970 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
12971
12972 Integer overflow and signedness fixes (Bug#8873).
12973 A few related buffer overrun fixes, too.
12974
12975 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
12976
12977 * dispextern.h (struct face.stipple):
12978 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12979 (x_bitmap_mask, x_allocate_bitmap_record)
12980 (x_create_bitmap_from_data, x_create_bitmap_from_file)
12981 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
12982 (x_create_bitmap_from_xpm_data):
12983 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
12984 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
12985 (.bitmaps_last):
12986 * xfaces.c (load_pixmap):
12987 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
12988 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
12989 (.bitmaps_last, struct x_output.icon_bitmap):
12990 Use ptrdiff_t, not int, for bitmap indexes.
12991 (x_allocate_bitmap_record): Check for size overflow.
12992 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
12993
12994 Use ptrdiff_t, not int, for overlay counts.
12995 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
12996 * editfns.c (overlays_around, get_pos_property):
12997 * textprop.c (get_char_property_and_overlay):
12998 * xdisp.c (next_overlay_change, note_mouse_highlight):
12999 * xfaces.c (face_at_buffer_position):
13000 * buffer.c (OVERLAY_COUNT_MAX): New macro.
13001 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
13002 (Fnext_overlay_change, Fprevious_overlay_change)
13003 (mouse_face_overlay_overlaps, Foverlays_in):
13004 Use ptrdiff_t, not int, for sizes.
13005 (overlays_at, overlays_in): Check for size-calculation overflow.
13006
13007 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
13008
13009 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
13010 (x_session_initialize): Do not assume string length fits in int.
13011
13012 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
13013 This is unlikely, but can occur if DPI is outlandish.
13014
13015 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
13016 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
13017
13018 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
13019 * xrdb.c (magic_file_p, search_magic_path):
13020 Omit last arg SUFFIX; it was always 0. All callers changed.
13021 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
13022
13023 * xfont.c (xfont_match): Avoid need for strlen.
13024
13025 * xfns.c: Don't assume strlen fits in int.
13026 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
13027
13028 * xdisp.c (message_log_check_duplicate): Return intmax_t,
13029 not unsigned long, as we prefer signed integers. All callers changed.
13030 Detect integer overflow in repeat count.
13031 (message_dolog): Don't assume print length fits in 39 bytes.
13032 (display_mode_element): Don't assume strlen fits in int.
13033
13034 * termcap.c: Don't assume sizes fit in int and never overflow.
13035 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
13036 (gobble_line): Check for size-calculation overflow.
13037
13038 * minibuf.c (Fread_buffer):
13039 * lread.c (intern, intern_c_string):
13040 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
13041 Don't assume string length fits in int.
13042
13043 * keyboard.c (parse_tool_bar_item):
13044 * gtkutil.c (style_changed_cb): Avoid need for strlen.
13045
13046 * font.c: Don't assume string length fits in int.
13047 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
13048 Use ptrdiff_t, not int.
13049 (font_intern_prop): Don't assume string length fits in int.
13050 Don't assume integer property fits in fixnum.
13051 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
13052
13053 * filelock.c: Fix some buffer overrun and integer overflow issues.
13054 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
13055 Reformulate so as not to need the command string.
13056 Invoke gzip -cd rather than gunzip, as it's more portable.
13057 (lock_info_type, lock_file_1, lock_file):
13058 Don't assume pid_t and time_t fit in unsigned long.
13059 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
13060 (current_lock_owner): Prefer signed type for sizes.
13061 Use memcpy, not strncpy, where memcpy is what is really wanted.
13062 Don't assume (via atoi) that time_t and pid_t fit in int.
13063 Check for time_t and/or pid_t out of range, e.g., via a network share.
13064 Don't alloca where an auto var works fine.
13065
13066 * fileio.c: Fix some integer overflow issues.
13067 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
13068 Don't assume string length fits in int.
13069 (directory_file_name): Don't assume string length fits in long.
13070 (make_temp_name): Don't assume pid fits in int, or that its print
13071 length is less than 20.
13072
13073 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
13074
13075 * coding.c (make_subsidiaries): Don't assume string length fits in int.
13076
13077 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
13078
13079 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
13080 We prefer signed integers, even for size calculations.
13081
13082 * emacs.c: Don't assume string length fits in 'int'.
13083 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
13084 (main): Don't invoke strlen when not needed.
13085
13086 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
13087 (XD_DEBUG_MESSAGE): Don't waste a byte.
13088
13089 * callproc.c (getenv_internal_1, getenv_internal)
13090 (Fgetenv_internal):
13091 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
13092
13093 * lread.c (invalid_syntax): Omit length argument.
13094 All uses changed. This doesn't fix a bug, but it simplifies the
13095 code away from its former Hollerith-constant appearance, and it's
13096 one less 'int' to worry about when looking at integer-overflow issues.
13097 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
13098
13099 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
13100 This didn't break anything, but it didn't help either.
13101 It's confusing to put a bogus integer in a place where the actual
13102 value does not matter.
13103 (LIST_END_P): Remove unused macro and its bogus comment.
13104 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
13105
13106 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
13107 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
13108 implementation.
13109 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
13110 We prefer signed types, and the value cannot exceed the EMACS_INT
13111 range anyway (because otherwise the length would not be representable).
13112 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
13113 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
13114 This avoids a GCC warning when WIDE_EMACS_INT.
13115
13116 * indent.c (sane_tab_width): New function.
13117 (current_column, scan_for_column, Findent_to, position_indentation)
13118 (compute_motion): Use it. This is just for clarity.
13119 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
13120
13121 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
13122
13123 * lisp.h (lint_assume): New macro.
13124 * composite.c (composition_gstring_put_cache):
13125 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
13126
13127 * editfns.c, insdel.c:
13128 Omit unnecessary forward decls, to simplify future changes.
13129
13130 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
13131
13132 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
13133
13134 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
13135 Use much-faster test for byte-length change.
13136 Don't assume string byte-length fits in 'int'.
13137 Check that character arg fits in 'int'.
13138 (mapcar1): Declare byte as byte, for clarity.
13139
13140 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
13141
13142 * fns.c (concat): Catch string overflow earlier.
13143 Do not rely on integer wraparound.
13144
13145 * dispextern.h (struct it.overlay_strings_charpos)
13146 (struct it.selective): Now EMACS_INT, not int.
13147 * xdisp.c (forward_to_next_line_start)
13148 (back_to_previous_visible_line_start)
13149 (reseat_at_next_visible_line_start, next_element_from_buffer):
13150 Don't arbitrarily truncate the value of 'selective' to int.
13151
13152 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
13153
13154 * composite.c: Don't truncate sizes to 'int'.
13155 (composition_gstring_p, composition_reseat_it)
13156 (composition_adjust_point): Use EMACS_INT, not int.
13157 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
13158 not EMACS_UINT, for indexes.
13159
13160 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
13161
13162 * buffer.c: Include <verify.h>.
13163 (struct sortvec.priority, struct sortstr.priority):
13164 Now EMACS_INT, not int.
13165 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
13166 (struct sortstr.size, record_overlay_string)
13167 (struct sortstrlist.size, struct sortlist.used):
13168 Don't truncate size to int.
13169 (record_overlay_string): Check for size-calculation overflow.
13170 (init_buffer_once): Check at compile-time, not run-time.
13171
13172 2011-06-22 Jim Meyering <meyering@redhat.com>
13173
13174 Don't leak an XBM-image-sized buffer
13175 * image.c (xbm_load): Free the image buffer after using it.
13176
13177 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
13178
13179 Port to Sun C.
13180 * composite.c (find_automatic_composition): Omit needless 'return 0;'
13181 that Sun C diagnosed.
13182 * fns.c (secure_hash): Fix pointer signedness issue.
13183 * intervals.c (static_offset_intervals): New function.
13184 (offset_intervals): Use it.
13185
13186 2011-06-21 Leo Liu <sdl.web@gmail.com>
13187
13188 * deps.mk (fns.o):
13189 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
13190 sha512.h.
13191
13192 * fns.c (secure_hash): Rename from crypto_hash_function and change
13193 the first arg to accept symbols.
13194 (Fsecure_hash): New primitive.
13195 (syms_of_fns): New symbols.
13196
13197 2011-06-20 Deniz Dogan <deniz@dogan.se>
13198
13199 * process.c (Fset_process_buffer): Clarify return value in
13200 docstring.
13201
13202 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * dispnew.c (add_window_display_history): Use BVAR.
13205
13206 * xdisp.c (debug_method_add): Use BVAR.
13207 (check_window_end, dump_glyph_matrix, dump_glyph)
13208 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
13209
13210 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
13211 Likewise.
13212
13213 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
13214 check till after the cache is created in init_frame_faces.
13215
13216 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
13219
13220 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
13221
13222 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
13223 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
13224 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
13225
13226 Improve buffer-overflow checking (Bug#8873).
13227 * fileio.c (Finsert_file_contents):
13228 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
13229 Remove the old (too-loose) buffer overflow checks.
13230 They weren't needed, since make_gap checks for buffer overflow.
13231 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
13232 The old code merely checked for Emacs fixnum overflow, and relied
13233 on undefined (wraparound) behavior. The new code avoids undefined
13234 behavior, and also checks for ptrdiff_t and/or size_t overflow.
13235
13236 * editfns.c (Finsert_char): Don't dump core with very negative counts.
13237 Tune. Don't use wider integers than needed. Don't use alloca.
13238 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
13239
13240 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
13241
13242 * insdel.c, lisp.h (buffer_overflow): New function.
13243 (insert_from_buffer_1, replace_range, replace_range_2):
13244 * insdel.c (make_gap_larger):
13245 * editfns.c (Finsert_char):
13246 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
13247
13248 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
13249
13250 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
13251
13252 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
13253
13254 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
13255 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
13256
13257 * fileio.c: Don't assume EMACS_INT fits in off_t.
13258 (emacs_lseek): New static function.
13259 (Finsert_file_contents, Fwrite_region): Use it.
13260 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
13261
13262 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
13263
13264 * fns.c: Don't overflow int when computing a list length.
13265 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
13266 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
13267 truncation on 64-bit hosts. Check for QUIT every
13268 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
13269 faster and is responsive enough.
13270 (Flength): Report an error instead of overflowing an integer.
13271 (Fsafe_length): Return a float if the value is not representable
13272 as a fixnum. This shouldn't happen except in contrived situations.
13273 (Fnthcdr, Fsort): Don't assume list length fits in int.
13274 (Fcopy_sequence): Don't assume vector length fits in int.
13275
13276 * alloc.c: Check that resized vectors' lengths fit in fixnums.
13277 (header_size, word_size): New constants.
13278 (allocate_vectorlike): Don't check size overflow here.
13279 (allocate_vector): Check it here instead, since this is the only
13280 caller of allocate_vectorlike that could cause overflow.
13281 Check that the new vector's length is representable as a fixnum.
13282
13283 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
13284 The previous code was bogus. For example, next_almost_prime (32)
13285 returned 39, which is undesirable as it is a multiple of 3; and
13286 next_almost_prime (24) returned 25, which is a multiple of 5 so
13287 why was the code bothering to check for multiples of 7?
13288
13289 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
13290
13291 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
13292
13293 Variadic C functions now count arguments with ptrdiff_t.
13294 This partly undoes my 2011-03-30 change, which replaced int with size_t.
13295 Back then I didn't know that the Emacs coding style prefers signed int.
13296 Also, in the meantime I found a few more instances where arguments
13297 were being counted with int, which may truncate counts on 64-bit
13298 machines, or EMACS_INT, which may be unnecessarily wide.
13299 * lisp.h (struct Lisp_Subr.function.aMANY)
13300 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
13301 Arg counts are now ptrdiff_t, not size_t.
13302 All variadic functions and their callers changed accordingly.
13303 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
13304 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
13305 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
13306 * callint.c (Fcall_interactively): Check arg count for overflow,
13307 to avoid potential buffer overrun. Use signed char, not 'int',
13308 for 'varies' array, so that we needn't bother to check its size
13309 calculation for overflow.
13310 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
13311 * eval.c (apply_lambda):
13312 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
13313 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
13314 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
13315
13316 * callint.c (Fcall_interactively): Don't use index var as event count.
13317
13318 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
13319 * mem-limits.h (SIZE): Remove; no longer used.
13320
13321 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
13322
13323 Remove unnecessary casts.
13324 * xterm.c (x_term_init):
13325 * xfns.c (x_set_border_pixel):
13326 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
13327 These aren't needed now that we assume ANSI C.
13328
13329 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
13330 It's more likely to cause problems (due to unsigned overflow)
13331 than to cure them.
13332
13333 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
13334
13335 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
13336
13337 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
13338
13339 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
13340
13341 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
13342
13343 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
13344
13345 GLYPH_CODE_FACE returns EMACS_INT, not int.
13346 * dispextern.h (merge_faces):
13347 * xfaces.c (merge_faces):
13348 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13349 Don't assume EMACS_INT fits in int.
13350
13351 * character.h (CHAR_VALID_P): Remove unused parameter.
13352 * fontset.c, lisp.h, xdisp.c: All uses changed.
13353
13354 * editfns.c (Ftranslate_region_internal): Omit redundant test.
13355
13356 * fns.c (concat): Minor tuning based on overflow analysis.
13357 This doesn't fix any bugs. Use int to hold character, instead
13358 of constantly refetching from Emacs object. Use XFASTINT, not
13359 XINT, for value known to be a character. Don't bother comparing
13360 a single byte to 0400, as it's always less.
13361
13362 * floatfns.c (Fexpt):
13363 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
13364
13365 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
13366 for characters.
13367
13368 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
13369
13370 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
13371 Without this fix, on a 64-bit host (aset S 0 4294967386) would
13372 incorrectly succeed when S was a string, because 4294967386 was
13373 truncated before it was used.
13374
13375 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
13376 Otherwise, an out-of-range integer could cause undefined behavior
13377 on a 64-bit host.
13378
13379 * composite.c: Use int, not EMACS_INT, for characters.
13380 (fill_gstring_body, composition_compute_stop_pos): Use int, not
13381 EMACS_INT, for values that are known to be in character range.
13382 This doesn't fix any bugs but is the usual style inside Emacs and
13383 may generate better code on 32-bit machines.
13384
13385 Make sure a 64-bit char is never passed to ENCODE_CHAR.
13386 This is for reasons similar to the recent CHAR_STRING fix.
13387 * charset.c (Fencode_char): Check that character arg is actually
13388 a character. Pass an int to ENCODE_CHAR.
13389 * charset.h (ENCODE_CHAR): Verify that the character argument is no
13390 wider than 'int', as a compile-time check to prevent future regressions
13391 in this area.
13392
13393 * character.c (char_string): Remove unnecessary casts.
13394
13395 Make sure a 64-bit char is never passed to CHAR_STRING.
13396 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
13397 by silently ignoring the top 32 bits, allowing some values
13398 that were far too large to be valid characters.
13399 * character.h: Include <verify.h>.
13400 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
13401 arguments are no wider than unsigned, as a compile-time check
13402 to prevent future regressions in this area.
13403 * data.c (Faset):
13404 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
13405 (Fsubst_char_in_region):
13406 * fns.c (concat):
13407 * xdisp.c (decode_mode_spec_coding):
13408 Adjust to CHAR_STRING's new requirement.
13409 * editfns.c (Finsert_char, Fsubst_char_in_region):
13410 * fns.c (concat): Check that character args are actually
13411 characters. Without this test, these functions did the wrong
13412 thing with wildly out-of-range values on 64-bit hosts.
13413
13414 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
13415 These casts should not be needed on 32-bit hosts, either.
13416 * keyboard.c (read_char):
13417 * lread.c (Fload): Remove casts to unsigned.
13418
13419 * lisp.h (UNSIGNED_CMP): New macro.
13420 This fixes comparison bugs on 64-bit hosts.
13421 (ASCII_CHAR_P): Use it.
13422 * casefiddle.c (casify_object):
13423 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
13424 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
13425 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
13426 * dispextern.h (FACE_FROM_ID):
13427 * keyboard.c (read_char): Use UNSIGNED_CMP.
13428
13429 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
13430 not to EMACS_INT, to avoid GCC warning.
13431
13432 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
13433
13434 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
13435 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
13436 isn't needed on 32-bit machines.
13437
13438 * buffer.c (Fgenerate_new_buffer_name):
13439 Use EMACS_INT for count, not int.
13440 (advance_to_char_boundary): Return EMACS_INT, not int.
13441
13442 * data.c (Qcompiled_function): Now static.
13443
13444 * window.c (window_body_lines): Now static.
13445
13446 * image.c (gif_load): Rename local to avoid shadowing.
13447
13448 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
13449 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
13450 * alloc.c (make_save_value): Integer argument is now of type
13451 ptrdiff_t, not int.
13452 (mark_object): Use ptrdiff_t, not int.
13453 * lisp.h (pD): New macro.
13454 * print.c (print_object): Use it.
13455
13456 * alloc.c: Use EMACS_INT, not int, to count objects.
13457 (total_conses, total_markers, total_symbols, total_vector_size)
13458 (total_free_conses, total_free_markers, total_free_symbols)
13459 (total_free_floats, total_floats, total_free_intervals)
13460 (total_intervals, total_strings, total_free_strings):
13461 Now EMACS_INT, not int. All uses changed.
13462 (Fgarbage_collect): Compute overall total using a double, so that
13463 integer overflow is less likely to be a problem. Check for overflow
13464 when converting back to an integer.
13465 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
13466 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
13467 These were 'int' variables that could overflow on 64-bit hosts;
13468 they were never used, so remove them instead of repairing them.
13469 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
13470 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
13471 Previously, this ceilinged at INT_MAX, but that doesn't work on
13472 64-bit machines.
13473 (allocate_pseudovector): Don't use EMACS_INT when int would do.
13474
13475 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
13476 (allocate_vectorlike): Check for ptrdiff_t overflow.
13477 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
13478 when a (possibly-narrower) signed value would do just as well.
13479 We prefer using signed arithmetic, to avoid comparison confusion.
13480
13481 * alloc.c: Catch some string size overflows that we were missing.
13482 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
13483 for convenience in STRING_BYTES_MAX.
13484 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
13485 The definition here is exact; the one in lisp.h was approximate.
13486 (allocate_string_data): Check for string overflow. This catches
13487 some instances we weren't catching before. Also, it catches
13488 size_t overflow on (unusual) hosts where SIZE_MAX <= min
13489 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
13490 and ptrdiff_t and EMACS_INT are both 64 bits.
13491
13492 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
13493 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
13494 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
13495
13496 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
13497
13498 * alloc.c (Fmake_string): Check for out-of-range init.
13499
13500 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
13503
13504 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
13505
13506 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
13507 xg_get_default_scrollbar_width.
13508
13509 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
13510 (int_gtk_range_get_value): Move to the scroll bar part of the file.
13511 (style_changed_cb): Call update_theme_scrollbar_width and call
13512 x_set_scroll_bar_default_width and xg_frame_set_char_size for
13513 all frames (Bug#8505).
13514 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
13515 Call gtk_window_set_resizable if HAVE_GTK3.
13516 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
13517 and height if HAVE_GTK3 (Bug#8505).
13518 (scroll_bar_width_for_theme): New variable.
13519 (update_theme_scrollbar_width): New function.
13520 (xg_get_default_scrollbar_width): Move code to
13521 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
13522 (xg_initialize): Call update_theme_scrollbar_width.
13523
13524 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
13525
13526 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
13527
13528 2011-06-12 Martin Rudalics <rudalics@gmx.at>
13529
13530 * frame.c (make_frame): Call other_buffer_safely instead of
13531 other_buffer.
13532
13533 * window.c (temp_output_buffer_show): Call display_buffer with
13534 second argument Vtemp_buffer_show_specifiers and reset latter
13535 immediately after the call.
13536 (Vtemp_buffer_show_specifiers): New variable.
13537 (auto_window_vscroll_p, next_screen_context_lines)
13538 (Vscroll_preserve_screen_position): Remove leading asterisks from
13539 doc-strings.
13540
13541 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
13542
13543 Fix minor problems found by GCC 4.6.0 static checking.
13544 * buffer.c (Qclone_number): Remove for now, as it's unused.
13545 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
13546 (record_buffer): Remove unused local.
13547 * frame.c (other_visible_frames, frame_buffer_list): Now static.
13548 (set_frame_buffer_list): Remove; unused.
13549 * frame.h (other_visible_frames): Remove decl.
13550 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
13551 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
13552 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
13553 if HAVE_GPM.
13554 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
13555 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
13556 Define only if HAVE_GPM.
13557 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
13558 (update_hints_inhibit): Remove; never set. All uses removed.
13559 * widgetprv.h (emacsFrameClassRec): Remove decl.
13560 * window.c (delete_deletable_window): Now returns void, since it
13561 wasn't returning anything.
13562 (compare_window_configurations): Remove unused locals.
13563 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
13564 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
13565 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
13566 the same widths as pointers. This follows up on the 2011-05-06 patch.
13567 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
13568 * xterm.h: Likewise.
13569 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
13570
13571 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * makefile.w32-in: Update dependencies.
13574 (LISP_H): Add lib/intprops.h.
13575
13576 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13577
13578 * image.c (gif_load): Add animation frame delay to the metadata.
13579 (syms_of_image): Use DEFSYM. New symbol `delay'.
13580
13581 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13582
13583 * window.c (delete_deletable_window): Re-add.
13584 (Fset_window_configuration): Rewrite to handle dead buffers and
13585 consequently deletable windows.
13586 (window_tree, Fwindow_tree): Remove. Supply functionality in
13587 window.el.
13588 (compare_window_configurations): Simplify code.
13589
13590 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
13591
13592 * image.c (imagemagick_load_image): Fix type mismatch.
13593 (Fimagemagick_types): Likewise.
13594
13595 * window.h (replace_buffer_in_windows): Declare.
13596
13597 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13598
13599 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
13600 Qclone_number. Remove external declaration of Qdelete_window.
13601 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
13602 code.
13603 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
13604 Run Qbuffer_list_update_hook if allowed.
13605 (Fother_buffer): Rewrite doc-string. Major rewrite for new
13606 buffer list implementation.
13607 (other_buffer_safely): New function.
13608 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
13609 calls to replace_buffer_in_windows and
13610 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
13611 if allowed.
13612 (record_buffer): Inhibit quitting and rewrite using quittable
13613 functions. Run Qbuffer_list_update_hook if allowed.
13614 (Frecord_buffer, Funrecord_buffer): New functions.
13615 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
13616 Move switch-to-buffer to window.el.
13617 (bury-buffer): Move to window.el.
13618 (Vbuffer_list_update_hook): New variable.
13619
13620 * lisp.h (other_buffer_safely): Add prototype in buffer.c
13621 section.
13622
13623 * window.h (resize_frame_windows): Move up in code.
13624 (Fwindow_frame): Remove EXFUN.
13625 (replace_buffer_in_all_windows): Remove prototype.
13626 (replace_buffer_in_windows_safely): Add prototype.
13627
13628 * window.c: Declare Qdelete_window static again. Move down
13629 declaration of select_count.
13630 (Fnext_window, Fprevious_window): Rewrite doc-strings.
13631 (Fother_window): Move to window.el.
13632 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
13633 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
13634 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
13635 window.el.
13636 (replace_buffer_in_windows): Implement by calling
13637 Qreplace_buffer_in_windows.
13638 (replace_buffer_in_all_windows): Remove with some functionality
13639 moved into replace_buffer_in_windows_safely.
13640 (replace_buffer_in_windows_safely): New function.
13641 (select_window_norecord, select_frame_norecord): Move in front
13642 of run_window_configuration_change_hook. Remove now obsolete
13643 declarations.
13644 (Fset_window_buffer): Rewrite doc-string.
13645 Call Qrecord_window_buffer.
13646 (keys_of_window): Move binding for other-window to window.el.
13647
13648 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13649
13650 * dispextern.h (struct image): Replace data member, whose int_val
13651 and ptr_val fields were not used by anything, with a single
13652 lisp_val object.
13653
13654 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
13655 (gif_clear_image, gif_load, imagemagick_load_image)
13656 (gs_clear_image, gs_load): Callers changed.
13657
13658 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
13659
13660 * buffer.h: Include <time.h>, for time_t.
13661 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
13662
13663 Fix minor problems found by static checking.
13664
13665 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
13666
13667 Make identifiers static if they are not used in other modules.
13668 * data.c (Qcompiled_function, Qframe, Qvector):
13669 * image.c (QimageMagick, Qsvg):
13670 * minibuf.c (Qmetadata):
13671 * window.c (resize_window_check, resize_root_window): Now static.
13672 * window.h (resize_window_check, resize_root_window): Remove decls.
13673
13674 * window.c (window_deletion_count, delete_deletable_window):
13675 Remove; unused.
13676 (window_body_lines): Now static.
13677 (Fdelete_other_windows_internal): Mark vars as initialized.
13678 Make sure 'resize_failed' is initialized.
13679 (run_window_configuration_change_hook): Rename local to avoid shadowing.
13680 (resize_window_apply): Remove unused local.
13681 * window.h (delete_deletable_window): Remove decl.
13682
13683 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
13684 (imagemagick_load_image): Fix pointer signedness problem by changing
13685 last arg from unsigned char * to char *. All uses changed.
13686 Also, fix a local for similar reasons.
13687 Remove unused locals. Remove locals to avoid shadowing.
13688 (fn_rsvg_handle_free): Remove; unused.
13689 (svg_load, svg_load_image): Fix pointer signedness problem.
13690 (imagemagick_load_image): Don't use garbage pointer image_wand.
13691
13692 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
13693
13694 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * image.c (gif_load): Fix omitted cast error introduced by
13697 2011-06-06 change.
13698
13699 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13700
13701 * window.h (resize_proportionally, orig_total_lines)
13702 (orig_top_line): Remove from window structure.
13703 (set_window_height, set_window_width, change_window_heights)
13704 (Fdelete_window): Remove prototypes.
13705 (resize_frame_windows): Remove duplicate declaration.
13706
13707 2011-06-10 Eli Zaretskii <eliz@gnu.org>
13708
13709 * window.h (resize_frame_windows, resize_window_check)
13710 (delete_deletable_window, resize_root_window)
13711 (resize_frame_windows): Declare prototypes.
13712
13713 * window.c (resize_window_apply): Make definition be "static" to
13714 match the prototype.
13715
13716 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13717
13718 * window.c: Remove declarations of Qwindow_size_fixed,
13719 window_min_size_1, window_min_size_2, window_min_size,
13720 size_window, window_fixed_size_p, enlarge_window, delete_window.
13721 Remove static from declaration of Qdelete_window, it's
13722 temporarily needed by Fbury_buffer.
13723 (replace_window): Don't assign orig_top_line and
13724 orig_total_lines.
13725 (Fdelete_window, delete_window): Remove. Window deletion is
13726 handled by window.el.
13727 (window_loop): Remove DELETE_OTHER_WINDOWS case.
13728 Replace Fdelete_window calls with calls to Qdelete_window.
13729 (Fdelete_other_windows): Remove. Deleting other windows is
13730 handled by window.el.
13731 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
13732 handled in window.el.
13733 (window_min_size_2, window_min_size_1, window_min_size): Remove.
13734 Window minimum sizes are handled in window.el.
13735 (shrink_windows, size_window, set_window_height)
13736 (set_window_width, change_window_heights, window_height)
13737 (window_width, CURBEG, CURSIZE, enlarge_window)
13738 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
13739 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
13740 handled in window.el.
13741 (make_dummy_parent): Rename to make_parent_window and give it a
13742 second argument horflag.
13743 (make_window): Don't set resize_proportionally any more.
13744 (Fsplit_window): Remove. Windows are split in window.el.
13745 (save_restore_action, save_restore_orig_size)
13746 (shrink_window_lowest_first, save_restore_orig_size): Remove.
13747 Resize mini windows in window.el.
13748 (grow_mini_window, shrink_mini_window): Implement by calling
13749 Qresize_root_window_vertically, resize_window_check and
13750 resize_window_apply.
13751 (saved_window, Fset_window_configuration, save_window_save):
13752 Do not handle orig_top_line, orig_total_lines, and
13753 resize_proportionally.
13754 (window_min_height, window_min_width): Move to window.el.
13755 (keys_of_window): Move bindings for delete-other-windows,
13756 split-window, delete-window and enlarge-window to window.el.
13757
13758 * buffer.c: Temporarily extern Qdelete_window.
13759 (Fbury_buffer): Temporarily call Qdelete_window instead of
13760 Fdelete_window (Fbury_buffer will move to window.el soon).
13761
13762 * frame.c (set_menu_bar_lines_1): Remove code handling
13763 orig_top_line and orig_total_lines.
13764
13765 * dispnew.c (adjust_frame_glyphs_initially): Don't use
13766 set_window_height but set heights directly.
13767 (change_frame_size_1): Use resize_frame_windows.
13768
13769 * xdisp.c (init_xdisp): Don't use set_window_height but set
13770 heights directly.
13771
13772 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
13773 Use resize_frame_windows instead of change_window_heights and run
13774 run_window_configuration_change_hook.
13775
13776 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
13777 instead of change_window_heights and run
13778 run_window_configuration_change_hook.
13779
13780 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13781
13782 * window.c (replace_window): Rename second argument REPLACEMENT to
13783 NEW. New third argument SETFLAG. Rewrite.
13784 (delete_window, make_dummy_parent): Call replace_window with
13785 third argument 1.
13786 (window_list_1): Move down in code.
13787 (run_window_configuration_change_hook): Move set_buffer part
13788 before select_frame_norecord part in order to unwind correctly.
13789 Rename count1 to count.
13790 (recombine_windows, delete_deletable_window, resize_root_window)
13791 (Fdelete_other_windows_internal)
13792 (Frun_window_configuration_change_hook, make_parent_window)
13793 (resize_window_check, resize_window_apply, Fresize_window_apply)
13794 (resize_frame_windows, Fsplit_window_internal)
13795 (Fdelete_window_internal, Fresize_mini_window_internal):
13796 New functions.
13797 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
13798
13799 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13800
13801 * window.h (window): Add some new members to window structure -
13802 normal_lines, normal_cols, new_total, new_normal, clone_number,
13803 splits, nest, prev_buffers, next_buffers.
13804 (WINDOW_TOTAL_SIZE): Move here from window.c.
13805 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
13806
13807 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
13808 Remove.
13809 (make_dummy_parent): Set new members of windows structure.
13810 (make_window): Move down in code. Handle new members of window
13811 structure.
13812 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
13813 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
13814 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
13815 (Fset_window_prev_buffers, Fwindow_next_buffers)
13816 (Fset_window_next_buffers, Fset_window_clone_number):
13817 New functions.
13818 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
13819 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
13820 Doc-string fixes.
13821 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
13822 Argument WINDOW can be now internal window too.
13823 (Fwindow_use_time): Move up in code.
13824 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
13825 Rewrite doc-string.
13826 (Fset_window_configuration, saved_window)
13827 (Fcurrent_window_configuration, save_window_save): Handle new
13828 members of window structure.
13829 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
13830 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
13831 (syms_of_window): New Lisp objects Qrecord_window_buffer,
13832 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
13833 Qget_mru_window, Qresize_root_window,
13834 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
13835 Qauto_buffer_name; staticpro them.
13836
13837 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13838
13839 * window.c (Fwindow_total_size, Fwindow_left_column)
13840 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
13841 (Fwindow_list_1): New functions.
13842 (window_box_text_cols): Replace with window_body_cols.
13843 (Fwindow_width, Fscroll_left, Fscroll_right):
13844 Use window_body_cols instead of window_box_text_cols.
13845 (delete_window, Fset_window_configuration):
13846 Call delete_all_subwindows with window as argument.
13847 (delete_all_subwindows): Take a window as argument and not a
13848 structure. Rewrite.
13849 (window_loop): Remove handling of GET_LRU_WINDOW and
13850 GET_LARGEST_WINDOW.
13851 (Fget_lru_window, Fget_largest_window): Move to window.el.
13852
13853 * window.h: Extern window_body_cols instead of
13854 window_box_text_cols. delete_all_subwindows now takes a
13855 Lisp_Object as argument.
13856
13857 * indent.c (compute_motion, Fcompute_motion):
13858 Use window_body_cols instead of window_box_text_cols.
13859
13860 * frame.c (delete_frame): Call delete_all_subwindows with root
13861 window as argument.
13862
13863 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
13864
13865 * fns.c (Fputhash): Document return value.
13866
13867 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
13868
13869 * image.c (gif_load): Implement gif89a spec "no disposal" method.
13870
13871 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13872
13873 Cons<->int and similar integer overflow fixes (Bug#8794).
13874
13875 Check for overflow when converting integer to cons and back.
13876 * charset.c (Fdefine_charset_internal, Fdecode_char):
13877 Use cons_to_unsigned to catch overflow.
13878 (Fencode_char): Use INTEGER_TO_CONS.
13879 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
13880 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
13881 * data.c (long_to_cons, cons_to_long): Remove.
13882 (cons_to_unsigned, cons_to_signed): New functions.
13883 These signal an error for invalid or out-of-range values.
13884 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
13885 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
13886 * font.c (Ffont_variation_glyphs):
13887 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
13888 * lisp.h: Include <intprops.h>.
13889 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
13890 (cons_to_signed, cons_to_unsigned): New decls.
13891 (long_to_cons, cons_to_long): Remove decls.
13892 * undo.c (record_first_change): Use INTEGER_TO_CONS.
13893 (Fprimitive_undo): Use CONS_TO_INTEGER.
13894 * xfns.c (Fx_window_property): Likewise.
13895 * xselect.c: Include <limits.h>.
13896 (x_own_selection, selection_data_to_lisp_data):
13897 Use INTEGER_TO_CONS.
13898 (x_handle_selection_request, x_handle_selection_clear)
13899 (x_get_foreign_selection, Fx_disown_selection_internal)
13900 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
13901 (lisp_data_to_selection_data): Use cons_to_unsigned.
13902 (x_fill_property_data): Use cons_to_signed.
13903 Report values out of range.
13904
13905 Check for buffer and string overflow more precisely.
13906 * buffer.h (BUF_BYTES_MAX): New macro.
13907 * lisp.h (STRING_BYTES_MAX): New macro.
13908 * alloc.c (Fmake_string):
13909 * character.c (string_escape_byte8):
13910 * coding.c (coding_alloc_by_realloc):
13911 * doprnt.c (doprnt):
13912 * editfns.c (Fformat):
13913 * eval.c (verror):
13914 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
13915 since they may not be the same number.
13916 * editfns.c (Finsert_char):
13917 * fileio.c (Finsert_file_contents):
13918 Likewise for BUF_BYTES_MAX.
13919
13920 * image.c: Use ptrdiff_t, not int, for sizes.
13921 (slurp_file): Switch from int to ptrdiff_t.
13922 All uses changed.
13923 (slurp_file): Check that file size fits in both size_t (for
13924 malloc) and ptrdiff_t (for sanity and safety).
13925
13926 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
13927 if b->modtime has its maximal value.
13928
13929 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
13930
13931 Don't assume time_t can fit into int.
13932 * buffer.h (struct buffer.modtime): Now time_t, not int.
13933 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
13934 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
13935
13936 Minor fixes for signed vs unsigned integers.
13937 * character.h (MAYBE_UNIFY_CHAR):
13938 * charset.c (maybe_unify_char):
13939 * keyboard.c (read_char, reorder_modifiers):
13940 XINT -> XFASTINT, since the integer must be nonnegative.
13941 * ftfont.c (ftfont_spec_pattern):
13942 * keymap.c (access_keymap, silly_event_symbol_error):
13943 XUINT -> XFASTINT, since the integer must be nonnegative.
13944 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
13945 since it makes no difference and we prefer signed.
13946 * keyboard.c (record_char): Use XUINT when all the neighbors do.
13947 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
13948 nonnegative.
13949
13950 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * window.h (Fwindow_frame): Declare.
13953
13954 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13955
13956 * alloc.c: Simplify handling of large-request failures (Bug#8800).
13957 (SPARE_MEMORY): Always define.
13958 (LARGE_REQUEST): Remove.
13959 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
13960
13961 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13962
13963 * lisp.h: Move EXFUNS for Fframe_root_window,
13964 Fframe_first_window and Fset_frame_selected_window to window.h.
13965
13966 * window.h: Move EXFUNS for Fframe_root_window,
13967 Fframe_first_window and Fset_frame_selected_window here from
13968 lisp.h.
13969
13970 * frame.c (Fwindow_frame, Fframe_first_window)
13971 (Fframe_root_window, Fframe_selected_window)
13972 (Fset_frame_selected_window): Move to window.c.
13973 (Factive_minibuffer_window): Move to minibuf.c.
13974 (Fother_visible_frames_p): New function.
13975
13976 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
13977
13978 * window.c (decode_window, decode_any_window): Move up in code.
13979 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
13980 (inhibit_frame_unsplittable): Remove unused variable.
13981 (Fwindow_buffer): Move up and rewrite doc-string.
13982 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
13983 (Fwindow_prev): New functions.
13984 (Fwindow_frame): Move here from frame.c. Accept any window as
13985 argument.
13986 (Fframe_root_window, Fframe_first_window)
13987 (Fframe_selected_window): Move here from frame.c. Accept frame
13988 or arbitrary window as argument. Update doc-strings.
13989 (Fminibuffer_window): Move up in code.
13990 (Fwindow_minibuffer_p): Move up in code and simplify.
13991 (Fset_frame_selected_window): Move here from frame.c.
13992 Marginal rewrite.
13993 (Fselected_window, select_window, Fselect_window): Move up in
13994 code. Minor doc-string fixes.
13995
13996 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13997
13998 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
13999 Do not assume that spare memory exists; that assumption is valid
14000 only if SYSTEM_MALLOC.
14001 (LARGE_REQUEST): New macro, so that the issue of large requests
14002 is separated from the issue of spare memory.
14003
14004 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
14005
14006 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
14007 format. (Bug#8806)
14008
14009 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
14010
14011 * xfns.c (x_set_scroll_bar_default_width): Move declarations
14012 before statements.
14013
14014 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
14015
14016 * gtkutil.c (xg_get_default_scrollbar_width): New function.
14017
14018 * gtkutil.h: Declare xg_get_default_scrollbar_width.
14019
14020 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
14021 min width by calling x_set_scroll_bar_default_width (Bug#8505).
14022
14023 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
14024
14025 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
14026
14027 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
14030 (x_clipboard_manager_save): Add return value.
14031 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
14032 New error handlers.
14033 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
14034 Obey Vx_select_enable_clipboard_manager. Catch errors in
14035 x_clipboard_manager_save (Bug#8779).
14036 (Vx_select_enable_clipboard_manager): New variable.
14037 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
14038
14039 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
14040
14041 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
14042
14043 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14044
14045 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
14046 in the current matrix if keep_current_p is non-zero.
14047
14048 2011-06-04 Eli Zaretskii <eliz@gnu.org>
14049
14050 * bidi.c (bidi_level_of_next_char): Fix last change.
14051
14052 2011-06-03 Eli Zaretskii <eliz@gnu.org>
14053
14054 Support bidi reordering of text covered by display properties.
14055
14056 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
14057 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
14058 (bidi_cache_search, bidi_cache_iterator_state)
14059 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
14060 (bidi_level_of_next_char, bidi_move_to_visually_next):
14061 Support character positions inside a run of characters covered by a
14062 display string.
14063 (bidi_paragraph_init, bidi_resolve_explicit_1)
14064 (bidi_level_of_next_char): Call bidi_fetch_char and
14065 bidi_fetch_char_advance instead of FETCH_CHAR and
14066 FETCH_CHAR_ADVANCE.
14067 (bidi_init_it): Initialize new members.
14068 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
14069 definitions.
14070 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
14071 instead of using explicit *_CHAR codes.
14072 (bidi_resolve_explicit, bidi_resolve_weak):
14073 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
14074 bidirectional text is supported only in multibyte buffers.
14075 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
14076 it to initialize the frame_window_p member of struct bidi_it.
14077 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
14078 (bidi_resolve_explicit, bidi_resolve_weak)
14079 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
14080 bidi_it->nchars is non-positive.
14081 (bidi_level_of_next_char): Don't try to lookup the cache for the
14082 next/previous character if nothing is cached there yet, or if we
14083 were just reseat()'ed to a new position.
14084
14085 * xdisp.c (set_cursor_from_row): Set start and stop points
14086 according to the row's direction when priming the loop that looks
14087 for the glyph on which to display cursor.
14088 (single_display_spec_intangible_p): Function deleted.
14089 (display_prop_intangible_p): Reimplement to call
14090 handle_display_spec instead of single_display_spec_intangible_p.
14091 Accept 3 additional arguments needed by handle_display_spec.
14092 This fixes incorrect cursor motion across display property with complex
14093 values: lists, `(when COND...)' forms, etc.
14094 (single_display_spec_string_p): Support property values that are
14095 lists with the argument STRING its top-level element.
14096 (display_prop_string_p): Fix the condition for processing a
14097 property that is a list to be consistent with handle_display_spec.
14098 (handle_display_spec): New function, refactored from the
14099 last portion of handle_display_prop.
14100 (compute_display_string_pos): Accept additional argument
14101 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
14102 value of a `display' property is a "replacing spec".
14103 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
14104 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
14105 the display property, but just return a value indicating whether
14106 the display property will replace the characters it covers.
14107 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
14108 frame_window_p members of struct bidi_it.
14109 (compute_display_string_pos, compute_display_string_end):
14110 New functions.
14111 (push_it): Accept second argument POSITION, where pop_it should
14112 jump to continue iteration.
14113 (reseat_1): Initialize bidi_it.disp_pos.
14114
14115 * keyboard.c (adjust_point_for_property): Adjust the call to
14116 display_prop_intangible_p to its new signature.
14117
14118 * dispextern.h (struct bidi_it): New member frame_window_p.
14119 (bidi_init_it): Update prototypes.
14120 (display_prop_intangible_p): Update prototype.
14121 (compute_display_string_pos, compute_display_string_end):
14122 Declare prototypes.
14123 (struct bidi_it): New members nchars and disp_pos. ch_len is now
14124 EMACS_INT.
14125
14126 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
14127
14128 Malloc failure behavior now depends on size of allocation.
14129 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
14130 * lisp.h: Change signatures accordingly.
14131 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
14132 All callers changed. (Bug#8762)
14133
14134 * gnutls.c: Use Emacs's memory allocators.
14135 Without this change, the gnutls library would invoke malloc etc.
14136 directly, which causes problems on non-SYNC_INPUT hosts, and which
14137 runs afoul of improving memory_full behavior. (Bug#8761)
14138 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
14139 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
14140 xfree instead of the default malloc, realloc, free.
14141 (Fgnutls_boot): No need to check for memory allocation failure,
14142 since xmalloc does that for us.
14143
14144 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
14145 * category.c (hash_get_category_set):
14146 * ccl.c (ccl_driver):
14147 * charset.c (Fdefine_charset_internal):
14148 * charset.h (struct charset.hash_index):
14149 * composite.c (get_composition_id, gstring_lookup_cache)
14150 (composition_gstring_put_cache):
14151 * composite.h (struct composition.hash_index):
14152 * dispextern.h (struct image.hash):
14153 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
14154 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
14155 (hashfn_equal, hashfn_user_defined, make_hash_table)
14156 (maybe_resize_hash_table, hash_lookup, hash_put)
14157 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
14158 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
14159 (Fsxhash, Fgethash, Fputhash, Fmaphash):
14160 * image.c (make_image, search_image_cache, lookup_image)
14161 (xpm_put_color_table_h):
14162 * lisp.h (struct Lisp_Hash_Table):
14163 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
14164 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
14165 for hashes and hash indexes, instead of 'unsigned' and 'int'.
14166 * alloc.c (allocate_vectorlike):
14167 Check for overflow in vector size calculations.
14168 * ccl.c (ccl_driver):
14169 Check for overflow when converting EMACS_INT to int.
14170 * fns.c, image.c: Remove unnecessary static decls that would otherwise
14171 need to be updated by these changes.
14172 * fns.c (make_hash_table, maybe_resize_hash_table):
14173 Check for integer overflow with large hash tables.
14174 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
14175 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
14176 (SXHASH_REDUCE): New macro.
14177 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
14178 Use it instead of discarding useful hash info with large hash values.
14179 (sxhash_float): New function.
14180 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
14181 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
14182 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
14183 Rewrite to use FIXNUM_BITS, as this simplifies things.
14184 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
14185 Adjust signatures to match updated version of code.
14186 (consing_since_gc): Now EMACS_INT, since a single hash table can
14187 use more than INT_MAX bytes.
14188
14189 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
14190
14191 Make it possible to build with GCC-4.6+ -O2 -flto.
14192
14193 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
14194
14195 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14196
14197 * minibuf.c (get_minibuffer, read_minibuf_unwind):
14198 Call minibuffer-inactive-mode.
14199
14200 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
14201
14202 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
14203 Update dependencies.
14204
14205 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14206
14207 * data.c (init_data): Remove code for UTS, this system is not
14208 supported anymore.
14209
14210 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14211
14212 Don't force ./temacs to start in terminal mode.
14213
14214 * frame.c (make_initial_frame): Initialize faces in all cases, not
14215 only when CANNOT_DUMP is defined.
14216 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
14217
14218 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14219
14220 * dispnew.c (add_window_display_history): Use const for the string
14221 pointer. Remove declaration, not needed.
14222
14223 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
14224
14225 Use 'inline', not 'INLINE'.
14226 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
14227 * alloc.c, fontset.c (INLINE): Remove.
14228 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
14229 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
14230 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
14231 * gmalloc.c (register_heapinfo): Use inline unconditionally.
14232 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
14233
14234 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
14235
14236 Make it possible to run ./temacs.
14237
14238 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
14239 syms_of_callproc does the same thing. Remove test for
14240 "initialized", do it in the caller.
14241 * emacs.c (main): Avoid calling set_initial_environment when dumping.
14242
14243 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
14246 (read_minibuf): Use get_minibuffer.
14247 (syms_of_minibuf): Use DEFSYM.
14248 (Qmetadata): New var.
14249 * data.c (Qbuffer): Don't make it static.
14250 (syms_of_data): Use DEFSYM.
14251
14252 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
14253
14254 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
14255 (CCL_CODE_MIN): New macro.
14256
14257 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
14258
14259 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
14260
14261 * eval.c (Qdebug): Now static.
14262 * lisp.h (Qdebug): Remove decl. This reverts a part of the
14263 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
14264 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
14265
14266 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
14267
14268 * image.c: Various fixes to ImageMagick code comments.
14269 (Fimagemagick_types): Doc fix.
14270
14271 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
14272
14273 Minor fixes prompted by GCC 4.6.0 warnings.
14274
14275 * xselect.c (converted_selections, conversion_fail_tag): Now static.
14276
14277 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
14278 (x_clipboard_manager_save_all): Move extern decl to ...
14279 * xterm.h: ... here, so that it can be checked for consistency.
14280
14281 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
14282
14283 * xselect.c (x_clipboard_manager_save_frame)
14284 (x_clipboard_manager_save_all): New functions.
14285 (Fx_clipboard_manager_save): Lisp function deleted.
14286
14287 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
14288 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
14289
14290 * xterm.h: Update prototype.
14291
14292 2011-05-28 William Xu <william.xwl@gmail.com>
14293
14294 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
14295 exiting (Bug#8239).
14296
14297 2011-05-28 Jim Meyering <meyering@redhat.com>
14298
14299 Avoid a sign-extension bug in crypto_hash_function.
14300 * fns.c (to_uchar): Define.
14301 (crypto_hash_function): Use it to convert some newly-signed
14302 variables to unsigned, to avoid sign-extension bugs. For example,
14303 without this change, (md5 "truc") would evaluate to
14304 45723a2aff78ff4fff7fff1114760e62 rather than the expected
14305 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
14306 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
14307
14308 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
14309
14310 Integer overflow fixes.
14311
14312 * dbusbind.c: Serial number integer overflow fixes.
14313 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
14314 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
14315 to hold a serial number that is too large for a fixnum.
14316 (Fdbus_method_return_internal, Fdbus_method_error_internal):
14317 Check for serial numbers out of range. Decode any serial number
14318 that was so large that it became a float. (Bug#8722)
14319
14320 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
14321 (Fdbus_call_method, Fdbus_call_method_asynchronously):
14322 Use XFASTINT rather than XUINT when numbers are nonnegative.
14323 (xd_append_arg, Fdbus_method_return_internal):
14324 (Fdbus_method_error_internal): Likewise. Also, for unsigned
14325 arguments, check that Lisp number is nonnegative, rather than
14326 silently wrapping negative numbers around. (Bug#8722)
14327 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
14328 (Bug#8722)
14329
14330 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
14331
14332 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
14333
14334 ccl: Add integer overflow checks.
14335 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
14336 (IN_INT_RANGE): New macros.
14337 (ccl_driver): Use them to check for integer overflow when
14338 decoding a CCL program. Many of the new checks are whether XINT (x)
14339 fits in int; it doesn't always, on 64-bit hosts. The new version
14340 doesn't catch all possible integer overflows, but it's an
14341 improvement. (Bug#8719)
14342
14343 * alloc.c (make_event_array): Use XINT, not XUINT.
14344 There's no need for unsigned here.
14345
14346 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
14347 This follows up to the 2011-05-06 change that substituted uintptr_t
14348 for EMACS_INT. This case wasn't caught back then.
14349
14350 Rework Fformat to avoid integer overflow issues.
14351 * editfns.c: Include <float.h> unconditionally, as it's everywhere
14352 now (part of C89). Include <verify.h>.
14353 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
14354 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
14355 (Fformat): Avoid the prepass trying to compute sizes; it was only
14356 approximate and thus did not catch overflow reliably. Instead, walk
14357 through the format just once, formatting and computing sizes as we go,
14358 checking for integer overflow at every step, and allocating a larger
14359 buffer as needed. Keep track separately whether the format is
14360 multibyte. Keep only the most-recently calculated precision, rather
14361 than them all. Record whether each argument has been converted to
14362 string. Use EMACS_INT, not int, for byte and char and arg counts.
14363 Support field widths and precisions larger than INT_MAX. Avoid
14364 sprintf's undefined behavior with conversion specifications such as %#d
14365 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
14366 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
14367 formatting out-of-range floating point numbers with int
14368 formats. (Bug#8668)
14369
14370 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
14371
14372 * data.c: Avoid integer truncation in expressions involving floats.
14373 * data.c: Include <intprops.h>.
14374 (arith_driver): When there's an integer overflow in an expression
14375 involving floating point, convert the integers to floating point
14376 so that the resulting value does not suffer from catastrophic
14377 integer truncation. For example, on a 64-bit host (* 4
14378 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
14379 Do not rely on undefined behavior after integer overflow.
14380
14381 merge count_size_as_multibyte, parse_str_to_multibyte
14382 * character.c, character.h (count_size_as_multibyte):
14383 Rename from parse_str_to_multibyte; all uses changed.
14384 Check for integer overflow.
14385 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
14386 since it's now a duplicate of the other. This is more of
14387 a character than a buffer op, so better that it's in character.c.
14388 * fns.c, print.c: Adjust to above changes.
14389
14390 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
14393
14394 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
14395
14396 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
14397 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
14398 (x_clipboard_manager_save): Now static.
14399 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
14400
14401 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
14402 (crypto_hash_function): Now static.
14403 Fix pointer signedness problems. Avoid unnecessary initializations.
14404
14405 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * termhooks.h (Vselection_alist): Make it terminal-local.
14408
14409 * terminal.c (create_terminal): Initialize it.
14410
14411 * xselect.c: Support for clipboard managers.
14412 (Vselection_alist): Move to termhooks.h as terminal-local var.
14413 (LOCAL_SELECTION): New macro.
14414 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
14415 (symbol_to_x_atom): Remove gratuitous arg.
14416 (x_handle_selection_request, lisp_data_to_selection_data)
14417 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
14418 (x_own_selection, x_get_local_selection, x_convert_selection):
14419 New arg, specifying work frame. Use terminal-local Vselection_alist.
14420 (some_frame_on_display): Delete unused function.
14421 (Fx_own_selection_internal, Fx_get_selection_internal)
14422 (Fx_disown_selection_internal, Fx_selection_owner_p)
14423 (Fx_selection_exists_p): New optional frame arg.
14424 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
14425 (x_handle_selection_clear): Don't treat other terminals with the
14426 same keyboard specially. Use the terminal-local Vselection_alist.
14427 (x_clear_frame_selections): Use Frun_hook_with_args.
14428
14429 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
14430
14431 * xterm.h: Add support for those atoms.
14432
14433 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
14434
14435 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
14436 (converted_selections, conversion_fail_tag): New global variables.
14437 (x_selection_request_lisp_error): Free the above.
14438 (x_get_local_selection): Remove unnecessary code.
14439 (x_reply_selection_request): Args changed; handle arbitrary array
14440 of converted selections stored in converted_selections.
14441 Separate the XChangeProperty and SelectionNotify steps.
14442 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
14443 (x_convert_selection): New function.
14444 (x_handle_selection_event): Simplify.
14445 (x_get_foreign_selection): Don't ignore incoming requests while
14446 waiting for an answer; this will fail when we implement
14447 SAVE_TARGETS, and seems unnecessary anyway.
14448 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
14449 (Vx_sent_selection_functions): Doc fix.
14450
14451 2011-05-26 Leo Liu <sdl.web@gmail.com>
14452
14453 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
14454
14455 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14456
14457 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
14458
14459 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
14460 for fringe update if it has periodic bitmap.
14461 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
14462 and fringe_bitmap_periodic_p.
14463
14464 * fringe.c (get_fringe_bitmap_data): New function.
14465 (draw_fringe_bitmap_1, update_window_fringes): Use it.
14466 (update_window_fringes): Record periodicity of fringe bitmap in glyph
14467 row. Mark glyph row for fringe update if periodicity changed.
14468
14469 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
14470 for fringe update unless it has periodic bitmap.
14471
14472 2011-05-25 Kenichi Handa <handa@m17n.org>
14473
14474 * xdisp.c (get_next_display_element): Set correct it->face_id for
14475 a static composition.
14476
14477 2011-05-24 Leo Liu <sdl.web@gmail.com>
14478
14479 * deps.mk (fns.o):
14480 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
14481
14482 * fns.c (crypto_hash_function, Fsha1): New function.
14483 (Fmd5): Use crypto_hash_function.
14484 (syms_of_fns): Add Ssha1.
14485
14486 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
14487
14488 * gnutls.c: Remove unused macros.
14489 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
14490 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
14491 Remove macros that are defined and never used.
14492 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
14493
14494 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
14495
14496 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
14497 (Fx_get_selection_internal): Minor cleanup.
14498 (Fx_own_selection_internal): Rename arguments for consistency with
14499 select.el.
14500
14501 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
14502
14503 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
14504
14505 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
14506
14507 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
14508
14509 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14510
14511 * dispnew.c (scrolling_window): Don't exclude the case that the
14512 last enabled row in the desired matrix touches the bottom boundary.
14513
14514 2011-05-21 Glenn Morris <rgm@gnu.org>
14515
14516 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
14517 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
14518 and add some more files.
14519
14520 2011-05-20 Eli Zaretskii <eliz@gnu.org>
14521
14522 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
14523 report_file_error introduced by the change from 2011-05-07.
14524
14525 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
14526
14527 * systime.h (Time): Define only if emacs is defined.
14528 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
14529 where the include path doesn't have X11/X.h by default. See
14530 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
14531
14532 2011-05-20 Kenichi Handa <handa@m17n.org>
14533
14534 * composite.c (find_automatic_composition): Fix previous change.
14535
14536 2011-05-20 Glenn Morris <rgm@gnu.org>
14537
14538 * lisp.mk: New file, split from Makefile.in.
14539 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
14540 (shortlisp): Remove.
14541 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
14542
14543 2011-05-19 Glenn Morris <rgm@gnu.org>
14544
14545 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
14546 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
14547 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
14548 (lisp): Set the order to that of loadup.el.
14549 (shortlisp): Make it a copy of $lisp.
14550 (SOME_MACHINE_LISP): Remove.
14551 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
14552 Use just $shortlisp, not $SOME_MACHINE_LISP too.
14553
14554 2011-05-18 Kenichi Handa <handa@m17n.org>
14555
14556 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
14557 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
14558 (find_automatic_composition): Mostly rewrite for efficiency.
14559
14560 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
14561
14562 * makefile.w32-in: Update dependencies.
14563
14564 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
14565
14566 * menu.c: Include limits.h (fixes the MS-Windows build broken by
14567 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
14568
14569 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
14570
14571 Fix some integer overflow issues, such as string length overflow.
14572
14573 * insdel.c (count_size_as_multibyte): Check for string overflow.
14574
14575 * character.c (lisp_string_width): Check for string overflow.
14576 Use EMACS_INT, not int, for string indexes and lengths; in
14577 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
14578 the resulting string length overflows an EMACS_INT; instead,
14579 report a string overflow if no precision given. When checking for
14580 precision exhaustion, use a check that cannot possibly have
14581 integer overflow. (Bug#8675)
14582 * character.h (lisp_string_width): Adjust to new signature.
14583
14584 * alloc.c (string_overflow): New function.
14585 (Fmake_string): Use it. This doesn't change behavior, but saves
14586 a few bytes and will simplify future changes.
14587 * character.c (string_escape_byte8): Likewise.
14588 * lisp.h (string_overflow): New decl.
14589
14590 Fixups, following up to the user-interface timestamp change.
14591 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
14592 for UI timestamps, instead of unsigned long.
14593 * msdos.c (mouse_get_pos): Likewise.
14594 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
14595 * w32gui.h (Time): Define by including "systime.h" rather than by
14596 declaring it ourselves. (Bug#8664)
14597
14598 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
14599 * image.c (clear_image_cache): Likewise.
14600
14601 * term.c (term_mouse_position): Don't assume time_t wraparound.
14602
14603 Be more systematic about user-interface timestamps.
14604 Before, the code sometimes used 'Time', sometimes 'unsigned long',
14605 and sometimes 'EMACS_UINT', to represent these timestamps.
14606 This change causes it to use 'Time' uniformly, as that's what X uses.
14607 This makes the code easier to follow, and makes it easier to catch
14608 integer overflow bugs such as Bug#8664.
14609 * frame.c (Fmouse_position, Fmouse_pixel_position):
14610 Use Time, not unsigned long, for user-interface timestamps.
14611 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
14612 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
14613 * keyboard.h (last_event_timestamp): Likewise.
14614 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
14615 * menu.h (xmenu_show): Likewise.
14616 * term.c (term_mouse_position): Likewise.
14617 * termhooks.h (struct input_event.timestamp): Likewise.
14618 (struct terminal.mouse_position_hook): Likewise.
14619 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
14620 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
14621 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
14622 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
14623 what it was before.
14624 * menu.h, termhooks.h: Include "systime.h", for Time.
14625
14626 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
14627 Don't assume that the difference between two unsigned long values
14628 can fit into an integer. At this point, we know button_down_time
14629 <= event->timestamp, so the difference must be nonnegative, so
14630 there's no need to cast the result if double-click-time is
14631 nonnegative, as it should be; check that it's nonnegative, just in
14632 case. This bug is triggered when events are more than 2**31 ms
14633 apart (about 25 days). (Bug#8664)
14634
14635 * xselect.c (last_event_timestamp): Remove duplicate decl.
14636 (x_own_selection): Remove needless cast to unsigned long.
14637
14638 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
14639 that always fit in int. Use a sentinel instead of a counter, to
14640 avoid a temp and to allay GCC's concerns about possible int overflow.
14641 * frame.h (struct frame): Use int for menu_bar_items_used
14642 instead of EMACS_INT, since it always fits in int.
14643
14644 * menu.c (grow_menu_items): Check for int overflow.
14645
14646 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
14647
14648 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
14649 Before, the code was not consistent. These values cannot exceed
14650 2**31 - 1 so there's no need to make them unsigned.
14651 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
14652 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
14653 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
14654 as modifiers.
14655 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
14656
14657 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
14658 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
14659 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
14660 presumably because the widths might not match.
14661
14662 * window.c (size_window): Avoid needless test at loop start.
14663
14664 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
14665
14666 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
14667
14668 2011-05-12 Drew Adams <drew.adams@oracle.com>
14669
14670 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
14671
14672 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14673
14674 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
14675 `width' to `bar_area_x' and `bar_area_width', respectively.
14676 (x_scroll_run): Take account of fringe background extension.
14677
14678 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
14679 Rename local vars `left' and `width' to `bar_area_x' and
14680 `bar_area_width', respectively.
14681 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
14682 background extension.
14683
14684 2011-05-10 Jim Meyering <meyering@redhat.com>
14685
14686 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
14687
14688 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
14689
14690 * image.c (Finit_image_library): Return t for built-in image types,
14691 like pbm and xbm. (Bug#8640)
14692
14693 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
14694
14695 * w32menu.c (set_frame_menubar): Fix submenu allocation.
14696
14697 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14698
14699 * w32console.c (Fset_screen_color): Doc fix.
14700 (Fget_screen_color): New function.
14701 (syms_of_ntterm): Defsubr it.
14702
14703 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
14704 unlink the temporary file if Fcall_process didn't create it in the
14705 first place.
14706 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
14707 child process will be redirected to a file specified with `:file'.
14708 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
14709 cue to call_process_cleanup not to close that handle.
14710
14711 2011-05-07 Ben Key <bkey76@gmail.com>
14712
14713 * makefile.w32-in: The bootstrap-temacs rule now makes use of
14714 one of two shell specific rules, either bootstrap-temacs-CMD or
14715 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
14716 to the previous implementation of the bootstrap-temacs rule.
14717 The bootstrap-temacs-CMD rule is similar to the previous
14718 implementation of the bootstrap-temacs rule except that it
14719 makes use of the ESC_CFLAGS variable instead of the CFLAGS
14720 variable.
14721
14722 These changes, along with some changes to nt/configure.bat,
14723 nt/gmake.defs, and nt/nmake.defs, are required to extend my
14724 earlier fix to add support for --cflags and --ldflags options
14725 that include quotes so that it works whether make uses cmd or
14726 sh as the shell.
14727
14728 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
14729
14730 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
14731 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
14732 is a constant.
14733 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
14734 a string. Handle both cases.
14735 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
14736 (Fdbus_register_method): Use Qinvalid_function.
14737
14738 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14739
14740 * makefile.w32-in: Update dependencies.
14741 (LISP_H): Add inttypes.h and stdin.h.
14742 (PROCESS_H): Add unistd.h.
14743
14744 2011-05-06 Eli Zaretskii <eliz@gnu.org>
14745
14746 * lread.c: Include limits.h (fixes the MS-Windows build broken by
14747 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
14748
14749 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
14750
14751 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
14752
14753 * term.c (vfatal): Remove stray call to va_end.
14754 It's not needed and the C Standard doesn't allow it here anyway.
14755
14756 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
14757 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
14758
14759 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
14760 bytes.
14761
14762 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
14763
14764 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
14765
14766 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
14767
14768 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
14769
14770 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
14771
14772 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
14773 * charset.c (Fdefine_charset_internal): Don't initialize
14774 charset.code_space[15]. The value was garbage, on hosts with
14775 32-bit int (Bug#8600).
14776
14777 * lread.c (read_integer): Be more consistent with string-to-number.
14778 Use string_to_number to do the actual conversion; this avoids
14779 rounding errors and fixes some other screwups. Without this fix,
14780 for example, #x1fffffffffffffff was misread as -2305843009213693952.
14781 (digit_to_number): Move earlier, for benefit of read_integer.
14782 Return -1 if the digit is out of range for the base, -2 if it is
14783 not a digit in any supported base. (Bug#8602)
14784
14785 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
14786
14787 * dispnew.c (scrolling_window): Return 1 if we scrolled,
14788 to match comment at start of function. This also removes a
14789 GCC warning about overflow in a 32+64-bit port.
14790
14791 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
14792
14793 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
14794 Reported by Stefan Monnier in
14795 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
14796 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
14797 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
14798
14799 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
14800 (EMACS_UINTPTR): Likewise, with uintptr_t.
14801
14802 * lisp.h: Prefer 64-bit EMACS_INT if available.
14803 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
14804 on 32-bit hosts that have 64-bit int, so that they can access
14805 large files.
14806 However, temporarily disable this change unless the temporary
14807 symbol WIDE_EMACS_INT is defined.
14808
14809 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
14810
14811 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
14812 This removes an assumption that EMACS_INT and long are the same
14813 width as pointers. The assumption is true for Emacs porting targets
14814 now, but we want to make other targets possible.
14815 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
14816 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
14817 In the rest of the code, change types of integers that hold casted
14818 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
14819 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
14820 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
14821 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
14822 No need to cast type when ORing.
14823 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
14824 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
14825 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
14826 assume EMACS_INT is the same width as char *.
14827 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
14828 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
14829 Remove no-longer-needed casts.
14830 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
14831 (xg_tool_bar_help_callback, xg_make_tool_item):
14832 Use EMACS_INTPTR to hold an integer
14833 that will be cast to void *; this can avoid a GCC warning
14834 if EMACS_INT is not the same width as void *.
14835 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
14836 * xdisp.c (display_echo_area_1, resize_mini_window_1):
14837 (current_message_1, set_message_1):
14838 Use a local to convert to proper width without a cast.
14839 * xmenu.c (dialog_selection_callback): Likewise.
14840
14841 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
14842 Also, don't assume VALBITS / RAND_BITS is less than 5,
14843 and don't rely on undefined behavior when shifting a 1 left into
14844 the sign bit.
14845 * lisp.h (get_random): Change signature to match.
14846
14847 * lread.c (hash_string): Use size_t, not int, for hash computation.
14848 Normally we prefer signed values; but hashing is special, because
14849 it's better to use unsigned division on hash table sizes so that
14850 the remainder is nonnegative. Also, size_t is the natural width
14851 for hashing into memory. The previous code used 'int', which doesn't
14852 retain enough info to hash well into very large tables.
14853 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
14854
14855 * dbusbind.c: Don't possibly lose pointer info when converting.
14856 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
14857 Use XPNTR rather than XHASH, so that the high-order bits of
14858 the pointer aren't lost when converting through void *.
14859
14860 * eval.c (Fautoload): Don't double-shift a pointer.
14861
14862 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
14863
14864 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14865
14866 * gnutls.c (DEF_GNUTLS_FN):
14867 * image.c (DEF_IMGLIB_FN): Make function pointers static.
14868
14869 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
14870
14871 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
14872 marker. (Bug#8610)
14873
14874 2011-05-05 Eli Zaretskii <eliz@gnu.org>
14875
14876 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
14877 New version that can reserve upto 2GB of heap space.
14878
14879 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
14880
14881 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
14882
14883 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
14884
14885 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
14886 `gnutls_certificate_set_x509_key_file'.
14887
14888 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14889
14890 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
14891 Update dependencies.
14892
14893 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14894
14895 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
14896 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
14897 Remove unused parameter `fildes'.
14898 * process.c (read_process_output, send_process): Don't pass it.
14899
14900 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14901
14902 Fix previous change: the library cache is defined in w32.c.
14903 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
14904 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
14905
14906 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14907
14908 Implement dynamic loading of GnuTLS on Windows.
14909
14910 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
14911 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
14912 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
14913 Declare.
14914
14915 * gnutls.c (Qgnutls_dll): Define.
14916 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
14917 (gnutls_*): Declare function pointers.
14918 (init_gnutls_functions): New function to initialize function pointers.
14919 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
14920 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
14921 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
14922 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
14923 (emacs_gnutls_write, emacs_gnutls_read)
14924 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
14925 (Fgnutls_available_p): New function.
14926 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
14927 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
14928 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
14929
14930 * image.c: Include w32.h.
14931 (Vimage_type_cache): Delete.
14932 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
14933 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
14934 (w32_delayed_load): Move to w32.c.
14935
14936 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
14937
14938 * w32.c (QCloaded_from, Vlibrary_cache): Define.
14939 (w32_delayed_load): Move from image.c. When loading a library, record
14940 its filename in the :loaded-from property of the library id.
14941 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
14942 Initialize and staticpro them.
14943 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
14944
14945 * process.c: Include lisp.h before w32.h, not after.
14946 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
14947 instead of gnutls_record_check_pending.
14948
14949 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
14950
14951 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14952
14953 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
14954 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
14955 as passed in.
14956
14957 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
14958
14959 * xterm.c (x_set_frame_alpha): Do not set property on anything
14960 else than FRAME_X_OUTER_WINDOW (Bug#8608).
14961
14962 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
14963
14964 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
14965
14966 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
14967
14968 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
14969 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
14970 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
14971 (gnutls_global_initialized, Qgnutls_bootprop_priority)
14972 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
14973 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
14974 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
14975 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
14976 (Qgnutls_bootprop_callbacks_verify): Make static.
14977
14978 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
14979
14980 * callproc.c: Indentation fixup.
14981
14982 * sysdep.c (wait_for_termination_1): Make static.
14983 (wait_for_termination, interruptible_wait_for_termination):
14984 Move after wait_for_termination_1.
14985
14986 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14987
14988 * sysdep.c (interruptible_wait_for_termination): New function
14989 which is like wait_for_termination, but allows keyboard
14990 interruptions.
14991
14992 * callproc.c (Fcall_process): Add (:file "file") as an option for
14993 the STDOUT buffer.
14994 (Fcall_process_region): Ditto.
14995
14996 2011-04-30 Eli Zaretskii <eliz@gnu.org>
14997
14998 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
14999 rather than `XVECTOR (FOO)->size'.
15000
15001 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
15002 inttypes.h, as a gnulib replacement is used if it not available in
15003 system headers.
15004
15005 2011-04-21 Eli Zaretskii <eliz@gnu.org>
15006
15007 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
15008 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
15009 of MOST_POSITIVE_FIXNUM. (Bug#8528)
15010
15011 * coding.c (coding_alloc_by_realloc): Error out if destination
15012 will grow beyond MOST_POSITIVE_FIXNUM.
15013 (decode_coding_emacs_mule): Abort if there isn't enough place in
15014 charbuf for the composition carryover bytes. Reserve an extra
15015 space for up to 2 characters produced in a loop.
15016 (decode_coding_iso_2022): Abort if there isn't enough place in
15017 charbuf for the composition carryover bytes.
15018
15019 2011-04-21 Eli Zaretskii <eliz@gnu.org>
15020
15021 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
15022 aborting when %lld or %lll format is passed.
15023 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
15024 %llo or %llx format is passed. (Bug#8545)
15025
15026 * window.c (window_scroll_line_based): Use a marker instead of
15027 simple variables to record original value of point. (Bug#7952)
15028
15029 * doprnt.c (doprnt): Fix the case where a multibyte sequence
15030 produced by %s or %c overflows available buffer space. (Bug#8545)
15031
15032 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
15033
15034 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
15035 (SIZE_MAX): Move defn after all includes, as they might #define it.
15036
15037 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
15038
15039 * w32.c (init_environment): Warn about defaulting HOME to C:\.
15040
15041 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
15042
15043 * keyboard.c (Qdelayed_warnings_hook): Define.
15044 (command_loop_1): Run `delayed-warnings-hook'
15045 if Vdelayed_warnings_list is non-nil.
15046 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
15047 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
15048
15049 2011-04-28 Eli Zaretskii <eliz@gnu.org>
15050
15051 * doprnt.c (doprnt): Don't return value smaller than the buffer
15052 size if the message was truncated. (Bug#8545).
15053
15054 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
15055
15056 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
15057 (Fx_window_property): #if-0 the whole functions, not just the bodies.
15058
15059 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
15060
15061 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
15062
15063 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
15064
15065 * makefile.w32-in: Update dependencies.
15066
15067 2011-04-27 Eli Zaretskii <eliz@gnu.org>
15068
15069 Improve `doprnt' and its usage. (Bug#8545)
15070 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
15071 `format_end'. Remove support for %l as a conversion specifier.
15072 Don't use xrealloc. Improve diagnostics when the %l size modifier
15073 is used. Update the commentary.
15074
15075 * eval.c (verror): Simplify calculation of size_t.
15076
15077 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
15078 messages.
15079
15080 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
15081
15082 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
15083 change.
15084
15085 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
15086
15087 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
15088 This makes this file independent of the recent pseudovector change.
15089
15090 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
15091
15092 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
15093
15094 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
15095 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
15096 Remove unused local.
15097 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
15098
15099 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
15100 GCC 4.6.0 optimizes based on type-based alias analysis.
15101 For example, if b is of type struct buffer * and v of type struct
15102 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
15103 != &v->size, and therefore "v->size = 1; b->size = 2; return
15104 v->size;" must therefore return 1. This assumption is incorrect
15105 for Emacs, since it type-puns struct Lisp_Vector * with many other
15106 types. To fix this problem, this patch adds a new type struct
15107 vectorlike_header that documents the constraints on layout of vectors
15108 and pseudovectors, and helps optimizing compilers not get fooled
15109 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
15110 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
15111 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
15112 the size member.
15113 (XSETPVECTYPE): Rewrite in terms of new macro.
15114 (XSETPVECTYPESIZE): New macro, specifying both type and size.
15115 This is a bit clearer, and further avoids the possibility of
15116 undesirable aliasing.
15117 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
15118 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
15119 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
15120 since Lisp_Subr is a special case (no "next" field).
15121 (ASIZE): Now uses header.size rather than size.
15122 All previous uses of XVECTOR (foo)->size replaced to use this macro,
15123 to avoid the hassle of writing XVECTOR (foo)->header.size.
15124 (struct vectorlike_header): New type.
15125 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
15126 object, to help avoid aliasing.
15127 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
15128 (SUBRP): Likewise, since Lisp_Subr is a special case.
15129 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
15130 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
15131 (struct Lisp_Hash_Table): Combine first two members into a single
15132 struct vectorlike_header member. All uses of "size" and "next" members
15133 changed to be "header.size" and "header.next".
15134 * buffer.h (struct buffer): Likewise.
15135 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
15136 * frame.h (struct frame): Likewise.
15137 * process.h (struct Lisp_Process): Likewise.
15138 * termhooks.h (struct terminal): Likewise.
15139 * window.c (struct save_window_data, struct saved_window): Likewise.
15140 * window.h (struct window): Likewise.
15141 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
15142 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
15143 * buffer.c (init_buffer_once): Likewise.
15144 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
15145 special case.
15146 * process.c (Fformat_network_address): Use local var for size,
15147 for brevity.
15148
15149 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
15150
15151 Make the Lisp reader and string-to-float more consistent (Bug#8525)
15152 * data.c (atof): Remove decl; no longer used or needed.
15153 (digit_to_number): Move to lread.c.
15154 (Fstring_to_number): Use new string_to_number function, to be
15155 consistent with how the Lisp reader treats infinities and NaNs.
15156 Do not assume that floating-point numbers represent EMACS_INT
15157 without losing information; this is not true on most 64-bit hosts.
15158 Avoid double-rounding errors, by insisting on integers when
15159 parsing non-base-10 numbers, as the documentation specifies.
15160 * lisp.h (string_to_number): New decl, replacing ...
15161 (isfloat_string): Remove.
15162 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
15163 (read1): Do not accept +. and -. as integers; this
15164 appears to have been a coding error. Similarly, do not accept
15165 strings like +-1e0 as floating point numbers. Do not report
15166 overflow for integer overflows unless the base is not 10 which
15167 means we have no simple and reliable way to continue.
15168 Break out the floating-point parsing into a new
15169 function string_to_number, so that Fstring_to_number parses
15170 floating point numbers consistently with the Lisp reader.
15171 (digit_to_number): Move here from data.c. Make it static inline.
15172 (E_CHAR, EXP_INT): Remove, replacing with ...
15173 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
15174 (string_to_number): New function, replacing isfloat_string.
15175 This function checks for valid syntax and produces the resulting
15176 Lisp float number too. Rework it so that string-to-number
15177 no longer mishandles examples like "1.0e+". Use strtoumax,
15178 so that overflow for non-base-10 numbers is reported only when
15179 there's no portable and simple way to convert to floating point.
15180
15181 * textprop.c (set_text_properties_1): Rewrite for clarity,
15182 and to avoid GCC warning about integer overflow.
15183
15184 * intervals.h (struct interval): Use EMACS_INT for members
15185 where EMACS_UINT might cause problems. See
15186 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
15187 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
15188 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
15189 All uses changed.
15190 (offset_intervals): Tell GCC not to worry about length overflow
15191 when negating a negative length.
15192
15193 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
15194 (overrun_check_free): Likewise.
15195
15196 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
15197 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
15198 word size.
15199
15200 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
15201 (gnutls_make_error): Rename local to avoid shadowing.
15202 (gnutls_emacs_global_deinit): ifdef out; not used.
15203 (Fgnutls_boot): Use const for pointer to readonly storage.
15204 Comment out unused local. Fix pointer signedness problems.
15205
15206 * lread.c (openp): Don't stuff size_t into an 'int'.
15207 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
15208 about possible signed overflow.
15209
15210 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
15211 (GDK_KEY_g): Don't define if already defined.
15212 (xg_prepare_tooltip): Avoid pointer signedness problem.
15213 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
15214
15215 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
15216 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
15217
15218 * xfns.c (Fx_window_property): Simplify a bit,
15219 to make a bit faster and to avoid GCC 4.6.0 warning.
15220 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
15221
15222 * fns.c (internal_equal): Don't assume size_t fits in int.
15223
15224 * alloc.c (compact_small_strings): Tighten assertion a little.
15225
15226 Replace pEd with more-general pI, and fix some printf arg casts.
15227 * lisp.h (pI): New macro, generalizing old pEd macro to other
15228 conversion specifiers. For example, use "...%"pI"d..." rather
15229 than "...%"pEd"...".
15230 (pEd): Remove. All uses replaced with similar uses of pI.
15231 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
15232 * alloc.c (check_pure_size): Don't overflow by converting size to int.
15233 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
15234 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
15235 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
15236 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
15237 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
15238 64-bit hosts.
15239 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
15240 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
15241 * print.c (safe_debug_print, print_object): Likewise.
15242 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
15243 to int.
15244 Use pI instead of if-then-else-abort. Use %p to avoid casts,
15245 avoiding the 0 flag, which is not portable.
15246 * process.c (Fmake_network_process): Use pI to avoid cast.
15247 * region-cache.c (pp_cache): Likewise.
15248 * xdisp.c (decode_mode_spec): Likewise.
15249 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
15250 behavior on 64-bit hosts with printf arg.
15251 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
15252 (x_stop_queuing_selection_requests): Likewise.
15253 (x_get_window_property): Don't truncate byte count to an 'int'
15254 when tracing.
15255
15256 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
15257 here, since it parses constructs like leading '-' and spaces,
15258 which are not wanted; and it overflows with large numbers.
15259 Instead, simply match F[0-9]+, which is what is wanted anyway.
15260
15261 * alloc.c: Remove unportable assumptions about struct layout.
15262 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
15263 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
15264 (allocate_vectorlike, make_pure_vector): Use the new macros,
15265 plus offsetof, to remove unportable assumptions about struct layout.
15266 These assumptions hold on all porting targets that I know of, but
15267 they are not guaranteed, they're easy to remove, and removing them
15268 makes further changes easier.
15269
15270 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
15271 This doesn't fix a bug but makes the code clearer.
15272 (string_overrun_cookie): Now const. Use initializers that
15273 don't formally overflow signed char, to avoid warnings.
15274 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
15275 can cause Emacs to crash when string overrun checking is enabled.
15276 (allocate_buffer): Don't assume sizeof (struct buffer) is a
15277 multiple of sizeof (EMACS_INT); it need not be, if
15278 alignof(EMACS_INT) < sizeof (EMACS_INT).
15279 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
15280
15281 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
15282
15283 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
15284
15285 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
15286
15287 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
15288 supposed to be handshaking. (Bug#8556)
15289 Reported by Paul Eggert <eggert@cs.ucla.edu>.
15290
15291 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15292
15293 * lisp.h (Qdebug): List symbol.
15294 * eval.c (Qdebug): Restore global linkage.
15295 * keyboard.c (debug-on-event): New variable.
15296 (handle_user_signal): Break into debugger when debug-on-event
15297 matches the current signal symbol.
15298
15299 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15300
15301 * alloc.c (check_sblock, check_string_bytes)
15302 (check_string_free_list): Convert to standard C.
15303
15304 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
15305
15306 * w32.c (emacs_gnutls_push): Fix typo.
15307
15308 2011-04-25 Eli Zaretskii <eliz@gnu.org>
15309
15310 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
15311 "cast to pointer from integer of different size".
15312
15313 Improve doprnt and its use in verror. (Bug#8545)
15314 * doprnt.c (doprnt): Document the set of format control sequences
15315 supported by the function. Use SAFE_ALLOCA instead of always
15316 using `alloca'.
15317
15318 * eval.c (verror): Don't limit the buffer size at size_max-1, that
15319 is one byte too soon. Don't use xrealloc; instead xfree and
15320 xmalloc anew.
15321
15322 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15323
15324 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
15325 callbacks stage.
15326
15327 * gnutls.c: Renamed global_initialized to
15328 gnutls_global_initialized. Added internals for the
15329 :verify-hostname-error, :verify-error, and :verify-flags
15330 parameters of `gnutls-boot' and documented those parameters in the
15331 docstring. Start callback support.
15332 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
15333 unless a fatal error occurred. Call gnutls_alert_send_appropriate
15334 on error. Return error code.
15335 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
15336 (emacs_gnutls_read): Likewise.
15337 (Fgnutls_boot): Return handshake error code.
15338 (emacs_gnutls_handle_error): New function.
15339 (wsaerror_to_errno): Likewise.
15340
15341 * w32.h (emacs_gnutls_pull): Add prototype.
15342 (emacs_gnutls_push): Likewise.
15343
15344 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
15345 (emacs_gnutls_push): Likewise.
15346
15347 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
15348
15349 * process.c (wait_reading_process_output): Check if GnuTLS
15350 buffered some data internally if no FDs are set for TLS
15351 connections.
15352
15353 * makefile.w32-in (OBJ2): Add gnutls.$(O).
15354 (LIBS): Link to USER_LIBS.
15355 ($(BLD)/gnutls.$(0)): New target.
15356
15357 2011-04-24 Eli Zaretskii <eliz@gnu.org>
15358
15359 * xdisp.c (handle_single_display_spec): Rename the
15360 display_replaced_before_p argument into display_replaced_p, to
15361 make it consistent with the commentary. Fix typos in the
15362 commentary.
15363
15364 * textprop.c (syms_of_textprop): Remove dead code.
15365 (copy_text_properties): Delete obsolete commentary about an
15366 interface that was deleted long ago. Fix typos in the description
15367 of arguments.
15368
15369 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
15370 to changes in oldXMenu/XMenu.h from 2011-04-16.
15371 <menu_help_message, prev_menu_help_message>: Constify.
15372 (IT_menu_make_room): menu->help_text is now `const char **';
15373 adjust.
15374
15375 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
15376 to changes in oldXMenu/XMenu.h from 2011-04-16.
15377 (struct XMenu): Declare `help_text' `const char **'.
15378
15379 * xfaces.c <Qunspecified>: Make extern again.
15380
15381 * syntax.c: Include sys/types.h before including regex.h, as
15382 required by POSIX.
15383
15384 * doc.c (get_doc_string): Improve the format passed to `error'.
15385
15386 * doprnt.c (doprnt): Improve commentary.
15387
15388 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
15389
15390 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
15391 them with etags.
15392
15393 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
15394 changes in globals.h immediately force recompilation.
15395 (TAGS): Depend on $(CURDIR)/m/intel386.h and
15396 $(CURDIR)/s/ms-w32.h.
15397 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
15398
15399 * character.c (Fchar_direction): Function deleted.
15400 (syms_of_character): Don't defsubr it.
15401 <char-direction-table>: Deleted.
15402
15403 2011-04-23 Eli Zaretskii <eliz@gnu.org>
15404
15405 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
15406 * doprnt.c: Include limits.h.
15407 (SIZE_MAX): New macro.
15408 (doprnt): Return a size_t value. 2nd arg is now size_t.
15409 Many local variables are now size_t instead of int or unsigned.
15410 Improve overflow protection. Support `l' modifier for integer
15411 conversions. Support %l conversion. Don't assume an EMACS_INT
15412 argument for integer conversions and for %c.
15413
15414 * lisp.h (doprnt): Restore prototype.
15415
15416 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
15417 $(SRC)/character.h.
15418
15419 * Makefile.in (base_obj): Add back doprnt.o.
15420
15421 * deps.mk (doprnt.o): Add back prerequisites.
15422 (callint.o): Depend on character.h.
15423
15424 * eval.c (internal_lisp_condition_case): Include the handler
15425 representation in the error message.
15426 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
15427 when breaking from the loop.
15428
15429 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
15430
15431 * callint.c (Fcall_interactively): When displaying error message
15432 about invalid control letter, pass the character's codepoint, not
15433 a pointer to its multibyte form. Improve display of the character
15434 in octal and display also its hex code.
15435
15436 * character.c (char_string): Use %x to display the (unsigned)
15437 codepoint of an invalid character, to avoid displaying a bogus
15438 negative value.
15439
15440 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
15441 `error', not SYMBOL_NAME itself.
15442
15443 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
15444 character arguments to `error'.
15445
15446 * charset.c (check_iso_charset_parameter): Fix incorrect argument
15447 to `error' in error message about FINAL_CHAR argument. Make sure
15448 FINAL_CHAR is a character, and use %c when it is passed as
15449 argument to `error'.
15450
15451 2011-04-23 Eli Zaretskii <eliz@gnu.org>
15452
15453 * s/ms-w32.h (localtime): Redirect to sys_localtime.
15454
15455 * w32.c: Include <time.h>.
15456 (sys_localtime): New function.
15457
15458 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
15459
15460 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
15461
15462 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
15463
15464 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
15465
15466 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
15467 zombies (Bug#8467).
15468
15469 2011-04-19 Eli Zaretskii <eliz@gnu.org>
15470
15471 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
15472 gl_state.e_property when gl_state.object is Qt.
15473
15474 * insdel.c (make_gap_larger): Remove limitation of buffer size
15475 to <= INT_MAX.
15476
15477 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * xdisp.c (lookup_glyphless_char_display)
15480 (produce_glyphless_glyph): Handle cons cell entry in
15481 glyphless-char-display.
15482 (Vglyphless_char_display): Document it.
15483
15484 * term.c (produce_glyphless_glyph): Handle cons cell entry in
15485 glyphless-char-display.
15486
15487 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
15488
15489 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
15490
15491 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
15492
15493 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
15494 definition for no-X builds.
15495
15496 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
15497
15498 Static checks with GCC 4.6.0 and non-default toolkits.
15499
15500 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
15501
15502 * process.c (keyboard_bit_set): Define only if SIGIO.
15503 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
15504 (send_process): Repair possible setjmp clobbering.
15505
15506 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
15507
15508 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
15509
15510 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
15511
15512 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
15513 Define only if needed.
15514
15515 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
15516 by pacifying GCC about it. Maybe it's time to retire it?
15517 * xfaces.c (USG, __TIMEVAL__): Likewise.
15518
15519 * dispextern.h (struct redisplay_interface): Rename param
15520 to avoid shadowing.
15521 * termhooks.h (struct terminal): Likewise.
15522 * xterm.c (xembed_send_message): Likewise.
15523
15524 * insdel.c (make_gap_smaller): Define only if
15525 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
15526
15527 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
15528 it.
15529
15530 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
15531 so that we aren't warned about unused symbols.
15532
15533 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
15534
15535 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
15536
15537 * xfns.c (x_real_positions): Mark locals as initialized.
15538
15539 * xmenu.c (xmenu_show): Don't use uninitialized vars.
15540
15541 * xterm.c: Fix problems found by static analysis with other toolkits.
15542 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
15543 (x_dispatch_event): Declare static if USE_GTK, and
15544 define if USE_GTK || USE_X_TOOLKIT.
15545 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
15546 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
15547 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
15548 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
15549
15550 * xmenu.c (menu_help_callback): Pointer type fixes.
15551 Use const pointers when pointing at readonly data. Avoid pointer
15552 signedness clashes.
15553 (FALSE): Remove unused macro.
15554 (update_frame_menubar): Remove unused decl.
15555
15556 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
15557
15558 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
15559 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
15560 (single_menu_item): Rename local to avoid shadowing.
15561
15562 * keyboard.c (make_lispy_event): Remove unused local var.
15563
15564 * frame.c, frame.h (x_get_resource_string): Bring this back, but
15565 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
15566
15567 * bitmaps: Change bitmaps from unsigned char back to the X11
15568 compatible char. Avoid the old compiler warnings about
15569 out-of-range initializers by using, for example, '\xab' rather
15570 than 0xab.
15571
15572 * xgselect.c (xgselect_initialize): Check vs interface
15573 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
15574
15575 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
15576
15577 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
15578 to read-only memory.
15579
15580 * fns.c (vector): Remove; this old hack is no longer needed.
15581
15582 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
15583 Remove unused var.
15584 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
15585
15586 * xrdb.c (x_load_resources): Omit unused local.
15587
15588 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
15589 (x_window): Rename locals to avoid shadowing.
15590 (USG): Use the kludged USG macro, to pacify gcc.
15591
15592 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
15593 (x_term_init): Remove local to avoid shadowing.
15594
15595 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
15596
15597 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
15598 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
15599
15600 2011-04-16 Eli Zaretskii <eliz@gnu.org>
15601
15602 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
15603
15604 Fix regex.c, syntax.c and friends for buffers > 2GB.
15605 * syntax.h (struct gl_state_s): Declare character position members
15606 EMACS_INT.
15607
15608 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
15609
15610 * textprop.c (verify_interval_modification, interval_of):
15611 Declare arguments EMACS_INT.
15612
15613 * intervals.c (adjust_intervals_for_insertion): Declare arguments
15614 EMACS_INT.
15615
15616 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
15617
15618 * indent.c (Fvertical_motion): Local variable it_start is now
15619 EMACS_INT.
15620
15621 * regex.c (re_match, re_match_2, re_match_2_internal)
15622 (bcmp_translate, regcomp, regexec, print_double_string)
15623 (group_in_compile_stack, re_search, re_search_2, regex_compile)
15624 (re_compile_pattern, re_exec): Declare arguments and local
15625 variables `size_t' and `ssize_t' and return values `regoff_t', as
15626 appropriate.
15627 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
15628 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
15629 <compile_stack_type>: `size' and `avail' are now `size_t'.
15630
15631 * regex.h <regoff_t>: Use ssize_t, not int.
15632 (re_search, re_search_2, re_match, re_match_2): Arguments that
15633 specify buffer/string position and length are now ssize_t and
15634 size_t. Return type is regoff_t.
15635
15636 2011-04-16 Ben Key <bkey76@gmail.com>
15637
15638 * nsfont.m: Fixed bugs in ns_get_family and
15639 ns_descriptor_to_entity that were caused by using free to
15640 deallocate memory blocks that were allocated by xmalloc (via
15641 xstrdup). This caused Emacs to crash when compiled with
15642 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
15643 --enable-checking=xmallocoverrun). xfree is now used to
15644 deallocate these memory blocks.
15645
15646 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
15647
15648 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
15649
15650 emacs_write: Accept and return EMACS_INT for sizes.
15651 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
15652 et seq.
15653 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
15654 Accept and return EMACS_INT.
15655 (emacs_gnutls_write): Return the number of bytes written on
15656 partial writes.
15657 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
15658 (emacs_read, emacs_write): Remove check for negative size, as the
15659 Emacs source code has been audited now.
15660 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
15661 (emacs_read, emacs_write): Use it.
15662 * process.c (send_process): Adjust to the new signatures of
15663 emacs_write and emacs_gnutls_write. Do not attempt to store
15664 a byte offset into an 'int'; it might overflow.
15665 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
15666
15667 * sound.c: Don't assume sizes fit in 'int'.
15668 (struct sound_device.period_size, alsa_period_size):
15669 Return EMACS_INT, not int.
15670 (struct sound_device.write, vox_write, alsa_write):
15671 Accept EMACS_INT, not int.
15672 (wav_play, au_play): Use EMACS_INT to store sizes and to
15673 record read return values.
15674
15675 2011-04-15 Ben Key <bkey76@gmail.com>
15676
15677 * keyboard.c (Qundefined): Don't declare static since it is used
15678 in nsfns.m.
15679 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
15680 static since they are used in nsfont.m.
15681
15682 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * process.c (Qprocessp): Don't declare static.
15685 * lisp.h (Qprocessp): Declare again.
15686
15687 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15688
15689 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
15690
15691 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
15692
15693 Improve C-level modularity by making more things 'static'.
15694
15695 Don't publish debugger-only interfaces to other modules.
15696 * lisp.h (safe_debug_print, debug_output_compilation_hack):
15697 (verify_bytepos, count_markers): Move decls to the only modules
15698 that need them.
15699 * region-cache.h (pp_cache): Likewise.
15700 * window.h (check_all_windows): Likewise.
15701 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
15702
15703 * sysdep.c (croak): Now static, if
15704 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
15705 * syssignal.h (croak): Declare only if not static.
15706
15707 * alloc.c (refill_memory_reserve): Now static if
15708 !defined REL_ALLOC || defined SYSTEM_MALLOC.
15709 * lisp.h (refill_memory_reserve): Declare only if not static.
15710
15711 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
15712 Define only if USE_LUCID.
15713
15714 * xrdb.c (x_customization_string, x_rm_string): Now static.
15715
15716 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
15717 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
15718
15719 * xdisp.c (draw_row_with_mouse_face): Now static.
15720 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
15721
15722 * window.h (check_all_windows): Mark externally visible.
15723
15724 * window.c (window_deletion_count): Now static.
15725
15726 * undo.c: Make symbols static if they're not exported.
15727 (last_undo_buffer, last_boundary_position, pending_boundary):
15728 Now static.
15729
15730 * textprop.c (interval_insert_behind_hooks): Now static.
15731 (interval_insert_in_front_hooks): Likewise.
15732
15733 * term.c: Make symbols static if they're not exported.
15734 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
15735 (max_frame_lines, tty_set_terminal_modes):
15736 (tty_reset_terminal_modes, tty_turn_off_highlight):
15737 (get_tty_terminal): Now static.
15738 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
15739 * termhooks.h (term_mouse_moveto): Do not declare if
15740 HAVE_WINDOW_SYSTEM.
15741 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
15742 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
15743
15744 * sysdep.c: Make symbols static if they're not exported.
15745 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
15746 Now static.
15747 (sigprocmask_set, full_mask): Remove; unused.
15748 (wait_debugging): Mark as visible.
15749 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
15750 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
15751
15752 * syntax.c (syntax_temp): Define only if !__GNUC__.
15753
15754 * sound.c (current_sound_device, current_sound): Now static.
15755
15756 * search.c (searchbufs, searchbuf_head): Now static.
15757
15758 * scroll.c (scroll_cost): Remove; unused.
15759 * dispextern.h (scroll_cost): Remove decl.
15760
15761 * region-cache.h (pp_cache): Mark as externally visible.
15762
15763 * process.c: Make symbols static if they're not exported.
15764 (process_tick, update_tick, create_process, chan_process):
15765 (Vprocess_alist, proc_buffered_char, datagram_access):
15766 (fd_callback_data, send_process_frame, process_sent_to): Now static.
15767 (deactivate_process): Mark defn as static, as well as decl.
15768 * lisp.h (create_process): Remove decl.
15769 * process.h (chan_process, Vprocess_alist): Remove decls.
15770
15771 * print.c: Make symbols static if they're not exported.
15772 (print_depth, new_backquote_output, being_printed, print_buffer):
15773 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
15774 (print_interval, print_number_index, initial_stderr_stream):
15775 Now static.
15776 * lisp.h (Fprinc): Remove decl.
15777 (debug_output_compilation_hack): Mark as externally visible.
15778
15779 * sysdep.c (croak): Move decl from here to syssignal.h.
15780 * syssignal.h (croak): Put it here, so the API can be checked when
15781 'croak' is called from dissociate_if_controlling_tty.
15782
15783 * minibuf.c: Make symbols static if they're not exported.
15784 (minibuf_save_list, choose_minibuf_frame): Now static.
15785 * lisp.h (choose_minibuf_frame): Remove decl.
15786
15787 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
15788
15789 * lread.c: Make symbols static if they're not exported.
15790 (read_objects, initial_obarray, oblookup_last_bucket_number):
15791 Now static.
15792 (make_symbol): Remove; unused.
15793 * lisp.h (initial_obarray, make_symbol): Remove decls.
15794
15795 * keyboard.c: Make symbols static if they're not exported.
15796 (single_kboard, recent_keys_index, total_keys, recent_keys):
15797 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
15798 (this_single_command_key_start, echoing, last_auto_save):
15799 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
15800 (command_loop, echo_now, keyboard_init_hook, help_char_p):
15801 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
15802 (Vlispy_mouse_stem, double_click_count):
15803 Now static.
15804 (force_auto_save_soon): Define only if SIGDANGER.
15805 (ignore_mouse_drag_p): Now static if
15806 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
15807 (print_help): Remove; unused.
15808 (stop_character, last_timer_event): Mark as externally visible.
15809 * keyboard.h (ignore_mouse_drag_p): Declare only if
15810 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
15811 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
15812 * lisp.h (echoing): Remove decl.
15813 (force_auto_save_soon): Declare only if SIGDANGER.
15814 * xdisp.c (redisplay_window): Simplify code, to make it more
15815 obvious that ignore_mouse_drag_p is not accessed if !defined
15816 USE_GTK && !defined HAVE_NS.
15817
15818 * intervals.c: Make symbols static if they're not exported.
15819 (merge_properties_sticky, merge_interval_right, delete_interval):
15820 Now static.
15821 * intervals.h (merge_interval_right, delete_interval): Remove decls.
15822
15823 * insdel.c: Make symbols static if they're not exported.
15824 However, leave prepare_to_modify_buffer alone. It's never
15825 called from outside this function, but that appears to be a bug.
15826 (combine_after_change_list, combine_after_change_buffer):
15827 (adjust_after_replace, signal_before_change): Now static.
15828 (adjust_after_replace_noundo): Remove; unused.
15829 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
15830 (signal_before_change): Remove decls.
15831
15832 * indent.c (val_compute_motion, val_vmotion): Now static.
15833
15834 * image.c: Make symbols static if they're not exported.
15835 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
15836 if USE_GTK.
15837 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
15838 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
15839
15840 * fringe.c (standard_bitmaps): Now static.
15841 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
15842
15843 * frame.c: Make symbols static if they're not exported.
15844 (x_report_frame_params, make_terminal_frame): Now static.
15845 (get_frame_param): Now static, unless HAVE_NS.
15846 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
15847 (x_get_resource_string): Remove; not used.
15848 * frame.h (make_terminal_frame, x_report_frame_params):
15849 (x_get_resource_string); Remove decls.
15850 (x_fullscreen_adjust): Declare only if WINDOWSNT.
15851 * lisp.h (get_frame_param): Declare only if HAVE_NS.
15852
15853 * font.c, fontset.c: Make symbols static if they're not exported.
15854 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
15855 (FACE_SUITABLE_FOR_CHAR_P): Use it.
15856 * font.c (font_close_object): Now static.
15857 * font.h (font_close_object): Remove.
15858 * fontset.c (FONTSET_OBJLIST): Remove.
15859 (free_realized_fontset) #if-0 the body, which does nothing.
15860 (face_suitable_for_char_p): #if-0, as it's never called.
15861 * fontset.h (face_suitable_for_char_p): Remove decl.
15862 * xfaces.c (face_at_string_position):
15863 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
15864 since 0 is always ASCII.
15865
15866 * fns.c (weak_hash_tables): Now static.
15867
15868 * fileio.c: Make symbols static if they're not exported.
15869 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
15870 (Vwrite_region_annotation_buffers): Now static.
15871
15872 * eval.c: Make symbols static if they're not exported.
15873 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
15874 * lisp.h (backtrace_list): Remove decl.
15875
15876 * emacs.c: Make symbols static if they're not exported.
15877 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
15878 (fatal_error_code, fatal_error_signal_hook, standard_args):
15879 Now static.
15880 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
15881 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
15882 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
15883 * lisp.h (fatal_error_signal_hook): Remove decl.
15884 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
15885
15886 * editfns.c: Move a (normally-unused) function to its only use.
15887 * editfns.c, lisp.h (get_operating_system_release): Remove.
15888 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
15889 worth the hassle of breaking this out.
15890
15891 * xterm.c: Make symbols static if they're not exported.
15892 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
15893 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
15894 (x_destroy_window, x_delete_display):
15895 Now static.
15896 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
15897 (x_mouse_leave): Remove; unused.
15898 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
15899 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
15900 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
15901 Remove decls.
15902 (x_mouse_leave): Declare only if WINDOWSNT.
15903 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
15904 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
15905 USE_X_TOOLKIT.
15906
15907 * ftxfont.c: Make symbols static if they're not exported.
15908 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
15909 HAVE_FREETYPE.
15910 * font.h (ftxfont_driver): Likewise.
15911
15912 * xfns.c: Make symbols static if they're not exported.
15913 (x_last_font_name, x_display_info_for_name):
15914 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
15915 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
15916 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
15917 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
15918 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
15919 (last_show_tip_args): Now static.
15920 (xic_defaut_fontset, xic_create_fontsetname): Define only if
15921 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
15922 (x_screen_planes): Remove; unused.
15923 * dispextern.h (x_screen_planes): Remove decl.
15924
15925 * dispnew.c: Make symbols static if they're not exported.
15926 * dispextern.h (redraw_garbaged_frames, scrolling):
15927 (increment_row_positions): Remove.
15928 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
15929 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
15930 Now static.
15931 (redraw_garbaged_frames): Remove; unused.
15932
15933 * xfaces.c: Make symbols static if they're not exported.
15934 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
15935 Remove decls.
15936 * xterm.h (defined_color): Remove decls.
15937 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
15938 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
15939 (menu_face_changed_default, defined_color, free_realized_face):
15940 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
15941 (ascii_face_of_lisp_face): Remove; unused.
15942
15943 * xdisp.c: Make symbols static if they're not exported.
15944 * dispextern.h (scratch_glyph_row, window_box_edges):
15945 (glyph_to_pixel_coords, set_cursor_from_row):
15946 (get_next_display_element, set_iterator_to_next):
15947 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
15948 (show_mouse_face): Remove decls
15949 * frame.h (message_buf_print): Likewise.
15950 * lisp.h (pop_message, set_message, check_point_in_composition):
15951 Likewise.
15952 * xterm.h (set_vertical_scroll_bar): Likewise.
15953 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
15954 (message_buf_print, scratch_glyph_row, displayed_buffer):
15955 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
15956 (get_next_display_element, show_mouse_face, window_box_edges):
15957 (frame_to_window_pixel_xy, check_point_in_composition):
15958 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
15959 (glyph_to_pixel_coords): Remove; unused.
15960
15961 * dired.c (file_name_completion): Now static.
15962
15963 * dbusbind.c (xd_in_read_queued_messages): Now static.
15964
15965 * lisp.h (circular_list_error, FOREACH): Remove; unused.
15966 * data.c (circular_list_error): Remove.
15967
15968 * commands.h (last_point_position, last_point_position_buffer):
15969 (last_point_position_window): Remove decls.
15970 * keyboard.c: Make these variables static.
15971
15972 * coding.h (coding, code_convert_region, encode_coding_gap):
15973 Remove decls.
15974 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
15975 (iso_code_class, detect_coding, code_convert_region): Now static.
15976 (encode_coding_gap): Remove; unused.
15977
15978 * chartab.c (chartab_chars, chartab_bits): Now static.
15979
15980 * charset.h (charset_iso_8859_1): Remove decl.
15981 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
15982 Now static.
15983
15984 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
15985 * ccl.c (Vccl_program_table): Now static.
15986 (check_ccl_update): Remove; unused.
15987
15988 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
15989 * category.h: ... from here.
15990 * category.c (check_category_table, set_category_set): Now static.
15991
15992 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
15993 * lisp.h: Remove these decls.
15994
15995 * buffer.c (buffer_count): Remove unused var.
15996
15997 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
15998 so that it's not optimized away.
15999 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
16000 * dispextern.h (bidi_dump_cached_states): Remove, since it's
16001 exported only to the debugger.
16002
16003 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
16004 * atimer.h (run_all_atimers): Remove; not exported.
16005
16006 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
16007 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
16008 was inaccessible from Lisp.
16009 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
16010 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
16011
16012 alloc.c: Import and export fewer symbols, and remove unused items.
16013 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
16014 is defined.
16015 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
16016 it's not optimized away by whole-program optimization.
16017 (message_enable_multibyte, free_misc): Remove.
16018 (catchlist, handlerlist, mark_backtrace):
16019 Declare only if BYTE_MARK_STACK.
16020 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
16021 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
16022 (message_enable_multibyte): Remove decl.
16023 (free_misc, interval_free_list, float_block, float_block_index):
16024 (n_float_blocks, float_free_list, cons_block, cons_block_index):
16025 (cons_free_list, last_marked_index):
16026 Now static.
16027 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
16028 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
16029 (mark_backtrace): Define only if BYTE_MARK_STACK.
16030 * xdisp.c (message_enable_multibyte): Now static.
16031
16032 Declare Lisp_Object Q* variables to be 'static' if not exported.
16033 This makes it easier for human readers (and static analyzers)
16034 to see whether these variables are used from other modules.
16035 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
16036 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
16037 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
16038 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
16039 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
16040 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
16041 * xmenu.c, xselect.c:
16042 Declare Q* vars static if they are not used in other modules.
16043 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
16044 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
16045 Remove decls of unexported vars.
16046 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
16047
16048 * lisp.h (DEFINE_FUNC): Make sname 'static'.
16049
16050 Make Emacs functions such as Fatom 'static' by default.
16051 This makes it easier for human readers (and static analyzers)
16052 to see whether these functions can be called from other modules.
16053 DEFUN now defines a static function. To make the function external
16054 so that it can be used in other C modules, use the new macro DEFUE.
16055 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
16056 (Finit_image_library):
16057 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
16058 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
16059 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
16060 Remove decls, since these functions are now static.
16061 (Funintern, Fget_internal_run_time): New decls, since these functions
16062 were already external.
16063
16064 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
16065 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
16066 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
16067 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
16068 * keyboard.c, keymap.c, lread.c:
16069 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
16070 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
16071 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
16072 Mark functions with DEFUE instead of DEFUN,
16073 if they are used in other modules.
16074 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
16075 decls for now-static functions.
16076 * buffer.h (Fdelete_overlay): Remove decl.
16077 * callproc.c (Fgetenv_internal): Mark as internal.
16078 * composite.c (Fremove_list_of_text_properties): Remove decl.
16079 (Fcomposition_get_gstring): New forward static decl.
16080 * composite.h (Fcomposite_get_gstring): Remove decl.
16081 * dired.c (Ffile_attributes): New forward static decl.
16082 * doc.c (Fdocumntation_property): New forward static decl.
16083 * eval.c (Ffetch_bytecode): New forward static decl.
16084 (Funintern): Remove extern decl; now in .h file where it belongs.
16085 * fileio.c (Fmake_symbolic_link): New forward static decl.
16086 * image.c (Finit_image_library): New forward static decl.
16087 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
16088 * intervals.h (Fprevious_property_change):
16089 (Fremove_list_of_text_properties): Remove decls.
16090 * keyboard.c (Fthis_command_keys): Remove decl.
16091 (Fcommand_execute): New forward static decl.
16092 * keymap.c (Flookup_key): New forward static decl.
16093 (Fcopy_keymap): Now static.
16094 * keymap.h (Flookup_key): Remove decl.
16095 * process.c (Fget_process): New forward static decl.
16096 (Fprocess_datagram_address): Mark as internal.
16097 * syntax.c (Fsyntax_table_p): New forward static decl.
16098 (skip_chars): Remove duplicate decl.
16099 * textprop.c (Fprevious_property_change): New forward static decl.
16100 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
16101 Now internal.
16102 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
16103 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
16104
16105 * editfns.c (Fformat): Remove unreachable code.
16106
16107 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
16108
16109 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
16110 change. (Bug#8496)
16111
16112 2011-04-13 Eli Zaretskii <eliz@gnu.org>
16113
16114 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
16115 when at ZV. (Bug#8487)
16116
16117 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
16118
16119 * charset.c (Fclear_charset_maps): Use xfree instead of free.
16120 (Bug#8437)
16121 * keyboard.c (parse_tool_bar_item): Likewise.
16122 * sound.c (sound_cleanup, alsa_close): Likewise.
16123 * termcap.c (tgetent): Likewise.
16124 * xfns.c (x_default_font_parameter): Likewise.
16125 * xsettings.c (read_and_apply_settings): Likewise.
16126
16127 * alloc.c (overrun_check_malloc, overrun_check_realloc)
16128 (overrun_check_free): Protoize.
16129
16130 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
16131
16132 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
16133 since callers should never pass a negative size.
16134 Change the signature to match that of plain 'read' and 'write'; see
16135 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
16136 * lisp.h: Update prototypes of emacs_write and emacs_read.
16137
16138 2011-04-11 Eli Zaretskii <eliz@gnu.org>
16139
16140 * xdisp.c (redisplay_window): Don't try to determine the character
16141 position of the scroll margin if the window start point w->startp
16142 is outside the buffer's accessible region. (Bug#8468)
16143
16144 2011-04-10 Eli Zaretskii <eliz@gnu.org>
16145
16146 Fix write-region and its subroutines for buffers > 2GB.
16147 * fileio.c (a_write, e_write): Modify declaration of arguments and
16148 local variables to support buffers larger than 2GB.
16149 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
16150
16151 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
16152 argument, local variables, and return value.
16153
16154 * lisp.h: Update prototypes of emacs_write and emacs_read.
16155
16156 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
16157
16158 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
16159
16160 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
16161
16162 Fix more problems found by GCC 4.6.0's static checks.
16163
16164 * xdisp.c (vmessage): Use a better test for character truncation.
16165
16166 * charset.c (load_charset_map): <, not <=, for optimization,
16167 and to avoid potential problems with integer overflow.
16168 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
16169 * casetab.c (set_identity, shuffle): Likewise.
16170 * editfns.c (Fformat): Likewise.
16171 * syntax.c (skip_chars): Likewise.
16172
16173 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
16174 This also lets GCC 4.6.0 generate slightly better loop code.
16175
16176 * callint.c (Fcall_interactively): <, not <=, for optimization.
16177 (Fcall_interactively): Count the number of arguments produced,
16178 not the number of arguments given. This is simpler and lets GCC
16179 4.6.0 generate slightly better code.
16180
16181 * ftfont.c: Distingish more carefully between FcChar8 and char.
16182 The previous code passed unsigned char * to a functions like
16183 strlen and xstrcasecmp that expect char *, which does not
16184 conform to the C standard.
16185 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
16186 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
16187 char * when the C standard requires it.
16188
16189 * keyboard.c (read_char): Remove unused var.
16190
16191 * eval.c: Port to Windows vsnprintf (Bug#8435).
16192 Include <limits.h>.
16193 (SIZE_MAX): Define if the headers do not.
16194 (verror): Do not give up if vsnprintf returns a negative count.
16195 Instead, grow the buffer. This ports to Windows vsnprintf, which
16196 does not conform to C99. Problem reported by Eli Zaretskii.
16197 Also, simplify the allocation scheme, by avoiding the need for
16198 calling realloc, and removing the ALLOCATED variable.
16199
16200 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
16201
16202 Remove invocations of doprnt, as Emacs now uses vsnprintf.
16203 But keep the doprint source code for now, as we might revamp it
16204 and use it again (Bug#8435).
16205 * lisp.h (doprnt): Remove.
16206 * Makefile.in (base_obj): Remove doprnt.o.
16207 * deps.mk (doprnt.o): Remove.
16208
16209 error: Print 32- and 64-bit integers portably (Bug#8435).
16210 Without this change, on typical 64-bit hosts error ("...%d...", N)
16211 was used to print both 32- and 64-bit integers N, which relied on
16212 undefined behavior.
16213 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
16214 * lisp.h (error, verror): Mark as printf-like functions.
16215 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
16216 Report overflow in size calculations when allocating printf buffer.
16217 Do not truncate output string at its first null byte.
16218 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
16219 Truncate the output at a character boundary, since vsnprintf does not
16220 do that.
16221 * charset.c (check_iso_charset_parameter): Convert internal
16222 character to string before calling 'error', since %c now has the
16223 printf meaning.
16224 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
16225 overflow when computing char to be passed to 'error'. Do not
16226 pass Lisp_Object to 'error'; pass the integer instead.
16227 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
16228 formatted with plain %d.
16229
16230 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
16231
16232 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
16233
16234 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
16235
16236 * xterm.c (x_catch_errors): Remove duplicate declaration.
16237
16238 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
16239
16240 * xdisp.c, lisp.h (message_nolog): Remove; unused.
16241
16242 2011-04-10 Jim Meyering <meyering@redhat.com>
16243
16244 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
16245 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
16246 return ssize_t not "int", and use size_t as the buffer length.
16247 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
16248 * gnutls.h: Update declarations.
16249 * process.c (read_process_output): Use ssize_t, to match.
16250 (send_process): Likewise.
16251
16252 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
16253
16254 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
16255
16256 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
16257
16258 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
16259 Use unsigned char, to match FcChar8 type definition.
16260
16261 * xterm.c (handle_one_xevent):
16262 * xmenu.c (create_and_show_popup_menu):
16263 * xselect.c (x_decline_selection_request)
16264 (x_reply_selection_request): Avoid type-punned deref of X events.
16265
16266 2011-04-09 Eli Zaretskii <eliz@gnu.org>
16267
16268 Fix some uses of `int' instead of EMACS_INT.
16269 * search.c (string_match_1, fast_string_match)
16270 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
16271 (scan_buffer, find_next_newline_no_quit)
16272 (find_before_next_newline, search_command, Freplace_match)
16273 (Fmatch_data): Make some `int' variables be EMACS_INT.
16274
16275 * xdisp.c (display_count_lines): 3rd argument and return value now
16276 EMACS_INT. All callers changed.
16277 (pint2hrstr): Last argument is now EMACS_INT.
16278
16279 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
16280 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
16281 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
16282 (decode_coding_utf_16, decode_coding_emacs_mule)
16283 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16284 (decode_coding_ccl, decode_coding_charset)
16285 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
16286 (decode_coding_iso_2022, decode_coding_emacs_mule)
16287 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
16288 <char_offset, last_offset>: Declare EMACS_INT.
16289 (encode_coding_utf_8, encode_coding_utf_16)
16290 (encode_coding_emacs_mule, encode_invocation_designation)
16291 (encode_designation_at_bol, encode_coding_iso_2022)
16292 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
16293 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
16294 Declare EMACS_INT.
16295 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
16296 (encode_invocation_designation): Last argument P_NCHARS is now
16297 EMACS_INT.
16298 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
16299 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
16300
16301 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
16302 All users changed.
16303
16304 * ccl.c (Fccl_execute_on_string): Declare some variables
16305 EMACS_INT.
16306
16307 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
16308
16309 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
16310
16311 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
16312
16313 * process.c (Fformat_network_address): Doc fix.
16314
16315 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
16316
16317 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
16318
16319 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
16320
16321 * keyboard.c (read_char): Call Lisp function help-form-show,
16322 instead of using internal_with_output_to_temp_buffer.
16323 (Qhelp_form_show): New var.
16324 (syms_of_keyboard): Use DEFSYM macro.
16325
16326 * print.c (internal_with_output_to_temp_buffer): Function deleted.
16327
16328 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
16329
16330 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
16331
16332 * process.c (Flist_processes): Remove to Lisp.
16333 (list_processes_1): Delete.
16334
16335 2011-04-06 Eli Zaretskii <eliz@gnu.org>
16336
16337 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
16338
16339 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
16340
16341 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
16342
16343 Fix more problems found by GCC 4.6.0's static checks.
16344
16345 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
16346
16347 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
16348
16349 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
16350
16351 * xdisp.c (vmessage): Mark as a printf-like function.
16352
16353 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
16354
16355 * sound.c (sound_warning): Don't crash if arg contains a printf format.
16356
16357 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
16358 printf-like functions.
16359 (tiff_load): Add casts to remove these marks before passing them
16360 to system-supplied API.
16361
16362 * eval.c (Fsignal): Remove excess argument to 'fatal'.
16363
16364 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
16365 This avoids several warnings with gcc -Wstrict-overflow.
16366 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
16367 directly, rather than having caller test rule sign. This avoids
16368 some unnecessary tests.
16369 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
16370 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
16371 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
16372
16373 * xfont.c (xfont_text_extents): Remove var that was set but not used.
16374 (xfont_open): Avoid unnecessary tests.
16375
16376 * composite.c (composition_gstring_put_cache): Use unsigned integer.
16377
16378 * composite.h, composite.c (composition_gstring_put_cache):
16379 Use EMACS_INT, not int, for length.
16380
16381 * composite.h (COMPOSITION_DECODE_REFS): New macro,
16382 breaking out part of COMPOSITION_DECODE_RULE.
16383 (COMPOSITION_DECODE_RULE): Use it.
16384 * composite.c (get_composition_id): Remove unused local vars,
16385 by using the new macro.
16386
16387 * textprop.c (set_text_properties_1): Change while to do-while,
16388 since the condition is always true at first.
16389
16390 * intervals.c (graft_intervals_into_buffer): Mark var as used.
16391 (interval_deletion_adjustment): Return unsigned value.
16392 All uses changed.
16393
16394 * process.c (list_processes_1, create_pty, read_process_output):
16395 (exec_sentinel): Remove vars that were set but not used.
16396 (create_pty): Remove unnecessary "volatile"s.
16397 (Fnetwork_interface_info): Avoid possibility of int overflow.
16398 (read_process_output): Do adaptive read buffering even if carryover.
16399 (read_process_output): Simplify nbytes computation if buffered.
16400
16401 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
16402
16403 * syntax.c (scan_words): Remove var that was set but not used.
16404 (update_syntax_table): Use unsigned instead of int.
16405
16406 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
16407 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
16408 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
16409
16410 * print.c (print_error_message): Avoid int overflow.
16411
16412 * font.c (font_list_entities): Redo for clarity,
16413 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
16414
16415 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
16416 (font_score): Avoid potential overflow in diff calculation.
16417
16418 * fns.c (substring_both): Remove var that is set but not used.
16419 (sxhash): Redo loop for clarity and to avoid wraparound warning.
16420
16421 * eval.c (funcall_lambda): Rename local to avoid shadowing.
16422
16423 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
16424 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
16425 can always succeed if overflow has undefined behavior.
16426
16427 * search.c (boyer_moore, wordify): Remove vars set but not used.
16428 (wordify): Omit three unnecessary tests.
16429
16430 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
16431 All callers changed. This avoids the need for an unused var.
16432
16433 * casefiddle.c (casify_region): Remove var that is set but not used.
16434
16435 * dired.c (file_name_completion): Remove var that is set but not used.
16436
16437 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
16438
16439 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
16440 (Finsert_file_contents): Remove unnecessary code checking fd.
16441
16442 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
16443 Check for integer overflow on size calculations.
16444
16445 * buffer.c (Fprevious_overlay_change): Remove var that is set
16446 but not used.
16447
16448 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
16449 Remove vars that are set but not used.
16450 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
16451 (timer_check_2): Mark vars as initialized.
16452
16453 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
16454
16455 * image.c (lookup_image): Remove var that is set but not used.
16456 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
16457
16458 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
16459 that are set but not used.
16460
16461 * xfns.c (make_invisible_cursor): Don't return garbage
16462 if XCreateBitmapFromData fails (Bug#8410).
16463
16464 * xselect.c (x_get_local_selection, x_handle_property_notify):
16465 Remove vars that are set but not used.
16466
16467 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
16468 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
16469
16470 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
16471 Remove var that is set but not used.
16472 (scroll_bar_windows_size): Now size_t, not int.
16473 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
16474 Check for overflow.
16475
16476 * xfaces.c (realize_named_face): Remove vars that are set but not used.
16477 (map_tty_color) [!defined MSDOS]: Likewise.
16478
16479 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
16480
16481 * coding.c: Remove vars that are set but not used.
16482 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
16483 All callers changed.
16484 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
16485 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
16486 (decode_coding_charset): Remove vars that are set but not used.
16487
16488 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
16489 that is set but not used.
16490
16491 * print.c (print_object): Remove var that is set but not used.
16492
16493 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
16494 The gnulib version avoids calling malloc in the usual case,
16495 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
16496 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
16497 * filelock.c (current_lock_owner): Likewise.
16498 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
16499 * sysdep.c: Include allocator.h, careadlinkat.h.
16500 (emacs_no_realloc_allocator): New static constant.
16501 (emacs_readlink): New function.
16502 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
16503 ../lib/careadlinkat.h.
16504
16505 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
16508 first non-nil return value).
16509
16510 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
16511
16512 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
16513 if not defined (Bug#8403).
16514
16515 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
16516
16517 * xdisp.c (display_count_lines): Remove parameter `start',
16518 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
16519 (get_char_face_and_encoding): Remove parameter `multibyte_p',
16520 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
16521 (fill_stretch_glyph_string): Remove parameters `row' and `area',
16522 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
16523 and thereabouts. All callers changed.
16524 (get_per_char_metric): Remove parameter `f', unused since
16525 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
16526
16527 2011-04-02 Jim Meyering <meyering@redhat.com>
16528
16529 do not dereference NULL upon failed strdup
16530 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
16531 (ns_get_family): Likewise.
16532
16533 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
16534
16535 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
16536
16537 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
16538
16539 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
16540 later (Bug#8403).
16541
16542 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16543
16544 Add lexical binding.
16545
16546 * window.c (Ftemp_output_buffer_show): New fun.
16547 (Fsave_window_excursion):
16548 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
16549
16550 * lread.c (lisp_file_lexically_bound_p): New function.
16551 (Fload): Bind Qlexical_binding.
16552 (readevalloop): Remove `evalfun' arg.
16553 Bind Qinternal_interpreter_environment.
16554 (Feval_buffer): Bind Qlexical_binding.
16555 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
16556 Mark as dynamic.
16557 (syms_of_lread): Declare `lexical-binding'.
16558
16559 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
16560
16561 * keyboard.c (eval_dyn): New fun.
16562 (menu_item_eval_property): Use it.
16563
16564 * image.c (parse_image_spec): Use Ffunctionp.
16565
16566 * fns.c (concat, mapcar1): Accept byte-code-functions.
16567
16568 * eval.c (Fsetq): Handle lexical vars.
16569 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
16570 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
16571 (FletX, Flet): Obey lexical binding.
16572 (Fcommandp): Handle closures.
16573 (Feval): New `lexical' arg.
16574 (eval_sub): New function extracted from Feval. Use it almost
16575 everywhere where Feval was used. Look up vars in lexical env.
16576 Handle closures.
16577 (Ffunctionp): Move from subr.el.
16578 (Ffuncall): Handle closures.
16579 (apply_lambda): Remove `eval_flags'.
16580 (funcall_lambda): Handle closures and new byte-code-functions.
16581 (Fspecial_variable_p): New function.
16582 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
16583 but without exporting it to Lisp.
16584
16585 * doc.c (Fdocumentation, store_function_docstring):
16586 * data.c (Finteractive_form): Handle closures.
16587
16588 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
16589 interactive spec.
16590
16591 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
16592 New byte-codes.
16593 (exec_byte_code): New function extracted from Fbyte_code to handle new
16594 calling convention for byte-code-functions. Add new byte-codes.
16595
16596 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
16597
16598 * alloc.c (Fmake_symbol): Init new `declared_special' field.
16599
16600 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
16601
16602 * xdisp.c (redisplay_internal): Fix prototype.
16603
16604 2011-03-31 Eli Zaretskii <eliz@gnu.org>
16605
16606 * xdisp.c (SCROLL_LIMIT): New macro.
16607 (try_scrolling): Use it when setting scroll_limit.
16608 Limit scrolling to 100 screen lines.
16609 (redisplay_window): Even when falling back on "recentering",
16610 position point in the window according to scroll-conservatively,
16611 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
16612
16613 (try_scrolling): When point is above the window, allow searching
16614 as far as scroll_max, or one screenful, to compute vertical
16615 distance from PT to the scroll margin position. This prevents
16616 try_scrolling from unnecessarily failing when
16617 scroll-conservatively is set to a value slightly larger than the
16618 window height. Clean up the case of PT below the margin at bottom
16619 of window: scroll_max can no longer be INT_MAX. When aggressive
16620 scrolling is in use, don't let point enter the opposite scroll
16621 margin as result of the scroll.
16622 (syms_of_xdisp) <scroll-conservatively>: Document the
16623 threshold of 100 lines for never-recentering scrolling.
16624
16625 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
16626
16627 * dispextern.h (move_it_by_lines):
16628 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
16629 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
16630 (message_log_check_duplicate): Remove parameters `prev_bol' and
16631 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
16632 (redisplay_internal): Remove parameter `preserve_echo_area',
16633 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
16634
16635 * indent.c (Fvertical_motion):
16636 * window.c (window_scroll_pixel_based, Frecenter):
16637 Don't pass `need_y_p' to `move_it_by_lines'.
16638
16639 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16640
16641 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
16642 steal a few bits to be more compact.
16643 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
16644 Remove unneeded casts.
16645
16646 * bytecode.c (Fbyte_code): CAR and CDR can GC.
16647
16648 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
16649
16650 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
16651 binding" message (bug#7967).
16652
16653 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
16654
16655 Fix more problems found by GCC 4.6.0's static checks.
16656
16657 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
16658 Remove unused local var.
16659
16660 * editfns.c (Fmessage_box): Remove unused local var.
16661
16662 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
16663 (note_mode_line_or_margin_highlight, note_mouse_highlight):
16664 Omit unused local vars.
16665 * window.c (shrink_windows): Omit unused local var.
16666 * menu.c (digest_single_submenu): Omit unused local var.
16667 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
16668 Omit unused local var.
16669
16670 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
16671 Don't assume string length fits in int.
16672 (keyremap_step, read_key_sequence): Use size_t for sizes.
16673 (read_key_sequence): Don't check last_real_key_start redundantly.
16674
16675 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
16676 instead of alloca (Bug#8344).
16677
16678 * eval.c (Fbacktrace): Don't assume nargs fits in int.
16679 (Fbacktrace_frame): Don't assume nframes fits in int.
16680
16681 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
16682
16683 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
16684 concerns.
16685
16686 * term.c (produce_glyphless_glyph): Remove unnecessary test.
16687
16688 * cm.c (calccost): Turn while-do into do-while, for clarity.
16689
16690 * keyboard.c (syms_of_keyboard): Use the same style as later
16691 in this function when indexing through an array. This also
16692 works around GCC bug 48267.
16693
16694 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
16695
16696 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
16697
16698 * chartab.c (sub_char_table_ref_and_range): Redo for slight
16699 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
16700
16701 * keyboard.c, keyboard.h (num_input_events): Now size_t.
16702 This avoids undefined behavior on integer overflow, and is a bit
16703 more convenient anyway since it is compared to a size_t variable.
16704
16705 Variadic C functions now count arguments with size_t, not int.
16706 This avoids an unnecessary limitation on 64-bit machines, which
16707 caused (substring ...) to crash on large vectors (Bug#8344).
16708 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
16709 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
16710 All variadic functions and their callers changed accordingly.
16711 (struct gcpro.nvars): Now size_t, not int. All uses changed.
16712 * data.c (arith_driver, float_arith_driver): Likewise.
16713 * editfns.c (general_insert_function): Likewise.
16714 * eval.c (struct backtrace.nargs, interactive_p)
16715 (internal_condition_case_n, run_hook_with_args, apply_lambda)
16716 (funcall_lambda, mark_backtrace): Likewise.
16717 * fns.c (concat): Likewise.
16718 * frame.c (x_set_frame_parameters): Likewise.
16719 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
16720 0 if not found, not -1. All callers changed.
16721
16722 * alloc.c (garbage_collect): Don't assume stack size fits in int.
16723 (stack_copy_size): Now size_t, not int.
16724 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
16725
16726 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
16729 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
16730 All callers changed.
16731
16732 * lisp.h (multibyte_char_to_unibyte):
16733 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
16734 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
16735 * character.h (CHAR_TO_BYTE8):
16736 * cmds.c (internal_self_insert):
16737 * editfns.c (general_insert_function):
16738 * keymap.c (push_key_description):
16739 * search.c (Freplace_match):
16740 * xdisp.c (message_dolog, set_message_1): All callers changed.
16741
16742 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16743
16744 * keyboard.c (safe_run_hook_funcall): New function.
16745 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
16746 don't set the hook to nil, but remove the offending function instead.
16747 (Qcommand_hook_internal): Remove, unused.
16748 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
16749 Vcommand_hook_internal.
16750
16751 * eval.c (enum run_hooks_condition): Remove.
16752 (funcall_nil, funcall_not): New functions.
16753 (run_hook_with_args): Call each function through a `funcall' argument.
16754 Remove `cond' argument, now redundant.
16755 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
16756 (Frun_hook_with_args_until_failure): Adjust accordingly.
16757 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
16758
16759 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
16760
16761 * dispextern.h (string_buffer_position): Remove declaration.
16762
16763 * print.c (strout): Remove parameter `multibyte', unused since
16764 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
16765
16766 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
16767 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
16768 All callers changed.
16769
16770 * w32.c (_wsa_errlist): Use braces for struct initializers.
16771
16772 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
16773 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
16774 All callers changed.
16775 (string_buffer_position): Likewise. Also, make static (it's never
16776 used outside xdisp.c).
16777 (cursor_row_p): Remove parameter `w', unused since
16778 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
16779 (decode_mode_spec): Remove parameter `precision', introduced during
16780 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
16781 All callers changed.
16782
16783 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16784
16785 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
16786
16787 2011-03-27 Anders Lindgren <andlind@gmail.com>
16788
16789 * nsterm.m (ns_menu_bar_is_hidden): New variable.
16790 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
16791 (ns_update_auto_hide_menu_bar): New functions.
16792 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
16793 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
16794 ns_constrain_all_frames.
16795 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
16796 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
16797
16798 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16799
16800 * nsmenu.m (runDialogAt): Remove argument to timer_check.
16801
16802 2011-03-27 Glenn Morris <rgm@gnu.org>
16803
16804 * syssignal.h: Replace RETSIGTYPE with void.
16805 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
16806 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
16807 Replace SIGTYPE with void everywhere.
16808 * s/usg5-4-common.h (SIGTYPE): Remove definition.
16809 * s/template.h (SIGTYPE): Remove commented out definition.
16810
16811 2011-03-26 Eli Zaretskii <eliz@gnu.org>
16812
16813 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
16814 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
16815
16816 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
16817
16818 * w32.c (read_unc_volume): Use parameter `henum', instead of
16819 global variable `wget_enum_handle'.
16820
16821 * keymap.c (describe_vector): Remove parameters `indices' and
16822 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
16823 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
16824
16825 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
16826
16827 * keyboard.c (timer_check): Remove parameter `do_it_now',
16828 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
16829 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
16830 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
16831
16832 * keyboard.c (read_char):
16833 * w32menu.c (w32_menu_display_help):
16834 * xmenu.c (show_help_event, menu_help_callback):
16835 Adjust calls to `show_help_echo'.
16836
16837 * gtkutil.c (xg_maybe_add_timer):
16838 * keyboard.c (readable_events):
16839 * process.c (wait_reading_process_output):
16840 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
16841
16842 * insdel.c (adjust_markers_gap_motion):
16843 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
16844 (gap_left, gap_right): Don't call it.
16845
16846 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
16847
16848 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
16849 incurred during fontification.
16850
16851 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
16854 (DEFVAR_PER_BUFFER): Don't pass it.
16855
16856 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
16857 (scrolling_window): Don't pass it.
16858
16859 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
16860
16861 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
16862
16863 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
16864 and `suffix'.
16865 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
16866 of variables specific to SELinux and computation of `encoded_absname'.
16867
16868 * image.c (XPutPixel): Remove unused variable `height'.
16869
16870 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
16871
16872 * unexw32.c (get_section_info): Remove unused variable `section'.
16873
16874 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
16875 (system_process_attributes): Remove unused variable `sess'.
16876 (sys_read): Remove unused variable `err'.
16877
16878 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
16879 (w32_wnd_proc): Remove unused variable `isdead'.
16880 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
16881 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
16882 (x_create_tip_frame): Remove unused variable `tem'.
16883
16884 * w32inevt.c (w32_console_read_socket):
16885 Remove unused variable `no_events'.
16886
16887 * w32term.c (x_draw_composite_glyph_string_foreground):
16888 Remove unused variable `width'.
16889
16890 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
16891
16892 * w32term.c (x_set_glyph_string_clipping):
16893 Don't pass uninitialized region to CombineRgn.
16894
16895 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
16896
16897 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
16898 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
16899 (Fx_close_connection): Remove unused variable `i'.
16900
16901 * w32font.c (w32font_draw): Return number of glyphs.
16902 (w32font_open_internal): Remove unused variable `i'.
16903 (w32font_driver): Add missing initializer.
16904
16905 * w32menu.c (utf8to16): Remove unused variable `utf16'.
16906 (fill_in_menu): Remove unused variable `items_added'.
16907
16908 * w32term.c (last_mouse_press_frame): Remove static global variable.
16909 (w32_clip_to_row): Remove unused variable `f'.
16910 (x_delete_terminal): Remove unused variable `i'.
16911
16912 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
16913 (NOTHING): Remove unused static global variable.
16914 (uniscribe_check_otf): Remove unused variable `table'.
16915 (uniscribe_font_driver): Add missing initializers.
16916
16917 2011-03-23 Julien Danjou <julien@danjou.info>
16918
16919 * term.c (Fsuspend_tty, Fresume_tty):
16920 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
16921 * window.c (temp_output_buffer_show):
16922 * insdel.c (signal_before_change):
16923 * frame.c (Fhandle_switch_frame):
16924 * fileio.c (Fdo_auto_save):
16925 * emacs.c (Fkill_emacs):
16926 * editfns.c (save_excursion_restore):
16927 * cmds.c (internal_self_insert):
16928 * callint.c (Fcall_interactively):
16929 * buffer.c (Fkill_all_local_variables):
16930 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
16931 Use Frun_hooks.
16932 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
16933 unconditionally since it does the check itself.
16934
16935 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
16936
16937 Fix more problems found by GCC 4.5.2's static checks.
16938
16939 * coding.c (encode_coding_raw_text): Avoid unnecessary test
16940 the first time through the loop, since we know p0 < p1 then.
16941 This also avoids a gcc -Wstrict-overflow warning.
16942
16943 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
16944 leading to a memory leak, possible in functions like
16945 load_charset_map_from_file that can allocate an unbounded number
16946 of objects (Bug#8318).
16947
16948 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
16949 that could (at least in theory) be that large.
16950
16951 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
16952 This is less likely to overflow, and avoids undefined behavior if
16953 overflow does occur. All callers changed. Use strtoul to scan
16954 for the unsigned long integer.
16955 (pint2hrstr): Simplify and tune code slightly.
16956 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
16957
16958 * scroll.c (do_scrolling): Work around GCC bug 48228.
16959 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
16960
16961 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
16962 This also avoids a warning with gcc -Wstrict-overflow.
16963 (validate_x_resource_name): Simplify count usage.
16964 This also avoids a warning with gcc -Wstrict-overflow.
16965
16966 * fileio.c (Fcopy_file): Report error if fchown or fchmod
16967 fail (Bug#8306).
16968
16969 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
16970
16971 * process.c (Fmake_network_process): Use socklen_t, not int,
16972 where POSIX says socklen_t is required in portable programs.
16973 This fixes a porting bug on hosts like 64-bit HP-UX, where
16974 socklen_t is wider than int (Bug#8277).
16975 (Fmake_network_process, server_accept_connection):
16976 (wait_reading_process_output, read_process_output):
16977 Likewise.
16978
16979 * process.c: Rename or move locals to avoid shadowing.
16980 (list_processes_1, Fmake_network_process):
16981 (read_process_output_error_handler, exec_sentinel_error_handler):
16982 Rename or move locals.
16983 (Fmake_network_process): Define label "retry_connect" only if needed.
16984 (Fnetwork_interface_info): Fix pointer signedness.
16985 (process_send_signal): Add cast to avoid pointer signedness problem.
16986 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
16987 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
16988
16989 Make tparam.h and terminfo.c consistent.
16990 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
16991 Include tparam.h instead, since it declares them.
16992 * cm.h (PC): Remove extern decl; tparam.h now does this.
16993 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
16994 * terminfo.c: Include tparam.h, to check interfaces.
16995 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
16996 (tparam): Adjust signature to match interface in tparam.h;
16997 this removes some undefined behavior. Check that outstring and len
16998 are zero, which they always are with Emacs.
16999 * tparam.h (PC, BC, UP): New extern decls.
17000
17001 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
17002 (xftfont_open): Rename locals to avoid shadowing.
17003
17004 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
17005 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
17006 (OTF_TAG_SYM): Omit macro if not needed.
17007 (ftfont_list): Remove unused local.
17008 (get_adstyle_property, ftfont_pattern_entity):
17009 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
17010 Rename locals to avoid shadowing.
17011
17012 * xfont.c (xfont_list_family): Mark var as initialized.
17013
17014 * xml.c (make_dom): Now static.
17015
17016 * composite.c (composition_compute_stop_pos): Rename local to
17017 avoid shadowing.
17018 (composition_reseat_it): Remove unused locals.
17019 (find_automatic_composition, composition_adjust_point): Likewise.
17020 (composition_update_it): Mark var as initialized.
17021 (find_automatic_composition): Mark vars as initialized,
17022 with a FIXME (Bug#8290).
17023
17024 character.h: Rename locals to avoid shadowing.
17025 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
17026 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
17027 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
17028 (BUF_DEC_POS): Be more systematic about renaming local temporaries
17029 to avoid shadowing.
17030
17031 * textprop.c (property_change_between_p): Remove; unused.
17032
17033 * intervals.c (interval_start_pos): Now static.
17034
17035 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
17036
17037 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
17038 Rename locals to avoid shadowing.
17039
17040 * sound.c (wav_play, au_play, Fplay_sound_internal):
17041 Fix pointer signedness.
17042 (alsa_choose_format): Remove unused local var.
17043 (wav_play): Initialize a variable to 0, to prevent undefined
17044 behavior (Bug#8278).
17045
17046 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
17047
17048 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
17049
17050 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
17051 clobbering (Bug#8298).
17052 * sysdep.c (sys_subshell): Likewise.
17053 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
17054
17055 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
17056 This should get cleaned up, so that child_setup has the
17057 same signature on all platforms.
17058
17059 * callproc.c (call_process_cleanup): Now static.
17060 (relocate_fd): Rename locals to avoid shadowing.
17061
17062 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
17065 not to be necessary, and produces flickering.
17066
17067 2011-03-20 Glenn Morris <rgm@gnu.org>
17068
17069 * config.in: Remove file.
17070
17071 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
17072
17073 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
17074 are now in src/globals.h.
17075 (syms_of_minibuf): Remove spurious & from previous change.
17076
17077 2011-03-20 Leo Liu <sdl.web@gmail.com>
17078
17079 * minibuf.c (completing-read-function): New variable.
17080 (completing-read-default): Rename from completing-read.
17081 (completing-read): Call completing-read-function.
17082
17083 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
17084
17085 * xfaces.c (Fx_load_color_file):
17086 Read color file from absolute filename (bug#8250).
17087
17088 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * makefile.w32-in: Update dependencies.
17091
17092 2011-03-17 Eli Zaretskii <eliz@gnu.org>
17093
17094 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
17095
17096 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
17097
17098 Fix more problems found by GCC 4.5.2's static checks.
17099
17100 * process.c (make_serial_process_unwind, send_process_trap):
17101 (sigchld_handler): Now static.
17102
17103 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
17104 That way, the code declares only the vars that it needs.
17105 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
17106 * s/cygwin.h (PTY_ITERATION): Likewise.
17107 * s/darwin.h (PTY_ITERATION): Likewise.
17108 * s/gnu-linux.h (PTY_ITERATION): Likewise.
17109
17110 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
17111 * process.c (allocate_pty): Don't declare stb unless it's needed.
17112
17113 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
17114 (CONSTANTLIM): Remove; unused.
17115 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
17116 Define only if needed.
17117
17118 * unexelf.c (unexec): Name an expression,
17119 to avoid gcc -Wbad-function-cast warning.
17120 Use a different way to cause a compilation error if anyone uses
17121 n rather than nn, a way that does not involve shadowing.
17122 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
17123
17124 * deps.mk (unexalpha.o): Remove; unused.
17125
17126 New file unexec.h, the (simple) interface for unexec (Bug#8267).
17127 * unexec.h: New file.
17128 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
17129 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
17130 Depend on unexec.h.
17131 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
17132 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
17133 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
17134 Change as necessary to match prototype in unexec.h.
17135
17136 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
17137 shadowing.
17138 (back_comment, skip_chars): Mark vars as initialized.
17139
17140 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
17141 Rename locals to avoid shadowing.
17142
17143 * lread.c (read1): Rewrite so as not to use empty "else".
17144 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
17145
17146 * print.c (Fredirect_debugging_output): Fix pointer signedess.
17147
17148 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
17149 warning when compiling print.c.
17150
17151 * font.c (font_unparse_fcname): Abort in an "impossible" situation
17152 instead of using an uninitialized var.
17153 (font_sort_entities): Mark var as initialized.
17154
17155 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
17156
17157 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
17158 pointers to constants.
17159 (font_parse_fcname): Remove unused vars.
17160 (font_delete_unmatched): Now static.
17161 (font_get_spec): Remove; unused.
17162 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
17163 (font_update_drivers, Ffont_get_glyphs, font_add_log):
17164 Rename or move locals to avoid shadowing.
17165
17166 * fns.c (require_nesting_list, require_unwind): Now static.
17167 (Ffillarray): Rename locals to avoid shadowing.
17168
17169 * floatfns.c (domain_error2): Define only if needed.
17170 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
17171
17172 * alloc.c (mark_backtrace): Move decl from here ...
17173 * lisp.h: ... to here, so that it can be checked.
17174
17175 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
17176 (Fdefvar): Rewrite so as not to use empty "else".
17177 (lisp_indirect_variable): Name an expression,
17178 to avoid gcc -Wbad-function-cast warning.
17179 (Fdefvar): Rename locals to avoid shadowing.
17180
17181 * callint.c (quotify_arg, quotify_args): Now static.
17182 (Fcall_interactively): Rename locals to avoid shadowing.
17183 Use const pointer when appropriate.
17184
17185 * lisp.h (get_system_name, get_operating_system_release):
17186 Move decls here, to check interfaces.
17187 * process.c (get_operating_system_release): Move decl to lisp.h.
17188 * xrdb.c (get_system_name): Likewise.
17189 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
17190 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
17191 some of which prompt warnings from gcc -Wbad-function-cast.
17192 (Fformat_time_string, Fencode_time, Finsert_char):
17193 (Ftranslate_region_internal, Fformat):
17194 Rename or remove local vars to avoid shadowing.
17195 (Ftranslate_region_internal): Mark var as initialized.
17196
17197 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
17198 avoid shadowing.
17199
17200 * lisp.h (eassert): Check that the argument compiles, even if
17201 ENABLE_CHECKING is not defined.
17202
17203 * data.c (Findirect_variable): Name an expression, to avoid
17204 gcc -Wbad-function-cast warning.
17205 (default_value, arithcompare, arith_driver, arith_error): Now static.
17206 (store_symval_forwarding): Rename local to avoid shadowing.
17207 (Fmake_variable_buffer_local, Fmake_local_variable):
17208 Mark variables as initialized.
17209 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
17210
17211 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
17212 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
17213 Rename locals to avoid shadowing.
17214 (mark_stack): Move local variables into the #ifdef region where
17215 they're used.
17216 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
17217 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
17218 needed otherwise.
17219 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
17220 (GC_STRING_CHARS): Remove; not used.
17221 (Fmemory_limit): Cast sbrk's returned value to char *.
17222
17223 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
17224 avoids undefined behavior in theory.
17225
17226 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
17227
17228 Use functions, not macros, for up- and down-casing (Bug#8254).
17229 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
17230 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
17231 to use the following functions instead of these macros.
17232 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
17233 EMACS_INT, since callers assume the returned value fits in int.
17234 (upcase1): Likewise, for UPCASE_TABLE.
17235 (uppercasep, lowercasep, upcase): New static inline functions.
17236 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
17237 the race-condition problem in the old DOWNCASE.
17238
17239 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
17240 Rename locals to avoid shadowing.
17241 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
17242 (regex_compile, re_search_2, re_match_2_internal):
17243 Remove unused local vars.
17244 (FREE_VAR): Rewrite so as not to use empty "else",
17245 which gcc can warn about.
17246 (regex_compile, re_match_2_internal): Mark locals as initialized.
17247 (RETALLOC_IF): Define only if needed.
17248 (WORDCHAR_P): Likewise. This one is never needed, but is used
17249 only in a comment talking about a compiler bug, so put inside
17250 the #if 0 of that comment.
17251 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
17252 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
17253 Remove; unused.
17254
17255 * search.c (boyer_moore): Rename locals to avoid shadowing.
17256 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
17257 (PREV_CHAR_BOUNDARY): Likewise.
17258
17259 * search.c (simple_search): Remove unused var.
17260
17261 * dired.c (compile_pattern): Move decl from here ...
17262 * lisp.h: ... to here, so that it can be checked.
17263 (struct re_registers): New forward decl.
17264
17265 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
17266
17267 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
17268 All uses changed.
17269 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
17270 Rename locals to avoid shadowing.
17271 (Fvertical_motion): Mark locals as initialized.
17272
17273 * casefiddle.c (casify_object, casify_region): Now static.
17274 (casify_region): Mark local as initialized.
17275
17276 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
17277
17278 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
17279 New macros, so that the caller can use some names other than
17280 gcpro1, gcpro2, etc.
17281 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
17282 of the new macros.
17283 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
17284 argument, for consistency with GCPRO2_VAR, etc: it is now the
17285 prefix of the variable, not the variable itself. All uses
17286 changed.
17287 * dired.c (directory_files_internal, file_name_completion):
17288 Rename locals to avoid shadowing.
17289
17290 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
17291 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
17292 dired.c's scmp function, had undefined behavior.
17293 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
17294 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
17295 * buffer.h: ... to here, because these macros use current_buffer,
17296 and the new implementation with inline functions needs to have
17297 current_buffer in scope now, rather than later when the macros
17298 are used.
17299 (downcase, upcase1): New static inline functions.
17300 (DOWNCASE, UPCASE1): Reimplement using these functions.
17301 This avoids undefined behavior in expressions like
17302 DOWNCASE (x) == DOWNCASE (y), which previously suffered
17303 from race conditions in accessing the global variables
17304 case_temp1 and case_temp2.
17305 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
17306 * lisp.h (case_temp1, case_temp2): Remove their decls.
17307 * character.h (ASCII_CHAR_P): Move from here ...
17308 * lisp.h: ... to here, so that the inline functions mentioned
17309 above can use them.
17310
17311 * dired.c (directory_files_internal_unwind): Now static.
17312
17313 * fileio.c (file_name_as_directory, directory_file_name):
17314 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
17315 Now static.
17316 (file_name_as_directory): Use const pointers when appropriate.
17317 (Fexpand_file_name): Likewise. In particular, newdir might
17318 point at constant storage, so make it a const pointer.
17319 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
17320 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
17321 signedness issues.
17322 (Fset_file_times, Finsert_file_contents, auto_save_error):
17323 Rename locals to avoid shadowing.
17324
17325 * minibuf.c (choose_minibuf_frame_1): Now static.
17326 (Ftry_completion, Fall_completions): Rename or remove locals
17327 to avoid shadowing.
17328
17329 * marker.c (bytepos_to_charpos): Remove; unused.
17330
17331 * lisp.h (verify_bytepos, count_markers): New decls,
17332 so that gcc does not warn that these functions aren't declared.
17333
17334 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
17335 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
17336 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
17337 (copy_text): Remove unused local var.
17338
17339 * filelock.c (within_one_second): Now static.
17340 (lock_file_1): Rename local to avoid shadowing.
17341
17342 * buffer.c (fix_overlays_before): Mark locals as initialized.
17343 (fix_start_end_in_overlays): Likewise. This function should be
17344 simplified by using pointers-to-pointers, but that's a different
17345 matter.
17346 (switch_to_buffer_1): Now static.
17347 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
17348 (report_overlay_modification): Rename locals to avoid shadowing.
17349
17350 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
17351 Fix pointer signedness issue.
17352 (sys_subshell): Mark local as volatile if checking for lint,
17353 to suppress a gcc -Wclobbered warning that does not seem to be right.
17354 (MAXPATHLEN): Define only if needed.
17355
17356 * process.c (serial_open, serial_configure): Move decls from here ...
17357 * systty.h: ... to here, so that they can be checked.
17358
17359 * fns.c (get_random, seed_random): Move extern decls from here ...
17360 * lisp.h: ... to here, so that they can be checked.
17361
17362 * sysdep.c (reset_io): Now static.
17363 (wait_for_termination_signal): Remove; unused.
17364
17365 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
17366 (copy_keymap_item, append_key, push_text_char_description):
17367 Now static.
17368 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
17369 (DENSE_TABLE_SIZE): Remove; unused.
17370 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
17371 (describe_map_tree):
17372 Rename locals to avoid shadowing.
17373
17374 * keyboard.c: Declare functions static if they are not used elsewhere.
17375 (echo_char, echo_dash, cmd_error, top_level_2):
17376 (poll_for_input, handle_async_input): Now static.
17377 (read_char, kbd_buffer_get_event, make_lispy_position):
17378 (make_lispy_event, make_lispy_movement, apply_modifiers):
17379 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
17380 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
17381 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
17382 (read_key_sequence, read_char): Mark locals as initialized.
17383 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
17384
17385 * keyboard.h (make_ctrl_char): New decl.
17386 (mark_kboards): Move decl here ...
17387 * alloc.c (mark_kboards): ... from here.
17388
17389 * lisp.h (force_auto_save_soon): New decl.
17390
17391 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
17392 (DEFINE_DUMMY_FUNCTION): New macro.
17393 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
17394 Use it.
17395 (main): Add casts to avoid warnings
17396 if GCC considers string literals to be constants.
17397
17398 * lisp.h (fatal_error_signal): Add decl, since it's exported.
17399
17400 * dbusbind.c: Pointer signedness fixes.
17401 (xd_signature, xd_append_arg, xd_initialize):
17402 (Fdbus_call_method, Fdbus_call_method_asynchronously):
17403 (Fdbus_method_return_internal, Fdbus_method_error_internal):
17404 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
17405 (Fdbus_register_signal): Use SSDATA when the context wants char *.
17406
17407 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
17408 if GCC considers string literals to be constants.
17409 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
17410
17411 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
17414 (print_preprocess, print_object): New macro to fix last change.
17415
17416 * print.c (print_preprocess): Don't forget font objects.
17417
17418 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
17419
17420 * emacs.c (USAGE3): Doc fixes.
17421
17422 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
17423
17424 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
17425 structure.
17426
17427 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
17428
17429 * lisp.h (VWindow_system, Qfile_name_history):
17430 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
17431 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
17432 (w32_system_caret_x, w32_system_caret_y): Declare extern.
17433
17434 * w32select.c: Don't #include "keyboard.h".
17435 (run_protected): Add extern declaration for waiting_for_input.
17436
17437 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
17438 * w32console.c (detect_input_pending, read_input_pending)
17439 (encode_terminal_code):
17440 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
17441 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
17442 (w32_system_caret_y, Qfile_name_history):
17443 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
17444 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
17445 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
17446 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
17447 * w32proc.c (Qlocal, report_file_error):
17448 * w32term.c (Vwindow_system, updating_frame):
17449 * w32uniscribe.c (initialized, uniscribe_font_driver):
17450 Remove unneeded extern declarations.
17451
17452 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
17453
17454 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
17455
17456 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
17457
17458 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
17459 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
17460 These macros can no longer be used for assignment.
17461
17462 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
17463 Assign struct members directly, instead of using BUF_BEGV etc.
17464 (record_buffer_markers, fetch_buffer_markers): New functions for
17465 recording and fetching special buffer markers.
17466 (set_buffer_internal_1, set_buffer_temp): Use them.
17467
17468 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
17469
17470 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
17471
17472 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
17473 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
17474
17475 * xdisp.c (hscroll_window_tree):
17476 (reconsider_clip_changes): Use PT instead of BUF_PT.
17477
17478 2011-03-13 Eli Zaretskii <eliz@gnu.org>
17479
17480 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
17481 $(EMACS_ROOT)/lib/intprops.h.
17482
17483 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
17484
17485 Fix more problems found by GCC 4.5.2's static checks.
17486
17487 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
17488 to unsigned char * to avoid compiler diagnostic.
17489 (xg_free_frame_widgets): Make it clear that a local variable is
17490 needed only if USE_GTK_TOOLTIP.
17491 (gdk_window_get_screen): Make it clear that this macro is needed
17492 only if USE_GTK_TOOLTIP.
17493 (int_gtk_range_get_value): New function, which avoids a diagnostic
17494 from gcc -Wbad-function-cast.
17495 (xg_set_toolkit_scroll_bar_thumb): Use it.
17496 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
17497 diagnostic from gcc -Wbad-function-cast.
17498 (get_utf8_string, xg_get_file_with_chooser):
17499 Rename locals to avoid shadowing.
17500 (create_dialog): Move locals to avoid shadowing.
17501
17502 * xgselect.c (xg_select): Remove unused var.
17503
17504 * image.c (four_corners_best): Mark locals as initialized.
17505 (gif_load): Initialize transparent_p to zero (Bug#8238).
17506 Mark another local as initialized.
17507 (my_png_error, my_error_exit): Mark with NO_RETURN.
17508
17509 * image.c (clear_image_cache): Now static.
17510 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
17511 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
17512 (x_edge_detection): Remove unnecessary cast that
17513 gcc -Wbad-function-cast diagnoses.
17514 (gif_load): Fix pointer signedness.
17515 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
17516 (jpeg_load, gif_load): Rename locals to avoid shadowing.
17517
17518 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
17519
17520 Improve quality of tests for time stamp overflow.
17521 For example, without this patch (encode-time 0 0 0 1 1
17522 1152921504606846976) returns the obviously-bogus value (-948597
17523 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
17524 reports time overflow. See
17525 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
17526 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
17527 * editfns.c: Include limits.h and intprops.h.
17528 (TIME_T_MIN, TIME_T_MAX): New macros.
17529 (time_overflow): Move earlier, to before first use.
17530 (hi_time, lo_time): New functions, for an accurate test for
17531 out-of-range times.
17532 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
17533 (Fget_internal_run_time): Don't assume time_t fits in int.
17534 (make_time): Use list2 instead of Fcons twice.
17535 (Fdecode_time): More accurate test for out-of-range times.
17536 (check_tm_member): New function.
17537 (Fencode_time): Use it, to test for out-of-range times.
17538 (lisp_time_argument): Don't rely on undefined left-shift and
17539 right-shift behavior when checking for time stamp overflow.
17540
17541 * editfns.c (time_overflow): New function, refactoring common code.
17542 (Fformat_time_string, Fdecode_time, Fencode_time):
17543 (Fcurrent_time_string): Use it.
17544
17545 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
17546 * dired.c (make_time): Move to ...
17547 * editfns.c (make_time): ... here.
17548 * systime.h: Note the move.
17549
17550 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17551
17552 * fringe.c (update_window_fringes): Remove unused variables.
17553
17554 * unexmacosx.c (copy_data_segment): Also copy __got section.
17555 (Bug#8223)
17556
17557 2011-03-12 Eli Zaretskii <eliz@gnu.org>
17558
17559 * termcap.c [MSDOS]: Include "msdos.h".
17560 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
17561 Constify `char *' arguments and their references according to
17562 prototypes in tparam.h.
17563
17564 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
17565
17566 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
17567 Adapt all references accordingly.
17568
17569 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
17570
17571 2011-03-11 Tom Tromey <tromey@redhat.com>
17572
17573 * buffer.c (syms_of_buffer): Remove obsolete comment.
17574
17575 2011-03-11 Eli Zaretskii <eliz@gnu.org>
17576
17577 * termhooks.h (encode_terminal_code): Declare prototype.
17578
17579 * msdos.c (encode_terminal_code): Don't declare prototype.
17580
17581 * term.c (encode_terminal_code): Now external again, used by
17582 w32console.c and msdos.c.
17583
17584 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
17585 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
17586
17587 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
17588
17589 Fix some minor problems found by GCC 4.5.2's static checks.
17590
17591 * fringe.c (update_window_fringes): Mark locals as initialized
17592 (Bug#8227).
17593 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
17594
17595 * alloc.c (mark_fringe_data): Move decl from here ...
17596 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
17597 to check its interface.
17598 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
17599
17600 * fontset.c (free_realized_fontset): Now static.
17601 (Fset_fontset_font): Rename local to avoid shadowing.
17602 (fontset_font): Mark local as initialized.
17603 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
17604
17605 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
17606
17607 * xselect.c (x_disown_buffer_selections): Remove; not used.
17608 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
17609 (x_own_selection, Fx_disown_selection_internal): Rename locals
17610 to avoid shadowing.
17611 (x_handle_dnd_message): Remove local to avoid shadowing.
17612
17613 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
17614 so that the caller can use some name other than gcpro1.
17615 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
17616 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
17617 (Fx_backspace_delete_keys_p):
17618 Use them to avoid shadowing, and rename vars to avoid shadowing.
17619 (x_decode_color, x_set_name, x_window): Now static.
17620 (Fx_create_frame): Add braces to silence GCC warning.
17621 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
17622 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
17623 Remove unused locals.
17624 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
17625 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
17626 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
17627 macros.
17628
17629 * xterm.h (x_mouse_leave): New decl.
17630
17631 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
17632 Remove unused functions.
17633 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
17634 (x_calc_absolute_position): Now static.
17635 (XTread_socket): Don't define label "out" unless it's used.
17636 Don't declare local "event" unless it's used.
17637 (x_iconify_frame, x_free_frame_resources): Don't declare locals
17638 unless they are used.
17639 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
17640 (x_fatal_error_signal): Remove; not used.
17641 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
17642 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
17643 (x_error_catcher, x_connection_closed, x_error_handler):
17644 (x_error_quitter, xembed_send_message, x_iconify_frame):
17645 (my_log_handler): Rename locals to avoid shadowing.
17646 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
17647 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
17648
17649 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
17650 Rename or move locals to avoid shadowing.
17651 (tty_defined_color, merge_face_heights): Now static.
17652 (free_realized_faces_for_fontset): Remove; not used.
17653 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
17654 does not deduce is never used uninitialized.
17655 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
17656 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
17657
17658 * terminal.c (store_terminal_param): Now static.
17659
17660 * xmenu.c (menu_highlight_callback): Now static.
17661 (set_frame_menubar): Remove unused local.
17662 (xmenu_show): Rename parameter to avoid shadowing.
17663 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
17664 since they might point to immutable storage.
17665 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
17666 since it's unused otherwise.
17667
17668 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
17669 Add a FIXME, since the code still doesn't look right. (Bug#8215)
17670 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
17671 avoids a gcc -Wuninitialized diagnostic.
17672 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
17673 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
17674 does not deduce are never used uninitialized.
17675
17676 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
17677
17678 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
17679 * window.c (window_loop, size_window):
17680 (run_window_configuration_change_hook, enlarge_window): Likewise.
17681
17682 * window.c (display_buffer): Now static.
17683 (size_window): Mark variables that gcc -Wuninitialized
17684 does not deduce are never used uninitialized.
17685 * window.h (check_all_windows): New decl, to forestall
17686 gcc -Wmissing-prototypes diagnostic.
17687 * dispextern.h (bidi_dump_cached_states): Likewise.
17688
17689 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
17690 shadowing.
17691 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
17692 Include <limits.h>.
17693 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
17694 and to avoid gcc -Wuninitialized warning.
17695 (load_charset_map): Mark variables that gcc -Wuninitialized
17696 does not deduce are never used uninitialized.
17697 (load_charset): Abort instead of using uninitialized var (Bug#8229).
17698
17699 * coding.c (coding_set_source, coding_set_destination):
17700 Use "else { /* comment */ }" rather than "else /* comment */;"
17701 for clarity, and to avoid gcc -Wempty-body warning.
17702 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
17703 a block, when the outer 'i' will do.
17704 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
17705 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
17706 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
17707 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
17708 (Fdecode_sjis_char, Fdefine_coding_system_internal):
17709 Rename locals to avoid shadowing.
17710 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
17711 * coding.c (emacs_mule_char, encode_invocation_designation):
17712 Now static, since they're not used elsewhere.
17713 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
17714 (decode_coding_object, encode_coding_object, detect_coding_system):
17715 (decode_coding_emacs_mule): Mark variables that gcc
17716 -Wuninitialized does not deduce are never used uninitialized.
17717 (detect_coding_iso_2022): Initialize a local variable that might
17718 be used uninitialized. Leave a FIXME because it's not clear that
17719 this initialization is needed. (Bug#8211)
17720 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
17721 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
17722 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
17723 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
17724 Remove unused macros.
17725
17726 * category.c (hash_get_category_set): Remove unused local var.
17727 (copy_category_table): Now static, since it's not used elsewhere.
17728 * character.c (string_count_byte8): Likewise.
17729
17730 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
17731 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
17732
17733 * chartab.c (copy_sub_char_table): Now static, since it's not used
17734 elsewhere.
17735 (sub_char_table_ref_and_range, char_table_ref_and_range):
17736 Rename locals to avoid shadowing.
17737 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
17738
17739 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
17740 (BIDI_BOB): Remove unused macro.
17741
17742 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
17743 deduce are never used uninitialized.
17744 * term.c (encode_terminal_code): Likewise.
17745
17746 * term.c (encode_terminal_code): Now static. Remove unused local.
17747
17748 * tparam.h: New file.
17749 * term.c, tparam.h: Include it.
17750 * deps.mk (term.o, tparam.o): Depend on tparam.h.
17751 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
17752 Move these decls to tparam.h, and make them agree with what
17753 is actually in tparam.c. The previous trick of using incompatible
17754 decls in different modules does not conform to the C standard.
17755 All callers of tparam changed to use tparam's actual API.
17756 * tparam.c (tparam1, tparam, tgoto):
17757 Use const pointers where appropriate.
17758
17759 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
17760 * cm.h (struct cm): Likewise.
17761 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
17762 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
17763 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
17764 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
17765 (turn_on_face, init_tty): Likewise.
17766 * termchar.h (struct tty_display_info): Likewise.
17767
17768 * term.c (term_mouse_position): Rename local to avoid shadowing.
17769
17770 * alloc.c (mark_ttys): Move decl from here ...
17771 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
17772
17773 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
17774
17775 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
17776
17777 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
17778
17779 * search.c (compile_pattern_1): Remove argument regp, unused since
17780 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
17781 (compile_pattern): Don't pass it.
17782
17783 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
17784
17785 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
17786 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
17787 for ! HAVE_GTK3.
17788 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
17789
17790 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
17791
17792 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
17793 gdk_window_get_screen, gdk_window_get_geometry,
17794 gdk_x11_window_lookup_for_display and GDK_KEY_g.
17795 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
17796 (xg_get_pixbuf_from_pixmap): New function.
17797 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
17798 to Pixmap, take frame as parameter, remove GdkColormap parameter.
17799 Call xg_get_pixbuf_from_pixmap instead of
17800 gdk_pixbuf_get_from_drawable.
17801 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
17802 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
17803 (xg_check_special_colors): Use GtkStyleContext and its functions
17804 for HAVE_GTK3.
17805 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
17806 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
17807 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
17808 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
17809 Call gtk_widget_get_preferred_size.
17810 (xg_frame_resized): gdk_window_get_geometry only takes 5
17811 parameters.
17812 (xg_win_to_widget, xg_event_is_for_menubar):
17813 Call gdk_x11_window_lookup_for_display.
17814 (xg_set_widget_bg): New function.
17815 (delete_cb): New function.
17816 (xg_create_frame_widgets): Connect delete-event to delete_cb.
17817 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
17818 (xg_set_background_color): Call xg_set_widget_bg.
17819 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
17820 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
17821 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
17822 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
17823 if ! HAVE_GTK3.
17824 (update_frame_tool_bar): Call gtk_widget_hide.
17825 (xg_initialize): Use GDK_KEY_g.
17826
17827 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
17828 if ! HAVE_GTK3
17829 (x_session_initialize): Call gdk_x11_set_sm_client_id.
17830
17831 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
17832 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
17833 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
17834
17835 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
17836
17837 * w32xfns.c (select_palette): Check success of RealizePalette against
17838 GDI_ERROR, not zero.
17839
17840 See ChangeLog.11 for earlier changes.
17841
17842 ;; Local Variables:
17843 ;; coding: utf-8
17844 ;; End:
17845
17846 Copyright (C) 2011-2012 Free Software Foundation, Inc.
17847
17848 This file is part of GNU Emacs.
17849
17850 GNU Emacs is free software: you can redistribute it and/or modify
17851 it under the terms of the GNU General Public License as published by
17852 the Free Software Foundation, either version 3 of the License, or
17853 (at your option) any later version.
17854
17855 GNU Emacs is distributed in the hope that it will be useful,
17856 but WITHOUT ANY WARRANTY; without even the implied warranty of
17857 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17858 GNU General Public License for more details.
17859
17860 You should have received a copy of the GNU General Public License
17861 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.