* src/doc.c (get_doc_string): Don't signal an error if the file is missing.
[bpt/emacs.git] / src / ChangeLog
1 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc.c (get_doc_string): Don't signal an error if the file is missing.
4
5 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
6
7 * nsterm.m (hold_event_q): New static variable.
8 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
9 ! q_event_ptr.
10 (hold_event): New function.
11 (ns_read_socket): If hold_event_q have events, store them and
12 return (Bug#12384).
13 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
14 is zero (Bug#12384).
15
16 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
17
18 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
19
20 2012-10-12 Eli Zaretskii <eliz@gnu.org>
21
22 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
23
24 * fileio.c (check_existing): New function.
25 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
26 instead of calling 'stat', when what's needed is to check whether
27 a file exists. This avoids expensive system calls on MS-Windows.
28 (Bug#12587)
29
30 * w32.c (init_environment): Call 'check_existing' instead of
31 'stat'.
32
33 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
34 determine whether a file exists and is not a directory.
35
36 * lisp.h (check_existing): Add prototype.
37
38 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
39
40 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
41
42 2012-10-12 Glenn Morris <rgm@gnu.org>
43
44 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
45
46 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
49
50 * eval.c (Fautoload): Remember previous autoload status in load-history.
51
52 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
53
54 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
55 * lread.c (load_each_byte, new_backquote_flag, readchar)
56 (read_filtered_event, lisp_file_lexically_bound_p)
57 (safe_to_load_version, Fload, complete_filename_p, openp)
58 (build_load_history, readevalloop, read_escape, read1)
59 (string_to_number, read_vector, read_list):
60 * macros.c (Fstart_kbd_macro):
61 * marker.c (CONSIDER):
62 * menu.c (parse_single_submenu, digest_single_submenu)
63 (find_and_return_menu_selection, Fx_popup_menu):
64 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
65 (Ftry_completion):
66 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
67 (ns_menu_show):
68 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
69 (xmenu_show, xdialog_show):
70 Use bool for booleans.
71 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
72 as it's not a predicate. All uses changed. Omit unnecessary
73 buffer termination.
74
75 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
76
77 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
78 (save_excursion_restore): Do not restore mark if it was not saved.
79
80 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
81
82 * marker.c (cached_modiff): EMACS_INT, not int.
83
84 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
85 instead of having a wrong decl.
86 * nsmenu.m (waiting_for_input): Remove wrong decl.
87
88 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
89
90 keyboard.c, keymap.c: Use bool for booleans.
91 * dispnew.c (sit_for): Distinguish between 3-way display_option
92 and boolean do_display.
93 * keyboard.c (single_kboard, this_command_key_count_reset)
94 (waiting_for_input, echoing, immediate_quit, input_pending)
95 (interrupt_input, interrupts_deferred, pop_kboard)
96 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
97 (command_loop_1, adjust_point_for_property)
98 (safe_run_hooks_error, input_polling_used, read_char):
99 (help_char_p, readable_events, kbd_buffer_events_waiting)
100 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
101 (lucid_event_type_list_p, get_input_pending):
102 (gobble_input, menu_separator_name_p, menu_bar_item)
103 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
104 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
105 (keyremap_step, test_undefined, read_key_sequence)
106 (detect_input_pending, detect_input_pending_ignore_squeezables)
107 (detect_input_pending_run_timers, requeued_events_pending_p)
108 (quit_throw_to_read_char, Fset_input_interrupt_mode):
109 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
110 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
111 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
112 (accessible_keymaps_1, Fkey_description, push_key_description):
113 (shadow_lookup, struct where_is_internal_data)
114 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
115 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
116 (describe_map, describe_vector):
117 * menu.c (single_menu_item):
118 * nsmenu.m (ns_update_menubar):
119 * process.c (wait_reading_process_output):
120 * search.c (scan_buffer, scan_newline):
121 Use bool for boolean.
122 * keyboard.c (timers_run, swallow_events)
123 (detect_input_pending_run_timers):
124 * process.c (wait_reading_process_output):
125 Use unsigned for counter where wraparound-on-overflow is desired,
126 since unsigned is guaranteed to have that behavior and signed is not.
127 (read_char): Use ptrdiff_t for string length.
128 (get_input_pending): Remove first argument, since it was always
129 the same pointer-to-int (now pointer-to-boolean) &input_pending,
130 and behave as if it had that value. Return new value of
131 input_pending. All callers changed.
132 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
133 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
134 a string length.
135 * keymap.c (push_key_description): Omit last arg, which was always 1.
136 All callers changed.
137
138 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
139
140 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
141
142 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
143 ($(BLD)/term.$(O)): Update dependencies.
144
145 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
146
147 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
148 * lisp.h (enum pvec_type): Adjust comments and omit explicit
149 initializer for PVEC_NORMAL_VECTOR.
150
151 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
152
153 Clean out old termopts cruft.
154 * termopts.h (flow_control, meta_key): Remove unused decls.
155 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
156 Don't include termopts.h.
157
158 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
159
160 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
161
162 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
163
164 * commands.h (immediate_quit): Remove duplicate decl.
165
166 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
167
168 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
169 caching.
170 (nsfont_open): Remove setting of Vfonts_in_cache.
171 (syms_of_nsfont): Remove initialization of Vfonts_in_cache
172
173 2012-10-09 Eli Zaretskii <eliz@gnu.org>
174
175 * w32fns.c (w32_last_error): Change the return value to DWORD, to
176 match what GetLastError returns. Explain why the function is
177 needed.
178
179 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
180 'is_tooltip_frame', to avoid confusion with its global namesake.
181
182 2012-10-08 Daniel Colascione <dancol@dancol.org>
183
184 * xdisp.c (start_hourglass): Call w32_note_current_window when
185 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
186 build that caused Emacs to display the hourglass cursor forever.
187
188 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
189 which is broken under remote desktop, calculate the number of
190 colors available for a display based on the display's number of
191 planes and number of bits per pixel per plane. (bug#10397).
192
193 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
194
195 * nsfont.m (Vfonts_in_cache): New variable.
196 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
197 are used. Add cached fonts to Vfonts_in_cache.
198 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
199
200 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
201
202 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
203 in nt/config.nt.
204 (FONT_H): Define after FRAME_H.
205 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
206 Update dependencies.
207
208 * w32term.c: Remove leftover declaration of keyboard_codepage.
209
210 2012-10-08 Eli Zaretskii <eliz@gnu.org>
211
212 * makefile.w32-in (FONT_H): Add $(FRAME_H).
213 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
214 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
215 (GLOBAL_SOURCES): Add cygw32.c.
216 ($(BLD)/unexw32.$(O)):
217 ($(BLD)/w32.$(O)):
218 ($(BLD)/w32console.$(O)):
219 ($(BLD)/w32fns.$(O)):
220 ($(BLD)/w32heap.$(O)):
221 ($(BLD)/w32menu.$(O)):
222 ($(BLD)/w32proc.$(O)): Add w32common.h.
223
224 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
225 'const char *'.
226 (x_to_w32_color): Don't modify the argument, modify a copy instead.
227
228 2012-10-08 Daniel Colascione <dancol@dancol.org>
229
230 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
231 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
232 accidental message numbering hole. Change other messages to
233 match.
234
235 * w32select.h (HAVE_W32SELECT): Remove.
236
237 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
238 w32common.h instead of w32heap.h
239
240 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
241 (get_allocation_unit, get_processor_type, get_w32_major_version)
242 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
243 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
244 (OS_NT, os_subtype, cache_system_info): Move declarations to
245 w32common.
246
247 * w32heap.c: Include w32common.h.
248 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
249 (w32_minor_version, w32_build_number, w32_subtype): Remove
250 duplicate definitions.
251
252 * w32fns.c: Include w32common.h; include w32heap.h only in
253 WINDOWSNT.
254
255 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
256 Use `report_file_error' instead of `error' in order to better
257 inform users of what went wrong. Increase NTGUI_UNICODE file
258 dialog box file name length to 32k, the maximum allowed by the NT
259 kernel.
260
261 * w32common.h: New file.
262 (ROUND_UP, ROUND_DOWN, get_page_size)
263 (get_allocation_unit, get_processor_type, get_w32_major_version)
264 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
265 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
266 (OS_NT, os_subtype, cache_system_info): Move here.
267
268 * unexw32.c, unexcw.c: Include w32common.h.
269
270 * emacs.c (main): Use (defined (WINDOWSNT) || defined
271 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
272 to call syms_of_w32select.
273
274 * cygw32.h: Remove obsolete EXFUN declarations.
275
276 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
277
278 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
279 of w32inevt.o from SOME_MACHINE_OBJECTS.
280
281 2012-10-08 Daniel Colascione <dancol@dancol.org>
282
283 * image.c: Permanent fix for JPEG compilation issue --- limit
284 jpeglib `boolean' redefinition to Cygwin builds.
285
286 2012-10-08 Eli Zaretskii <eliz@gnu.org>
287
288 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
289
290 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
291 Cygwin.
292
293 2012-10-08 Daniel Colascione <dancol@dancol.org>
294
295 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
296 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
297 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
298 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
299 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
300 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
301 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
302 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
303 now a supported configuration.
304
305 * Makefile.in: consolidate image variables into LIBIMAGE; add
306 W32_OBJ and W32_LIBS. Compile new files.
307
308 * conf_post.h:
309 (_DebPrint) declare tracing facility for W32 debugging. We need
310 to unify tracing later.
311
312 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
313 unconditional use of W32 Unicode functions. Cygwin runs only on
314 100% Unicode operating systems.
315
316 * cygw32.c: New file. Define Cygwin-specific facilities.
317 (Fcygwin_convert_path_to_windows)
318 (Fcygwin_convert_path_from_windows): New user functions for
319 accessing Cygwin path-munging routines.
320
321 * cygw32.h: New file.
322 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
323 UTF-16LE strings temporarily inside non-Lisp-visible string
324 objects.
325
326 (w32_strerror): Just what it says on the tin.
327
328 * emacs.c: Make the NS fork-then-exec code for daemon-launching
329 also run for Cygwin; both systems have the same problem with using
330 GUI facilities in a forked child. Also call syms_of_cygw32,
331 syms_of_w32select in correct places.
332
333 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
334 needs fork-then-exec for daemon launching.
335
336 * font.h: Include frame.h.
337
338 * image.c: Use the image library cache machinery only when we're
339 compiling for native WINDOWSNT; Cygwin can use shared libraries
340 like any other Unixlike system.
341
342 * keyboard.c: Clarify a comment regarding the input loop.
343
344 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
345 functions directly instead of trying to detect at runtime that our
346 host operating system supports them. We make this change for two
347 reasons: Cygwin lacks support for the multibyte character
348 conversion functions used by the legacy menu code, and Cygwin
349 never needs to rely on non-Unicode APIs.
350
351 * unexw32.c (hinst): Declare extern.
352
353 * w32.c: Change header order;
354 (w32_strerror): Move to w32fns.c because we need it for
355 non-WINDOWSNT builds.
356
357 * w32.h: Add #error macro to make sure we don't include w32.h for
358 Cygwin builds. Remove w32select declarations.
359
360 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
361 w32fns.c. w32console.c is WINDOWSNT-only.
362
363 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
364 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
365 POSIXy alternative.
366 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
367 (w32_major_version, w32_minor_version, w32_build_number)
368 (os_subtype, sound_type): Define here
369 (w32_defined_color): Make color parameter const for consistency
370 with other _defined_color functions.
371 (w32_createwindow): Unconditionally call w32_init_class instead of
372 doing so only when hprevinst is non-NULL. Plumbing hprevinst
373 through the code is complex and unnecessary because class
374 registration is practically free.
375 (w32_name_of_message): New EMACSDEBUG-only function.
376 (Fset_message_beep): Move here
377 (Fx_open_connection): Require that the display name for Windows be
378 "w32" for consistency, emacsclient disambiguation, and maybe, one
379 day, multi-window-system support.
380 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
381 Cygwin files for W32 GUI facilities, since these clearly don't
382 expect Cygwin names.
383 (_DebPrint): Define.
384 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
385 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
386 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
387 (w32_last_error): Remove.
388
389 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
390
391 * w32heap.c (syspage_mask): Declare here.
392 (cache_system_info): Remove.
393
394 * w32inevt.c (faked_key): Define globally, not statically.
395 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
396 (w32_console_toggle_lock_key): Move to w32fns.c.
397
398 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
399
400 * w32proc.c (_DebPrint): Move to w32fns.c.
401 * w32select.c: Include string.h, stdio.h for Cygwin.
402 * w32select.h: New File.
403
404 * w32term.c: Include io.h for non-CYGWIN builds; needed for
405 get_osfhandle.
406 (w32_message_fd): New variable. Under Cygwin, holds the file
407 descriptor the system used to tell us about pending thread
408 messages.
409
410 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
411 that prevented compilation under non-WINDOWSNT systems.
412
413 (w32_initialize): Open /dev/windows and assign it to
414 w32_message_fd. Provide w32 feature.
415
416 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
417 (WM_EMACS_INPUT_READY): add.
418 (prepend_msg, w32_message_fd): Declare globally.
419
420 * w32xfns.c:
421 (keyboard_handle): Use only when WINDOWSNT.
422 (notify_msg_ready): New function. Posts a message to the main
423 thread's message queue under CYGWIN, which wakes up the main
424 thread from select(2) by making the /dev/windows file descriptor
425 ready. Under WINDOWSNT, it sets an event the same way the old
426 code did.
427
428 (post, prepend_msg): Actually call notify_msg_ready instead of
429 setting the input event directly.
430
431 2012-10-07 Eli Zaretskii <eliz@gnu.org>
432
433 * ralloc.c (relinquish): If a heap is ready to be relinquished,
434 but it still has blocs in it, don't return it to the system,
435 instead of aborting. (Bug#12402)
436
437 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
438
439 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
440
441 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
442 MAC_OS_X_VERSION_10_6.
443 (syms_of_nsterm): Remove comment about Panther and above for
444 ns-antialias-text.
445 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
446 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
447 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
448
449 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
450 MAC_OS_X_VERSION_10_4.
451
452 * nsmenu.m (fillWithWidgetValue:): Remove code for <
453 MAC_OS_X_VERSION_10_2.
454
455 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
456
457 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
458 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
459
460 * nsterm.m (ns_in_resize): Remove (Bug#12479).
461 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
462 (ns_clear_frame, sendEvent, windowDidResize, drawRect:): Remove
463 ns_in_resize check.
464 (ns_clear_frame_area): Remove resize handle code.
465
466 * nsfns.m (ns_in_resize): Remove.
467 (x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove
468 ns_in_resize check.
469
470 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
471
472 Improve sys_siglist detection.
473 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
474 defined as a macro, as is done in Solaris.
475 (sys_siglist_entries): New macro.
476 (save_strsignal): Use it.
477 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
478 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
479
480 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
481
482 * nsfns.m (Fx_create_frame): Call x_default_parameter with
483 fullscreen/Fullscreen.
484
485 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
486 tobar_height is new.
487
488 * nsterm.m (x_make_frame_visible): Check for fullscreen.
489 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
490 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
491 (windowDidResize:): Check for correct window if old style fullscreen.
492 Capitalize word in comment. Remove incorrect comment.
493 (initFrameFromEmacs:): tbar_height renamed tibar_height.
494 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
495 error in drawing background.
496 (toggleFullScreen:): Remove comment. Rearrange calls.
497 Set toolbar values to zero, save old height in tobar_height.
498 Restore tool bar height when leaving fullscreen.
499 (canBecomeMainWindow): New function.
500
501 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
502
503 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
504
505 2012-10-05 Eli Zaretskii <eliz@gnu.org>
506
507 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
508
509 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
510 that time stamps of directories could also be changed. Don't
511 request the too broad GENERIC_WRITE, only the more restrictive
512 FILE_WRITE_ATTRIBUTES access rights.
513
514 * fileio.c (Fset_file_times): Special-case ignoring errors for
515 directories only on MSDOS, not on MS-Windows.
516
517 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
518
519 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
520
521 2012-10-04 Eli Zaretskii <eliz@gnu.org>
522
523 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
524 see whether CreateFile failed.
525
526 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
527
528 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
529 to avoid similar races.
530 * keyboard.c (pending_signals): Now bool, not int.
531
532 Port timers to OpenBSD, plus check for timer failures.
533 OpenBSD problem reported by Han Boetes.
534 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
535 and/or setitimer.
536 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
537 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
538 like OpenBSD, which has timer_settime but does not declare it.
539 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
540 whether to use itimerspec-related primitives. All uses of
541 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
542
543 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
544
545 * profiler.c (handle_profiler_signal): Fix a malloc race
546 that caused Emacs to hang on Fedora 17 when profiling Lisp.
547
548 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
549
550 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
551
552 2012-10-02 Eli Zaretskii <eliz@gnu.org>
553
554 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
555 consistent with the change in return value of 'safe_strsignal'.
556
557 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
558
559 Prefer plain 'static' to 'static inline' (Bug#12541).
560 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
561 (bidi_set_sor_type, bidi_push_embedding_level)
562 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
563 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
564 (bidi_cache_search, bidi_cache_ensure_space)
565 (bidi_cache_iterator_state, bidi_cache_find)
566 (bidi_peek_at_next_level, bidi_set_paragraph_end)
567 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
568 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
569 Now 'static', not 'static inline'.
570
571 Count overruns when profiling; change units to ns.
572 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
573 Give extra weight to samples after overruns, to attempt to count
574 the time more accurately.
575 (setup_cpu_timer): Change sampling interval units from ms to ns, since
576 the underlying primitives nominally do ns.
577 (Fprofiler_cpu_start): Document the change. Mention that
578 the sampling intervals are only approximate.
579
580 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
583
584 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
585 case for the special 0 coding-system.
586
587 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
588 (Fmake_overlay): Remove redundant tests.
589 (fix_start_end_in_overlays): Remove redundant recentering.
590
591 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
592
593 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
594 Update dependencies.
595
596 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
597
598 Fix a malloc race condition involving strsignal.
599 A signal can arrive in the middle of a malloc, and Emacs's signal
600 handler can invoke strsignal, which can invoke malloc, which is
601 not portable. This race condition bug makes Emacs hang on GNU/Linux.
602 Fix it by altering the signal handler so that it does not invoke
603 strsignal.
604 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
605 * process.c (status_message): Use const pointer, in case strsignal
606 is #defined to safe_strsignal.
607 * sysdep.c (sys_siglist, init_signals): Always define and
608 initialize a substitute sys_siglist if the system does not define
609 one, even if HAVE_STRSIGNAL.
610 (safe_strsignal): Rename from strsignal. Always define,
611 using sys_siglist. Return a const pointer.
612 * syssignal.h (safe_strsignal): New decl.
613 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
614
615 2012-10-01 Eli Zaretskii <eliz@gnu.org>
616
617 * w32proc.c (timer_loop): Fix code that waits for timer
618 expiration, to avoid high CPU usage.
619
620 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
623 (sweep_weak_table): Remove redundant prototypes.
624
625 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
626
627 * emacs.c: Move the inclusion of TERM_HEADER after including
628 windows.h on WINDOWSNT. This avoids compilation problems with
629 MSVC.
630
631 2012-10-01 Eli Zaretskii <eliz@gnu.org>
632
633 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
634 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
635 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
636 as the previous version used 'void *'.
637
638 * ralloc.c (ROUNDUP): Fix last change.
639 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
640 'size_t'.
641
642 * w32proc.c <disable_itimers>: New static flag.
643 (init_timers): Initialize it to zero, after creating the critical
644 sections used by the timer threads.
645 (term_timers): Set to 1 before deleting the critical sections.
646 (getitimer, setitimer): If disable_itimers is non-zero, return an
647 error indication without doing anything. Reported by Fabrice
648 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
649 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
650 return results.
651 [!HAVE_SETITIMER]: Behave as the previous version that didn't
652 support timers.
653
654 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
655 term_ntproc after all the other bookkeeping, to get timers working
656 as long as possible.
657
658 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
659
660 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
661 Suggested by Juri Linkov in
662 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
663
664 Prefer plain 'static' to 'static inline' (Bug#12541).
665 With static functions, modern compilers inline pretty well by
666 themselves; advice from programmers often hurts as much as it helps.
667 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
668 this change shrinks the text size of the Emacs executable by 1.1%
669 without affecting CPU significantly in my benchmark.
670 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
671 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
672 (mark_maybe_object, mark_maybe_pointer, bounded_number):
673 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
674 (bset_auto_fill_function, bset_auto_save_file_format)
675 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
676 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
677 (bset_cache_long_line_scans, bset_case_fold_search)
678 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
679 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
680 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
681 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
682 (bset_header_line_format, bset_indicate_buffer_boundaries)
683 (bset_indicate_empty_lines, bset_invisibility_spec)
684 (bset_left_fringe_width, bset_major_mode, bset_mark)
685 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
686 (bset_name, bset_overwrite_mode, bset_pt_marker)
687 (bset_right_fringe_width, bset_save_length)
688 (bset_scroll_bar_width, bset_scroll_down_aggressively)
689 (bset_scroll_up_aggressively, bset_selective_display)
690 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
691 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
692 (set_buffer_overlays_after):
693 * category.c (bset_category_table):
694 * charset.c (read_hex):
695 * coding.c (produce_composition, produce_charset)
696 (handle_composition_annotation, handle_charset_annotation)
697 (char_encodable_p):
698 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
699 (assign_row, set_frame_matrix_frame, make_current)
700 (add_row_entry):
701 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
702 * fns.c (maybe_resize_hash_table):
703 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
704 * gmalloc.c (register_heapinfo):
705 * image.c (lookup_image_type):
706 * intervals.c (set_interval_object, set_interval_left)
707 (set_interval_right, copy_interval_parent, rotate_right)
708 (rotate_left, balance_possible_root_interval):
709 * keyboard.c (kset_echo_string, kset_kbd_queue)
710 (kset_keyboard_translate_table, kset_last_prefix_arg)
711 (kset_last_repeatable_command, kset_local_function_key_map)
712 (kset_overriding_terminal_local_map, kset_real_last_command)
713 (kset_system_key_syms, clear_event, set_prop):
714 * lread.c (digit_to_number):
715 * marker.c (attach_marker, live_buffer, set_marker_internal):
716 * nsterm.m (ns_compute_glyph_string_overhangs):
717 * process.c (pset_buffer, pset_command)
718 (pset_decode_coding_system, pset_decoding_buf)
719 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
720 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
721 (pset_status, pset_tty_name, pset_type, pset_write_queue):
722 * syntax.c (bset_syntax_table, dec_bytepos):
723 * terminal.c (tset_param_alist):
724 * textprop.c (interval_has_some_properties)
725 (interval_has_some_properties_list):
726 * window.c (wset_combination_limit, wset_dedicated)
727 (wset_display_table, wset_hchild, wset_left_fringe_width)
728 (wset_left_margin_cols, wset_new_normal, wset_new_total)
729 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
730 (wset_right_fringe_width, wset_right_margin_cols)
731 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
732 (wset_vertical_scroll_bar_type, wset_window_parameters):
733 * xdisp.c (wset_base_line_number, wset_base_line_pos)
734 (wset_column_number_displayed, wset_region_showing)
735 (window_box_edges, run_window_scroll_functions)
736 (append_glyph_string_lists, prepend_glyph_string_lists)
737 (append_glyph_string, set_glyph_string_background_width)
738 (append_glyph, append_composite_glyph)
739 (take_vertical_position_into_account):
740 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
741 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
742 (lface_hash, lface_same_font_attributes_p, lookup_face):
743 * xml.c (libxml2_loaded_p):
744 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
745 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
746 Now 'static', not 'static inline'.
747
748 * bidi.c: Tune.
749 (bidi_copy_it): Do the whole copy with a single memcpy.
750 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
751
752 Revert the FOLLOW-SYMLINKS change for file-attributes.
753 Doing it right would require several changes to Tramp, and there's
754 not enough time to get that tested before the freeze today.
755 * dired.c (directory_files_internal, Ffile_attributes):
756 Undo last change.
757
758 * frame.c (x_report_frame_params): Port better to wider ints.
759 Do not assume that EMACS_UINT is the same width as uprintmax_t,
760 or that pointers can be printed in 15 decimal digits.
761 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
762
763 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
764
765 Support x64 build on MS-Windows.
766 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
767 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
768 compatibility with x64.
769 (x_get_focus_frame): Add prototype.
770
771 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
772 defining an XRectangle structure.
773
774 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
775 arithmetics for compatibility with x64.
776
777 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
778 compatibility with x64.
779
780 * w32heap.h: Adjust prototypes and declarations.
781
782 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
783 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
784 DWORD, long, and unsigned long, for compatibility with x64.
785 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
786 (sbrk): Argument is now of type ptrdiff_t.
787
788 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
789 less than 0x0500.
790 (w32_msg_pump): Use WPARAM type for 'result'.
791
792 * w32.c (init_environment, get_emacs_configuration): Support AMD64
793 architecture.
794 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
795 compatibility with x64.
796
797 * vm-limit.c (lim_data): Now size_t.
798 (check_memory_limits): Adjust prototypes of real_morecore and
799 __morecore to receive argument of type ptrdiff_t. Use size_t for
800 five_percent and data_size.
801
802 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
803 variables, for compatibility with x64.
804 (rva_to_section, offset_to_section, relocate_offset)
805 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
806 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
807 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
808 for compatibility with x64.
809
810 * sysdep.c (STDERR_FILENO): Define if not already defined.
811
812 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
813 (__morecore): Argument type is now ptrdiff_t.
814 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
815 (relinquish): Use ptrdiff_t type for 'excess'.
816 (r_alloc_sbrk): Argument type is now ptrdiff_t.
817
818 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
819 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
820 instead of a literal number.
821
822 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
823 (min): Define only if not already defined.
824
825 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
826 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
827 hosts.
828
829 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
830 'bitmaps' is a pointer.
831
832 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
833
834 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
835
836 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
837
838 file-attributes has a new optional arg FOLLOW-SYMLINKS.
839 * dired.c (directory_files_internal, Ffile_attributes):
840 New arg follow_symlinks. All uses changed.
841
842 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
845
846 2012-09-30 Eli Zaretskii <eliz@gnu.org>
847
848 Support atimers and CPU profiler via profile.c on MS-Windows.
849 * w32proc.c (sig_mask, crit_sig): New static variables.
850 (sys_signal): Support SIGALRM and SIGPROF.
851 (sigemptyset, sigaddset, sigfillset, sigprocmask)
852 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
853 sigfillset, and sigprocmask are no longer no-ops.
854 (sigismember): New function.
855 (struct itimer_data): New definition.
856 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
857 (crit_prof): New static variables.
858 (MAX_SINGLE_SLEEP): New definition.
859 (timer_loop, stop_timer_thread, term_timers, init_timers)
860 (start_timer_thread, getitimer, setitimer): New functions.
861 (alarm): No longer a no-op, calls setitimer.
862
863 * w32.c (term_ntproc): Call term_timers.
864 (init_ntproc): Make sure all signals are unblocked at startup, to
865 erase any traces of dumping. Call init_timers.
866
867 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
868 Windows-specific code to display the hourglass mouse pointer is no
869 longer used.
870 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
871 to hourglass timer expiration.
872 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
873 Remove, no longer used.
874 (w32_note_current_window, show_hourglass, hide_hourglass):
875 New functions, in support of hourglass cursor display similar to other
876 window systems.
877 (syms_of_w32fns): Don't initialize hourglass_timer.
878
879 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
880 WINDOWSNT as well.
881 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
882
883 * w32.h (init_timers, term_timers): Add prototypes.
884
885 2012-09-30 Kenichi Handa <handa@gnu.org>
886
887 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
888 to the buffer relocation which may be caused by ccl_driver.
889
890 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
891
892 * xfns.c (Fx_file_dialog): Update comment.
893
894 * w32fns.c (Fx_file_dialog): Update comment.
895
896 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
897 Initialize panel name field if OSX >= 10.6.
898
899 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
900
901 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
902
903 * nsterm.m (NEW_STYLE_FS): New define.
904 (ns_fullscreen_hook, windowWillEnterFullScreen)
905 (windowDidEnterFullScreen, windowWillExitFullScreen)
906 (windowDidExitFullScreen, toggleFullScreen, handleFS)
907 (setFSValue): New functions.
908 (EmacsFSWindow): New implementation.
909 (canBecomeKeyWindow): New function for EmacsFSWindow.
910 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
911 (dealloc): Release nonfs_window if in fullscreen.
912 (updateFrameSize:): Call windowDidMove to update top/left.
913 (windowWillResize:toSize:): Check if frame is still maximized.
914 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
915 next_maximized, maximized_width, maximized_height and nonfs_window.
916 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
917 tbar_height.
918 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
919 fullscreen. Set maximized_width/height. Act on next_maximized.
920
921 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
922 (EmacsView): Add variables for fullscreen.
923 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
924 (EmacsFSWindow): New interface for fullscreen.
925
926 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
927
928 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
929
930 2012-09-30 Chong Yidong <cyd@gnu.org>
931
932 * fns.c (Frandom): Doc fix.
933
934 2012-09-30 Martin Rudalics <rudalics@gmx.at>
935
936 * window.c (Vwindow_combination_limit): New default value.
937 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
938
939 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
940
941 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
942 Suggested by Eli Zaretskii in
943 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
944
945 2012-09-30 Eli Zaretskii <eliz@gnu.org>
946
947 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
948 HAVE_TIMER_SETTIME is defined.
949
950 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
951
952 Profiler improvements: more-accurate timers, overflow checks.
953 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
954 signal.h, setjmp.h. Include systime.h instead.
955 (saturated_add): New function.
956 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
957 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
958 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
959 New static vars.
960 (enum profiler_cpu_running): New enum.
961 (profiler_cpu_running): Now of that enum type, not bool.
962 All uses changed to store the new value.
963 (handle_profiler_signal): Rename from sigprof_handler_1,
964 for consistency with other handlers. Do not check whether
965 cpu_log is a hash-table if garbage collecting, since it
966 doesn't matter in that case.
967 (deliver_profiler_signal): Rename from sigprof_handler,
968 for consistency with other handlers.
969 (setup_cpu_timer): New function, with much of what used to be in
970 Fprofiler_cpu_start. Check for out-of-range argument.
971 Prefer timer_settime if available, and prefer
972 thread cputime clocks, then process cputime clocks, then
973 monotonic clocks, to the old realtime clock. Use make_timeval
974 to round more-correctly when falling back to setitimer.
975 (Fprofiler_cpu_start): Use it.
976 (Fprofiler_cpu_stop): Prefer timer_settime if available.
977 Don't assume that passing NULL as the 2nd argument of setitimer
978 is the same as passing a pointer to all-zero storage.
979 Ignore SIGPROF afterwards.
980 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
981 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
982 non-fatal signal handlers. Ignore SIGPROF on startup.
983 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
984 in profiler.c, since sysdep.c now uses it.
985
986 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
987 Suggested by Eli Zaretskii in
988 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
989
990 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
991
992 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
993
994 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * lisp.h (struct backtrace): Remove indirection for `function' field.
997 * xdisp.c (redisplay_internal):
998 * profiler.c (record_backtrace, sigprof_handler_1):
999 * alloc.c (Fgarbage_collect):
1000 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
1001 (Fbacktrace_frame): Adjust accordingly.
1002
1003 2012-09-28 Glenn Morris <rgm@gnu.org>
1004
1005 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
1006 (Frun_hook_with_args_until_failure): Doc fixes.
1007
1008 2012-09-28 Eli Zaretskii <eliz@gnu.org>
1009
1010 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
1011 Qautomatic_redisplay and change the symbol name. All users changed.
1012
1013 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
1014
1015 * profiler.c (sigprof_handler): Fix race condition.
1016
1017 2012-09-28 Glenn Morris <rgm@gnu.org>
1018
1019 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
1020
1021 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1022
1023 Check more robustly for timer_settime.
1024 * Makefile.in (LIB_TIMER_TIME): New macro.
1025 (LIBES): Add it.
1026 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
1027 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
1028 call timer_settime.
1029
1030 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1031
1032 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
1033
1034 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
1037
1038 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
1039
1040 * character.h (MAYBE_UNIFY_CHAR): Remove.
1041 * charset.c, charset.h (maybe_unify_char): Now static.
1042 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
1043 Since this stuff is now private to charset.c, there's no need for
1044 a public macro and no need to inline by hand.
1045
1046 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1047 Stefan Monnier <monnier@iro.umontreal.ca>
1048 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * profiler.c: New file.
1051 * Makefile.in (base_obj): Add profiler.o.
1052 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
1053 ($(BLD)/profiler.$(O)): New target.
1054 * emacs.c (main): Call syms_of_profiler.
1055 * alloc.c (Qautomatic_gc): New constant.
1056 (MALLOC_PROBE): New macro.
1057 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
1058 (total_bytes_of_live_objects): New function.
1059 (Fgarbage_collect): Use it. Record itself in backtrace_list.
1060 Call malloc_probe for the memory profiler.
1061 (syms_of_alloc): Define Qautomatic_gc.
1062 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
1063 race condition.
1064 (struct backtrace): Move definition...
1065 * lisp.h (struct backtrace): ..here.
1066 (Qautomatic_gc, profiler_memory_running): Declare vars.
1067 (malloc_probe, syms_of_profiler): Declare functions.
1068 * xdisp.c (Qautomatic_redisplay): New constant.
1069 (redisplay_internal): Record itself in backtrace_list.
1070 (syms_of_xdisp): Define Qautomatic_redisplay.
1071
1072 2012-09-25 Eli Zaretskii <eliz@gnu.org>
1073 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
1074
1075 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
1076
1077 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
1078
1079 Prefer POSIX timers if available.
1080 They avoid a race if the timer is too close to the current time.
1081 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
1082 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
1083 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
1084
1085 2012-09-25 Eli Zaretskii <eliz@gnu.org>
1086
1087 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
1088 CHAR_STRING_ADVANCE.
1089 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
1090 STRING_CHAR_ADVANCE.
1091
1092 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
1093
1094 Move Vlibrary_cache to emacs.c and reset before dumping.
1095
1096 * lisp.h (reset_image_types): Declare.
1097 [WINDOWSNT] (Vlibrary_cache): Declare.
1098
1099 * image.c (reset_image_types): New function.
1100
1101 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
1102 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
1103 (Fdump_emacs): Reset Vlibrary_cache and image_types.
1104
1105 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
1106 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
1107
1108 * w32.h (Vlibrary_cache): Do not declare.
1109
1110 2012-09-25 Eli Zaretskii <eliz@gnu.org>
1111
1112 * w32proc.c (sys_signal): Handle all signals defined by the
1113 MS-Windows runtime, not just SIGCHLD. Actually install the signal
1114 handlers for signals supported by Windows. Don't override
1115 term_ntproc as the handler for SIGABRT.
1116 (sigaction): Rewrite to call sys_signal instead of duplicating its
1117 code.
1118 (sys_kill): Improve commentary.
1119
1120 * w32.c (term_ntproc): Accept (and ignore) one argument, for
1121 consistency with a signature of a signal handler. All callers
1122 changed.
1123 (init_ntproc): Accept an argument DUMPING. If dumping, don't
1124 install term_ntproc as a signal handler for SIGABRT, as that
1125 should be done by the dumped Emacs.
1126
1127 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
1128
1129 * w32select.c (term_w32select): Protect against repeated
1130 invocation by setting clipboard_owner to NULL after calling
1131 DestroyWindow.
1132
1133 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
1134 and term_ntproc to their modified signatures.
1135
1136 * character.c (char_string, string_char): Remove calls to
1137 MAYBE_UNIFY_CHAR. See the discussion starting at
1138 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
1139 for the details.
1140
1141 2012-09-25 Chong Yidong <cyd@gnu.org>
1142
1143 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
1144
1145 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
1148 when encountering an unknown bytecode.
1149
1150 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 image.c, indent.c: Use bool for booleans.
1153 * dispextern.h (struct image_type): Members valid_p, load, init
1154 now return bool, not int. All uses changed.
1155 * image.c: Omit unnecessary static decls.
1156 (x_create_bitmap_mask, x_build_heuristic_mask):
1157 Return void, not int, since callers don't care about the return value.
1158 (x_create_bitmap_mask, define_image_type, valid_image_p)
1159 (struct image_keyword, parse_image_spec, image_spec_value)
1160 (check_image_size, image_background)
1161 (image_background_transparent, x_clear_image_1)
1162 (postprocess_image, lookup_image, x_check_image_size)
1163 (x_create_x_image_and_pixmap, xbm_image_p)
1164 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
1165 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
1166 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
1167 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
1168 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
1169 (png_image_p, init_png_functions, png_load_body, png_load)
1170 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
1171 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
1172 (init_gif_functions, gif_load, imagemagick_image_p)
1173 (imagemagick_load_image, imagemagick_load, svg_image_p)
1174 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
1175 (gs_load):
1176 * nsimage.m (ns_load_image):
1177 * nsterm.m (ns_defined_color):
1178 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
1179 * xfns.c (x_defined_color):
1180 * xterm.c (x_alloc_lighter_color_for_widget)
1181 (x_alloc_nearest_color_1, x_alloc_nearest_color)
1182 (x_alloc_lighter_color):
1183 * indent.c (disptab_matches_widthtab, current_column)
1184 (scan_for_column, string_display_width, indented_beyond_p)
1185 (compute_motion, vmotion, Fvertical_motion):
1186 Use bool for booleans.
1187
1188 2012-09-24 Chong Yidong <cyd@gnu.org>
1189
1190 * chartab.c (Fset_char_table_default): Obsolete function removed.
1191
1192 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1193
1194 Move pid_t related decls out of lisp.h.
1195 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
1196 (interruptible_wait_for_termination):
1197 Move these decls from lisp.h to syswait.h, since they use pid_t.
1198 Needed on FreeBSD; see Herbert J. Skuhra in
1199 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
1200 * callproc.c: Include syswait.h.
1201
1202 gnutls.c, gtkutil.c: Use bool for boolean.
1203 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
1204 (emacs_gnutls_handle_error):
1205 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
1206 (xg_hide_tooltip, xg_create_frame_widgets)
1207 (create_dialog, xg_uses_old_file_dialog)
1208 (xg_get_file_with_chooser, xg_get_file_with_selection)
1209 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
1210 (xg_item_label_same_p, xg_update_menubar)
1211 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
1212 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
1213 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
1214 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
1215 (update_frame_tool_bar, free_frame_tool_bar):
1216 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
1217 * nsmenu.m (ns_update_menubar):
1218 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
1219 * xfns.c (Fx_show_tip) [USE_GTK]:
1220 Use bool for boolean.
1221 * gtkutil.c (xg_update_frame_menubar):
1222 * xmenu.c (update_frame_menubar):
1223 Return void, not int, since caller ignores return value.
1224 * gtkutil.c (xg_change_toolbar_position):
1225 Return void, not 1.
1226
1227 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
1228
1229 * makefile.w32-in (BLOCKINPUT_H): Remove.
1230 (SYSSIGNAL_H): New macro.
1231 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
1232 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
1233 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
1234 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
1235 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
1236 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
1237 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
1238 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
1239 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
1240 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
1241 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
1242 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
1243 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
1244 ($(BLD)/w32xfns.$(O)): Update dependencies.
1245
1246 2012-09-23 Eli Zaretskii <eliz@gnu.org>
1247
1248 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
1249 fatal_error_backtrace.
1250
1251 * w32proc.c (sys_kill): Undo last change: don't do anything when
1252 invoked to deliver SIGABRT to our own process. This is now
1253 handled by emacs_raise.
1254
1255 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
1256
1257 * w32term.c (w32_read_socket): Remove leftover reference to
1258 interrupt_input_pending.
1259
1260 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 Do not use SA_NODEFER.
1263 Problem reported by Dani Moncayo in
1264 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
1265 * alloc.c (die):
1266 * sysdep.c (emacs_abort): Do not reset signal handler.
1267 * emacs.c (terminate_due_to_signal): Reset signal handler here.
1268 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
1269 wanted even on POSIXish hosts, and it doesn't work on Windows.
1270
1271 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
1272
1273 * xterm.c (x_term_init): Call fixup_locale before and after calling
1274 gtk_init (Bug#12392).
1275
1276 2012-09-23 Chong Yidong <cyd@gnu.org>
1277
1278 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
1279 Vdynamic_library_alist.
1280
1281 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
1282 (Fgnutls_available_p): Caller changed.
1283
1284 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
1285 (Flibxml_parse_xml_region): Likewise.
1286
1287 * dispextern.h (struct image_type): Remove arg from init function.
1288
1289 * image.c (Finit_image_library, lookup_image_type)
1290 (define_image_type): Remove now-unneeded second arg.
1291 (init_xpm_functions, init_png_functions, init_jpeg_functions)
1292 (init_tiff_functions, init_gif_functions, init_svg_functions):
1293 Arglist and w32_delayed_load calling convention changed.
1294 (gs_type): Remove init_gs_functions; there is no such function.
1295 (valid_image_p, make_image): Fix caller to lookup_image_type.
1296
1297 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1298
1299 Simplify and avoid signal-handling races (Bug#12471).
1300 * alloc.c (die):
1301 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
1302 Avoid recursive loop if there's a fatal error in the function itself.
1303 * atimer.c (pending_atimers):
1304 * blockinput.h: Don't include "atimer.h"; no longer needed.
1305 (interrupt_input_pending): Remove. All uses removed.
1306 pending_signals now counts both atimers and ordinary interrupts.
1307 This is less racy than having three separate pending-signal flags.
1308 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
1309 (input_blocked_p):
1310 Rename from their upper-case counterparts BLOCK_INPUT,
1311 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
1312 INPUT_BLOCKED_P, and turn into functions. All uses changed.
1313 This makes it easier to access volatile variables more accurately.
1314 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
1315 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
1316 that's more reliable if the code is buggy and sets
1317 interrupt_input_blocked to a negative value. All uses changed.
1318 * atimer.c (deliver_alarm_signal):
1319 Remove. No need to deliver this to the parent; any thread can
1320 handle this signal now. All uses replaced by underlying handler.
1321 * atimer.c (turn_on_atimers):
1322 * dispnew.c (handle_window_change_signal):
1323 * emacs.c (handle_danger_signal):
1324 * keyboard.c (kbd_buffer_get_event):
1325 Don't reestablish signal handler; not needed with sigaction.
1326 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
1327 (UNBLOCK_INPUT_TO):
1328 Rework to avoid unnecessary accesses to volatile variables.
1329 (UNBLOCK_INPUT_TO): Now a function.
1330 (totally_unblock_input, unblock_input): New decls.
1331 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
1332 (init_data): Remove. Necessary stuff now done in init_signal.
1333 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
1334 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
1335 (fatal_error_code): Remove; no longer needed.
1336 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
1337 it doesn't always backtrace. All uses changed. No need to reset
1338 signal to default, since sigaction and/or die does that for us now.
1339 Use emacs_raise (FOO), not kill (getpid (), FOO).
1340 (main): Check more-accurately whether we're dumping.
1341 Move fatal-error setup to sysdep.c
1342 * floatfns.c: Do not include "syssignal.h"; no longer needed.
1343 * gtkutil.c (xg_get_file_name, xg_get_font):
1344 Remove no-longer-needed signal-mask manipulation.
1345 * keyboard.c, process.c (POLL_FOR_INPUT):
1346 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
1347 * keyboard.c (read_avail_input): Remove.
1348 All uses replaced by gobble_input.
1349 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
1350 (kbd_buffer_store_event_hold, gobble_input):
1351 (record_asynch_buffer_change) [USABLE_SIGIO]:
1352 (store_user_signal_events):
1353 No need to mess with signal mask.
1354 (gobble_input): If blocking input and there are terminals, simply
1355 set pending_signals to 1 and return. All hooks changed to not
1356 worry about whether input is blocked.
1357 (process_pending_signals): Clear pending_signals before processing
1358 them, in case a signal comes in while we're processing.
1359 By convention callers now test pending_signals before calling us.
1360 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
1361 New functions, to support changes to blockinput.h.
1362 (handle_input_available_signal): Now extern.
1363 (reinvoke_input_signal): Remove. All uses replaced by
1364 handle_async_input.
1365 (quit_count): Now volatile, since a signal handler uses it.
1366 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
1367 All callers changed. Block SIGINT only if not already blocked.
1368 Clear sigmask reliably, even if Fsignal returns, which it can.
1369 Omit unnecessary accesses to volatile var.
1370 (quit_throw_to_read_char): No need to restore sigmask.
1371 * keyboard.c (gobble_input, handle_user_signal):
1372 * process.c (wait_reading_process_output):
1373 Call signal-handling code rather than killing ourselves.
1374 * lisp.h: Include <float.h>, for...
1375 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
1376 (pending_signals): Now volatile.
1377 (syms_of_data): Now const if IEEE floating point.
1378 (handle_input_available_signal) [USABLE_SIGIO]:
1379 (terminate_due_to_signal, record_child_status_change): New decls.
1380 * process.c (create_process): Avoid disaster if memory is exhausted
1381 while we're processing a vfork, by tightening the critical section
1382 around the vfork.
1383 (send_process_frame, process_sent_to, handle_pipe_signal)
1384 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
1385 ignores SIGPIPE.
1386 (send_process): No need for setjmp/longjmp any more, since the
1387 SIGPIPE stuff is now gone. Instead, report an error if errno
1388 is EPIPE.
1389 (record_child_status_change): Now extern. PID and W are now args.
1390 Return void, not bool. All callers changed.
1391 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
1392 Remove. All uses removed. This bug should be fixed now in a
1393 different way.
1394 (wait_for_termination_1): Use waitpid rather than sigsuspend,
1395 and record the child status change directly. This avoids the
1396 need to futz with the signal mask.
1397 (process_fatal_action): Move here from emacs.c.
1398 (emacs_sigaction_flags): New function, containing
1399 much of what used to be in emacs_sigaction_init.
1400 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
1401 caught by emacs, to make races less likely.
1402 (deliver_process_signal): Rename from handle_on_main_thread.
1403 All uses changed.
1404 (BACKTRACE_LIMIT_MAX): Now at top level.
1405 (thread_backtrace_buffer, threadback_backtrace_pointers):
1406 New static vars.
1407 (deliver_thread_signal, deliver_fatal_thread_signal):
1408 New functions, for more-accurate delivery of thread-specific signals.
1409 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
1410 (deliver_arith_signal): Handle in this thread, not
1411 in the main thread, since it's triggered by this thread.
1412 (maybe_fatal_sig): New function.
1413 (init_signals): New arg DUMPING so that we can be more accurate
1414 about whether we're dumping. Caller changed.
1415 Treat thread-specific signals differently from process-general signals.
1416 Block all signals while handling fatal error; that's safer.
1417 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
1418 on IEEE hosts.
1419 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
1420 Ignore SIGPIPE unless batch.
1421 (emacs_backtrace): Output backtrace for the appropriate thread,
1422 which is not necessarily the main thread.
1423 * syssignal.h: Include <stdbool.h>.
1424 (emacs_raise): New macro.
1425 * xterm.c (x_connection_signal): Remove; no longer needed
1426 now that we use sigaction.
1427 (x_connection_closed): No need to mess with sigmask now.
1428 (x_initialize): No need to reset SIGPIPE handler here, since
1429 init_signals does this for us now.
1430
1431 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
1432
1433 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
1434 background rect may be larger (Bug#12245).
1435
1436 2012-09-23 Chong Yidong <cyd@gnu.org>
1437
1438 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
1439
1440 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 * .gdbinit: Just stop at fatal_error_backtrace.
1443 See Stefan Monnier's request in
1444 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
1445 Remove no-longer-used query of system type.
1446
1447 2012-09-22 Chong Yidong <cyd@gnu.org>
1448
1449 * search.c (Freplace_match): Doc fix (Bug#12325).
1450
1451 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
1452
1453 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
1454 (Fline_end_position): Doc fix.
1455
1456 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
1457
1458 2012-09-22 Chong Yidong <cyd@gnu.org>
1459
1460 * dispextern.h (struct image_type): Add new slot, storing a type
1461 initialization function.
1462
1463 * image.c (define_image_type): Call the image initializer function
1464 if it is defined. Arguments and return value changed.
1465 (valid_image_p, make_image): Callers changed.
1466 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
1467 (gif_type, imagemagick_type, svg_type, gs_type):
1468 Add initialization functions.
1469 (Finit_image_library): Call lookup_image_type.
1470 (CHECK_LIB_AVAILABLE): Macro deleted.
1471 (lookup_image_type): Call define_image_type here, rather than via
1472 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
1473 (syms_of_image): Move define_image_type calls for xbm_type and
1474 pbm_type to lookup_image_type.
1475
1476 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1477
1478 * keyboard.c (timer_check_2): Move calculation of 'timers' and
1479 'idle_timers' from here ...
1480 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
1481 lists, to avoid infloops when the timer does something stupid,
1482 like reinvoke itself with the same or smaller time-out.
1483 (Bug#12447)
1484
1485 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1486
1487 * window.c (Fsplit_window_internal): Handle only Qt value of
1488 Vwindow_combination_limit separately.
1489 (Qtemp_buffer_resize): New symbol.
1490 (Vwindow_combination_limit): New default value.
1491 Rewrite doc-string.
1492
1493 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1494
1495 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
1496 the new overlay string. (Bug#10159)
1497
1498 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
1501 or that fprintf is async-signal-safe. POSIX doesn't require
1502 either assumption.
1503
1504 2012-09-22 Chong Yidong <cyd@gnu.org>
1505
1506 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
1507 (Bug#8207).
1508
1509 2012-09-22 Kenichi Handa <handa@gnu.org>
1510
1511 * composite.c (composition_reseat_it): Handle the case that a
1512 grapheme cluster is not covered by a single font (Bug#12352).
1513
1514 2012-09-21 Chong Yidong <cyd@gnu.org>
1515
1516 * image.c (define_image_type): Avoid adding duplicate types to
1517 image_types (Bug#12463). Suggested by Jörg Walter.
1518
1519 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1520
1521 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
1522 (print_load_command_name): Add case LC_DATA_IN_CODE.
1523 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
1524
1525 2012-09-21 Glenn Morris <rgm@gnu.org>
1526
1527 * eval.c (Frun_hook_with_args_until_success)
1528 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
1529
1530 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1531
1532 * fileio.c (Ffile_selinux_context): Only call freecon when
1533 lgetfilecon succeeded.
1534 (Fset_file_selinux_context): Likewise. (Bug#12444)
1535
1536 2012-09-21 Eli Zaretskii <eliz@gnu.org>
1537
1538 * xdisp.c (try_window_reusing_current_matrix): Under bidi
1539 reordering, locate the cursor by calling set_cursor_from_row; if
1540 that fails, clear the desired glyph matrix before returning a
1541 failure indication to the caller. Fixes leaving garbled display
1542 when fast scrolling with a down-key. (Bug#12403)
1543 (compute_stop_pos_backwards): Fix a typo that caused crashes while
1544 scrolling through multibyte text.
1545
1546 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
1549 calling mark_vectorlike since that's the one that marks the window.
1550 (mark_discard_killed_buffers): Mark the final cdr.
1551 * window.h (struct window): Move prev/next_buffers to the
1552 non-standard fields.
1553 * window.c (make_window): Initialize prev/next_buffers manually.
1554
1555 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
1556
1557 Omit unused arg EXPECTED from socket hooks.
1558 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
1559 * nsterm.m (ns_term_init):
1560 * termhooks.h (struct terminal.read_socket_hook):
1561 * w32inevt.c (w32_console_read_socket):
1562 * w32term.c (w32_read_socket):
1563 * xterm.c (XTread_socket):
1564 Omit unused arg EXPECTED. All callers changed.
1565 (store_user_signal_events): Return void, not int, since callers no
1566 longer care about the return value. All uses changed.
1567
1568 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * w32gui.h (XParseGeometry): Do not declare.
1571
1572 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
1573
1574 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
1575 Ignore 'expected'. See Eli Zaretskii in
1576 <http://bugs.gnu.org/12471#8> (last line).
1577
1578 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
1579 (XParseGeometry): Now static. Substitute extremal values for
1580 values that are out of range.
1581
1582 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1583
1584 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
1585
1586 * nsfns.m (XParseGeometry): Remove.
1587 (Fx_create_frame): Call x_set_offset to correctly interpret
1588 top_pos in geometry.
1589
1590 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
1591 (Fx_parse_geometry): If there is a space in string, call
1592 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
1593
1594 2012-09-17 Eli Zaretskii <eliz@gnu.org>
1595
1596 * search.c (scan_buffer): Use character positions in calls to
1597 region_cache_forward and region_cache_backward, not byte
1598 positions. (Bug#12196)
1599
1600 * w32term.c (w32_read_socket): Set pending_signals to 1, like
1601 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
1602
1603 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
1604 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
1605 emacs_blocked_malloc, now deleted.
1606
1607 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1610 The workaround was for improving performance on Solaris 2.4, but
1611 is getting in the way now. Emacs will still work if someone is
1612 still running Solaris 2.4 in a museum somewhere; Sun dropped
1613 support for Solaris 2.4 in 2003.
1614 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
1615 * process.c (create_process) [HAVE_WORKING_VFORK]:
1616 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
1617 since Emacs no longer uses vfork on that platform.
1618
1619 2012-09-17 Glenn Morris <rgm@gnu.org>
1620
1621 * emacs.c: Use COPYRIGHT.
1622
1623 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 Remove configure's --without-sync-input option (Bug#12450).
1626 When auditing signal-handling in preparation for cleaning it up,
1627 I found that SYNC_INPUT has race conditions and would be a real
1628 pain to fix. Since it's an undocumented and deprecated
1629 configure-time option, now seems like a good time to remove it.
1630 Also see <http://bugs.gnu.org/11080#16>.
1631 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
1632 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
1633 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
1634 (malloc_hysteresis):
1635 (check_depth) [XMALLOC_OVERRUN_CHECK]:
1636 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
1637 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
1638 (dont_register_blocks, bytes_used_when_reconsidered)
1639 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
1640 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
1641 [!SYSTEM_MALLOC && !SYNC_INPUT]:
1642 Remove. All uses removed.
1643 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
1644 implementation, one that depends on whether the new macro
1645 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
1646 is defined.
1647 * atimer.c (run_timers, handle_alarm_signal):
1648 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
1649 (handle_async_input, process_pending_signals)
1650 (handle_input_available_signal, init_keyboard):
1651 * nsterm.m (ns_read_socket):
1652 * process.c (wait_reading_process_output):
1653 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
1654 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
1655 (emacs_write):
1656 * xterm.c (XTread_socket):
1657 Assume SYNC_INPUT.
1658 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
1659 * eval.c (handling_signal): Remove. All uses removed.
1660 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
1661 All uses replaced with the SYNC_INPUT version.
1662 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
1663 Remove decls.
1664 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
1665 Now static.
1666
1667 * font.c (Ffont_shape_gstring): Remove unused local.
1668
1669 2012-09-16 Glenn Morris <rgm@gnu.org>
1670
1671 * Makefile.in (clean): No longer run nextstep's clean.
1672
1673 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
1674 (ns_frag): Remove.
1675 (ns-app): Move here from ns.mk, and simplify.
1676 (clean): Simplify nextstep entry.
1677 * ns.mk: Remove file.
1678
1679 2012-09-17 Kenichi Handa <handa@gnu.org>
1680
1681 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
1682 not covert the last few charactes.
1683
1684 2012-09-16 Kenichi Handa <handa@gnu.org>
1685
1686 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
1687 here, but just check the validity of glyphs in the glyph-string.
1688
1689 2012-09-16 Martin Rudalics <rudalics@gmx.at>
1690
1691 * window.c (Fwindow_parameter, Fset_window_parameter):
1692 Accept any window as argument (Bug#12452).
1693
1694 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
1695
1696 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
1697 to ns_term_init to avoid memory leak.
1698
1699 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
1700 explicit retain/release.
1701 (ns_term_init): Only allow one display. Initialize outerpool and
1702 ns_*_types.
1703
1704 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1705
1706 Port _setjmp fix to POSIXish hosts as well as Microsoft.
1707 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
1708 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
1709 the Microsoft problem in a different way, by altering ../nt/config.nt.
1710
1711 2012-09-15 Eli Zaretskii <eliz@gnu.org>
1712
1713 * w32xfns.c:
1714 * w32uniscribe.c:
1715 * w32term.c:
1716 * w32select.c:
1717 * w32reg.c:
1718 * w32proc.c:
1719 * w32menu.c:
1720 * w32inevt.c:
1721 * w32heap.c:
1722 * w32font.c:
1723 * w32fns.c:
1724 * w32console.c:
1725 * w32.c:
1726 * w16select.c: Remove inclusion of setjmp.h, as it is now included
1727 by lisp.h. This completes removal of setjmp.h inclusion
1728 erroneously announced in the previous commit. (Bug#12446)
1729
1730 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
1731 more accurate.
1732
1733 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
1734 not defined as a macro. The latter happens on MS-Windows.
1735 (Bug#12446)
1736
1737 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1738
1739 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1740 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
1741 Some instances of '#include <setjmp.h>' removed, if the
1742 only reason for the instance was because "lisp.h" was included.
1743 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
1744 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
1745 and _longjmp with the new symbols. Emacs already uses _setjmp if
1746 available, so this change affects only POSIXish hosts that have
1747 sigsetjmp but not _setjmp, such as some versions of Solaris and
1748 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
1749 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
1750 (png_load_body) [HAVE_PNG]:
1751 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
1752 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
1753 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
1754 since PNG requires jmp_buf. This is the only exception to the
1755 general rule that we now use sys_setjmp and sys_longjmp.
1756 This exception is OK since this code does not change the signal
1757 mask or longjmp out of a signal handler.
1758
1759 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1760
1761 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
1762 Include "syssignal.h", for 'main_thread'.
1763
1764 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
1765
1766 Avoid out-of-range marker position (Bug#12426).
1767 * insdel.c (replace_range, replace_range_2):
1768 Adjust markers before overlays, as suggested by comments.
1769 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
1770 Remove redundant check before calling offset_intervals.
1771
1772 2012-09-14 Martin Rudalics <rudalics@gmx.at>
1773
1774 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
1775 current buffer (Bug#12387).
1776
1777 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
1780
1781 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 Use a more backwards-compatible timer format (Bug#12430).
1784 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
1785 vector element, not from the 4th, since PSECS is now at the end.
1786 (Fcurrent_idle_time): Doc fix.
1787
1788 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1789
1790 Function to mark objects and remove killed buffers at once.
1791 * alloc.c (discard_killed_buffers): Rename to ...
1792 (mark_discard_killed buffers) ... new name. Add marking
1793 of remaining objects. Fix comment. Adjust users.
1794 (mark_object): Do not touch frame buffer lists here.
1795 * frame.c (delete_frame): Reset frame buffer lists here.
1796
1797 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 Better workaround for GNOME bug when --enable-gcc-warnings.
1800 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
1801 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
1802 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
1803
1804 Simplify SIGIO usage (Bug#12408).
1805 The code that dealt with SIGIO was crufty and confusing, e.g., it
1806 played tricks like "#undef SIGIO" but these tricks were not used
1807 consistently. Simplify mostly by not #undeffing standard symbols,
1808 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
1809 or not as we please) rather than "defined SIGIO" (standard symbol
1810 that we probably shouldn't #undef).
1811 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
1812 Modules that need it can include it.
1813 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
1814 * dispextern.h (ignore_sigio): New decl.
1815 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
1816 unconditionally, since it's now a no-op if !USABLE_SIGIO.
1817 * emacs.c (shut_down_emacs):
1818 * keyboard.c (kbd_buffer_store_event_hold):
1819 Use ignore_sigio rather than invoking 'signal' directly.
1820 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
1821 for FIONREAD.
1822 (FIONREAD, SIGIO): Do not #undef.
1823 (tty_read_avail_input): Use #error rather than a syntax error.
1824 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
1825 for I_PIPE, used by SETUP_SLAVE_PTY.
1826 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
1827 * sysdep.c (croak): Remove; no longer needed. This bit of
1828 temporary code, with Fred N. Fish's comment that it's temporary,
1829 has been in Emacs since at least 1992!
1830 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
1831 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
1832 * syssignal.h (croak): Remove decl.
1833 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
1834 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
1835 now that we're termios-only.
1836 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
1837 * term.c (dissociate_if_controlling_tty): Use #error rather than
1838 a run-time error.
1839
1840 Work around GCC and GNOME bugs when --enable-gcc-warnings.
1841 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
1842 to work around GNOME bug 683906.
1843 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
1844 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
1845 This works around GCC bug 54561.
1846
1847 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1848
1849 More fixes for 'volatile' and setjmp/longjmp.
1850 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
1851 * image.c (struct png_load_context) [HAVE_PNG]: New type.
1852 (png_load_body) [HAVE_PNG]:
1853 (jpeg_load_body) [HAVE_JPEG]:
1854 New function, with most of the old parent function's body.
1855 (png_load) [HAVE_PNG]:
1856 (jpeg_load) [HAVE_JPEG]:
1857 Invoke the new function, to avoid longjmp munging our locals.
1858 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
1859 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
1860 longjmp is passed 2, as the C standard doesn't guarantee this.
1861 Instead, store the failure code into mgr->failure_code.
1862
1863 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
1866 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
1867 (syms_of_keyboard): Remove support for unread-command-char.
1868
1869 2012-09-12 Eli Zaretskii <eliz@gnu.org>
1870
1871 * w32proc.c (sys_kill): If PID is our process ID and the signal is
1872 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
1873 violation. (Bug#12426)
1874
1875 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1876
1877 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
1878
1879 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * eval.c: Add `inhibit-debugger'.
1882 (Qinhibit_debugger): New symbol.
1883 (call_debugger): Bind it instead of Qdebug_on_error.
1884 (maybe_call_debugger): Test Vinhibit_debugger.
1885 (syms_of_eval): Define inhibit-debugger.
1886 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
1887 (syms_of_xdisp): Remove inhibit-debug-on-message.
1888
1889 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1890
1891 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
1892 If a nonvolatile local variable is written before a _longjmp to
1893 the frame containing the variable, and is read after the _longjmp,
1894 the value read is indeterminate. Some local variables of type
1895 'struct handler' and 'struct catchtag' are used in this way, so
1896 mark each of their slots as volatile if the slot can be set before
1897 _longjmp and read afterwards.
1898 * lisp.h (struct handler): var and chosen_clause are now volatile.
1899 (struct catchtag): val, next, and pdlcount are now volatile.
1900
1901 * bidi.c (bidi_push_it, bidi_pop_it):
1902 * fns.c (copy_hash_table):
1903 * image.c (define_image_type):
1904 * keyboard.c (kbd_buffer_store_event_hold):
1905 * process.c (Fprocess_send_eof):
1906 * xfaces.c (x_create_gc) [HAVE_NS]:
1907 * xgselect.c (xg_select):
1908 Prefer assignment to memcpy when either will do.
1909
1910 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
1911 Use pointer-to-a-pointer to simplify and avoid a NILP check each
1912 time an item is removed. No need to mark this function 'inline';
1913 the compiler knows better than we do.
1914
1915 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
1916
1917 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
1918 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
1919 to change_frame_size (Bug#12388).
1920 (windowDidResize:): Pass YES to updateFrameSize.
1921
1922 * nsterm.h: Add delay parameter to updateFrameSize.
1923
1924 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
1925
1926 Discard killed buffers from deleted window and frame objects.
1927 This reduces an amount of references to killed buffers and
1928 helps GC to reclaim them faster.
1929 * alloc.c (discard_killed_buffers): New function.
1930 (mark_object): Use it for deleted windows and frames.
1931 (mark_object): If symbol's value is set up for a killed buffer
1932 or deleted frame, restore it's global binding.
1933 * data.c (swap_in_global_binding): Add GC notice.
1934 (swap_in_symval_forwarding): Use convenient set_blv_where.
1935 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
1936 * window.h: ... to here.
1937
1938 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
1939
1940 Convenient macro to check whether the buffer is live.
1941 * buffer.h (BUFFER_LIVE_P): New macro.
1942 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
1943 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
1944
1945 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1946
1947 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
1948 composition cases (Bug#12364).
1949
1950 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
1951 overhang of succeeding glyphs overlapping box cursor.
1952
1953 * w32term.c (x_draw_glyph_string): Likewise.
1954
1955 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1956
1957 Simplify, document, and port floating-point (Bug#12381).
1958 The porting part of this patch fixes bugs on non-IEEE platforms
1959 with frexp, ldexp, logb.
1960 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
1961 Now static.
1962 * floatfns.c: Simplify discussion of functions that Emacs doesn't
1963 support, by removing commented-out code and briefly listing the
1964 C89 functions excluded. The commented-out stuff was confusing
1965 maintenance, e.g., we thought we needed cbrt but it was commented out.
1966 (logb): Remove decl; no longer needed.
1967 (isfinite): New macro, if not already supplied.
1968 (isnan): Don't replace any existing macro.
1969 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
1970 are present on all C89 platforms.
1971 (Ffrexp): Do not special-case zero, as frexp does the right thing
1972 for that case.
1973 (Flogb): Do not use logb, as it doesn't have the desired meaning
1974 on hosts that use non-base-2 floating point. Instead, stick with
1975 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
1976 frexp, to avoid getting an unspecified result.
1977
1978 * xdisp.c (Qinhibit_debug_on_message): Now static.
1979
1980 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
1981
1982 * nsterm.m (ns_update_begin): Set clip path to whole view by using
1983 NSBezierPath (Bug#12131).
1984
1985 2012-09-10 Chong Yidong <cyd@gnu.org>
1986
1987 * fns.c (Fdelq, Fdelete): Doc fix.
1988
1989 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1990
1991 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
1992 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
1993
1994 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * lisp.h (make_lisp_ptr): New macro to replace XSET.
1997 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
1998 Use it.
1999
2000 2012-09-09 Eli Zaretskii <eliz@gnu.org>
2001
2002 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
2003 left fringe if the window has a left margin. This avoids leaving
2004 traces of the cursor because its leftmost pixel is not drawn over.
2005
2006 * dispnew.c (update_window_line): When the left margin area of a
2007 screen line is updated, set the redraw_fringe_bitmaps_p flag of
2008 that screen line. (Bug#12277)
2009
2010 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2011
2012 Assume C89 or later for math functions (Bug#12381).
2013 This simplifies the code, and makes it a bit smaller and faster,
2014 and (most important) makes it easier to clean up signal handling
2015 since we can stop worring about floating-point exceptions in
2016 library code. That was a problem before C89, but the problem
2017 went away many years ago on all practical Emacs targets.
2018 * data.c, image.c, lread.c, print.c:
2019 Don't include <math.h>; no longer needed.
2020 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
2021 might be autoconfigured, as that never happens.
2022 * data.c (fmod):
2023 * doprnt.c (DBL_MAX_10_EXP):
2024 * print.c (DBL_DIG):
2025 Remove. C89 or later always defines these.
2026 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
2027 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
2028 (arith_error, domain_error, domain_error2):
2029 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
2030 no longer needed -- we simply return what C returns. All uses removed.
2031 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
2032 the wrapped code.
2033 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
2034 Remove. All uses expanded, as these macros are no longer used
2035 more than once and are now more trouble than they're worth.
2036 (Ftan): Use tan, not sin / cos.
2037 (Flogb): Assume C89 frexp.
2038 (fmod_float): Assume C89 fmod.
2039 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
2040 (init_floatfns): Remove. All uses removed.
2041
2042 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2043
2044 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
2045 compositeToPoint for OSX < 10.6 (Bug#12390).
2046
2047 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
2048
2049 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
2050 This produces more-accurate results.
2051
2052 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2053
2054 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
2055 changes (Bug#12088).
2056
2057 2012-09-08 Chong Yidong <cyd@gnu.org>
2058
2059 * syntax.c (Fstring_to_syntax): Doc fix.
2060
2061 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2062
2063 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
2064 in the internal border.
2065 (x_set_window_size): Remove static variables and their usage.
2066 (ns_redraw_scroll_bars): Fix NSTRACE arg.
2067 (ns_after_update_window_line, ns_draw_fringe_bitmap):
2068 Remove fringe/internal border adjustment (Bug#11052).
2069 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
2070 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
2071 (ns_fix_rect_ibw): Remove.
2072 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
2073 (ns_dumpglyphs_box_or_relief): Ditto.
2074 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
2075 adjustment.
2076 (ns_dumpglyphs_image): Ditto.
2077 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
2078 border adjustment.
2079 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
2080 their usage. Add fringe_extended_p and its use as in other terms.
2081 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
2082 scroll bar was removed.
2083 (updateFrameSize): New function.
2084 (windowDidResize): Move code to updateFrameSize and call it.
2085
2086 * nsterm.h (EmacsView): Add updateFrameSize.
2087
2088 2012-09-07 Chong Yidong <cyd@gnu.org>
2089
2090 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
2091
2092 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
2093
2094 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2095
2096 More signal-handler cleanup (Bug#12327).
2097 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
2098 Problem introduced when merging patches. Noted by Eli Zaretskii in
2099 <http://bugs.gnu.org/12327#67>.
2100 * floatfns.c: Comment fix.
2101 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
2102 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
2103 and anyway the declaration is harmless even if SIGDANGER is not defined.
2104 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
2105 defined BROKEN_FIONREAD). systty.h formerly did this, but other
2106 source files not surprisingly expected syssignal.h to define, or
2107 not define, SIGIO, and it's cleaner to do it that way, for consistency.
2108 Include <sys/ioctl.h>, for FIONREAD.
2109 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
2110 This eliminates a problem whereby other files mysteriously had
2111 to include "syssignal.h" before including "systty.h" if they
2112 wanted to use "#ifdef SIGIO".
2113
2114 2012-09-07 Eli Zaretskii <eliz@gnu.org>
2115
2116 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
2117
2118 * w32.c (sigemptyset): Empty the set.
2119 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
2120
2121 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
2122
2123 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
2124
2125 * alloc.c (mark_buffer): Revert unsafe marking optimization.
2126 (mark_object): Likewise for frame objects.
2127
2128 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2129
2130 * syssignal.h (handle_on_main_thread): Always declare,
2131 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
2132 This ports to platforms without HAVE_PTHREAD.
2133
2134 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2135
2136 Signal-handler cleanup (Bug#12327).
2137 Emacs's signal handlers were written in the old 4.2BSD style with
2138 sigblock and sigmask and so forth, and this led to some
2139 inefficiencies and confusion. Rewrite these to use
2140 pthread_sigmask etc. without copying signal sets around. Also,
2141 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
2142 'signal', and instead use functions that do not attempt to take
2143 over the system name space. This patch causes Emacs's text
2144 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
2145 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
2146 Do not include <signal.h> or "syssignal.h", as these
2147 modules do not use signals.
2148 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
2149 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
2150 Do not include <signal.h>, as "syssignal.h" does that for us now.
2151 * atimer.c (sigmask_atimers): New function.
2152 (block_atimers, unblock_atimers): New functions,
2153 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
2154 All uses replaced.
2155 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
2156 no longer needed here.
2157 * emacs.c (main): Inspect existing signal handler with sigaction,
2158 so that there's no need to block and unblock SIGHUP.
2159 * sysdep.c (struct save_signal): New member 'action', replacing
2160 old member 'handler'.
2161 (save_signal_handlers, restore_signal_handlers):
2162 Use sigaction instead of 'signal' to save and restore.
2163 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
2164 New function. All users of 'signal' modified to use set_sighandler
2165 if they're writeonly, and to use sys_signal if they're read+write.
2166 (emacs_sigaction_init, forwarded_signal): New functions.
2167 (sys_signal): Remove. All uses replaced by calls to sigaction
2168 and emacs_sigaction_init, or by direct calls to 'signal'.
2169 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
2170 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
2171 all uses replaced by pthread_sigmask etc. calls.
2172 * syssignal.h: Include <signal.h>.
2173 (emacs_sigaction_init, forwarded_signal): New decls.
2174 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
2175 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
2176 (sigmask, sys_sigmask): Remove; no longer needed.
2177 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
2178 (sigblock, sigunblock, sigfree):
2179 (sigsetmask) [!defined sigsetmask]:
2180 Remove. All uses replaced by pthread_sigmask.
2181 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
2182 no longer need to be replaced, and its typical old uses
2183 are now done via emacs_sigaction_init and sigaction.
2184 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
2185 (sys_sigdel): Remove; unused.
2186 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
2187
2188 2012-09-06 Eli Zaretskii <eliz@gnu.org>
2189
2190 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
2191 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
2192
2193 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
2194
2195 Explicitly mark buffer_defaults and buffer_local_symbols.
2196 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
2197 mark_local_symbols here.
2198 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
2199 since special buffers aren't marked here any more.
2200 (allocate_buffer): Chain new buffer with all_buffers here...
2201 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
2202 not here.
2203 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
2204 (syms_of_buffer): Remove staticpro of the above.
2205 (init_buffer_once): Set names for buffer_defaults and
2206 buffer_local_symbols.
2207
2208 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2209
2210 Use bool for booleans in font-related modules.
2211 * font.c (font_intern_prop, font_style_to_value)
2212 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
2213 (generate_otf_features, font_check_otf_features, font_check_otf)
2214 (font_match_p, font_list_entities, font_at):
2215 * fontset.c (fontset_id_valid_p, reorder_font_vector
2216 (fontset_find_font, Fset_fontset_font)
2217 (face_suitable_for_char_p) [0]:
2218 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
2219 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
2220 (m17n_flt_initialized, ftfont_shape_by_flt):
2221 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
2222 * nsfont.m (nsfont_draw):
2223 * w32font.c (w32font_draw):
2224 * w32term.c (x_draw_glyphless_glyph_string_foreground):
2225 Use bool for booleans.
2226 * font.h: Adjust to above API changes.
2227 (struct font, struct font_driver, struct font_driver_list):
2228 Use bool for booleans.
2229 (struct font): Remove useless member encoding_type.
2230 All users removed.
2231 * fontset.c, xftfont.c: Omit unnecessary static decls.
2232
2233 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
2234
2235 * alloc.c (mark_object): Revert window marking code
2236 since it's unsafe for the Fset_window_configuration.
2237
2238 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
2239
2240 Fix race conditions with signal handlers and errno (Bug#12327).
2241 Be more systematic about preserving errno whenever a signal
2242 handler returns, even if it's not in the main thread. Do this by
2243 renaming signal handlers to distinguish between signal delivery
2244 and signal handling. All uses changed.
2245 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
2246 * data.c (deliver_arith_signal): Rename from arith_error.
2247 * dispnew.c (deliver_window_change_signal): Rename from
2248 window_change_signal.
2249 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
2250 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
2251 * keyboard.c (deliver_input_available_signal): Rename from
2252 input_available_signal.
2253 (deliver_user_signal): Rename from handle_user_signal.
2254 (deliver_interrupt_signal): Rename from interrupt_signal.
2255 * process.c (deliver_pipe_signal): Rename from send_process_trap.
2256 (deliver_child_signal): Rename from sigchld_handler.
2257 * atimer.c (handle_alarm_signal):
2258 * data.c (handle_arith_signal):
2259 * dispnew.c (handle_window_change_signal):
2260 * emacs.c (handle_fatal_signal, handle_danger_signal):
2261 * keyboard.c (handle_input_available_signal):
2262 * keyboard.c (handle_user_signal, handle_interrupt_signal):
2263 * process.c (handle_pipe_signal, handle_child_signal):
2264 New functions, with the actual signal-handling code taken from the
2265 original respective signal handlers, sans the sporadic attempts to
2266 preserve errno, since that's now done by handle_on_main_thread.
2267 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
2268 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
2269 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
2270 Move to sysdep.c.
2271 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
2272 Move initialization of main_thread to sysdep.c's init_signals.
2273 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
2274 our usage, and simplifies the mainline code.
2275 (record_child_status_change): New static function, as a helper
2276 for handle_child_signal, and with most of the old child handler's
2277 contents.
2278 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
2279 (handle_child_signal): Use the above.
2280 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
2281 Moved here from emacs.c.
2282 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
2283 code moved here from emacs.c's main function.
2284 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
2285 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
2286 This lets callers save and restore errno properly.
2287
2288 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2289
2290 Remove redundant or unused things here and there.
2291 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
2292 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
2293 * editfns.c (Fcompare_buffer_substrings): Likewise.
2294 * frame.h (struct terminal, struct font_driver_list):
2295 Remove redundant declarations.
2296 * window.h (Qleft, Qright): Likewise.
2297
2298 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2299
2300 Do not mark objects from deleted buffers, windows and frames.
2301 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
2302 (mark_object): Likewise for windows and frames.
2303
2304 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2305
2306 * alloc.c (valid_lisp_object_p): Treat killed buffers,
2307 buffer_defaults and buffer_local_symbols as valid objects.
2308 Return special value to denote them.
2309
2310 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
2311
2312 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
2313 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
2314 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
2315 (file_name_absolute_p, Fsubstitute_in_file_name):
2316 (check_executable, check_writable, Ffile_accessible_directory_p)
2317 (Fset_file_selinux_context, Fdefault_file_modes)
2318 (Finsert_file_contents, choose_write_coding_system)
2319 (Fwrite_region, build_annotations, a_write, e_write)
2320 (Fdo_auto_save):
2321 * filelock.c (boot_time_initialized, get_boot_time)
2322 (get_boot_time_1, lock_file_1, within_one_second):
2323 * floatfns.c (in_float):
2324 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
2325 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
2326 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
2327 * lisp.h (struct Lisp_Hash_Table.cmpfn):
2328 * window.c (compare_window_configurations):
2329 Use bool for booleans.
2330 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
2331 (Fdefault_file_modes): Now mode_t, not int, for modes.
2332 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
2333 (internal_delete_file): Now returns void, not a (boolean) int,
2334 since nobody was looking at the return value.
2335 * lisp.h, window.h: Adjust to above API changes.
2336
2337 * xdisp.c (set_message): Simplify and reindent last change.
2338
2339 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
2342
2343 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2344
2345 * eval.c (call_debugger): Make the function non-static so that we
2346 can call it from set_message.
2347
2348 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
2349 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
2350
2351 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2352
2353 Give more-useful info on a fatal error (Bug#12328).
2354 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
2355 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
2356 of doing the work ourselves.
2357 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
2358 do most of the work.
2359 (fatal_error_backtrace): New function, taken from the guts
2360 of the old fatal_error_signal, but with a new option to output
2361 a backtrace.
2362 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
2363 info about the signal than just its number.
2364 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
2365 * sysdep.c: Include <execinfo.h>
2366 (emacs_backtrace): New function, taken partly from the previous
2367 code of the 'die' function.
2368 (emacs_abort): Call fatal_error_backtrace rather than abort.
2369
2370 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
2373 eager (load-time) macro-expansion.
2374 * lisp.mk (lisp): Add macroexp.
2375
2376 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2377
2378 Simplify redefinition of 'abort' (Bug#12316).
2379 Do not try to redefine the 'abort' function. Instead, redo
2380 the code so that it calls 'emacs_abort' rather than 'abort'.
2381 This removes the need for the NO_ABORT configure-time macro
2382 and makes it easier to change the abort code to do a backtrace.
2383 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
2384 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
2385 Remove; sysdep.c's emacs_abort now takes its place.
2386 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
2387 'abort' changed to use 'emacs_abort'.
2388 * msdos.c (dos_abort) [defined abort]: Remove; not used.
2389 (abort) [!defined abort]: Rename to ...
2390 (emacs_abort): ... new name.
2391 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
2392 the place of the old 'abort' in emacs.c.
2393 * w32.c, w32fns.c (abort): Do not #undef.
2394 * w32.c (emacs_abort): Rename from w32_abort.
2395
2396 2012-09-04 Eli Zaretskii <eliz@gnu.org>
2397
2398 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
2399 offsets[j].dv, since the y axis of the screen coordinates points
2400 down, while the y axis of the font definition coordinates points
2401 up. This fixes display of Arabic diacritics such as KASRA and
2402 KASRATAN. (Bug#11860)
2403
2404 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2405
2406 Be more systematic about _setjmp vs setjmp.
2407 * alloc.c (test_setjmp, mark_stack):
2408 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
2409 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
2410 (png_load, my_error_exit, jpeg_load):
2411 * process.c (send_process_trap, send_process):
2412 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
2413 The underscored versions are up to 30x faster on some hosts.
2414 Formerly, the code used setjmp+longjmp sometimes and
2415 _setjmp+_longjmp at other times, with no particular reason to
2416 prefer setjmp+longjmp.
2417
2418 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2419
2420 Fix minor problem found by static checking.
2421 * buffer.c (Fdelete_all_overlays): Return nil.
2422
2423 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2424
2425 * buffer.c (Fdelete_all_overlays): New function.
2426
2427 2012-09-03 Chong Yidong <cyd@gnu.org>
2428
2429 * gtkutil.c: Add extern decl for Qxft.
2430
2431 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
2432
2433 * emacs.c, eval.c: Use bool for boolean.
2434 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
2435 (malloc_using_checking) [DOUG_LEA_MALLOC]:
2436 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
2437 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
2438 (main, decode_env_path, Fdaemon_initialized):
2439 * eval.c (call_debugger, Finteractive_p, interactive_p):
2440 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
2441 (maybe_call_debugger, Fbacktrace):
2442 * process.c (read_process_output, exec_sentinel):
2443 Use bool for booleans.
2444 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
2445 All callers changed.
2446 * eval.c (interactive_p): Omit always-true boolean argument
2447 EXCLUDE_SUBRS_P. All callers changed.
2448 * dispextern.h, lisp.h: Reflect above API changes.
2449 * firstfile.c (dummy): Use the address of 'main', whose signature
2450 won't change, instead of the address of 'initialize', whose
2451 signature just changed from int to bool.
2452 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
2453 * msdos.c (fatal_error_in_progress): ... from here.
2454 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
2455 of incrementing it.
2456 (redisplay_internal, unwind_redisplay): Simply clear
2457 REDISPLAYING_P when unwinding, instead of saving its previous,
2458 always-false value and then restoring it.
2459
2460 Clean up some extern decls.
2461 Mostly, this hoists extern decls out of .c files and into .h files.
2462 That way, we're more likely to catch errors if the interfaces change.
2463 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
2464 declare xg_mark_data.
2465 * dispextern.h (x_frame_parm_handlers):
2466 * font.h (Qxft):
2467 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
2468 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
2469 (Qultra_bold, Qoblique, Qitalic):
2470 Move extern decl here from .c file.
2471 * alloc.c (xg_mark_data) [USE_GTK]:
2472 * doc.c (Qclosure):
2473 * eval.c (Qlexical_binding):
2474 * fns.c (time) [!HAVE_UNISTD_H]:
2475 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
2476 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
2477 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
2478 * lread.c (Qinternal_interpreter_environment):
2479 * minibuf.c (Qbuffer):
2480 * process.c (QCfamily, QCfilter):
2481 * widget.c (free_frame_faces):
2482 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
2483 * xfont.c (x_clear_errors):
2484 * xterm.c (x_frame_parm_handlers):
2485 Remove now-redundant extern decls.
2486 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
2487 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
2488 Now static.
2489 * xfaces.c: Remove unnecessary static decls.
2490 * xterm.c (updating_frame): Remove decl of nonexistent object.
2491
2492 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
2493 when building globals.h, as the objects that are not built on
2494 this host are not needed to compile C files on this host.
2495
2496 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2497
2498 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
2499
2500 * frame.h: Add missing prototype for x_wm_set_size_hint.
2501
2502 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
2503
2504 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
2505 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
2506 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
2507 (Fsubstitute_command_keys):
2508 * editfns.c (region_limit, find_field, Fconstrain_to_field)
2509 (save_excursion_save, save_excursion_restore)
2510 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
2511 (format_time_string, general_insert_function)
2512 (make_buffer_string, make_buffer_string_both)
2513 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
2514 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
2515 (copy_text, insert_1, insert_1_both, insert_from_string)
2516 (insert_from_string_before_markers, insert_from_string_1)
2517 (insert_from_buffer, insert_from_buffer_1, replace_range)
2518 (replace_range_2, del_range_1, del_range_byte, del_range_both)
2519 (del_range_2, modify_region):
2520 * intervals.c (intervals_equal, balance_possible_root_interval)
2521 (adjust_intervals_for_insertion, merge_properties_sticky)
2522 (graft_intervals_into_buffer, lookup_char_property)
2523 (adjust_for_invis_intang, set_point_both)
2524 (get_property_and_range, compare_string_intervals)
2525 (set_intervals_multibyte_1, set_intervals_multibyte):
2526 * keyboard.c (decode_timer):
2527 Use bool for boolean.
2528 * intervals.h, lisp.h, systime.h: Reflect above API changes.
2529 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
2530
2531 2012-09-02 Chong Yidong <cyd@gnu.org>
2532
2533 * keymap.c (push_key_description): Print M-TAB as C-M-i
2534 (Bug#11758).
2535
2536 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
2539 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
2540 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
2541 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
2542 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
2543 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
2544 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
2545
2546 2012-09-01 Eli Zaretskii <eliz@gnu.org>
2547
2548 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
2549 more than one grapheme cluster passed to the shaper: compute the
2550 offset adjustment values separately for each cluster. (Bug#11860)
2551
2552 * image.c: Restore mistakenly removed inclusion of w32.h. Without
2553 it, GCC doesn't see prototypes of w32_delayed_load, and complains
2554 about implicit conversions from integer to pointer.
2555
2556 2012-09-01 Daniel Colascione <dancol@dancol.org>
2557
2558 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
2559 system used too early.
2560
2561 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2562
2563 Better seed support for (random).
2564 * emacs.c (main): Call init_random.
2565 * fns.c (Frandom): Set the seed from a string argument, if given.
2566 Remove long-obsolete Gentzel cruft.
2567 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
2568 (init_random): New function.
2569
2570 2012-09-01 Daniel Colascione <dancol@dancol.org>
2571
2572 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
2573 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
2574 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
2575 x_wm_set_size_hint, x_query_colors, x_real_positions,
2576 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
2577 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
2578 all of which have been moved to common code.
2579
2580 * xfaces.c: Include TERM_HEADER instead of listing all possible
2581 window-system headers.
2582
2583 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
2584 to match header.
2585
2586 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
2587 directly accessing frame internals.
2588
2589 * w32font.h: Include font.h. Define syms_of_w32font and
2590 globals_of_w32font.
2591
2592 * process.c: Include TERM_HEADER instead of listing all possible
2593 window-system headers.
2594
2595 * nsterm.h: Remove declarations now in frame.h.
2596 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
2597
2598 * menu.c: Include TERM_HEADER instead of listing all possible
2599 window-system headers.
2600
2601 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
2602 window system.
2603
2604 * keyboard.c: Include TERM_HEADER instead of listing all possible
2605 window-system headers.
2606
2607 * image.c: Include TERM_HEADER instead of listing all possible
2608 window-system headers. Declare Vlibrary_cache when compiling for
2609 Windows.
2610
2611 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
2612 window system declarations.
2613
2614 * frame.h: Move common functions here: set_frame_menubar,
2615 x_set_window_size, x_sync, x_get_focus_frame,
2616 x_set_mouse_position, x_set_mouse_pixel_position,
2617 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
2618 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
2619 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
2620 x_activate_menubar, x_real_positions, x_bitmap_icon,
2621 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
2622 and x_query_colors.
2623
2624 * frame.c: Include TERM_HEADER instead of listing all possible
2625 window-system headers.
2626
2627 * font.c: Include TERM_HEADER instead of listing all possible
2628 window-system headers.
2629
2630 * emacs.c: Include TERM_HEADER.
2631
2632 * dispnew.c: Include TERM_HEADER instead of listing all possible
2633 window-system headers.
2634
2635 * ccl.h: Include character.h.
2636
2637 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
2638 the current window system; include in list of objects to link into
2639 Emacs.
2640
2641 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2642
2643 Remove mark_ttys function and fix tty_display_info initialization.
2644 * lisp.h (mark_ttys): Remove prototype.
2645 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
2646 to mark_ttys because all possible values of 'top_frame' slot are
2647 the frames which are reachable from Vframe_list.
2648 * term.c (mark_ttys): Remove.
2649 (init_tty): Safely initialize 'top_frame' slot with Qnil.
2650
2651 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2652
2653 Change struct frame bitfields from unsigned char to unsigned.
2654 * frame.h (struct frame): Change type of 'display_preempted',
2655 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
2656 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
2657 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
2658 bitfields from unsigned char to unsigned.
2659
2660 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
2661
2662 Remove unused member of struct x_output and struct w32_output.
2663 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
2664 * w32term.h (struct w32_output): Likewise.
2665
2666 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
2667
2668 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
2669 does not become zero (Bug#12234).
2670
2671 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
2672
2673 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
2674 for GCC 4.7.1 x86-64.
2675
2676 2012-08-30 Glenn Morris <rgm@gnu.org>
2677
2678 * lread.c (init_lread): For out-of-tree builds, only add the
2679 source directory's site-lisp dir to the load-path if it exists,
2680 consistent with in-tree builds. (Bug#12302)
2681
2682 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
2683
2684 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
2685 button_values to NULL. Call setStykeMask so dialogs get a close button.
2686 (windowShouldClose:): Set window_closed.
2687 (dealloc): New member, free button_values.
2688 (process_dialog:): Make member function. Remove window argument,
2689 replace window with self. Count buttons and allocate and store values
2690 in button_values.
2691 (addButton:value:row:): value is int with the name tag. Call setTag
2692 with tag. Remove return self, declare return value as void.
2693 (addString:row:): Remove return self, declare return value as void.
2694 (addSplit): Remove return self, declare return value as void.
2695 (clicked:): Remove return self, declare return value as void.
2696 Set dialog_return to button_values[seltag]. Code formatting change.
2697 (initFromContents:isQuestion:): Adjust call to process_dialog.
2698 Code formatting change.
2699 (timeout_handler:): Set timer_fired to YES.
2700 (runDialogAt:): Set timer_fired to NO.
2701 Handle click on close button as quit.
2702
2703 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
2704 Add window_closed and button_values. Add void as return value for
2705 add(Button|String|Split). addButton takes int instead of Lisp_Object.
2706 Add process_dialog as new member.
2707
2708 2012-08-28 Eli Zaretskii <eliz@gnu.org>
2709
2710 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
2711 is not one of the heaps we manage. (Bug#12242)
2712
2713 2012-08-28 Glenn Morris <rgm@gnu.org>
2714
2715 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
2716
2717 2012-08-28 Martin Rudalics <rudalics@gmx.at>
2718
2719 * window.c (Fset_window_configuration): Remove handling of
2720 auto-buffer-name window parameter. Install revision of reverted
2721 fix.
2722
2723 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
2724
2725 Do not allow to set major mode for a dead buffer.
2726 * buffer.c (Fset_buffer_major_mode): Signal an error
2727 if the buffer is dead.
2728 (Fother_buffer, other_buffer_safely): Remove redundant
2729 nested declaration.
2730
2731 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
2732
2733 Always use set_buffer_if_live to restore original buffer at unwind.
2734 * buffer.h (record_unwind_current_buffer): New function.
2735 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
2736 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
2737 * undo.c, window.c: Adjust users.
2738 * buffer.c (set_buffer_if_live): Fix comment.
2739
2740 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
2741
2742 Fix usage of set_buffer_internal.
2743 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
2744 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
2745 * coding.c (decode_coding): Omit redundant test.
2746 * fileio.c (decide_coding_unwind): Likewise.
2747 * fns.c (secure_hash): Likewise.
2748 * insdel.c (modify_region): Likewise.
2749 * keyboard.c (command_loop_1): Likewise.
2750 * print.c (PRINTFINISH): Likewise.
2751 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
2752
2753 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
2754
2755 * dispnew.c: Use bool for boolean.
2756 (frame_garbaged, display_completed, delayed_size_change)
2757 (fonts_changed_p, add_window_display_history)
2758 (add_frame_display_history, verify_row_hash)
2759 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
2760 (row_equal_p, realloc_glyph_pool)
2761 (allocate_matrices_for_frame_redisplay)
2762 (showing_window_margins_p)
2763 (adjust_frame_glyphs_for_frame_redisplay)
2764 (build_frame_matrix_from_leaf_window, make_current)
2765 (mirrored_line_dance, mirror_line_dance, update_frame)
2766 (update_window_tree, update_single_window)
2767 (check_current_matrix_flags, update_window, update_text_area)
2768 (update_window_line, set_window_update_flags, scrolling_window)
2769 (update_frame_1, scrolling, buffer_posn_from_coords)
2770 (do_pending_window_change, change_frame_size)
2771 (change_frame_size_1, sit_for):
2772 Use bool for boolean.
2773 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
2774 and remove last int (actually boolean) argument, which was always 0.
2775 All callers changed.
2776 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
2777 * dispextern.h (struct composition_it): Use bool for boolean.
2778 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
2779 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
2780 * dired.c (file_name_completion):
2781 Use bool for boolean. (This was missed in an earlier change.)
2782
2783 2012-08-27 Martin Rudalics <rudalics@gmx.at>
2784
2785 * window.c (Fset_window_configuration): Revert first part of
2786 last change.
2787
2788 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
2789
2790 * nsterm.h (NSPanel): New class variable dialog_return.
2791
2792 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
2793 Initialize dialog_return.
2794 (windowShouldClose:): Use stop instead of stopModalWithCode.
2795 (clicked:): Ditto, and also set dialog_return (Bug#12258).
2796 (timeout_handler:): Use stop instead of abortModal. Send a dummy
2797 event.
2798 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
2799 modal loop returns.
2800
2801 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
2802
2803 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
2804 * composite.c (find_composition, composition_gstring_p)
2805 (composition_reseat_it, find_automatic_composition):
2806 * data.c (let_shadows_buffer_binding_p)
2807 (let_shadows_global_binding_p, set_internal, make_blv)
2808 (Fmake_variable_buffer_local, Fmake_local_variable)
2809 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
2810 (cons_to_signed, arith_driver):
2811 * dbusbind.c (xd_in_read_queued_messages):
2812 * dired.c (directory_files_internal, file_name_completion):
2813 Use bool for booleans.
2814 * dired.c (file_name_completion):
2815 * process.h (fd_callback):
2816 Omit int (actually boolean) argument. It wasn't being used.
2817 All uses changed.
2818 * composite.h, lisp.h: Reflect above API changes.
2819
2820 * cmds.c, coding.c: Use bool for booleans.
2821 * cmds.c (move_point, Fself_insert_command):
2822 * coding.h (struct composition status, struct coding_system):
2823 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
2824 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
2825 (emacs_mule_char, decode_coding_emacs_mule)
2826 (encode_coding_emacs_mule, detect_coding_iso_2022)
2827 (decode_coding_iso_2022, encode_invocation_designation)
2828 (encode_designation_at_bol, encode_coding_iso_2022)
2829 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
2830 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
2831 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
2832 (encode_coding_raw_text, detect_coding_charset)
2833 (decode_coding_charset, encode_coding_charset, detect_eol)
2834 (detect_coding, get_translation_table, produce_chars)
2835 (consume_chars, reused_workbuf_in_use)
2836 (make_conversion_work_buffer, code_conversion_save)
2837 (decode_coding_object, encode_coding_object)
2838 (detect_coding_system, char_encodable_p)
2839 (Funencodable_char_position, code_convert_region)
2840 (code_convert_string, code_convert_string_norecord)
2841 (Fset_coding_system_priority):
2842 * fileio.c (Finsert_file_contents):
2843 Use bool for booleans.
2844 * coding.h, lisp.h: Reflect above API changes.
2845 * coding.c: Remove unnecessary static function decls.
2846 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
2847 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
2848 not a boolean 'int', since callers never look at the return value.
2849 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
2850 * coding.h (decoding_buffer_size, encoding_buffer_size)
2851 (emacs_mule_string_char): Remove unused extern decls.
2852 (struct iso_2022_spec, struct coding_system):
2853 Use 'unsigned int : 1' for boolean fields, since there's more than one.
2854 (struct emacs_mule_spec): Remove unused field 'full_support'.
2855 All initializations removed.
2856 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
2857
2858 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2859
2860 Fix spare memory change (Bug#12286).
2861 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
2862 (valid_lisp_object_p): Likewise.
2863
2864 2012-08-27 Martin Rudalics <rudalics@gmx.at>
2865
2866 * window.c (Fset_window_configuration): Record any window's old
2867 buffer if it's replaced (see Bug#8789). If the new current
2868 buffer doesn't appear in the selected window, go to its old
2869 point (Bug#12208).
2870
2871 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2872
2873 Special MEM_TYPE_SPARE to denote reserved memory.
2874 * alloc.c (enum mem_type): New memory type.
2875 (refill_memory_reserve): Use new type for spare memory.
2876 This prevents live_cons_p and live_string_p from incorrect
2877 detection of uninitialized objects from spare memory as live.
2878
2879 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2880
2881 Spelling fixes.
2882 * Makefile.in (.PHONY): versioclean -> versionclean.
2883
2884 Remove unused external symbols.
2885 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
2886 * window.c (Qwindow_valid_p, decode_valid_window):
2887 Now static, not extern.
2888 * data.c (Qinterval): Remove; unused.
2889 (syms_of_data): Do not define 'interval'.
2890 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
2891 * window.h (decode_valid_window):
2892 Remove decls.
2893
2894 * character.c, charset.c, chartab.c: Use bool for booleans.
2895 * character.c (lisp_string_width, string_count_byte8)
2896 (string_escape_byte8):
2897 * charset.c (charset_map_loaded, load_charset_map, read_hex):
2898 (load_charset_map_from_file, map_charset_chars)
2899 (Fdefine_charset_internal, define_charset_internal)
2900 (Fdeclare_equiv_charset, find_charsets_in_text)
2901 (Ffind_charset_region, char_charset, Fiso_charset):
2902 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
2903 (sub_char_table_set, sub_char_table_set_range)
2904 (char_table_set_range, optimize_sub_char_table)
2905 (map_sub_char_table):
2906 Use bool for boolean.
2907 * character.c (str_to_unibyte): Omit last boolean argument; it was
2908 always 0. All callers changed.
2909 * character.h, charset.h: Adjust to match previous changes.
2910 * character.h (char_printable_p): Remove decl of nonexistent function.
2911 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
2912 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
2913 are all boolean, so make them single-bit bitfields.
2914
2915 * lisp.h (ASET): Remove attempt to detect side effects.
2916 It was meant to be temporary and it often doesn't work,
2917 because when IDX has side effects the behavior of IDX==IDX
2918 is undefined. See Stefan Monnier in
2919 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
2920
2921 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2922
2923 * lisp.h (functionp): New function (extracted from Ffunctionp).
2924 (FUNCTIONP): Use it.
2925 * eval.c (Ffunctionp): Use it.
2926
2927 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
2930 as that's faster and simpler than static storage. Don't bother
2931 with the g_main_context_query overhead if g_main_context_pending
2932 says no events are pending.
2933 (gfds, gfds_size): Remove these static vars.
2934 (xgselect_initialize): Remove; no longer needed.
2935 All uses and decls removed.
2936
2937 * emacs.c (fatal_error_signal_hook): Remove.
2938 All uses removed. This leftover from old code was always 0.
2939
2940 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
2941 * casefiddle.c (casify_object, casify_region):
2942 * casetab.c (set_case_table):
2943 * category.c, category.h (word_boundary_p):
2944 * category.h (CHAR_HAS_CATEGORY):
2945 Use bool for booleans, instead of int.
2946
2947 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2948
2949 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
2950
2951 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2952
2953 On assertion failure, print backtrace if available.
2954 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
2955 (die) [ENABLE_CHECKING]: Print a backtrace if available.
2956 * Makefile.in (LIB_EXECINFO): New macro.
2957 (LIBES): Use it.
2958
2959 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
2960 * bytecode.c (exec_byte_code):
2961 * callint.c (check_mark, Fcall_interactively):
2962 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
2963 (getenv_internal, sync_process_alive, call_process_exited):
2964 * lisp.h (USE_SAFE_ALLOCA):
2965 Use bool for booleans, instead of int.
2966 * lisp.h, process.h: Adjust prototypes to match above changes.
2967 * callint.c (Fcall_interactively): Don't assume the mark's
2968 offset fits in 'int'.
2969
2970 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2971
2972 * buffer.c, buffer.h: Use bool for boolean.
2973 * buffer.c (reset_buffer_local_variables)
2974 (buffer_lisp_local_variables, Fset_buffer_modified_p)
2975 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
2976 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
2977 (overlay_touches_p, overlay_strings, Foverlay_put)
2978 (report_overlay_modification, call_overlay_mod_hooks):
2979 (mmap_enlarge, mmap_set_vars):
2980 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
2981 Use bool for booleans, instead of int.
2982 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
2983 since the 1-or-0 return value is always ignored anyway.
2984 (mmap_initialized_p):
2985 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
2986 * buffer.h, lisp.h: Adjust prototypes to match above changes.
2987
2988 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
2989
2990 * bidi.c: Use bool for boolean.
2991 This is a bit more readable, and makes the text segment of bidi.o
2992 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
2993 Presumably it's faster too.
2994 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
2995 Now bool.
2996 (bidi_cache_find_level_change, bidi_cache_iterator_state)
2997 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
2998 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
2999 (bidi_explicit_dir_char, bidi_level_of_next_char)
3000 (bidi_find_other_level_edge, bidi_move_to_visually_next):
3001 Use bool for booleans, instead of int.
3002 * dispextern.h (bidi_init_it, bidi_paragraph_init)
3003 (bidi_unshelve_cache): Adjust decls to match code.
3004
3005 2012-08-23 Martin Rudalics <rudalics@gmx.at>
3006
3007 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
3008 argument.
3009
3010 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
3011
3012 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
3013 * atimer.h: Include <stdbool.h>.
3014
3015 2012-08-22 Dan Nicolaescu <dann@gnu.org>
3016
3017 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
3018 compile time tests instead of run time tests on systems that do
3019 not use them.
3020 (FRAME_MAC_P): Remove leftover from deleted code.
3021 * frame.c (syms_of_frame): Remove leftover from deleted code.
3022
3023 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
3024
3025 * nsterm.m (insertText:): Don't clear modifiers if code is space.
3026
3027 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
3028
3029 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
3030 Otherwise, the compiler complains about (A?B:C) where B is void
3031 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
3032 (fontset_add): Return void, for FONTSET_ADD.
3033
3034 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3035
3036 * alloc.c: Use bool for booleans.
3037 (gc_in_progress, abort_on_gc)
3038 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
3039 (dont_register_blocks) [GC_MALLOC_CHECK]:
3040 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
3041 (check_string_bytes, make_specified_string, memory_full)
3042 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
3043 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
3044 (mark_stack, valid_pointer_p, make_pure_string)
3045 (Fgarbage_collect, survives_gc_p, gc_sweep):
3046 Use bool for booleans, instead of int.
3047 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
3048 Remove unused local.
3049 * alloc.c (PURE_POINTER_P):
3050 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
3051 * editfns.c (Fformat):
3052 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
3053 (Fdo_auto_save):
3054 * fns.c (sweep_weak_table):
3055 * lisp.h (suppress_checking, push_message, survives_gc_p)
3056 (make_pure_string, gc_in_progress, abort_on_gc):
3057 * lread.c (readchar, read1):
3058 * print.c (Fprin1_to_string):
3059 * xdisp.c (push_message):
3060 Use bool for booleans affected directly or indirectly by
3061 alloc.c's changes.
3062
3063 Make recently-introduced setters macros.
3064 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
3065 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
3066 (set_fontset_default, set_fontset_fallback): Rename from their
3067 upper-case counterparts, and make them functions rather than macros.
3068 This is more consistent with the other recently-introduced setters.
3069 These don't need to be inline, since they're local.
3070
3071 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
3072
3073 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
3074 the loop (Bug#12247).
3075
3076 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3077
3078 * lisp.h (vcopy): Use memcpy rather than our own loop.
3079 This fixes a performance regression introduced by the recent
3080 addition of vcopy. This means 'vcopy' will need to be modified
3081 for a copying collector, but that's OK. Also, tighten the
3082 checking in the assertion.
3083
3084 2012-08-21 Eli Zaretskii <eliz@gnu.org>
3085
3086 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
3087 components for RTL text (Bug#11860). Adjust X-OFFSET of each
3088 non-base glyph for the width of the base character, according to
3089 what x_draw_composite_glyph_string_foreground expects.
3090 Generate WADJUST value according to composition_gstring_width's
3091 expectations, to produce correct width of the composed character.
3092 Reverse the sign of the DU offset produced by ScriptPlace.
3093
3094 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3095
3096 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
3097
3098 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
3099
3100 Avoid direct writes to contents member of struct Lisp_Vector.
3101 * lisp.h (vcopy): New function to copy data into vector.
3102 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
3103 * fns.c (Ffillarray): Use ASET.
3104 * keyboard.c (timer_check_2): Use AREF and ASET.
3105 (append_tool_bar_item, Frecent_keys): Use vcopy.
3106 * lread.c (read_vector): Use ASET.
3107 * msdos.c (Frecent_doskeys): Use vcopy.
3108 * xface.c (Finternal_copy_lisp_face): Use vcopy.
3109 (Finternal_merge_in_global_face): Use ASET and vcopy.
3110 * xfont.c (xfont_list_pattern): Likewise.
3111
3112 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3113
3114 * window.c (Fwindow_point): For the selected window always return
3115 the position of its buffer's point.
3116 (Fset_window_point): For the selected window always go in its
3117 buffer to the specified position.
3118
3119 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
3120
3121 Setter macros for fontsets.
3122 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
3123 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
3124 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
3125 Adjust users.
3126
3127 2012-08-20 Glenn Morris <rgm@gnu.org>
3128
3129 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
3130 Don't assume that `ln -f' works.
3131
3132 2012-08-20 Eli Zaretskii <eliz@gnu.org>
3133
3134 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
3135 and later about non-assignments with no effect. See discussion at
3136 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
3137 details.
3138
3139 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3140
3141 Inline setter functions for Lisp_Objects slots of struct specbinding.
3142 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
3143 Adjust users.
3144
3145 2012-08-20 Martin Rudalics <rudalics@gmx.at>
3146
3147 * window.c (select_window): Always make selected window's buffer
3148 current.
3149
3150 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3151
3152 Use AREF and ASET for docstrings of category tables.
3153 * category.h (CATEGORY_DOCSTRING): Use AREF.
3154 (SET_CATEGORY_DOCSTRING): Use ASET.
3155 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
3156
3157 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3158
3159 Inline setter functions for hash table members.
3160 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
3161 (set_hash_hash, set_hash_index): Rename with _slot suffix.
3162 (set_hash_key_and_value, set_hash_index, set_hash_next)
3163 (set_hash_hash): New functions.
3164 * charset.c, fns.c: Adjust users.
3165
3166 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3167
3168 Inline getter and setter functions for per-buffer values.
3169 * buffer.h (per_buffer_default, set_per_buffer_default)
3170 (per_buffer_value, set_per_buffer_value): New functions.
3171 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
3172 * buffer.c, data.c: Adjust users.
3173
3174 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
3177
3178 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
3179
3180 Rely on <config.h> + <unistd.h> to declare 'environ',
3181 as gnulib does this if the system doesn't.
3182 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
3183 Remove declaration. MS-Windows declares it on stdlib.h which is
3184 included by conf_post.h.
3185 * emacs.c (environ) [DOUG_LEA_MALLOC]:
3186 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
3187 * vm-limit.c: Include <unistd.h>, for 'environ'.
3188
3189 * unexaix.c, unexcoff.c: Include "mem-limits.h".
3190 (start_of_data): Remove decl; mem-limits.h provides it.
3191
3192 * xdisp.c (handle_invisible_prop): Make it a bit faster
3193 and avoid a gcc -Wmaybe-uninitialized diagnostic.
3194
3195 2012-08-19 Chong Yidong <cyd@gnu.org>
3196
3197 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
3198 ends (Bug#3874).
3199
3200 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
3201
3202 * .gdbinit: Use call instead of set when calling a function in the
3203 inferior.
3204
3205 * data.c (set_internal): Don't use set_blv_found.
3206 (Fkill_local_variable): Likewise.
3207
3208 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
3209
3210 * nsfont.m (ns_ascii_average_width): Ensure the string
3211 ascii_printable is initialized with a null-terminated character
3212 array. Otherwise, it can contain undesired extra characters.
3213
3214 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
3215
3216 port new setting code to Sun C 5.8 2005/10/13
3217 * chartab.c, lisp.h (char_table_set, char_table_set_range):
3218 Return void, not Lisp_Object. Otherwise, the compiler
3219 complains about (A?B:C) where B is void and C is Lisp_Object
3220 when compiling CHAR_TABLE_SET, due to the recent change to
3221 the API of sub_char_table_set_contents.
3222
3223 2012-08-18 Chong Yidong <cyd@gnu.org>
3224
3225 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
3226 for the string case (Bug#3874).
3227
3228 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
3229
3230 * buffer.h (BSET): Remove (Bug#12215).
3231 Replace all uses with calls to new setter functions.
3232 (bset_bidi_paragraph_direction, bset_case_canon_table)
3233 (bset_case_eqv_table, bset_directory, bset_display_count)
3234 (bset_display_time, bset_downcase_table)
3235 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
3236 (bset_last_selected_window, bset_local_var_alist)
3237 (bset_mark_active, bset_point_before_scroll, bset_read_only)
3238 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
3239 (bset_width_table):
3240 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
3241 (bset_auto_fill_function, bset_auto_save_file_format)
3242 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
3243 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
3244 (bset_cache_long_line_scans, bset_case_fold_search)
3245 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
3246 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
3247 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
3248 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
3249 (bset_header_line_format, bset_indicate_buffer_boundaries)
3250 (bset_indicate_empty_lines, bset_invisibility_spec)
3251 (bset_left_fringe_width, bset_major_mode, bset_mark)
3252 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
3253 (bset_name, bset_overwrite_mode, bset_pt_marker)
3254 (bset_right_fringe_width, bset_save_length)
3255 (bset_scroll_bar_width, bset_scroll_down_aggressively)
3256 (bset_scroll_up_aggressively, bset_selective_display)
3257 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
3258 (bset_word_wrap, bset_zv_marker):
3259 * category.c (bset_category_table):
3260 * syntax.c (bset_syntax_table):
3261 New setter functions.
3262
3263 * process.h (PSET): Remove (Bug#12215).
3264 Replace all uses with calls to new setter functions.
3265 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3266 (PROCESS_INLINE): New macro.
3267 (pset_childp): New setter function.
3268 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
3269 * process.c (PROCESS_INLINE):
3270 Define to EXTERN_INLINE, so that the corresponding functions
3271 are compiled into code.
3272 (pset_buffer, pset_command, pset_decode_coding_system)
3273 (pset_decoding_buf, pset_encode_coding_system)
3274 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
3275 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
3276 (pset_type, pset_write_queue): New setter functions.
3277
3278 * window.h (WSET): Remove (Bug#12215).
3279 Replace all uses with calls to new setter functions.
3280 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3281 (WINDOW_INLINE): New macro.
3282 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
3283 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
3284 (wset_total_lines, wset_vertical_scroll_bar)
3285 (wset_window_end_pos, wset_window_end_valid)
3286 (wset_window_end_vpos): New setter functions.
3287 * window.c (WINDOW_INLINE):
3288 Define to EXTERN_INLINE, so that the corresponding functions
3289 are compiled into code.
3290 (wset_combination_limit, wset_dedicated, wset_display_table)
3291 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
3292 (wset_new_normal, wset_new_total, wset_next_buffers)
3293 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
3294 (wset_prev_buffers, wset_right_fringe_width)
3295 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
3296 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
3297 (wset_window_parameters):
3298 * xdisp.c (wset_base_line_number, wset_base_line_pos)
3299 (wset_column_number_displayed, wset_region_showing):
3300 New setter functions.
3301
3302 * termhooks.h (TSET): Remove (Bug#12215).
3303 Replace all uses with calls to new setter functions.
3304 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3305 (TERMHOOKS_INLINE): New macro.
3306 (tset_charset_list, tset_selection_alist): New setter functions.
3307 * terminal.c (TERMHOOKS_INLINE):
3308 Define to EXTERN_INLINE, so that the corresponding functions
3309 are compiled into code.
3310 (tset_param_alist): New setter function.
3311
3312 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
3313
3314 * keyboard.h (KSET): Remove (Bug#12215).
3315 Replace all uses with calls to new setter functions.
3316 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3317 (KEYBOARD_INLINE): New macro.
3318 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
3319 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
3320 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
3321 New setter functions.
3322 * keyboard.c (KEYBOARD_INLINE):
3323 Define to EXTERN_INLINE, so that the corresponding functions
3324 are compiled into code.
3325 (kset_echo_string, kset_kbd_queue)
3326 (kset_keyboard_translate_table, kset_last_prefix_arg)
3327 (kset_last_repeatable_command, kset_local_function_key_map)
3328 (kset_overriding_terminal_local_map, kset_real_last_command)
3329 (kset_system_key_syms): New setter functions.
3330
3331 * frame.h (FSET): Remove (Bug#12215).
3332 Replace all uses with calls to new setter functions.
3333 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
3334 (FRAME_INLINE): New macro.
3335 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
3336 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
3337 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
3338 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
3339 (fset_param_alist, fset_root_window, fset_scroll_bars)
3340 (fset_selected_window, fset_title, fset_tool_bar_items)
3341 (fset_tool_bar_position, fset_tool_bar_window): New functions.
3342 * frame.c (FRAME_INLINE):
3343 Define to EXTERN_INLINE, so that the corresponding functions
3344 are compiled into code.
3345 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
3346
3347 A few more naming-convention fixes for getters and setters.
3348 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
3349 and rename from buffer_overlays_set_before.
3350 (set_buffer_overlays_after): Move here from buffer.h, and rename
3351 from buffer_overlays_set_after.
3352 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
3353 All uses changed.
3354 (set_buffer_intervals): Rename from buffer_set_intervals.
3355 * intervals.c (set_interval_object): Move here from intervals.h,
3356 and rename from interval_set_object.
3357 (set_interval_left): Move here from intervals.h, and rename from
3358 interval_set_left.
3359 (set_interval_right): Move here from intervals.h, and rename from
3360 interval_set_right.
3361 (copy_interval_parent): Move here from intervals.h, and rename from
3362 interval_copy_parent.
3363 * intervals.h (set_interval_parent): Rename from interval_set_parent.
3364 (set_interval_plist): Rename from interval_set_plist.
3365 Return void, not Lisp_Object, since no caller uses the result.
3366 * lisp.h (string_intervals): Rename from string_get_intervals.
3367 (set_string_intervals): Rename from string_set_intervals.
3368
3369 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
3370 (set_char_table_contents): Rename from char_table_set_contents.
3371 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
3372 All uses changed. See the end of
3373 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
3374
3375 * lisp.h (CSET): Remove (Bug#12215).
3376 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
3377 (set_char_table_purpose): New functions,
3378 replacing CSET. All uses changed. For example, replace
3379 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
3380 "set_char_table_parent (char_table, parent);".
3381 The old version was confusing because it used the same name
3382 'parent' for two different things.
3383
3384 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
3385
3386 Functions to get and set Lisp_Object fields of buffer-local variables.
3387 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
3388 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
3389 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
3390 * data.c, eval.c, frame.c: Adjust users.
3391
3392 2012-08-17 Chong Yidong <cyd@gnu.org>
3393
3394 * xfaces.c (merge_face_vectors): If the target font specfies a
3395 font spec, make the font's attributes take precedence over
3396 directly-specified attributes.
3397 (merge_face_ref): Recognize :font.
3398
3399 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
3400
3401 Do not use memcpy for copying intervals.
3402 * intervals.c (reproduce_interval): New function.
3403 (reproduce_tree, reproduce_tree_obj): Use it.
3404 (reproduce_tree_obj): Remove prototype.
3405
3406 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
3407
3408 * lisp.h (duration_to_sec_usec): Remove unused decl.
3409
3410 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
3411
3412 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
3413 to an allocated instance of NSString, not to the class itself.
3414
3415 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * makefile.w32-in (C_CTYPE_H): New macro.
3418 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
3419 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
3420 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
3421
3422 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
3423
3424 Use ASCII tests for character types.
3425 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
3426 * xfns.c, xterm.c:
3427 Don't include <ctype.h>; was not needed.
3428 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
3429 * sysdep.c, xfaces.c:
3430 Include <c-ctype.h> instead of <ctype.h>.
3431 * nsterm.m: Include <c-ctype.h>.
3432 * charset.c (read_hex):
3433 * doc.c (Fsnarf_documentation):
3434 * fileio.c (IS_DRIVE) [WINDOWSNT]:
3435 (DRIVE_LETTER) [DOS_NT]:
3436 (Ffile_name_directory, Fexpand_file_name)
3437 (Fsubstitute_in_file_name):
3438 * font.c (font_parse_xlfd, font_parse_fcname):
3439 * frame.c (x_set_font_backend):
3440 * gtkutil.c (xg_get_font):
3441 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
3442 * nsimage.m (hexchar):
3443 * nsterm.m (ns_xlfd_to_fontname):
3444 * sysdep.c (system_process_attributes):
3445 * xfaces.c (hash_string_case_insensitive):
3446 Use C-locale tests instead of locale-specific tests for character
3447 types, since we want the ASCII interpretation here, not the
3448 interpretation suitable for whatever happens to be the current locale.
3449
3450 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3451
3452 Consistently check windows for validity/liveness
3453 (Bug#11984, Bug#12025, Bug#12026).
3454 * lisp.h (CHECK_VALID_WINDOW): New macro.
3455 * window.c (decode_window): Rename to decode_live_window.
3456 (decode_valid_window, Fwindow_valid_p): New functions.
3457 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
3458 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
3459 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
3460 (Fwindow_prev_sibling, Fwindow_combination_limit)
3461 (Fset_window_combination_limit, Fwindow_use_time)
3462 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
3463 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
3464 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
3465 (Fwindow_hscroll, Fset_window_hscroll)
3466 (Fwindow_redisplay_end_trigger)
3467 (Fset_window_redisplay_end_trigger, Fwindow_edges)
3468 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
3469 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
3470 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
3471 (Fwindow_end, Fset_window_point, Fset_window_start)
3472 (Fpos_visible_in_window_p, Fwindow_line_height)
3473 (Fwindow_dedicated_p, Fset_window_dedicated_p)
3474 (Fwindow_prev_buffers, Fset_window_prev_buffers)
3475 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
3476 (Fset_window_parameter, Fwindow_display_table)
3477 (Fset_window_display_table, Fdelete_other_windows_internal)
3478 (Fset_window_buffer, Fset_window_new_total)
3479 (Fset_window_new_normal, Fdelete_window_internal)
3480 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
3481 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
3482 (Fwindow_scroll_bars): Check whether argument window is a valid or
3483 live window. Update doc-strings.
3484 (syms_of_window): New symbol Qwindow_valid_p.
3485 * keyboard.c (Fposn_at_x_y): Check whether argument
3486 frame_or_window denotes a valid window.
3487
3488 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
3489
3490 Fix previous char table change.
3491 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
3492 * chartab.c (optimize_sub_char_table): Likewise.
3493
3494 2012-08-16 Chong Yidong <cyd@gnu.org>
3495
3496 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
3497
3498 * xfont.c (xfont_open):
3499 * xftfont.c (xftfont_open): Set the font's max_width field.
3500
3501 * nsfont.m (nsfont_open): Similar to the Xft backend, set
3502 min_width to space_width and average_width to the average over
3503 printable ASCII characters.
3504 (ns_char_width): Code cleanup.
3505 (ns_ascii_average_width): New utility function.
3506
3507 * font.h (struct font): Update comments.
3508
3509 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
3510
3511 Simple interface to set Lisp_Object fields of character tables.
3512 * lisp.h (CSET): New macro.
3513 (char_table_set_extras, char_table_set_contents)
3514 (sub_char_table_set_contents): New function.
3515 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
3516 * syntax.c: Adjust users.
3517
3518 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * eval.c (eval_sub): Bind lexical-binding.
3521 * lread.c (Qlexical_binding): Make non-static.
3522
3523 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
3524
3525 * nsmenu.m (popupSession): Remove.
3526 (pop_down_menu): Remove endModalSession.
3527 (timeout_handler:): New method.
3528 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
3529 Call runModalForWindow. Check timer_fired when it returns.
3530 If not set, cancel timer and break out of loop.
3531 Otherwise loop again, with a new timeout.
3532
3533 * nsterm.m: Include fcntl.h if present.
3534 (fd_entry, t_readfds, inNsSelect): Remove.
3535 (select_writefds, select_valid, select_timeout, selfds)
3536 (select_mutex, apploopnr): Add.
3537 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
3538 Otherwise call kbd_buffer_store_event.
3539 (ns_send_appdefined): Remove release of fd_entry.
3540 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
3541 Increment and decrement apploopnr.
3542 (ns_select): If no file descriptors, just do a NSTimer.
3543 Otherwise copy read/write masks and start select thread (fd_handler).
3544 Start main loop and wait for application defined event.
3545 Inform select thread to stop selecting after main loop is exited.
3546 (ns_term_init): Create selfds pipe and set non-blocking.
3547 Initialize select_mutex. Start the select thread (fd_handler).
3548 (fd_handler:): Loop forever, wait for info from the main thread
3549 to either start or stop selecting. When select returns, send
3550 and appdefined event.
3551 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
3552 If not call kbd_buffer_store_event.
3553
3554 * nsterm.h (EmacsApp): fd_handler takes id argument.
3555 (EmacsDialogPanel): Add timer_fired and timeout_handler.
3556
3557 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
3558
3559 2012-08-15 Eli Zaretskii <eliz@gnu.org>
3560
3561 * region-cache.c (move_cache_gap): Update gap_len using the actual
3562 growth of the boundaries array. Do not change cache_len.
3563 (Bug#12196)
3564
3565 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
3566
3567 Generalize and cleanup font subsystem checks.
3568 * font.h (FONT_DEBUG, font_assert): Remove.
3569 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
3570 Change font_assert to eassert. Use eassert where appropriate.
3571
3572 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
3573
3574 * gtkutil.c (xg_get_font): Use pango_units_to_double.
3575
3576 2012-08-15 Chong Yidong <cyd@gnu.org>
3577
3578 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
3579 When using the new font chooser, use gtk_font_chooser_get_font_desc to
3580 extract the font descriptor instead of just the font name.
3581 In that case, return a font spec instead of a string.
3582 (x_last_font_name): Move to this file from xfns.c.
3583
3584 * xfns.c (Fx_select_font): The return value can also be a font
3585 spec. Move x_last_font_name management to gtkutil.c.
3586
3587 * xfaces.c: Make font weight and style symbols non-static.
3588
3589 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
3592 (bug#12117).
3593
3594 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * alloc.c (Fgarbage_collect): Use plural form consistently.
3597
3598 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3599
3600 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
3601 iteration through the command loop. Fixes a problem whereby mouse
3602 movements are ignored until the first mouse click.
3603
3604 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3605
3606 Use bool, not int, for Lisp booleans.
3607 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
3608 makes Emacs a bit smaller and presumably a bit faster.
3609 * lisp.h: Include <stdbool.h>.
3610 (struct Lisp_Boolfwd, defvar_bool):
3611 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
3612 * regex.c [!emacs]: Include <stdbool.h>.
3613 (false, true): Remove; <stdbool.h> does this for us now.
3614
3615 2012-08-14 Chong Yidong <cyd@gnu.org>
3616
3617 * character.c (Fcharacterp): Doc fix (Bug#12076).
3618
3619 * data.c (Findirect_variable): Doc fix (Bug#11040).
3620
3621 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
3622
3623 * editfns.c (Fformat): Doc fix (Bug#12059).
3624 (Fsave_current_buffer): Doc fix (Bug#11542).
3625
3626 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
3627
3628 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
3629 (bug#12022).
3630
3631 2012-08-14 Martin Rudalics <rudalics@gmx.at>
3632
3633 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
3634 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
3635 * minibuf.c (choose_minibuf_frame, read_minibuf):
3636 * w32fns.c (x_create_tip_frame):
3637 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
3638 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
3639
3640 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3641
3642 * intervals.c (offset_intervals): Remove obsolete comment.
3643
3644 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3645
3646 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
3647
3648 2012-08-14 Gergely Risko <gergely@risko.hu>
3649
3650 * coding.c (decode_coding): Record buffer modification before
3651 disabling undo_list (Bug#11773).
3652
3653 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
3654
3655 Revert and cleanup some recent overlay changes.
3656 * buffer.h (enum overlay_type): Remove.
3657 (buffer_get_overlays, buffer_set_overlays): Likewise.
3658 (buffer_set_overlays_before, buffer_set_overlays_after):
3659 New function. Adjust users.
3660 (unchain_both): Add eassert.
3661
3662 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
3663
3664 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
3665
3666 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
3667
3668 * gtkutil.c (xg_mark_data): Don't assume C99.
3669
3670 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
3671
3672 * gtkutil.c (xg_frame_tb_info): New struct.
3673 (TB_INFO_KEY): New define.
3674 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
3675 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
3676 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
3677 if not present.
3678 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
3679 is up to date. Otherwise store new data.
3680 (free_frame_tool_bar): Free xg_frame_tb_info if present.
3681
3682 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
3683
3684 Use KSET for write access to Lisp_Object members of struct kboard.
3685 * keyboard.h (KSET): New macro.
3686 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
3687 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
3688 * xterm.c: Adjust users.
3689
3690 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
3691
3692 Use BSET for write access to Lisp_Object members of struct buffer.
3693 * buffer.h (BSET): New macro.
3694 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
3695 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
3696 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
3697 * window.c, xdisp.c, xfns.c: Adjust users.
3698
3699 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
3700
3701 * lread.c (syms_of_lread): Initialize Vlexical_binding.
3702
3703 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
3704
3705 * nsterm.m (not_in_argv): New function.
3706 (application:openFile, application:openTempFile:):
3707 (application:openFileWithoutUI:, application:openFiles:): Open file
3708 if not_in_argv returns non-zero (bug#12171).
3709
3710 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
3711 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
3712 Define for Gtk+ versions less than 3.2.
3713 (xg_get_font_name): Use those functions/macros here.
3714 Reported by Frans Oilinki <moilinki@gmail.com>.
3715
3716 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3717
3718 * unexmacosx.c (copy_data_segment): Copy initialized data in
3719 statically linked libraries from input file rather than memory.
3720
3721 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
3722 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
3723 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
3724
3725 2012-08-10 Glenn Morris <rgm@gnu.org>
3726
3727 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
3728 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
3729
3730 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3731
3732 Fix last change to allow compilation with low optimization levels.
3733 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
3734 Reported by Jan Djärv <jan.h.d@swipnet.se>.
3735
3736 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3737
3738 Use common inline syntax in intervals.h.
3739 * intervals.h (INTERVALS_INLINE): New macro.
3740 Change all users from LISP_INLINE.
3741
3742 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3743
3744 Define Qnone once for all platforms.
3745 * frame.c (Qnone): Define here.
3746 (syms_of_frame): DEFSYM it.
3747 * lisp.h (Qnone): New declaration.
3748 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
3749 * xfns.c: Remove duplication. Adjust users.
3750
3751 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
3752
3753 Remove unused macros from intervals.h.
3754 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
3755 * intervals.c: Adjust comment.
3756
3757 2012-08-10 Eli Zaretskii <eliz@gnu.org>
3758
3759 * w32fns.c <w32_unicode_gui>: New static variable.
3760 (globals_of_w32fns): Initialize it according to os_subtype.
3761 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
3762 testing os_subtype.
3763
3764 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
3765 Eli Zaretskii <eliz@gnu.org>
3766
3767 Fix bug #10299 with Unicode characters sent by customized
3768 keyboards created by MSKLC.
3769 * w32fns.c (INIT_WINDOW_CLASS): New macro.
3770 (w32_init_class): Use it to initialize the Emacs class with either
3771 ANSI or Unicode API calls.
3772 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
3773 later.
3774 (w32_wnd_proc): If the character code sent by WM_CHAR or
3775 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
3776 original message. Call DefWindowProcW on NT and later.
3777
3778 2012-08-10 Glenn Morris <rgm@gnu.org>
3779
3780 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
3781
3782 * lisp.h (DIRECTORY_SEP): Let configure set it.
3783
3784 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
3785
3786 Use TSET for write access to Lisp_Object slots of struct terminal.
3787 * termhooks.h (TSET): New macro.
3788 * coding.c, terminal.c, xselect.c: Adjust users.
3789
3790 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
3793 the failing expression, include them in the error message.
3794 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
3795 * lisp.h (internal_condition_case_n): Update declaration.
3796
3797 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3798
3799 Inline functions to examine and change buffer overlays.
3800 * buffer.c (unchain_both): New function.
3801 * buffer.h (buffer_get_overlays, buffer_set_overlays):
3802 (buffer_has_overlays): New function.
3803 (enum overlay_type): New enum.
3804 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
3805 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
3806
3807 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3808
3809 Inline functions to examine and change buffer intervals.
3810 * alloc.c (mark_interval_tree): Remove.
3811 (MARK_INTERVAL_TREE): Simplify.
3812 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
3813 * intervals.c (buffer_balance_intervals): New function.
3814 (graft_intervals_into_buffer): Adjust indentation.
3815 (set_intervals_multibyte): Simplify.
3816 * buffer.h (BUF_INTERVALS): Remove.
3817 (buffer_get_intervals, buffer_set_intervals): New function.
3818 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
3819 * intervals.c, textprop.c: Adjust users.
3820
3821 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3822
3823 Inline functions to examine and change string intervals.
3824 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
3825 (string_get_intervals, string_set_intervals): New function.
3826 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
3827 * lread.c, print.c, textprop.c: Adjust users.
3828
3829 2012-08-08 Glenn Morris <rgm@gnu.org>
3830
3831 * lisp.mk (lisp): Remove language/persian.elc.
3832
3833 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3834
3835 Cleanup intervals.
3836 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
3837 (NULL_INTERVAL_P): Likewise. Adjust users.
3838 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
3839 Adjust comment. Move under #if 0.
3840 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
3841 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
3842
3843 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3844
3845 Check total length of intervals with eassert.
3846 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
3847 * intervals.c: Change all users to eassert.
3848
3849 2012-08-07 Eli Zaretskii <eliz@gnu.org>
3850
3851 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
3852 Rename fields to match removal of FGET and WGET and disuse of
3853 INTERNAL_FIELD in Lisp_Cons.
3854
3855 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3856
3857 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
3858 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
3859 name since all xname users are fixed long time ago. Do not
3860 use INTERNAL_FIELD.
3861 (set_symbol_name, set_symbol_function, set_symbol_plist):
3862 (set_symbol_next, set_overlay_plist): New function.
3863 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
3864 (struct Lisp_Overlay): Likewise.
3865 (CVAR, MVAR, SVAR): Remove.
3866 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
3867 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
3868 * xterm.c: Adjust users.
3869 * .gdbinit: Change to use name field of struct Lisp_Symbol
3870 where appropriate.
3871
3872 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3873
3874 Basic functions to set Lisp_Object and pointer slots of intervals.
3875 * intervals.h (interval_set_parent, interval_set_object):
3876 (interval_set_left, interval_set_right, interval_set_plist):
3877 (interval_copy_parent): New function.
3878 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
3879 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
3880 Adjust indentation.
3881 (INTERVAL_SIZE): Remove. Adjust users.
3882 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
3883
3884 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3885
3886 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
3887 * process.h (PGET): Remove.
3888 (struct Lisp_Process): Do not use INTERNAL_FIELD.
3889 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
3890
3891 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3892
3893 Drop WGET and revert read access to Lisp_Objects slots of struct window.
3894 * window.h (WGET): Remove.
3895 (struct window): Do not use INTERNAL_FIELD.
3896 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
3897 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
3898 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
3899 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
3900 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
3901 Adjust users.
3902
3903 2012-08-07 Chong Yidong <cyd@gnu.org>
3904
3905 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3906 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
3907 (Fdelete_window_internal): Signal an error if the window is not on
3908 a live frame (Bug#12025).
3909
3910 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3911
3912 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
3913 * frame.h (FGET): Remove.
3914 (struct frame): Do not use INTERNAL_FIELD.
3915 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
3916 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
3917 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
3918 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
3919
3920 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * w32.c: Silence compiler warnings.
3923 (map_w32_filename): Remove unused variable `is_fat'.
3924 (chase_symlinks): Add parentheses around expression.
3925
3926 2012-08-06 Glenn Morris <rgm@gnu.org>
3927
3928 * sysdep.c: Respect BROKEN_GETWD.
3929
3930 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
3931 Let configure handle it.
3932 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
3933
3934 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3935
3936 Use GCALIGNMENT where appropriate.
3937 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
3938 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
3939 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
3940
3941 2012-08-06 Eli Zaretskii <eliz@gnu.org>
3942
3943 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
3944 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
3945
3946 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * buffer.h (struct buffer): Revert `indirections' to a simple int;
3949 that should be sufficient for everyone.
3950
3951 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
3952
3953 * keyboard.c (timer_check_2): Add break so timer_check returns next
3954 timeout.
3955
3956 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3957
3958 Fix Windows build errors introduced after converting to WGET and WSET.
3959 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
3960 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3961
3962 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
3963
3964 * nsterm.m (ns_frame_rehighlight): Use FSET.
3965
3966 * nsmenu.m (ns_update_menubar): Use FSET.
3967
3968 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3969
3970 Separate read and write access to Lisp_Object slots of Lisp_Process.
3971 * process.h (PGET, PSET): New macros similar to AREF and ASET.
3972 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
3973
3974 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3975
3976 Separate read and write access to Lisp_Object slots of struct window.
3977 * window.h (WGET, WSET): New macros similar to AREF and ASET.
3978 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
3979 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
3980 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
3981 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
3982 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
3983 Adjust users.
3984
3985 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3986
3987 Fix Windows build errors introduced after converting to FGET and FSET.
3988 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
3989 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
3990 (w32_judge_scroll_bars): Change to use FSET.
3991 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3992
3993 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3994
3995 Fix replacement typo.
3996 * window.c (replace_window): Set root_window instead of
3997 selected_window. This fixes a total window subsystem
3998 malfunction reported by Bastien Guerry <bzg@gnu.org>.
3999
4000 2012-08-06 Glenn Morris <rgm@gnu.org>
4001
4002 * lisp.mk (lisp): Add language/persian.elc.
4003
4004 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4005
4006 Separate read and write access to Lisp_Object slots of struct frame.
4007 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
4008 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
4009 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
4010 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
4011 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
4012
4013 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
4014
4015 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
4016
4017 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4018
4019 Generalize common compile-time constants.
4020 * lisp.h (header_size, bool_header_size, word_size): Now here.
4021 (struct Lisp_Vector): Add comment.
4022 (struct Lisp_Bool_Vector): Move up to define handy constants.
4023 (VECSIZE, PSEUDOVECSIZE): Simplify.
4024 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
4025 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
4026 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
4027 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
4028 * xfont.c, xmenu.c: Use word_size where appropriate.
4029
4030 2012-08-05 Lawrence Mitchell <wence@gmx.li>
4031
4032 * search.c (Freplace_match): Treat \? in the replacement text
4033 literally (Bug#8161).
4034
4035 2012-08-05 Chong Yidong <cyd@gnu.org>
4036
4037 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
4038 * frame.c (Vdelete_frame_functions):
4039 * emacs.c (Vkill_emacs_hook): Doc fix.
4040
4041 2012-08-04 Eli Zaretskii <eliz@gnu.org>
4042
4043 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
4044 --with-x-toolkit=no builds.
4045 Reported by Carsten Mattner <carstenmattner@gmail.com>.
4046
4047 2012-08-04 Chong Yidong <cyd@gnu.org>
4048
4049 * syntax.c (Fmodify_syntax_entry): Doc fix.
4050
4051 2012-08-04 Eli Zaretskii <eliz@gnu.org>
4052
4053 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
4054 * w32.c (init_environment): Change the default values of many
4055 environment variables in dflt_envvars[] to NULL, to avoid pushing
4056 them into environment when they were not already defined.
4057 Remove the code that deletes site-lisp subdirectories from the default
4058 value of EMACSLOADPATH, as it is no longer needed.
4059 (check_windows_init_file): Now external, not static.
4060 Use Vload_path as is, without adding anything, as this function is now
4061 called when Vload_path is already set up.
4062
4063 * w32.h (check_windows_init_file): Add prototype.
4064
4065 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
4066 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
4067 compatibility with Posix platforms.
4068 (main): Move the call to check_windows_init_file to here from
4069 w32.c.
4070 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
4071 any, in the DEFALT argument into the root of the Emacs build or
4072 installation tree, as appropriate.
4073
4074 * callproc.c (init_callproc_1): Call decode_env_path instead of
4075 doing its equivalent by hand.
4076 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
4077 the code that sets Vexec_path run on MS-Windows.
4078
4079 * lread.c (init_lread): Add comments to #ifdef's.
4080
4081 * msdos.c (dos_set_window_size, IT_update_begin)
4082 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
4083 instead of direct references.
4084
4085 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
4086
4087 Export DEFAULT_REHASH_* to GDB.
4088 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
4089 Now constants, not macros.
4090
4091 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
4092
4093 Remove unnecessary casts involving pointers.
4094 These casts are no longer needed now that we assume C89 or later,
4095 since they involve casting to or from void *.
4096 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
4097 (make_pure_float, make_pure_vector):
4098 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
4099 * macros.c (Fstart_kbd_macro):
4100 * menu.c (find_and_return_menu_selection):
4101 * minibuf.c (read_minibuf_noninteractive):
4102 * sysdep.c (closedir):
4103 * xdisp.c (x_produce_glyphs):
4104 * xfaces.c (compare_fonts_by_sort_order):
4105 * xfns.c (x_real_positions, select_visual):
4106 * xselect.c (x_stop_queuing_selection_requests)
4107 (x_get_window_property, x_get_window_property_as_lisp_data):
4108 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
4109 Remove unnecessary pointer casts.
4110 * alloc.c (record_xmalloc): New function.
4111 * lisp.h (record_xmalloc): New decl.
4112 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
4113 more like a function. This is because the pointer cast is not
4114 needed. All uses changed.
4115 * print.c (print_string, print_error_message): Avoid length recalc.
4116
4117 Improve fix for macroexp crash with debugging (Bug#12118).
4118 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
4119 ARRAY_MARK_FLAG when checking subscripts, because ASET is
4120 not supposed to be invoked from the garbage collector.
4121 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
4122 (gc_aset): New function, which is like ASET but can be
4123 used in the garbage collector.
4124 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
4125 (set_hash_index): Use it instead of ASET.
4126
4127 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4128
4129 Support symlinks on latest versions of MS-Windows.
4130 * w32.c: Include winioctl.h and aclapi.h.
4131 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
4132 (revert_to_self): Forward declarations of static functions.
4133 <static BOOL g_b_init_get_security_info>:
4134 <g_b_init_create_symbolic_link>: New static flags.
4135 (globals_of_w32): Initialize them to zero.
4136 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
4137 (map_w32_filename): Improve commentary. Simplify switch.
4138 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
4139 headers (most versions of MinGW w32api don't).
4140 (get_security_info, create_symbolic_link)
4141 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
4142 New functions.
4143 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
4144 in the argument file name.
4145 (sys_access): Call unc_volume_file_attributes only if
4146 GetFileAttributes fails with network-related error codes.
4147 (sys_rename): Diagnose renaming of a symlink when the user doesn't
4148 have the required privileges.
4149 (get_file_security_desc_by_name): Rename from
4150 get_file_security_desc.
4151 (stat_worker): New function, with most of the guts of 'stat', and
4152 with addition of handling of symlinks and support for 'lstat'.
4153 If possible, get file's attributes and security information by
4154 handle, not by name. Produce S_IFLNK bit for symlinks, when
4155 called from 'lstat'.
4156 (stat, lstat): New functions, call 'stat_worker'.
4157 (symlink, readlink, careadlinkat): Rewritten to create and resolve
4158 symlinks when the underlying filesystem supports them.
4159
4160 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4161
4162 Fix macroexp crash on Windows with debugging (Bug#12118).
4163 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
4164 checking subscripts; problem introduced with the recent
4165 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
4166 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
4167 since it's used in non-static inline functions now.
4168
4169 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
4170 Don't assume buffer size fits in 'int'. Remove unused local.
4171
4172 Use C99-style 'extern inline' if available.
4173 * buffer.h (BUFFER_INLINE):
4174 * category.h (CATEGORY_INLINE):
4175 * character.h (CHARACTER_INLINE):
4176 * charset.h (CHARSET_INLINE):
4177 * composite.h (COMPOSITE_INLINE):
4178 * dispextern.h (DISPEXTERN_INLINE):
4179 * lisp.h (LISP_INLINE):
4180 * systime.h (SYSTIME_INLINE):
4181 New macro, replacing 'static inline' in this header.
4182 * buffer.h, category.h, character.h, charset.h, composite.h:
4183 * dispextern.h, lisp.h, systime.h:
4184 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4185 * alloc.c (LISP_INLINE):
4186 * buffer.c (BUFFER_INLINE):
4187 * category.c (CATEGORY_INLINE):
4188 * character.c (CHARACTER_INLINE):
4189 * charset.c (CHARSET_INLINE):
4190 * composite.c (COMPOSITE_INLINE):
4191 * dispnew.c (DISPEXTERN_INLINE):
4192 * sysdep.c (SYSTIME_INLINE):
4193 Define to EXTERN_INLINE, so that the corresponding functions
4194 are compiled into code.
4195 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
4196 (INLINE_HEADER_END): New macros.
4197 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
4198 since it's used in non-static inline functions now.
4199 (VALMASK) [!USE_LSB_TAG]: Likewise.
4200
4201 2012-08-02 Glenn Morris <rgm@gnu.org>
4202
4203 * s/: Remove empty directory.
4204
4205 * s/ms-w32.h: Move to ../nt/inc.
4206 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
4207 Update for new ms-w32.h location.
4208
4209 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4210
4211 Port to Solaris 8.
4212 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
4213
4214 2012-08-02 Glenn Morris <rgm@gnu.org>
4215
4216 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
4217 hard-coding the path separator.
4218
4219 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
4220
4221 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
4222 This how ASET and AREF are supposed to work, and makes
4223 it easier to think about future improvements. See
4224 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
4225 * charset.h (set_charset_attr): New function.
4226 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
4227 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
4228 (aref_addr): New function. All uses of &AREF(...) changed.
4229 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
4230 (set_hash_index): New functions. All lvalue-style uses of
4231 HASH_KEY etc. changed.
4232 * keyboard.c (set_prop): New function. All lvalue-style uses
4233 of PROP changed.
4234
4235 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
4236
4237 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
4238 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
4239 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
4240 * nsfns.m (ns_set_name_as_filename): Likewise.
4241 * nsmenu.m (ns_update_menubar): Likewise.
4242 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
4243
4244 2012-08-01 Eli Zaretskii <eliz@gnu.org>
4245
4246 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
4247 Adapt to latest changes in field names of the corresponding Lisp
4248 objects.
4249
4250 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
4251
4252 2012-08-01 Glenn Morris <rgm@gnu.org>
4253
4254 * s/msdos.h: Remove file.
4255 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
4256 * Makefile.in (S_FILE): Remove.
4257 (config_h): Remove S_FILE.
4258
4259 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
4260
4261 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
4262 Remove; moved to nt/config.nt.
4263
4264 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
4265
4266 Use INTERNAL_FIELD for conses and overlays.
4267 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
4268 Remove obsolete comment.
4269 (MVAR): New macro.
4270 (struct Lisp_Overlay): Use INTERNAL_FIELD.
4271 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
4272
4273 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
4274
4275 Use INTERNAL_FIELD for symbols.
4276 * lisp.h (SVAR): New macro. Adjust users.
4277 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
4278 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
4279
4280 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
4281
4282 Use INTERNAL_FIELD for processes.
4283 * process.h (PVAR): New macro. Adjust style.
4284 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
4285 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
4286
4287 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
4288
4289 Use INTERNAL_FIELD for windows.
4290 * window.h (WVAR): New macro.
4291 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
4292 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
4293 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
4294 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
4295 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
4296 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
4297
4298 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
4299
4300 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
4301
4302 2012-08-01 Glenn Morris <rgm@gnu.org>
4303
4304 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
4305 Move to configure.ac.
4306
4307 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * makefile.w32-in (CONFIG_H): Update dependencies.
4310 (CONF_POST_H): New macro.
4311
4312 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
4313
4314 2012-07-31 Glenn Morris <rgm@gnu.org>
4315
4316 * Makefile.in (S_FILE): No longer set by configure.
4317
4318 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
4319 is available.
4320 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
4321
4322 * process.h (NULL_DEVICE):
4323 * emacs.c (SEPCHAR):
4324 * editfns.c (USER_FULL_NAME): Let configure set them.
4325
4326 * s/README, s/template.h: Remove files.
4327
4328 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
4329
4330 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
4331 Move to configure.ac.
4332
4333 2012-07-31 Eli Zaretskii <eliz@gnu.org>
4334
4335 * .gdbinit (xframe): Adapt to introduction of FVAR and the
4336 resulting renaming of 'struct frame' members.
4337
4338 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
4339
4340 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
4341 after introduction of FVAR.
4342
4343 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
4344
4345 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
4346
4347 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
4348 instead of compositeToPoint.
4349 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
4350
4351 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
4352
4353 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4354
4355 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
4356 * lisp.h (INTERNAL_FIELD): New macro.
4357 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
4358 (BVAR): Change to use INTERNAL_FIELD.
4359 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
4360 (KVAR): Change to use INTERNAL_FIELD.
4361 * frame.h (FVAR): New macro.
4362 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
4363 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
4364 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
4365 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
4366 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
4367
4368 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
4369
4370 Miscellaneous fixes for non-default X toolkits.
4371 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
4372 * xterm.c (x_frame_of_widget): Remove redundant prototype.
4373 Move under #ifdef USE_LUCID.
4374 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
4375 definition and usage to avoid warnings.
4376
4377 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
4378
4379 * nsterm.m (openFiles): Fix previous checkin.
4380
4381 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
4382
4383 * indent.c (compute_motion): Remove unused local.
4384
4385 2012-07-31 Glenn Morris <rgm@gnu.org>
4386
4387 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
4388
4389 * conf_post.h [USG5_4]:
4390 Move remaining contents of s/usg5-4-common.h here.
4391 * s/usg5-4-common.h: Remove file.
4392
4393 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
4394 * s/irix6-5.h: Remove file.
4395
4396 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
4397 * s/darwin.h: Remove file.
4398
4399 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
4400 * s/hpux10-20.h: Remove file, which is now empty.
4401
4402 2012-07-30 Glenn Morris <rgm@gnu.org>
4403
4404 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
4405 * Makefile.in (config_h): Add conf_post.h.
4406 * makefile.w32-in (CONFIG_H): Add conf_post.h.
4407
4408 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
4409
4410 * nsterm.m (ns_do_open_file): New variable.
4411 (ns_term_init): Set ns_do_open_file to YES after run returns.
4412 (openFile, openTempFile, openFileWithoutUI, openFiles):
4413 Open files only if ns_do_open_file.
4414
4415 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4416
4417 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
4418 This no-op macro hasn't been needed for many years.
4419 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
4420
4421 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
4422 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
4423 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
4424 gdb_make_enums_visible.
4425 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
4426 (DIRECTORY_SEP): Now a constant, not a macro.
4427
4428 2012-07-30 Eli Zaretskii <eliz@gnu.org>
4429
4430 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
4431 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
4432
4433 * w32term.c <w32_keyboard_codepage>: Renamed from
4434 keyboard_codepage and now external. All users changed.
4435
4436 * w32term.h: Add declaration of w32_keyboard_codepage.
4437
4438 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
4439 the codepage to translate keys to Unicode. If this argument is
4440 -1, use the value returned by GetConsoleCP. All callers changed.
4441
4442 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4443
4444 Update .PHONY listings in makefiles.
4445 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
4446 bootstrap-clean, distclean, maintainer-clean, versioclean,
4447 extraclean, frc.
4448
4449 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
4450 This is a bit clearer. Fix some commentary typos.
4451
4452 2012-07-30 Glenn Morris <rgm@gnu.org>
4453
4454 * s/netbsd.h: Let configure include signal.h if needed.
4455 Remove file, which is now empty.
4456
4457 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
4458 Let configure set them.
4459 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
4460 No more need to undefine.
4461
4462 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
4463
4464 * keymap.c (Fkey_description): Don't remove 0x80 bit from
4465 non-single-byte char when adding meta modifier. (Bug#12090)
4466
4467 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
4468
4469 Convert safe_call to use variable number of arguments.
4470 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
4471 (safe_call2): Fix comment.
4472 * lisp.h (safe_call): Adjust prototype.
4473 * coding.c (encode_coding_object): Change to use safe_call2.
4474 * xfaces.c (merge_face_heights): Change to use safe_call1.
4475
4476 2012-07-30 Glenn Morris <rgm@gnu.org>
4477
4478 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
4479 does that unconditionally. Remove file, which is now empty.
4480
4481 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
4482 Remove empty files.
4483
4484 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4485
4486 Export to GDB most of lisp.h's remaining object-like macros.
4487 * lisp.h (min, max): Move earlier, because they're used earlier now.
4488 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
4489 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
4490 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
4491 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
4492 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
4493 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
4494 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
4495 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
4496 Now constants, for GDB. They need not be macros.
4497 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
4498 Now constants, for GDB, as well as macros, for static initializers.
4499 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
4500 Move to after the definition of struct Lisp_Char_Table,
4501 since the former now needs that type defined.
4502 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
4503 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
4504 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
4505 New enums, for gdb_make_enums_visible.
4506 (GLYPH_MODE_LINE_FACE): Remove; unused.
4507 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
4508 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
4509 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
4510 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
4511 enum maxargs, enum MAX_ALLOCA.
4512 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
4513 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
4514 no longer needed, now that they are done in lisp.h.
4515
4516 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
4517
4518 Cleanup string bytes checking.
4519 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
4520 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
4521 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
4522 (check_sblock, compact_small_strings): Simplify.
4523
4524 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4525
4526 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
4527 These macros are confusing and no longer need to be defined, as
4528 the enum values now suffice. All uses replaced with definiens.
4529 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
4530
4531 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
4532
4533 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
4534 ($(BLD)/w32console.$(O)): Update dependencies.
4535
4536 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
4537
4538 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
4539 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
4540 time. Adjust users.
4541 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
4542
4543 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
4544
4545 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
4546 setting sitelisp (Bug#12010).
4547
4548 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4549
4550 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
4551
4552 * w32heap.c (cache_system_info):
4553 * w32.c (sys_rename):
4554 * w32proc.c (find_child_console, sys_kill): All users changed.
4555
4556 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4557
4558 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
4559
4560 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4561
4562 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
4563
4564 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
4565
4566 Cleanup statistics calculation in Fgarbage_collect.
4567 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
4568 Fix zombies percentage calculation. Simplify elapsed time calculation.
4569
4570 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
4571
4572 Generalize marker debugging code under MARKER_DEBUG and use eassert.
4573 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
4574 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
4575 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
4576 (replace_range, replace_range_2, del_range_2): Change to eassert.
4577 * marker.c (byte_char_debug_check): Adjust style.
4578
4579 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4580
4581 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
4582 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
4583 long-ago-commented-out code that talks about "WIN32".
4584 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
4585 All uses changed.
4586
4587 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
4588
4589 Use Gnulib stdalign module (Bug#9772, Bug#9960).
4590 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
4591 Simplify by using alignof.
4592 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
4593 * lisp.h: Include <stdalign.h>.
4594 (GCALIGNMENT): New macro and constant.
4595 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
4596 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
4597 (stdalign): New macro, if not already defined.
4598
4599 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4600
4601 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
4602 * w32inevt.c: Include w32inevt.h.
4603 (w32_read_console_input): New inline function, calls either
4604 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
4605 w32_console_unicode_input.
4606 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
4607 (w32_kbd_patch_key, key_event): Use the codepage returned by
4608 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
4609 (key_event): use uChar.UnicodeChar only if
4610 w32_console_unicode_input is non-zero.
4611
4612 * w32console.c: Include w32heap.h.
4613 <w32_console_unicode_input>: New global variable.
4614 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
4615 family of Windows, zero otherwise.
4616
4617 * w32inevt.h: Declare w32_console_unicode_input.
4618
4619 * xdisp.c (init_iterator): Don't reference tip_frame in a build
4620 --without-x. (Bug#11742)
4621
4622 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
4623
4624 Adjust GDB to reflect pvec_type changes (Bug#12036).
4625 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
4626 2012-07-04 changes to pseudovector representation.
4627 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
4628
4629 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4630
4631 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
4632 bus address.
4633 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
4634
4635 2012-07-27 Eli Zaretskii <eliz@gnu.org>
4636
4637 * alloc.c (listn): Fix the order the arguments are consed onto the
4638 list.
4639
4640 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
4641 enumeration constants, as PURE and HEAP are too general, and clash
4642 with other headers and sources, such as gmalloc.c and the
4643 MS-Windows system headers. All users changed.
4644
4645 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4646
4647 Revert last save_excursion_save and save_excursion_restore changes.
4648 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
4649 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
4650
4651 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4652
4653 Fix recently-introduced typos in Windows port.
4654 Reported by Martin Rudalics <rudalics@gmx.at>.
4655 * w32.c (init_environment): Replace comma with semicolon.
4656 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
4657
4658 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
4659
4660 Improve GDB symbol export (Bug#12036).
4661 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
4662 arms of an 'if', not using conditional expressions; otherwise GDB
4663 complains about the types in the unevaluated arm when the argument
4664 is an integer literal.
4665 (xgetint): Simplify expression.
4666 * alloc.c (gdb_make_enums_visible): New constant. This ports to
4667 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
4668 Zaretskii in <http://bugs.gnu.org/12036#13>.
4669 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
4670 needed now that we have gdb_make_enums_visible.
4671 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
4672 (enum enum_USE_LSB_TAG):
4673 New enum types, packaging up enums that need to be exported to GDB.
4674
4675 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4676
4677 Utility function to make a list from specified amount of objects.
4678 * lisp.h (enum constype): New datatype.
4679 (listn): New prototype.
4680 * alloc.c (listn): New function.
4681 (Fmemory_use_count, syms_of_alloc): Use it.
4682 * buffer.c (syms_of_buffer): Likewise.
4683 * callint.c (syms_of_callint): Likewise.
4684 * charset.c (define_charset_internal): Likewise.
4685 * coding.c (syms_of_coding): Likewise.
4686 * keymap.c (syms_of_keymap): Likewise.
4687 * search.c (syms_of_search): Likewise.
4688 * syntax.c (syms_of_syntax): Likewise.
4689 * w32.c (init_environment): Likewise.
4690 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
4691 * xdisp.c (syms_of_xdisp): Likewise.
4692 * xfns.c (syms_of_xfns): Likewise.
4693
4694 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
4695
4696 Fast save_excursion_save and save_excursion_restore.
4697 * lisp.h (struct Lisp_Excursion): New data type.
4698 (PVEC_EXCURSION): New pseudovector type.
4699 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
4700 to deal with it. Adjust comments.
4701 (init_marker, attach_marker): New prototype.
4702 (unchain_marker): Adjust prototype.
4703 * marker.c (attach_marker): Change to global.
4704 (init_marker): New function.
4705 * alloc.c (Fmake_marker, build_marker): Use it.
4706 (build_marker): More easserts.
4707 (mark_object): Handle struct Lisp_Excursion.
4708 * editfns.c (save_excursion_save, save_excursion_restore):
4709 Reimplement to use struct Lisp_Excursion. Add comments.
4710
4711 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
4712
4713 Fix export of symbols to GDB (Bug#12036).
4714 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
4715 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
4716 emacs.c, as this is a more-suitable home. Had this been done earlier
4717 the fix for 12036 would have avoided some of the problems noted in
4718 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
4719 would have been more obvious.
4720 * emacs.c: Do not include <verify.h>; no longer needed.
4721 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
4722 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
4723 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
4724 Remove; now done in lisp.h.
4725 * lisp.h (PUBLISH_TO_GDB): New macro.
4726 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
4727 (DATA_SEG_BITS): Use it.
4728 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
4729 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
4730 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
4731 not be usable in #if. This simplifies things.
4732
4733 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
4736
4737 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
4738
4739 Simplify export of symbols to GDB (Bug#12036).
4740 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
4741 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
4742 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
4743 Adjust to changes in lisp.h and emacs.c, by using
4744 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
4745 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
4746 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
4747 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
4748 instead of gdb_valbits.
4749 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
4750 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
4751 instead of gdb_array_mark_flag.
4752 (xboolvector): Get size from $->size, not $->header.size.
4753 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
4754 (xreload, hook-run, hookpost-run): Remove.
4755 * emacs.c: Include <verify.h>.
4756 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
4757 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
4758 Remove.
4759 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
4760 (gdb_USE_LSB_TAG): New enum constants.
4761 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
4762 Also define these as enum constants, so they're visible to GDB.
4763 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
4764 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
4765 as constants, so they're visible to GDB.
4766 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
4767 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
4768 Now enum constants, not macros, so they're visible to GDB.
4769 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
4770 more convenient now. All uses changed.
4771 (VALMASK) [USE_LSB_TAG]: Also define in this case.
4772 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
4773
4774 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
4775
4776 Explicitly free restriction data that are not needed anymore.
4777 * editfns.c (save_restriction_restore): Free restriction data.
4778
4779 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
4782 add argument, tune behavior, and adjust all callers.
4783
4784 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4785
4786 Use typedef for EMACS_INT, EMACS_UINT.
4787 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
4788 than macros. This simplifies debugging in the usual case, since
4789 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
4790 and it allows expressions involving EMACS_INT casts.
4791 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
4792
4793 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
4794
4795 * nsterm.m (ns_read_socket): Return early if there is a modal
4796 window (Bug#12043).
4797
4798 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4799
4800 * frame.c (Fredirect_frame_focus): In doc-string don't mention
4801 that FOCUS-FRAME can be omitted.
4802
4803 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
4804
4805 Adjust buffer text indirection counters at the end of Fkill_buffer.
4806 * buffer.c (Fkill_buffer): Adjust indirection counters when the
4807 buffer is definitely dead. This should really fix an issue reported
4808 by Christoph Scholtes again. (Bug#12007).
4809 (init_buffer_once): Initialize indirection counters of
4810 buffer_defaults and buffer_local_symbols (for sanity and safety).
4811
4812 2012-07-24 Eli Zaretskii <eliz@gnu.org>
4813
4814 * xdisp.c (init_iterator): Don't compute dimensions of truncation
4815 and continuation glyphs on tooltip frames, leave them at zero.
4816 Avoids continued lines in tooltips. (Bug#11832)
4817
4818 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
4819
4820 Simplify copy_overlay.
4821 * buffer.c (copy_overlay): Simplify. Use build_marker.
4822 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
4823
4824 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4825
4826 * print.c (print_object): Don't crash when a frame's name is nil
4827 or invalid. (Bug#12025)
4828
4829 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
4830 it signals an error when a tooltip frame is being created.
4831
4832 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
4833
4834 Cleanup miscellaneous objects allocation and initialization.
4835 * alloc.c (allocate_misc): Change to static. Add argument to
4836 specify the subtype. Adjust comment and users.
4837 (build_overlay): New function.
4838 * buffer.c (copy_overlays, Fmake_overlay): Use it.
4839 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
4840 (allocate_misc): Remove prototype.
4841 (build_overlay): Add prototype.
4842
4843 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
4844
4845 Swap buffer text indirection counters in Fbuffer_swap_text.
4846 * buffer.c (Fbuffer_swap_text): Swap indirections too.
4847 This avoids crash reported by Christoph Scholtes at
4848 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
4849
4850 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
4851
4852 * nsmenu.m (Popdown_data): New struct.
4853 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
4854 free Popdown_data.
4855 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
4856 (initWithContentRect): Make imgView and contentView non-static
4857 and autorelease them. Also autorelease img and matrix (Bug#12005).
4858 (dealloc): Remove (Bug#12005).
4859
4860 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
4861
4862 Adjust consing_since_gc when objects are explicitly freed.
4863 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
4864 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
4865 (free_cons, free_misc): Subtract object size from consing_since_gc.
4866
4867 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
4868
4869 Simplify and cleanup markers positioning code.
4870 * marker.c (attach_marker): More useful eassert.
4871 (live_buffer, set_marker_internal): New function.
4872 (Fset_marker, set_marker_restricted): Use set_marker_internal.
4873 (set_marker_both, set_marker_restricted_both): Use live_buffer.
4874
4875 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
4876
4877 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
4878 as it's limited by the amount of memory, not by INT_MAX.
4879
4880 2012-07-21 Eli Zaretskii <eliz@gnu.org>
4881
4882 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
4883 in special-event-map. See the discussion at
4884 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
4885 for the reasons.
4886
4887 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
4888 info.dwItemData. Fixes crashes on 64-bit Windows.
4889 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
4890
4891 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
4892
4893 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
4894 (conversationIdentifier): Return value is NSInteger.
4895 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
4896
4897 2012-07-21 Chong Yidong <cyd@gnu.org>
4898
4899 * window.c (decode_any_window): Signal an error if the window is
4900 on a dead frame (Bug#11984).
4901
4902 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4903
4904 Add indirection counting to speed up Fkill_buffer.
4905 * buffer.h (struct buffer): New member.
4906 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
4907 (Fmake_indirect_buffer): Set indirection counter to -1, increment
4908 base buffer indirection counter.
4909 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
4910 (Fkill_buffer): Adjust indirection counters as needed, don't walk
4911 through buffer list if indirection counter is 0.
4912
4913 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4914
4915 Extend the value returned by Fgarbage_collect with heap statistics.
4916 * alloc.c (Qheap): New symbol.
4917 (syms_of_alloc): DEFSYM it.
4918 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
4919 (Fmemory_free): Remove.
4920 (syms_of_alloc): Don't defsubr it.
4921 * buffer.c (Fcompact_buffer): Remove.
4922 (syms_of_buffer): Don't defsubr it.
4923
4924 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4925
4926 Make maybe_gc inline.
4927 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
4928 * lisp.h (consing_since_gc, gc_relative_threshold)
4929 (memory_full_cons_threshold): Revert declaration.
4930 (maybe_gc): Remove prototype, define as inline.
4931 * alloc.c: Remove old commented-out code.
4932 (consing_since_gc, gc_relative_threshold)
4933 (memory_full_cons_threshold): Revert to global.
4934 (maybe_gc): Remove.
4935
4936 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4937
4938 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
4939 * lisp.h (build_unibyte_string): New function.
4940 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
4941 * sysdep.c, w32fns.c, xfns.c: Use it.
4942 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
4943 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
4944 Adjust users accordingly.
4945 * font.h (font_open_by_name): Adjust prototype.
4946
4947 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4948
4949 Cleanup calls to Fgarbage_collect.
4950 * lisp.h (maybe_gc): New prototype.
4951 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
4952 Remove declarations.
4953 * alloc.c (maybe_gc): New function.
4954 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
4955 Make them static.
4956 * bytecode.c (MAYBE_GC): Use maybe_gc.
4957 * eval.c (eval_sub, Ffuncall): Likewise.
4958 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
4959 to avoid dependency from auto-save feature.
4960
4961 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
4962
4963 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
4964 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
4965 'for_each_per_buffer_object_at'.
4966 All uses changed. It's better to use upper-case for macros that
4967 cannot be implemented as functions, to give the reader a clue
4968 that they're special.
4969
4970 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * alloc.c (Fgarbage_collect): Tweak docstring.
4973
4974 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4975
4976 Tweak the value returned from Fgarbage_collect again.
4977 * alloc.c (Fgarbage_collect): New return value, as confirmed in
4978 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
4979 Adjust documentation.
4980 (total_vector_bytes): Rename to total_vector_slots, adjust
4981 accounting.
4982 (total_free_vector_bytes): Rename to total_free_vector_slots,
4983 adjust accounting.
4984 (Qstring_bytes, Qvector_slots): New symbols.
4985 (syms_of_alloc): DEFSYM them.
4986
4987 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4988
4989 Buffer compaction primitive which may be used from Lisp.
4990 * buffer.c (compact_buffer, Fcompact_buffer): New function.
4991 (syms_of_buffer): Register Fcompact_buffer.
4992 * alloc.c (Fgarbage_collect): Use compact_buffer.
4993 * buffer.h (compact_buffer): New prototype.
4994 (struct buffer_text): New member.
4995
4996 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4997
4998 New macro to iterate over all buffers, miscellaneous cleanups.
4999 * lisp.h (all_buffers): Remove declaration.
5000 * buffer.h (all_buffers): Add declaration, with comment.
5001 (for_each_buffer): New macro.
5002 * alloc.c (Fgarbage_collect, mark_object): Use it.
5003 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
5004 (init_buffer): Likewise.
5005 * data.c (Fset_default): Likewise.
5006 * coding.c (code_conversion_restore): Remove redundant check
5007 for dead buffer.
5008 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
5009
5010 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
5011
5012 Fix bug that created negative-length intervals.
5013 * intervals.c (merge_interval_right, merge_interval_left):
5014 Do not zero out this interval if it is absorbed by its children,
5015 as this interval's total length doesn't change in that case. See
5016 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
5017
5018 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
5019
5020 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
5021 when invoking (make-bool-vector N t) and N is a positive
5022 multiple of 8 -- the last 8 bits were mistakenly cleared.
5023
5024 Remove some struct layout assumptions in bool vectors.
5025 * alloc.c (bool_header_size): New constant.
5026 (header_size, word_size): Move earlier, as they're now used earlier.
5027 Use 'word_size' in a few more places, where it's appropriate.
5028 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
5029 padding before the data member of a bool vector.
5030 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
5031 than doing the check by hand with an abort ().
5032
5033 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * eval.c (Fdefvar): Don't check constants since we only set the var if
5036 it's not yet defined anyway (bug#11904).
5037
5038 * lisp.h (last_undo_boundary): Declare new var.
5039 * keyboard.c (command_loop_1): Set it.
5040 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
5041 were auto-added by the command loop (bug#11774).
5042
5043 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
5044
5045 * w32font.c (Qsymbol): Remove local definition.
5046 (syms_of_w32font): Don't DEFSYM it.
5047
5048 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5049
5050 Fix sweep_vectors to handle large bool vectors correctly.
5051 * alloc.c (sweep_vectors): Account total_vector_bytes for
5052 bool vectors larger than VBLOCK_BYTES_MAX.
5053
5054 2012-07-18 Chong Yidong <cyd@gnu.org>
5055
5056 * frame.c (x_set_frame_parameters): Revert bogus change introduced
5057 in 2012-05-25 commit by Paul Eggert (Bug#11738).
5058
5059 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5060
5061 Return more descriptive data from Fgarbage_collect.
5062 Suggested by Stefan Monnier in
5063 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
5064 * alloc.c (bounded_number): New function.
5065 (total_buffers, total_vectors): New variable.
5066 (total_string_size): Rename to total_string_bytes, adjust users.
5067 (total_vector_size): Rename to total_vector_bytes, adjust users.
5068 (sweep_vectors): Account total_vectors and total_vector_bytes.
5069 (Fgarbage_collect): New return value. Adjust documentation.
5070 (gc_sweep): Account total_buffers.
5071 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
5072 (VECTOR_SIZE): Remove.
5073 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
5074 (Qinterval, Qmisc): New symbols.
5075 (syms_of_data): Initialize them.
5076 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
5077 (Qcons, Qbuffer): New declarations.
5078
5079 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
5080
5081 * alloc.c (Fmemory_free): Account for memory-free's own storage.
5082 Round up, not down. Improve doc.
5083
5084 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5085
5086 Restore old code in allocate_string_data to avoid Faset breakage.
5087 Reported by Julien Danjou <julien@danjou.info> in
5088 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
5089 * alloc.c (allocate_string_data): Restore old code with minor
5090 adjustments, fix comment to explain this subtle issue.
5091
5092 2012-07-17 Eli Zaretskii <eliz@gnu.org>
5093
5094 Remove FILE_SYSTEM_CASE.
5095 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
5096
5097 * fileio.c (FILE_SYSTEM_CASE): Don't define.
5098 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
5099 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
5100 call-process-region passes it through expand-file-name.
5101
5102 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
5103
5104 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5105
5106 Fix crash when creating indirect buffer (Bug#11917)
5107 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
5108 Don't handle unbound variables specially if non-zero.
5109 (Fbuffer_local_variables): Pass zero.
5110 (clone_per_buffer_values): Pass non-zero.
5111
5112 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5113
5114 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
5115 to make the loop interruptible.
5116
5117 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5118
5119 * gnutls.c (emacs_gnutls_handshake): Only retry if
5120 GNUTLS_E_INTERRUPTED.
5121
5122 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5123
5124 Cleanup and convert miscellaneous checks to eassert.
5125 * alloc.c (mark_interval): Fix comment, partially rephrase
5126 old comment from intervals.h (see below).
5127 * intervals.c (find_interval, adjust_intervals_for_insertion)
5128 (delete_interval, adjust_intervals_for_deletion)
5129 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
5130 Convert to eassert.
5131 (adjust_intervals_for_insertion, make_new_interval):
5132 Remove obsolete and unused code.
5133 * intervals.h (struct interval): Remove obsolete comment.
5134 * textprotp.c (erase_properties): Remove unused code.
5135 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
5136 (Fremove_list_of_text_properties): Convert to eassert.
5137
5138 2012-07-17 Chong Yidong <cyd@gnu.org>
5139
5140 * editfns.c (Finsert_char): Doc fix.
5141
5142 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5143
5144 Fix previous change to make Fmemory_free always accurate.
5145 * alloc.c (make_interval): Update total_free_intervals.
5146 (make_float): Likewise for total_free_floats.
5147 (free_cons, Fcons): Likewise for total_free_conses.
5148 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
5149 Likewise for total_free_vector_bytes.
5150 (Fmake_symbol): Likewise for total_free_symbols.
5151 (bytes_free): Remove.
5152
5153 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5154
5155 Simple free memory accounting feature.
5156 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
5157 (sweep_vectors): Accumulate size of free vectors.
5158 (Fgarbage_collect): Setup bytes_free.
5159 (Fmemory_free): New function.
5160 (syms_of_alloc): Register it.
5161
5162 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5163
5164 Cleanup overlays checking.
5165 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
5166 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
5167 eassert and OVERLAYP.
5168 (sort_overlays): Change to use OVERLAYP.
5169
5170 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5171
5172 * editfns.c (Finsert_char): Make it interactive, and make the
5173 second arg optional. Copy interactive spec and docstring from
5174 ucs-insert.
5175
5176 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
5177
5178 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
5179 Unlike the other wrapped functions, fabs has an unspecified
5180 effect on errno.
5181
5182 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
5183
5184 * nsterm.m (keyDown): Interpret flags without left/right bits
5185 as the left key (Bug#11670).
5186
5187 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
5188
5189 Remove empty and useless init functions.
5190 * lisp.h (init_character_once, init_fns, init_image)
5191 (init_filelock, init_sound): Remove prototype.
5192 * character.c (init_character_once): Remove.
5193 * filelock.c (init_filelock): Likewise.
5194 * fns.c (init_fns): Likewise.
5195 * image.c (init_image): Likewise.
5196 * sound.c (init_sound): Likewise.
5197 * emacs.c (main): Adjust accordingly.
5198
5199 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
5200
5201 * gtkutil.h: Tiny cleanups.
5202 (use_old_gtk_file_dialog): Remove useless declaration.
5203 (xg_uses_old_file_dialog): Add suggested const attribute.
5204
5205 2012-07-15 Eli Zaretskii <eliz@gnu.org>
5206
5207 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
5208 (bidi_paragraph_init): Use it to limit search forward for a strong
5209 directional character in abnormally large paragraphs full of
5210 neutral or weak characters. (Bug#11943)
5211
5212 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
5213
5214 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
5215 the toolbar (Bug#9451).
5216 (xg_make_tool_item): Give the widget event box a transparent
5217 background.
5218
5219 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
5220
5221 Cleanup basic allocation variables and functions.
5222 * alloc.c (ignore_warnings, init_intervals, init_float)
5223 (init_cons, init_symbol, init_marker): Remove.
5224 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
5225 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
5226 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
5227 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
5228 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
5229 (staticidx, init_alloc_once, init_strings, free_ablock):
5230 Remove redundant initialization.
5231 * fns.c (init_weak_hash_tables): Remove.
5232 * lisp.h (init_weak_hash_tables): Remove prototype.
5233
5234 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
5235
5236 Use zero_vector where appropriate.
5237 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
5238 accordingly.
5239 * lisp.h (zero_vector): New declaration.
5240 * font.c (null_vector): Remove.
5241 (syms_of_font): Remove initialization and staticpro.
5242 (font_list_entities, font_find_for_lface): Change to use zero_vector.
5243 * keymap.c (Faccessible_keymaps): Likewise.
5244
5245 2012-07-15 Leo Liu <sdl.web@gmail.com>
5246
5247 * fringe.c: Fix typo in comments.
5248
5249 2012-07-14 Leo Liu <sdl.web@gmail.com>
5250
5251 * fringe.c: Add a new bitmap exclamation-mark.
5252
5253 2012-07-14 Eli Zaretskii <eliz@gnu.org>
5254
5255 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
5256
5257 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
5258 (HAVE_MENUS): Don't define, defined by editing config.in with
5259 msdos/sed2v2.inp.
5260 (GMALLOC_INHIBIT_VALLOC): Don't define.
5261 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
5262
5263 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
5266
5267 2012-07-14 Glenn Morris <rgm@gnu.org>
5268
5269 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
5270 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
5271 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
5272
5273 2012-07-13 Glenn Morris <rgm@gnu.org>
5274
5275 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
5276
5277 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
5278 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
5279
5280 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
5281
5282 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
5283 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
5284 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
5285 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
5286 where appropriate.
5287 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
5288 as boolean expression.
5289 (x_set_window_size): Remove unused variable toolbar.
5290 (ns_get_color_default, ns_mod_to_lisp): Remove.
5291 (ns_mouse_position): Remove unused variables xchar and ychar.
5292 (ns_compute_glyph_string_overhangs): Remove unused variable face.
5293 (ns_set_vertical_scroll_bar): Remove unused variable count.
5294 (ns_delete_terminal): Remove unused variable i.
5295 (ns_term_init): Remove unused variables r, g and b.
5296 (mouseDown): Remove unused variable window.
5297 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
5298 (initFrameFromEmacs): Remove unused variable vbextra.
5299 (mouseEntered): Remove unused variables p and dpyinfo.
5300 (mouseExited): Remove unused variables p and r.
5301 (ns_define_frame_cursor, ns_clear_frame_area)
5302 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
5303 (menuDown): Assign [sender tag] to variable and cast the variable.
5304
5305 * nsterm.h (menuDown): Add id as type to argument sender.
5306 (ns_display_info_for_name): Add Lisp_Object argument.
5307 (ns_term_init): Add Lisp_Object argument.
5308 (ns_map_event_to_object): Add void argument.
5309 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
5310 prototype with arguments and only declare if __OBJC__.
5311 (nxatoms_of_nsselect): Add void argument.
5312 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
5313 (ns_alloc_autorelease_pool): Add void argument.
5314 (ns_release_autorelease_pool): Add void* argument.
5315 (ns_get_defaults_value): Add const char* argument.
5316
5317 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
5318 (initFromContents): Use SSDATA where appropriate.
5319 (ns_update_menubar): Add braces to ambigous if-else.
5320 (initWithTitle): Put () around assignment in if statement.
5321 (ns_menu_show): Remove unused variables window and keymap.
5322 (update_frame_tool_bar): Remove unused variable selected_p.
5323 (initWithContentRect): Remove unused variable this_cmd_name.
5324
5325 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
5326 appropriate.
5327 (setXBMColor): Remove unused variable len.
5328 (setPixmapData): Put () around assignment in loop statement.
5329
5330 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
5331 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
5332 where appropriate.
5333 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
5334 around assignment in loop statement.
5335 (nsfont_open): Remove unused variable i.
5336 (nsfont_open): Remove unused variable len.
5337 (nsfont_draw): Remove unused variable cs.
5338
5339 * nsfns.m (x_set_icon_name, ns_set_name_internal)
5340 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
5341 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
5342 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
5343 (Fns_font_name, Fns_perform_service)
5344 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
5345 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
5346 (ns_set_name): Remove unused variable view.
5347 (x_set_menu_bar_lines): Remove unused variable olines.
5348 (x_set_tool_bar_lines): Remove unused variable root_window.
5349 (Fns_list_colors): Put () around assignment in while statement.
5350 (Fns_perform_service): Remove unused variable len.
5351 (Fns_display_usable_bounds): Remove unused variable top.
5352 (syms_of_nsfns): Remove unused variable i.
5353
5354 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
5355 memcpy (Bug#11907).
5356
5357 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
5358
5359 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
5360 and free it with DestroyExceptionInfo (Bug#11558).
5361
5362 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
5365 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
5366 Set here, not in nt/config.nt.
5367
5368 2012-07-13 Eli Zaretskii <eliz@gnu.org>
5369
5370 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
5371 cursor overflow into the last glyph on display line when the right
5372 fringe is off. (Bug#11832)
5373
5374 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
5375
5376 * xdisp.c (produce_special_glyphs): Now static.
5377 * dispextern.h (produce_special_glyphs): Remove decl.
5378
5379 2012-07-13 Glenn Morris <rgm@gnu.org>
5380
5381 * s/bsd-common.h, s/cygwin.h: Remove empty files.
5382 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
5383
5384 * s/usg5-4-common.h (USG, USG5):
5385 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
5386 * s/sol2-6.h (SOLARIS2):
5387 * s/irix6-5.h (IRIX6_5):
5388 * s/hpux10-20.h (USG, USG5, HPUX):
5389 * s/gnu-linux.h (USG, GNU_LINUX):
5390 * s/freebsd.h (BSD_SYSTEM):
5391 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
5392 * s/cygwin.h (CYGWIN):
5393 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
5394 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
5395
5396 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
5397
5398 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
5399
5400 2012-07-13 Glenn Morris <rgm@gnu.org>
5401
5402 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
5403
5404 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
5405
5406 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
5407 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
5408
5409 2012-07-12 Glenn Morris <rgm@gnu.org>
5410
5411 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
5412
5413 * process.c (init_process_emacs): Rename from init_process.
5414 The old name is also the name of a Mach system call.
5415 * lisp.h, emacs.c: Update for this name change.
5416 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
5417 longer needed.
5418
5419 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5420
5421 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
5422 memmove call that removes glyphs covered by the left truncation
5423 glyph. Improve commentary.
5424 (display_line): Fix display of continuation glyphs on GUI frames
5425 when the right fringe is turned off and variable-size fonts are
5426 used in the window. Move the code that appends a stretch glyph to
5427 produce_special_glyphs, so that it could be used for truncation
5428 and continuation glyphs alike.
5429 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
5430 glyph of a suitably computed width, to align the special glyphs at
5431 the window margin. Code moved from display_line. (Bug#11832)
5432
5433 2012-07-12 Glenn Morris <rgm@gnu.org>
5434
5435 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
5436
5437 * s/gnu-linux.h, s/hpux10-20.h:
5438 Do not unconditionally define HAVE_XRMSETDATABASE.
5439
5440 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
5441
5442 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
5443
5444 Fix typos that broke OS X build.
5445 Reported by Randal L. Schwartz in
5446 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
5447 * nsterm.m (ns_timeout): Add missing local decl.
5448 (ns_get_color): snprintf -> sprintf, to fix typo.
5449
5450 2012-07-12 Glenn Morris <rgm@gnu.org>
5451
5452 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
5453 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
5454 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
5455 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
5456
5457 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
5458 Move PTY_OPEN to configure.
5459
5460 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
5461 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
5462 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
5463
5464 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
5465
5466 Use empty_unibyte_string where applicable.
5467 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
5468 * lread.c (read1): Likewise.
5469 * xsettings.c (syms_of_xsettings): Likewise.
5470
5471 2012-07-12 Glenn Morris <rgm@gnu.org>
5472
5473 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
5474 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
5475 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
5476 * s/hpux10-20.h (RUN_TIME_REMAP):
5477 * s/bsd-common.h (TABDLY): Move to configure.
5478
5479 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
5480
5481 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
5482
5483 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
5484 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
5485
5486 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
5487
5488 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
5489 * s/template.h: Move NARROWPROTO to configure.
5490
5491 2012-07-11 Glenn Morris <rgm@gnu.org>
5492
5493 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
5494 unused since 2011-01-17 change to systty.h.
5495
5496 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
5497 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
5498 Move HAVE_PTYS and HAVE_SOCKETS to configure.
5499
5500 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
5501
5502 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
5503
5504 2012-07-11 Glenn Morris <rgm@gnu.org>
5505
5506 * s/darwin.h, s/gnu-linux.h, s/template.h:
5507 Move INTERRUPT_INPUT to configure.
5508
5509 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5510
5511 Minor adjustments to interning code.
5512 * lisp.h (intern, intern_c_string): Redefine as static inline
5513 wrappers for intern_1 and intern_c_string_1, respectively.
5514 (intern_1, intern_c_string_1): Rename prototypes.
5515 * lread.c (intern_1, intern_c_string_1, oblookup):
5516 Simplify Vobarray checking.
5517 * font.c (font_intern_prop): Likewise. Adjust comment.
5518 * w32font.c (intern_font_name): Likewise.
5519
5520 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
5521
5522 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
5523
5524 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
5525 of Fcar/Fcdr if possible.
5526 * font.c (check_otf_features): Likewise.
5527 * fontset.c (Fnew_fontset): Likewise.
5528 * gnutls.c (Fgnutls_boot): Likewise.
5529 * minibuf.c (read_minibuf): Likewise.
5530 * msdos.c (IT_set_frame_parameters): Likewise.
5531 * xmenu.c (Fx_popup_dialog): Likewise.
5532 * w32menu.c (Fx_popup_dialog): Likewise.
5533
5534 2012-07-11 Glenn Morris <rgm@gnu.org>
5535
5536 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
5537 since nothing has defined it on these platforms.
5538
5539 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
5540 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
5541
5542 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
5543 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
5544 Move CLASH_DETECTION to configure.
5545
5546 * s/gnu.h: Remove file, which is now empty.
5547
5548 * s/gnu.h, s/gnu-linux.h:
5549 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
5550
5551 2012-07-11 John Wiegley <johnw@newartisans.com>
5552
5553 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
5554 function attribute, so we only use it if it exists in the
5555 compiler.
5556
5557 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5558
5559 Avoid call to strlen in fast_c_string_match_ignore_case.
5560 * search.c (fast_c_string_match_ignore_case): Change to use
5561 length argument. Adjust users accordingly.
5562 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
5563
5564 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
5565
5566 Assume mkdir, rmdir.
5567 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
5568 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
5569
5570 Assume rename.
5571 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
5572
5573 Assume perror.
5574 * s/hpux10-20.h (HAVE_PERROR): Remove.
5575 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
5576 Remove dummy definition, as this problem was obsolete long ago.
5577
5578 Assume strerror.
5579 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
5580
5581 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
5582
5583 Avoid calls to strlen in font processing functions.
5584 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
5585 (font_open_by_name): Change to use length argument.
5586 Adjust users accordingly.
5587 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
5588 Adjust prototypes.
5589 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
5590 Change to return ptrdiff_t.
5591 (xfont_list_pattern, xfont_match): Use length returned by
5592 xfont_decode_coding_xlfd.
5593 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
5594
5595 2012-07-11 Glenn Morris <rgm@gnu.org>
5596
5597 * s/darwin.h, s/freebsd.h, s/netbsd.h:
5598 Move DONT_REOPEN_PTY to configure.
5599
5600 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
5601 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
5602
5603 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
5604
5605 Remove "#define unix" that is no longer needed (Bug#11905).
5606 * s/aix4-2.h (unix): Remove; no longer needed.
5607
5608 EMACS_TIME simplification (Bug#11875).
5609 This replaces macros (which typically do not work in GDB)
5610 with functions, typedefs and enums, making the code easier to debug.
5611 The functional style also makes code easier to read and maintain.
5612 * systime.h: Include <sys/time.h> on all hosts, not just if
5613 WINDOWSNT, since 'struct timeval' is needed in general.
5614 (EMACS_TIME): Now a typedef, not a macro.
5615 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
5616 not macros.
5617 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
5618 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
5619 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
5620 (EMACS_TIME_LE): Now functions, not macros.
5621 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
5622 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
5623 which are not functions. All uses rewritten to use:
5624 (make_emacs_time): New function.
5625 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
5626 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
5627 not functions. All uses rewritten to use the following, respectively:
5628 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
5629 (add_emacs_time, sub_emacs_time): New functions.
5630 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
5631 * fileio.c (Fcopy_file):
5632 * xterm.c (XTflash): Get the current time closer to when it's used.
5633 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
5634
5635 * bytecode.c (targets): Suppress -Woverride-init warnings.
5636
5637 Simplify by avoiding confusing use of strncpy etc.
5638 * doc.c (Fsnarf_documentation):
5639 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
5640 * frame.c (Fmake_terminal_frame):
5641 * gtkutil.c (get_utf8_string):
5642 * lread.c (openp):
5643 * nsmenu.m (ns_update_menubar):
5644 * regex.c (regerror):
5645 Prefer memcpy to strncpy and strncat when either will do.
5646 * fileio.c (Fsubstitute_in_file_name):
5647 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
5648 (menu_separator_name_p):
5649 * nsmenu.m (ns_update_menubar):
5650 Prefer memcmp to strncmp when either will do.
5651 * nsterm.m: Include <ftoastr.h>.
5652 (ns_get_color):
5653 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
5654 Prefer snprintf to strncpy.
5655 * nsterm.m (ns_term_init):
5656 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
5657 * nsterm.m (ns_term_init):
5658 Avoid the need for strncpy, by using build_string or
5659 make_unibyte_string directly. Use dtoastr, not snprintf.
5660 * process.c (Fmake_network_process): Diagnose service names that
5661 are too long, rather than silently truncating them or creating
5662 non-null-terminated names.
5663 (Fnetwork_interface_info): Likewise, for interface names.
5664 * sysdep.c (system_process_attributes) [GNU_LINUX]:
5665 Prefer sprintf to strncat.
5666 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
5667 Prefer vsnprintf to vsprintf + strncpy.
5668
5669 2012-07-10 Glenn Morris <rgm@gnu.org>
5670
5671 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
5672 Clarify fallback case.
5673
5674 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5675
5676 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
5677 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
5678 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
5679 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
5680 where argument type is known to be a Lisp_Cons.
5681
5682 2012-07-10 Tom Tromey <tromey@redhat.com>
5683
5684 * bytecode.c (BYTE_CODE_THREADED): New macro.
5685 (BYTE_CODES): New macro. Replaces all old byte-code defines.
5686 (enum byte_code_op): New type.
5687 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
5688 (exec_byte_code): Use them. Use token threading when applicable.
5689
5690 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5691
5692 Optimize pure C strings initialization.
5693 * lisp.h (make_pure_string): Fix prototype.
5694 (build_pure_c_string): New function, defined as static inline. This
5695 provides a better opportunity to optimize away calls to strlen when
5696 the function is called with compile-time constant argument.
5697 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
5698 argument, adjust users accordingly. Use build_pure_c_string where
5699 appropriate.
5700 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
5701 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
5702 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
5703
5704 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5705
5706 Avoid calls to strlen in miscellaneous functions.
5707 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
5708 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
5709 * lread.c (openp): Likewise.
5710
5711 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
5712
5713 Avoid calls to strlen in path processing functions.
5714 * fileio.c (file_name_as_directory): Add comment. Change to add
5715 srclen argument and return the length of result. Adjust users
5716 accordingly.
5717 (directory_file_name): Fix comment. Change to add srclen argument,
5718 swap 1st and 2nd arguments to obey the common convention.
5719 Adjust users accordingly.
5720 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
5721
5722 2012-07-10 Glenn Morris <rgm@gnu.org>
5723
5724 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
5725 Move PENDING_OUTPUT_COUNT definition to configure.
5726
5727 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
5728 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
5729 * s/gnu.h (DATA_START): Move definitions to configure.
5730
5731 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
5732 We include usg5-4-common.h, which defines them both.
5733
5734 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
5735 O_RDONLY already includes it).
5736
5737 Stop ns builds setting the EMACSLOADPATH environment variable.
5738 * nsterm.m (ns_load_path): Rename from ns_init_paths.
5739 Now it does not set EMACSLOADPATH, just returns the load-path string.
5740 * nsterm.h: Update accordingly.
5741 * lread.c [HAVE_NS]: Include nsterm.h.
5742 (init_lread) [HAVE_NS]: Use ns_load_path.
5743 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
5744
5745 2012-07-09 Glenn Morris <rgm@gnu.org>
5746
5747 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
5748 since the included bsd-common.h does so.
5749
5750 Stop ns builds setting the EMACSPATH environment variable.
5751 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
5752 (ns_init_paths): Do not set EMACSPATH.
5753 * nsterm.h (ns_exec_path): Add it.
5754 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
5755 Use ns_exec_path.
5756
5757 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
5758
5759 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5760
5761 * process.c (wait_reading_process_output): 'waitchannels' was unset
5762 when read_kbd || !NILP (wait_for_cell); fix this.
5763
5764 Add GCC-style 'const' attribute to functions that can use it.
5765 * character.h (char_resolve_modifier_mask):
5766 * keyboard.h (make_ctrl_char):
5767 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
5768 (init_character_once, next_almost_prime, init_fns, init_image)
5769 (flush_pending_output, init_sound):
5770 * mem-limits.h (start_of_data):
5771 * menu.h (finish_menu_items):
5772 Add ATTRIBUTE_CONST.
5773 * emacs.c (DEFINE_DUMMY_FUNCTION):
5774 Declare the dummy function with ATTRIBUTE_CONST.
5775 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
5776 Add decls with ATTRIBUTE_CONST.
5777
5778 Minor improvements to make_formatted_string.
5779 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
5780 where int is good enough, as vsprintf returns an int.
5781 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
5782
5783 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
5784
5785 Use make_formatted_string to avoid double length calculation.
5786 * lisp.h (make_formatted_string): New prototype.
5787 * alloc.c (make_formatted_string): New function.
5788 * buffer.c (Fgenerate_new_buffer_name): Use it.
5789 * dbus.c (syms_of_dbusbind): Likewise.
5790 * editfns.c (Fcurrent_time_zone): Likewise.
5791 * filelock.c (get_boot_time): Likewise.
5792 * frame.c (make_terminal_frame, set_term_frame_name)
5793 (x_report_frame_params): Likewise.
5794 * image.c (gs_load): Likewise.
5795 * minibuf.c (get_minibuffer): Likewise.
5796 * msdos.c (dos_set_window_size): Likewise.
5797 * process.c (make_process): Likewise.
5798 * xdisp.c (ensure_echo_area_buffers): Likewise.
5799 * xsettings.c (apply_xft_settings): Likewise.
5800
5801 2012-07-09 Glenn Morris <rgm@gnu.org>
5802
5803 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
5804 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
5805 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
5806 * nsterm.h (ns_etc_directory): Add it.
5807 * callproc.c [HAVE_NS]: Include nsterm.h.
5808 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
5809
5810 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
5811
5812 Move marker debugging code under MARKER_DEBUG.
5813 * marker.c (MARKER_DEBUG): Move marker debugging code under
5814 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
5815 for bootstrap with --enable-checking (~3x slowdown reported
5816 by Juanma Barranquero <lekktu@gmail.com>).
5817 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
5818
5819 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
5820
5821 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
5822 See <http://bugs.gnu.org/11825#29>.
5823
5824 2012-07-08 Eli Zaretskii <eliz@gnu.org>
5825
5826 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
5827 has no font, use the frame's font. (Bug#11813)
5828 (display_line): Add commentary about displaying truncation glyphs
5829 on GUI frames.
5830 (produce_special_glyphs): Move here from term.c.
5831
5832 * term.c (produce_special_glyphs): Move to xdisp.c.
5833
5834 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
5835 section.
5836
5837 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
5838
5839 * xdisp.c (display_line): Avoid warning about implicit declaration
5840 of FRAME_FONT.
5841
5842 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
5843
5844 * lisp.h: Remove empty conditional.
5845
5846 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
5847
5848 * lread.c (load_path_check): Now static.
5849
5850 Fix some minor --with-ns problems found by static checking.
5851 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
5852 (x_set_font) [!HAVE_X_WINDOWS]:
5853 * image.c (xpm_load_image) [HAVE_NS]:
5854 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
5855 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
5856 Remove unused local.
5857 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
5858 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
5859 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
5860 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
5861 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
5862 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
5863 Fix pointer signedness problem.
5864 * xfaces.c (FRAME_X_FONT_TABLE):
5865 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
5866
5867 2012-07-07 Glenn Morris <rgm@gnu.org>
5868
5869 * lread.c (load_path_check): New function, split from init_lread.
5870 (init_lread): Reorganize. Motivation:
5871 If EMACSLOADPATH is set, check/warn about that rather than the
5872 defaults, which we are not going to use. Hence we can remove
5873 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
5874 Don't warn if site-lisp directories are missing.
5875 If not installed, start from a blank load-path, since
5876 PATH_LOADSEARCH refers to the eventual installation directories.
5877
5878 2012-07-07 Eli Zaretskii <eliz@gnu.org>
5879
5880 Support truncation and continuation glyphs on GUI frames, when
5881 fringes are disabled. (Bug#11832)
5882 * xdisp.c (init_iterator): Get dimensions of truncation and
5883 continuation glyphs even if on GUI frames.
5884 Adjust it->last_visible_x on GUI frames when the left or right fringes,
5885 or both, are absent.
5886 (start_display, move_it_in_display_line_to): Handle the case of a
5887 GUI frame without a fringe to display continuation or truncation
5888 glyphs.
5889 (insert_left_trunc_glyphs): Support GUI frames: make sure
5890 truncation glyphs overwrite enough glyphs from the current line to
5891 have sufficient space in pixels.
5892 (display_line): Support truncation and continuation glyphs on GUI
5893 frames. If some spare pixels are left on the line after inserting
5894 the truncation glyphs, fill that space with a stretch glyph of a
5895 suitably computed width.
5896
5897 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
5898 produce_glyphs, to support GUI sessions.
5899
5900 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
5901
5902 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
5903
5904 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
5905
5906 Do not require float-time's arg to fit in time_t (Bug#11825).
5907 This works better on hosts where time_t is unsigned, and where
5908 float-time is applied to the (negative) difference between two times.
5909 * editfns.c (decode_time_components): Last arg is now double *,
5910 not int *, and means to store all the result as a double, without
5911 worrying about whether the seconds part fits in time_t.
5912 All callers changed.
5913 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
5914 All callers changed.
5915 (Ffloat_time): Do not fail merely because the specified time falls
5916 outside of time_t range.
5917
5918 2012-07-07 Glenn Morris <rgm@gnu.org>
5919
5920 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
5921 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
5922 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
5923
5924 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
5927 Update dependencies.
5928
5929 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
5930
5931 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
5932
5933 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
5934 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
5935 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
5936 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
5937 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
5938 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
5939
5940 * xfont.c (compare_font_names): Redo to omit the need for casts.
5941
5942 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5943
5944 * xfns.c (Fx_change_window_property): Doc fix.
5945 * w32fns.c (Fx_change_window_property): Doc fix.
5946
5947 * w32fns.c (Fx_window_property): Accept the same arguments as the
5948 X Windows version. Doc fix.
5949 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
5950
5951 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
5952 Eli Zaretskii <eliz@gnu.org>
5953
5954 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
5955 Windows-specific code from nt/config.nt moved here.
5956 Obsolete settings removed.
5957
5958 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
5959
5960 * process.c: Avoid unnecessary calls to gettime.
5961 (wait_reading_process_output): Don't get the time of day
5962 when gobbling data immediately and not waiting, as there's no need
5963 for it in that case. This removes a FIXME.
5964
5965 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
5966
5967 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
5968 is defined (Bug#11768).
5969
5970 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5971
5972 Fix marker debugging code.
5973 * marker.c (byte_char_debug_check): Do not perform the check
5974 if buffer is not multibyte.
5975 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
5976 Call byte_char_debug_check with correct arguments.
5977
5978 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5979
5980 Compile marker debugging code only if ENABLE_CHECKING is defined.
5981 * marker.c (byte_char_debug_check, count_markers):
5982 Use only if ENABLE_CHECKING is defined.
5983 (byte_debug_flag): Remove.
5984 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
5985 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
5986
5987 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5988
5989 Avoid code repetition in marker-related functions.
5990 * marker.c (attach_marker): New function.
5991 (Fset_marker, set_marker_restricted, set_marker_both)
5992 (set_marker_restricted_both): Use it.
5993 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
5994 Consistently rename charno to charpos.
5995 (marker_position): Add eassert.
5996 (marker_byte_position): Convert to eassert.
5997
5998 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
5999
6000 Simplify list operations in unchain_overlay and unchain_marker.
6001 * buffer.c (unchain_overlay): Simplify. Add comment.
6002 * marker.c (unchain_marker): Simplify. Fix comments.
6003
6004 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6005
6006 Introduce fast path for the widely used marker operation.
6007 * alloc.c (build_marker): New function.
6008 * lisp.h (build_marker): New prototype.
6009 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
6010 * composite.c (autocmp_chars): Likewise.
6011 * editfns.c (buildmark): Remove.
6012 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
6013 (save_restriction_save): Use build_marker.
6014 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
6015 * window.c (save_window_save): Likewise.
6016
6017 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6018
6019 Do not use Fdelete_overlay in delete_all_overlays
6020 to avoid redundant calls to unchain_overlay.
6021 * buffer.c (drop_overlay): New function.
6022 (delete_all_overlays, Fdelete_overlay): Use it.
6023 * minibuf.c (get_minibuffer): Fix comment.
6024
6025 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
6026
6027 Port to OpenBSD 5.1 amd64.
6028 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
6029 This is needed for OpenBSD, and should be harmless on all BSD systems.
6030 Also, include <sys/sysctl.h>, as it should be available on all
6031 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
6032 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
6033 use p_pid member, not kp_proc.pid.
6034
6035 2012-07-06 Glenn Morris <rgm@gnu.org>
6036
6037 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
6038
6039 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
6040
6041 More xmalloc and related cleanup.
6042 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
6043 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
6044 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
6045 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
6046 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
6047 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
6048 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
6049 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
6050 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
6051 * xterm.c:
6052 Omit needless casts involving void * pointers and allocation.
6053 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
6054 as the former is more robust if P's type is changed.
6055 Prefer xzalloc to xmalloc + memset 0.
6056 Simplify malloc-or-realloc to realloc.
6057 Don't worry about xmalloc returning a null pointer.
6058 Prefer xstrdup to xmalloc + strcpy.
6059 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
6060 growing it.
6061 * keyboard.c (apply_modifiers_uncached): Prefer local array to
6062 alloca of a constant.
6063
6064 2012-07-05 Eli Zaretskii <eliz@gnu.org>
6065
6066 * xdisp.c (display_line): Fix horizontal pixel coordinates when
6067 hscroll is larger than the line width. Fixes long and futile
6068 looping inside extend_face_to_end_of_line (on a TTY) producing
6069 glyphs that are not needed and thrown away.
6070
6071 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
6072
6073 * marker.c (set_marker_restricted_both): Simplify by using
6074 clip_to_bounds.
6075
6076 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
6077
6078 * editfns.c (region_limit): Simplify by using clip_to_bounds.
6079
6080 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
6081
6082 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
6083 not defined (Bug#11768).
6084 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
6085 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
6086 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
6087 followed by gtk_box_set_homogeneous (Bug#11768).
6088 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
6089 (update_theme_scrollbar_width, xg_create_scroll_bar):
6090 Use gtk_scrollbar_new (Bug#11768).
6091 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
6092 (is_box_type): New function (Bug#11768).
6093 (xg_tool_item_stale_p): Call is_box_type.
6094 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
6095 with default display (Bug#11768).
6096
6097 2012-07-05 Eli Zaretskii <eliz@gnu.org>
6098
6099 * xdisp.c (window_hscroll_limited): New function.
6100 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
6101 coordinates when window's hscroll is set to insanely large
6102 values. (Bug#11857)
6103
6104 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
6107 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
6108
6109 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
6110
6111 Cleanup xmalloc.
6112 * lisp.h (xzalloc): New prototype. Omit needless casts.
6113 * alloc.c (xzalloc): New function. Omit needless casts.
6114 * charset.c: Omit needless casts. Convert all calls to
6115 xmalloc with following memset to xzalloc.
6116 * dispnew.c: Likewise.
6117 * fringe.c: Likewise.
6118 * image.c: Likewise.
6119 * sound.c: Likewise.
6120 * term.c: Likewise.
6121 * w32fns.c: Likewise.
6122 * w32font.c: Likewise.
6123 * w32term.c: Likewise.
6124 * xfaces.c: Likewise.
6125 * xfns.c: Likewise.
6126 * xterm.c: Likewise.
6127 * atimer.c: Omit needless casts.
6128 * buffer.c: Likewise.
6129 * callproc.c: Likewise.
6130 * ccl.c: Likewise.
6131 * coding.c: Likewise.
6132 * composite.c: Likewise.
6133 * doc.c: Likewise.
6134 * doprnt.c: Likewise.
6135 * editfns.c: Likewise.
6136 * emacs.c: Likewise.
6137 * eval.c: Likewise.
6138 * filelock.c: Likewise.
6139 * fns.c: Likewise.
6140 * gtkutil.c: Likewise.
6141 * keyboard.c: Likewise.
6142 * lisp.h: Likewise.
6143 * lread.c: Likewise.
6144 * minibuf.c: Likewise.
6145 * msdos.c: Likewise.
6146 * print.c: Likewise.
6147 * process.c: Likewise.
6148 * region-cache.c: Likewise.
6149 * search.c: Likewise.
6150 * sysdep.c: Likewise.
6151 * termcap.c: Likewise.
6152 * terminal.c: Likewise.
6153 * tparam.c: Likewise.
6154 * w16select.c: Likewise.
6155 * w32.c: Likewise.
6156 * w32reg.c: Likewise.
6157 * w32select.c: Likewise.
6158 * w32uniscribe.c: Likewise.
6159 * widget.c: Likewise.
6160 * xdisp.c: Likewise.
6161 * xmenu.c: Likewise.
6162 * xrdb.c: Likewise.
6163 * xselect.c: Likewise.
6164
6165 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
6166
6167 * fileio.c (time_error_value): Check the right error number.
6168 Problem reported by Troels Nielsen in
6169 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
6170
6171 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
6172
6173 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
6174 This should be fixed in a better way; see Eli Zaretskii in
6175 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
6176 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
6177
6178 * fileio.c (time_error_value): Rename from special_mtime.
6179 The old name's problems were noted by Eli Zaretskii in
6180 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
6181
6182 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
6183 This variable's comment says Emacs needs at least one GDB-visible
6184 symbol of type enum pvec_type, to work around GDB problems.
6185 The symbol's value doesn't matter.
6186
6187 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
6188 that causes compilation to fail on pre-C99 compilers.
6189
6190 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
6193 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
6194
6195 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
6196
6197 * buffer.c (init_buffer_once): Fix initialization of
6198 headers for buffer_defaults and buffer_local_symbols.
6199 Reported by Juanma Barranquero <lekktu@gmail.com>.
6200
6201 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
6204 * lisp.h (enum pvec_type): Use fewer bits.
6205 (PSEUDOVECTOR_SIZE_BITS): New constant.
6206 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
6207 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
6208 change in pvec_type.
6209 (PSEUDOVECTOR_TYPEP): New macro.
6210 (TYPED_PSEUDOVECTORP): Use it.
6211 * fns.c (internal_equal): Adapt code to extract pvectype.
6212 * emacs.c (gdb_pvec_type): Update type.
6213 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
6214 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
6215 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
6216 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
6217 (sweep_vectors): Use it. Use local var `total_bytes' instead of
6218 abusing vector->header.next.nbytes.
6219 (live_vector_p): Use PVEC_TYPE.
6220 (mark_object): Adapt code to extract pvectype. Use switch.
6221
6222 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
6223
6224 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
6225 Tighten new eassert a bit.
6226
6227 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
6228
6229 Fix compilation with --enable-gcc-warnings and -O1
6230 optimization level.
6231 * doprnt.c (doprnt): Change type of tem to int, initialize
6232 to avoid compiler warning. Add eassert.
6233 * search.c (simple_search): Initialize match_byte to avoid
6234 compiler warning. Add eassert.
6235
6236 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
6237
6238 Avoid weird behavior with large horizontal scrolls.
6239 Without this change, for example, large hscroll values would
6240 mess up Emacs's display on Fedora 15 x86, presumably due to
6241 overflows in int calculations in the display code.
6242 Also, if buffers had long lines, Emacs would freeze.
6243 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
6244 (set_window_hscroll): New function, containing the old guts of
6245 Fset_window_hscroll. Return the clipped value.
6246 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
6247 This avoids the need to check against PTRDIFF_MAX.
6248
6249 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
6250
6251 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
6252
6253 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
6254
6255 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
6256
6257 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
6258 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
6259 since GCC 4.4.6 issues a bogus warning for them.
6260
6261 Fix bugs in file timestamp newness comparisons.
6262 * fileio.c (Ffile_newer_than_file_p):
6263 * lread.c (Fload): Use full timestamp resolution of files,
6264 not just the 1-second resolution, so that files that are only
6265 slightly newer still count as newer.
6266 * fileio.c (Ffile_newer_than_file_p): Don't assume file
6267 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
6268
6269 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
6270
6271 * fileio.c: Improve handling of file time marker. (Bug#11852)
6272 (special_mtime): New function.
6273 (Finsert_file_contents, Fverify_visited_file_modtime):
6274 Use it to set special mtime values consistently.
6275
6276 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
6277
6278 * fileio.c (Finsert_file_contents): Properly handle st_mtime
6279 marker for non-existing file. (Bug#11852)
6280
6281 2012-07-03 Glenn Morris <rgm@gnu.org>
6282
6283 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
6284 and did not make it into globals.h).
6285
6286 2012-07-03 Tom Tromey <tromey@redhat.com>
6287
6288 * window.c (Fset_window_margins, Fset_window_fringes)
6289 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
6290 * textprop.c (Fprevious_property_change): No longer static.
6291 * syntax.c (Fsyntax_table_p): No longer static.
6292 * process.c (Fget_process, Fprocess_datagram_address): No longer
6293 static.
6294 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
6295 * keyboard.c (Fcommand_execute): No longer static.
6296 Remove EXFUN.
6297 * insdel.c (Fcombine_after_change_execute): No longer static.
6298 * image.c (Finit_image_library): No longer static.
6299 * fileio.c (Fmake_symbolic_link): No longer static.
6300 * eval.c (Ffetch_bytecode): No longer static.
6301 * editfns.c (Fuser_full_name): No longer static.
6302 * doc.c (Fdocumentation_property, Fsnarf_documentation):
6303 No longer static.
6304 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
6305 static.
6306 * dired.c (Ffile_attributes): No longer static.
6307 * composite.c (Fcomposition_get_gstring): No longer static.
6308 * callproc.c (Fgetenv_internal): No longer static.
6309
6310 * ccl.h: Remove EXFUNs.
6311 * buffer.h: Remove EXFUNs.
6312 * dispextern.h: Remove EXFUNs.
6313 * intervals.h: Remove EXFUNs.
6314 * fontset.h: Remove EXFUN.
6315 * font.h: Remove EXFUNs.
6316 * dosfns.c (system_process_attributes): Remove EXFUN.
6317 * keymap.h: Remove EXFUNs.
6318 * lisp.h: Remove EXFUNs.
6319 * w32term.h: Remove EXFUNs.
6320 * window.h: Remove EXFUNs.
6321 * xsettings.h: Remove EXFUN.
6322 * xterm.h: Remove EXFUN.
6323
6324 2012-07-03 Glenn Morris <rgm@gnu.org>
6325
6326 * lisp.h (Frandom): Make it visible to C.
6327 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
6328 buffer for invisible buffers. (Bug#1229)
6329
6330 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
6331
6332 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
6333 values which aren't power of 2.
6334 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
6335 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
6336 accordingly.
6337
6338 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
6341
6342 * alloc.c (mark_object): Revert part of last patch to use `switch'.
6343
6344 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
6345
6346 * alloc.c (allocate_vector_block): Remove redundant
6347 calls to mallopt if DOUG_LEA_MALLOC is defined.
6348 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
6349 avoid calls to mallopt if zero_vector is returned.
6350
6351 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
6352
6353 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
6354 is enabled, avoid dereferencing NULL current_sblock if
6355 running undumped.
6356
6357 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
6358
6359 Cleanup basic buffer management.
6360 * buffer.h (struct buffer): Change layout to use generic vector
6361 marking code. Fix some comments. Change type of 'clip_changed'
6362 to bitfield. Remove unused #ifndef old.
6363 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
6364 (GET_OVERLAYS_AT): Fix indentation.
6365 (for_each_per_buffer_object_at): New macro.
6366 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
6367 (Fbuffer_local_variables): Use it.
6368 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
6369 * alloc.c (allocate_buffer): Adjust to match new layout of
6370 struct buffer. Fix comment.
6371 (mark_overlay): New function.
6372 (mark_buffer): Use it. Use mark_vectorlike to mark normal
6373 Lisp area of struct buffer.
6374 (mark_object): Use it. Adjust marking of misc objects
6375 and related comments.
6376
6377 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
6378
6379 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
6380 wrapper that is not needed because the wrapped code is a no-op (zero
6381 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
6382 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
6383
6384 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
6385
6386 * alloc.c (mark_buffer): Simplify. Remove prototype.
6387 (mark_object): Add comment. Reorganize marking of vector-like
6388 objects. Use CHECK_LIVE for all vector-like objects except buffers
6389 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
6390 Avoid redundant calls to mark_vectorlike for bool vectors.
6391
6392 2012-06-30 Glenn Morris <rgm@gnu.org>
6393
6394 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
6395
6396 * epaths.in (PATH_SITELOADSEARCH): New.
6397 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
6398 This is rather than relying on --enable-locallisppath elements
6399 having "site-lisp" in their names. (Bug#10208#25, 11658)
6400
6401 2012-06-30 Eli Zaretskii <eliz@gnu.org>
6402
6403 * w32proc.c (sys_select): Accept and ignore one more argument.
6404
6405 * w32.c (emacs_gnutls_pull): Call select with one more argument.
6406
6407 * sysselect.h [DOS_NT]: Don't include sys/select.h.
6408 (pselect) [!MS_DOS]: Redirect to sys_select.
6409
6410 * sysdep.c: Don't include dos.h and dosfns.h.
6411
6412 * process.c (sys_select):
6413 * msdos.c (sys_select): Accept one more argument and ignore it.
6414
6415 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
6416 adapt data types and code to that.
6417
6418 * dosfns.c:
6419 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
6420 which clashes with the gnulib function of the same name.
6421
6422 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
6423
6424 * font.c (font_style_to_value, font_style_symbolic)
6425 (font_prop_validate_style): Add type checks for values in
6426 font_style_table.
6427
6428 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
6429 argument.
6430 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
6431 uses.
6432
6433 2012-06-29 Eli Zaretskii <eliz@gnu.org>
6434
6435 * xdisp.c (try_window_id): Undo last change.
6436
6437 * w32.c (getwd): Adjust commentary about startup_dir.
6438 (init_environment): Always call sys_access, even in non-MSVC
6439 builds. Don't chdir to the directory of the Emacs executable.
6440 This undoes code from 1997 which was justified by the need to
6441 "avoid conflicts when removing and renaming directories". But its
6442 downside was that every relative file name was being interpreted
6443 relative to the directory of the Emacs executable, which can never
6444 be TRT. In particular, it broke sys_access when called with
6445 relative file names.
6446 (sys_access): Map GetLastError to errno.
6447
6448 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6449
6450 * window.h (struct window): Change type of 'fringes_outside_margins'
6451 to bitfield. Fix comment. Adjust users accordingly.
6452 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
6453 Adjust comment.
6454 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
6455 to ptrdiff_t.
6456
6457 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
6458
6459 * gnutls.c (emacs_gnutls_handshake):
6460 Add QUIT to make the loop interruptible.
6461
6462 2012-06-29 Glenn Morris <rgm@gnu.org>
6463
6464 * charset.c (init_charset): Make lack of etc/charsets fatal.
6465
6466 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6467
6468 * editfns.c (region_limit): Fix type mismatch.
6469
6470 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6471
6472 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
6473 undefined. Convert from xassert to eassert.
6474 * nsmenu.m: Convert from xassert to eassert.
6475 * nsterm.m: Likewise.
6476
6477 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * editfns.c (region_limit): Clip to narrowing (bug#11770).
6480
6481 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
6482
6483 Avoid integer overflow on scroll-left and scroll-right.
6484 * window.c (HSCROLL_MAX): New macro.
6485 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
6486 overflow when requested scroll falls outside ptrdiff_t range.
6487
6488 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6489
6490 * window.h (struct window): Change type of 'hscroll',
6491 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
6492 'last_modified' and 'last_overlay_modified' to EMACS_INT.
6493 Adjust users accordingly.
6494 * xdisp.c (try_cursor_movement): Replace type check with eassert.
6495 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
6496 from EMACS_INT to ptrdiff_t.
6497 (make_window): Omit redundant initialization.
6498
6499 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
6500
6501 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
6502
6503 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6504
6505 * window.h (struct window): Change type of 'use_time' and
6506 'sequence_number' from Lisp_Object to int.
6507 * frame.c (make_frame): Adjust users accordingly.
6508 * print.c (print_object): Likewise.
6509 * window.c (select_window, Fwindow_use_time, make_parent_window)
6510 (make_window): Likewise.
6511
6512 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6513
6514 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
6515 enabled with --enable-checking=[all,glyphs] configure option.
6516 Fix GLYPH_DEBUG usage assuming that it may be undefined,
6517 adjust comments accordingly.
6518 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
6519 undefined, adjust comments accordingly.
6520 * image.c: Likewise.
6521 * scroll.c: Likewise.
6522 * w32fns.c: Likewise.
6523 * w32term.c: Likewise.
6524 * xdisp.c: Likewise.
6525 * xfaces.c: Likewise.
6526 * xfns.c: Likewise.
6527 * xterm.c: Likewise.
6528
6529 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
6530
6531 Generalize run-time debugging checks.
6532 * dispextern.h (XASSERTS): Remove.
6533 * fontset.c (xassert): Remove.
6534 Convert from xassert to eassert.
6535 * alloc.c: Convert from xassert to eassert.
6536 * bidi.c: Likewise.
6537 * dispnew.c: Likewise.
6538 * fns.c: Likewise.
6539 * fringe.c: Likewise.
6540 * ftfont.c: Likewise.
6541 * gtkutil.c: Likewise.
6542 * image.c: Likewise.
6543 * keyboard.c: Likewise.
6544 * menu.c: Likewise.
6545 * process.c: Likewise.
6546 * scroll.c: Likewise.
6547 * sound.c: Likewise.
6548 * term.c: Likewise.
6549 * w32console.c: Likewise.
6550 * w32fns.c: Likewise.
6551 * w32term.c: Likewise.
6552 * window.c: Likewise.
6553 * xdisp.c: Likewise.
6554 * xfaces.c: Likewise.
6555 * xfns.c: Likewise.
6556 * xselect.c: Likewise.
6557 * xterm.c: Likewise.
6558
6559 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * fns.c (maybe_resize_hash_table): Output message when growing the
6562 purify-hashtable.
6563
6564 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6565
6566 * alloc.c (allocate_string_data): Remove dead code.
6567 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
6568 avoid GCC warning about unused macro.
6569
6570 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6571
6572 * alloc.c (allocate_string): Omit intervals initialization.
6573 * alloc.c (make_uninit_multibyte_string): Initialize intervals
6574 as in make_pure_string and make_pure_c_string.
6575
6576 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6577
6578 * alloc.c (allocate_string): Fix last change.
6579
6580 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
6581
6582 * alloc.c (allocate_string): Remove two redundant calls
6583 to memset, add explicit initialization where appropriate.
6584
6585 2012-06-27 Glenn Morris <rgm@gnu.org>
6586
6587 * lisp.mk (lisp): Remove paths.elc.
6588
6589 2012-06-27 Chong Yidong <cyd@gnu.org>
6590
6591 * doc.c (Fsubstitute_command_keys): Fix punctuation.
6592
6593 2012-06-26 John Wiegley <johnw@newartisans.com>
6594
6595 * unexmacosx.c (copy_data_segment): Add two section names used
6596 on Mac OS X Lion: __mod_init_func and __mod_term_func.
6597
6598 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
6599 when building with Clang.
6600
6601 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * eval.c (Fapply): Allow calling it with a single argument.
6604
6605 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6606
6607 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
6608 _stricmp and _strnicmp.
6609 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
6610
6611 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
6612
6613 * alloc.c (allocate_window): Zero out non-Lisp part of newly
6614 allocated window.
6615 (allocate_process): Likewise for new process.
6616 (allocate_terminal): Change to use offsetof.
6617 (allocate_frame): Likewise.
6618 * frame.c (make_frame): Omit redundant initialization.
6619 * window.c (make_parent_window): Use memset.
6620 (make_window): Omit redundant initialization.
6621 * process.c (make_process): Omit redundant initialization.
6622 * terminal.c (create_terminal): Likewise.
6623
6624 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
6625
6626 * term.c (delete_tty): Remove redundant call to memset.
6627
6628 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
6629
6630 * alloc.c: Remove build_string.
6631 * lisp.h: Define build_string as static inline. This provides
6632 a better opportunity to optimize away calls to strlen when the
6633 function is called with compile-time constant argument.
6634 * image.c (imagemagick_error): Convert to build_string.
6635 * w32proc.c (sys_spawnve): Likewise.
6636 * xterm.c (x_term_init): Likewise.
6637
6638 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
6639
6640 Use sprintf return value instead of invoking strlen on result.
6641 In the old days this wasn't portable, since some sprintf
6642 implementations returned char *. But they died out years ago and
6643 Emacs already assumes sprintf returns int.
6644 Similarly for float_to_string.
6645 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
6646 * ccl.c (ccl_driver):
6647 * character.c (string_escape_byte8):
6648 * data.c (Fnumber_to_string):
6649 * doprnt.c (doprnt):
6650 * print.c (print_object):
6651 * xdisp.c (message_dolog):
6652 * xfns.c (syms_of_xfns):
6653 Use sprintf or float_to_string result to avoid need to call strlen.
6654 * data.c (Fnumber_to_string):
6655 Use make_unibyte_string, since the string must be ASCII.
6656 * lisp.h, print.c (float_to_string): Now returns int length.
6657 * term.c (produce_glyphless_glyph):
6658 Use sprintf result rather than recomputing it.
6659
6660 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
6661 * Makefile.in (ALL_CFLAGS):
6662 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
6663 * gmalloc.c, regex.c: Include <config.h> unconditionally.
6664
6665 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
6666
6667 * dispextern.h (xstrcasecmp): Define to library function
6668 strcasecmp if available.
6669 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
6670
6671 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
6672
6673 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
6674 Avoid comma operator.
6675 * menu.c (push_submenu_start, push_submenu_end)
6676 (push_left_right_boundary, push_menu_pane): Likewise.
6677 * msdos.c (dos_rawgetc): Likewise.
6678
6679 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
6680
6681 * xfns.c (xic_create_fontsetname): Remove redundant calls
6682 to memset.
6683
6684 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
6685
6686 * gtkutil.c (get_utf8_string): Remove redundant assignment.
6687 sprintf already null-terminates its output.
6688
6689 * xfns.c (x_window): Remove redundant cast.
6690
6691 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
6692
6693 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
6694 `const char *' to `char *' to avoid compiler warning.
6695
6696 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
6697
6698 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
6699 instead of truncating it to 63 (admittedly a generous limit).
6700
6701 * process.c: Fix spelling and caps in comments.
6702
6703 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
6704
6705 * emacs.c (setpgrp): Remove definition, unused.
6706 * sysdep.c (setpgrp): Remove definition, not used in this file.
6707
6708 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * makefile.w32-in: Update dependencies.
6711
6712 2012-06-24 Eli Zaretskii <eliz@gnu.org>
6713
6714 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
6715 (SYSTIME_H): Add nt/inc/sys/time.h.
6716
6717 * systime.h [WINDOWSNT]: Include sys/time.h.
6718
6719 * s/ms-w32.h (struct timespec): Definition moved from
6720 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
6721
6722 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
6723
6724 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
6725 * buffer.h (buffer_slot_type_mismatch):
6726 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
6727 * eval.c (unwind_to_catch):
6728 * image.c (my_png_error, my_error_exit):
6729 * keyboard.c (quit_throw_to_read_char, user_error)
6730 (Fexit_recursive_edit, Fabort_recursive_edit):
6731 * lisp.h (die, args_out_of_range, args_out_of_range_3)
6732 (wrong_type_argument, buffer_overflow, __executable_start)
6733 (memory_full, buffer_memory_full, string_overflow, Fthrow)
6734 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
6735 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
6736 (fatal):
6737 (child_setup) [!DOS_NT]:
6738 * lread.c (end_of_file_error, invalid_syntax):
6739 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
6740 * puresize.h (pure_write_error):
6741 * search.c (matcher_overflow):
6742 * sound.c (sound_perror, alsa_sound_perror):
6743 * sysdep.c, syssignal.h (croak):
6744 * term.c (maybe_fatal, vfatal):
6745 * textprop.c (text_read_only):
6746 * undo.c (user_error):
6747 * unexmacosx.c (unexec_error):
6748 * xterm.c (x_ins_del_lines, x_delete_glyphs):
6749 Use _Noreturn rather than NO_RETURN.
6750 No need for separate decl merely because of _Noreturn.
6751 * sound.c (sound_warning, parse_sound):
6752 Remove unnecessary forward decls.
6753
6754 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
6755
6756 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
6757 * lisp.h (WAIT_READING_MAX): New macro.
6758 * dispnew.c (Fsleep_for, sit_for):
6759 * keyboard.c (kbd_buffer_get_event):
6760 * process.c (Faccept_process_output):
6761 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
6762 This improves on the previous patch, which introduced a bug
6763 when time_t is unsigned and as wide as intmax_t.
6764 See <http://bugs.gnu.org/9000#51>.
6765
6766 2012-06-23 Eli Zaretskii <eliz@gnu.org>
6767
6768 * dispnew.c (sit_for, Fsleep_for):
6769 * keyboard.c (kbd_buffer_get_event):
6770 * process.c (Faccept_process_output): Avoid compiler warnings when
6771 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
6772
6773 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * makefile.w32-in: Update dependencies.
6776
6777 * w32.c (ltime): Add return type and declare static.
6778 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
6779
6780 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
6781
6782 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
6783 Privately reported by Herbert J. Skuhra.
6784 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
6785 All uses changed.
6786 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
6787 not make_lisp_timeval, when the argument is of type EMACS_TIME.
6788
6789 2012-06-23 Eli Zaretskii <eliz@gnu.org>
6790
6791 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
6792 last argument of make_unibyte_string.
6793
6794 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
6795 language ID in the event parameters.
6796
6797 * w32term.c (w32_read_socket): Put the new keyboard codepage into
6798 event.code, not the obscure "character set ID".
6799
6800 2012-06-23 Chong Yidong <cyd@gnu.org>
6801
6802 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
6803
6804 2012-06-23 Eli Zaretskii <eliz@gnu.org>
6805
6806 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
6807 * w32.c (fdutimens): New function.
6808
6809 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
6810
6811 * s/ms-w32.h (pselect): Redirect to sys_select.
6812
6813 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
6814
6815 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
6816 in the logic of incrementing and decrementing the value of
6817 use_relocatable_buffers.
6818
6819 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
6820
6821 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
6822 Privately reported by Herbert J. Skuhra.
6823 [__FreeBSD__]: Remove "*/" typo after "#include".
6824 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
6825 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
6826 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
6827 Don't assume EMACS_TIME and struct timeval are the same type.
6828
6829 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6830
6831 Support higher-resolution time stamps (Bug#9000).
6832 The time stamps are only nanosecond-resolution at the C level,
6833 since that's the best that any real-world system supports now.
6834 But they are picosecond-resolution at the Lisp level, as that's
6835 easy, and leaves room for future OS improvements.
6836
6837 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
6838 (LIBES): Use it.
6839
6840 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
6841 Don't get current time unless it's needed.
6842
6843 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
6844 now provides it if it's absent.
6845 (start_atimer): Port to higher-res time stamps.
6846 Check for time stamp overflow. Don't get current time more
6847 often than is needed.
6848
6849 * buffer.h (struct buffer): Buffer modtime now has high resolution.
6850 Include systime.h, not time.h.
6851 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
6852
6853 * dired.c: Include stat-time.h.
6854 (Ffile-attributes): File times now have higher resolution.
6855
6856 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
6857 (struct image): Timestamp now has higher resolution.
6858
6859 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
6860 has at least microseconds now. All uses removed.
6861 (update_frame, update_single_window, update_window, update_frame_1)
6862 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
6863 (duration_to_sec_usec): Remove; no longer needed.
6864
6865 * editfns.c (time_overflow): Now extern.
6866 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
6867 (float-time, Fformat_time_string, Fcurrent_time_string)
6868 (Fcurrent_time_zone): Accept and generate higher-resolution
6869 time stamps.
6870 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
6871 (decode_time_components, lisp_seconds_argument): New functions.
6872 (make_time): Now static.
6873 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
6874 Report an error if the time is invalid, rather than having the caller
6875 do that.
6876
6877 * fileio.c: Include <stat-time.h>
6878 (Fcopy_file): Copy higher-resolution time stamps.
6879 Prefer to set the time stamp via a file descriptor if that works.
6880 (Fset_file_times, Finsert_file_contents, Fwrite_region)
6881 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
6882 (Fvisited_file_modtime, Fset_visited_file_modtime):
6883 Support higher-resolution time stamps.
6884
6885 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
6886
6887 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
6888
6889 * image.c (prepare_image_for_display, clear_image_cache)
6890 (lookup_image): Port to higer-resolution time stamps.
6891
6892 * keyboard.c (start_polling, bind_polling_period):
6893 Check for time stamp overflow.
6894 (read_char, kbd_buffer_get_event, timer_start_idle)
6895 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
6896 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
6897 Port to higher-resolution time stamps. Do not assume time_t is signed.
6898 (decode_timer): New function. Timers are now vectors of length 9,
6899 not 8, to accommodate the picosecond component.
6900 (timer_check_2): Use it.
6901
6902 * nsterm.m (select_timeout, timeval_subtract): Remove.
6903 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
6904 as they're a bit more accurate and handle overflow better.
6905 (ns_select): Change prototype to be compatible with pselect.
6906 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
6907 * nsterm.h (ns_select): Adjust prototype.
6908
6909 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
6910 us-resolution time stamps.
6911 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
6912
6913 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
6914
6915 * lisp.h (time_overflow): New decl.
6916 (wait_reading_process_output): First arg is now intmax_t, not int,
6917 to accommodate larger waits.
6918
6919 * process.h (struct Lisp_Process.read_output_delay):
6920 Now counts nanoseconds, not microseconds.
6921 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
6922 EMACS_HAS_USECS.
6923 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
6924 (wait_reading_process_output):
6925 Port to ns-resolution time stamps.
6926 (Faccept_process_output, wait_reading_process_output):
6927 Check for time stamp overflow. Do not assume time_t is signed.
6928 (select_wrapper): Remove; we now use pselect.
6929 (Fprocess_attributes): Now generates ns-resolution time stamps.
6930
6931 * sysdep.c: Include utimens.h. Don't include utime.h
6932 or worry about struct utimbuf; gnulib does that for us now.
6933 (gettimeofday): Remove; gnulib provides a substitute.
6934 (make_timeval): New function.
6935 (set_file_times): Now sets ns-resolution time stamps.
6936 New arg FD; all uses changed.
6937 (time_from_jiffies, ltime_from_jiffies, get_up_time)
6938 (system_process_attributes):
6939 Now returns ns-resolution time stamp. All uses changed.
6940 Check for time stamp overflow.
6941
6942 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
6943 provides a substitute now.
6944
6945 * systime.h: Include timespec.h rather than sys/time.h and time.h,
6946 since it guarantees struct timespec.
6947 (EMACS_TIME): Now struct timespec, so that we can support
6948 ns-resolution time stamps.
6949 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
6950 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
6951 (EMACS_USECS): Remove.
6952 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
6953 so multiply the arg by 1000 before storing it.
6954 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
6955 New macros.
6956 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
6957 Port to ns-resolution time stamps.
6958 (EMACS_TIME_NEG_P): Remove; replaced by....
6959 (EMACS_TIME_SIGN): New macro.
6960 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
6961 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
6962 (set_file_times, make_time, lisp_time_argument): Adjust signature.
6963 (make_timeval, make_lisp_time, decode_time_components): New decls.
6964 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
6965 that it mishandled time_t overflow. You can't compare by subtracting!
6966 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
6967 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
6968
6969 * term.c: Include <sys/time.h>.
6970 (timeval_to_Time): New function, for proper overflow wraparound.
6971 (term_mouse_position, term_mouse_click): Use it.
6972
6973 * undo.c (record_first_change): Support higher-resolution time stamps
6974 in the undo buffer.
6975 (Fprimitive_undo): Use them when restoring time stamps.
6976
6977 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
6978 (w32_get_internal_run_time):
6979 Port to higher-resolution Emacs time stamps.
6980 (ltime): Now accepts single 64-bit integer, as that's more convenient
6981 for callers.
6982
6983 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
6984
6985 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
6986 for compatibility with pselect. Support ns-resolution time stamps.
6987
6988 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
6989
6990 * xselect.c (wait_for_property_change, x_get_foreign_selection):
6991 Check for time stamp overflow, and support ns-resolution time stamps.
6992
6993 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
6994 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
6995 (timeval_subtract): Remove; no longer needed.
6996 (XTflash, XTring_bell, x_wait_for_event):
6997 Port to ns-resolution time stamps. Don't assume time_t is signed.
6998
6999 2012-06-22 Chong Yidong <cyd@gnu.org>
7000
7001 * xdisp.c (x_consider_frame_title): Revert last change.
7002
7003 2012-06-22 Eli Zaretskii <eliz@gnu.org>
7004
7005 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
7006 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
7007 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
7008 staticidx goes up to 1597 out of 1600 = 0x640.)
7009
7010 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
7011
7012 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
7013 Otherwise, the umask might be mistakenly 0 while handling input signals.
7014
7015 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
7018
7019 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
7020
7021 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
7022 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
7023 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
7024 access to `contents' member of Lisp_Vector objects with AREF and ASET
7025 where appropriate.
7026
7027 2012-06-19 Chong Yidong <cyd@gnu.org>
7028
7029 * frame.c (delete_frame): When selecting a frame on a different
7030 text terminal, do not alter the terminal's top-frame.
7031
7032 * xdisp.c (format_mode_line_unwind_data): Record the target
7033 frame's selected window and its terminal's top-frame.
7034 (unwind_format_mode_line): Restore them.
7035 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
7036 Callers changed.
7037 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
7038 since tty frames can be explicitly named.
7039 (prepare_menu_bars): Likewise.
7040
7041 * term.c (Ftty_top_frame): New function.
7042
7043 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
7044
7045 Port byte-code-meter to modern targets.
7046 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
7047 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
7048 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
7049 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
7050 (METER_1, METER_2): Simplify.
7051
7052 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * data.c (Fdefalias): Return `symbol' (bug#11686).
7055
7056 2012-06-18 Martin Rudalics <rudalics@gmx.at>
7057
7058 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
7059 gets killed during executing of this function (Bug#11665).
7060 Try to always return Qt when the buffer has been actually killed.
7061 (Vkill_buffer_query_functions): In doc-string say that functions
7062 run by this hook should not change the current buffer.
7063
7064 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
7065
7066 Fix recently-introduced process.c problems found by static checking.
7067 * process.c (write_queue_push, write_queue_pop, send_process):
7068 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
7069 (write_queue_pop): Fix pointer signedness problem.
7070 (send_process): Remove unused local.
7071
7072 2012-06-17 Chong Yidong <cyd@gnu.org>
7073
7074 * xdisp.c (redisplay_internal): No need to redisplay terminal
7075 frames that are not on top.
7076
7077 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
7078
7079 * process.c (make_process): Initialize write_queue.
7080 (write_queue_push, write_queue_pop): New functions.
7081 (send_process): Use them to maintain correct ordering of process
7082 writes (Bug#10815).
7083
7084 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7085
7086 * lisp.h (eassert): Assume C89 or later.
7087 This removes the need for CHECK.
7088 (CHECK): Remove. Its comments about always evaluating its
7089 argument were confusing, as 'eassert' typically does not evaluate
7090 its argument.
7091
7092 * coding.c (produce_chars): Use ptrdiff_t, not int.
7093
7094 * xterm.c (x_draw_underwave): Check for integer overflow.
7095 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
7096
7097 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
7098
7099 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
7100 referenced (Bug#11583).
7101
7102 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7103
7104 Implement wave-style variant of underlining.
7105 * dispextern.h (face_underline_type): New enum.
7106 (face): Add field for underline type.
7107 * nsterm.m (ns_draw_underwave): New function.
7108 (ns_draw_text_decoration): Use it.
7109 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
7110 New functions.
7111 (x_draw_glyph_string): Use them.
7112 * xfaces.c (Qline, Qwave): New Lisp objects.
7113 (check_lface_attrs, merge_face_ref)
7114 (Finternal_set_lisp_face_attribute, realize_x_face):
7115 Handle wave-style underline face attributes.
7116 * xterm.c (x_draw_underwave): New function.
7117 (x_draw_glyph_string): Use it.
7118
7119 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
7120
7121 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
7122 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
7123 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
7124 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
7125 ($(BLD)/w32select.$(O)): Update dependencies.
7126
7127 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
7128
7129 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
7130 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
7131 * character.c (_fetch_multibyte_char_p): Remove.
7132 * alloc.c: Include "character.h" before "buffer.h".
7133 * bidi.c: Likewise.
7134 * buffer.c: Likewise.
7135 * bytecode.c: Likewise.
7136 * callint.c: Likewise.
7137 * callproc.c: Likewise.
7138 * casefiddle.c: Likewise.
7139 * casetab.c: Likewise.
7140 * category.c: Likewise.
7141 * cmds.c: Likewise.
7142 * coding.c: Likewise.
7143 * composite.c: Likewise.
7144 * dired.c: Likewise.
7145 * dispnew.c: Likewise.
7146 * doc.c: Likewise.
7147 * dosfns.c: Likewise.
7148 * editfns.c: Likewise.
7149 * emacs.c: Likewise.
7150 * fileio.c: Likewise.
7151 * filelock.c: Likewise.
7152 * font.c: Likewise.
7153 * fontset.c: Likewise.
7154 * fringe.c: Likewise.
7155 * indent.c: Likewise.
7156 * insdel.c: Likewise.
7157 * intervals.c: Likewise.
7158 * keyboard.c: Likewise.
7159 * keymap.c: Likewise.
7160 * lread.c: Likewise.
7161 * macros.c: Likewise.
7162 * marker.c: Likewise.
7163 * minibuf.c: Likewise.
7164 * nsfns.m: Likewise.
7165 * nsmenu.m: Likewise.
7166 * print.c: Likewise.
7167 * process.c: Likewise.
7168 * regex.c: Likewise.
7169 * region-cache.c: Likewise.
7170 * search.c: Likewise.
7171 * syntax.c: Likewise.
7172 * term.c: Likewise.
7173 * textprop.c: Likewise.
7174 * undo.c: Likewise.
7175 * unexsol.c: Likewise.
7176 * w16select.c: Likewise.
7177 * w32fns.c: Likewise.
7178 * w32menu.c: Likewise.
7179 * window.c: Likewise.
7180 * xdisp.c: Likewise.
7181 * xfns.c: Likewise.
7182 * xmenu.c: Likewise.
7183 * xml.c: Likewise.
7184 * xselect.c: Likewise.
7185
7186 2012-06-16 Eli Zaretskii <eliz@gnu.org>
7187
7188 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
7189 If all the glyphs of the glyph row came from strings, and we have no
7190 cursor positioning clues, put the cursor on the first glyph of the
7191 row.
7192 (handle_face_prop): Use chunk-relative overlay string index when
7193 indexing into it->string_overlays array. (Bug#11653)
7194 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
7195 the rightmost. (Bug#11720)
7196
7197 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
7198
7199 * category.h (CHAR_HAS_CATEGORY): Define as inline.
7200 (CATEGORY_MEMBER): Enforce 1/0 value.
7201 * category.c (_temp_category_set): Remove.
7202
7203 2012-06-16 Eli Zaretskii <eliz@gnu.org>
7204
7205 * window.c (Fdelete_other_windows_internal)
7206 (Fdelete_window_internal): Don't access frame's mouse highlight
7207 info of the initial frame. (Bug#11677)
7208
7209 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
7210
7211 * .gdbinit (xgetint): Fix recently-introduced paren typo.
7212 Assume USE_2_TAGS_FOR_INTS.
7213 (xreload): Adjust $tagmask width to match recent lisp.h change.
7214
7215 Simplify lisp.h in minor ways that should not affect code.
7216 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
7217 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
7218 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
7219 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
7220 (INTTYPEBITS): New macro, for clarity.
7221 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
7222 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
7223 Simplify now that USE_LSB_TAG is always defined.
7224 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
7225 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
7226
7227 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
7228
7229 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
7230
7231 2012-06-13 Glenn Morris <rgm@gnu.org>
7232
7233 * s/bsd-common.h (BSD4_3):
7234 * s/usg5-4-common.h (USG5_4): No longer define; unused.
7235
7236 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
7237
7238 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
7239 instead of union.
7240 (XLI, XIL): Define.
7241 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
7242 Use them.
7243 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
7244 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
7245 * alloc.c (widen_to_Lisp_Object): Remove.
7246 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
7247 * frame.c (delete_frame): Remove outdated comment.
7248 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
7249 USE_LISP_UNION_TYPE.
7250 (Fw32_unregister_hot_key): Likewise.
7251 (Fw32_toggle_lock_key): Likewise.
7252 * w32menu.c (add_menu_item): Likewise.
7253 (w32_menu_display_help): Use XIL instead of checking
7254 USE_LISP_UNION_TYPE.
7255 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
7256 (init_heap): Likewise.
7257 * w32term.c (w32_read_socket): Update comment.
7258
7259 2012-06-13 Glenn Morris <rgm@gnu.org>
7260
7261 * s/usg5-4-common.h, src/s/unixware.h:
7262 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
7263
7264 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
7265
7266 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
7267
7268 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
7269 * alloc.c (make_number) [!defined make_number]:
7270 Remove, as lisp.h always defines this now.
7271 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
7272 (roundup_size): Verify that it is a power of 2.
7273 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
7274 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
7275 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
7276 -DUSE_LSB_TAG=0, to override the automatically-selected default.
7277 USE_LSB_TAG now is always defined to be either 0 or 1.
7278 All uses changed.
7279 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
7280 code works fine either way, and efficiency is not a concern here,
7281 as the union type is for debugging, not for production.
7282 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
7283 Use an inline function on all platforms when using the union type,
7284 since this is simpler and 'static inline' can be used portably
7285 within Emacs now.
7286 (LISP_INITIALLY_ZERO): New macro.
7287 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
7288 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
7289
7290 2012-06-12 Glenn Morris <rgm@gnu.org>
7291
7292 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
7293
7294 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
7295
7296 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
7297 Move BROKEN_SIGIO to configure.
7298
7299 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
7300 Move NO_TERMIO to configure.
7301
7302 2012-06-12 Chong Yidong <cyd@gnu.org>
7303
7304 * image.c (imagemagick_load_image): Use MagickFlattenImage if
7305 MagickMergeImageLayers is undefined. Use pixel pusher loop if
7306 MagickExportImagePixels is undefined.
7307
7308 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
7309
7310 * image.c (imagemagick_load_image): Remove unused label.
7311
7312 2012-06-11 Glenn Morris <rgm@gnu.org>
7313
7314 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
7315 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
7316 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
7317 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
7318
7319 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * alloc.c (make_byte_code): New function.
7322 (Fmake_byte_code): Use it. Don't purify here.
7323 * lread.c (read1): Use it as well to avoid extra allocation.
7324
7325 2012-06-11 Chong Yidong <cyd@gnu.org>
7326
7327 * image.c (imagemagick_load_image): Implement transparency.
7328
7329 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
7330
7331 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
7332 account for preceding backslashes. (Bug#11663)
7333
7334 2012-06-09 Chong Yidong <cyd@gnu.org>
7335
7336 * term.c: Support italics in capable terminals (Bug#9652).
7337 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
7338 (turn_on_face): Output using TS_enter_italic_mode if available.
7339 Don't handle unused blinking and alt-charset cases.
7340 (turn_off_face): Handle italic case; discard unused tty_blinking_p
7341 and tty_alt_charset_p cases.
7342 (tty_capable_p, init_tty): Support italics.
7343
7344 * termchar.h (struct tty_display_info): Add field for italics.
7345 Remove unused blink field.
7346
7347 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
7348 Handle slant.
7349
7350 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
7351 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
7352 tty_alt_charset_p. Add tty_italic_p.
7353
7354 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
7357 dbus_type_is_basic if available.
7358 (xd_extract_signed, xd_extract_unsigned): Rename from
7359 extract_signed and extract_unsigned, respectively. Adapt callers.
7360
7361 2012-06-09 Chong Yidong <cyd@gnu.org>
7362
7363 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
7364
7365 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
7366 case (Bug#9752).
7367
7368 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
7369
7370 * xdisp.c (vmessage): Treat frame message as multibyte.
7371 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
7372 would generate the diagnostic "Making \302\247 buffer-local while
7373 let-bound!".
7374
7375 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7376
7377 * dispnew.c (showing_window_margins_p): Undo last change, which
7378 was done due to an inadvertent commit.
7379 (adjust_frame_glyphs_for_frame_redisplay): Do call
7380 showing_window_margins_p.
7381
7382 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * eval.c (Fmake_var_non_special): New primitive.
7385 (syms_of_eval): Defsubr it.
7386 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
7387
7388 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
7391 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
7392
7393 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7394
7395 * alloc.c (allocate_vectorlike): Fix last change.
7396
7397 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
7398
7399 Block-based vector allocation of small vectors.
7400 * lisp.h (struct vectorlike_header): New field `nbytes',
7401 adjust comment accordingly.
7402 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
7403 to denote vector blocks. Adjust users (live_vector_p,
7404 mark_maybe_pointer, valid_lisp_object_p) accordingly.
7405 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
7406 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
7407 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
7408 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
7409 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
7410 (roundup_size): New constant.
7411 (struct vector_block): New data type.
7412 (vector_blocks, vector_free_lists, zero_vector): New variables.
7413 (all_vectors): Rename to `large_vectors'.
7414 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
7415 (sweep_vectors): New functions.
7416 (allocate_vectorlike): Return `zero_vector' as the only vector of
7417 0 items. Allocate new vector from block if vector size is less than
7418 or equal to VBLOCK_BYTES_MAX.
7419 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
7420 (init_alloc_once): Add call to init_vectors.
7421
7422 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
7425
7426 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
7427
7428 * doprnt.c (doprnt): Truncate multibyte char correctly.
7429 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
7430 would mishandle a string argument "Xc" if X was a multibyte
7431 character of length 2: it would truncate after X's first byte
7432 rather than including all of X.
7433
7434 2012-06-06 Chong Yidong <cyd@gnu.org>
7435
7436 * buffer.c (word_wrap): Doc fix.
7437
7438 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
7439
7440 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
7441
7442 2012-06-03 Glenn Morris <rgm@gnu.org>
7443
7444 * xdisp.c (tool-bar-style): Doc fix.
7445
7446 2012-06-03 Ulrich Müller <ulm@gentoo.org>
7447
7448 * Makefile.in (PAXCTL): Define.
7449 (temacs$(EXEEXT)): Disable memory randomization for the temacs
7450 binary via PaX flags if the paxctl utility is available.
7451 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
7452 Restore PaX flags to their default. (Bug#11398)
7453
7454 2012-06-03 Chong Yidong <cyd@gnu.org>
7455
7456 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
7457 buffer (Bug#11226).
7458
7459 2012-06-03 Chong Yidong <cyd@gnu.org>
7460
7461 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
7462 (note_mode_line_or_margin_highlight): If there is no help echo,
7463 use mode-line-default-help-echo. Handle the case where the mouse
7464 position is past the end of the mode line string.
7465
7466 * buffer.c (buffer_local_value_1): New function, split from
7467 Fbuffer_local_value; can return Qunbound.
7468 (Fbuffer_local_value): Use it.
7469 (Vmode_line_format): Docstring tweaks.
7470
7471 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
7472
7473 * sysdep.c (system_process_attributes): Improve comment.
7474
7475 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * keyboard.c: Export real-this-command to Elisp.
7478 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
7479 and DEFVAR it. Update all users.
7480
7481 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
7482
7483 * minibuf.c (Fassoc_string): Remove duplicate declaration.
7484
7485 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
7486 Convert pctcpu and pctmem to Lisp float properly.
7487 Let the compiler fold better, as 100.0/0x8000 is exact.
7488
7489 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
7490
7491 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
7492 cons_block.
7493
7494 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
7495
7496 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
7497
7498 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
7499
7500 For a 'struct window', replace some Lisp_Object fields to
7501 bitfields where appropriate, remove unused fields.
7502 * window.h (struct window): Remove unused 'last_mark_x' and
7503 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
7504 change it's type from Lisp_Object to bitfield.
7505 Change type of 'force_start', 'optional_new_start',
7506 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
7507 fields from Lisp_Object to bitfield. Adjust users accordingly.
7508
7509 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
7510
7511 Pacify gcc -Wdouble-precision when using Xaw.
7512 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
7513 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
7514 Use 'float' consistently, rather than 'float' in most places
7515 and 'double' in a couple of places.
7516
7517 2012-05-31 Eli Zaretskii <eliz@gnu.org>
7518
7519 * xdisp.c (handle_stop): Detect whether we have overlay strings
7520 loaded by testing it->current.overlay_string_index to be
7521 non-negative, instead of checking whether n_overlay_strings is
7522 positive. (Bug#11587)
7523
7524 2012-05-31 Chong Yidong <cyd@gnu.org>
7525
7526 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
7527
7528 * doc.c (Fsubstitute_command_keys): Doc fix.
7529
7530 2012-05-31 Eli Zaretskii <eliz@gnu.org>
7531
7532 * search.c (search_buffer): Remove calls to
7533 r_alloc_inhibit_buffer_relocation, as it is now called by
7534 maybe_unify_char, which was the cause of relocation of buffer text
7535 in bug#11519.
7536
7537 2012-05-31 Eli Zaretskii <eliz@gnu.org>
7538
7539 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
7540 for the duration of call to load_charset, to avoid problems with
7541 callers of maybe_unify_char that access buffer text through C
7542 pointers.
7543
7544 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
7545 decrement the inhibition flag, instead of just setting or
7546 resetting it.
7547
7548 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
7549
7550 Remove obsolete '#define static' cruft.
7551 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
7552 This #undef was "temporary" in 2000; it is no longer needed
7553 now that '#define static' has gone away.
7554 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
7555 (gray_bitmap_bits): Remove; no longer needed.
7556 All uses replaced with definiens.
7557 * xterm.c: Include "bitmaps/gray.xbm".
7558
7559 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
7560
7561 Clean up __executable_start, monstartup when --enable-profiling.
7562 The following changes affect the code only when profiling.
7563 * dispnew.c (__executable_start): Rename from safe_bcopy.
7564 Define only on platforms that need it.
7565 * emacs.c: Include <sys/gmon.h> when profiling.
7566 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
7567 (__executable_start): Remove decl, since lisp.h does it now.
7568 (safe_bcopy): Remove decl; no longer has that name.
7569 (main): Coalesce #if into single bit of code, for simplicity.
7570 Cast pointers to uintptr_t, since standard libraries want integers
7571 and not pointers.
7572 * lisp.h (__executable_start): New decl.
7573
7574 2012-05-31 Glenn Morris <rgm@gnu.org>
7575
7576 * image.c (Fimagemagick_types): Doc fix.
7577
7578 2012-05-30 Jim Meyering <meyering@redhat.com>
7579
7580 * callproc.c (Fcall_process_region): Include directory component
7581 in mkstemp error message (Bug#11586).
7582
7583 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
7584
7585 * alloc.c, lisp.h (make_pure_vector): Now static.
7586
7587 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
7590 Move to byte-run.el.
7591 (Fautoload): Do the hash-doc more carefully.
7592 * data.c (Fdefalias): Purify definition, except for keymaps.
7593 (Qdefun): Move from eval.c.
7594 * lisp.h (Qdefun): Remove.
7595 * lread.c (read1): Tiny simplification.
7596
7597 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7598
7599 Do not create empty overlays with the evaporate property (Bug#9642).
7600 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
7601 Bug#9642, but explicitly check that the buffer the overlay would
7602 be moved to is live and rearrange lines to make sure that errors
7603 will not put the overlay in an inconsistent state.
7604 (Fdelete_overlay): Cosmetics.
7605
7606 2012-05-28 Eli Zaretskii <eliz@gnu.org>
7607
7608 * w32term.c (my_bring_window_to_top): New function.
7609 (x_raise_frame): Use handle returned by DeferWindowPos, which
7610 could be different from the original one.
7611 Call my_bring_window_to_top instead of my_set_foreground_window.
7612 (Bug#11513)
7613
7614 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
7615 by calling BringWindowToTop.
7616
7617 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
7618 (WM_EMACS_END): Increase by one.
7619
7620 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
7621
7622 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
7623 This avoids undefined behavior that might cause the eassert
7624 to not catch an out-of-range value.
7625
7626 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
7629 Update dependencies.
7630
7631 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7632
7633 * bidi.c (bidi_mirror_char): Fix last change.
7634
7635 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
7636
7637 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
7638 when referring to sectname field in printf format.
7639
7640 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
7641
7642 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
7643 Only r_alloc_inhibit_buffer_relocation needed to be added;
7644 the others were already declared.
7645
7646 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
7647 before checking whether it's out of range. Put the check inside
7648 eassert. See
7649 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
7650
7651 2012-05-27 Ken Brown <kbrown@cornell.edu>
7652
7653 * callproc.c (Fcall_process): Restore a line that was accidentally
7654 commented out in the 2011-02-13 change (bug#11547).
7655
7656 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7657
7658 * lisp.h [REL_ALLOC]: Add prototypes for external functions
7659 defined on ralloc.c.
7660
7661 * buffer.c [REL_ALLOC]: Remove prototypes of
7662 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
7663 they are now on lisp.h.
7664
7665 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
7666
7667 * search.c (search_buffer): Use it to inhibit relocation of buffer
7668 text while re_search_2 is doing its job, because re_search_2 is
7669 passed C pointers to buffer text. (Bug#11519)
7670
7671 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
7672 Update value to 24.
7673
7674 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
7675 state after an additional call to move_it_in_display_line_to, keep
7676 the values of it->max_ascent and it->max_descent found for the
7677 entire line.
7678 (pos_visible_p): Revert the comparison against bottom_y to what it
7679 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
7680 (Bug#11464)
7681
7682 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
7683
7684 Fix coding-related core dumps with gcc -ftrapv.
7685 The code was computing A - B, where A and B are pointers, and B is
7686 random garbage. This can lead to core dumps on platforms that
7687 have special pointer registers, and it also leads to core dumps on
7688 x86-64 when compiled with gcc -ftrapv. The fix is to compute
7689 A - B only when B is initialized properly.
7690 * coding.c (coding_set_source, coding_set_destination): Return void.
7691 (coding_change_source, coding_change_destinations): New functions,
7692 with the old behaviors of coding_set_source and coding_set_destination.
7693 All callers that need an offset changed to use these new functions.
7694
7695 2012-05-26 Glenn Morris <rgm@gnu.org>
7696
7697 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
7698
7699 2012-05-26 Eli Zaretskii <eliz@gnu.org>
7700
7701 Extend mouse support on W32 text-mode console.
7702 * xdisp.c (draw_row_with_mouse_face):
7703 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
7704
7705 * w32console.c: Include window.h.
7706 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
7707 New functions.
7708 (initialize_w32_display): Initialize mouse-highlight data.
7709
7710 * w32inevt.c: Include termchar.h and window.h.
7711 (do_mouse_event): Support mouse-autoselect-window. When the mouse
7712 moves, call note_mouse_highlight. If help_echo changed, call
7713 gen_help_event to produce help-echo message in the echo area.
7714 Call clear_mouse_face if mouse_face_hidden is set in the mouse
7715 highlight info.
7716
7717 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
7718
7719 * lread.c (read1): Simplify slightly to avoid an overflow warning
7720 with GCC 4.7.0 on x86-64.
7721
7722 2012-05-26 Eli Zaretskii <eliz@gnu.org>
7723
7724 * bidi.c (bidi_mirror_char): Revert last change: an int is
7725 definitely wide enough here.
7726
7727 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
7728
7729 Fix integer width and related bugs (Bug#9874).
7730 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
7731 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
7732 (string_bytes, check_sblock, allocate_string_data):
7733 (compact_small_strings, Fmake_bool_vector, make_string)
7734 (make_unibyte_string, make_multibyte_string)
7735 (make_string_from_bytes, make_specified_string)
7736 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
7737 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
7738 (mark_vectorlike):
7739 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7740 (allocate_pseudovector):
7741 Use int, not EMACS_INT, where int is wide enough.
7742 (inhibit_garbage_collection, Fgarbage_collect):
7743 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7744 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
7745 int might not be wide enough.
7746 (bidi_cache_search, bidi_cache_find, bidi_init_it)
7747 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
7748 (bidi_at_paragraph_end, bidi_find_paragraph_start)
7749 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
7750 (bidi_level_of_next_char, bidi_move_to_visually_next):
7751 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7752 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
7753 (Fkill_buffer, Fset_buffer_major_mode)
7754 (advance_to_char_boundary, Fbuffer_swap_text)
7755 (Fset_buffer_multibyte, overlays_at, overlays_in)
7756 (overlay_touches_p, struct sortvec, record_overlay_string)
7757 (overlay_strings, recenter_overlay_lists)
7758 (adjust_overlays_for_insert, adjust_overlays_for_delete)
7759 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
7760 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
7761 (Foverlay_recenter, last_overlay_modification_hooks_used)
7762 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
7763 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7764 (validate_region): Omit unnecessary test for b <= e,
7765 since that's guaranteed by the previous test.
7766 (adjust_overlays_for_delete): Avoid pos + length overflow.
7767 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
7768 (report_overlay_modification):
7769 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7770 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
7771 Omit pointer cast, which isn't needed anyway, and doesn't work
7772 after the EMACS_INT -> ptrdiff_t change.
7773 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
7774 * buffer.h: Adjust decls to match defn changes elsewhere.
7775 (struct buffer_text, struct buffer):
7776 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7777 Use EMACS_INT, not int, where int might not be wide enough.
7778 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
7779 not int, to avoid needless 32-bit limit on 64-bit hosts.
7780 (exec_byte_code): Use tighter memory-full test, one that checks
7781 for alloca overflow. Don't compute the address of the object just
7782 before an array, as that's not portable. Use EMACS_INT, not
7783 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
7784 * callint.c (Fcall_interactively):
7785 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7786 * callproc.c (call_process_kill, Fcall_process):
7787 Don't assume pid_t fits into an Emacs fixnum.
7788 (call_process_cleanup, Fcall_process, child_setup):
7789 Don't assume pid_t fits into int.
7790 (call_process_cleanup, Fcall_process, delete_temp_file)
7791 (Fcall_process_region):
7792 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7793 (Fcall_process): Simplify handling of volatile integers.
7794 Use int, not EMACS_INT, where int will do.
7795 * casefiddle.c (casify_object, casify_region, operate_on_word)
7796 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
7797 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7798 (casify_object): Avoid integer overflow when overallocating buffer.
7799 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
7800 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
7801 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
7802 * category.h (CATEGORYP): Don't assume arg is nonnegative.
7803 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
7804 integers are now checked earlier. All uses replaced with XINT.
7805 (ccl_driver):
7806 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7807 For CCL_MapSingle, check that content and value are in int range.
7808 (ccl_driver, Fregister_code_conversion_map):
7809 Check that Vcode_version_map_vector is a vector.
7810 (resolve_symbol_ccl_program): Check that vector header is in range.
7811 Always copy the vector, so that we can check its contents reliably
7812 now rather than having to recheck each instruction as it's being
7813 executed. Check that vector words fit in 'int'.
7814 (ccl_get_compiled_code, Fregister_ccl_program)
7815 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
7816 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
7817 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
7818 contents are in range.
7819 (Fccl_execute_on_string): Check that status is in range.
7820 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
7821 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
7822 Accept and return EMACS_INT, not int, because callers can pass values
7823 out of 'int' range.
7824 (c_string_width, strwidth, lisp_string_width, chars_in_text)
7825 (multibyte_chars_in_text, parse_str_as_multibyte)
7826 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
7827 (str_as_unibyte, str_to_unibyte, string_count_byte8)
7828 (string_escape_byte8, Fget_byte):
7829 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7830 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
7831 avoid mishandling large integers.
7832 * character.h: Adjust decls to match defn changes elsewhere.
7833 * charset.c (load_charset_map_from_file, find_charsets_in_text)
7834 (Ffind_charset_region):
7835 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7836 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
7837 (load_charset_map_from_vector, Fdefine_charset_internal):
7838 Don't assume fixnum fits in int.
7839 (load_charset_map_from_vector, Fmap_charset_chars):
7840 Remove now-unnecessary CHECK_NATNUMs.
7841 (Fdefine_charset_internal): Check ranges here, more carefully.
7842 Don't rely on undefined behavior with signed left shift overflow.
7843 Don't assume unsigned int fits into fixnum, or that fixnum fits
7844 into unsigned int. Don't require max_code to be a valid fixnum;
7845 that's not true for gb10830 4-byte on a 32-bit host. Allow
7846 invalid_code to be a cons, for the same reason. Require code_offset
7847 to be a character. Avoid int overflow if max_char is close
7848 to INT_MAX.
7849 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
7850 this is intended anyway and avoids some undefined behavior.
7851 (load_charset_map): Pass unsigned, not int, as 2nd arg of
7852 INDEX_TO_CODE_POINT, as that's what it expects.
7853 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
7854 * charset.h (DECODE_CHAR): Return int, not unsigned;
7855 this is what was intended anyway, and it avoids undefined behavior.
7856 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
7857 integer-overflow issues.
7858 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
7859 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
7860 where the argument is EMACS_INT, and this behavior is not intended.
7861 * chartab.c (Fmake_char_table, Fset_char_table_range)
7862 (uniprop_get_decoder, uniprop_get_encoder):
7863 Don't assume fixnum fits in int.
7864 * cmds.c (move_point): New function, that does the gist of
7865 Fforward_char and Fbackward_char, but does so while checking
7866 for integer overflow more accurately.
7867 (Fforward_char, Fbackward_char): Use it.
7868 (Fforward_line, Fend_of_line, internal_self_insert)
7869 (internal_self_insert):
7870 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7871 Fix a FIXME, by checking for integer overflow when calculating
7872 target_clm and actual_clm.
7873 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
7874 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
7875 (ASSURE_DESTINATION, coding_alloc_by_realloc)
7876 (coding_alloc_by_making_gap, alloc_destination)
7877 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
7878 (encode_coding_utf_16, detect_coding_emacs_mule)
7879 (decode_coding_emacs_mule, encode_coding_emacs_mule)
7880 (detect_coding_iso_2022, decode_coding_iso_2022)
7881 (encode_invocation_designation, encode_designation_at_bol)
7882 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
7883 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
7884 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
7885 (encode_coding_ccl, encode_coding_raw_text)
7886 (detect_coding_charset, decode_coding_charset)
7887 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
7888 (produce_composition, produce_charset, produce_annotation)
7889 (decode_coding, handle_composition_annotation)
7890 (handle_charset_annotation, consume_chars, decode_coding_gap)
7891 (decode_coding_object, encode_coding_object, detect_coding_system)
7892 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
7893 (code_convert_region, code_convert_string)
7894 (Fdefine_coding_system_internal)
7895 (coding_set_source, coding_set_destination):
7896 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7897 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
7898 (Fdefine_coding_system_internal):
7899 Don't assume fixnums fit in int.
7900 (decode_coding_gap, decode_coding_object, encode_coding_object)
7901 (Fread_coding_system, Fdetect_coding_region)
7902 (Funencodable_char_position, Fcheck_coding_systems_region)
7903 (get_translation, handle_composition_annotation, consume_chars):
7904 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7905 (consume_chars): Rewrite to not calculate an address outside buffer.
7906 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
7907 Don't access memory outside of the args array.
7908 (Fdefine_coding_system_internal): Check for charset-id overflow.
7909 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
7910 result of ENCODE_CHAR.
7911 * coding.h: Adjust decls to match defn changes elsewhere.
7912 (struct coding_system):
7913 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7914 * composite.c (get_composition_id, find_composition)
7915 (run_composition_function, update_compositions)
7916 (compose_text, composition_gstring_put_cache)
7917 (composition_gstring_p, composition_gstring_width)
7918 (fill_gstring_header, fill_gstring_body, autocmp_chars)
7919 (composition_compute_stop_pos, composition_reseat_it)
7920 (composition_update_it, struct position_record)
7921 (find_automatic_composition, composition_adjust_point)
7922 (Fcomposition_get_gstring, Ffind_composition_internal):
7923 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7924 (update_compositions):
7925 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7926 * composite.h: Adjust decls to match defn changes elsewhere.
7927 (struct composition):
7928 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7929 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
7930 Do not attempt to compute the address of the object just before a
7931 buffer; this is not portable.
7932 (Faref, Faset):
7933 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7934 (Faset): Use int, not EMACS_INT, where int is wide enough.
7935 (Fstring_to_number): Don't assume fixnums fit in int.
7936 (Frem): Don't assume arg is nonnegative.
7937 * dbusbind.c (xd_append_arg): Check for integers out of range.
7938 (Fdbus_call_method): Don't overflow the timeout int.
7939 (extract_signed, extract_unsigned): New functions.
7940 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
7941 (xd_get_connection_references): Return ptrdiff_t, not int.
7942 All uses changed.
7943 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
7944 (xd_read_message_1):
7945 Use int, not unsigned, where the dbus API uses int.
7946 (Fdbus_message_internal): Don't overflow mtype.
7947 (syms_of_dbusbind): Allocate right-sized buffer for integers.
7948 * dired.c (directory_files_internal, file_name_completion, scmp)
7949 (file_name_completion_stat):
7950 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7951 (file_name_completion): Don't overflow matchcount.
7952 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
7953 * dispextern.h: Adjust decls to match defn changes elsewhere.
7954 (struct text_pos, struct glyph, struct bidi_saved_info)
7955 (struct bidi_string_data, struct bidi_it, struct composition_it)
7956 (struct it):
7957 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7958 (struct display_pos, struct composition_it, struct it):
7959 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7960 * dispnew.c (increment_matrix_positions)
7961 (increment_row_positions, mode_line_string)
7962 (marginal_area_string):
7963 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7964 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
7965 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7966 (duration_to_sec_usec): New function, to check for overflow better.
7967 (Fsleep_for, sit_for): Use it.
7968 * doc.c (get_doc_string, store_function_docstring):
7969 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7970 (get_doc_string, Fsnarf_documentation):
7971 Use int, not EMACS_INT, where int is wide enough.
7972 (get_doc_string):
7973 Use SAFE_ALLOCA, not alloca.
7974 Check for overflow when converting EMACS_INT to off_t.
7975 * doprnt.c (doprnt):
7976 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7977 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
7978 Don't assume uid_t fits into fixnum.
7979 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
7980 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
7981 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
7982 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
7983 (general_insert_function)
7984 (Finsert_char, make_buffer_string, make_buffer_string_both)
7985 (update_buffer_properties, Fbuffer_substring)
7986 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
7987 (Fsubst_char_in_region, check_translation)
7988 (Ftranslate_region_internal, save_restriction_restore, Fformat)
7989 (transpose_markers, Ftranspose_regions):
7990 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7991 (clip_to_bounds): Move to lisp.h as an inline function).
7992 (Fconstrain_to_field): Don't assume integers are nonnegative.
7993 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
7994 (Fsubst_char_in_region, Fsave_restriction):
7995 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7996 (Femacs_pid): Don't assume pid_t fits into fixnum.
7997 (lo_time): Use int, not EMACS_INT, when int suffices.
7998 (lisp_time_argument): Check for usec out of range.
7999 (Fencode_time): Don't assume fixnum fits in int.
8000 (Fuser_login_name, Fuser_full_name): Signal an error
8001 if a uid argument is out of range, rather than relying on
8002 undefined behavior.
8003 (Fformat_time_string): Remove now-unnecessary check.
8004 lisp_time_argument checks for out-of-range usec now.
8005 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
8006 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
8007 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
8008 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
8009 (init_cmdargs, Fdump_emacs):
8010 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8011 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
8012 the bottom (typically) 32 bits of the fixnum.
8013 * eval.c (specpdl_size, call_debugger):
8014 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8015 (when_entered_debugger, Fbacktrace_debug):
8016 Don't assume fixnum can fit in int.
8017 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
8018 the object just before a buffer; this is not portable.
8019 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
8020 (grow_specpdl, unbind_to):
8021 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8022 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
8023 (grow_specpdl): Simplify allocation by using xpalloc.
8024 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
8025 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
8026 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
8027 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8028 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
8029 (a_write, e_write):
8030 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8031 (Fcopy_file, non_regular_nbytes, read_non_regular)
8032 (Finsert_file_contents):
8033 Use int, not EMACS_INT, where int is wide enough.
8034 (READ_BUF_SIZE): Verify that it fits in int.
8035 (Finsert_file_contents): Check that counts are in proper range,
8036 rather than assuming fixnums fit into ptrdiff_t etc.
8037 Don't assume fixnums fit into int.
8038 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
8039 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
8040 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
8041 (string_char_to_byte, string_byte_to_char)
8042 (string_make_multibyte, string_to_multibyte)
8043 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
8044 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
8045 (substring_both, Fdelete, internal_equal, Ffillarray)
8046 (Fclear_string, mapcar1)
8047 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
8048 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
8049 (larger_vector, make_hash_table, maybe_resize_hash_table)
8050 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
8051 (Fmaphash, secure_hash):
8052 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8053 (concat): Check for string index and length overflow.
8054 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
8055 (Frequire):
8056 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8057 (larger_vector): New API (vec, incr_min, size_max) replaces old
8058 one (vec, new_size, init). This catches size overflow.
8059 INIT was removed because it was always Qnil.
8060 All callers changed.
8061 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
8062 the upper bound on a hash table index size.
8063 (make_hash_table, maybe_resize_hash_table): Use it.
8064 (secure_hash): Computer start_byte and end_byte only after
8065 they're known to be in ptrdiff_t range.
8066 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
8067 (Ffont_get_glyphs, Ffont_at):
8068 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8069 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
8070 (Flist_fonts, Fopen_font):
8071 Don't assume fixnum can fit in int.
8072 (check_gstring): Don't assume index can fit in int.
8073 (font_match_p): Check that fixnum is a character, not a nonnegative
8074 fixnum, since the later code needs to stuff it into an int.
8075 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
8076 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
8077 conversion overflow issues.
8078 (Fopen_font): Check for integer out of range.
8079 (Ffont_get_glyphs): Don't assume index can fit in int.
8080 * font.h: Adjust decls to match defn changes elsewhere.
8081 * fontset.c (reorder_font_vector): Redo score calculation to avoid
8082 integer overflow.
8083 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
8084 printmax_t, where ptrdiff_t is wide enough.
8085 (Finternal_char_font):
8086 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8087 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
8088 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
8089 (Fset_frame_position, x_set_frame_parameters)
8090 (x_set_line_spacing, x_set_border_width)
8091 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
8092 Check that fixnums are in proper range for system types.
8093 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
8094 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8095 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
8096 Use SAFE_ALLOCA_LISP, not alloca.
8097 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
8098 intptr_t is wide enough.
8099 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
8100 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
8101 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
8102 Check for fixnum out of range.
8103 * ftfont.c (ftfont_list): Don't assume index fits in int.
8104 Check that fixnums are in proper range for system types.
8105 (ftfont_shape_by_flt):
8106 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8107 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
8108 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8109 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
8110 Check that fixnums are in proper range for system types.
8111 * gnutls.h: Adjust decls to match defn changes elsewhere.
8112 * gtkutil.c (xg_dialog_run):
8113 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8114 (update_frame_tool_bar):
8115 Check that fixnums are in proper range for system types.
8116 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
8117 (lookup_image): Check that fixnums are in range for system types.
8118 * indent.c (last_known_column, last_known_column_point):
8119 (current_column_bol_cache):
8120 (skip_invisible, current_column, check_display_width):
8121 (check_display_width, scan_for_column, current_column_1)
8122 (Findent_to, Fcurrent_indentation, position_indentation)
8123 (indented_beyond_p, Fmove_to_column, compute_motion):
8124 (Fcompute_motion, Fvertical_motion):
8125 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8126 (last_known_column_modified): Use EMACS_INT, not int.
8127 (check_display_width):
8128 (Fcompute_motion):
8129 Check that fixnums and floats are in proper range for system types.
8130 (compute_motion): Don't assume index or fixnum fits in int.
8131 (compute_motion, Fcompute_motion):
8132 Use int, not EMACS_INT, when it is wide enough.
8133 (vmotion): Omit local var start_hpos that is always 0; that way
8134 we don't need to worry about overflow in expressions involving it.
8135 * indent.h: Adjust decls to match defn changes elsewhere.
8136 (struct position):
8137 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8138 Use int, not EMACS_INT, where int is wide enough.
8139 Remove unused members ovstring_chars_done and tab_offset;
8140 all uses removed.
8141 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
8142 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
8143 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
8144 (make_gap, copy_text, insert, insert_and_inherit)
8145 (insert_before_markers, insert_before_markers_and_inherit)
8146 (insert_1, count_combining_before, count_combining_after)
8147 (insert_1_both, insert_from_string)
8148 (insert_from_string_before_markers, insert_from_string_1)
8149 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
8150 (adjust_after_replace, adjust_after_insert, replace_range)
8151 (replace_range_2, del_range, del_range_1, del_range_byte)
8152 (del_range_both, del_range_2, modify_region)
8153 (prepare_to_modify_buffer, signal_before_change)
8154 (signal_after_change, Fcombine_after_change_execute):
8155 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8156 * intervals.c (traverse_intervals, rotate_right, rotate_left)
8157 (balance_an_interval, split_interval_right, split_interval_left)
8158 (find_interval, next_interval, update_interval)
8159 (adjust_intervals_for_insertion, delete_node, delete_interval)
8160 (interval_deletion_adjustment, adjust_intervals_for_deletion)
8161 (static_offset_intervals, offset_intervals)
8162 (merge_interval_right, merge_interval_left, make_new_interval)
8163 (graft_intervals_into_buffer, temp_set_point_both)
8164 (temp_set_point, set_point, adjust_for_invis_intang)
8165 (set_point_both, move_if_not_intangible, get_property_and_range)
8166 (get_local_map, copy_intervals, copy_intervals_to_string)
8167 (compare_string_intervals, set_intervals_multibyte_1):
8168 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8169 * intervals.h: Adjust decls to match defn changes elsewhere.
8170 (struct interval):
8171 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8172 * keyboard.c (this_command_key_count, this_single_command_key_start)
8173 (before_command_key_count, before_command_echo_length, echo_now)
8174 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
8175 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
8176 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
8177 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
8178 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8179 (last_non_minibuf_size, last_point_position, echo_truncate)
8180 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
8181 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
8182 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
8183 (stuff_buffered_input):
8184 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8185 (last_auto_save, command_loop_1, read_char):
8186 Use EMACS_INT, not int, to avoid integer overflow.
8187 (record_char): Avoid overflow in total_keys computation.
8188 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
8189 * keyboard.h: Adjust decls to match defn changes elsewhere.
8190 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
8191 (Fkey_description, Fdescribe_vector, Flookup_key):
8192 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8193 (click_position): New function, to check that positions are in range.
8194 (Fcurrent_active_maps):
8195 (describe_command):
8196 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8197 (Faccessible_keymaps, Fkey_description):
8198 (preferred_sequence_p):
8199 Don't assume fixnum can fit into int.
8200 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
8201 Check for integer overflow in size calculations.
8202 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
8203 avoid mishandling large integers.
8204 * lisp.h: Adjust decls to match defn changes elsewhere.
8205 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
8206 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
8207 (struct Lisp_Marker):
8208 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8209 (clip_to_bounds): Now an inline function, moved here from editfns.c.
8210 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
8211 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
8212 All callers changed.
8213 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
8214 Assume the arg has valid form, since it always does.
8215 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
8216 unsigned integer system type.
8217 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
8218 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
8219 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8220 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
8221 (duration_to_sec_usec): New decl.
8222 * lread.c (read_from_string_index, read_from_string_index_byte)
8223 (read_from_string_limit, readchar, unreadchar, openp)
8224 (read_internal_start, read1, oblookup):
8225 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8226 (Fload, readevalloop, Feval_buffer, Feval_region):
8227 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8228 (openp): Check for out-of-range argument to 'access'.
8229 (read1): Use int, not EMACS_INT, where int is wide enough.
8230 Don't assume fixnum fits into int.
8231 Fix off-by-one error that can read outside a buffer.
8232 (read_filtered_event): Use duration_to_sec_usec
8233 to do proper overflow checking on durations.
8234 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
8235 in size calculation.
8236 (Fexecute_kbd_macro):
8237 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8238 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
8239 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
8240 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
8241 (set_marker_both, set_marker_restricted_both, marker_position)
8242 (marker_byte_position, Fbuffer_has_markers_at):
8243 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8244 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
8245 * menu.c (ensure_menu_items): Rename from grow_menu_items.
8246 It now merely ensures that the menu is large enough, without
8247 necessarily growing it, as this avoids some integer overflow issues.
8248 All callers changed.
8249 (keymap_panes, parse_single_submenu, Fx_popup_menu):
8250 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8251 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
8252 Use SAFE_ALLOCA_LISP, not alloca.
8253 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
8254 to EMACS_INT. Check that fixnums are in proper range for system types.
8255 * minibuf.c (minibuf_prompt_width, string_to_object)
8256 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
8257 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
8258 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8259 (get_minibuffer, read_minibuf_unwind):
8260 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8261 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
8262 this simplifies overflow checking. All callers changed.
8263 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
8264 (Ftest_completion):
8265 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8266 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
8267 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
8268 Check that fixnums are in proper range for system types.
8269 (Fx_create_frame, Fx_show_tip):
8270 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8271 * nsfont.m (ns_findfonts, nsfont_list_family):
8272 Don't assume fixnum fits in long.
8273 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
8274 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8275 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
8276 wide enough.
8277 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
8278 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8279 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
8280 (PRINTDECLARE, PRINTPREPARE):
8281 (strout, print_string):
8282 (print, print_preprocess, print_check_string_charset_prop)
8283 (print_object):
8284 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8285 (PRINTDECLARE):
8286 (temp_output_buffer_setup, Fprin1_to_string, print_object):
8287 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8288 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
8289 (printchar, strout): Use xpalloc to catch size calculation overflow.
8290 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
8291 (print_error_message): Use SAFE_ALLOCA, not alloca.
8292 (print_object): Use int, not EMACS_INT, where int is wide enough.
8293 (print_depth, new_backquote_output, print_number_index):
8294 Use ptrdiff_t, not int, where int might not be wide enough.
8295 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
8296 (Fset_process_window_size, Fformat_network_address)
8297 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
8298 (sigchld_handler):
8299 Check that fixnums are in proper range for system types.
8300 (Fsignal_process): Simplify by avoiding a goto.
8301 Check for process-ids out of pid_t range rather than relying on
8302 undefined behavior.
8303 (process_tick, update_tick): Use EMACS_INT, not int.
8304 (Fformat_network_address, read_process_output, send_process)
8305 (Fprocess_send_region, status_notify):
8306 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8307 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
8308 (wait_reading_process_output, read_process_output, exec_sentinel):
8309 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8310 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
8311 (Faccept_process_output): Use duration_to_sec_usec to do proper
8312 overflow checking on durations.
8313 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
8314 Don't assume pid_t fits in int.
8315 * process.h (struct Lisp_Process): Members tick and update_tick
8316 are now of type EMACS_INT, not int.
8317 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
8318 configured --with-wide-int.
8319 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
8320 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
8321 * search.c (looking_at_1, string_match_1):
8322 (fast_string_match, fast_c_string_match_ignore_case)
8323 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
8324 (scan_newline, find_before_next_newline, search_command)
8325 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
8326 (set_search_regs, wordify):
8327 (Freplace_match):
8328 (Fmatch_data):
8329 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8330 (string_match_1, search_buffer, set_search_regs):
8331 (Fmatch_data):
8332 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8333 (wordify): Check for overflow in size calculation.
8334 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
8335 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
8336 Check that fixnums are in proper range for system types.
8337 * sound.c (struct sound_device)
8338 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
8339 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8340 (Fplay_sound_internal):
8341 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8342 * syntax.c (struct lisp_parse_state, find_start_modiff)
8343 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
8344 (Fparse_partial_sexp):
8345 Don't assume fixnums can fit in int.
8346 (struct lisp_parse_state, find_start_pos, find_start_value)
8347 (find_start_value_byte, find_start_begv)
8348 (update_syntax_table, char_quoted, dec_bytepos)
8349 (find_defun_start, prev_char_comend_first, back_comment):
8350 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
8351 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
8352 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8353 (Finternal_describe_syntax_value): Check that match_lisp is a
8354 character, not an integer, since the code stuffs it into int.
8355 (scan_words, scan_sexps_forward):
8356 Check that fixnums are in proper range for system types.
8357 (Fforward_word):
8358 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8359 (scan_sexps_forward):
8360 Use CHARACTERP, not INTEGERP, since the value must fit into int.
8361 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
8362 * syntax.h: Adjust decls to match defn changes elsewhere.
8363 (struct gl_state_s):
8364 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8365 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
8366 MOST_POSITIVE_FIXNUM.
8367 * sysdep.c (wait_for_termination_1, wait_for_termination)
8368 (interruptible_wait_for_termination, mkdir):
8369 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
8370 (emacs_read, emacs_write):
8371 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8372 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
8373 and double all fit in int.
8374 * term.c (set_tty_color_mode):
8375 Check that fixnums are in proper range for system types.
8376 * termhooks.h (struct input_event):
8377 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8378 * textprop.c (validate_interval_range, interval_of)
8379 (Fadd_text_properties, set_text_properties_1)
8380 (Fremove_text_properties, Fremove_list_of_text_properties)
8381 (Ftext_property_any, Ftext_property_not_all)
8382 (copy_text_properties, text_property_list, extend_property_ranges)
8383 (verify_interval_modification):
8384 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8385 (Fnext_single_char_property_change)
8386 (Fprevious_single_char_property_change):
8387 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8388 (copy_text_properties):
8389 Check for integer overflow in index calculation.
8390 * undo.c (last_boundary_position, record_point, record_insert)
8391 (record_delete, record_marker_adjustment, record_change)
8392 (record_property_change):
8393 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8394 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
8395 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8396 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
8397 (Fx_hide_tip, Fx_file_dialog):
8398 * w32menu.c (set_frame_menubar):
8399 Use ptrdiff_t, not int, for consistency with rest of code.
8400 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
8401 (select_window, Fdelete_other_windows_internal)
8402 (window_scroll_pixel_based, window_scroll_line_based)
8403 (Frecenter, Fset_window_configuration):
8404 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8405 (Fset_window_hscroll, run_window_configuration_change_hook)
8406 (set_window_buffer, temp_output_buffer_show, scroll_command)
8407 (Fscroll_other_window, Frecenter):
8408 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8409 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
8410 Don't assume fixnum fits in int.
8411 (Fset_window_scroll_bars):
8412 Check that fixnums are in proper range for system types.
8413 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
8414 (string_pos, c_string_pos, number_of_chars, init_iterator)
8415 (in_ellipses_for_invisible_text_p, init_from_display_pos)
8416 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
8417 (compute_display_string_end, handle_face_prop)
8418 (face_before_or_after_it_pos, handle_invisible_prop)
8419 (handle_display_prop, handle_display_spec, handle_single_display_spec)
8420 (display_prop_intangible_p, string_buffer_position_lim)
8421 (string_buffer_position, handle_composition_prop, load_overlay_strings)
8422 (get_overlay_strings_1, get_overlay_strings)
8423 (iterate_out_of_display_property, forward_to_next_line_start)
8424 (back_to_previous_visible_line_start, reseat, reseat_to_string)
8425 (get_next_display_element, set_iterator_to_next)
8426 (get_visually_first_element, compute_stop_pos_backwards)
8427 (handle_stop_backwards, next_element_from_buffer)
8428 (move_it_in_display_line_to, move_it_in_display_line)
8429 (move_it_to, move_it_vertically_backward, move_it_by_lines)
8430 (add_to_log, message_dolog, message_log_check_duplicate)
8431 (message2, message2_nolog, message3, message3_nolog
8432 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
8433 (current_message_1, truncate_echo_area, truncate_message_1)
8434 (set_message, set_message_1, store_mode_line_noprop)
8435 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
8436 (text_outside_line_unchanged_p, check_point_in_composition)
8437 (reconsider_clip_changes)
8438 (redisplay_internal, set_cursor_from_row, try_scrolling)
8439 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
8440 (redisplay_window, find_last_unchanged_at_beg_row)
8441 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
8442 (trailing_whitespace_p, find_row_edges, display_line)
8443 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
8444 (display_mode_element, store_mode_line_string)
8445 (pint2str, pint2hrstr, decode_mode_spec)
8446 (display_count_lines, display_string, draw_glyphs)
8447 (x_produce_glyphs, x_insert_glyphs)
8448 (rows_from_pos_range, mouse_face_from_buffer_pos)
8449 (fast_find_string_pos, mouse_face_from_string_pos)
8450 (note_mode_line_or_margin_highlight, note_mouse_highlight):
8451 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8452 (safe_call, init_from_display_pos, handle_fontified_prop)
8453 (handle_single_display_spec, load_overlay_strings)
8454 (with_echo_area_buffer, setup_echo_area_for_printing)
8455 (display_echo_area, echo_area_display)
8456 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
8457 (update_tool_bar, hscroll_window_tree, redisplay_internal)
8458 (redisplay_window, dump_glyph_row, display_mode_line)
8459 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
8460 (handle_display_spec, display_prop_string_p):
8461 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8462 (handle_single_display_spec, build_desired_tool_bar_string)
8463 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
8464 (get_specified_cursor_type):
8465 Check that fixnums are in proper range for system types.
8466 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
8467 (Flookup_image_map):
8468 Don't assume fixnums fit in int.
8469 (compare_overlay_entries):
8470 Avoid mishandling comparisons due to subtraction overflow.
8471 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
8472 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
8473 (handle_tool_bar_click):
8474 Use int, not unsigned, since we prefer signed and the signedness
8475 doesn't matter here.
8476 (get_next_display_element, next_element_from_display_vector):
8477 Use int, not EMACS_INT, when int is wide enough.
8478 (start_hourglass): Use duration_to_sec_usec to do proper
8479 overflow checking on durations.
8480 * xfaces.c (Fbitmap_spec_p):
8481 Check that fixnums are in proper range for system types.
8482 (compare_fonts_by_sort_order):
8483 Avoid mishandling comparisons due to subtraction overflow.
8484 (Fx_family_fonts, realize_basic_faces):
8485 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8486 (Fx_family_fonts):
8487 Don't assume fixnum fits in int.
8488 Use SAFE_ALLOCA_LISP, not alloca.
8489 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
8490 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
8491 (face_at_buffer_position, face_for_overlay_string)
8492 (face_at_string_position):
8493 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8494 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
8495 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
8496 (Fx_show_tip):
8497 Check that fixnums are in proper range for system types.
8498 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
8499 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
8500 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8501 (Fx_change_window_property): Don't assume fixnums fit in int.
8502 * xfont.c (xfont_chars_supported):
8503 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8504 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
8505 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
8506 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8507 * xml.c (parse_region):
8508 * xrdb.c (magic_file_p):
8509 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8510 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
8511 (x_get_local_selection, x_reply_selection_request)
8512 (x_handle_selection_request, wait_for_property_change):
8513 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8514 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
8515 short is wide enough.
8516 (x_send_client_event): Don't assume fixnum fits in int.
8517 * xterm.c (x_x_to_emacs_modifiers):
8518 Don't assume EMACS_INT overflows nicely into int.
8519 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
8520 may come from Lisp.
8521 (handle_one_xevent): NATNUMP can eval its arg twice.
8522 (x_connection_closed):
8523 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8524 * xterm.h: Adjust decls to match defn changes elsewhere.
8525 (struct scroll_bar): Use struct vectorlike_header
8526 rather than rolling our own approximation.
8527 (SCROLL_BAR_VEC_SIZE): Remove; not used.
8528
8529 2012-05-25 Glenn Morris <rgm@gnu.org>
8530
8531 * lisp.mk (lisp): Update for more files being compiled now.
8532
8533 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * lread.c: Remove `read_pure' which makes no difference.
8536 (read_pure): Remove var.
8537 (unreadpure): Remove function.
8538 (readevalloop): Don't call read_list with -1 flag.
8539 (read1, read_vector): Don't test read_pure any more.
8540 (read_list): Simplify.
8541
8542 * fileio.c, character.h: Minor style tweaks.
8543
8544 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
8545
8546 * window.h (clip_changed): Remove useless declaration.
8547
8548 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
8549
8550 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
8551 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
8552
8553 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
8554
8555 Remove src/m/*.
8556 This directory predates autoconf and is no longer needed nowadays.
8557 Move its few remaining bits of functionality to where they're needed.
8558 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
8559 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
8560 * m/template.h: Remove.
8561 * Makefile.in (M_FILE): Remove. All uses removed.
8562 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
8563 * lisp.h (USE_LSB_TAG):
8564 * mem-limits.h (EXCEEDS_LISP_PTR):
8565 Use VAL_MAX, not VALBITS, in #if.
8566 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
8567 (EMACS_UINT): Define unconditionally now.
8568 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
8569 (BITS_PER_EMACS_INT): New constants, replacing
8570 what used to be in config.h, but not useful in #if.
8571 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
8572 define them any more.
8573 (VAL_MAX): New macro.
8574 (VALMASK): Use it.
8575 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
8576 BITS_PER_EMACS_INT, in #if.
8577 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
8578 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
8579 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
8580 * s/ms-w32.h (DATA_START):
8581 Move here from removed file m/intel386.h.
8582 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
8583 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
8584
8585 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
8586
8587 Assume C89 or later.
8588 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
8589 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
8590 (xrealloc):
8591 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
8592 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
8593 * textprop.c, tparam.c (NULL): Remove.
8594 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
8595 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
8596 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
8597 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
8598 * xterm.c (input_signal_count): Assume volatile works.
8599
8600 2012-05-21 Ken Brown <kbrown@cornell.edu>
8601
8602 * xgselect.c (xg_select): Fix first argument in call to 'select'
8603 (bug#11508).
8604
8605 2012-05-20 Ken Brown <kbrown@cornell.edu>
8606
8607 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
8608 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
8609
8610 2012-05-19 Ken Brown <kbrown@cornell.edu>
8611
8612 * xfns.c (x_in_use): Remove `static' qualifier.
8613 * xterm.h (x_in_use): Declare.
8614 * xgselect.c: Include xterm.h.
8615 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
8616 and `display_arg' (bug#9754).
8617
8618 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
8619
8620 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
8621
8622 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
8623 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
8624
8625 2012-05-18 Eli Zaretskii <eliz@gnu.org>
8626
8627 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
8628
8629 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
8630 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
8631
8632 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
8633 reference to image_cache->refcount.
8634 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
8635
8636 2012-05-17 Juri Linkov <juri@jurta.org>
8637
8638 * search.c (Fword_search_regexp, Fword_search_backward)
8639 (Fword_search_forward, Fword_search_backward_lax)
8640 (Fword_search_forward_lax): Move functions to isearch.el
8641 (bug#10145, bug#11381).
8642
8643 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
8644
8645 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
8646
8647 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * lread.c (init_obarray): Declare Qt and Qnil as special.
8650
8651 2012-05-14 Glenn Morris <rgm@gnu.org>
8652
8653 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
8654 Put "libexec" before "bin", for the sake of init_callproc_1.
8655
8656 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
8657
8658 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
8659
8660 * unexaix.c: Port to more-recent AIX compilers.
8661 (report_error, report_error_1, make_hdr, copy_sym)
8662 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
8663 Make arguments const char *, not char *, to avoid violations of C
8664 standard and to fix some AIX warnings reported by Gilles Pion.
8665
8666 2012-05-14 Eli Zaretskii <eliz@gnu.org>
8667
8668 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
8669 already have overlays loaded.
8670 (handle_single_display_spec): Before returning without displaying
8671 fringe bitmap, synchronize the bidi iterator with the main display
8672 iterator, by calling iterate_out_of_display_property.
8673 (iterate_out_of_display_property): Detect buffer iteration by
8674 testing that it->string is a Lisp string.
8675 (get_next_display_element): When the current object is exhausted,
8676 and there's something on it->stack, call set_iterator_to_next to
8677 proceed with what's on the stack, instead of returning zero.
8678 (set_iterator_to_next): If called at the end of a Lisp string,
8679 proceed to consider_string_end without incrementing string
8680 position. Don't increment display vector index past the end of
8681 the display vector. (Bug#11417)
8682 (pos_visible_p): Don't report a position visible when move_it_to
8683 stopped at the last line of window, which happens to be scanned
8684 backwards by the bidi iteration. (Bug#11464)
8685
8686 2012-05-14 Eli Zaretskii <eliz@gnu.org>
8687
8688 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
8689 and right-margin display specs even if the spec is invalid or we
8690 are on a TTY, and thus unable to display on the fringes.
8691 That's because the text with the property will not be displayed anyway,
8692 so we need to signal to the caller that this is a "replacing"
8693 display spec. This fixes display when the spec is invalid or we
8694 are on a TTY.
8695
8696 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
8697
8698 * unexaix.c (make_hdr): Fix typo in prototype.
8699 This bug broke the build on AIX. Problem reported by Gilles Pion.
8700
8701 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
8702
8703 * keyboard.c (kbd_buffer_get_event): Read special events also in
8704 batch mode. (Bug#11415)
8705
8706 2012-05-12 Glenn Morris <rgm@gnu.org>
8707
8708 * ns.mk: Update for ns_appbindir no longer having trailing "/".
8709
8710 2012-05-12 Eli Zaretskii <eliz@gnu.org>
8711
8712 * lisp.mk (lisp): Add newcomment.elc.
8713
8714 2012-05-12 Glenn Morris <rgm@gnu.org>
8715
8716 * Makefile.in (MKDIR_P): New, set by configure.
8717 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
8718
8719 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
8720
8721 Remove unused function hourglass_started.
8722 * dispextern.h (hourglass_started):
8723 * w32fns.c (hourglass_started):
8724 * xdisp.c (hourglass_started): Remove.
8725
8726 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
8727
8728 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
8729 Update dependencies.
8730
8731 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
8732
8733 * xgselect.c (xg_select): Put maxfds+1 into a var.
8734 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
8735
8736 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
8737
8738 2012-05-10 Dave Abrahams <dave@boostpro.com>
8739
8740 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
8741 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
8742
8743 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
8744
8745 * dbusbind.c (xd_registered_buses): New internal Lisp object.
8746 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
8747 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
8748 Initialize xd_registered_buses.
8749
8750 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
8751
8752 Untag more efficiently if USE_LSB_TAG.
8753 This is based on a proposal by YAMAMOTO Mitsuharu in
8754 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
8755 For an admittedly artificial (nth 8000 longlist) benchmark on
8756 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
8757 Emacs's overall text size by 1%.
8758 * lisp.h (XUNTAG): New macro.
8759 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
8760 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
8761 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
8762 * eval.c (Fautoload):
8763 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
8764 * frame.h (XFRAME): Use XUNTAG.
8765
8766 Port recent dbusbind.c changes to 32-bit --with-wide-int.
8767 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
8768 Remove unportable assumptions about print widths of types like
8769 dbus_uint32_t.
8770 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
8771 intptr_t when converting between pointer and integer, to avoid GCC
8772 warnings about wrong width.
8773
8774 2012-05-09 Eli Zaretskii <eliz@gnu.org>
8775
8776 * w32proc.c (new_child): Force Windows to reserve only 64KB of
8777 stack for each reader_thread, instead of defaulting to 8MB
8778 determined by the linker. This avoids failures in creating
8779 subprocesses on Windows 7, see the discussion in this thread:
8780 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
8781
8782 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
8783
8784 Fix up display of the *Minibuf-0* buffer in the mini window.
8785 * keyboard.c (read_char): Don't clear the echo area if there's no
8786 message to clear.
8787 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
8788 contents of *Minibuf-0*) if there's no message displayed in its stead.
8789
8790 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
8791
8792 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
8793 batch mode.
8794
8795 2012-05-06 Chong Yidong <cyd@gnu.org>
8796
8797 * lisp.mk (lisp): Update.
8798
8799 2012-05-05 Jim Meyering <meyering@redhat.com>
8800
8801 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
8802
8803 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * data.c (PUT_ERROR): New macro.
8806 (syms_of_data): Use it. Add new error type `user-error'.
8807 * undo.c (user_error): New function.
8808 (Fprimitive_undo): Use it.
8809 * print.c (print_error_message): Adjust print style for `user-error'.
8810 * keyboard.c (user_error): New function.
8811 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
8812
8813 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
8814
8815 Do not limit current-time-string to years 1000..9999.
8816 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
8817 (Fcurrent_time_string): Support any year that is supported by the
8818 underlying localtime representation. Don't use asctime, as it
8819 has undefined behavior for years outside the range -999..9999.
8820
8821 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
8822
8823 Fix race conditions involving setenv, gmtime, localtime, asctime.
8824 Without this fix, interrupts could mess up code that uses these
8825 nonreentrant functions, since setting TZ invalidates existing
8826 tm_zone or tzname values, and since most of these functions return
8827 pointers to static storage.
8828 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
8829 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
8830 Grow the critical sections to include not just invoking
8831 localtime/gmtime, but also accessing these functions' results
8832 including their tm_zone values if any, and any related TZ setting.
8833 (format_time_string): Last arg is now struct tm *, not struct tm **,
8834 so that the struct tm is saved in the critical section.
8835 All callers changed. Simplify allocation of initial buffer, partly
8836 motivated by the fact that memory allocation needs to be outside
8837 the critical section.
8838
8839 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
8840
8841 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
8842 with RESET_INTERVAL.
8843
8844 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
8845 Remove duplicated buffer name initialization.
8846
8847 2012-05-02 Jim Meyering <jim@meyering.net>
8848
8849 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
8850
8851 * xfns.c (x_window): Use xstrdup (Bug#11375).
8852
8853 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8854
8855 * xdisp.c (pos_visible_p): If already at a newline from the
8856 display string before the 'while' loop, don't walk back the glyphs
8857 from it3.glyph_row. Solves assertion violation when the display
8858 string begins with a newline (egg.el). (Bug#11367)
8859
8860 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
8863 Move to simple.el.
8864
8865 2012-05-01 Glenn Morris <rgm@gnu.org>
8866
8867 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
8868 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
8869 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
8870 All were removed before 23.1.
8871
8872 * dispnew.c: Remove HAVE_LIBNCURSES test;
8873 it is always true on relevant platforms.
8874
8875 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
8876 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
8877
8878 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
8879
8880 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
8881
8882 * .gdbinit (xpr): Remove checks for no longer existing misc types.
8883 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
8884 Remove.
8885
8886 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
8887
8888 Do not avoid creating empty evaporating overlays (Bug#9642).
8889 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
8890 That is, do not delete an evaporating overlay if it becomes
8891 empty after its bounds are adjusted to fit within its buffer.
8892 This fix caused other problems, and I'm reverting it until we get
8893 to the bottom of them.
8894
8895 2012-04-27 Chong Yidong <cyd@gnu.org>
8896
8897 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
8898
8899 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8900
8901 * xdisp.c (pos_visible_p): If the window start position is beyond
8902 ZV, start the display from buffer beginning. Prevents assertion
8903 violation in init_iterator when the minibuffer window is scrolled
8904 via the scroll bar.
8905
8906 * window.c (window_scroll_pixel_based): Likewise.
8907
8908 2012-04-27 Chong Yidong <cyd@gnu.org>
8909
8910 * keymap.c (where_is_internal): Doc fix (Bug#10872).
8911
8912 2012-04-27 Glenn Morris <rgm@gnu.org>
8913
8914 * fileio.c (Fcopy_file, Fset_file_selinux_context):
8915 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
8916
8917 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8918
8919 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
8920 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
8921
8922 2012-04-26 Eli Zaretskii <eliz@gnu.org>
8923
8924 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
8925 display element, check also the underlying string or buffer
8926 character. (Bug#11341)
8927
8928 * w32menu.c: Include w32heap.h.
8929 (add_menu_item): If the call to AppendMenuW (via
8930 unicode_append_menu) fails, disable Unicode menus only if we are
8931 running on Windows 9X/Me.
8932
8933 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
8934
8935 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
8936 (xgetint): Add missing shift for LSB tags.
8937
8938 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8939
8940 * keyboard.c (read_char): Don't wipe echo area for select window
8941 events: These might get delayed via `mouse-autoselect-window'
8942 (Bug#11304).
8943
8944 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
8945
8946 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
8947 manipulation of :loaded-from data.
8948
8949 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
8950
8951 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
8952 now a cons (bug#11311).
8953
8954 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
8955
8956 Do not create empty overlays with the evaporate property (Bug#9642).
8957 * buffer.c (Fmove_overlay): Delete an evaporating overlay
8958 if it becomes empty after its bounds are adjusted to fit within
8959 its buffer. Without this fix, in a nonempty buffer (let ((o
8960 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
8961 yields an empty overlay that has the evaporate property, which is
8962 not supposed to happen.
8963
8964 Fix minor GTK3 problems found by static checking.
8965 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
8966 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
8967 (struct _EmacsFixedClass, emacs_fixed_get_type):
8968 Move decls here from emacsgtkfixed.h, since they needn't be public.
8969 (emacs_fixed_get_type): Now static.
8970 (emacs_fixed_class_init): Omit unused local.
8971 (emacs_fixed_child_type): Remove; unused.
8972 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
8973 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
8974 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
8975 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
8976 (EMACS_FIXED_GET_CLASS): Remove; unused.
8977 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
8978
8979 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
8980 Problem reported by Juanma Barranquero for Windows -Wunused-function.
8981
8982 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
8983
8984 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
8985 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
8986 (__malloc_size_t, __malloc_ptrdiff_t):
8987 Remove. All uses removed, replaced by the definiens if needed,
8988 since we can assume C89 or better now.
8989 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
8990 (protect_malloc_state, align, get_contiguous_space)
8991 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
8992 (malloc_atfork_handler_child, malloc_enable_thread)
8993 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
8994 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
8995 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
8996 (special_realloc, _realloc_internal_nolock, _realloc_internal)
8997 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
8998 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
8999 Define using prototypes, not old style.
9000 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
9001 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
9002 (align): Don't assume that signed integer overflow wraps around.
9003 Omit unused local var.
9004 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
9005 (_free_internal_nolock, memalign, mallochook, reallochook):
9006 Omit no-longer-needed casts.
9007 (valloc): Use getpagesize, not __getpagesize.
9008 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
9009 (struct hdr): The 'magic' member is now size_t, not unsigned long.
9010
9011 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
9012
9013 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9014
9015 Move functions from C to Lisp. Make non-blocking method calls
9016 the default. Implement further D-Bus standard interfaces.
9017
9018 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
9019 (QCdbus_request_name_allow_replacement)
9020 (QCdbus_request_name_replace_existing)
9021 (QCdbus_request_name_do_not_queue)
9022 (QCdbus_request_name_reply_primary_owner)
9023 (QCdbus_request_name_reply_in_queue)
9024 (QCdbus_request_name_reply_exists)
9025 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
9026 (QCdbus_registered_serial, QCdbus_registered_method)
9027 (QCdbus_registered_signal): New Lisp objects.
9028 (XD_DEBUG_MESSAGE): Use sizeof.
9029 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
9030 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
9031 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
9032 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
9033 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
9034 (xd_signature, xd_append_arg): Allow float for integer types.
9035 (xd_get_connection_references): New function.
9036 (xd_get_connection_address): Rename from xd_initialize.
9037 Return cached address.
9038 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
9039 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
9040 level.
9041 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
9042 Return number of refcounts.
9043 (Fdbus_get_unique_name): Make stronger parameter check.
9044 (Fdbus_message_internal): New defun.
9045 (Fdbus_call_method, Fdbus_call_method_asynchronously)
9046 (Fdbus_method_return_internal, Fdbus_method_error_internal)
9047 (Fdbus_send_signal, Fdbus_register_service)
9048 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
9049 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
9050 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
9051 (Vdbus_compiled_version, Vdbus_runtime_version)
9052 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
9053 (Vdbus_message_type_method_return, Vdbus_message_type_error)
9054 (Vdbus_message_type_signal): New defvars.
9055 (Vdbus_registered_buses, Vdbus_registered_objects_table):
9056 Adapt docstring.
9057
9058 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
9059
9060 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
9061 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
9062 Do not assume ptrdiff_t is the same width as 'int'.
9063
9064 * alloc.c: Handle unusual debugging option combinations.
9065 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
9066 since the two debugging options are incompatible.
9067 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
9068 is defined.
9069 (mem_init, mem_insert, mem_insert_fixup):
9070 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
9071 (NEED_MEM_INSERT): Remove; no longer needed.
9072
9073 2012-04-22 Leo Liu <sdl.web@gmail.com>
9074
9075 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
9076
9077 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
9078
9079 * sysdep.c [__FreeBSD__]: Minor cleanups.
9080 (list_system_processes, system_process_attributes) [__FreeBSD__]:
9081 Use Emacs indenting style more consistently. Avoid some casts.
9082 Use 'double' consistently rather than mixing 'float' and 'double'.
9083
9084 2012-04-21 Eduard Wiebe <usenet@pusto.de>
9085
9086 * sysdep.c (list_system_processes, system_process_attributes):
9087 Add implementation for FreeBSD (Bug#5243).
9088
9089 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
9090
9091 * lisp.mk (lisp): Update.
9092
9093 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
9094
9095 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
9096 It is never used otherwise.
9097
9098 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * print.c (print_preprocess): Only check print_depth if print-circle
9101 is nil.
9102 (print_object): Check for cycles even when print-circle is nil and
9103 print-gensym is t, but only check print_depth if print-circle is nil.
9104
9105 2012-04-20 Chong Yidong <cyd@gnu.org>
9106
9107 * process.c (wait_reading_process_output): If EIO occurs on a pty,
9108 set the status to "failed" and ensure that sentinel is run.
9109
9110 2012-04-20 Glenn Morris <rgm@gnu.org>
9111
9112 * process.c (Fset_process_inherit_coding_system_flag)
9113 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
9114 (Fmake_network_process, Fmake_serial_process): Doc fix.
9115
9116 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9117
9118 * xdisp.c (string_buffer_position_lim): Limit starting position to
9119 BEGV.
9120 (set_cursor_from_row): If called for a mode-line or header-line
9121 row, return zero immediately.
9122 (try_cursor_movement): If inside continuation line, don't back up
9123 farther than the first row after the header line, if any.
9124 Don't consider the header-line row as "partially visible", even if
9125 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
9126
9127 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
9128
9129 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
9130 (bug#11238).
9131
9132 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
9133 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
9134
9135 configure: new option --enable-gcc-warnings (Bug#11207)
9136 * Makefile.in (C_WARNINGS_SWITCH): Remove.
9137 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
9138 (ALL_CFLAGS): Use new macros rather than old.
9139 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
9140 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
9141 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
9142 -Wunused-result, -Wunused-variable. This should go away once
9143 the Emacs and Gnulib regex code is merged.
9144 (xmalloc, xrealloc): Now static.
9145
9146 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
9147
9148 * dired.c (Fsystem_groups): Remove unused local.
9149
9150 2012-04-17 Glenn Morris <rgm@gnu.org>
9151
9152 * dired.c (Fsystem_users): Doc fix.
9153
9154 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9155
9156 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
9157 (syms_of_dired): Add them.
9158
9159 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
9160
9161 Fix minor alloc.c problems found by static checking.
9162 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
9163 New extern decls, to avoid calling undeclared functions.
9164 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
9165 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
9166 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
9167 (NEED_MEM_INSERT): New macro.
9168 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
9169 Remove one incorrect comment and fix another.
9170
9171 Fix minor ralloc.c problems found by static checking.
9172 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
9173 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
9174 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
9175 (r_alloc_sbrk): Now static.
9176
9177 Improve ralloc.c interface checking.
9178 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
9179 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
9180 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
9181 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
9182 [REL_ALLOC]: ... to here, to check interface.
9183 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
9184 Remove decls. This fixes an "It stinks!".
9185
9186 * alloc.c (which_symbols): Fix alignment issue / type clash.
9187
9188 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
9189
9190 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
9191 (struct Lisp_Misc_Any): Likewise.
9192 (struct Lisp_Free): Likewise.
9193 * alloc.c (union aligned_Lisp_Symbol): Define.
9194 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
9195 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
9196 (union aligned_Lisp_Misc): Define.
9197 (MARKER_BLOCK_SIZE, struct marker_block): Use union
9198 aligned_Lisp_Misc instead of union Lisp_Misc.
9199 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
9200
9201 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9202
9203 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
9204 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
9205 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
9206 * s/netbsd.h, s/sol2-6.h:
9207 Remove definition of GC_MARK_STACK, since the default now works.
9208 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
9209 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
9210 no longer the default.
9211 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
9212
9213 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
9214
9215 * lread.c (lisp_file_lexically_bound_p):
9216 Fix hang at ";-*-\n" (bug#11238).
9217
9218 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9219
9220 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
9221 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
9222
9223 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
9224
9225 * nsterm.m (constrainFrameRect): Always constrain when there is only
9226 one screen (Bug#10962).
9227
9228 2012-04-13 Ken Brown <kbrown@cornell.edu>
9229
9230 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
9231
9232 2012-04-13 Reuben Thomas <rrt@sc3d.org>
9233
9234 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
9235
9236 2012-04-11 Daniel Colascione <dancol@dancol.org>
9237
9238 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
9239 against is gone. It's better to use vfork now so that when Cygwin
9240 gains a new, working vfork, we use it automatically (bug#10398).
9241
9242 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * window.c (save_window_save): Obey window-point-insertion-type.
9245
9246 2012-04-11 Glenn Morris <rgm@gnu.org>
9247
9248 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
9249
9250 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
9253
9254 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
9255
9256 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
9257 (force_quit_count): New var.
9258 (handle_interrupt): Use it.
9259
9260 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9261
9262 * w32.c (w32_delayed_load): Record the full path of the library
9263 being loaded (bug#10424).
9264
9265 2012-04-09 Glenn Morris <rgm@gnu.org>
9266
9267 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
9268 not just in the obarray, before snarfing them. (Bug#11036)
9269
9270 * Makefile.in ($(leimdir)/leim-list.el):
9271 Pass EMACS rather than BUILT_EMACS.
9272
9273 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9274
9275 * process.c (make_process):
9276 * process.h: Add integer `gnutls_handshakes_tried' member to
9277 process struct.
9278
9279 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
9280 Add convenience `GNUTLS_LOG2i' macro.
9281
9282 * gnutls.c (gnutls_log_function2i): Convenience log function.
9283 (emacs_gnutls_read): Use new log functions,
9284 `gnutls_handshakes_tried' process member, and
9285 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
9286 attempts per process (connection).
9287
9288 2012-04-09 Chong Yidong <cyd@gnu.org>
9289
9290 * eval.c (Fuser_variable_p, user_variable_p_eh)
9291 (lisp_indirect_variable): Functions deleted.
9292 (Fdefvar): Caller changed.
9293
9294 * callint.c (Finteractive, Fcall_interactively):
9295 * minibuf.c (Fread_variable): Callers changed.
9296
9297 2012-04-09 Eli Zaretskii <eliz@gnu.org>
9298
9299 * xdisp.c (set_cursor_from_row): If the display string appears in
9300 the buffer at position that is closer to point than the position
9301 after the display string, display the cursor on the first glyph of
9302 the display string. Fixes cursor display when a 'display' text
9303 property immediately follows invisible text. (Bug#11094)
9304
9305 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
9306
9307 composite.c: use 'double' consistently
9308 * composite.c (get_composition_id): Use 'double' consistently
9309 instead of converting 'float' to 'double' and vice versa; this is
9310 easier to understand and avoids a GCC warning.
9311
9312 2012-04-09 Glenn Morris <rgm@gnu.org>
9313
9314 * Makefile.in: Generate leim-list with bootstrap-emacs, in
9315 preparation for dumping it with emacs. (Bug#4789)
9316 (leimdir): New variable.
9317 ($(leimdir)/leim-list.el): New rule.
9318 (emacs$(EXEEXT)): Depend on leim-list.el.
9319
9320 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
9321 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
9322 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
9323
9324 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
9325
9326 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
9327 proper alignment.
9328
9329 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
9330
9331 * xml.c (init_libxml2_functions) [WINDOWSNT]:
9332 Remove unused local variable.
9333
9334 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
9335
9336 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
9337 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
9338 (mark_memory): Mark Lisp_Objects only if pointers might hide in
9339 objects, as mark_maybe_pointer will catch them otherwise.
9340 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
9341 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
9342
9343 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
9344
9345 Fix typo that broke non-Windows builds.
9346 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
9347
9348 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9349
9350 Support building on MS-Windows with libxml2.
9351
9352 * makefile.w32-in (OBJ2): Add xml.$(O).
9353 (GLOBAL_SOURCES): Add xml.c.
9354 ($(BLD)/xml.$(O)): New dependency list.
9355
9356 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
9357 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
9358 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
9359 [!WINDOWSNT]: New macros.
9360 (init_libxml2_functions, libxml2_loaded_p): New functions.
9361 (parse_region): Call fn_xmlCheckVersion instead of using the macro
9362 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
9363 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
9364 Calls xmlCleanupParser only if libxml2 was loaded (or statically
9365 linked in).
9366 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
9367 Call init_libxml2_functions before calling libxml2 functions.
9368 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
9369
9370 * emacs.c: Don't include libxml/parser.h.
9371 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
9372 xmlCleanupParser directly.
9373
9374 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
9375
9376 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9377
9378 * indent.c (Fvertical_motion): If there is a display string at
9379 point, use it.vpos to compute how many lines to backtrack after
9380 move_it_to point. (Bug#11133)
9381
9382 2012-04-06 Eli Zaretskii <eliz@gnu.org>
9383
9384 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
9385 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
9386 about subtle differences between FETCH_CHAR* and STRING_CHAR*
9387 macros related to unification of CJK characters. For the details,
9388 see the discussion following the message here:
9389 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
9390
9391 2012-04-04 Chong Yidong <cyd@gnu.org>
9392
9393 * keyboard.c (Vdelayed_warnings_list): Doc fix.
9394
9395 2012-04-01 Eli Zaretskii <eliz@gnu.org>
9396
9397 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
9398 instead of alloca. (Bug#11138)
9399
9400 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
9401
9402 * w32menu.c (is_simple_dialog): Properly check lisp types.
9403 (Bug#11141)
9404
9405 2012-03-31 Eli Zaretskii <eliz@gnu.org>
9406
9407 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
9408 position we get to after a call to move_it_to fails the
9409 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
9410 only if we wind up in a string from display property. (Bug#11063)
9411
9412 * window.c (Fdelete_other_windows_internal): Invalidate the row
9413 and column information about mouse highlight, so that redisplay
9414 restores it after reallocating the glyph matrices. (Bug#7464)
9415
9416 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
9417 string comes from a `display' text property, use the buffer
9418 position of that property as if we actually saw that position in
9419 the row's glyphs.
9420 (move_it_by_lines): Remove the assertion that
9421 "it->current_x == 0 && it->hpos == 0" which can be legitimately
9422 violated when there's a before-string at the beginning of a line.
9423 (Bug#11063)
9424
9425 2012-03-30 Eli Zaretskii <eliz@gnu.org>
9426
9427 * xdisp.c (append_space_for_newline): If the default face was
9428 remapped, use the remapped face for the appended newline.
9429 (extend_face_to_end_of_line): Use the remapped default face for
9430 extending the face to the end of the line.
9431 (display_line): Call extend_face_to_end_of_line when the default
9432 face was remapped. (Bug#11068)
9433
9434 2012-03-29 Eli Zaretskii <eliz@gnu.org>
9435
9436 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
9437
9438 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
9441
9442 2012-03-27 Glenn Morris <rgm@gnu.org>
9443
9444 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
9445 Doc fixes.
9446
9447 2012-03-26 Kenichi Handa <handa@m17n.org>
9448
9449 * dispextern.h (struct glyph): Fix previous change. Change the
9450 bit length of glyphless.ch to 25 (Bug#11082).
9451
9452 2012-03-26 Chong Yidong <cyd@gnu.org>
9453
9454 * keyboard.c (Vselection_inhibit_update_commands): New variable.
9455 (command_loop_1): Use it; inhibit selection update for
9456 handle-select-window too (Bug#8996).
9457
9458 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
9459
9460 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
9461
9462 2012-03-25 Kenichi Handa <handa@m17n.org>
9463
9464 * dispextern.h (struct glyph): Change the bit length of
9465 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
9466
9467 2012-03-24 Eli Zaretskii <eliz@gnu.org>
9468
9469 * s/ms-w32.h (tzname): Include time.h before redirecting to
9470 _tzname. Fixes the MSVC build. (Bug#9960)
9471
9472 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
9473
9474 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
9475 characters.
9476
9477 * xterm.c (XTread_socket): Only modify handling_signal if
9478 !SYNC_INPUT. (Bug#11080)
9479
9480 2012-03-23 Eli Zaretskii <eliz@gnu.org>
9481
9482 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
9483 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
9484 when fetching a multibyte character consumes more bytes than
9485 CHAR_BYTES returns, due to unification of CJK characters in
9486 string_char. (Bug#11073)
9487
9488 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9489
9490 * process.c (wait_reading_process_output): Handle pty disconnect
9491 by refraining from sending oneself a SIGCHLD (bug#10933).
9492
9493 2012-03-22 Chong Yidong <cyd@gnu.org>
9494
9495 * dispextern.h (struct it): New member string_from_prefix_prop_p.
9496
9497 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
9498 Mark string as coming from a prefix property.
9499 (handle_face_prop): Use default face for prefix strings (Bug#4281).
9500 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
9501
9502 2012-03-21 Chong Yidong <cyd@gnu.org>
9503
9504 * xfaces.c (Vface_remapping_alist): Doc fix.
9505
9506 2012-03-20 Eli Zaretskii <eliz@gnu.org>
9507
9508 * w32proc.c (Fw32_set_console_codepage)
9509 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
9510 Doc fixes.
9511
9512 2012-03-20 Chong Yidong <cyd@gnu.org>
9513
9514 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
9515 to reflect default non-nil value of redisplay-dont-pause.
9516
9517 2012-03-19 Kenichi Handa <handa@m17n.org>
9518
9519 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
9520 it fit in a valid range (Bug#11003).
9521
9522 2012-03-18 Eli Zaretskii <eliz@gnu.org>
9523
9524 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
9525 that is not from display property, accept the row as a "cursor
9526 row" if one of the string's character has a non-nil `cursor'
9527 property. Fixes cursor positioning when there are newlines in
9528 overlay strings, e.g. in icomplete.el. (Bug#11035)
9529
9530 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
9531
9532 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
9533
9534 2012-03-12 Chong Yidong <cyd@gnu.org>
9535
9536 * eval.c (inhibit_lisp_code): Rename from
9537 inhibit_window_configuration_change_hook; move from window.c.
9538
9539 * xfns.c (unwind_create_frame_1, Fx_create_frame):
9540 * window.c (run_window_configuration_change_hook)
9541 (syms_of_window): Callers changed.
9542
9543 2012-03-11 Chong Yidong <cyd@gnu.org>
9544
9545 * keymap.c (Fkey_description): Doc fix (Bug#9700).
9546
9547 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
9548
9549 2012-03-10 Chong Yidong <cyd@gnu.org>
9550
9551 * frame.c (other_visible_frames): Don't assume the selected frame
9552 is visible (Bug#10955).
9553
9554 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
9557
9558 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
9559
9560 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
9561 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
9562 zero (Bug#10954).
9563
9564 2012-03-03 Glenn Morris <rgm@gnu.org>
9565
9566 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
9567
9568 2012-03-02 Eli Zaretskii <eliz@gnu.org>
9569
9570 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
9571 position past the first glyph_row that ends at ZV. (Bug#10902)
9572 (redisplay_window, next_element_from_string): Fix typos in
9573 comments.
9574 (redisplay_window): Pass to move_it_vertically the margin in
9575 pixels, not in screen lines.
9576
9577 2012-03-02 Glenn Morris <rgm@gnu.org>
9578
9579 * buffer.c (buffer-list-update-hook): Doc fix.
9580
9581 2012-02-29 Eli Zaretskii <eliz@gnu.org>
9582
9583 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
9584 push_it before setting up the iterator for the first overlay
9585 string, even if we have an empty string loaded.
9586 (next_overlay_string): If there's an empty string on the iterator
9587 stack, pop the stack. (Bug#10903)
9588
9589 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
9590
9591 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
9592 Suggested by Stefan Monnier in
9593 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
9594 * alloc.c (widen_to_Lisp_Object): New static function.
9595 (mark_memory): Also mark Lisp_Objects by fetching pointer words
9596 and widening them to Lisp_Objects. This would work even if
9597 USE_LSB_TAG is defined and wide integers are used, which might
9598 happen in a future version of Emacs.
9599
9600 2012-02-25 Chong Yidong <cyd@gnu.org>
9601
9602 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
9603 Doc fix.
9604
9605 * xselect.c (Fx_selection_exists_p): Doc fix.
9606 (x_clipboard_manager_save_all): Print an informative message
9607 before saving to clipboard manager.
9608
9609 2012-02-24 Chong Yidong <cyd@gnu.org>
9610
9611 * keyboard.c (process_special_events): Handle all X selection
9612 requests in kbd_buffer, not just the next one (Bug#8869).
9613
9614 2012-02-23 Chong Yidong <cyd@gnu.org>
9615
9616 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
9617 call when setting menu-bar-lines and tool-bar-lines parameters.
9618 (unwind_create_frame_1): New helper function.
9619
9620 * window.c (inhibit_window_configuration_change_hook): New var.
9621 (run_window_configuration_change_hook): Obey it.
9622 (syms_of_window): Initialize it.
9623
9624 2012-02-22 Chong Yidong <cyd@gnu.org>
9625
9626 * xterm.c (x_draw_image_relief): Add missing type check for
9627 Vtool_bar_button_margin (Bug#10743).
9628
9629 2012-02-21 Chong Yidong <cyd@gnu.org>
9630
9631 * fileio.c (Vfile_name_handler_alist): Doc fix.
9632
9633 * buffer.c (Fget_file_buffer): Protect against invalid file
9634 handler return value.
9635
9636 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
9637
9638 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
9639 when computing $valmask.
9640
9641 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
9642 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
9643 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
9644 It's useless in that case, and it can cause problems on hosts
9645 that allocate halves of EMACS_INT values separately.
9646 Reported by Dan Horák. Diagnosed by Andreas Schwab in
9647 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
9648 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
9649 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
9650 it avoids undefined behavior on hosts where shifting right by more
9651 than the word width has undefined behavior.
9652
9653 2012-02-19 Chong Yidong <cyd@gnu.org>
9654
9655 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
9656 (Funhandled_file_name_directory, Ffile_name_as_directory)
9657 (Fdirectory_file_name, Fexpand_file_name)
9658 (Fsubstitute_in_file_name): Protect against invalid file handler
9659 return values (Bug#10845).
9660
9661 2012-02-18 Eli Zaretskii <eliz@gnu.org>
9662
9663 * .gdbinit (pitx): Fix incorrect references to fields of the
9664 iterator stack.
9665
9666 2012-02-17 Chong Yidong <cyd@gnu.org>
9667
9668 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
9669
9670 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
9671
9672 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
9673 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
9674
9675 2012-02-15 Chong Yidong <cyd@gnu.org>
9676
9677 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
9678 marked as special. Also, starting docstrings with * is obsolete.
9679
9680 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
9681
9682 * gnutls.c (emacs_gnutls_write): Fix last change.
9683
9684 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9685
9686 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
9687 send_process.
9688
9689 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * keymap.c (Fsingle_key_description): Handle char ranges.
9692
9693 2012-02-12 Chong Yidong <cyd@gnu.org>
9694
9695 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
9696 as that creates a dangerous corner case.
9697
9698 * window.c (Fdelete_window_internal): Invalidate the mouse
9699 highlight (Bug#9904).
9700
9701 2012-02-12 Glenn Morris <rgm@gnu.org>
9702
9703 * xselect.c (Fx_own_selection_internal)
9704 (Fx_get_selection_internal, Fx_disown_selection_internal)
9705 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
9706 * nsselect.m (Fx_own_selection_internal)
9707 (Fx_disown_selection_internal, Fx_selection_exists_p)
9708 (Fx_selection_owner_p, Fx_get_selection_internal):
9709 Sync docs and argument specs with the xselect.c versions.
9710
9711 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
9712
9713 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
9714
9715 2012-02-11 Eli Zaretskii <eliz@gnu.org>
9716
9717 * w32select.c (Fx_selection_exists_p): Sync doc string and
9718 argument list with xselect.c. (Bug#10783)
9719
9720 * w16select.c (Fx_selection_exists_p): Sync doc string and
9721 argument list with xselect.c. (Bug#10783)
9722
9723 2012-02-10 Glenn Morris <rgm@gnu.org>
9724
9725 * fns.c (Fsecure_hash): Doc fix.
9726
9727 2012-02-09 Kenichi Handa <handa@m17n.org>
9728
9729 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
9730
9731 2012-02-07 Chong Yidong <cyd@gnu.org>
9732
9733 * buffer.c (Fbuffer_local_variables)
9734 (buffer_lisp_local_variables): Handle unbound vars correctly;
9735 don't let Qunbound leak into Lisp.
9736
9737 2012-02-07 Glenn Morris <rgm@gnu.org>
9738
9739 * image.c (Fimagemagick_types): Doc fix.
9740
9741 * image.c (imagemagick-render-type): Change it from a lisp object
9742 to an integer. Move the doc here from the lisp manual.
9743 Treat all values not equal to 0 the same.
9744
9745 2012-02-06 Chong Yidong <cyd@gnu.org>
9746
9747 * doc.c (store_function_docstring): Avoid applying docstring of
9748 alias to base function (Bug#2603).
9749
9750 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
9751
9752 * .gdbinit (pp1, pv1): Remove redundant defines.
9753 (pr): Use pp.
9754
9755 2012-02-04 Chong Yidong <cyd@gnu.org>
9756
9757 * nsterm.m: Declare a global (Bug#10694).
9758
9759 2012-02-04 Eli Zaretskii <eliz@gnu.org>
9760
9761 * w32.c (get_emacs_configuration_options):
9762 Include --enable-checking, if specified, in the return value.
9763
9764 2012-02-04 Martin Rudalics <rudalics@gmx.at>
9765
9766 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
9767 after rounding frame sizes. (Bug#9723)
9768
9769 2012-02-04 Eli Zaretskii <eliz@gnu.org>
9770
9771 * keyboard.c (adjust_point_for_property): Don't position point
9772 before BEGV. (Bug#10696)
9773
9774 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
9775
9776 Handle overflow when computing char display width (Bug#9496).
9777 * character.c (char_width): Return EMACS_INT, not int.
9778 (char_width, c_string_width): Check for overflow when
9779 computing the width; this is possible now that individual
9780 characters can have unbounded width. Problem introduced
9781 by merge from Emacs 23 on 2012-01-19.
9782
9783 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
9784
9785 * dbusbind.c (Fdbus_register_method): Mention the return value
9786 :ignore in the docstring.
9787
9788 2012-02-02 Glenn Morris <rgm@gnu.org>
9789
9790 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
9791
9792 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
9793 Unconditionally set to t. (Bug#10673)
9794 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
9795 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
9796 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
9797
9798 2012-02-02 Kenichi Handa <handa@m17n.org>
9799
9800 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
9801 0, do not call append_composite_glyph.
9802
9803 2012-02-02 Kenichi Handa <handa@m17n.org>
9804
9805 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
9806 NULL (Bug#6988).
9807 (x_produce_glyphs): If the component of a composition is a null
9808 string, set it->pixel_width to 1 to avoid zero-width glyph.
9809
9810 2012-02-01 Eli Zaretskii <eliz@gnu.org>
9811
9812 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
9813 first 2 arguments are identical. This makes inserting large
9814 output from a subprocess an order of magnitude faster on
9815 MS-Windows, where all sbrk'ed memory is always contiguous.
9816
9817 2012-01-31 Glenn Morris <rgm@gnu.org>
9818
9819 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
9820 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
9821 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
9822
9823 2012-01-29 Glenn Morris <rgm@gnu.org>
9824
9825 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
9826
9827 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
9828
9829 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
9830
9831 2012-01-28 Chong Yidong <cyd@gnu.org>
9832
9833 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
9834
9835 2012-01-26 Chong Yidong <cyd@gnu.org>
9836
9837 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
9838
9839 * search.c (Fsearch_forward, Fsearch_backward): Document negative
9840 repeat counts (Bug#10507).
9841
9842 2012-01-26 Glenn Morris <rgm@gnu.org>
9843
9844 * lread.c (syms_of_lread): Doc fix.
9845
9846 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
9847
9848 * coding.c (encode_designation_at_bol): Change return value to
9849 EMACS_INT.
9850
9851 2012-01-25 Chong Yidong <cyd@gnu.org>
9852
9853 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
9854
9855 2012-01-21 Chong Yidong <cyd@gnu.org>
9856
9857 * floatfns.c (Fcopysign): Make the second argument non-optional,
9858 since nil is not allowed anyway.
9859
9860 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
9861
9862 * process.c (read_process_output): Use p instead of XPROCESS (proc).
9863 (send_process): Likewise.
9864
9865 2012-01-19 Martin Rudalics <rudalics@gmx.at>
9866
9867 * window.c (save_window_save, Fcurrent_window_configuration)
9868 (Vwindow_persistent_parameters): Do not use Qstate.
9869 Rewrite doc-strings.
9870
9871 2012-01-19 Kenichi Handa <handa@m17n.org>
9872
9873 * character.c (char_width): New function.
9874 (Fchar_width, c_string_width, lisp_string_width):
9875 Use char_width (Bug#9496).
9876
9877 2012-01-16 Martin Rudalics <rudalics@gmx.at>
9878
9879 * window.c (Vwindow_persistent_parameters): New variable.
9880 (Fset_window_configuration, save_window_save): Handle persistent
9881 window parameters.
9882
9883 2012-01-14 Eli Zaretskii <eliz@gnu.org>
9884
9885 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
9886 thrashing the stack of the thread. (Bug#9087)
9887
9888 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
9889
9890 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
9891
9892 2012-01-11 Eli Zaretskii <eliz@gnu.org>
9893
9894 * xdisp.c (rows_from_pos_range): Handle the case where the
9895 highlight ends on a newline. (Bug#10464)
9896 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
9897 he end column for display of highlight that ends on a newline
9898 before a R2L line.
9899
9900 2012-01-11 Glenn Morris <rgm@gnu.org>
9901
9902 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
9903 from load-path also when installation-directory is nil. (Bug#10208)
9904
9905 2012-01-10 Glenn Morris <rgm@gnu.org>
9906
9907 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
9908
9909 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
9910 Update template values to be closer to their typical values these days.
9911
9912 2012-01-09 Eli Zaretskii <eliz@gnu.org>
9913
9914 * xdisp.c (rows_from_pos_range): Accept additional argument
9915 DISP_STRING, and accept any glyph in a row whose object is that
9916 string as eligible for mouse highlight. Fixes mouse highlight of
9917 display strings from overlays. (Bug#10464)
9918
9919 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
9920
9921 emacs: fix an auto-save permissions race condition (Bug#10400)
9922 * fileio.c (auto_saving_dir_umask): New static var.
9923 (Fmake_directory_internal): Use it.
9924 (do_auto_save_make_dir): Set it, instead of invoking chmod after
9925 creating the directory. The old code temporarily assigns
9926 too-generous permissions to the directory.
9927 (do_auto_save_eh): Clear it.
9928 (Fdo_auto_save): Catch all errors, not just file errors, so
9929 that the var is always cleared.
9930
9931 2012-01-07 Eli Zaretskii <eliz@gnu.org>
9932
9933 * search.c (scan_buffer): Pass character positions to
9934 know_region_cache, not byte positions. (Bug#6540)
9935
9936 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
9937
9938 * w32.c (sys_rename): Report EXDEV when rename of a directory
9939 fails because the target is on another logical disk. (Bug#10284)
9940
9941 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
9942
9943 * xterm.c (x_embed_request_focus): New function.
9944
9945 * xterm.h: Add prototype.
9946
9947 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
9948
9949 2012-01-05 Glenn Morris <rgm@gnu.org>
9950
9951 * emacs.c (emacs_copyright): Update short copyright year to 2012.
9952
9953 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9954
9955 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
9956 Load gnutls_transport_set_lowat only if GnuTLS version is below
9957 2.11.1.
9958 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
9959 GnuTLS versions below 2.11.1.
9960
9961 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
9962
9963 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
9964 to the doc string advising against its use for altering the way
9965 windows are scrolled.
9966
9967 2011-12-28 Kenichi Handa <handa@m17n.org>
9968
9969 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
9970 coding-system ASCII compatible only when it does not produce BOM
9971 on encoding (Bug#10383).
9972
9973 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
9974
9975 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
9976 can scroll.
9977 (create_and_show_popup_menu): Always use menu_position_func for
9978 Gtk3 (Bug#10361).
9979
9980 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
9981
9982 * callint.c (Fcall_interactively): Don't truncate prompt string.
9983
9984 2011-12-23 Eli Zaretskii <eliz@gnu.org>
9985
9986 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
9987 property that ends at ZV, so that the bidi iteration could be
9988 resumed from there (after widening). (Bug#10360)
9989
9990 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
9991
9992 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
9993
9994 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
9995
9996 * nsterm.m (x_free_frame_resources):
9997 Release f->output_data.ns->miniimage.
9998 (ns_index_color): Fix indentation. Do not retain
9999 color_table->colors[i].
10000
10001 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
10002 before returning.
10003
10004 * nsfns.m (x_set_background_color): Assign return value from
10005 ns_index_color to face-background instead of NSColor*.
10006 (ns_implicitly_set_icon_type): Fix indentation.
10007 Change assignment in for loop to comparison.
10008
10009 * emacs.c (ns_pool): New variable.
10010 (main): Assign ns_pool.
10011 (Fkill_emacs): Call ns_release_autorelease_pool.
10012
10013 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
10014 autorelease fdesc, release fdAttrs and tdict.
10015 (ns_get_covering_families): Release charset.
10016 (ns_findfonts): Release NSFontDescriptor created with new.
10017 (ns_uni_to_glyphs): Fix indentation.
10018 (setString): Release attrStr before assigning new value.
10019
10020 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10021
10022 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
10023 and NS_IMPL_COCOA.
10024 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
10025 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
10026
10027 2011-12-18 David Reitter <reitter@cmu.edu>
10028
10029 * nsterm.m (ns_term_init): Subscribe for notifications
10030 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
10031 to method trackingNotification in EmacsMenu.
10032
10033 * nsmenu.m (trackingMenu): New variable.
10034 (trackingNotification): New method (from Aquamacs).
10035 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
10036 from Aquamacs (Bug#7030).
10037
10038 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10039
10040 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
10041 (symbol_to_nsstring): Fix indentation.
10042 (ns_symbol_to_pb): New function.
10043 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
10044 (Fns_rotate_cut_buffers_internal): Remove.
10045 (Fns_store_selection_internal): Rename from
10046 Fns_store_cut_buffer_internal.
10047 (ns_get_foreign_selection, Fx_own_selection_internal)
10048 (Fx_disown_selection_internal, Fx_selection_exists_p)
10049 (Fns_get_selection_internal, Fns_store_selection_internal):
10050 Use ns_symbol_to_pb and check if return value is nil.
10051 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
10052 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
10053 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
10054 renamed to Sns_store_selection_internal.
10055 (ns_handle_selection_request): Move code to Fx_own_selection_internal
10056 and remove this function.
10057 (ns_handle_selection_clear): Remove, never used.
10058 (Fx_own_selection_internal): Move code from ns_handle_selection_request
10059 here.
10060
10061 2011-12-17 Ken Brown <kbrown@cornell.edu>
10062
10063 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
10064 GID is unknown (Bug#10257).
10065
10066 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
10067
10068 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
10069 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
10070 which caused a build failure on GNU/Linux IA-64. This problem was
10071 introduced by my 2011-10-07 patch.
10072
10073 2011-12-15 Juri Linkov <juri@jurta.org>
10074
10075 * image.c (imagemagick_error): New function. (Bug#10112)
10076 (imagemagick_load_image): Comment out `MagickSetResolution' call.
10077 Use `imagemagick_error' where ImageMagick functions return
10078 `MagickFalse'.
10079 (Fimagemagick_types): Add `Fnreverse' to return the list in the
10080 proper order.
10081
10082 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10083
10084 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
10085 fill background (Bug#8992).
10086
10087 2011-12-13 Martin Rudalics <rudalics@gmx.at>
10088
10089 * window.c (Vwindow_combination_resize)
10090 (Vwindow_combination_limit): Use t instead of non-nil in
10091 doc-strings.
10092 (Vrecenter_redisplay): Add first sentence of doc-string on
10093 separate line.
10094 (Frecenter): Fix doc-string typo.
10095
10096 2011-12-11 Kenichi Handa <handa@m17n.org>
10097
10098 * coding.c (Funencodable_char_position): Pay attention to the
10099 buffer text relocation (Bug#9389).
10100
10101 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
10102
10103 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
10104 gtk_init (Bug#10100).
10105
10106 2011-12-10 Eli Zaretskii <eliz@gnu.org>
10107
10108 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
10109 IT->string is nil. (Bug#10263)
10110
10111 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
10112
10113 * nsterm.h (x_free_frame_resources): Declare.
10114
10115 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
10116 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
10117
10118 * nsterm.h (ns_get_defaults_value): Declare.
10119
10120 * nsterm.m (ns_default): Call ns_get_defaults_value.
10121
10122 2011-12-09 Eli Zaretskii <eliz@gnu.org>
10123
10124 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
10125 (Bug#10170)
10126
10127 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10128
10129 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
10130 that where the value of an _OBJC_* symbol points to is in the .bss
10131 section (Bug#10240).
10132
10133 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10134
10135 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
10136 after the loop to call ccl_driver at least once (Bug#8619).
10137
10138 2011-12-08 Kenichi Handa <handa@m17n.org>
10139
10140 * ftfont.c (get_adstyle_property): Fix previous change
10141 (Bug#10233).
10142
10143 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
10144
10145 * w32.c (init_environment): If no_site_lisp, remove site-lisp
10146 dirs from the default value of EMACSLOADPATH (bug#10208).
10147
10148 2011-12-07 Glenn Morris <rgm@gnu.org>
10149
10150 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
10151 installation and source directories as well. (Bug#10208)
10152
10153 2011-12-06 Chong Yidong <cyd@gnu.org>
10154
10155 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
10156
10157 2011-12-06 Glenn Morris <rgm@gnu.org>
10158
10159 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
10160 as an error, not just -1. (Bug#10217)
10161
10162 2011-12-05 Chong Yidong <cyd@gnu.org>
10163
10164 * keyboard.c (process_special_events): New function.
10165 (swallow_events, Finput_pending_p): Use it (Bug#10195).
10166
10167 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
10168
10169 * coding.c (encode_designation_at_bol): Don't use uninitialized
10170 local variable (Bug#9318).
10171
10172 2011-12-05 Kenichi Handa <handa@m17n.org>
10173
10174 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
10175 return Qnil (Bug#8046, Bug#10193).
10176
10177 2011-12-05 Kenichi Handa <handa@m17n.org>
10178
10179 * coding.c (encode_designation_at_bol): New args charbuf_end and
10180 dst. Return the number of produced bytes. Callers changed.
10181 (coding_set_source): Return how many bytes coding->source was
10182 relocated.
10183 (coding_set_destination): Return how many bytes
10184 coding->destination was relocated.
10185 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
10186 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
10187
10188 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10189
10190 * coding.c (CODING_CHAR_CHARSET_P): New macro.
10191 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
10192 macro (Bug#9318).
10193
10194 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
10195
10196 The following changes are to fix Bug#9318.
10197
10198 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
10199 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
10200 (encode_coding_iso_2022, encode_coding_sjis)
10201 (encode_coding_big5, encode_coding_charset): Use the above macros.
10202
10203 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
10204
10205 * lisp.h (process_quit_flag): Fix external declaration.
10206
10207 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 Don't macro-inline non-performance-critical code.
10210 * eval.c (process_quit_flag): New function.
10211 * lisp.h (QUIT): Use it.
10212
10213 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
10214
10215 * nsfns.m (get_geometry_from_preferences): New function.
10216 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
10217
10218 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
10219
10220 * emacs.c (Qkill_emacs): Define.
10221 (syms_of_emacs): Initialize it.
10222 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
10223 Qquit_flag to `kill-emacs' instead.
10224 (quit_throw_to_read_char): Add parameter `from_signal'.
10225 All callers changed. Call Fkill_emacs if requested and safe.
10226 * lisp.h (QUIT): Call Fkill_emacs if requested.
10227
10228 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
10229
10230 * widget.c (update_wm_hints): Return if wmshell is null.
10231 (widget_update_wm_size_hints): New function.
10232
10233 * widget.h (widget_update_wm_size_hints): Declare.
10234
10235 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
10236 widget_update_wm_size_hints (Bug#10104).
10237
10238 2011-12-03 Eli Zaretskii <eliz@gnu.org>
10239
10240 * xdisp.c (handle_invisible_prop): If the invisible text ends just
10241 before a newline, prepare the bidi iterator for consuming the
10242 newline, and keep the current paragraph direction. (Bug#10183)
10243 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
10244
10245 2011-12-02 Juri Linkov <juri@jurta.org>
10246
10247 * search.c (Fword_search_regexp): New Lisp function created from
10248 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
10249 (Fword_search_backward, Fword_search_forward)
10250 (Fword_search_backward_lax, Fword_search_forward_lax):
10251 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
10252 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
10253
10254 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * fileio.c (Finsert_file_contents): Move after-change-function call
10257 to before the "handled:" label, since all "goto handled" appear in
10258 cases where the *-change-functions have already been properly called
10259 (bug#10117).
10260
10261 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
10262
10263 * keyboard.c (interrupt_signal): Don't call kill-emacs when
10264 waiting for input. (Bug#10169)
10265
10266 2011-11-30 Eli Zaretskii <eliz@gnu.org>
10267
10268 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
10269 verifies glyph row's hash code--we have just reallocated the
10270 glyphs, so their contents can be complete garbage. (Bug#10164)
10271
10272 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
10273
10274 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
10275
10276 2011-11-30 Eli Zaretskii <eliz@gnu.org>
10277
10278 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
10279 attributes are tested _before_ calling verify_row_hash, to protect
10280 against GCC re-ordering of the tests. (Bug#10164)
10281
10282 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
10283
10284 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
10285
10286 * xterm.c (handle_one_xevent): Only set async_visible and friends
10287 if net_wm_state_hidden_seen is non-zero (Bug#10002)
10288 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
10289 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
10290
10291 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
10292
10293 Remove GCPRO-related macros that exist only to avoid shadowing locals.
10294 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
10295 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
10296 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
10297 All uses changed to use GCPRO1 etc.
10298 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
10299 Revert to old implementation (i.e., before 2011-03-11).
10300
10301 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10302
10303 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
10304 of scroll runs so as to avoid assigning disabled bogus rows and
10305 unnecessary graphics copy operations.
10306
10307 2011-11-27 Eli Zaretskii <eliz@gnu.org>
10308
10309 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
10310 (snprintf) [_MSC_VER]: Redirect to _snprintf.
10311 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
10312 (malloc, free, realloc, calloc): Redirect to e_* only when
10313 compiling Emacs.
10314
10315 * lisp.h (GCTYPEBITS): Move before first use.
10316 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
10317 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
10318 this macro definition.
10319
10320 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
10321 _MSC_VER.
10322
10323 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
10324
10325 * gtkutil.c (xg_create_frame_widgets):
10326 Call gtk_window_set_has_resize_grip (FALSE) if that function is
10327 present with Gtk+ 2.0.
10328
10329 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
10330
10331 * fileio.c (Finsert_file_contents): Undo previous change; see
10332 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
10333
10334 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
10335
10336 Rename locals to avoid shadowing.
10337 * fileio.c (Finsert_file_contents):
10338 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
10339 * process.c (wait_reading_process_output):
10340 Rename inner 'proc' to 'p' to avoid shadowing.
10341 Indent for consistency with usual Emacs style.
10342
10343 2011-11-25 Eli Zaretskii <eliz@gnu.org>
10344
10345 * xdisp.c (redisplay_window): If cursor row is not fully visible
10346 after recentering, and scroll-conservatively is set to a large
10347 number, scroll window by a few more lines to make the cursor fully
10348 visible and out of scroll-margin. (Bug#10105)
10349 (start_display): Don't move to the next line if the display should
10350 start at a newline that is part of a display vector or an overlay
10351 string. (Bug#10119)
10352
10353 2011-11-24 Juri Linkov <juri@jurta.org>
10354
10355 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
10356 after the `MagickPingImage' call. (Bug#10112)
10357
10358 2011-11-23 Chong Yidong <cyd@gnu.org>
10359
10360 * window.c (Fcoordinates_in_window_p): Accept only live windows.
10361
10362 2011-11-23 Martin Rudalics <rudalics@gmx.at>
10363
10364 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
10365 making another buffer current. (Bug#10114)
10366
10367 2011-11-23 Glenn Morris <rgm@gnu.org>
10368
10369 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
10370
10371 2011-11-23 Chong Yidong <cyd@gnu.org>
10372
10373 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
10374 using it (Bug#5984).
10375
10376 2011-11-22 Eli Zaretskii <eliz@gnu.org>
10377
10378 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
10379 and header-lines, as they don't have one computed for them.
10380 (Bug#10098)
10381
10382 * .gdbinit (prow): Make displayed values more self-explaining.
10383 Add row's hash code.
10384
10385 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10386
10387 * process.c (wait_reading_process_output): Fix asynchrounous
10388 GnuTLS socket handling on some versions of the GnuTLS library.
10389 (wait_reading_process_output): Add comment and URL.
10390
10391 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
10392
10393 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
10394
10395 2011-11-21 Chong Yidong <cyd@gnu.org>
10396
10397 * window.c (Fnext_window, Fprevious_window): Doc fix.
10398
10399 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
10402
10403 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10404
10405 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
10406
10407 2011-11-20 Martin Rudalics <rudalics@gmx.at>
10408
10409 * window.c (Fset_window_combination_limit): Rename argument
10410 STATUS to LIMIT.
10411 (Vwindow_combination_limit): Remove "status" from doc-string.
10412
10413 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
10414
10415 * m/ibms390.h: Remove.
10416 * m/ibms390x.h: Don't include "ibms390.h".
10417
10418 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
10421 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
10422
10423 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10424
10425 * casetab.c (Fset_case_table):
10426 * charset.c (Fcharset_after): Fix typos.
10427
10428 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
10429
10430 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
10431 Otherwise, valgrind does not work on some platforms.
10432 Problem reported by Andreas Schwab in
10433 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
10434 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
10435 is set, removing the need for VIRT_ADDRESS_VARIES.
10436 (PURE_P): Use a more-efficient implementation that needs just one
10437 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
10438 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
10439 to 4 (xorl, subq, cmpq, setbe).
10440 * alloc.c (pure): Always extern now, since that's the
10441 VIRT_ADDR_VARIES behavior.
10442 (PURE_POINTER_P): Use a single comparison, not two, for
10443 consistency with the new puresize.h.
10444 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
10445 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
10446 Remove VIRT_ADDR_VARIES no longer needed.
10447
10448 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10449
10450 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
10451 (erase_phys_cursor, update_window_cursor, show_mouse_face)
10452 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
10453 behave as if the cursor position were at the window margin.
10454
10455 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
10456 and the cursor position is out of bounds, behave as if the cursor
10457 position were at the window margin. (Bug#10075)
10458
10459 2011-11-18 Chong Yidong <cyd@gnu.org>
10460
10461 * window.c (Fwindow_combination_limit): Make first argument
10462 non-optional, since it is meaningless for live windows like the
10463 selected window.
10464
10465 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
10466
10467 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
10468
10469 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * intervals.c: Fix grafting over the whole buffer (bug#10071).
10472 (graft_intervals_into_buffer): Simplify.
10473
10474 2011-11-18 Eli Zaretskii <eliz@gnu.org>
10475
10476 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
10477 hash values of the two rows.
10478 (copy_row_except_pointers): Preserve the used[] arrays and the
10479 hash values of the two rows. (Bug#10035)
10480 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
10481
10482 * xdisp.c (row_hash): New function, body extracted from
10483 compute_line_metrics.
10484 (compute_line_metrics): Call row_hash, instead of computing the
10485 hash code inline.
10486
10487 * dispnew.c (verify_row_hash): Call row_hash for computing the
10488 hash code of a row, instead of duplicating code from xdisp.c.
10489
10490 * dispextern.h (row_hash): Add prototype.
10491
10492 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
10493
10494 * frame.c (delete_frame): Don't delete the terminal when the last
10495 X frame is closed if emacs is built with GTK toolkit.
10496
10497 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
10500
10501 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10502
10503 * window.c (Vwindow_splits): Rename to
10504 Vwindow_combination_resize. Suggested by Juri Linkov.
10505 (Fsplit_window_internal): Use Vwindow_combination_resize instead
10506 of Vwindow_splits.
10507
10508 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * nsfns.m (Fns_font_name):
10511 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
10512
10513 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10514
10515 * window.h (window): Rename slot "nest" to "combination_limit".
10516 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
10517 (Fset_window_nest): Rename to Fset_window_combination_limit.
10518 (Vwindow_nest): Rename to Vwindow_combination_limit.
10519 (recombine_windows, make_parent_window, make_window)
10520 (Fsplit_window_internal, saved_window)
10521 (Fset_window_configuration, save_window_save): Rename all
10522 occurrences of window_nest to window_combination_limit.
10523
10524 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10525
10526 * image.c (imagemagick_load_image): Fix typo.
10527
10528 2011-11-14 Eli Zaretskii <eliz@gnu.org>
10529
10530 * xdisp.c (display_line): Move the call to
10531 highlight_trailing_whitespace before the call to
10532 compute_line_metrics, since the latter needs to see the final
10533 faces of all the glyphs to compute ROW's hash value.
10534 Fixes assertion violations in row_equal_p. (Bug#10035)
10535
10536 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10537
10538 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
10539 just return (bug#10044).
10540
10541 2011-11-12 Eli Zaretskii <eliz@gnu.org>
10542
10543 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
10544 with user-defined heap size. Bump the default size of the temacs
10545 heap to 27MB, to avoid memory warning when running temacs.
10546 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
10547
10548 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
10549 current_matrix and desired_matrix. (Bug#9990)
10550 (verify_row_hash) [XASSERTS]: New function.
10551 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
10552 that the hash value of glyph rows is correct.
10553
10554 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10555
10556 * window.h (window): Remove splits slot.
10557 * window.c (Fwindow_splits, Fset_window_splits): Remove.
10558 (Fdelete_other_windows_internal, make_parent_window)
10559 (make_window, Fsplit_window_internal, Fdelete_window_internal)
10560 (Fset_window_configuration, save_window_save): Don't deal with
10561 split status of windows.
10562 (saved_window): Remove splits slot.
10563 (Vwindow_splits): Rewrite doc-string.
10564
10565 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
10566
10567 * xfns.c (unwind_create_frame):
10568 * nsfns.m (unwind_create_frame):
10569 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
10570 Vframe_list (Bug#9999).
10571
10572 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
10573
10574 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
10575
10576 2011-11-11 Kenichi Handa <handa@m17n.org>
10577
10578 * callproc.c (Fcall_process): Set the member dst_multibyte of
10579 process_coding.
10580
10581 2011-11-11 Johan Bockgård <bojohan@gnu.org>
10582
10583 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
10584 avoid a crash (bug#9496).
10585
10586 2011-11-09 Chong Yidong <cyd@gnu.org>
10587
10588 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
10589 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
10590
10591 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
10592
10593 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
10594
10595 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
10596
10597 Avoid some portability problems by eschewing 'extern inline' functions.
10598 The trivial performance wins aren't worth the portability hassles; see
10599 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
10600 et seq.
10601 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
10602 (window_box_width, window_box_left, window_box_left_offset)
10603 (window_box_right, window_box_right_offset): Undo previous change,
10604 by removing the "extern"s.
10605 * intervals.c (adjust_intervals_for_insertion)
10606 (adjust_intervals_for_deletion): Undo previous change,
10607 making these static again.
10608 (offset_intervals, temp_set_point_both, temp_set_point)
10609 (copy_intervals_to_string): No longer inline.
10610 * xdisp.c (window_text_bottom_y, window_box_width)
10611 (window_box_height, window_box_left_offset)
10612 (window_box_right_offset, window_box_left, window_box_right)
10613 (window_box): No longer inline.
10614
10615 2011-11-08 Chong Yidong <cyd@gnu.org>
10616
10617 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
10618 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
10619 Signal an error if not a live window.
10620 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
10621 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
10622
10623 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
10624
10625 * lisp.h (syms_of_abbrev): Remove declaration.
10626 Reported by CHENG Gao <chenggao@royau.me>.
10627
10628 2011-11-07 Eli Zaretskii <eliz@gnu.org>
10629
10630 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
10631 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
10632 of temacs in GUI mode.
10633
10634 2011-11-07 Martin Rudalics <rudalics@gmx.at>
10635
10636 * window.h: Declare delete_all_child_windows instead of
10637 delete_all_subwindows.
10638 * window.c (Fwindow_nest, Fset_window_nest)
10639 (Fset_window_new_total, Fset_window_new_normal)
10640 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
10641 (delete_all_subwindows): Rename to delete_all_child_windows.
10642 (Fdelete_other_windows_internal, Fset_window_configuration):
10643 Call delete_all_child_windows instead of delete_all_subwindows.
10644 * frame.c (delete_frame): Call delete_all_child_windows instead
10645 of delete_all_subwindows.
10646
10647 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
10648
10649 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
10650 This is also needed for porting to any host where GC_MARK_STACK is
10651 not GC_MAKE_GCPROS_NOOPS.
10652 (which_symbols): Use it.
10653
10654 2011-11-07 Kenichi Handa <handa@m17n.org>
10655
10656 * coding.c (coding_set_destination): Check coding->src_pos only
10657 when coding->src_object is a buffer (bug#9910).
10658
10659 * process.c (send_process): Set the member src_multibyte of coding
10660 to 0 (bug#9911) when sending a unibyte text.
10661
10662 * callproc.c (Fcall_process): Set the member src_multibyte of
10663 process_coding to 0 (bug#9912).
10664
10665 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10666
10667 * xmenu.c (cleanup_widget_value_tree): New function.
10668 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
10669 calling free_menubar_widget_value_tree directly (Bug#9830).
10670
10671 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
10672
10673 Fix some portability problems with 'inline'.
10674 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
10675 (window_box_width, window_box_left, window_box_left_offset)
10676 (window_box_right, window_box_right_offset): Declare extern.
10677 Otherwise, these inline functions do not conform to C99 and
10678 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
10679 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
10680 * intervals.c (adjust_intervals_for_insertion)
10681 (adjust_intervals_for_deletion): Now extern, because otherwise the
10682 extern inline functions 'offset_intervals' couldn't refer to it.
10683 (static_offset_intervals): Remove.
10684 (offset_intervals): Rewrite using the old contents of
10685 static_offset_intervals. The old version didn't conform to C99
10686 because an extern inline function contained a reference to an
10687 identifier with static linkage.
10688
10689 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
10690
10691 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
10692 GC.
10693
10694 2011-11-06 Eli Zaretskii <eliz@gnu.org>
10695
10696 * xdisp.c (init_iterator, reseat_to_string): Don't set the
10697 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
10698 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
10699 return Qleft_to_right.
10700
10701 2011-11-06 Chong Yidong <cyd@gnu.org>
10702
10703 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
10704 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
10705 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
10706 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
10707 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
10708 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
10709 (Fwindow_vscroll): Doc fix.
10710 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
10711 argument, since it makes no sense to pass a live window and for
10712 consistency with window-child.
10713
10714 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
10715
10716 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
10717 support MSVC.
10718
10719 2011-11-05 Jason Rumney <jasonr@gnu.org>
10720
10721 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
10722 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
10723 fonts (Bug#6029).
10724 (add_font_entity_to_list): Fix logic errors in mixed boolean and
10725 bitwise arithmetic preventing use of unicode-sip and non-truetype
10726 opentype fonts.
10727
10728 2011-11-05 Eli Zaretskii <eliz@gnu.org>
10729
10730 * s/ms-w32.h (fstat, stat, utime): Move redirections to
10731 "emacs"-only part.
10732
10733 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
10734 initialization code to keep similarity to xfns.c after changes
10735 from 2011-11-05.
10736
10737 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
10738
10739 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
10740 (unwind_create_frame): New function (Bug#9943).
10741 (Fx_create_frame): Restructure code to be more similar to the one in
10742 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
10743 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
10744 Move terminal->reference_count++ just before making the frame official
10745 (Bug#9943).
10746
10747 * nsterm.m (x_free_frame_resources): New function.
10748 (x_destroy_window): Move code to x_free_frame_resources.
10749
10750 * xfns.c (unwind_create_frame): Fix comment.
10751 (Fx_create_frame, x_create_tip_frame):
10752 Move terminal->reference_count++ just before making the frame
10753 official. Move initialization of image_cache_refcount and
10754 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
10755
10756 2011-11-05 Eli Zaretskii <eliz@gnu.org>
10757
10758 Support MSVC build with newer versions of Visual Studio.
10759 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
10760 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
10761 nt/gmake.defs.
10762
10763 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
10764 which are not supported by MSVC.
10765 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
10766 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
10767 bitfields.
10768 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
10769 types in bitfields.
10770 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
10771
10772 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
10773
10774 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
10775
10776 Support MSVC build with newer versions of Visual Studio.
10777 * w32.c: Don't include w32api.h for MSVC.
10778 (init_environment) [_MSC_VER]: Call sys_access, not _access.
10779
10780 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
10781 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
10782 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
10783 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
10784 e_* cousins.
10785 (alloca) [_MSC_VER]: Define to _alloca.
10786
10787 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
10788
10789 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
10790
10791 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10792
10793 * xdisp.c (note_mouse_highlight): If either of
10794 previous/next-single-property-change returns nil, treat that as
10795 the beginning or the end of the buffer. (Bug#9955)
10796
10797 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
10798
10799 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
10800 label is not null (Bug#9951).
10801 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
10802 may be NULL.
10803
10804 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10805
10806 * window.c (Fwindow_body_size): Mention in the doc string that the
10807 return value is in frame's canonical units. (Bug#9949)
10808
10809 2011-11-03 Eli Zaretskii <eliz@gnu.org>
10810
10811 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
10812
10813 * w32fns.c (unwind_create_frame): If needed, free the glyph
10814 matrices of the partially constructed frame. (Bug#9943)
10815 * xfns.c (unwind_create_frame): Likewise.
10816
10817 2011-11-01 Eli Zaretskii <eliz@gnu.org>
10818
10819 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
10820 Don't stop backward scan on the continuation glyph, even though
10821 its CHARPOS is positive.
10822 (mouse_face_from_buffer_pos, note_mouse_highlight):
10823 Rename cover_string to disp_string.
10824
10825 2011-11-01 Martin Rudalics <rudalics@gmx.at>
10826
10827 * window.c (temp_output_buffer_show): Don't use
10828 Vtemp_buffer_show_specifiers.
10829 (Vtemp_buffer_show_specifiers): Remove unused variable.
10830
10831 2011-10-30 Eli Zaretskii <eliz@gnu.org>
10832
10833 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
10834 past the beginning of the current glyph matrix.
10835
10836 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10837
10838 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
10839 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
10840 HAVE_GTK3 (Bug#9869).
10841
10842 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
10843 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
10844
10845 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
10846
10847 * xterm.c: Declare x_handle_net_wm_state to return int.
10848 (handle_one_xevent): Check if we are iconified but don't have
10849 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
10850 (get_current_wm_state): Return non-zero if not hidden,
10851 check for _NET_WM_STATE_HIDDEN (Bug#9893).
10852 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
10853 (x_handle_net_wm_state): Return what get_current_wm_state returns.
10854 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
10855
10856 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
10857
10858 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
10859 so that this new function doesn't get optimized away by a
10860 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
10861
10862 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
10863
10864 * frame.h (MOUSE_HL_INFO): Remove excess parens.
10865
10866 2011-10-29 Eli Zaretskii <eliz@gnu.org>
10867
10868 Fix the `xbytecode' command.
10869 * .gdbinit (xprintbytestr): New command.
10870 (xwhichsymbols): Rename from `which'; all callers changed.
10871 (xbytecode): Print the byte-code string as well.
10872
10873 2011-10-29 Kim Storm <storm@cua.dk>
10874
10875 * alloc.c (which_symbols): New function.
10876
10877 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
10878
10879 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
10880 line. (Bug#9903)
10881
10882 2011-10-29 Glenn Morris <rgm@gnu.org>
10883
10884 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
10885 Not clear what it was for, and it causes various bugs. (Bug#9839)
10886
10887 2011-10-28 Eli Zaretskii <eliz@gnu.org>
10888
10889 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
10890 possible random value that matches one of those tested as
10891 condition to clear the mouse face.
10892
10893 2011-10-28 Chong Yidong <cyd@gnu.org>
10894
10895 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
10896
10897 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10898
10899 * window.c (make_window): Initialize phys_cursor_on_p.
10900
10901 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * lisp.h (struct Lisp_Symbol): Update comments.
10904
10905 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
10906
10907 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
10908
10909 2011-10-28 Eli Zaretskii <eliz@gnu.org>
10910
10911 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
10912 <oslsachem@gmail.com> for helping to debug this.
10913
10914 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
10915 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
10916 (g_b_init_get_glyph_outline_w): New static variables.
10917 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
10918 (GetGlyphOutlineW_Proc): New typedefs.
10919 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
10920 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
10921 New functions.
10922 (w32font_open_internal, compute_metrics):
10923 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
10924 instead of calling the "wide" APIs directly.
10925
10926 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
10927
10928 * w32.h (syms_of_w32font): Add prototype.
10929
10930 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
10933 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
10934 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
10935 (Fmove_to_window_line): Doc fix.
10936
10937 2011-10-27 Chong Yidong <cyd@gnu.org>
10938
10939 * process.c (make_process): Set gnutls_state to NULL.
10940
10941 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
10942 non-NULL, regardless of GNUTLS_INITSTAGE.
10943 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
10944 an error. Set process slots as soon as we allocate them.
10945
10946 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
10947
10948 2011-10-27 Chong Yidong <cyd@gnu.org>
10949
10950 * gnutls.c (emacs_gnutls_deinit): New function.
10951 Deallocate credentials structures as well as calling gnutls_deinit.
10952 (Fgnutls_deinit, Fgnutls_boot): Use it.
10953
10954 * process.c (make_process): Initialize GnuTLS credentials to NULL.
10955 (deactivate_process): Call emacs_gnutls_deinit.
10956
10957 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
10958
10959 * image.c (x_create_x_image_and_pixmap):
10960 * w32.c (sys_rename, w32_delayed_load):
10961 * w32font.c (fill_in_logfont):
10962 * w32reg.c (x_get_string_resource): Silence compiler warnings.
10963
10964 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * w32fns.c (w32_default_color_map): New function,
10967 extracted from Fw32_default_color_map.
10968 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
10969
10970 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
10971
10972 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
10973
10974 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * keyboard.c (test_undefined): New function (bug#9751).
10977 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
10978
10979 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
10980
10981 * sysdep.c (init_sys_modes): Fix the check for the controlling
10982 terminal (Bug#6649).
10983
10984 2011-10-20 Eli Zaretskii <eliz@gnu.org>
10985
10986 * dispextern.h (struct bidi_it): New member next_en_type.
10987
10988 * bidi.c (bidi_line_init): Initialize the next_en_type member.
10989 (bidi_resolve_explicit_1): When next_en_pos is valid for the
10990 current character, check also for next_en_type being WEAK_EN.
10991 (bidi_resolve_weak): Don't enter the expensive loop if the current
10992 position is before next_en_pos. Record the bidi type of the first
10993 non-ET, non-BN character we find, in addition to its position.
10994 (bidi_level_of_next_char): Invalidate next_en_type when
10995 next_en_pos is over-stepped.
10996
10997 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
10998
10999 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
11000 * editfns.c: Rewrite current-time-zone so that it invokes
11001 the equivalent of (format-time-string "%Z") to get the time zone name.
11002 This fixes a bug when the time zone name contains characters that
11003 need converting from the system time locale to Emacs internal format.
11004 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
11005 that patch fixed format-time-string to do the conversion, but
11006 I forgot to fix current-time-zone.
11007 (format_time_string): New function, containing most of
11008 what Fformat_time_string used to contain.
11009 (Fformat_time_string): Rewrite in terms of format_time_string.
11010 This doesn't change this function's behavior.
11011 (current-time-zone): Rewrite to use format_time_string.
11012 This fixes the bug reported by Michael Schierl in
11013 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
11014 Jason Rumney's 2007-06-07 change worked around this bug, but
11015 didn't fix it.
11016 * systime.h (tzname, timezone): Remove no-longer-used declarations.
11017
11018 2011-10-19 Eli Zaretskii <eliz@gnu.org>
11019
11020 * xdisp.c (start_display): If the character at POS is displayed
11021 via a display vector, reset IT->current.dpvec_index to zero.
11022 (try_window_reusing_current_matrix): If a line ends in a display
11023 vector or the next line starts in a display vector, continue
11024 redrawing the window even though the character position of
11025 start_row was reached.
11026 (Bug#9771, part 2)
11027
11028 2011-10-18 Chong Yidong <cyd@gnu.org>
11029
11030 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
11031 with nobreak-char-display too.
11032
11033 2011-10-18 Eli Zaretskii <eliz@gnu.org>
11034
11035 Fix part 3 of bug#9771.
11036 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
11037 (bidi_resolve_neutral): Don't enter the expensive loop looking for
11038 non-neutral characters if the current character is a paragraph
11039 separator (a.k.a. Newline). This avoids running the same
11040 expensive loop twice, once when we consume the preceding newline
11041 and the other time when the line actually needs to be displayed.
11042 Avoid the loop when we see neutrals on the base embedding level
11043 following a character whose directionality is the same as the
11044 paragraph's. This avoids running the expensive loop when a line
11045 ends in a long sequence of neutrals, like control characters.
11046 Add assertion against STRONG_AL type. Slightly rearrange code
11047 that determines the type of a neutral given the first non-neutral
11048 that follows it.
11049 (bidi_level_of_next_char): Set next_en_pos to zero when
11050 invalidating its info.
11051
11052 2011-10-17 Eli Zaretskii <eliz@gnu.org>
11053
11054 * xdisp.c (push_display_prop): Determine whether to record string
11055 or buffer position by IT->string, not by IT->method. Allow
11056 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
11057 (move_it_vertically_backward): Don't look for character position
11058 immediately after the newline when in a continuation line.
11059 (Bug#9771, part 1)
11060
11061 2011-10-15 Martin Rudalics <rudalics@gmx.at>
11062
11063 * window.c (coordinates_in_window): Rewrite and delabelize
11064 vertical border check. (Bug#5357) (Bug#9618)
11065
11066 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
11069 errors in XSetWindowBorder (bug#9310).
11070
11071 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
11072
11073 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
11074 avoid crash when xmalloc overrun checking is enabled.
11075
11076 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11077
11078 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
11079 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
11080 cursor motion with <left> and <right> arrow keys.
11081
11082 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
11083 some callers set that themselves.
11084
11085 2011-10-12 Eli Zaretskii <eliz@gnu.org>
11086
11087 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
11088 display string and the previous row comes from the same string and
11089 is empty. (Bug#9739) (Bug#9738)
11090
11091 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * doc.c (get_doc_string): Encode file name (bug#9735).
11094
11095 2011-10-12 Eli Zaretskii <eliz@gnu.org>
11096
11097 * bidi.c (bidi_level_of_next_char):
11098 * xdisp.c (get_visually_first_element): Remove old incorrect
11099 comments regarding the Unicode Line Separator character.
11100
11101 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
11102
11103 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
11104
11105 * alloc.c (Fgc_status): Do not access beyond zombies array
11106 boundary if nzombies > MAX_ZOMBIES.
11107 * alloc.c (dump_zombies): Add missing format specifier.
11108
11109 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
11110
11111 * xdisp.c (set_cursor_from_row): Simplify conditionals,
11112 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
11113
11114 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
11115 Some packages use them to denote characters with modifiers.
11116
11117 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
11118
11119 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
11120 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
11121 matching a pp-number. Rename parameter var to var1.
11122
11123 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11124
11125 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
11126
11127 2011-10-08 Glenn Morris <rgm@gnu.org>
11128
11129 * callint.c (Fcall_interactively): Give a more explicit error for the
11130 'c' case with a non-character input. (Bug#8479)
11131
11132 2011-10-08 Eli Zaretskii <eliz@gnu.org>
11133
11134 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
11135 lines.
11136 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
11137 lines that are hscrolled on the left.
11138
11139 * dispnew.c (buffer_posn_from_coords): Account for a possible
11140 presence of header-line. (Bug#4426)
11141
11142 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
11145 Don't advertise functionality which we discourage or doesn't work.
11146
11147 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
11148
11149 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
11150 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
11151 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
11152 this makes Emacs dump core during garbage collection on rare
11153 occasions. sizeof is obviously inferior to offsetof here, so
11154 stick with offsetof.
11155 (GC_POINTER_ALIGNMENT): New macro.
11156 (mark_memory): Omit 3rd (offset) arg; caller changed.
11157 Don't assume EMACS_INT alignment is the same as pointer alignment.
11158
11159 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * keyboard.c (read_key_sequence_remapped): New var.
11162 (read_key_sequence): Compute remapping in the right buffer.
11163 (command_loop_1): Use read_key_sequence's remapping directly.
11164
11165 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * dired.c (file_name_completion): Don't expand file name.
11168 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
11169 before checking file name handler.
11170
11171 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
11172 they've been requested explicitly (bug#9591).
11173
11174 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
11175
11176 * keymap.c (Fsingle_key_description): Use make_specified_string
11177 instead of build_string to build string from push_key_description.
11178 (Bug#5193)
11179
11180 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
11181
11182 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
11183 This fixes a Y2038 bug on 64-bit hosts.
11184 * buffer.c (reset_buffer):
11185 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
11186 (Fclear_buffer_auto_save_failure):
11187 Use 0, not -1, to represent an unset failure time, since time_t
11188 might not be signed.
11189
11190 Remove dependency on glibc malloc internals.
11191 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
11192 Move back here from lisp.h, but with their new implementations.
11193 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
11194 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
11195 * charset.c (charset_table_init): New static var.
11196 (syms_of_charset): Use it instead of xmalloc. This removes a
11197 dependency on glibc malloc internals. See Eli Zaretskii's comment in
11198 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
11199 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
11200 Move back to alloc.c.
11201 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
11202 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
11203
11204 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
11205
11206 * nsterm.m (windowDidResize): Call x_set_window_size only when
11207 ns_in_resize is true. Otherwise set pixelwidth/height and
11208 call change_frame_size (Bug#9628).
11209
11210 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
11211
11212 Port --enable-checking=all to Fedora 14 x86-64.
11213 * charset.c (syms_of_charset): Also account for glibc malloc's
11214 internal overhead when calculating the initial malloc maximum.
11215
11216 Port --enable-checking=all to Fedora 14 x86.
11217 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
11218 Move to lisp.h.
11219 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
11220 (overrun_check_realloc, overrun_check_free):
11221 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
11222 That way, xmalloc returns a properly-aligned pointer even if
11223 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
11224 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
11225 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
11226 into account when calculating the initial malloc maximum.
11227 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
11228 Move here from alloc.c, so that charset.c can use it too.
11229 Properly align; the old code wasn't right for common 32-bit hosts
11230 when configured with --enable-checking=all.
11231 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
11232 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
11233
11234 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11235
11236 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
11237 use EDOM.
11238
11239 2011-09-28 Eli Zaretskii <eliz@gnu.org>
11240
11241 * xdisp.c (compute_display_string_end): If there's no display
11242 string at CHARPOS, return -1.
11243
11244 * bidi.c (bidi_fetch_char): When compute_display_string_end
11245 returns a negative value, treat the character as a normal
11246 character not covered by a display string. (Bug#9624)
11247
11248 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
11249
11250 * lread.c (Fread_from_string): Fix typo in docstring.
11251
11252 2011-09-27 Eli Zaretskii <eliz@gnu.org>
11253
11254 * xdisp.c (handle_invisible_prop): If invisible text ends on a
11255 newline, reseat the iterator instead of bidi-iterating there one
11256 character at a time. (Bug#9610)
11257 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
11258 TO_CHARPOS if the bidi iterator is at base embedding level.
11259
11260 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
11261
11262 * lread.c (readevalloop): Use correct code for NBSP.
11263 (read1): Likewise. (Bug#9608)
11264
11265 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
11266
11267 * dbusbind.c (Fdbus_register_signal): When service is not
11268 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
11269
11270 2011-09-25 Glenn Morris <rgm@gnu.org>
11271
11272 * buffer.c (truncate-lines): Doc fix.
11273
11274 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
11277 (Fset_window_next_buffers): Doc fix.
11278
11279 2011-09-24 Glenn Morris <rgm@gnu.org>
11280
11281 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
11282
11283 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
11284
11285 Fix minor problems found by static checking.
11286 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
11287 * indent.c (Fvertical_motion): Fix == vs = typo.
11288
11289 2011-09-24 Eli Zaretskii <eliz@gnu.org>
11290
11291 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
11292 Default value is now t. Doc fix.
11293
11294 * indent.c (Fvertical_motion): Compute and apply the overshoot
11295 logic when moving up, not only when moving down. Fix the
11296 confusing name and values of the it_overshoot_expected variable;
11297 logic changes accordingly. (Bug#9254) (Bug#9549)
11298
11299 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
11300 CHARPOS is covered by a display string which includes newlines.
11301 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
11302 is covered by a display string with embedded newlines.
11303
11304 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * dbusbind.c (Fdbus_register_signal): Add match rule to
11307 Vdbus_registered_objects_table. (Bug#9581)
11308 (Fdbus_register_method, Vdbus_registered_objects_table):
11309 Fix docstring.
11310
11311 2011-09-24 Jim Meyering <meyering@redhat.com>
11312
11313 do not ignore write error for any output size
11314 The previous change was incomplete.
11315 While it makes emacs --batch detect the vast majority of stdout
11316 write failures, errors were still ignored whenever the output size is
11317 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
11318 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
11319 && echo FAIL: ignored write error
11320 FAIL: ignored write error
11321 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
11322 && echo FAIL: ignored write error
11323 FAIL: ignored write error
11324 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
11325
11326 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11327
11328 * emacs.c (Fkill_emacs): In noninteractive mode exit
11329 non-successfully if a write error occurred on stdout. (Bug#9574)
11330
11331 2011-09-21 Eli Zaretskii <eliz@gnu.org>
11332
11333 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
11334 the xassert test.
11335
11336 * dispextern.h (struct it): Update the comment documenting what
11337 can it->OBJECT be.
11338
11339 2011-09-20 Eli Zaretskii <eliz@gnu.org>
11340
11341 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
11342 a display string, extend search for cursor position to end of row.
11343 (find_row_edges): If the row ends in a newline from a display
11344 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
11345 Handle the case of a display string with multiple newlines.
11346 (Fcurrent_bidi_paragraph_direction): Fix search for previous
11347 non-empty line. Fixes confusing cursor motion with arrow keys at
11348 the beginning of a line that starts with whitespace.
11349
11350 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11351
11352 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
11353 (bug#9493).
11354
11355 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
11358 boolean (Bug#9154).
11359
11360 2011-09-18 Eli Zaretskii <eliz@gnu.org>
11361
11362 * xdisp.c (display_line): Record maximum and minimum buffer
11363 positions even if no glyphs were produced (e.g., by a zero-width
11364 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
11365 buffer positions that will be removed from the glyph row because
11366 they don't fit.
11367 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
11368 column is beyond frame width: don't subtract 1 "pixel" when
11369 computing width of the stretch.
11370 (reseat_at_next_visible_line_start): Undo the change made on
11371 2011-09-17 that saved paragraph information and restored it after
11372 the call to `reseat'. (Bug#9545)
11373
11374 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11375
11376 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
11377 and turn window cursor on if cleared (Bug#9415).
11378
11379 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
11380
11381 * search.c (boyer_moore): Take unibyte characters from pattern
11382 literally. (Bug#9458)
11383
11384 2011-09-18 Eli Zaretskii <eliz@gnu.org>
11385
11386 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
11387
11388 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
11389
11390 Fix minor problem found by static checking.
11391 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
11392 initialized, to pacify gcc -Wuninitialized.
11393
11394 * fileio.c: Report proper errno when syscall falls.
11395 (Finsert_file_contents): Save and restore errno,
11396 so that report_file_error outputs the correct diagnostic.
11397 (Fwrite_region) [CLASH_DETECTION]: Likewise.
11398
11399 2011-09-18 Eli Zaretskii <eliz@gnu.org>
11400
11401 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
11402
11403 2011-09-17 Eli Zaretskii <eliz@gnu.org>
11404
11405 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
11406 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
11407
11408 2011-09-17 Eli Zaretskii <eliz@gnu.org>
11409
11410 * xdisp.c (reseat_at_next_visible_line_start): Keep information
11411 about the current paragraph and restore it after the call to reseat.
11412
11413 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
11414 (bidi_find_paragraph_start): Search back for paragraph beginning
11415 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
11416 (bidi_move_to_visually_next): Only trigger paragraph-related
11417 computations when the last character is a newline or at EOB, not
11418 just any NEUTRAL_B. (Bug#9470)
11419
11420 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
11421 truncated lines if point is covered by a display string. (Bug#9524)
11422
11423 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
11424
11425 * xselect.c: Relax test for outgoing X longs (Bug#9498).
11426 (cons_to_x_long): New function.
11427 (lisp_data_to_selection_data): Use it. Correct the test for
11428 short-versus-long data; it was negated. Break out of vector
11429 loop, for efficiency, when a long datum is discovered.
11430
11431 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
11434
11435 2011-09-16 Eli Zaretskii <eliz@gnu.org>
11436
11437 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
11438 GCC PR/17406) by declaring this function with external scope.
11439
11440 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
11441
11442 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
11443 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
11444
11445 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
11446
11447 * editfns.c (Fformat): Correctly handle text properties on "%%".
11448
11449 2011-09-15 Eli Zaretskii <eliz@gnu.org>
11450
11451 * xterm.c (x_draw_composite_glyph_string_foreground):
11452 * w32term.c (x_draw_composite_glyph_string_foreground):
11453 * term.c (encode_terminal_code):
11454 * composite.c (composition_update_it, get_composition_id):
11455 * xdisp.c (get_next_display_element)
11456 (fill_composite_glyph_string): Add comments about special meaning
11457 of TAB characters in a composition.
11458
11459 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
11460
11461 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
11462 This occurs when processing a multibyte format.
11463 Problem reported by Wolfgang Jenker.
11464
11465 2011-09-15 Johan Bockgård <bojohan@gnu.org>
11466
11467 * xdisp.c (try_cursor_movement): Only check for exact match if
11468 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
11469
11470 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
11471
11472 Remove unused external symbols.
11473 * dispextern.h (calc_pixel_width_or_height): Remove decl.
11474 * xdisp.c (calc_pixel_width_or_height): Now static.
11475 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
11476 * indent.c (check_display_width):
11477 * w32term.c: Fix comment to match code.
11478 * xterm.c, xterm.h (x_catching_errors): Remove.
11479
11480 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
11481
11482 * xselect.c: Use signed conversions more consistently (Bug#9498).
11483 (selection_data_to_lisp_data): Assume incoming selection data are
11484 signed integers, not unsigned. This is to be consistent with
11485 outgoing selection data, which was modified to use signed integers
11486 in as part of the fix to Bug#9196 in response to Jan D.'s comment
11487 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
11488 expects long, not unsigned long.
11489
11490 2011-09-14 Eli Zaretskii <eliz@gnu.org>
11491
11492 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
11493 computation of loop end. Reported by Johan Bockgård
11494 <bojohan@gnu.org>.
11495
11496 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
11497
11498 * frame.c (Fother_visible_frames_p): Function deleted.
11499
11500 2011-09-12 Eli Zaretskii <eliz@gnu.org>
11501
11502 * indent.c (compute_motion): Process display vector front to back
11503 rather than the other way around. (Bug#2496)
11504
11505 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
11508
11509 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
11510
11511 * minibuf.c (Fread_from_minibuffer): Doc fix.
11512
11513 2011-09-11 Eli Zaretskii <eliz@gnu.org>
11514
11515 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
11516 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
11517
11518 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11519
11520 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
11521 value for non-existent files.
11522
11523 2011-09-11 Eli Zaretskii <eliz@gnu.org>
11524
11525 * fileio.c (Finsert_file_contents): If the file cannot be opened,
11526 set its "size" to -1. This will set the modtime_size field of
11527 the corresponding buffer to -1, which is what
11528 verify-visited-file-modtime expects for files that do not exist.
11529 (Bug#9139)
11530
11531 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
11532
11533 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
11534 here ...
11535 * lisp.h: ... from here. push_key_description is no longer
11536 defined in keyboard.c, so its declaration should not be in
11537 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
11538 logically belongs with push_key_description.
11539
11540 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
11541
11542 * buffer.h: Include <sys/types.h> instead of <time.h>.
11543 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
11544 Problem reported by Herbert J. Skuhra.
11545
11546 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11547
11548 * xml.c (parse_region): Make the parsing work for
11549 non-comment-starting XML files again (bug#9144).
11550
11551 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
11552
11553 * image.c (gif_load): Fix calculation of bottom and right corner.
11554 (Bug#9468)
11555
11556 2011-09-10 Eli Zaretskii <eliz@gnu.org>
11557
11558 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
11559 redisplay in small windows.
11560
11561 2011-09-09 Eli Zaretskii <eliz@gnu.org>
11562
11563 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
11564
11565 2011-09-08 Martin Rudalics <rudalics@gmx.at>
11566
11567 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
11568 Operate on live windows only.
11569
11570 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
11571
11572 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
11573
11574 2011-09-07 Eli Zaretskii <eliz@gnu.org>
11575
11576 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
11577 only under bidi iteration.
11578
11579 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
11580
11581 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
11582
11583 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
11584
11585 isnan: Fix porting problem to Solaris 10 with bundled gcc.
11586 Without this fix, the command to link temacs failed due to an
11587 undefined symbol __builtin_isnan. This is because
11588 /usr/include/iso/math_c99.h #defines isnan(x) to
11589 __builtin_isnan(x), but the bundled gcc, which identifies itself
11590 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
11591 a __builtin_isnan.
11592 * floatfns.c (isnan): #undef, and then #define to a clone of
11593 what's in data.c.
11594 (Fisnan): Always define, since it's always available now.
11595 (syms_of_floatfns): Always define isnan at the Lisp level.
11596
11597 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
11598
11599 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
11600
11601 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
11602
11603 * fileio.c: Fix bugs with large file offsets (Bug#9428).
11604 The previous code assumed that file offsets (off_t values) fit in
11605 EMACS_INT variables, which is not true on typical 32-bit hosts.
11606 The code messed up by falsely reporting buffer overflow in cases
11607 such as (insert-file-contents "big" nil 1 2) into an empty buffer
11608 when "big" contains more than 2**29 bytes, even though this
11609 inserts just one byte and does not overflow the buffer.
11610 (Finsert_file_contents): Store file offsets as off_t
11611 values, not as EMACS_INT values. Check for overflow when
11612 converting between EMACS_INT and off_t. When checking for
11613 buffer overflow or for overlap, take the offsets into account.
11614 Don't use EMACS_INT for small values where int suffices.
11615 When checking for overlap, fix a typo: ZV was used where
11616 ZV_BYTE was intended.
11617 (Fwrite_region): Don't assume off_t fits into 'long'.
11618 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
11619
11620 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
11621
11622 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
11623
11624 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
11625
11626 sprintf-related integer and memory overflow issues (Bug#9412).
11627
11628 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
11629 (esprintf, exprintf, evxprintf): New functions.
11630 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
11631 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
11632 (modify_event_symbol): Do not assume that the length of
11633 name_alist_or_stem is safe to alloca and fits in int.
11634 (Fexecute_extended_command): Likewise for function name and binding.
11635 (Frecursion_depth): Wrap around reliably on integer overflow.
11636 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
11637 since some callers pass EMACS_INT values.
11638 (Fsingle_key_description): Don't crash if symbol name contains more
11639 than MAX_ALLOCA bytes.
11640 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
11641 (get_minibuffer): Arg is now EMACS_INT, not int.
11642 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
11643 (esprintf, exprintf, evxprintf): New decls.
11644 * window.h (command_loop_level, minibuf_level): Reflect API changes.
11645
11646 * dbusbind.c (signature_cat): New function.
11647 (xd_signature, Fdbus_register_signal):
11648 Do not overrun buffer; instead, report string overflow.
11649
11650 * dispnew.c (add_window_display_history): Don't overrun buffer.
11651 Truncate instead; this is OK since it's just a log.
11652
11653 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
11654 even if the time zone offset is outlandishly large.
11655 Don't mishandle offset == INT_MIN.
11656
11657 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
11658 when creating daemon; the previous buffer-overflow check was incorrect.
11659
11660 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
11661 which has the guts of the old verror function.
11662
11663 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
11664 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
11665
11666 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
11667 (font_unparse_xlfd): Don't blindly alloca long strings.
11668 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
11669 fits in int, when using sprintf. Use single snprintf to count
11670 length of string rather than counting it via multiple sprintfs;
11671 that's simpler and more reliable.
11672 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
11673 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
11674 sprintf, in case result does not fit in int.
11675
11676 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
11677 (fontset_from_font): Print it.
11678
11679 * frame.c (tty_frame_count): Now printmax_t, not int.
11680 (make_terminal_frame, set_term_frame_name): Print it.
11681 (x_report_frame_params): In X, window IDs are unsigned long,
11682 not signed long, so print them as unsigned.
11683 (validate_x_resource_name): Check for implausibly long names,
11684 and don't assume name length fits in 'int'.
11685 (x_get_resource_string): Don't blindly alloca invocation name;
11686 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
11687 not fit in int.
11688
11689 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
11690 (xg_check_special_colors, xg_set_geometry):
11691 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
11692
11693 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
11694 Use esprintf, not sprintf, in case result does not fit in int.
11695
11696 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
11697 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
11698 it as a large positive number.
11699 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
11700 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
11701
11702 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
11703 in case result does not fit in int.
11704
11705 * print.c (float_to_string): Detect width overflow more reliably.
11706 (print_object): Make sprintf buffer a bit bigger, to avoid potential
11707 buffer overrun. Don't assume list length fits in 'int'. Treat
11708 print length of 0 as 0, not as infinity; to be consistent with other
11709 uses of print length in this function. Don't overflow print length
11710 index. Don't assume hash table size fits in 'long', or that
11711 vectorlike size fits in 'unsigned long'.
11712
11713 * process.c (make_process): Use printmax_t, not int, to format
11714 process-name gensyms.
11715
11716 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
11717
11718 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
11719 to avoid potential buffer overrun.
11720
11721 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
11722 if X resource line is longer than 512 bytes.
11723
11724 * xfns.c (x_window): Make sprintf buffer a bit bigger
11725 to avoid potential buffer overrun.
11726
11727 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
11728
11729 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
11730
11731 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
11732
11733 Integer overflow fixes for scrolling, etc.
11734 Without these, Emacs silently mishandles large integers sometimes.
11735 For example, "C-u 4294967297 M-x recenter" was treated as if
11736 it were "C-u 1 M-x recenter" on a typical 64-bit host.
11737
11738 * xdisp.c (try_window_id): Check Emacs fixnum range before
11739 converting to 'int'.
11740
11741 * window.c (window_scroll_line_based, Frecenter):
11742 Check that an Emacs fixnum is in range before assigning it to 'int'.
11743 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
11744 values converted from Emacs fixnums.
11745 (Frecenter): Don't wrap around a line count if it is out of 'int'
11746 range; instead, treat it as an extreme value.
11747 (Fset_window_configuration, compare_window_configurations):
11748 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
11749
11750 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
11751 that can exceed INT_MAX. Check that EMACS_INT value is in range
11752 before assigning it to the (possibly-narrower) index.
11753 (match_limit): Don't assume that a fixnum can fit in 'int'.
11754
11755 * print.c (print_object): Use ptrdiff_t, not int, for index that can
11756 exceed INT_MAX.
11757
11758 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
11759 (Fvertical_motion): Don't wrap around LINES values that don't fit
11760 in 'int'. Instead, treat them as extreme values. This is good
11761 enough for windows, which can't have more than INT_MAX lines anyway.
11762
11763 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11764
11765 * Require libxml/parser.h to avoid compilation warning.
11766
11767 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
11768
11769 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
11770 since this reportedly can destroy thread storage.
11771
11772 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
11773
11774 * syntax.c (find_defun_start): Update all cache variables if
11775 exiting early (Bug#9401).
11776
11777 2011-08-30 Eli Zaretskii <eliz@gnu.org>
11778
11779 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
11780
11781 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
11782 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
11783 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
11784
11785 * term.c (tty_append_glyph): New function.
11786 (produce_stretch_glyph): Static function and its prototype deleted.
11787
11788 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
11789 Add prototypes.
11790
11791 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
11792
11793 * image.c (parse_image_spec): Check for nonnegative, not for positive,
11794 when checking :margin (Bug#9390).
11795 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
11796 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
11797 so that the name doesn't mislead. All uses changed.
11798
11799 2011-08-28 Johan Bockgård <bojohan@gnu.org>
11800
11801 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
11802 set_tty_hooks.
11803
11804 2011-08-27 Eli Zaretskii <eliz@gnu.org>
11805
11806 * xdisp.c (move_it_to): Don't bail out early when reaching
11807 position beyond to_charpos, if we are scanning backwards.
11808 (move_it_vertically_backward): When DY == 0, make sure we get to
11809 the first character in the line after the newline.
11810
11811 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
11812
11813 * ccl.c: Improve and simplify overflow checking (Bug#9196).
11814 (ccl_driver): Do not generate an out-of-range pointer.
11815 (Fccl_execute_on_string): Remove unnecessary check for
11816 integer overflow, noted by Stefan Monnier in
11817 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
11818 Remove a FIXME that didn't need fixing.
11819 Simplify the newly-introduced buffer reallocation code.
11820
11821 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
11822
11823 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
11824
11825 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
11826
11827 Integer and memory overflow issues (Bug#9196).
11828
11829 * doc.c (get_doc_string): Rework so that
11830 get_doc_string_buffer_size is the actual buffer size, rather than
11831 being 1 less than the actual buffer size; this makes xpalloc more
11832 convenient.
11833
11834 * image.c (x_allocate_bitmap_record, cache_image):
11835 * xselect.c (Fx_register_dnd_atom):
11836 Simplify previous changes by using xpalloc.
11837
11838 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
11839 since either will do and ptrdiff_t is convenient with xpalloc.
11840
11841 * charset.c (charset_table_size)
11842 (struct charset_sort_data.priority): Now ptrdiff_t.
11843 (charset_compare): Don't overflow if priorities differ greatly.
11844 (Fsort_charsets): Don't assume list length fits in int.
11845 Check for size-calculation overflow when allocating sort data.
11846 (syms_of_charset): Allocate an initial charset table that is
11847 just under 64 KiB, to avoid problems with glibc malloc and mmap.
11848
11849 * cmds.c (internal_self_insert): Check for size-calculation overflow.
11850
11851 * composite.h (struct composition.glyph_len): Now int, not unsigned.
11852 The actual value is always <= INT_MAX, and leaving it unsigned made
11853 overflow checking harder.
11854
11855 * dispextern.h (struct glyph_matrix.rows_allocated)
11856 (struct face_cache.size): Now ptrdiff_t, for convenience in use
11857 with xpalloc. The values are still always <= INT_MAX.
11858
11859 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
11860
11861 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
11862 (SAFE_NALLOCA): New macro.
11863
11864 * region-cache.c (struct boundary.pos, find_cache_boundary)
11865 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
11866 (set_cache_region, invalidate_region_cache)
11867 (revalidate_region_cache, know_region_cache, region_cache_forward)
11868 (region_cache_backward, pp_cache):
11869 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
11870 so that ptrdiff_t * can be passed to xpalloc.
11871 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
11872 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
11873 (pp_cache): Don't assume cache_len fits in int.
11874 * region-cache.h: Adjust extern decls to match.
11875
11876 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
11877 EMACS_INT, since either will do, for xpalloc.
11878
11879 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
11880 (xnmalloc, xnrealloc, xpalloc): New functions.
11881
11882 * bidi.c (bidi_shelve_header_size): New constant.
11883 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
11884 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
11885
11886 * bidi.c (bidi_cache_shrink):
11887 * buffer.c (overlays_at, overlays_in, record_overlay_string)
11888 (overlay_strings):
11889 Don't update size of array until after memory allocation succeeds,
11890 because xmalloc/xrealloc may not return.
11891 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
11892 now that we have proper integer overflow checking.
11893 (record_overlay_string, overlay_strings): Catch overflows when
11894 calculating size of overlay_str_buf.
11895
11896 * callproc.c (Fcall_process): Check for size overflow when
11897 calculating size of args2.
11898 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
11899 Normally we prefer signed values, but sticking with ptrdiff_t would
11900 require adding more-complicated checks.
11901
11902 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
11903 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
11904 Redo buffer-overflow calculations to avoid integer overflow.
11905 Add a FIXME comment where memory seems to be over-allocated.
11906
11907 * character.c (Fstring): Check for size-calculation overflow.
11908
11909 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
11910 unnecessary integer overflow. Check for size overflow.
11911 (encode_coding_object): Don't update size until xmalloc succeeds.
11912
11913 * composite.c (get_composition_id): Check for overflow in glyph
11914 length calculations.
11915
11916 Integer and memory overflow fixes for display code.
11917 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
11918 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
11919 (scrolling_window): Check for overflow in size calculations.
11920 (line_draw_cost, realloc_glyph_pool, add_row_entry):
11921 Don't assume glyph table len fits in int.
11922 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
11923 (row_table_size): Now ptrdiff_t, not int.
11924 (scrolling_window): Avoid overflow in size calculations.
11925 Don't update size until allocation succeeds.
11926 * fns.c (concat): Check for overflow in size calculations.
11927 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
11928 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
11929 (NEXT_ALMOST_PRIME_LIMIT): New constant.
11930
11931 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
11932 (get_doc_string): Check for size calculation overflow.
11933 Don't update size until allocation succeeds.
11934 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
11935 EMACS_INT, where ptrdiff_t will do.
11936 (Fsubstitute_command_keys): Check for string overflow.
11937
11938 * editfns.c (set_time_zone_rule): Don't assume environment length
11939 fits in int.
11940 (message_length): Now ptrdiff_t, not int.
11941 (Fmessage_box): Don't update size until allocation succeeds.
11942 Don't assume message length fits in int.
11943 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
11944
11945 * emacs.c (main): Do not reallocate argv, since there is a null at
11946 the end that can be overwritten, and this way there's no need to
11947 worry about size-calculation overflow.
11948 (sort_args): Check for size-calculation overflow.
11949
11950 * eval.c (init_eval_once, grow_specpdl): Don't update size until
11951 alloc succeeds.
11952 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
11953
11954 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
11955 (x_set_scroll_bar_width, x_figure_window_size):
11956 Check for integer overflow.
11957 (x_set_alpha): Do not assume XINT fits in int.
11958
11959 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
11960 This is for the members text_lines, text_cols, total_lines, total_cols,
11961 where the system imposes an 'int' limit.
11962
11963 * fringe.c (Fdefine_fringe_bitmap):
11964 Don't update size until alloc works.
11965
11966 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
11967 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
11968
11969 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
11970 Check for size-calculation overflow.
11971 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
11972 do, as we prefer signed integers.
11973 (id_to_widget.max_size, id_to_widget.used)
11974 (xg_store_widget_in_map, xg_remove_widget_from_map)
11975 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
11976 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
11977 Use and return ptrdiff_t, not int.
11978 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
11979 * gtkutil.h: Change prototypes to match the above.
11980
11981 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
11982 are duplicate now that they've been promoted to lisp.h.
11983 (x_allocate_bitmap_record, x_alloc_image_color)
11984 (make_image_cache, cache_image, xpm_load):
11985 Don't update size until alloc is done.
11986 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
11987 (x_detect_edges):
11988 Check for size calculation overflow.
11989 (ct_colors_allocated_max): New constant.
11990 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
11991 overflow.
11992
11993 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
11994 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
11995 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
11996 Use ptrdiff_t, not int, to count maps.
11997 (read_char_minibuf_menu_prompt): Check for overflow in size
11998 calculations. Don't update size until allocation succeeds.
11999 Redo calculations to avoid overflow.
12000 * keyboard.h: Change prototypes to match the above.
12001
12002 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
12003 to count maps.
12004 (current_minor_maps): Check for size calculation overflow.
12005 * keymap.h: Change prototypes to match the above.
12006
12007 * lread.c (read1, init_obarray): Don't update size until alloc done.
12008
12009 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
12010 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
12011
12012 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
12013 Now ptrdiff_t, not int.
12014 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
12015 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
12016
12017 * process.c (Fnetwork_interface_list): Check for overflow
12018 in size calculation.
12019
12020 * region-cache.c (move_cache_gap): Check for size calculation overflow.
12021
12022 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
12023 overflow. Don't bother calling xmalloc when xrealloc will do.
12024
12025 * search.c (Freplace_match): Check for size calculation overflow.
12026 (Fset_match_data): Don't assume list lengths fit in 'int'.
12027
12028 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
12029 for command line length. Do not attempt to address one before the
12030 beginning of an array, as that's not portable.
12031
12032 * term.c (max_frame_lines): Remove; unused.
12033 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
12034 not int.
12035 (encode_terminal_code, calculate_costs): Check for size
12036 calculation overflow.
12037 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
12038 table lengths and related sizes. Don't update size until alloc
12039 done. Redo calculations to avoid overflow.
12040 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
12041
12042 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
12043 subtracting pointers.
12044 (gobble_line): Check for overflow more carefully. Don't update size
12045 until alloc done.
12046
12047 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
12048 Don't update size until alloc done.
12049 Redo size calculations to avoid overflow.
12050 Check for size calculation overflow.
12051 (main) [DEBUG]: Fix typo in invoking tparam1.
12052
12053 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
12054 Use ptrdiff_t, not int, for sizes.
12055 (store_mode_line_noprop_char): Don't update size until alloc done.
12056
12057 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
12058 Use ptrdiff_t, not int, for sizes.
12059 (Finternal_make_lisp_face, cache_face):
12060 Check for size calculation overflow.
12061 (cache_face): Treat size calculation overflows as if they were
12062 memory exhaustion (the usual treatment), rather than aborting.
12063
12064 * xfns.c (x_encode_text, x_set_name_internal)
12065 (Fx_change_window_property): Use ptrdiff_t, not int, to count
12066 sizes, since they can exceed INT_MAX in size. Check for size
12067 calculation overflow.
12068
12069 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
12070 (xg_select): Check for size calculation overflow.
12071 Don't update size until alloc done.
12072
12073 * xrdb.c (get_environ_db): Don't assume path length fits in int,
12074 as sprintf is limited to int lengths.
12075
12076 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
12077 (X_LONG_MIN): New macros.
12078 Use them to make the following changes clearer.
12079 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
12080 This change doesn't affect the value now, but it may help remind
12081 future maintainers not to raise the value too much later.
12082 (SELECTION_QUANTUM): Remove, replacing with ...
12083 (selection_quantum): ... new function, which avoids overflow.
12084 All uses changed.
12085 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
12086 assumption that selection length fits in 'int'.
12087 (x_reply_selection_request, x_handle_selection_request)
12088 (x_get_window_property, receive_incremental_selection)
12089 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
12090 (lisp_data_to_selection_data, clean_local_selection_data):
12091 Use ptrdiff_t, not int, to record length of selection.
12092 (x_reply_selection_request, x_get_window_property)
12093 (receive_incremental_selection, x_property_data_to_lisp):
12094 Redo calculations to avoid overflow.
12095 (x_reply_selection_request): When sending hint, ceiling it at
12096 X_LONG_MAX rather than relying on wraparound overflow to send
12097 something.
12098 (x_get_window_property, receive_incremental_selection)
12099 (lisp_data_to_selection_data, x_property_data_to_lisp):
12100 Check for size-calculation overflow.
12101 (x_get_window_property, receive_incremental_selection)
12102 (lisp_data_to_selection_data, Fx_register_dnd_atom):
12103 Don't store size until memory allocation succeeds.
12104 (x_get_window_property): Plug memory leak on memory exhaustion.
12105 Don't double-block input; malloc is safe here. Don't assume 2**34
12106 - 4 fits in unsigned long. Add an xassert to check
12107 XGetWindowProperty overflow. Be more careful about overflow
12108 calculations, and distinguish size from memory overflow better.
12109 (receive_incremental_selection): When tracing, don't assume
12110 unsigned int is less than INT_MAX.
12111 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
12112 harmful) conversions of unsigned short to int.
12113 (lisp_data_to_selection_data): Don't assume that integers
12114 in the range -65535 through -1 fit in an X unsigned short.
12115 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
12116 result parameters unless successful. Rely on cons_to_unsigned
12117 to report problems with elements; the old code wasn't right anyway.
12118 (x_check_property_data): Check for int overflow; we cannot use
12119 a wider type due to X limits.
12120 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
12121
12122 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
12123
12124 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
12125 (x_term_init): Check for size calculation overflow.
12126 (x_color_cells): Don't store size until memory allocation succeeds.
12127 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
12128 Don't assume alloca size is less than MAX_ALLOCA.
12129 (x_term_init): Don't assume length fits in int (sprintf is limited
12130 to int size).
12131
12132 Use ptrdiff_t for composition IDs.
12133 * character.c (lisp_string_width):
12134 * composite.c (composition_table_size, n_compositions)
12135 (get_composition_id, composition_gstring_from_id):
12136 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
12137 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
12138 * window.c (Frecenter):
12139 Use ptrdiff_t, not int, for composition IDs.
12140 * composite.c (get_composition_id): Check for integer overflow.
12141 * composite.h: Adjust prototypes to match the above changes.
12142
12143 Use ptrdiff_t for hash table indexes.
12144 * category.c (hash_get_category_set):
12145 * ccl.c (ccl_driver):
12146 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
12147 * coding.c (coding_system_charset_list, detect_coding_system):
12148 * coding.h (struct coding_system.id):
12149 * composite.c (get_composition_id, gstring_lookup_cache):
12150 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
12151 * image.c (xpm_get_color_table_h):
12152 * lisp.h (hash_lookup, hash_put):
12153 * minibuf.c (Ftest_completion):
12154 Use ptrdiff_t for hash table indexes, not int (which is too
12155 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
12156 32-bit --with-wide-int hosts).
12157
12158 * charset.c (Fdefine_charset_internal): Check for integer overflow.
12159 Add a FIXME comment about memory leaks.
12160 (syms_of_charset): Don't assume xmalloc returns.
12161
12162 Don't assume that stated character widths fit in int.
12163 * character.c (Fchar_width, c_string_width, lisp_string_width):
12164 * character.h (CHAR_WIDTH):
12165 * indent.c (MULTIBYTE_BYTES_WIDTH):
12166 Use sanitize_char_width to avoid undefined and/or bad behavior
12167 with outlandish widths.
12168 * character.h (sanitize_tab_width): Rename from sanitize_width,
12169 now that we have two such functions. All uses changed.
12170 (sanitize_char_width): New inline function.
12171
12172 Don't assume that tab-width fits in int.
12173 * character.h (sanitize_width): New inline function.
12174 (SANE_TAB_WIDTH): New macro.
12175 (ASCII_CHAR_WIDTH): Use it.
12176 * indent.c (sane_tab_width): Remove. All uses replaced by
12177 SANE_TAB_WIDTH (current_buffer).
12178 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
12179
12180 * fileio.c: Integer overflow issues with file modes.
12181 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
12182
12183 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
12184 Remove unreachable code.
12185 (read_hex, load_charset_map_from_file): Check for integer overflow.
12186
12187 * xterm.c: Don't go over XClientMessageEvent limit.
12188 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
12189 (x_send_scroll_bar_event): Likewise. Check that the size does not
12190 exceed limits imposed by XClientMessageEvent, as well as the usual
12191 ptrdiff_t and size_t limits.
12192
12193 * keyboard.c: Overflow, signedness and related fixes.
12194 (make_lispy_movement): Use same integer type in forward decl
12195 that is used in the definition.
12196 (read_key_sequence, keyremap_step):
12197 Change bufsize argument back to int, undoing my 2011-03-30 change.
12198 We prefer signed types, and int is wide enough here.
12199 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
12200 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
12201 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
12202 length, not size_t. Use ptrdiff_t for index, not int.
12203 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
12204 possibility of integer overflow.
12205
12206 Overflow, signedness and related fixes for images.
12207
12208 * dispextern.h (struct it.stack[0].u.image.image_id)
12209 (struct_it.image_id, struct image.id, struct image_cache.size)
12210 (struct image_cache.used, struct image_cache.ref_count):
12211 * gtkutil.c (update_frame_tool_bar):
12212 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
12213 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
12214 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
12215 * nsmenu.m (update_frame_tool_bar):
12216 * xdisp.c (calc_pixel_width_or_height):
12217 * xfns.c (image_cache_refcount):
12218 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
12219 on typical 64-bit hosts.
12220
12221 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
12222 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
12223 Omit unnecessary casts to int.
12224 (parse_image_spec): Check that integers fall into 'int' range
12225 when the callers expect that.
12226 (image_ascent): Redo ascent calculation to avoid int overflow.
12227 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
12228 (lookup_image): Remove unnecessary tests.
12229 (xbm_image_p): Locals are now of int, not EMACS_INT,
12230 since parse_image_check makes sure they fit into int.
12231 (png_load, gif_load, svg_load_image):
12232 Prefer int to unsigned where either will do.
12233 (tiff_handler): New function, combining the cores of the
12234 old tiff_error_handler and tiff_warning_handler.
12235 This function is rewritten to use vsnprintf and thereby avoid
12236 stack buffer overflows. It uses only the features of vsnprintf
12237 that are common to both POSIX and native Microsoft.
12238 (tiff_error_handler, tiff_warning_handler): Use it.
12239 (tiff_load, gif_load, imagemagick_load_image):
12240 Don't assume :index value fits in 'int'.
12241 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
12242 (imagemagick_load_image): Check that crop parameters fit into
12243 the integer types that MagickCropImage accepts. Don't assume
12244 Vimagemagick_render_type has a nonnegative value. Don't assume
12245 size_t fits in 'long'.
12246 (gs_load): Use printmax_t to print the widest integers possible.
12247 Check for integer overflow when computing image height and width.
12248
12249 2011-08-26 Eli Zaretskii <eliz@gnu.org>
12250
12251 * xdisp.c (redisplay_window): Don't force window start if point
12252 will be invisible in the resulting window. (Bug#9324)
12253
12254 2011-08-25 Eli Zaretskii <eliz@gnu.org>
12255
12256 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
12257 the display spec is of the form `(space ...)'.
12258 (handle_display_spec): Return the value returned by
12259 handle_single_display_spec, not just 1 or zero.
12260 (handle_single_display_spec): If the display spec is of the form
12261 `(space ...)', and specifies display in the text area, return 2
12262 rather than 1.
12263 (try_cursor_movement): Check for the need to scroll more
12264 accurately, and prefer exact match for point under bidi.
12265 Don't advance `row' beyond the last row of the window.
12266
12267 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
12268 into disp_prop; all users changed.
12269
12270 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
12271 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
12272 for the text covered by the display property.
12273
12274 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
12275
12276 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
12277 Change return value to nil.
12278 (Frecord_buffer): Delete unused function.
12279
12280 2011-08-24 Eli Zaretskii <eliz@gnu.org>
12281
12282 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
12283 buffers, return left-to-right.
12284 (set_cursor_from_row): Consider candidate row a win if its glyph
12285 represents a newline and point is on that newline. Fixes cursor
12286 positioning on the newline at EOL of R2L text within L2R
12287 paragraph, and vice versa.
12288 (try_cursor_movement): Check continued rows, in addition to
12289 continuation rows. Fixes unwarranted scroll when point enters a
12290 continued line of R2L text within an L2R paragraph, or vice versa.
12291 (cursor_row_p): Consider the case of point being equal to
12292 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
12293 from the end of a short line to the beginning of a continued line
12294 of R2L text within L2R paragraph.
12295 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
12296 composed characters.
12297
12298 * bidi.c (bidi_check_type): Use xassert.
12299 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
12300 members.
12301
12302 2011-08-23 Eli Zaretskii <eliz@gnu.org>
12303
12304 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
12305 a character.
12306
12307 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
12308
12309 * nsfont.m (ns_otf_to_script): Fix typo.
12310
12311 2011-08-22 Kenichi Handa <handa@m17n.org>
12312
12313 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
12314 extra slot even if the purpose is char-code-property-table.
12315
12316 2011-08-23 Eli Zaretskii <eliz@gnu.org>
12317
12318 * xdisp.c (redisplay_window): When computing centering_position,
12319 account for the height of the header line. (Bug#8874)
12320
12321 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
12322 instead of CHAR_TO_BYTE. Fixes a crash when a completion
12323 candidate is selected by the mouse, and that candidate has a
12324 composed character under the mouse.
12325
12326 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
12327 coordinates reported by pos-visible-in-window-p for a composed
12328 character in column zero.
12329
12330 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
12333
12334 2011-08-22 Eli Zaretskii <eliz@gnu.org>
12335
12336 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
12337 consider it a hit if to_charpos is anywhere in the range of the
12338 composed buffer positions.
12339
12340 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
12341
12342 * image.c (gif_load): Don't assume that each subimage has the same
12343 dimensions as the base image. Handle disposal method that is
12344 "undefined" by the gif spec (Bug#9335).
12345
12346 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
12347
12348 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
12349 (Fcondition_case): Document `debug' symbol in error handler.
12350
12351 2011-08-19 Eli Zaretskii <eliz@gnu.org>
12352
12353 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
12354 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
12355 from an Org mode buffer to a Speedbar frame.
12356
12357 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
12358 a composition, take its buffer position from IT->cmp_it.charpos.
12359 Fixes cursor positioning at the beginning of a line that begins
12360 with a composed character.
12361
12362 2011-08-18 Eli Zaretskii <eliz@gnu.org>
12363
12364 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
12365 character bidirectional type, use STRONG_L instead. Fixes crashes
12366 in a buffer produced by `describe-categories'.
12367
12368 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
12369 members before the level stack, so they would be saved and
12370 restored when copying iterator state. Fixes incorrect reordering
12371 around TABs covered by display properties.
12372
12373 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
12374
12375 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
12376
12377 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
12378
12379 * eval.c (internal_condition_case, internal_condition_case_1)
12380 (internal_condition_case_2, internal_condition_case_n):
12381 Remove unnecessary aborts (Bug#9081).
12382
12383 2011-08-17 Eli Zaretskii <eliz@gnu.org>
12384
12385 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
12386 has no `load' handler, try opening the file locally. (Bug#9311)
12387
12388 2011-08-16 Ken Brown <kbrown@cornell.edu>
12389
12390 * gmalloc.c: Expand comment.
12391
12392 2011-08-16 Eli Zaretskii <eliz@gnu.org>
12393
12394 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
12395 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
12396
12397 2011-08-16 Ken Brown <kbrown@cornell.edu>
12398
12399 Fix memory allocation problems in Cygwin build (Bug#9273).
12400
12401 * unexcw.c ( __malloc_initialized): Declare external variable.
12402 (fixup_executable): Force the dumped emacs to reinitialize malloc.
12403
12404 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
12405 New variables.
12406 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
12407 dumped emacs.
12408 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
12409 in the static heap.
12410 [CYGWIN] (special_realloc): New function.
12411 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
12412 requests to realloc storage in the static heap.
12413
12414 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
12415
12416 * bidi.c (bidi_initialize): Remove unused local.
12417
12418 2011-08-15 Eli Zaretskii <eliz@gnu.org>
12419
12420 * bidimirror.h:
12421 * biditype.h: Remove file.
12422 * makefile.w32-in ($(BLD)/bidi.$(O)):
12423 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
12424
12425 * dispextern.h: Fix a typo in the comment to bidi_type_t.
12426
12427 * chartab.c: Improve commentary for the uniprop_table API.
12428
12429 * bidi.c (bidi_paragraph_init): Support zero value of
12430 bidi_ignore_explicit_marks_for_paragraph_level.
12431 (bidi_initialize): Use uniprop_table instead of including
12432 biditype.h and bidimirror.h.
12433
12434 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
12435 coordinates of the iterator when restoring from ppos_it.
12436 (Bug#9296)
12437
12438 2011-08-14 Kenichi Handa <handa@m17n.org>
12439
12440 * process.c (create_process): Call setup_process_coding_systems
12441 after the pid of the process is set to -1 (Bug#8162).
12442
12443 2011-08-14 Eli Zaretskii <eliz@gnu.org>
12444
12445 * xdisp.c (move_it_in_display_line_to): Don't invoke
12446 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
12447 ppos_it. Fixes vertical cursor motion when line beginning is
12448 covered by an image. (Bug#9296)
12449
12450 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
12451
12452 * nsterm.h (ns_run_ascript): Declare.
12453 (NSAPP_DATA2_RUNASSCRIPT): Define.
12454
12455 * nsfns.m (as_script, as_result, as_status): New static variables.
12456 (ns_run_ascript): New function.
12457 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
12458 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
12459 the event loop. Get status from as_status (Bug#7276).
12460
12461 * nsterm.m (sendEvent): If event is NSApplicationDefined and
12462 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
12463 the event loop (Bug#7276).
12464
12465 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
12466
12467 * gnutls.c (QCgnutls_bootprop_priority)
12468 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
12469 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
12470 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
12471 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
12472 (QCgnutls_bootprop_verify_hostname_error)
12473 (QCgnutls_bootprop_callbacks_verify): Rename from
12474 Qgnutls_bootprop_..., all uses changed.
12475
12476 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
12477 uses changed.
12478
12479 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
12480
12481 * xfaces.c (Qframe_set_background_mode): Now static.
12482 * dispextern.h (Qframe_set_background_mode): Remove decl.
12483
12484 * process.c (Fnetwork_interface_info): Declare local only if needed.
12485
12486 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
12487
12488 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
12489 (Fnetwork_interface_list): Allocate in increments of bytes instead
12490 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
12491 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
12492 sockaddr.
12493 (struct ifflag_def): notrailers is smart on OSX.
12494 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
12495 Get hardware address with getifaddrs if available.
12496
12497 2011-08-12 Eli Zaretskii <eliz@gnu.org>
12498
12499 * xdisp.c (iterate_out_of_display_property): xassert that
12500 IT->position is set to within IT->object's boundaries. Break from
12501 the loop as soon as EOB is reached; avoids infloops in redisplay
12502 when IT->position is set up wrongly due to some bug.
12503 Set IT->current to match the bidi iterator unconditionally.
12504 (push_display_prop): Allow GET_FROM_STRING as IT->method on
12505 entry. Force push_it to save on the stack the current
12506 buffer/string position, to be restored by pop_it. Fix flags in
12507 the iterator structure wrt the object coming from a display
12508 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
12509 properties. (Bug#9284)
12510
12511 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
12512
12513 * fontset.c (fontset_get_font_group): Add proper type checks.
12514 (Bug#9172)
12515
12516 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12517
12518 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
12519 and LC_VERSION_MIN_MACOSX.
12520 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
12521 (dump_it) [LC_FUNCTION_STARTS]: Use it.
12522
12523 2011-08-08 Eli Zaretskii <eliz@gnu.org>
12524
12525 * xdisp.c (forward_to_next_line_start): Allow to use the
12526 no-display-properties-and-no-overlays under bidi display.
12527 Set disp_pos in the bidi iterator to avoid searches for display
12528 properties and overlays.
12529
12530 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
12531
12532 * editfns.c (Fset_time_zone_rule): Document relationship with the
12533 setenv function.
12534
12535 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
12536 the font entity extracted from the cache (Bug#8109).
12537
12538 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
12539
12540 * composite.c (autocmp_chars): Don't reset point. That is done by
12541 restore_point_unwind (Bug#5984).
12542
12543 2011-08-07 Juri Linkov <juri@jurta.org>
12544
12545 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
12546 to show the arg `TIME' instead of `TIMEVAL'.
12547
12548 2011-08-06 Eli Zaretskii <eliz@gnu.org>
12549
12550 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
12551 display property strides EOL and includes a newline, as in
12552 longlines-mode. (Bug#9254)
12553 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
12554 word-wrap under bidirectional display. (Bug#9224)
12555
12556 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
12557 is non-zero, even if the data buffer is NULL. Fixes a crash in
12558 vertical-motion with longlines-mode. (Bug#9254)
12559
12560 2011-08-05 Eli Zaretskii <eliz@gnu.org>
12561
12562 * bidi.c <bidi_cache_total_alloc>: Now static.
12563 (bidi_initialize): Initialize bidi_cache_total_alloc.
12564
12565 * xdisp.c (display_line): Release buffer allocated for shelved bidi
12566 cache. (Bug#9221)
12567
12568 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
12569 amount allocated this far in `bidi_cache_total_alloc'.
12570 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
12571 non-zero, only free the data buffer without restoring the cache
12572 contents. All callers changed.
12573
12574 * dispextern.h (bidi_unshelve_cache): Update prototype.
12575
12576 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
12577 (move_it_in_display_line, move_it_to)
12578 (move_it_vertically_backward, move_it_by_lines): Replace the call
12579 to xfree to an equivalent call to bidi_unshelve_cache.
12580 (move_it_in_display_line_to): Fix logic of returning
12581 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
12582
12583 2011-08-05 Eli Zaretskii <eliz@gnu.org>
12584
12585 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
12586 came from a string character with a `cursor' property. (Bug#9229)
12587
12588 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
12589
12590 * Makefile.in (LIB_PTHREAD): New variable.
12591 (LIBES): Add LIB_PTHREAD (Bug#9216).
12592
12593 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
12594 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
12595
12596 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
12597
12598 * regex.c (re_iswctype): Remove some redundant boolean conversions.
12599
12600 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
12601
12602 * xterm.c (x_find_topmost_parent): New function.
12603 (x_set_frame_alpha): Find topmost parent window with
12604 x_find_topmost_parent and set the property there also (bug#9181).
12605 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
12606
12607 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
12608
12609 * callproc.c (Fcall_process): Avoid vfork clobbering
12610 the local vars buffer, coding_systems, current_dir.
12611
12612 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * keymap.c (Fmake_composed_keymap): Move to subr.el.
12615
12616 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
12617
12618 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
12619 so that it is not optimized away.
12620
12621 * xdisp.c (compute_display_string_pos): Remove unused local.
12622
12623 2011-08-02 Eli Zaretskii <eliz@gnu.org>
12624
12625 Fix slow cursor motion and scrolling in large buffers with
12626 selective display, like Org Mode buffers. (Bug#9218)
12627
12628 * dispextern.h (struct bidi_it): New member disp_prop_p.
12629
12630 * xdisp.c: Remove one-slot cache of display string positions.
12631 (compute_display_string_pos): Accept an additional argument
12632 DISP_PROP_P; callers changed. Scan at most 5K characters forward
12633 for a display string or property. If found, set DISP_PROP_P
12634 non-zero.
12635
12636 * bidi.c (bidi_fetch_char): Accept an additional argument
12637 DISP_PROP_P, and pass it to compute_display_string_pos.
12638 Only handle text covered by a display string if DISP_PROP_P is returned
12639 non-zero. All callers of bidi_fetch_char changed.
12640
12641 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12642
12643 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
12644
12645 2010-12-03 Don March <don@ohspite.net>
12646
12647 * keymap.c (Fdefine_key): Fix non-prefix key error message when
12648 last character M-[char] is translated to ESC [char] (bug#7541).
12649
12650 2011-08-02 Kenichi Handa <handa@m17n.org>
12651
12652 * lisp.h (uniprop_table): Extern it.
12653
12654 * chartab.c (uniprop_table): Make it non-static.
12655
12656 2011-08-01 Eli Zaretskii <eliz@gnu.org>
12657
12658 * xdisp.c (forward_to_next_line_start): Accept additional argument
12659 BIDI_IT_PREV, and store into it the state of the bidi iterator had
12660 on the newline.
12661 (reseat_at_next_visible_line_start): Use the bidi iterator state
12662 returned by forward_to_next_line_start to restore the state of
12663 it->bidi_it after backing up to previous newline. (Bug#9212)
12664
12665 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
12666
12667 * regex.c (re_comp): Protoize.
12668 (re_exec): Fix return type.
12669 (regexec): Fix type of `ret'. (Bug#9203)
12670
12671 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12672
12673 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
12674 This is needed if max-image-size is a floating-point number.
12675
12676 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
12677
12678 * print.c (print_object): Print empty symbol as ##.
12679
12680 * lread.c (read1): Read ## as empty symbol.
12681
12682 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
12683
12684 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
12685 setting frame foreground color (Bug#9175).
12686 (x_set_background_color): Likewise.
12687
12688 * nsmenu.m (-setText): Size tooltip dimensions precisely to
12689 contents (Bug#9176).
12690 (EmacsTooltip -init): Remove bezels and add shadows to
12691 tooltip windows.
12692
12693 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
12694 or scroll bar (Bug#8470).
12695
12696 * nsfont.m (nsfont_open): Remove assignment to voffset and
12697 unnecessary vars hshink, expand, hd, full_height, min_height.
12698 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
12699
12700 * nsterm.h (nsfont_info): Remove voffset field.
12701
12702 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
12703
12704 Implement strike-through and overline on NextStep (Bug#8863).
12705
12706 * nsfont.m (nsfont_open): Use underline position provided by font,
12707 instead of hard-coded value of 2.
12708 (nsfont_draw): Call ns_draw_text_decoration instead.
12709
12710 * nsterm.h: Add declaration for ns_draw_text_decoration.
12711
12712 * nsterm.m (ns_draw_text_decoration): New function for drawing
12713 underline, overline, and strike-through.
12714 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
12715 ns_draw_text_decoration. Change treatment of cursor drawing to
12716 accommodate underlining, etc.
12717
12718 2011-07-28 Eli Zaretskii <eliz@gnu.org>
12719
12720 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
12721 default.
12722
12723 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12724
12725 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
12726 Without this fix, if a signal arrives just after memory fills up,
12727 'malloc' might be invoked reentrantly.
12728
12729 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
12730 In other words, assume that every image size is allowed, on non-X
12731 hosts. This assumption is probably wrong, but it lets Emacs compile.
12732
12733 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
12734
12735 * regex.c (re_iswctype): Convert return values to boolean.
12736
12737 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
12738
12739 * xdisp.c (compute_display_string_pos): Don't use cached display
12740 string position if the buffer had its restriction changed.
12741 (Bug#9184)
12742
12743 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12744
12745 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
12746
12747 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
12748
12749 Integer signedness and overflow and related fixes. (Bug#9079)
12750
12751 * bidi.c: Integer size and overflow fixes.
12752 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
12753 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
12754 (bidi_cache_find_level_change, bidi_cache_ensure_space)
12755 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
12756 (bidi_find_other_level_edge):
12757 Use ptrdiff_t instead of EMACS_INT where either will do.
12758 This works better on 32-bit hosts configured --with-wide-int.
12759 (bidi_cache_ensure_space): Check for size-calculation overflow.
12760 Use % rather than repeated addition, for better worst-case speed.
12761 Don't set bidi_cache_size until after xrealloc returns, because it
12762 might not return.
12763 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
12764 (bidi_cache_ensure_space): Also check that the bidi cache size
12765 does not exceed that of the largest Lisp string or buffer. See Eli
12766 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
12767
12768 * alloc.c (__malloc_size_t): Remove.
12769 All uses replaced by size_t. See Andreas Schwab's note
12770 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
12771
12772 * image.c: Improve checking for integer overflow.
12773 (check_image_size): Assume that f is nonnull, since
12774 it is always nonnull in practice. This is one less thing to
12775 worry about when checking for integer overflow later.
12776 (x_check_image_size): New function, which checks for integer
12777 overflow issues inside X.
12778 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
12779 This removes the need for a memory_full check.
12780 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
12781 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
12782 (xbm_read_bitmap_data): Change locals back to 'int', since
12783 their values must fit in 'int'.
12784 (xpm_load_image, png_load, tiff_load):
12785 Invoke x_create_x_image_and_pixmap earlier,
12786 to avoid much needless work if the image is too large.
12787 (tiff_load): Treat overly large images as if
12788 x_create_x_image_and_pixmap failed, not as malloc failures.
12789 (gs_load): Use x_check_image_size.
12790
12791 * gtkutil.c: Omit integer casts.
12792 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
12793 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
12794
12795 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
12796
12797 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
12798 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
12799 would wrongly return t on a 64-bit host.
12800
12801 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
12802 The plain *_OVERFLOW macros run afoul of GCC bug 49705
12803 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
12804 and therefore cause GCC to emit a bogus diagnostic in some cases.
12805
12806 * image.c: Integer signedness and overflow and related fixes.
12807 This is not an exhaustive set of fixes, but it's time to
12808 record what I've got.
12809 (lookup_pixel_color, check_image_size): Remove redundant decls.
12810 (check_image_size): Don't assume that arbitrary EMACS_INT values
12811 fit in 'int', or that arbitrary 'double' values fit in 'int'.
12812 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
12813 (tiff_load, imagemagick_load_image):
12814 Check for overflow in size calculations.
12815 (x_create_x_image_and_pixmap): Remove unnecessary test for
12816 xmalloc returning NULL; that can't happen.
12817 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
12818 (xpm_color_bucket): Use better integer hashing function.
12819 (xpm_cache_color): Don't possibly over-allocate memory.
12820 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
12821 (gif_memory_source):
12822 Use ptrdiff_t, not int or size_t, to record sizes.
12823 (png_load): Don't assume values greater than 2**31 fit in 'int'.
12824 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
12825 either works, as we prefer signed integers.
12826 (tiff_read_from_memory, tiff_write_from_memory):
12827 Return tsize_t, not size_t, since that's what the TIFF API wants.
12828 (tiff_read_from_memory): Don't fail simply because the read would
12829 go past EOF; instead, return a short read.
12830 (tiff_load): Omit no-longer-needed casts.
12831 (Fimagemagick_types): Don't assume size fits into 'int'.
12832
12833 Improve hashing quality when configured --with-wide-int.
12834 * fns.c (hash_string): New function, taken from sxhash_string.
12835 Do not discard information about ASCII character case; this
12836 discarding is no longer needed.
12837 (sxhash-string): Use it. Change sig to match it. Caller changed.
12838 * lisp.h: Declare it.
12839 * lread.c (hash_string): Remove, since we now use fns.c's version.
12840 The fns.c version returns a wider integer if --with-wide-int is
12841 specified, so this should help the quality of the hashing a bit.
12842
12843 * emacs.c: Integer overflow minor fix.
12844 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
12845 Define only if GNU_LINUX.
12846 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
12847
12848 * dispnew.c: Integer signedness and overflow fixes.
12849 Remove unnecessary forward decls, that were a maintenance hassle.
12850 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
12851 All uses changed.
12852 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
12853 (scrolling_window): Use ptrdiff_t, not int, for byte count.
12854 (prepare_desired_row, line_draw_cost):
12855 Use int, not unsigned, where either works.
12856 (save_current_matrix, restore_current_matrix):
12857 Use ptrdiff_t, not size_t, where either works.
12858 (init_display): Check for overflow more accurately, and without
12859 relying on undefined behavior.
12860
12861 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
12862 Remove, replacing with the new symbols in lisp.h. All uses changed.
12863 * fileio.c (make_temp_name):
12864 * filelock.c (lock_file_1, lock_file):
12865 * xdisp.c (message_dolog):
12866 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
12867 Use pMd etc. instead.
12868 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
12869 replacing the pWIDE etc. symbols removed from editfns.c.
12870
12871 * keyboard.h (num_input_events): Now uintmax_t.
12872 This is (very slightly) less likely to mess up due to wraparound.
12873 All uses changed.
12874
12875 * buffer.c: Integer signedness fixes.
12876 (alloc_buffer_text, enlarge_buffer_text):
12877 Use ptrdiff_t rather than size_t when either will do, as we prefer
12878 signed integers.
12879
12880 * alloc.c: Integer signedness and overflow fixes.
12881 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
12882 (__malloc_size_t): Default to size_t, not to int.
12883 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
12884 (Fgarbage_collect, mark_object_loop_halt, mark_object):
12885 Prefer ptrdiff_t to size_t when either would do, as we prefer
12886 signed integers.
12887 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
12888 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
12889 Now const. Initialize with values that are in range even if char
12890 is signed.
12891 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
12892 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
12893 These functions do the right thing with sizes > 2**32.
12894 (check_depth): Now ptrdiff_t, not int.
12895 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
12896 Adjust to new way of storing sizes. Check for size overflow bugs
12897 in rest of code.
12898 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
12899 slightly wrong anyway, as it missed one instance of
12900 XMALLOC_OVERRUN_CHECK_OVERHEAD.
12901 (refill_memory_reserve): Omit needless cast to size_t.
12902 (mark_object_loop_halt): Mark as externally visible.
12903
12904 * xselect.c: Integer signedness and overflow fixes.
12905 (Fx_register_dnd_atom, x_handle_dnd_message):
12906 Use ptrdiff_t, not size_t, since we prefer signed.
12907 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
12908 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
12909 x_dnd_atoms_size and x_dnd_atoms_length.
12910
12911 * doprnt.c: Prefer signed to unsigned when either works.
12912 * eval.c (verror):
12913 * doprnt.c (doprnt):
12914 * lisp.h (doprnt):
12915 * xdisp.c (vmessage):
12916 Use ptrdiff_t, not size_t, when using or implementing doprnt,
12917 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
12918 prefer signed arithmetic to avoid comparison confusion.
12919 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
12920 but is a bit tricky.
12921
12922 Assume freestanding C89 headers, string.h, stdlib.h.
12923 * data.c, doprnt.c, floatfns.c, print.c:
12924 Include float.h unconditionally.
12925 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
12926 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
12927 * regex.c: Likewise for stddef.h, string.h.
12928 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
12929 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
12930 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
12931 (STDC_HEADERS): Remove obsolete defines.
12932 * sysdep.c: Include limits.h unconditionally.
12933
12934 Assume support for memcmp, memcpy, memmove, memset.
12935 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
12936 * regex.c (memcmp, memcpy):
12937 Remove; we assume C89 now.
12938
12939 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
12940 (__malloc_safe_bcopy): Remove; no longer needed.
12941
12942 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
12943 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
12944 well either way, and we prefer signed to unsigned.
12945
12946 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12947
12948 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
12949 closes the connection while we're reading (bug#9182).
12950
12951 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
12952
12953 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
12954 are specified (Bug#9168).
12955
12956 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
12957
12958 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
12959 Found by GCC static checking and --with-wide-int on a 32-bit host.
12960
12961 2011-07-25 Eli Zaretskii <eliz@gnu.org>
12962
12963 * xdisp.c (compute_display_string_pos): Fix logic of caching
12964 previous display string position. Initialize cached_prev_pos to
12965 -1. Fixes slow-down at the beginning of a buffer.
12966
12967 2011-07-24 Eli Zaretskii <eliz@gnu.org>
12968
12969 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
12970 for attrs[LFACE_FONTSET_INDEX].
12971
12972 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
12973
12974 * xml.c (parse_region): Remove unused local
12975 that was recently introduced.
12976
12977 2011-07-23 Eli Zaretskii <eliz@gnu.org>
12978
12979 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
12980 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
12981
12982 * xdisp.c (move_it_in_display_line_to): Record the best matching
12983 position for TO_CHARPOS while scanning the line, and restore it on
12984 exit if none of the characters scanned was an exact match.
12985 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
12986 when exact match is impossible due to invisible text, and the
12987 lines are truncated.
12988
12989 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
12990
12991 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
12992 for OSX >= 10.7.
12993
12994 2011-07-22 Eli Zaretskii <eliz@gnu.org>
12995
12996 Fix a significant slow-down of cursor motion with C-n, C-p,
12997 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
12998 auto-repeat under bidi redisplay in fontified buffers.
12999 * xdisp.c (compute_stop_pos_backwards): New function.
13000 (next_element_from_buffer): Call compute_stop_pos_backwards to
13001 find a suitable prev_stop when we find ourselves before
13002 base_level_stop.
13003 (reseat): Don't look for prev_stop, as that could mean a very long
13004 run.
13005 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
13006 <cached_disp_overlay_modiff>: Cache for last found display string
13007 position.
13008 (compute_display_string_pos): Return the cached position if asked
13009 about the same buffer in the same area of character positions, and
13010 the buffer wasn't changed since the time the display string
13011 position was cached.
13012
13013 2011-07-22 Eli Zaretskii <eliz@gnu.org>
13014
13015 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
13016 is an integer, which is important for empty lines. (Bug#9149)
13017
13018 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
13019
13020 * frame.c (Fmodify_frame_parameters): In tty case, update the
13021 default face if necessary (Bug#4238).
13022
13023 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
13024
13025 * editfns.c (Fstring_to_char): No need to explain what a character
13026 is in the docstring (Bug#6576).
13027
13028 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13029
13030 * xml.c (parse_region): Make sure we always return a tree.
13031
13032 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
13033
13034 * xml.c (parse_region): If a document contains only comments,
13035 return that, too.
13036
13037 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13038
13039 * xml.c (make_dom): Return comments, too.
13040
13041 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
13042
13043 Port to OpenBSD.
13044 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
13045 and the surrounding thread.
13046 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
13047 rather than fgets, and retry after EINTR. Otherwise, 'emacs
13048 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
13049 timer goes off.
13050 * s/openbsd.h (BROKEN_SIGIO): Define.
13051 * unexelf.c (unexec) [__OpenBSD__]:
13052 Don't update the .mdebug section of the Alpha COFF symbol table.
13053
13054 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13055
13056 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
13057 (bug#8460).
13058
13059 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
13060
13061 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
13062 This fixes some race conditions on the permissions of any newly
13063 created file.
13064
13065 * alloc.c (valid_pointer_p): Use pipe, not open.
13066 This fixes some permissions issues when debugging.
13067
13068 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
13069 If fchown fails to set both uid and gid, try to set just gid,
13070 as that is sometimes allowed. Adjust the file's mode to eliminate
13071 setuid or setgid bits that are inappropriate if fchown fails.
13072
13073 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
13076 to compare Lisp_Objects.
13077 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
13078 global_gnutls_log_level, don't mistake it for a Lisp_Object.
13079 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
13080
13081 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
13082
13083 * lread.c (read_integer): Unread even EOF character.
13084 (read1): Likewise. Properly record start position of symbol.
13085
13086 * lread.c (read1): Read `#:' as empty uninterned symbol if no
13087 symbol character follows.
13088
13089 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
13090
13091 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
13092 This works around a problem with the previous change to Fcopy_file.
13093 Recent glibc declares fchown with __attribute__((warn_unused_result)),
13094 and without this change, GCC might complain about discarding
13095 fchown's return value.
13096
13097 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
13098
13099 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
13100
13101 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
13102
13103 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
13104
13105 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13106
13107 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
13108 it's used from the C level.
13109
13110 * process.c: Use the same condition for POLL_FOR_INPUT in both
13111 keyboard.c and process.c (bug#1858).
13112
13113 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13114
13115 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
13116 (Fgnutls_boot): Use it.
13117
13118 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
13119
13120 * doc.c (Fsubstitute_command_keys): Revert last change.
13121
13122 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13123
13124 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
13125 quotes the next character, and doesn't affect other longer
13126 sequences (bug#8935).
13127
13128 * lread.c (syms_of_lread): Clarify that is isn't only
13129 `eval-buffer' and `eval-defun' that's affected by
13130 `lexical-binding' (bug#8460).
13131
13132 2011-07-15 Eli Zaretskii <eliz@gnu.org>
13133
13134 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
13135 bidi redisplay when a line includes both an image and is truncated.
13136
13137 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
13138
13139 Fix minor problems found by static checking.
13140 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
13141 (elsz): Now a signed constant, not a size_t var. We prefer signed
13142 types to unsigned, to avoid integer comparison confusion. Without
13143 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
13144 "cannot optimize loop, the loop counter may overflow", a symptom
13145 of the confusion.
13146 * indent.c (Fvertical_motion): Mark locals as initialized.
13147 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
13148
13149 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13150
13151 * search.c (Fre_search_backward): Mention `case-fold-search' in
13152 all the re_search_* functions (bug#8138).
13153
13154 * keyboard.c (Fopen_dribble_file): Document when the file is
13155 closed (bug#8056).
13156
13157 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13158
13159 * bidi.c (bidi_dump_cached_states): Fix format of displaying
13160 bidi_cache_idx.
13161
13162 Support bidi reordering of display and overlay strings.
13163 * xdisp.c (compute_display_string_pos)
13164 (compute_display_string_end): Accept additional argument STRING.
13165 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
13166 (reseat_to_string): Initialize bidi_it->string.s and
13167 bidi_it->string.schars.
13168 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
13169 NULL (avoids a crash in bidi_paragraph_init).
13170 Initialize itb.string.lstring.
13171 (init_iterator): Call bidi_init_it only of a valid
13172 buffer position was specified. Initialize paragraph_embedding to
13173 L2R.
13174 (reseat_to_string): Initialize the bidi iterator.
13175 (display_string): If we need to ignore text properties of
13176 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
13177 original value of -1 will not work with bidi.)
13178 (compute_display_string_pos): First arg is now struct
13179 `text_pos *'; all callers changed. Support display properties on
13180 Lisp strings.
13181 (compute_display_string_end): Support display properties on Lisp
13182 strings.
13183 (init_iterator, reseat_1, reseat_to_string): Initialize the
13184 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
13185 when iterating on a string not from display properties).
13186 (compute_display_string_pos, compute_display_string_end):
13187 Fix calculation of the object to scan. Fixes an error when using
13188 arrow keys.
13189 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
13190 base_level_stop; instead, set base_level_stop to BEGV.
13191 Fixes crashes in vertical-motion.
13192 (next_element_from_buffer): Improve commentary for when
13193 the iterator is before prev_stop.
13194 (init_iterator): Initialize bidi_p from the default value of
13195 bidi-display-reordering, not from buffer-local value. Use the
13196 buffer-local value only if initializing for buffer iteration.
13197 (handle_invisible_prop): Support invisible properties on strings
13198 that are being bidi-reordered.
13199 (set_iterator_to_next): Support bidi reordering of C strings and
13200 Lisp strings.
13201 (next_element_from_string): Support bidi reordering of Lisp
13202 strings.
13203 (handle_stop_backwards): Support Lisp strings as well.
13204 (display_string): Support display of R2L glyph rows.
13205 Use IT_STRING_CHARPOS when displaying from a Lisp string.
13206 (init_iterator): Don't initialize it->bidi_p for strings
13207 here.
13208 (reseat_to_string): Initialize it->bidi_p for strings here.
13209 (next_element_from_string, next_element_from_c_string)
13210 (next_element_from_buffer): Add xassert's for correspondence
13211 between IT's object being iterated and it->bidi_it.string
13212 structure.
13213 (face_before_or_after_it_pos): Support bidi iteration.
13214 (next_element_from_c_string): Handle the case of the first string
13215 character that is not the first one in the visual order.
13216 (get_visually_first_element): New function, refactored from common
13217 parts of next_element_from_buffer, next_element_from_string, and
13218 next_element_from_c_string.
13219 (tool_bar_lines_needed, redisplay_tool_bar)
13220 (display_menu_bar): Force left-to-right direction. Add a FIXME
13221 comment for making that be controlled by a user option.
13222 (push_it, pop_it): Save and restore the state of the
13223 bidi iterator. Save and restore the bidi_p flag.
13224 (pop_it): Iterate out of display property for string iteration as
13225 well.
13226 (iterate_out_of_display_property): Support iteration over strings.
13227 (handle_single_display_spec): Set up it->bidi_it for iteration
13228 over a display string, and call bidi_init_it.
13229 (handle_single_display_spec, next_overlay_string)
13230 (get_overlay_strings_1, push_display_prop): Set up the bidi
13231 iterator for displaying display or overlay strings.
13232 (forward_to_next_line_start): Don't use the shortcut if
13233 bidi-iterating.
13234 (back_to_previous_visible_line_start): If handle_display_prop
13235 pushed the iterator stack, restore the internal state of the bidi
13236 iterator by calling bidi_pop_it same number of times.
13237 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
13238 and we are bidi-iterating, don't decrement the iterator position;
13239 instead, set the first_elt flag in the bidi iterator, to produce
13240 the same effect.
13241 (reseat_1): Remove redundant setting of string_from_display_prop_p.
13242 (push_display_prop): xassert that we are iterating a buffer.
13243 (push_it, pop_it): Save and restore paragraph_embedding member.
13244 (handle_single_display_spec, next_overlay_string)
13245 (get_overlay_strings_1, reseat_1, reseat_to_string)
13246 (push_display_prop): Set up the `unibyte' member of bidi_it.string
13247 correctly. Don't assume unibyte strings are not bidi-reordered.
13248 (compute_display_string_pos)
13249 (compute_display_string_end): Fix handling the case of C string.
13250 (push_it, pop_it): Save and restore from_disp_prop_p.
13251 (handle_single_display_spec, push_display_prop): Set the
13252 from_disp_prop_p flag.
13253 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
13254 (pop_it): Call iterate_out_of_display_property only if we are
13255 popping after iteration over a string that came from a display
13256 property. Fix a typo in popping stretch info. Add an assertion
13257 for verifying that the iterator position is in sync with the bidi
13258 iterator.
13259 (handle_single_display_spec, get_overlay_strings_1)
13260 (push_display_prop): Fix initialization of paragraph direction for
13261 string when that of the parent object is not yet determined.
13262 (reseat_1): Call bidi_init_it to resync the bidi
13263 iterator with IT's position. (Bug#7616)
13264 (find_row_edges): If ROW->start.pos gives position
13265 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
13266 (handle_stop, back_to_previous_visible_line_start, reseat_1):
13267 Reset the from_disp_prop_p flag.
13268 (SAVE_IT, RESTORE_IT): New macros.
13269 (pos_visible_p, face_before_or_after_it_pos)
13270 (back_to_previous_visible_line_start)
13271 (move_it_in_display_line_to, move_it_in_display_line)
13272 (move_it_to, move_it_vertically_backward, move_it_by_lines)
13273 (try_scrolling, redisplay_window, display_line): Use them when
13274 saving a temporary copy of the iterator and restoring it back.
13275 (back_to_previous_visible_line_start, reseat_1)
13276 (init_iterator): Empty the bidi cache "stack".
13277 (move_it_in_display_line_to): If iterator ended up at
13278 EOL, but we never saw any buffer positions smaller than
13279 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
13280 motion in bidi-reordered lines.
13281 (move_it_in_display_line_to): Record prev_method and prev_pos
13282 immediately before the call to set_iterator_to_next. Fixes cursor
13283 motion in bidi-reordered lines with stretch glyphs and strings
13284 displayed in margins. (Bug#8133) (Bug#8867)
13285 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
13286 TO_CHARPOS.
13287 (pos_visible_p): Support positions in bidi-reordered lines.
13288 Save and restore bidi cache.
13289
13290 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
13291 (bidi_paragraph_info): Delete unused struct.
13292 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
13293 (bidi_cache_start): New variable.
13294 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
13295 to zero.
13296 (bidi_cache_fetch_state, bidi_cache_search)
13297 (bidi_cache_find_level_change, bidi_cache_iterator_state)
13298 (bidi_cache_find, bidi_peek_at_next_level)
13299 (bidi_level_of_next_char, bidi_find_other_level_edge)
13300 (bidi_move_to_visually_next): Compare cache index with
13301 bidi_cache_start rather than with zero.
13302 (bidi_fetch_char): Accept new argument STRING; all callers
13303 changed. Support iteration over a string. Support strings with
13304 display properties. Support unibyte strings. Fix the type of
13305 `len' according to what STRING_CHAR_AND_LENGTH expects.
13306 (bidi_paragraph_init, bidi_resolve_explicit_1)
13307 (bidi_resolve_explicit, bidi_resolve_weak)
13308 (bidi_level_of_next_char, bidi_move_to_visually_next):
13309 Support iteration over a string.
13310 (bidi_set_sor_type, bidi_resolve_explicit_1)
13311 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
13312 can now be zero (for strings); special values 0 and -1 were
13313 changed to -1 and -2, respectively.
13314 (bidi_char_at_pos): New function.
13315 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
13316 Call it instead of FETCH_MULTIBYTE_CHAR.
13317 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
13318 initialized to valid values.
13319 (bidi_init_it): Don't initialize charpos and bytepos with invalid
13320 values.
13321 (bidi_level_of_next_char): Allow the sentinel "position" to pass
13322 the test for valid cached positions. Fix the logic for looking up
13323 the sentinel state in the cache. GCPRO the Lisp string we are
13324 iterating.
13325 (bidi_push_it, bidi_pop_it): New functions.
13326 (bidi_initialize): Initialize the bidi cache start stack pointer.
13327 (bidi_cache_ensure_space): New function, refactored from part of
13328 bidi_cache_iterator_state. Don't assume the required size is just
13329 one BIDI_CACHE_CHUNK away.
13330 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
13331 (bidi_count_bytes, bidi_char_at_pos): New functions.
13332 (bidi_cache_search): Don't assume bidi_cache_last_idx is
13333 always valid if bidi_cache_idx is valid.
13334 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
13335 is valid if it's going to be used.
13336 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
13337 (bidi_cache_fetch_state, bidi_cache_search)
13338 (bidi_cache_find_level_change, bidi_cache_ensure_space)
13339 (bidi_cache_iterator_state, bidi_cache_find)
13340 (bidi_find_other_level_edge, bidi_cache_start_stack):
13341 All variables related to cache indices are now EMACS_INT.
13342
13343 * dispextern.h (struct bidi_string_data): New structure.
13344 (struct bidi_it): New member `string'. Make flag members be 1-bit
13345 fields, and put them last in the struct.
13346 (compute_display_string_pos, compute_display_string_end):
13347 Update prototypes.
13348 (bidi_push_it, bidi_pop_it): Add prototypes.
13349 (struct iterator_stack_entry): New members bidi_p,
13350 paragraph_embedding, and from_disp_prop_p.
13351 (struct it): Member bidi_p is now a bit field 1 bit wide.
13352 (bidi_shelve_cache, bidi_unshelve_cache):
13353 Declare prototypes.
13354
13355 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
13356 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
13357 and vector-like objects.
13358
13359 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
13360 cache around display iteration.
13361
13362 * window.c (Fwindow_end, window_scroll_pixel_based)
13363 (displayed_window_lines, Frecenter): Save and restore the bidi
13364 cache around display iteration.
13365
13366 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13367
13368 * editfns.c (Fdelete_region): Clarify the use of the named
13369 parameters (bug#6788).
13370
13371 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13372
13373 * indent.c (Fvertical_motion): Set and restore w->pointm when
13374 saving and restoring the window's buffer (Bug#9006).
13375
13376 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13377
13378 * editfns.c (Fstring_to_char): Clarify just what is returned
13379 (bug#6576). Text by Eli Zaretskii.
13380
13381 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13382
13383 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
13384
13385 2011-07-13 Eli Zaretskii <eliz@gnu.org>
13386
13387 * buffer.c (mmap_find): Fix a typo.
13388
13389 2011-07-13 Johan Bockgård <bojohan@gnu.org>
13390
13391 Fix execution of x selection hooks.
13392 * xselect.c (Qx_lost_selection_functions)
13393 (Qx_sent_selection_functions): New vars.
13394 (syms_of_xselect): DEFSYM them.
13395 (x_handle_selection_request): Pass Qx_sent_selection_functions
13396 rather than Vx_sent_selection_functions to Frun_hook_with_args.
13397 (x_handle_selection_clear,x_clear_frame_selections):
13398 Pass Qx_lost_selection_functions rather than
13399 Vx_lost_selection_functions to Frun_hook_with_args.
13400
13401 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
13402
13403 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
13404 The old code sometimes used this field without initializing it.
13405
13406 * alloc.c (gc_sweep): Don't read past end of array.
13407 In theory, the old code could also have corrupted Emacs internals,
13408 though it'd be very unlikely.
13409
13410 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
13411
13412 * character.c (Fcharacterp): Don't advertise optional ignored
13413 argument. (Bug#4026)
13414
13415 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13416
13417 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
13418 key" (bug#4257).
13419
13420 * window.c (Fset_window_start): Doc fix (bug#4199).
13421 (Fset_window_hscroll): Ditto.
13422
13423 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
13424
13425 Fix minor new problems caught by GCC 4.6.1.
13426 * term.c (init_tty): Remove unused local.
13427 * xsettings.c (store_monospaced_changed): Define this function only
13428 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
13429 not used otherwise.
13430
13431 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13432
13433 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
13434
13435 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13436
13437 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
13438 are the mini-buffer and the echo area (bug#3320).
13439
13440 * term.c (init_tty): Remove support for supdup, c10 and perq
13441 terminals, which are no longer supported (bug#1482).
13442
13443 2011-07-10 Johan Bockgård <bojohan@gnu.org>
13444
13445 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
13446
13447 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
13448
13449 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
13450 for non-popups (Bug#3642).
13451
13452 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
13453
13454 * alloc.c (reset_malloc_hooks): Protoize.
13455 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
13456 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
13457 * cm.c (losecursor): Likewise.
13458 * data.c (fmod): Likewise.
13459 * dispnew.c (swap_glyphs_in_rows): Likewise.
13460 * emacs.c (memory_warning_signal): Likewise.
13461 * floatfns.c (float_error): Likewise.
13462 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
13463 (otf_open, font_otf_capability, generate_otf_features)
13464 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13465 Likewise.
13466 * image.c (pbm_read_file): Likewise.
13467 * indent.c (string_display_width): Likewise.
13468 * intervals.c (check_for_interval, search_for_interval)
13469 (inc_interval_count, count_intervals, root_interval)
13470 (adjust_intervals_for_insertion, make_new_interval): Likewise.
13471 * lread.c (defalias): Likewise.
13472 * ralloc.c (r_alloc_check): Likewise.
13473 * regex.c (set_image_of_range_1, set_image_of_range)
13474 (regex_grow_registers): Likewise.
13475 * sysdep.c (strerror): Likewise.
13476 * termcap.c (valid_filename_p, tprint, main): Likewise.
13477 * tparam.c (main): Likewise.
13478 * unexhp9k800.c (run_time_remap, save_data_space)
13479 (update_file_ptrs, read_header, write_header, calculate_checksum)
13480 (copy_file, copy_rest, display_header): Likewise.
13481 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
13482 Likewise.
13483 * xdisp.c (check_it): Likewise.
13484 * xfaces.c (register_color, unregister_color, unregister_colors):
13485 Likewise.
13486 * xfns.c (print_fontset_result): Likewise.
13487 * xrdb.c (member, fatal, main): Likewise.
13488
13489 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
13490
13491 Fix minor problems found by static checking (Bug#9031).
13492 * chartab.c (char_table_set_range, map_sub_char_table):
13493 Remove unused locals.
13494 (uniprop_table): Now static.
13495 * composite.c (_work_char): Remove unused static var.
13496
13497 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
13498
13499 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
13500
13501 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
13502
13503 * gtkutil.c (qttip_cb): Remove code without function.
13504
13505 2011-07-09 Eli Zaretskii <eliz@gnu.org>
13506
13507 * w32.c (pthread_sigmask): New stub.
13508
13509 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
13510
13511 Use pthread_sigmask, not sigprocmask (Bug#9010).
13512 sigprocmask is portable only for single-threaded applications, and
13513 Emacs can be multi-threaded when it uses GTK.
13514 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
13515 (LIBES): Use it.
13516 * callproc.c (Fcall_process):
13517 * process.c (create_process):
13518 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
13519 Use pthread_sigmask, not sigprocmask.
13520
13521 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
13522
13523 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
13524 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
13525 wrong (Bug#8591).
13526
13527 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
13528
13529 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
13530 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
13531 (xg_hide_tooltip): Fix comment.
13532
13533 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
13534 in registerServicesMenuSendTypes.
13535 (validRequestorForSendType): Don't check ns_return_types.
13536
13537 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
13538 ns_return_type.
13539
13540 2011-07-08 Jason Rumney <jasonr@gnu.org>
13541
13542 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
13543 SH_SHOW for hidden windows (Bug#5482).
13544
13545 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
13546 frame struct members of non-existent frames (Bug#6284).
13547
13548 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
13549
13550 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
13551 variable firstTime not needed on OSX >= 10.6.
13552 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
13553 >= 10.5. Use setKnobProportion, setDoubleValue.
13554
13555 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
13556 (MAC_OS_X_VERSION_10_5): Define if not defined.
13557 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
13558 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
13559 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
13560
13561 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
13562 cString and lossyCString on OSX >= 10.4.
13563
13564 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
13565 sizeToFit on OSX >= 10.2.
13566
13567 * nsimage.m (allocInitFromFile): Don't use deprecated method
13568 bestRepresentationForDevice on OSX >= 10.6.
13569
13570 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
13571 to avoid warning.
13572
13573 * emacs.c: Declare unexec_init_emacs_zone.
13574
13575 * nsgui.h: Fix compiler warning about gnulib redefining verify.
13576
13577 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
13578
13579 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
13580 on svcsMenu (Bug#8842).
13581
13582 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
13583 ns_return_types.
13584 (Fns_list_services): Just return Qnil on 10.6, code not working there.
13585
13586 * nsterm.m (QUTF8_STRING): Declare.
13587 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
13588 (validRequestorForSendType): Return type is (id).
13589 Change indexOfObjectIdenticalTo to indexOfObject.
13590 Check if we have local selection before returning self (Bug#8842).
13591 (writeSelectionToPasteboard): Put local selection into paste board
13592 if we have a local selection (Bug#8842).
13593 (syms_of_nsterm): DEFSYM QUTF8_STRING.
13594
13595 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
13596 (ns_get_local_selection): Declare.
13597
13598 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13599
13600 * keymap.c (describe_map_tree): Don't insert a double newline at
13601 the end of the buffer (bug#1169) and return whether we inserted
13602 something.
13603
13604 * callint.c (Fcall_interactively): Change "reading args" to
13605 "providing args" to try to clarify what it does (bug#1010).
13606
13607 2011-07-07 Kenichi Handa <handa@m17n.org>
13608
13609 * composite.c (composition_compute_stop_pos): Ignore a static
13610 composition starting before CHARPOS (Bug#8915).
13611
13612 * xdisp.c (handle_composition_prop): Likewise.
13613
13614 2011-07-07 Eli Zaretskii <eliz@gnu.org>
13615
13616 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
13617 (Bug#9015)
13618
13619 2011-07-07 Kenichi Handa <handa@m17n.org>
13620
13621 * character.h (unicode_category_t): New enum type.
13622
13623 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
13624 (Qchar_code_property_table): New variable.
13625 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
13626 (UNIPROP_COMPRESSED_FORM_P): New macros.
13627 (char_table_ascii): Uncompress the compressed values.
13628 (sub_char_table_ref): New arg is_uniprop. Callers changed.
13629 Uncompress the compressed values.
13630 (sub_char_table_ref_and_range): Likewise.
13631 (char_table_ref_and_range): Uncompress the compressed values.
13632 (sub_char_table_set): New arg is_uniprop. Callers changed.
13633 Uncompress the compressed values.
13634 (sub_char_table_set_range): Args changed. Callers changed.
13635 (char_table_set_range): Adjuted for the above change.
13636 (map_sub_char_table): Delete args default_val and parent. Add arg
13637 top. Give decoded values to a Lisp function.
13638 (map_char_table): Adjust for the above change. Give decoded
13639 values to a Lisp function. Gcpro more variables.
13640 (uniprop_table_uncompress)
13641 (uniprop_decode_value_run_length): New functions.
13642 (uniprop_decoder, uniprop_decoder_count): New variables.
13643 (uniprop_get_decoder, uniprop_encode_value_character)
13644 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
13645 New functions.
13646 (uniprop_encoder, uniprop_encoder_count): New variables.
13647 (uniprop_get_encoder, uniprop_table)
13648 (Funicode_property_table_internal, Fget_unicode_property_internal)
13649 (Fput_unicode_property_internal): New functions.
13650 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
13651 Sunicode_property_table_internal, Sget_unicode_property_internal,
13652 and Sput_unicode_property_internal. Defvar_lisp
13653 char-code-property-alist.
13654
13655 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
13656 Vunicode_category_table.
13657
13658 * font.c (font_range): Adjust for the change of
13659 Vunicode_category_table.
13660
13661 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
13662
13663 * m/iris4d.h: Remove file, move contents ...
13664 * s/irix6-5.h: ... here.
13665
13666 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
13667
13668 Remove unportable assumption about struct layout (Bug#8884).
13669 * alloc.c (mark_buffer):
13670 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
13671 (clone_per_buffer_values): Don't assume that
13672 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
13673 This isn't true in general, and it's particularly not true
13674 if Emacs is configured with --with-wide-int.
13675 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
13676 New macros, used in the buffer.c change.
13677
13678 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
13679
13680 * xsettings.c: Use both GConf and GSettings if both are available.
13681 (store_config_changed_event): Add comment.
13682 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
13683 (store_tool_bar_style_changed): New functions.
13684 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
13685 (struct xsettings): Move font inside HAVE_XFT.
13686 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
13687 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
13688 Move inside HAVE_XFT.
13689 (something_changed_gsettingsCB): Rename from something_changedCB.
13690 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
13691 also.
13692 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
13693 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
13694 (something_changed_gconfCB): Rename from something_changedCB.
13695 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
13696 (parse_settings): Move check for font inside HAVE_XFT.
13697 (read_settings, apply_xft_settings): Add comment.
13698 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
13699 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
13700 call store_font_name_changed.
13701 (xft_settings_event): Add comment.
13702 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
13703 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
13704 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
13705 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
13706 (xsettings_initialize): Call init_gsettings last.
13707 (xsettings_get_system_font, xsettings_get_system_normal_font):
13708 Add comment.
13709
13710 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
13711
13712 Random fixes. E.g., (random) never returned negative values.
13713 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
13714 subseconds part to the entropy, as that's a bit more random.
13715 Prefer signed to unsigned, since the signedness doesn't matter and
13716 in general we prefer signed. When given a limit, use a
13717 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
13718 latter isn't right if USE_2_TAGS_FOR_INTS.
13719 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
13720 not 0..VALMASK. Don't discard "excess" bits that random () returns.
13721
13722 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * textprop.c (text_property_stickiness):
13725 Obey Vtext_property_default_nonsticky.
13726 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
13727 * w32fns.c (syms_of_w32fns):
13728 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
13729
13730 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13731
13732 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
13733 This is more efficient than Ffile_directory_p and avoids a minor race.
13734
13735 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13736
13737 * buffer.c (Foverlay_put): Say what the return value is
13738 (bug#7835).
13739
13740 * fileio.c (barf_or_query_if_file_exists): Check first if the file
13741 is a directory before asking whether to use the file name
13742 (bug#7564).
13743 (barf_or_query_if_file_exists): Make the "File is a directory"
13744 error be more correct.
13745
13746 * fns.c (Frequire): Remove the mention of the .gz files, since
13747 that's installation-specific, but keep the mention of
13748 `get-load-suffixes'.
13749
13750 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13751
13752 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
13753 Report string overflow if the output is too long.
13754
13755 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
13756
13757 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
13758 (syms_of_gnutls): Remove duplicate DEFSYM for
13759 Qgnutls_bootprop_verify_hostname_error, an error for
13760 Qgnutls_bootprop_verify_error (which is no longer used).
13761
13762 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
13763 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
13764 Also (re)move comments that are misplaced or no longer relevant.
13765
13766 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13767
13768 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
13769
13770 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
13771
13772 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
13773 and background color parameters if they have been changed.
13774
13775 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13776
13777 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
13778
13779 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
13780
13781 * xsettings.c (SYSTEM_FONT): Define only when used.
13782 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
13783
13784 * keymap.c (access_keymap_1): Now static.
13785
13786 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
13787
13788 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
13789 leave any prefix arg for the up event (Bug#1586).
13790
13791 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13792
13793 * lread.c (syms_of_lread): Mention single symbols defined by
13794 `defvar' or `defconst' (bug#7154).
13795
13796 * fns.c (Frequire): Mention .el.gz files (bug#7314).
13797 (Frequire): Mention get-load-suffixes.
13798
13799 2011-07-02 Martin Rudalics <rudalics@gmx.at>
13800
13801 * window.h (window): Remove clone_number slot.
13802 * window.c (Fwindow_clone_number, Fset_window_clone_number):
13803 Remove.
13804 (make_parent_window, make_window, saved_window)
13805 (Fset_window_configuration, save_window_save): Don't deal with
13806 clone numbers.
13807 * buffer.c (Qclone_number): Remove declaration.
13808 (sort_overlays, overlay_strings): Don't deal with clone numbers.
13809
13810 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 Add multiple inheritance to keymaps.
13813 * keymap.c (Fmake_composed_keymap): New function.
13814 (Fset_keymap_parent): Simplify.
13815 (fix_submap_inheritance): Remove.
13816 (access_keymap_1): New function extracted from access_keymap to handle
13817 embedded parents and handle lists of maps.
13818 (access_keymap): Use it.
13819 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
13820 (Fcopy_keymap): Handle embedded parents.
13821 (Fcommand_remapping, define_as_prefix): Simplify.
13822 (Fkey_binding): Simplify.
13823 (syms_of_keymap): Move minibuffer-local-completion-map,
13824 minibuffer-local-filename-completion-map,
13825 minibuffer-local-must-match-map, and
13826 minibuffer-local-filename-must-match-map to Elisp.
13827 (syms_of_keymap): Defsubr make-composed-keymap.
13828 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
13829 (parse_menu_item): Trivial simplification.
13830
13831 2011-07-01 Glenn Morris <rgm@gnu.org>
13832
13833 * Makefile.in (SETTINGS_LIBS): Fix typo.
13834
13835 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13836
13837 * coding.c (Fencode_coding_string): Record the last coding system
13838 used, as the function doc string says (bug#8738).
13839
13840 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
13841
13842 * xsettings.c (store_monospaced_changed): Take new font as arg and
13843 check for change against current_mono_font.
13844 (EMACS_TYPE_SETTINGS): Remove this and related defines.
13845 (emacs_settings_constructor, emacs_settings_get_property)
13846 (emacs_settings_set_property, emacs_settings_class_init)
13847 (emacs_settings_init, gsettings_obj): Remove.
13848 (something_changedCB): New function for HAVE_GSETTINGS.
13849 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
13850 with value as argument.
13851 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
13852 g_settings_new (Bug#8967). Do not create gsettings_obj.
13853 Remove calls to g_settings_bind. Connect something_changedCB to
13854 "changed".
13855
13856 * xgselect.c: Add defined (HAVE_GSETTINGS).
13857 (xgselect_initialize): Ditto.
13858
13859 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
13860 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
13861 xg_select.
13862
13863 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
13864
13865 * eval.c (struct backtrace): Simplify and port the data structure.
13866 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
13867 signed bit field, as this assumption is not portable and it makes
13868 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
13869 "char debug_on_exit : 1" as this is not portable either; instead,
13870 use the portable "unsigned int debug_on_exit : 1". Remove unused
13871 member evalargs. Remove obsolete comments about cc bombing out.
13872
13873 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
13874
13875 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
13876 Let HAVE_GSETTINGS override HAVE_GCONF.
13877 (store_monospaced_changed): New function.
13878 (EMACS_SETTINGS): A new type derived from GObject to handle
13879 GSettings notifications.
13880 (emacs_settings_constructor, emacs_settings_get_property)
13881 (emacs_settings_set_property, emacs_settings_class_init):
13882 New functions.
13883 (gsettings_client, gsettings_obj): New variables.
13884 (GSETTINGS_SCHEMA): New define.
13885 (something_changedCB): Call store_monospaced_changed.
13886 (init_gsettings): New function.
13887 (xsettings_initialize): Call init_gsettings.
13888 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
13889 to NULL.
13890
13891 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
13892 GCONF_CFLAGS/LIBS.
13893
13894 2011-06-29 Martin Rudalics <rudalics@gmx.at>
13895
13896 * window.c (resize_root_window, grow_mini_window)
13897 (shrink_mini_window): Rename Qresize_root_window to
13898 Qwindow_resize_root_window and Qresize_root_window_vertically to
13899 Qwindow_resize_root_window_vertically.
13900
13901 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
13902
13903 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
13904
13905 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * makefile.w32-in: Redesign dependencies so they reflect more
13908 clearly which files are directly included by each source file,
13909 and not through other includes.
13910
13911 2011-06-27 Martin Rudalics <rudalics@gmx.at>
13912
13913 * buffer.c (Qclone_number): Declare static and DEFSYM it.
13914 (sort_overlays, overlay_strings): When an overlay's clone number
13915 matches the window's clone number process the overlay even if
13916 the overlay's window property doesn't match the current window.
13917
13918 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
13919 (Fwindow_hchild): Rename to Fwindow_left_child.
13920 (Fwindow_next): Rename to Fwindow_next_sibling.
13921 (Fwindow_prev): Rename to Fwindow_prev_sibling.
13922 (resize_window_check): Rename to window_resize_check.
13923 (resize_window_apply): Rename to window_resize_apply.
13924 (Fresize_window_apply): Rename to Fwindow_resize_apply.
13925 (Fdelete_other_windows_internal, resize_frame_windows)
13926 (Fsplit_window_internal, Fdelete_window_internal)
13927 (grow_mini_window, shrink_mini_window)
13928 (Fresize_mini_window_internal): Fix callers accordingly.
13929
13930 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
13931
13932 * emacsgtkfixed.h: State that this is only used with Gtk+3.
13933 (emacs_fixed_set_min_size): Remove.
13934 (emacs_fixed_new): Take frame as argument.
13935
13936 * emacsgtkfixed.c: State that this is only used with Gtk+3.
13937 (_EmacsFixedPrivate): Remove minwidth/height.
13938 Add struct frame *f.
13939 (emacs_fixed_init): Initialize priv->f.
13940 (get_parent_class, emacs_fixed_set_min_size): Remove.
13941 (emacs_fixed_new): Set priv->f to argument.
13942 (emacs_fixed_get_preferred_width)
13943 (emacs_fixed_get_preferred_height): Use min_width/height from
13944 frames size_hint to set minimum and natural (Bug#8919).
13945 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
13946 and use min_width/height from frames size_hint to set
13947 min_width/height (Bug#8919).
13948
13949 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
13950 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
13951 Fix indentation.
13952
13953 2011-06-26 Eli Zaretskii <eliz@gnu.org>
13954
13955 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
13956 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
13957 called at ZV.
13958
13959 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
13960
13961 * process.c (wait_reading_process_output): Bypass select if
13962 waiting for a cell while ignoring keyboard input, and input is
13963 pending. Suggested by Jan Djärv (Bug#8869).
13964
13965 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
13966
13967 Use gnulib's dup2 module instead of rolling our own.
13968 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
13969
13970 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13971
13972 * dispnew.c (scrolling_window): Before scrolling, turn off a
13973 mouse-highlight in the window being scrolled.
13974
13975 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
13976
13977 Move DEFSYM to lisp.h and use everywhere.
13978
13979 * character.h (DEFSYM): Move declaration...
13980 * lisp.h (DEFSYM): ...here.
13981
13982 * gnutls.c:
13983 * minibuf.c:
13984 * w32menu.c:
13985 * w32proc.c:
13986 * w32select.c: Don't include character.h.
13987
13988 * alloc.c (syms_of_alloc):
13989 * buffer.c (syms_of_buffer):
13990 * bytecode.c (syms_of_bytecode):
13991 * callint.c (syms_of_callint):
13992 * casefiddle.c (syms_of_casefiddle):
13993 * casetab.c (init_casetab_once):
13994 * category.c (init_category_once, syms_of_category):
13995 * ccl.c (syms_of_ccl):
13996 * cmds.c (syms_of_cmds):
13997 * composite.c (syms_of_composite):
13998 * dbusbind.c (syms_of_dbusbind):
13999 * dired.c (syms_of_dired):
14000 * dispnew.c (syms_of_display):
14001 * doc.c (syms_of_doc):
14002 * editfns.c (syms_of_editfns):
14003 * emacs.c (syms_of_emacs):
14004 * eval.c (syms_of_eval):
14005 * fileio.c (syms_of_fileio):
14006 * fns.c (syms_of_fns):
14007 * frame.c (syms_of_frame):
14008 * fringe.c (syms_of_fringe):
14009 * insdel.c (syms_of_insdel):
14010 * keymap.c (syms_of_keymap):
14011 * lread.c (init_obarray, syms_of_lread):
14012 * macros.c (syms_of_macros):
14013 * msdos.c (syms_of_msdos):
14014 * print.c (syms_of_print):
14015 * process.c (syms_of_process):
14016 * search.c (syms_of_search):
14017 * sound.c (syms_of_sound):
14018 * syntax.c (init_syntax_once, syms_of_syntax):
14019 * terminal.c (syms_of_terminal):
14020 * textprop.c (syms_of_textprop):
14021 * undo.c (syms_of_undo):
14022 * w32.c (globals_of_w32):
14023 * window.c (syms_of_window):
14024 * xdisp.c (syms_of_xdisp):
14025 * xfaces.c (syms_of_xfaces):
14026 * xfns.c (syms_of_xfns):
14027 * xmenu.c (syms_of_xmenu):
14028 * xsettings.c (syms_of_xsettings):
14029 * xterm.c (syms_of_xterm): Use DEFSYM.
14030
14031 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
14032
14033 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
14034
14035 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
14036
14037 Integer and buffer overflow fixes (Bug#8873).
14038
14039 * print.c (printchar, strout): Check for string overflow.
14040 (PRINTPREPARE, printchar, strout):
14041 Don't set size unless allocation succeeds.
14042
14043 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
14044 for sizes. Check for string overflow more accurately.
14045 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
14046
14047 * macros.c: Integer and buffer overflow fixes.
14048 * keyboard.h (struct keyboard.kbd_macro_bufsize):
14049 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
14050 Use ptrdiff_t, not int, for sizes.
14051 Don't increment bufsize until after realloc succeeds.
14052 Check for size-calculation overflow.
14053 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
14054
14055 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
14056
14057 * lread.c: Integer overflow fixes.
14058 (read_integer): Radix is now EMACS_INT, not int,
14059 to improve quality of diagnostics for out-of-range radices.
14060 Calculate buffer size correctly for out-of-range radices.
14061 (read1): Check for integer overflow in radices, and in
14062 read-circle numbers.
14063 (read_escape): Avoid int overflow.
14064 (Fload, openp, read_buffer_size, read1)
14065 (substitute_object_recurse, read_vector, read_list, map_obarray):
14066 Use ptrdiff_t, not int, for sizes.
14067 (read1): Use EMACS_INT, not int, for sizes.
14068 Check for size overflow.
14069
14070 * image.c (cache_image): Check for size arithmetic overflow.
14071
14072 * lread.c: Integer overflow issues.
14073 (saved_doc_string_size, saved_doc_string_length)
14074 (prev_saved_doc_string_size, prev_saved_doc_string_length):
14075 Now ptrdiff_t, not int.
14076 (read1): Don't assume doc string length fits in int. Check for
14077 out-of-range doc string lengths.
14078 (read_list): Don't assume file position fits in int.
14079 (read_escape): Check for hex character overflow.
14080
14081 2011-06-22 Leo Liu <sdl.web@gmail.com>
14082
14083 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
14084 Move to minibuffer.el.
14085
14086 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
14087
14088 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
14089 The following patches are for when GLYPH_DEBUG && !XASSERT.
14090 * dispextern.h (trace_redisplay_p, dump_glyph_string):
14091 * dispnew.c (flush_stdout):
14092 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
14093 Mark as externally visible.
14094 * dispnew.c (check_window_matrix_pointers): Now static.
14095 * dispnew.c (window_to_frame_vpos):
14096 * xfns.c (unwind_create_frame):
14097 * xterm.c (x_check_font): Remove unused local.
14098 * scroll.c (CHECK_BOUNDS):
14099 * xfaces.c (cache_fache): Rename local to avoid shadowing.
14100 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
14101 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
14102 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
14103 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
14104 Now static.
14105 (debug_method_add): Use va_list and vsprintf rather than relying
14106 on undefined behavior with wrong number of arguments.
14107 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
14108 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
14109 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
14110 since we're not interested in debugging glyphs with old libraries.
14111 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
14112 GCC 4.6.0's static checking.
14113
14114 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
14115
14116 Integer overflow and signedness fixes (Bug#8873).
14117 A few related buffer overrun fixes, too.
14118
14119 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
14120
14121 * dispextern.h (struct face.stipple):
14122 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
14123 (x_bitmap_mask, x_allocate_bitmap_record)
14124 (x_create_bitmap_from_data, x_create_bitmap_from_file)
14125 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
14126 (x_create_bitmap_from_xpm_data):
14127 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
14128 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
14129 (.bitmaps_last):
14130 * xfaces.c (load_pixmap):
14131 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
14132 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
14133 (.bitmaps_last, struct x_output.icon_bitmap):
14134 Use ptrdiff_t, not int, for bitmap indexes.
14135 (x_allocate_bitmap_record): Check for size overflow.
14136 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
14137
14138 Use ptrdiff_t, not int, for overlay counts.
14139 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
14140 * editfns.c (overlays_around, get_pos_property):
14141 * textprop.c (get_char_property_and_overlay):
14142 * xdisp.c (next_overlay_change, note_mouse_highlight):
14143 * xfaces.c (face_at_buffer_position):
14144 * buffer.c (OVERLAY_COUNT_MAX): New macro.
14145 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
14146 (Fnext_overlay_change, Fprevious_overlay_change)
14147 (mouse_face_overlay_overlaps, Foverlays_in):
14148 Use ptrdiff_t, not int, for sizes.
14149 (overlays_at, overlays_in): Check for size-calculation overflow.
14150
14151 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
14152
14153 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
14154 (x_session_initialize): Do not assume string length fits in int.
14155
14156 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
14157 This is unlikely, but can occur if DPI is outlandish.
14158
14159 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
14160 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
14161
14162 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
14163 * xrdb.c (magic_file_p, search_magic_path):
14164 Omit last arg SUFFIX; it was always 0. All callers changed.
14165 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
14166
14167 * xfont.c (xfont_match): Avoid need for strlen.
14168
14169 * xfns.c: Don't assume strlen fits in int.
14170 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
14171
14172 * xdisp.c (message_log_check_duplicate): Return intmax_t,
14173 not unsigned long, as we prefer signed integers. All callers changed.
14174 Detect integer overflow in repeat count.
14175 (message_dolog): Don't assume print length fits in 39 bytes.
14176 (display_mode_element): Don't assume strlen fits in int.
14177
14178 * termcap.c: Don't assume sizes fit in int and never overflow.
14179 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
14180 (gobble_line): Check for size-calculation overflow.
14181
14182 * minibuf.c (Fread_buffer):
14183 * lread.c (intern, intern_c_string):
14184 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
14185 Don't assume string length fits in int.
14186
14187 * keyboard.c (parse_tool_bar_item):
14188 * gtkutil.c (style_changed_cb): Avoid need for strlen.
14189
14190 * font.c: Don't assume string length fits in int.
14191 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
14192 Use ptrdiff_t, not int.
14193 (font_intern_prop): Don't assume string length fits in int.
14194 Don't assume integer property fits in fixnum.
14195 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
14196
14197 * filelock.c: Fix some buffer overrun and integer overflow issues.
14198 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
14199 Reformulate so as not to need the command string.
14200 Invoke gzip -cd rather than gunzip, as it's more portable.
14201 (lock_info_type, lock_file_1, lock_file):
14202 Don't assume pid_t and time_t fit in unsigned long.
14203 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
14204 (current_lock_owner): Prefer signed type for sizes.
14205 Use memcpy, not strncpy, where memcpy is what is really wanted.
14206 Don't assume (via atoi) that time_t and pid_t fit in int.
14207 Check for time_t and/or pid_t out of range, e.g., via a network share.
14208 Don't alloca where an auto var works fine.
14209
14210 * fileio.c: Fix some integer overflow issues.
14211 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
14212 Don't assume string length fits in int.
14213 (directory_file_name): Don't assume string length fits in long.
14214 (make_temp_name): Don't assume pid fits in int, or that its print
14215 length is less than 20.
14216
14217 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
14218
14219 * coding.c (make_subsidiaries): Don't assume string length fits in int.
14220
14221 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
14222
14223 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
14224 We prefer signed integers, even for size calculations.
14225
14226 * emacs.c: Don't assume string length fits in 'int'.
14227 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
14228 (main): Don't invoke strlen when not needed.
14229
14230 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
14231 (XD_DEBUG_MESSAGE): Don't waste a byte.
14232
14233 * callproc.c (getenv_internal_1, getenv_internal)
14234 (Fgetenv_internal):
14235 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
14236
14237 * lread.c (invalid_syntax): Omit length argument.
14238 All uses changed. This doesn't fix a bug, but it simplifies the
14239 code away from its former Hollerith-constant appearance, and it's
14240 one less 'int' to worry about when looking at integer-overflow issues.
14241 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
14242
14243 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
14244 This didn't break anything, but it didn't help either.
14245 It's confusing to put a bogus integer in a place where the actual
14246 value does not matter.
14247 (LIST_END_P): Remove unused macro and its bogus comment.
14248 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
14249
14250 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
14251 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
14252 implementation.
14253 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
14254 We prefer signed types, and the value cannot exceed the EMACS_INT
14255 range anyway (because otherwise the length would not be representable).
14256 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
14257 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
14258 This avoids a GCC warning when WIDE_EMACS_INT.
14259
14260 * indent.c (sane_tab_width): New function.
14261 (current_column, scan_for_column, Findent_to, position_indentation)
14262 (compute_motion): Use it. This is just for clarity.
14263 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
14264
14265 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
14266
14267 * lisp.h (lint_assume): New macro.
14268 * composite.c (composition_gstring_put_cache):
14269 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
14270
14271 * editfns.c, insdel.c:
14272 Omit unnecessary forward decls, to simplify future changes.
14273
14274 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
14275
14276 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
14277
14278 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
14279 Use much-faster test for byte-length change.
14280 Don't assume string byte-length fits in 'int'.
14281 Check that character arg fits in 'int'.
14282 (mapcar1): Declare byte as byte, for clarity.
14283
14284 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
14285
14286 * fns.c (concat): Catch string overflow earlier.
14287 Do not rely on integer wraparound.
14288
14289 * dispextern.h (struct it.overlay_strings_charpos)
14290 (struct it.selective): Now EMACS_INT, not int.
14291 * xdisp.c (forward_to_next_line_start)
14292 (back_to_previous_visible_line_start)
14293 (reseat_at_next_visible_line_start, next_element_from_buffer):
14294 Don't arbitrarily truncate the value of 'selective' to int.
14295
14296 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
14297
14298 * composite.c: Don't truncate sizes to 'int'.
14299 (composition_gstring_p, composition_reseat_it)
14300 (composition_adjust_point): Use EMACS_INT, not int.
14301 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
14302 not EMACS_UINT, for indexes.
14303
14304 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
14305
14306 * buffer.c: Include <verify.h>.
14307 (struct sortvec.priority, struct sortstr.priority):
14308 Now EMACS_INT, not int.
14309 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
14310 (struct sortstr.size, record_overlay_string)
14311 (struct sortstrlist.size, struct sortlist.used):
14312 Don't truncate size to int.
14313 (record_overlay_string): Check for size-calculation overflow.
14314 (init_buffer_once): Check at compile-time, not run-time.
14315
14316 2011-06-22 Jim Meyering <meyering@redhat.com>
14317
14318 Don't leak an XBM-image-sized buffer
14319 * image.c (xbm_load): Free the image buffer after using it.
14320
14321 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
14322
14323 Port to Sun C.
14324 * composite.c (find_automatic_composition): Omit needless 'return 0;'
14325 that Sun C diagnosed.
14326 * fns.c (secure_hash): Fix pointer signedness issue.
14327 * intervals.c (static_offset_intervals): New function.
14328 (offset_intervals): Use it.
14329
14330 2011-06-21 Leo Liu <sdl.web@gmail.com>
14331
14332 * deps.mk (fns.o):
14333 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
14334 sha512.h.
14335
14336 * fns.c (secure_hash): Rename from crypto_hash_function and change
14337 the first arg to accept symbols.
14338 (Fsecure_hash): New primitive.
14339 (syms_of_fns): New symbols.
14340
14341 2011-06-20 Deniz Dogan <deniz@dogan.se>
14342
14343 * process.c (Fset_process_buffer): Clarify return value in
14344 docstring.
14345
14346 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
14347
14348 * dispnew.c (add_window_display_history): Use BVAR.
14349
14350 * xdisp.c (debug_method_add): Use BVAR.
14351 (check_window_end, dump_glyph_matrix, dump_glyph)
14352 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
14353
14354 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
14355 Likewise.
14356
14357 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
14358 check till after the cache is created in init_frame_faces.
14359
14360 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
14363
14364 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
14365
14366 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
14367 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
14368 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
14369
14370 Improve buffer-overflow checking (Bug#8873).
14371 * fileio.c (Finsert_file_contents):
14372 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
14373 Remove the old (too-loose) buffer overflow checks.
14374 They weren't needed, since make_gap checks for buffer overflow.
14375 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
14376 The old code merely checked for Emacs fixnum overflow, and relied
14377 on undefined (wraparound) behavior. The new code avoids undefined
14378 behavior, and also checks for ptrdiff_t and/or size_t overflow.
14379
14380 * editfns.c (Finsert_char): Don't dump core with very negative counts.
14381 Tune. Don't use wider integers than needed. Don't use alloca.
14382 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
14383
14384 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
14385
14386 * insdel.c, lisp.h (buffer_overflow): New function.
14387 (insert_from_buffer_1, replace_range, replace_range_2):
14388 * insdel.c (make_gap_larger):
14389 * editfns.c (Finsert_char):
14390 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
14391
14392 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
14393
14394 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
14395
14396 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
14397
14398 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
14399 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
14400
14401 * fileio.c: Don't assume EMACS_INT fits in off_t.
14402 (emacs_lseek): New static function.
14403 (Finsert_file_contents, Fwrite_region): Use it.
14404 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
14405
14406 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
14407
14408 * fns.c: Don't overflow int when computing a list length.
14409 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
14410 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
14411 truncation on 64-bit hosts. Check for QUIT every
14412 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
14413 faster and is responsive enough.
14414 (Flength): Report an error instead of overflowing an integer.
14415 (Fsafe_length): Return a float if the value is not representable
14416 as a fixnum. This shouldn't happen except in contrived situations.
14417 (Fnthcdr, Fsort): Don't assume list length fits in int.
14418 (Fcopy_sequence): Don't assume vector length fits in int.
14419
14420 * alloc.c: Check that resized vectors' lengths fit in fixnums.
14421 (header_size, word_size): New constants.
14422 (allocate_vectorlike): Don't check size overflow here.
14423 (allocate_vector): Check it here instead, since this is the only
14424 caller of allocate_vectorlike that could cause overflow.
14425 Check that the new vector's length is representable as a fixnum.
14426
14427 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
14428 The previous code was bogus. For example, next_almost_prime (32)
14429 returned 39, which is undesirable as it is a multiple of 3; and
14430 next_almost_prime (24) returned 25, which is a multiple of 5 so
14431 why was the code bothering to check for multiples of 7?
14432
14433 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
14434
14435 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
14436
14437 Variadic C functions now count arguments with ptrdiff_t.
14438 This partly undoes my 2011-03-30 change, which replaced int with size_t.
14439 Back then I didn't know that the Emacs coding style prefers signed int.
14440 Also, in the meantime I found a few more instances where arguments
14441 were being counted with int, which may truncate counts on 64-bit
14442 machines, or EMACS_INT, which may be unnecessarily wide.
14443 * lisp.h (struct Lisp_Subr.function.aMANY)
14444 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
14445 Arg counts are now ptrdiff_t, not size_t.
14446 All variadic functions and their callers changed accordingly.
14447 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
14448 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
14449 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
14450 * callint.c (Fcall_interactively): Check arg count for overflow,
14451 to avoid potential buffer overrun. Use signed char, not 'int',
14452 for 'varies' array, so that we needn't bother to check its size
14453 calculation for overflow.
14454 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
14455 * eval.c (apply_lambda):
14456 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
14457 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
14458 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
14459
14460 * callint.c (Fcall_interactively): Don't use index var as event count.
14461
14462 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
14463 * mem-limits.h (SIZE): Remove; no longer used.
14464
14465 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
14466
14467 Remove unnecessary casts.
14468 * xterm.c (x_term_init):
14469 * xfns.c (x_set_border_pixel):
14470 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
14471 These aren't needed now that we assume ANSI C.
14472
14473 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
14474 It's more likely to cause problems (due to unsigned overflow)
14475 than to cure them.
14476
14477 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
14478
14479 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
14480
14481 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
14482
14483 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
14484
14485 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
14486
14487 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
14488
14489 GLYPH_CODE_FACE returns EMACS_INT, not int.
14490 * dispextern.h (merge_faces):
14491 * xfaces.c (merge_faces):
14492 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14493 Don't assume EMACS_INT fits in int.
14494
14495 * character.h (CHAR_VALID_P): Remove unused parameter.
14496 * fontset.c, lisp.h, xdisp.c: All uses changed.
14497
14498 * editfns.c (Ftranslate_region_internal): Omit redundant test.
14499
14500 * fns.c (concat): Minor tuning based on overflow analysis.
14501 This doesn't fix any bugs. Use int to hold character, instead
14502 of constantly refetching from Emacs object. Use XFASTINT, not
14503 XINT, for value known to be a character. Don't bother comparing
14504 a single byte to 0400, as it's always less.
14505
14506 * floatfns.c (Fexpt):
14507 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
14508
14509 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
14510 for characters.
14511
14512 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
14513
14514 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
14515 Without this fix, on a 64-bit host (aset S 0 4294967386) would
14516 incorrectly succeed when S was a string, because 4294967386 was
14517 truncated before it was used.
14518
14519 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
14520 Otherwise, an out-of-range integer could cause undefined behavior
14521 on a 64-bit host.
14522
14523 * composite.c: Use int, not EMACS_INT, for characters.
14524 (fill_gstring_body, composition_compute_stop_pos): Use int, not
14525 EMACS_INT, for values that are known to be in character range.
14526 This doesn't fix any bugs but is the usual style inside Emacs and
14527 may generate better code on 32-bit machines.
14528
14529 Make sure a 64-bit char is never passed to ENCODE_CHAR.
14530 This is for reasons similar to the recent CHAR_STRING fix.
14531 * charset.c (Fencode_char): Check that character arg is actually
14532 a character. Pass an int to ENCODE_CHAR.
14533 * charset.h (ENCODE_CHAR): Verify that the character argument is no
14534 wider than 'int', as a compile-time check to prevent future regressions
14535 in this area.
14536
14537 * character.c (char_string): Remove unnecessary casts.
14538
14539 Make sure a 64-bit char is never passed to CHAR_STRING.
14540 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
14541 by silently ignoring the top 32 bits, allowing some values
14542 that were far too large to be valid characters.
14543 * character.h: Include <verify.h>.
14544 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
14545 arguments are no wider than unsigned, as a compile-time check
14546 to prevent future regressions in this area.
14547 * data.c (Faset):
14548 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
14549 (Fsubst_char_in_region):
14550 * fns.c (concat):
14551 * xdisp.c (decode_mode_spec_coding):
14552 Adjust to CHAR_STRING's new requirement.
14553 * editfns.c (Finsert_char, Fsubst_char_in_region):
14554 * fns.c (concat): Check that character args are actually
14555 characters. Without this test, these functions did the wrong
14556 thing with wildly out-of-range values on 64-bit hosts.
14557
14558 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
14559 These casts should not be needed on 32-bit hosts, either.
14560 * keyboard.c (read_char):
14561 * lread.c (Fload): Remove casts to unsigned.
14562
14563 * lisp.h (UNSIGNED_CMP): New macro.
14564 This fixes comparison bugs on 64-bit hosts.
14565 (ASCII_CHAR_P): Use it.
14566 * casefiddle.c (casify_object):
14567 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
14568 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
14569 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
14570 * dispextern.h (FACE_FROM_ID):
14571 * keyboard.c (read_char): Use UNSIGNED_CMP.
14572
14573 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
14574 not to EMACS_INT, to avoid GCC warning.
14575
14576 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
14577
14578 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
14579 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
14580 isn't needed on 32-bit machines.
14581
14582 * buffer.c (Fgenerate_new_buffer_name):
14583 Use EMACS_INT for count, not int.
14584 (advance_to_char_boundary): Return EMACS_INT, not int.
14585
14586 * data.c (Qcompiled_function): Now static.
14587
14588 * window.c (window_body_lines): Now static.
14589
14590 * image.c (gif_load): Rename local to avoid shadowing.
14591
14592 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
14593 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
14594 * alloc.c (make_save_value): Integer argument is now of type
14595 ptrdiff_t, not int.
14596 (mark_object): Use ptrdiff_t, not int.
14597 * lisp.h (pD): New macro.
14598 * print.c (print_object): Use it.
14599
14600 * alloc.c: Use EMACS_INT, not int, to count objects.
14601 (total_conses, total_markers, total_symbols, total_vector_size)
14602 (total_free_conses, total_free_markers, total_free_symbols)
14603 (total_free_floats, total_floats, total_free_intervals)
14604 (total_intervals, total_strings, total_free_strings):
14605 Now EMACS_INT, not int. All uses changed.
14606 (Fgarbage_collect): Compute overall total using a double, so that
14607 integer overflow is less likely to be a problem. Check for overflow
14608 when converting back to an integer.
14609 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
14610 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
14611 These were 'int' variables that could overflow on 64-bit hosts;
14612 they were never used, so remove them instead of repairing them.
14613 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
14614 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
14615 Previously, this ceilinged at INT_MAX, but that doesn't work on
14616 64-bit machines.
14617 (allocate_pseudovector): Don't use EMACS_INT when int would do.
14618
14619 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
14620 (allocate_vectorlike): Check for ptrdiff_t overflow.
14621 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
14622 when a (possibly-narrower) signed value would do just as well.
14623 We prefer using signed arithmetic, to avoid comparison confusion.
14624
14625 * alloc.c: Catch some string size overflows that we were missing.
14626 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
14627 for convenience in STRING_BYTES_MAX.
14628 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
14629 The definition here is exact; the one in lisp.h was approximate.
14630 (allocate_string_data): Check for string overflow. This catches
14631 some instances we weren't catching before. Also, it catches
14632 size_t overflow on (unusual) hosts where SIZE_MAX <= min
14633 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
14634 and ptrdiff_t and EMACS_INT are both 64 bits.
14635
14636 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
14637 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
14638 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
14639
14640 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
14641
14642 * alloc.c (Fmake_string): Check for out-of-range init.
14643
14644 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
14647
14648 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
14649
14650 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
14651 xg_get_default_scrollbar_width.
14652
14653 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
14654 (int_gtk_range_get_value): Move to the scroll bar part of the file.
14655 (style_changed_cb): Call update_theme_scrollbar_width and call
14656 x_set_scroll_bar_default_width and xg_frame_set_char_size for
14657 all frames (Bug#8505).
14658 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
14659 Call gtk_window_set_resizable if HAVE_GTK3.
14660 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
14661 and height if HAVE_GTK3 (Bug#8505).
14662 (scroll_bar_width_for_theme): New variable.
14663 (update_theme_scrollbar_width): New function.
14664 (xg_get_default_scrollbar_width): Move code to
14665 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
14666 (xg_initialize): Call update_theme_scrollbar_width.
14667
14668 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
14669
14670 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
14671
14672 2011-06-12 Martin Rudalics <rudalics@gmx.at>
14673
14674 * frame.c (make_frame): Call other_buffer_safely instead of
14675 other_buffer.
14676
14677 * window.c (temp_output_buffer_show): Call display_buffer with
14678 second argument Vtemp_buffer_show_specifiers and reset latter
14679 immediately after the call.
14680 (Vtemp_buffer_show_specifiers): New variable.
14681 (auto_window_vscroll_p, next_screen_context_lines)
14682 (Vscroll_preserve_screen_position): Remove leading asterisks from
14683 doc-strings.
14684
14685 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
14686
14687 Fix minor problems found by GCC 4.6.0 static checking.
14688 * buffer.c (Qclone_number): Remove for now, as it's unused.
14689 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
14690 (record_buffer): Remove unused local.
14691 * frame.c (other_visible_frames, frame_buffer_list): Now static.
14692 (set_frame_buffer_list): Remove; unused.
14693 * frame.h (other_visible_frames): Remove decl.
14694 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
14695 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
14696 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
14697 if HAVE_GPM.
14698 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
14699 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
14700 Define only if HAVE_GPM.
14701 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
14702 (update_hints_inhibit): Remove; never set. All uses removed.
14703 * widgetprv.h (emacsFrameClassRec): Remove decl.
14704 * window.c (delete_deletable_window): Now returns void, since it
14705 wasn't returning anything.
14706 (compare_window_configurations): Remove unused locals.
14707 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
14708 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
14709 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
14710 the same widths as pointers. This follows up on the 2011-05-06 patch.
14711 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
14712 * xterm.h: Likewise.
14713 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
14714
14715 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
14716
14717 * makefile.w32-in: Update dependencies.
14718 (LISP_H): Add lib/intprops.h.
14719
14720 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
14721
14722 * image.c (gif_load): Add animation frame delay to the metadata.
14723 (syms_of_image): Use DEFSYM. New symbol `delay'.
14724
14725 2011-06-11 Martin Rudalics <rudalics@gmx.at>
14726
14727 * window.c (delete_deletable_window): Re-add.
14728 (Fset_window_configuration): Rewrite to handle dead buffers and
14729 consequently deletable windows.
14730 (window_tree, Fwindow_tree): Remove. Supply functionality in
14731 window.el.
14732 (compare_window_configurations): Simplify code.
14733
14734 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
14735
14736 * image.c (imagemagick_load_image): Fix type mismatch.
14737 (Fimagemagick_types): Likewise.
14738
14739 * window.h (replace_buffer_in_windows): Declare.
14740
14741 2011-06-11 Martin Rudalics <rudalics@gmx.at>
14742
14743 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
14744 Qclone_number. Remove external declaration of Qdelete_window.
14745 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
14746 code.
14747 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
14748 Run Qbuffer_list_update_hook if allowed.
14749 (Fother_buffer): Rewrite doc-string. Major rewrite for new
14750 buffer list implementation.
14751 (other_buffer_safely): New function.
14752 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
14753 calls to replace_buffer_in_windows and
14754 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
14755 if allowed.
14756 (record_buffer): Inhibit quitting and rewrite using quittable
14757 functions. Run Qbuffer_list_update_hook if allowed.
14758 (Frecord_buffer, Funrecord_buffer): New functions.
14759 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
14760 Move switch-to-buffer to window.el.
14761 (bury-buffer): Move to window.el.
14762 (Vbuffer_list_update_hook): New variable.
14763
14764 * lisp.h (other_buffer_safely): Add prototype in buffer.c
14765 section.
14766
14767 * window.h (resize_frame_windows): Move up in code.
14768 (Fwindow_frame): Remove EXFUN.
14769 (replace_buffer_in_all_windows): Remove prototype.
14770 (replace_buffer_in_windows_safely): Add prototype.
14771
14772 * window.c: Declare Qdelete_window static again. Move down
14773 declaration of select_count.
14774 (Fnext_window, Fprevious_window): Rewrite doc-strings.
14775 (Fother_window): Move to window.el.
14776 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
14777 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
14778 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
14779 window.el.
14780 (replace_buffer_in_windows): Implement by calling
14781 Qreplace_buffer_in_windows.
14782 (replace_buffer_in_all_windows): Remove with some functionality
14783 moved into replace_buffer_in_windows_safely.
14784 (replace_buffer_in_windows_safely): New function.
14785 (select_window_norecord, select_frame_norecord): Move in front
14786 of run_window_configuration_change_hook. Remove now obsolete
14787 declarations.
14788 (Fset_window_buffer): Rewrite doc-string.
14789 Call Qrecord_window_buffer.
14790 (keys_of_window): Move binding for other-window to window.el.
14791
14792 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
14793
14794 * dispextern.h (struct image): Replace data member, whose int_val
14795 and ptr_val fields were not used by anything, with a single
14796 lisp_val object.
14797
14798 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
14799 (gif_clear_image, gif_load, imagemagick_load_image)
14800 (gs_clear_image, gs_load): Callers changed.
14801
14802 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
14803
14804 * buffer.h: Include <time.h>, for time_t.
14805 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
14806
14807 Fix minor problems found by static checking.
14808
14809 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
14810
14811 Make identifiers static if they are not used in other modules.
14812 * data.c (Qcompiled_function, Qframe, Qvector):
14813 * image.c (QimageMagick, Qsvg):
14814 * minibuf.c (Qmetadata):
14815 * window.c (resize_window_check, resize_root_window): Now static.
14816 * window.h (resize_window_check, resize_root_window): Remove decls.
14817
14818 * window.c (window_deletion_count, delete_deletable_window):
14819 Remove; unused.
14820 (window_body_lines): Now static.
14821 (Fdelete_other_windows_internal): Mark vars as initialized.
14822 Make sure 'resize_failed' is initialized.
14823 (run_window_configuration_change_hook): Rename local to avoid shadowing.
14824 (resize_window_apply): Remove unused local.
14825 * window.h (delete_deletable_window): Remove decl.
14826
14827 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
14828 (imagemagick_load_image): Fix pointer signedness problem by changing
14829 last arg from unsigned char * to char *. All uses changed.
14830 Also, fix a local for similar reasons.
14831 Remove unused locals. Remove locals to avoid shadowing.
14832 (fn_rsvg_handle_free): Remove; unused.
14833 (svg_load, svg_load_image): Fix pointer signedness problem.
14834 (imagemagick_load_image): Don't use garbage pointer image_wand.
14835
14836 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
14837
14838 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
14839
14840 * image.c (gif_load): Fix omitted cast error introduced by
14841 2011-06-06 change.
14842
14843 2011-06-10 Martin Rudalics <rudalics@gmx.at>
14844
14845 * window.h (resize_proportionally, orig_total_lines)
14846 (orig_top_line): Remove from window structure.
14847 (set_window_height, set_window_width, change_window_heights)
14848 (Fdelete_window): Remove prototypes.
14849 (resize_frame_windows): Remove duplicate declaration.
14850
14851 2011-06-10 Eli Zaretskii <eliz@gnu.org>
14852
14853 * window.h (resize_frame_windows, resize_window_check)
14854 (delete_deletable_window, resize_root_window)
14855 (resize_frame_windows): Declare prototypes.
14856
14857 * window.c (resize_window_apply): Make definition be "static" to
14858 match the prototype.
14859
14860 2011-06-10 Martin Rudalics <rudalics@gmx.at>
14861
14862 * window.c: Remove declarations of Qwindow_size_fixed,
14863 window_min_size_1, window_min_size_2, window_min_size,
14864 size_window, window_fixed_size_p, enlarge_window, delete_window.
14865 Remove static from declaration of Qdelete_window, it's
14866 temporarily needed by Fbury_buffer.
14867 (replace_window): Don't assign orig_top_line and
14868 orig_total_lines.
14869 (Fdelete_window, delete_window): Remove. Window deletion is
14870 handled by window.el.
14871 (window_loop): Remove DELETE_OTHER_WINDOWS case.
14872 Replace Fdelete_window calls with calls to Qdelete_window.
14873 (Fdelete_other_windows): Remove. Deleting other windows is
14874 handled by window.el.
14875 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
14876 handled in window.el.
14877 (window_min_size_2, window_min_size_1, window_min_size): Remove.
14878 Window minimum sizes are handled in window.el.
14879 (shrink_windows, size_window, set_window_height)
14880 (set_window_width, change_window_heights, window_height)
14881 (window_width, CURBEG, CURSIZE, enlarge_window)
14882 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
14883 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
14884 handled in window.el.
14885 (make_dummy_parent): Rename to make_parent_window and give it a
14886 second argument horflag.
14887 (make_window): Don't set resize_proportionally any more.
14888 (Fsplit_window): Remove. Windows are split in window.el.
14889 (save_restore_action, save_restore_orig_size)
14890 (shrink_window_lowest_first, save_restore_orig_size): Remove.
14891 Resize mini windows in window.el.
14892 (grow_mini_window, shrink_mini_window): Implement by calling
14893 Qresize_root_window_vertically, resize_window_check and
14894 resize_window_apply.
14895 (saved_window, Fset_window_configuration, save_window_save):
14896 Do not handle orig_top_line, orig_total_lines, and
14897 resize_proportionally.
14898 (window_min_height, window_min_width): Move to window.el.
14899 (keys_of_window): Move bindings for delete-other-windows,
14900 split-window, delete-window and enlarge-window to window.el.
14901
14902 * buffer.c: Temporarily extern Qdelete_window.
14903 (Fbury_buffer): Temporarily call Qdelete_window instead of
14904 Fdelete_window (Fbury_buffer will move to window.el soon).
14905
14906 * frame.c (set_menu_bar_lines_1): Remove code handling
14907 orig_top_line and orig_total_lines.
14908
14909 * dispnew.c (adjust_frame_glyphs_initially): Don't use
14910 set_window_height but set heights directly.
14911 (change_frame_size_1): Use resize_frame_windows.
14912
14913 * xdisp.c (init_xdisp): Don't use set_window_height but set
14914 heights directly.
14915
14916 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
14917 Use resize_frame_windows instead of change_window_heights and run
14918 run_window_configuration_change_hook.
14919
14920 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
14921 instead of change_window_heights and run
14922 run_window_configuration_change_hook.
14923
14924 2011-06-09 Martin Rudalics <rudalics@gmx.at>
14925
14926 * window.c (replace_window): Rename second argument REPLACEMENT to
14927 NEW. New third argument SETFLAG. Rewrite.
14928 (delete_window, make_dummy_parent): Call replace_window with
14929 third argument 1.
14930 (window_list_1): Move down in code.
14931 (run_window_configuration_change_hook): Move set_buffer part
14932 before select_frame_norecord part in order to unwind correctly.
14933 Rename count1 to count.
14934 (recombine_windows, delete_deletable_window, resize_root_window)
14935 (Fdelete_other_windows_internal)
14936 (Frun_window_configuration_change_hook, make_parent_window)
14937 (resize_window_check, resize_window_apply, Fresize_window_apply)
14938 (resize_frame_windows, Fsplit_window_internal)
14939 (Fdelete_window_internal, Fresize_mini_window_internal):
14940 New functions.
14941 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
14942
14943 2011-06-08 Martin Rudalics <rudalics@gmx.at>
14944
14945 * window.h (window): Add some new members to window structure -
14946 normal_lines, normal_cols, new_total, new_normal, clone_number,
14947 splits, nest, prev_buffers, next_buffers.
14948 (WINDOW_TOTAL_SIZE): Move here from window.c.
14949 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
14950
14951 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
14952 Remove.
14953 (make_dummy_parent): Set new members of windows structure.
14954 (make_window): Move down in code. Handle new members of window
14955 structure.
14956 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
14957 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
14958 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
14959 (Fset_window_prev_buffers, Fwindow_next_buffers)
14960 (Fset_window_next_buffers, Fset_window_clone_number):
14961 New functions.
14962 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
14963 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
14964 Doc-string fixes.
14965 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
14966 Argument WINDOW can be now internal window too.
14967 (Fwindow_use_time): Move up in code.
14968 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
14969 Rewrite doc-string.
14970 (Fset_window_configuration, saved_window)
14971 (Fcurrent_window_configuration, save_window_save): Handle new
14972 members of window structure.
14973 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
14974 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
14975 (syms_of_window): New Lisp objects Qrecord_window_buffer,
14976 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
14977 Qget_mru_window, Qresize_root_window,
14978 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
14979 Qauto_buffer_name; staticpro them.
14980
14981 2011-06-07 Martin Rudalics <rudalics@gmx.at>
14982
14983 * window.c (Fwindow_total_size, Fwindow_left_column)
14984 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
14985 (Fwindow_list_1): New functions.
14986 (window_box_text_cols): Replace with window_body_cols.
14987 (Fwindow_width, Fscroll_left, Fscroll_right):
14988 Use window_body_cols instead of window_box_text_cols.
14989 (delete_window, Fset_window_configuration):
14990 Call delete_all_subwindows with window as argument.
14991 (delete_all_subwindows): Take a window as argument and not a
14992 structure. Rewrite.
14993 (window_loop): Remove handling of GET_LRU_WINDOW and
14994 GET_LARGEST_WINDOW.
14995 (Fget_lru_window, Fget_largest_window): Move to window.el.
14996
14997 * window.h: Extern window_body_cols instead of
14998 window_box_text_cols. delete_all_subwindows now takes a
14999 Lisp_Object as argument.
15000
15001 * indent.c (compute_motion, Fcompute_motion):
15002 Use window_body_cols instead of window_box_text_cols.
15003
15004 * frame.c (delete_frame): Call delete_all_subwindows with root
15005 window as argument.
15006
15007 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
15008
15009 * fns.c (Fputhash): Document return value.
15010
15011 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
15012
15013 * image.c (gif_load): Implement gif89a spec "no disposal" method.
15014
15015 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
15016
15017 Cons<->int and similar integer overflow fixes (Bug#8794).
15018
15019 Check for overflow when converting integer to cons and back.
15020 * charset.c (Fdefine_charset_internal, Fdecode_char):
15021 Use cons_to_unsigned to catch overflow.
15022 (Fencode_char): Use INTEGER_TO_CONS.
15023 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
15024 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
15025 * data.c (long_to_cons, cons_to_long): Remove.
15026 (cons_to_unsigned, cons_to_signed): New functions.
15027 These signal an error for invalid or out-of-range values.
15028 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
15029 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
15030 * font.c (Ffont_variation_glyphs):
15031 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
15032 * lisp.h: Include <intprops.h>.
15033 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
15034 (cons_to_signed, cons_to_unsigned): New decls.
15035 (long_to_cons, cons_to_long): Remove decls.
15036 * undo.c (record_first_change): Use INTEGER_TO_CONS.
15037 (Fprimitive_undo): Use CONS_TO_INTEGER.
15038 * xfns.c (Fx_window_property): Likewise.
15039 * xselect.c: Include <limits.h>.
15040 (x_own_selection, selection_data_to_lisp_data):
15041 Use INTEGER_TO_CONS.
15042 (x_handle_selection_request, x_handle_selection_clear)
15043 (x_get_foreign_selection, Fx_disown_selection_internal)
15044 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
15045 (lisp_data_to_selection_data): Use cons_to_unsigned.
15046 (x_fill_property_data): Use cons_to_signed.
15047 Report values out of range.
15048
15049 Check for buffer and string overflow more precisely.
15050 * buffer.h (BUF_BYTES_MAX): New macro.
15051 * lisp.h (STRING_BYTES_MAX): New macro.
15052 * alloc.c (Fmake_string):
15053 * character.c (string_escape_byte8):
15054 * coding.c (coding_alloc_by_realloc):
15055 * doprnt.c (doprnt):
15056 * editfns.c (Fformat):
15057 * eval.c (verror):
15058 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
15059 since they may not be the same number.
15060 * editfns.c (Finsert_char):
15061 * fileio.c (Finsert_file_contents):
15062 Likewise for BUF_BYTES_MAX.
15063
15064 * image.c: Use ptrdiff_t, not int, for sizes.
15065 (slurp_file): Switch from int to ptrdiff_t.
15066 All uses changed.
15067 (slurp_file): Check that file size fits in both size_t (for
15068 malloc) and ptrdiff_t (for sanity and safety).
15069
15070 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
15071 if b->modtime has its maximal value.
15072
15073 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
15074
15075 Don't assume time_t can fit into int.
15076 * buffer.h (struct buffer.modtime): Now time_t, not int.
15077 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
15078 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
15079
15080 Minor fixes for signed vs unsigned integers.
15081 * character.h (MAYBE_UNIFY_CHAR):
15082 * charset.c (maybe_unify_char):
15083 * keyboard.c (read_char, reorder_modifiers):
15084 XINT -> XFASTINT, since the integer must be nonnegative.
15085 * ftfont.c (ftfont_spec_pattern):
15086 * keymap.c (access_keymap, silly_event_symbol_error):
15087 XUINT -> XFASTINT, since the integer must be nonnegative.
15088 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
15089 since it makes no difference and we prefer signed.
15090 * keyboard.c (record_char): Use XUINT when all the neighbors do.
15091 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
15092 nonnegative.
15093
15094 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * window.h (Fwindow_frame): Declare.
15097
15098 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
15099
15100 * alloc.c: Simplify handling of large-request failures (Bug#8800).
15101 (SPARE_MEMORY): Always define.
15102 (LARGE_REQUEST): Remove.
15103 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
15104
15105 2011-06-06 Martin Rudalics <rudalics@gmx.at>
15106
15107 * lisp.h: Move EXFUNS for Fframe_root_window,
15108 Fframe_first_window and Fset_frame_selected_window to window.h.
15109
15110 * window.h: Move EXFUNS for Fframe_root_window,
15111 Fframe_first_window and Fset_frame_selected_window here from
15112 lisp.h.
15113
15114 * frame.c (Fwindow_frame, Fframe_first_window)
15115 (Fframe_root_window, Fframe_selected_window)
15116 (Fset_frame_selected_window): Move to window.c.
15117 (Factive_minibuffer_window): Move to minibuf.c.
15118 (Fother_visible_frames_p): New function.
15119
15120 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
15121
15122 * window.c (decode_window, decode_any_window): Move up in code.
15123 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
15124 (inhibit_frame_unsplittable): Remove unused variable.
15125 (Fwindow_buffer): Move up and rewrite doc-string.
15126 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
15127 (Fwindow_prev): New functions.
15128 (Fwindow_frame): Move here from frame.c. Accept any window as
15129 argument.
15130 (Fframe_root_window, Fframe_first_window)
15131 (Fframe_selected_window): Move here from frame.c. Accept frame
15132 or arbitrary window as argument. Update doc-strings.
15133 (Fminibuffer_window): Move up in code.
15134 (Fwindow_minibuffer_p): Move up in code and simplify.
15135 (Fset_frame_selected_window): Move here from frame.c.
15136 Marginal rewrite.
15137 (Fselected_window, select_window, Fselect_window): Move up in
15138 code. Minor doc-string fixes.
15139
15140 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
15141
15142 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
15143 Do not assume that spare memory exists; that assumption is valid
15144 only if SYSTEM_MALLOC.
15145 (LARGE_REQUEST): New macro, so that the issue of large requests
15146 is separated from the issue of spare memory.
15147
15148 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15149
15150 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
15151 format. (Bug#8806)
15152
15153 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
15154
15155 * xfns.c (x_set_scroll_bar_default_width): Move declarations
15156 before statements.
15157
15158 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
15159
15160 * gtkutil.c (xg_get_default_scrollbar_width): New function.
15161
15162 * gtkutil.h: Declare xg_get_default_scrollbar_width.
15163
15164 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
15165 min width by calling x_set_scroll_bar_default_width (Bug#8505).
15166
15167 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
15168
15169 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
15170
15171 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
15172
15173 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
15174 (x_clipboard_manager_save): Add return value.
15175 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
15176 New error handlers.
15177 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
15178 Obey Vx_select_enable_clipboard_manager. Catch errors in
15179 x_clipboard_manager_save (Bug#8779).
15180 (Vx_select_enable_clipboard_manager): New variable.
15181 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
15182
15183 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
15184
15185 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
15186
15187 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15188
15189 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
15190 in the current matrix if keep_current_p is non-zero.
15191
15192 2011-06-04 Eli Zaretskii <eliz@gnu.org>
15193
15194 * bidi.c (bidi_level_of_next_char): Fix last change.
15195
15196 2011-06-03 Eli Zaretskii <eliz@gnu.org>
15197
15198 Support bidi reordering of text covered by display properties.
15199
15200 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
15201 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
15202 (bidi_cache_search, bidi_cache_iterator_state)
15203 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
15204 (bidi_level_of_next_char, bidi_move_to_visually_next):
15205 Support character positions inside a run of characters covered by a
15206 display string.
15207 (bidi_paragraph_init, bidi_resolve_explicit_1)
15208 (bidi_level_of_next_char): Call bidi_fetch_char and
15209 bidi_fetch_char_advance instead of FETCH_CHAR and
15210 FETCH_CHAR_ADVANCE.
15211 (bidi_init_it): Initialize new members.
15212 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
15213 definitions.
15214 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
15215 instead of using explicit *_CHAR codes.
15216 (bidi_resolve_explicit, bidi_resolve_weak):
15217 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
15218 bidirectional text is supported only in multibyte buffers.
15219 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
15220 it to initialize the frame_window_p member of struct bidi_it.
15221 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
15222 (bidi_resolve_explicit, bidi_resolve_weak)
15223 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
15224 bidi_it->nchars is non-positive.
15225 (bidi_level_of_next_char): Don't try to lookup the cache for the
15226 next/previous character if nothing is cached there yet, or if we
15227 were just reseat()'ed to a new position.
15228
15229 * xdisp.c (set_cursor_from_row): Set start and stop points
15230 according to the row's direction when priming the loop that looks
15231 for the glyph on which to display cursor.
15232 (single_display_spec_intangible_p): Function deleted.
15233 (display_prop_intangible_p): Reimplement to call
15234 handle_display_spec instead of single_display_spec_intangible_p.
15235 Accept 3 additional arguments needed by handle_display_spec.
15236 This fixes incorrect cursor motion across display property with complex
15237 values: lists, `(when COND...)' forms, etc.
15238 (single_display_spec_string_p): Support property values that are
15239 lists with the argument STRING its top-level element.
15240 (display_prop_string_p): Fix the condition for processing a
15241 property that is a list to be consistent with handle_display_spec.
15242 (handle_display_spec): New function, refactored from the
15243 last portion of handle_display_prop.
15244 (compute_display_string_pos): Accept additional argument
15245 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
15246 value of a `display' property is a "replacing spec".
15247 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
15248 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
15249 the display property, but just return a value indicating whether
15250 the display property will replace the characters it covers.
15251 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
15252 frame_window_p members of struct bidi_it.
15253 (compute_display_string_pos, compute_display_string_end):
15254 New functions.
15255 (push_it): Accept second argument POSITION, where pop_it should
15256 jump to continue iteration.
15257 (reseat_1): Initialize bidi_it.disp_pos.
15258
15259 * keyboard.c (adjust_point_for_property): Adjust the call to
15260 display_prop_intangible_p to its new signature.
15261
15262 * dispextern.h (struct bidi_it): New member frame_window_p.
15263 (bidi_init_it): Update prototypes.
15264 (display_prop_intangible_p): Update prototype.
15265 (compute_display_string_pos, compute_display_string_end):
15266 Declare prototypes.
15267 (struct bidi_it): New members nchars and disp_pos. ch_len is now
15268 EMACS_INT.
15269
15270 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
15271
15272 Malloc failure behavior now depends on size of allocation.
15273 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
15274 * lisp.h: Change signatures accordingly.
15275 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
15276 All callers changed. (Bug#8762)
15277
15278 * gnutls.c: Use Emacs's memory allocators.
15279 Without this change, the gnutls library would invoke malloc etc.
15280 directly, which causes problems on non-SYNC_INPUT hosts, and which
15281 runs afoul of improving memory_full behavior. (Bug#8761)
15282 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
15283 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
15284 xfree instead of the default malloc, realloc, free.
15285 (Fgnutls_boot): No need to check for memory allocation failure,
15286 since xmalloc does that for us.
15287
15288 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
15289 * category.c (hash_get_category_set):
15290 * ccl.c (ccl_driver):
15291 * charset.c (Fdefine_charset_internal):
15292 * charset.h (struct charset.hash_index):
15293 * composite.c (get_composition_id, gstring_lookup_cache)
15294 (composition_gstring_put_cache):
15295 * composite.h (struct composition.hash_index):
15296 * dispextern.h (struct image.hash):
15297 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
15298 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
15299 (hashfn_equal, hashfn_user_defined, make_hash_table)
15300 (maybe_resize_hash_table, hash_lookup, hash_put)
15301 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
15302 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
15303 (Fsxhash, Fgethash, Fputhash, Fmaphash):
15304 * image.c (make_image, search_image_cache, lookup_image)
15305 (xpm_put_color_table_h):
15306 * lisp.h (struct Lisp_Hash_Table):
15307 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
15308 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
15309 for hashes and hash indexes, instead of 'unsigned' and 'int'.
15310 * alloc.c (allocate_vectorlike):
15311 Check for overflow in vector size calculations.
15312 * ccl.c (ccl_driver):
15313 Check for overflow when converting EMACS_INT to int.
15314 * fns.c, image.c: Remove unnecessary static decls that would otherwise
15315 need to be updated by these changes.
15316 * fns.c (make_hash_table, maybe_resize_hash_table):
15317 Check for integer overflow with large hash tables.
15318 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
15319 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
15320 (SXHASH_REDUCE): New macro.
15321 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
15322 Use it instead of discarding useful hash info with large hash values.
15323 (sxhash_float): New function.
15324 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
15325 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
15326 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
15327 Rewrite to use FIXNUM_BITS, as this simplifies things.
15328 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
15329 Adjust signatures to match updated version of code.
15330 (consing_since_gc): Now EMACS_INT, since a single hash table can
15331 use more than INT_MAX bytes.
15332
15333 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15334
15335 Make it possible to build with GCC-4.6+ -O2 -flto.
15336
15337 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
15338
15339 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * minibuf.c (get_minibuffer, read_minibuf_unwind):
15342 Call minibuffer-inactive-mode.
15343
15344 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
15345
15346 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
15347 Update dependencies.
15348
15349 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
15350
15351 * data.c (init_data): Remove code for UTS, this system is not
15352 supported anymore.
15353
15354 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
15355
15356 Don't force ./temacs to start in terminal mode.
15357
15358 * frame.c (make_initial_frame): Initialize faces in all cases, not
15359 only when CANNOT_DUMP is defined.
15360 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
15361
15362 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
15363
15364 * dispnew.c (add_window_display_history): Use const for the string
15365 pointer. Remove declaration, not needed.
15366
15367 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
15368
15369 Use 'inline', not 'INLINE'.
15370 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
15371 * alloc.c, fontset.c (INLINE): Remove.
15372 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
15373 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
15374 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
15375 * gmalloc.c (register_heapinfo): Use inline unconditionally.
15376 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
15377
15378 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
15379
15380 Make it possible to run ./temacs.
15381
15382 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
15383 syms_of_callproc does the same thing. Remove test for
15384 "initialized", do it in the caller.
15385 * emacs.c (main): Avoid calling set_initial_environment when dumping.
15386
15387 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
15390 (read_minibuf): Use get_minibuffer.
15391 (syms_of_minibuf): Use DEFSYM.
15392 (Qmetadata): New var.
15393 * data.c (Qbuffer): Don't make it static.
15394 (syms_of_data): Use DEFSYM.
15395
15396 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
15397
15398 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
15399 (CCL_CODE_MIN): New macro.
15400
15401 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
15402
15403 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
15404
15405 * eval.c (Qdebug): Now static.
15406 * lisp.h (Qdebug): Remove decl. This reverts a part of the
15407 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
15408 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
15409
15410 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15411
15412 * image.c: Various fixes to ImageMagick code comments.
15413 (Fimagemagick_types): Doc fix.
15414
15415 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
15416
15417 Minor fixes prompted by GCC 4.6.0 warnings.
15418
15419 * xselect.c (converted_selections, conversion_fail_tag): Now static.
15420
15421 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
15422 (x_clipboard_manager_save_all): Move extern decl to ...
15423 * xterm.h: ... here, so that it can be checked for consistency.
15424
15425 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15426
15427 * xselect.c (x_clipboard_manager_save_frame)
15428 (x_clipboard_manager_save_all): New functions.
15429 (Fx_clipboard_manager_save): Lisp function deleted.
15430
15431 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
15432 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
15433
15434 * xterm.h: Update prototype.
15435
15436 2011-05-28 William Xu <william.xwl@gmail.com>
15437
15438 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
15439 exiting (Bug#8239).
15440
15441 2011-05-28 Jim Meyering <meyering@redhat.com>
15442
15443 Avoid a sign-extension bug in crypto_hash_function.
15444 * fns.c (to_uchar): Define.
15445 (crypto_hash_function): Use it to convert some newly-signed
15446 variables to unsigned, to avoid sign-extension bugs. For example,
15447 without this change, (md5 "truc") would evaluate to
15448 45723a2aff78ff4fff7fff1114760e62 rather than the expected
15449 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
15450 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
15451
15452 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
15453
15454 Integer overflow fixes.
15455
15456 * dbusbind.c: Serial number integer overflow fixes.
15457 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
15458 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
15459 to hold a serial number that is too large for a fixnum.
15460 (Fdbus_method_return_internal, Fdbus_method_error_internal):
15461 Check for serial numbers out of range. Decode any serial number
15462 that was so large that it became a float. (Bug#8722)
15463
15464 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
15465 (Fdbus_call_method, Fdbus_call_method_asynchronously):
15466 Use XFASTINT rather than XUINT when numbers are nonnegative.
15467 (xd_append_arg, Fdbus_method_return_internal):
15468 (Fdbus_method_error_internal): Likewise. Also, for unsigned
15469 arguments, check that Lisp number is nonnegative, rather than
15470 silently wrapping negative numbers around. (Bug#8722)
15471 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
15472 (Bug#8722)
15473
15474 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
15475
15476 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
15477
15478 ccl: Add integer overflow checks.
15479 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
15480 (IN_INT_RANGE): New macros.
15481 (ccl_driver): Use them to check for integer overflow when
15482 decoding a CCL program. Many of the new checks are whether XINT (x)
15483 fits in int; it doesn't always, on 64-bit hosts. The new version
15484 doesn't catch all possible integer overflows, but it's an
15485 improvement. (Bug#8719)
15486
15487 * alloc.c (make_event_array): Use XINT, not XUINT.
15488 There's no need for unsigned here.
15489
15490 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
15491 This follows up to the 2011-05-06 change that substituted uintptr_t
15492 for EMACS_INT. This case wasn't caught back then.
15493
15494 Rework Fformat to avoid integer overflow issues.
15495 * editfns.c: Include <float.h> unconditionally, as it's everywhere
15496 now (part of C89). Include <verify.h>.
15497 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
15498 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
15499 (Fformat): Avoid the prepass trying to compute sizes; it was only
15500 approximate and thus did not catch overflow reliably. Instead, walk
15501 through the format just once, formatting and computing sizes as we go,
15502 checking for integer overflow at every step, and allocating a larger
15503 buffer as needed. Keep track separately whether the format is
15504 multibyte. Keep only the most-recently calculated precision, rather
15505 than them all. Record whether each argument has been converted to
15506 string. Use EMACS_INT, not int, for byte and char and arg counts.
15507 Support field widths and precisions larger than INT_MAX. Avoid
15508 sprintf's undefined behavior with conversion specifications such as %#d
15509 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
15510 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
15511 formatting out-of-range floating point numbers with int
15512 formats. (Bug#8668)
15513
15514 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
15515
15516 * data.c: Avoid integer truncation in expressions involving floats.
15517 * data.c: Include <intprops.h>.
15518 (arith_driver): When there's an integer overflow in an expression
15519 involving floating point, convert the integers to floating point
15520 so that the resulting value does not suffer from catastrophic
15521 integer truncation. For example, on a 64-bit host (* 4
15522 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
15523 Do not rely on undefined behavior after integer overflow.
15524
15525 merge count_size_as_multibyte, parse_str_to_multibyte
15526 * character.c, character.h (count_size_as_multibyte):
15527 Rename from parse_str_to_multibyte; all uses changed.
15528 Check for integer overflow.
15529 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
15530 since it's now a duplicate of the other. This is more of
15531 a character than a buffer op, so better that it's in character.c.
15532 * fns.c, print.c: Adjust to above changes.
15533
15534 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
15537
15538 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
15539
15540 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
15541 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
15542 (x_clipboard_manager_save): Now static.
15543 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
15544
15545 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
15546 (crypto_hash_function): Now static.
15547 Fix pointer signedness problems. Avoid unnecessary initializations.
15548
15549 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
15550
15551 * termhooks.h (Vselection_alist): Make it terminal-local.
15552
15553 * terminal.c (create_terminal): Initialize it.
15554
15555 * xselect.c: Support for clipboard managers.
15556 (Vselection_alist): Move to termhooks.h as terminal-local var.
15557 (LOCAL_SELECTION): New macro.
15558 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
15559 (symbol_to_x_atom): Remove gratuitous arg.
15560 (x_handle_selection_request, lisp_data_to_selection_data)
15561 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
15562 (x_own_selection, x_get_local_selection, x_convert_selection):
15563 New arg, specifying work frame. Use terminal-local Vselection_alist.
15564 (some_frame_on_display): Delete unused function.
15565 (Fx_own_selection_internal, Fx_get_selection_internal)
15566 (Fx_disown_selection_internal, Fx_selection_owner_p)
15567 (Fx_selection_exists_p): New optional frame arg.
15568 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
15569 (x_handle_selection_clear): Don't treat other terminals with the
15570 same keyboard specially. Use the terminal-local Vselection_alist.
15571 (x_clear_frame_selections): Use Frun_hook_with_args.
15572
15573 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
15574
15575 * xterm.h: Add support for those atoms.
15576
15577 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
15578
15579 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
15580 (converted_selections, conversion_fail_tag): New global variables.
15581 (x_selection_request_lisp_error): Free the above.
15582 (x_get_local_selection): Remove unnecessary code.
15583 (x_reply_selection_request): Args changed; handle arbitrary array
15584 of converted selections stored in converted_selections.
15585 Separate the XChangeProperty and SelectionNotify steps.
15586 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
15587 (x_convert_selection): New function.
15588 (x_handle_selection_event): Simplify.
15589 (x_get_foreign_selection): Don't ignore incoming requests while
15590 waiting for an answer; this will fail when we implement
15591 SAVE_TARGETS, and seems unnecessary anyway.
15592 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
15593 (Vx_sent_selection_functions): Doc fix.
15594
15595 2011-05-26 Leo Liu <sdl.web@gmail.com>
15596
15597 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
15598
15599 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15600
15601 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
15602
15603 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
15604 for fringe update if it has periodic bitmap.
15605 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
15606 and fringe_bitmap_periodic_p.
15607
15608 * fringe.c (get_fringe_bitmap_data): New function.
15609 (draw_fringe_bitmap_1, update_window_fringes): Use it.
15610 (update_window_fringes): Record periodicity of fringe bitmap in glyph
15611 row. Mark glyph row for fringe update if periodicity changed.
15612
15613 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
15614 for fringe update unless it has periodic bitmap.
15615
15616 2011-05-25 Kenichi Handa <handa@m17n.org>
15617
15618 * xdisp.c (get_next_display_element): Set correct it->face_id for
15619 a static composition.
15620
15621 2011-05-24 Leo Liu <sdl.web@gmail.com>
15622
15623 * deps.mk (fns.o):
15624 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
15625
15626 * fns.c (crypto_hash_function, Fsha1): New function.
15627 (Fmd5): Use crypto_hash_function.
15628 (syms_of_fns): Add Ssha1.
15629
15630 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
15631
15632 * gnutls.c: Remove unused macros.
15633 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
15634 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
15635 Remove macros that are defined and never used.
15636 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
15637
15638 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
15639
15640 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
15641 (Fx_get_selection_internal): Minor cleanup.
15642 (Fx_own_selection_internal): Rename arguments for consistency with
15643 select.el.
15644
15645 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
15646
15647 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
15648
15649 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
15650
15651 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
15652
15653 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15654
15655 * dispnew.c (scrolling_window): Don't exclude the case that the
15656 last enabled row in the desired matrix touches the bottom boundary.
15657
15658 2011-05-21 Glenn Morris <rgm@gnu.org>
15659
15660 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
15661 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
15662 and add some more files.
15663
15664 2011-05-20 Eli Zaretskii <eliz@gnu.org>
15665
15666 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
15667 report_file_error introduced by the change from 2011-05-07.
15668
15669 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
15670
15671 * systime.h (Time): Define only if emacs is defined.
15672 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
15673 where the include path doesn't have X11/X.h by default. See
15674 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
15675
15676 2011-05-20 Kenichi Handa <handa@m17n.org>
15677
15678 * composite.c (find_automatic_composition): Fix previous change.
15679
15680 2011-05-20 Glenn Morris <rgm@gnu.org>
15681
15682 * lisp.mk: New file, split from Makefile.in.
15683 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
15684 (shortlisp): Remove.
15685 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
15686
15687 2011-05-19 Glenn Morris <rgm@gnu.org>
15688
15689 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
15690 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
15691 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
15692 (lisp): Set the order to that of loadup.el.
15693 (shortlisp): Make it a copy of $lisp.
15694 (SOME_MACHINE_LISP): Remove.
15695 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
15696 Use just $shortlisp, not $SOME_MACHINE_LISP too.
15697
15698 2011-05-18 Kenichi Handa <handa@m17n.org>
15699
15700 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
15701 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
15702 (find_automatic_composition): Mostly rewrite for efficiency.
15703
15704 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
15705
15706 * makefile.w32-in: Update dependencies.
15707
15708 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
15709
15710 * menu.c: Include limits.h (fixes the MS-Windows build broken by
15711 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
15712
15713 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
15714
15715 Fix some integer overflow issues, such as string length overflow.
15716
15717 * insdel.c (count_size_as_multibyte): Check for string overflow.
15718
15719 * character.c (lisp_string_width): Check for string overflow.
15720 Use EMACS_INT, not int, for string indexes and lengths; in
15721 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
15722 the resulting string length overflows an EMACS_INT; instead,
15723 report a string overflow if no precision given. When checking for
15724 precision exhaustion, use a check that cannot possibly have
15725 integer overflow. (Bug#8675)
15726 * character.h (lisp_string_width): Adjust to new signature.
15727
15728 * alloc.c (string_overflow): New function.
15729 (Fmake_string): Use it. This doesn't change behavior, but saves
15730 a few bytes and will simplify future changes.
15731 * character.c (string_escape_byte8): Likewise.
15732 * lisp.h (string_overflow): New decl.
15733
15734 Fixups, following up to the user-interface timestamp change.
15735 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
15736 for UI timestamps, instead of unsigned long.
15737 * msdos.c (mouse_get_pos): Likewise.
15738 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
15739 * w32gui.h (Time): Define by including "systime.h" rather than by
15740 declaring it ourselves. (Bug#8664)
15741
15742 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
15743 * image.c (clear_image_cache): Likewise.
15744
15745 * term.c (term_mouse_position): Don't assume time_t wraparound.
15746
15747 Be more systematic about user-interface timestamps.
15748 Before, the code sometimes used 'Time', sometimes 'unsigned long',
15749 and sometimes 'EMACS_UINT', to represent these timestamps.
15750 This change causes it to use 'Time' uniformly, as that's what X uses.
15751 This makes the code easier to follow, and makes it easier to catch
15752 integer overflow bugs such as Bug#8664.
15753 * frame.c (Fmouse_position, Fmouse_pixel_position):
15754 Use Time, not unsigned long, for user-interface timestamps.
15755 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
15756 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
15757 * keyboard.h (last_event_timestamp): Likewise.
15758 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
15759 * menu.h (xmenu_show): Likewise.
15760 * term.c (term_mouse_position): Likewise.
15761 * termhooks.h (struct input_event.timestamp): Likewise.
15762 (struct terminal.mouse_position_hook): Likewise.
15763 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
15764 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
15765 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
15766 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
15767 what it was before.
15768 * menu.h, termhooks.h: Include "systime.h", for Time.
15769
15770 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
15771 Don't assume that the difference between two unsigned long values
15772 can fit into an integer. At this point, we know button_down_time
15773 <= event->timestamp, so the difference must be nonnegative, so
15774 there's no need to cast the result if double-click-time is
15775 nonnegative, as it should be; check that it's nonnegative, just in
15776 case. This bug is triggered when events are more than 2**31 ms
15777 apart (about 25 days). (Bug#8664)
15778
15779 * xselect.c (last_event_timestamp): Remove duplicate decl.
15780 (x_own_selection): Remove needless cast to unsigned long.
15781
15782 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
15783 that always fit in int. Use a sentinel instead of a counter, to
15784 avoid a temp and to allay GCC's concerns about possible int overflow.
15785 * frame.h (struct frame): Use int for menu_bar_items_used
15786 instead of EMACS_INT, since it always fits in int.
15787
15788 * menu.c (grow_menu_items): Check for int overflow.
15789
15790 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
15791
15792 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
15793 Before, the code was not consistent. These values cannot exceed
15794 2**31 - 1 so there's no need to make them unsigned.
15795 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
15796 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
15797 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
15798 as modifiers.
15799 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
15800
15801 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
15802 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
15803 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
15804 presumably because the widths might not match.
15805
15806 * window.c (size_window): Avoid needless test at loop start.
15807
15808 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
15809
15810 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
15811
15812 2011-05-12 Drew Adams <drew.adams@oracle.com>
15813
15814 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
15815
15816 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15817
15818 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
15819 `width' to `bar_area_x' and `bar_area_width', respectively.
15820 (x_scroll_run): Take account of fringe background extension.
15821
15822 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
15823 Rename local vars `left' and `width' to `bar_area_x' and
15824 `bar_area_width', respectively.
15825 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
15826 background extension.
15827
15828 2011-05-10 Jim Meyering <meyering@redhat.com>
15829
15830 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
15831
15832 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * image.c (Finit_image_library): Return t for built-in image types,
15835 like pbm and xbm. (Bug#8640)
15836
15837 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
15838
15839 * w32menu.c (set_frame_menubar): Fix submenu allocation.
15840
15841 2011-05-07 Eli Zaretskii <eliz@gnu.org>
15842
15843 * w32console.c (Fset_screen_color): Doc fix.
15844 (Fget_screen_color): New function.
15845 (syms_of_ntterm): Defsubr it.
15846
15847 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
15848 unlink the temporary file if Fcall_process didn't create it in the
15849 first place.
15850 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
15851 child process will be redirected to a file specified with `:file'.
15852 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
15853 cue to call_process_cleanup not to close that handle.
15854
15855 2011-05-07 Ben Key <bkey76@gmail.com>
15856
15857 * makefile.w32-in: The bootstrap-temacs rule now makes use of
15858 one of two shell specific rules, either bootstrap-temacs-CMD or
15859 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
15860 to the previous implementation of the bootstrap-temacs rule.
15861 The bootstrap-temacs-CMD rule is similar to the previous
15862 implementation of the bootstrap-temacs rule except that it
15863 makes use of the ESC_CFLAGS variable instead of the CFLAGS
15864 variable.
15865
15866 These changes, along with some changes to nt/configure.bat,
15867 nt/gmake.defs, and nt/nmake.defs, are required to extend my
15868 earlier fix to add support for --cflags and --ldflags options
15869 that include quotes so that it works whether make uses cmd or
15870 sh as the shell.
15871
15872 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
15873
15874 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
15875 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
15876 is a constant.
15877 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
15878 a string. Handle both cases.
15879 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
15880 (Fdbus_register_method): Use Qinvalid_function.
15881
15882 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
15883
15884 * makefile.w32-in: Update dependencies.
15885 (LISP_H): Add inttypes.h and stdin.h.
15886 (PROCESS_H): Add unistd.h.
15887
15888 2011-05-06 Eli Zaretskii <eliz@gnu.org>
15889
15890 * lread.c: Include limits.h (fixes the MS-Windows build broken by
15891 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
15892
15893 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
15894
15895 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
15896
15897 * term.c (vfatal): Remove stray call to va_end.
15898 It's not needed and the C Standard doesn't allow it here anyway.
15899
15900 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
15901 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
15902
15903 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
15904 bytes.
15905
15906 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
15907
15908 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
15909
15910 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
15911
15912 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
15913
15914 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
15915
15916 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
15917 * charset.c (Fdefine_charset_internal): Don't initialize
15918 charset.code_space[15]. The value was garbage, on hosts with
15919 32-bit int (Bug#8600).
15920
15921 * lread.c (read_integer): Be more consistent with string-to-number.
15922 Use string_to_number to do the actual conversion; this avoids
15923 rounding errors and fixes some other screwups. Without this fix,
15924 for example, #x1fffffffffffffff was misread as -2305843009213693952.
15925 (digit_to_number): Move earlier, for benefit of read_integer.
15926 Return -1 if the digit is out of range for the base, -2 if it is
15927 not a digit in any supported base. (Bug#8602)
15928
15929 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
15930
15931 * dispnew.c (scrolling_window): Return 1 if we scrolled,
15932 to match comment at start of function. This also removes a
15933 GCC warning about overflow in a 32+64-bit port.
15934
15935 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
15936
15937 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
15938 Reported by Stefan Monnier in
15939 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
15940 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
15941 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
15942
15943 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
15944 (EMACS_UINTPTR): Likewise, with uintptr_t.
15945
15946 * lisp.h: Prefer 64-bit EMACS_INT if available.
15947 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
15948 on 32-bit hosts that have 64-bit int, so that they can access
15949 large files.
15950 However, temporarily disable this change unless the temporary
15951 symbol WIDE_EMACS_INT is defined.
15952
15953 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
15954
15955 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
15956 This removes an assumption that EMACS_INT and long are the same
15957 width as pointers. The assumption is true for Emacs porting targets
15958 now, but we want to make other targets possible.
15959 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
15960 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
15961 In the rest of the code, change types of integers that hold casted
15962 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
15963 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
15964 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
15965 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
15966 No need to cast type when ORing.
15967 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
15968 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
15969 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
15970 assume EMACS_INT is the same width as char *.
15971 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
15972 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
15973 Remove no-longer-needed casts.
15974 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
15975 (xg_tool_bar_help_callback, xg_make_tool_item):
15976 Use EMACS_INTPTR to hold an integer
15977 that will be cast to void *; this can avoid a GCC warning
15978 if EMACS_INT is not the same width as void *.
15979 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
15980 * xdisp.c (display_echo_area_1, resize_mini_window_1):
15981 (current_message_1, set_message_1):
15982 Use a local to convert to proper width without a cast.
15983 * xmenu.c (dialog_selection_callback): Likewise.
15984
15985 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
15986 Also, don't assume VALBITS / RAND_BITS is less than 5,
15987 and don't rely on undefined behavior when shifting a 1 left into
15988 the sign bit.
15989 * lisp.h (get_random): Change signature to match.
15990
15991 * lread.c (hash_string): Use size_t, not int, for hash computation.
15992 Normally we prefer signed values; but hashing is special, because
15993 it's better to use unsigned division on hash table sizes so that
15994 the remainder is nonnegative. Also, size_t is the natural width
15995 for hashing into memory. The previous code used 'int', which doesn't
15996 retain enough info to hash well into very large tables.
15997 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
15998
15999 * dbusbind.c: Don't possibly lose pointer info when converting.
16000 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
16001 Use XPNTR rather than XHASH, so that the high-order bits of
16002 the pointer aren't lost when converting through void *.
16003
16004 * eval.c (Fautoload): Don't double-shift a pointer.
16005
16006 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
16007
16008 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
16009
16010 * gnutls.c (DEF_GNUTLS_FN):
16011 * image.c (DEF_IMGLIB_FN): Make function pointers static.
16012
16013 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
16014
16015 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
16016 marker. (Bug#8610)
16017
16018 2011-05-05 Eli Zaretskii <eliz@gnu.org>
16019
16020 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
16021 New version that can reserve upto 2GB of heap space.
16022
16023 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
16024
16025 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
16026
16027 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
16028
16029 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
16030 `gnutls_certificate_set_x509_key_file'.
16031
16032 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
16033
16034 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
16035 Update dependencies.
16036
16037 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16038
16039 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
16040 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
16041 Remove unused parameter `fildes'.
16042 * process.c (read_process_output, send_process): Don't pass it.
16043
16044 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16045
16046 Fix previous change: the library cache is defined in w32.c.
16047 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
16048 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
16049
16050 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16051
16052 Implement dynamic loading of GnuTLS on Windows.
16053
16054 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
16055 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
16056 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
16057 Declare.
16058
16059 * gnutls.c (Qgnutls_dll): Define.
16060 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
16061 (gnutls_*): Declare function pointers.
16062 (init_gnutls_functions): New function to initialize function pointers.
16063 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
16064 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
16065 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
16066 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
16067 (emacs_gnutls_write, emacs_gnutls_read)
16068 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
16069 (Fgnutls_available_p): New function.
16070 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
16071 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
16072 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
16073
16074 * image.c: Include w32.h.
16075 (Vimage_type_cache): Delete.
16076 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
16077 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
16078 (w32_delayed_load): Move to w32.c.
16079
16080 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
16081
16082 * w32.c (QCloaded_from, Vlibrary_cache): Define.
16083 (w32_delayed_load): Move from image.c. When loading a library, record
16084 its filename in the :loaded-from property of the library id.
16085 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
16086 Initialize and staticpro them.
16087 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
16088
16089 * process.c: Include lisp.h before w32.h, not after.
16090 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
16091 instead of gnutls_record_check_pending.
16092
16093 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
16094
16095 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16096
16097 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
16098 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
16099 as passed in.
16100
16101 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
16102
16103 * xterm.c (x_set_frame_alpha): Do not set property on anything
16104 else than FRAME_X_OUTER_WINDOW (Bug#8608).
16105
16106 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
16107
16108 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
16109
16110 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
16111
16112 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
16113 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
16114 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
16115 (gnutls_global_initialized, Qgnutls_bootprop_priority)
16116 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
16117 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
16118 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
16119 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
16120 (Qgnutls_bootprop_callbacks_verify): Make static.
16121
16122 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
16123
16124 * callproc.c: Indentation fixup.
16125
16126 * sysdep.c (wait_for_termination_1): Make static.
16127 (wait_for_termination, interruptible_wait_for_termination):
16128 Move after wait_for_termination_1.
16129
16130 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16131
16132 * sysdep.c (interruptible_wait_for_termination): New function
16133 which is like wait_for_termination, but allows keyboard
16134 interruptions.
16135
16136 * callproc.c (Fcall_process): Add (:file "file") as an option for
16137 the STDOUT buffer.
16138 (Fcall_process_region): Ditto.
16139
16140 2011-04-30 Eli Zaretskii <eliz@gnu.org>
16141
16142 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
16143 rather than `XVECTOR (FOO)->size'.
16144
16145 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
16146 inttypes.h, as a gnulib replacement is used if it not available in
16147 system headers.
16148
16149 2011-04-21 Eli Zaretskii <eliz@gnu.org>
16150
16151 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
16152 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
16153 of MOST_POSITIVE_FIXNUM. (Bug#8528)
16154
16155 * coding.c (coding_alloc_by_realloc): Error out if destination
16156 will grow beyond MOST_POSITIVE_FIXNUM.
16157 (decode_coding_emacs_mule): Abort if there isn't enough place in
16158 charbuf for the composition carryover bytes. Reserve an extra
16159 space for up to 2 characters produced in a loop.
16160 (decode_coding_iso_2022): Abort if there isn't enough place in
16161 charbuf for the composition carryover bytes.
16162
16163 2011-04-21 Eli Zaretskii <eliz@gnu.org>
16164
16165 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
16166 aborting when %lld or %lll format is passed.
16167 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
16168 %llo or %llx format is passed. (Bug#8545)
16169
16170 * window.c (window_scroll_line_based): Use a marker instead of
16171 simple variables to record original value of point. (Bug#7952)
16172
16173 * doprnt.c (doprnt): Fix the case where a multibyte sequence
16174 produced by %s or %c overflows available buffer space. (Bug#8545)
16175
16176 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
16177
16178 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
16179 (SIZE_MAX): Move defn after all includes, as they might #define it.
16180
16181 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * w32.c (init_environment): Warn about defaulting HOME to C:\.
16184
16185 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16186
16187 * keyboard.c (Qdelayed_warnings_hook): Define.
16188 (command_loop_1): Run `delayed-warnings-hook'
16189 if Vdelayed_warnings_list is non-nil.
16190 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
16191 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
16192
16193 2011-04-28 Eli Zaretskii <eliz@gnu.org>
16194
16195 * doprnt.c (doprnt): Don't return value smaller than the buffer
16196 size if the message was truncated. (Bug#8545).
16197
16198 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16199
16200 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
16201 (Fx_window_property): #if-0 the whole functions, not just the bodies.
16202
16203 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
16204
16205 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
16206
16207 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
16208
16209 * makefile.w32-in: Update dependencies.
16210
16211 2011-04-27 Eli Zaretskii <eliz@gnu.org>
16212
16213 Improve `doprnt' and its usage. (Bug#8545)
16214 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
16215 `format_end'. Remove support for %l as a conversion specifier.
16216 Don't use xrealloc. Improve diagnostics when the %l size modifier
16217 is used. Update the commentary.
16218
16219 * eval.c (verror): Simplify calculation of size_t.
16220
16221 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
16222 messages.
16223
16224 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
16225
16226 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
16227 change.
16228
16229 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
16230
16231 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
16232 This makes this file independent of the recent pseudovector change.
16233
16234 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
16235
16236 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
16237
16238 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
16239 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
16240 Remove unused local.
16241 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
16242
16243 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
16244 GCC 4.6.0 optimizes based on type-based alias analysis.
16245 For example, if b is of type struct buffer * and v of type struct
16246 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
16247 != &v->size, and therefore "v->size = 1; b->size = 2; return
16248 v->size;" must therefore return 1. This assumption is incorrect
16249 for Emacs, since it type-puns struct Lisp_Vector * with many other
16250 types. To fix this problem, this patch adds a new type struct
16251 vectorlike_header that documents the constraints on layout of vectors
16252 and pseudovectors, and helps optimizing compilers not get fooled
16253 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
16254 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
16255 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
16256 the size member.
16257 (XSETPVECTYPE): Rewrite in terms of new macro.
16258 (XSETPVECTYPESIZE): New macro, specifying both type and size.
16259 This is a bit clearer, and further avoids the possibility of
16260 undesirable aliasing.
16261 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
16262 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
16263 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
16264 since Lisp_Subr is a special case (no "next" field).
16265 (ASIZE): Now uses header.size rather than size.
16266 All previous uses of XVECTOR (foo)->size replaced to use this macro,
16267 to avoid the hassle of writing XVECTOR (foo)->header.size.
16268 (struct vectorlike_header): New type.
16269 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
16270 object, to help avoid aliasing.
16271 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
16272 (SUBRP): Likewise, since Lisp_Subr is a special case.
16273 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
16274 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
16275 (struct Lisp_Hash_Table): Combine first two members into a single
16276 struct vectorlike_header member. All uses of "size" and "next" members
16277 changed to be "header.size" and "header.next".
16278 * buffer.h (struct buffer): Likewise.
16279 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
16280 * frame.h (struct frame): Likewise.
16281 * process.h (struct Lisp_Process): Likewise.
16282 * termhooks.h (struct terminal): Likewise.
16283 * window.c (struct save_window_data, struct saved_window): Likewise.
16284 * window.h (struct window): Likewise.
16285 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
16286 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
16287 * buffer.c (init_buffer_once): Likewise.
16288 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
16289 special case.
16290 * process.c (Fformat_network_address): Use local var for size,
16291 for brevity.
16292
16293 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
16294
16295 Make the Lisp reader and string-to-float more consistent (Bug#8525)
16296 * data.c (atof): Remove decl; no longer used or needed.
16297 (digit_to_number): Move to lread.c.
16298 (Fstring_to_number): Use new string_to_number function, to be
16299 consistent with how the Lisp reader treats infinities and NaNs.
16300 Do not assume that floating-point numbers represent EMACS_INT
16301 without losing information; this is not true on most 64-bit hosts.
16302 Avoid double-rounding errors, by insisting on integers when
16303 parsing non-base-10 numbers, as the documentation specifies.
16304 * lisp.h (string_to_number): New decl, replacing ...
16305 (isfloat_string): Remove.
16306 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
16307 (read1): Do not accept +. and -. as integers; this
16308 appears to have been a coding error. Similarly, do not accept
16309 strings like +-1e0 as floating point numbers. Do not report
16310 overflow for integer overflows unless the base is not 10 which
16311 means we have no simple and reliable way to continue.
16312 Break out the floating-point parsing into a new
16313 function string_to_number, so that Fstring_to_number parses
16314 floating point numbers consistently with the Lisp reader.
16315 (digit_to_number): Move here from data.c. Make it static inline.
16316 (E_CHAR, EXP_INT): Remove, replacing with ...
16317 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
16318 (string_to_number): New function, replacing isfloat_string.
16319 This function checks for valid syntax and produces the resulting
16320 Lisp float number too. Rework it so that string-to-number
16321 no longer mishandles examples like "1.0e+". Use strtoumax,
16322 so that overflow for non-base-10 numbers is reported only when
16323 there's no portable and simple way to convert to floating point.
16324
16325 * textprop.c (set_text_properties_1): Rewrite for clarity,
16326 and to avoid GCC warning about integer overflow.
16327
16328 * intervals.h (struct interval): Use EMACS_INT for members
16329 where EMACS_UINT might cause problems. See
16330 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
16331 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
16332 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
16333 All uses changed.
16334 (offset_intervals): Tell GCC not to worry about length overflow
16335 when negating a negative length.
16336
16337 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
16338 (overrun_check_free): Likewise.
16339
16340 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
16341 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
16342 word size.
16343
16344 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
16345 (gnutls_make_error): Rename local to avoid shadowing.
16346 (gnutls_emacs_global_deinit): ifdef out; not used.
16347 (Fgnutls_boot): Use const for pointer to readonly storage.
16348 Comment out unused local. Fix pointer signedness problems.
16349
16350 * lread.c (openp): Don't stuff size_t into an 'int'.
16351 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
16352 about possible signed overflow.
16353
16354 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
16355 (GDK_KEY_g): Don't define if already defined.
16356 (xg_prepare_tooltip): Avoid pointer signedness problem.
16357 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
16358
16359 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
16360 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
16361
16362 * xfns.c (Fx_window_property): Simplify a bit,
16363 to make a bit faster and to avoid GCC 4.6.0 warning.
16364 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
16365
16366 * fns.c (internal_equal): Don't assume size_t fits in int.
16367
16368 * alloc.c (compact_small_strings): Tighten assertion a little.
16369
16370 Replace pEd with more-general pI, and fix some printf arg casts.
16371 * lisp.h (pI): New macro, generalizing old pEd macro to other
16372 conversion specifiers. For example, use "...%"pI"d..." rather
16373 than "...%"pEd"...".
16374 (pEd): Remove. All uses replaced with similar uses of pI.
16375 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
16376 * alloc.c (check_pure_size): Don't overflow by converting size to int.
16377 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
16378 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
16379 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
16380 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
16381 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
16382 64-bit hosts.
16383 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
16384 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
16385 * print.c (safe_debug_print, print_object): Likewise.
16386 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
16387 to int.
16388 Use pI instead of if-then-else-abort. Use %p to avoid casts,
16389 avoiding the 0 flag, which is not portable.
16390 * process.c (Fmake_network_process): Use pI to avoid cast.
16391 * region-cache.c (pp_cache): Likewise.
16392 * xdisp.c (decode_mode_spec): Likewise.
16393 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
16394 behavior on 64-bit hosts with printf arg.
16395 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
16396 (x_stop_queuing_selection_requests): Likewise.
16397 (x_get_window_property): Don't truncate byte count to an 'int'
16398 when tracing.
16399
16400 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
16401 here, since it parses constructs like leading '-' and spaces,
16402 which are not wanted; and it overflows with large numbers.
16403 Instead, simply match F[0-9]+, which is what is wanted anyway.
16404
16405 * alloc.c: Remove unportable assumptions about struct layout.
16406 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
16407 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
16408 (allocate_vectorlike, make_pure_vector): Use the new macros,
16409 plus offsetof, to remove unportable assumptions about struct layout.
16410 These assumptions hold on all porting targets that I know of, but
16411 they are not guaranteed, they're easy to remove, and removing them
16412 makes further changes easier.
16413
16414 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
16415 This doesn't fix a bug but makes the code clearer.
16416 (string_overrun_cookie): Now const. Use initializers that
16417 don't formally overflow signed char, to avoid warnings.
16418 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
16419 can cause Emacs to crash when string overrun checking is enabled.
16420 (allocate_buffer): Don't assume sizeof (struct buffer) is a
16421 multiple of sizeof (EMACS_INT); it need not be, if
16422 alignof(EMACS_INT) < sizeof (EMACS_INT).
16423 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
16424
16425 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
16426
16427 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
16428
16429 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
16430
16431 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
16432 supposed to be handshaking. (Bug#8556)
16433 Reported by Paul Eggert <eggert@cs.ucla.edu>.
16434
16435 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16436
16437 * lisp.h (Qdebug): List symbol.
16438 * eval.c (Qdebug): Restore global linkage.
16439 * keyboard.c (debug-on-event): New variable.
16440 (handle_user_signal): Break into debugger when debug-on-event
16441 matches the current signal symbol.
16442
16443 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
16444
16445 * alloc.c (check_sblock, check_string_bytes)
16446 (check_string_free_list): Convert to standard C.
16447
16448 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
16449
16450 * w32.c (emacs_gnutls_push): Fix typo.
16451
16452 2011-04-25 Eli Zaretskii <eliz@gnu.org>
16453
16454 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
16455 "cast to pointer from integer of different size".
16456
16457 Improve doprnt and its use in verror. (Bug#8545)
16458 * doprnt.c (doprnt): Document the set of format control sequences
16459 supported by the function. Use SAFE_ALLOCA instead of always
16460 using `alloca'.
16461
16462 * eval.c (verror): Don't limit the buffer size at size_max-1, that
16463 is one byte too soon. Don't use xrealloc; instead xfree and
16464 xmalloc anew.
16465
16466 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
16467
16468 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
16469 callbacks stage.
16470
16471 * gnutls.c: Renamed global_initialized to
16472 gnutls_global_initialized. Added internals for the
16473 :verify-hostname-error, :verify-error, and :verify-flags
16474 parameters of `gnutls-boot' and documented those parameters in the
16475 docstring. Start callback support.
16476 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
16477 unless a fatal error occurred. Call gnutls_alert_send_appropriate
16478 on error. Return error code.
16479 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
16480 (emacs_gnutls_read): Likewise.
16481 (Fgnutls_boot): Return handshake error code.
16482 (emacs_gnutls_handle_error): New function.
16483 (wsaerror_to_errno): Likewise.
16484
16485 * w32.h (emacs_gnutls_pull): Add prototype.
16486 (emacs_gnutls_push): Likewise.
16487
16488 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
16489 (emacs_gnutls_push): Likewise.
16490
16491 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
16492
16493 * process.c (wait_reading_process_output): Check if GnuTLS
16494 buffered some data internally if no FDs are set for TLS
16495 connections.
16496
16497 * makefile.w32-in (OBJ2): Add gnutls.$(O).
16498 (LIBS): Link to USER_LIBS.
16499 ($(BLD)/gnutls.$(0)): New target.
16500
16501 2011-04-24 Eli Zaretskii <eliz@gnu.org>
16502
16503 * xdisp.c (handle_single_display_spec): Rename the
16504 display_replaced_before_p argument into display_replaced_p, to
16505 make it consistent with the commentary. Fix typos in the
16506 commentary.
16507
16508 * textprop.c (syms_of_textprop): Remove dead code.
16509 (copy_text_properties): Delete obsolete commentary about an
16510 interface that was deleted long ago. Fix typos in the description
16511 of arguments.
16512
16513 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
16514 to changes in oldXMenu/XMenu.h from 2011-04-16.
16515 <menu_help_message, prev_menu_help_message>: Constify.
16516 (IT_menu_make_room): menu->help_text is now `const char **';
16517 adjust.
16518
16519 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
16520 to changes in oldXMenu/XMenu.h from 2011-04-16.
16521 (struct XMenu): Declare `help_text' `const char **'.
16522
16523 * xfaces.c <Qunspecified>: Make extern again.
16524
16525 * syntax.c: Include sys/types.h before including regex.h, as
16526 required by POSIX.
16527
16528 * doc.c (get_doc_string): Improve the format passed to `error'.
16529
16530 * doprnt.c (doprnt): Improve commentary.
16531
16532 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
16533
16534 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
16535 them with etags.
16536
16537 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
16538 changes in globals.h immediately force recompilation.
16539 (TAGS): Depend on $(CURDIR)/m/intel386.h and
16540 $(CURDIR)/s/ms-w32.h.
16541 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
16542
16543 * character.c (Fchar_direction): Function deleted.
16544 (syms_of_character): Don't defsubr it.
16545 <char-direction-table>: Deleted.
16546
16547 2011-04-23 Eli Zaretskii <eliz@gnu.org>
16548
16549 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
16550 * doprnt.c: Include limits.h.
16551 (SIZE_MAX): New macro.
16552 (doprnt): Return a size_t value. 2nd arg is now size_t.
16553 Many local variables are now size_t instead of int or unsigned.
16554 Improve overflow protection. Support `l' modifier for integer
16555 conversions. Support %l conversion. Don't assume an EMACS_INT
16556 argument for integer conversions and for %c.
16557
16558 * lisp.h (doprnt): Restore prototype.
16559
16560 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
16561 $(SRC)/character.h.
16562
16563 * Makefile.in (base_obj): Add back doprnt.o.
16564
16565 * deps.mk (doprnt.o): Add back prerequisites.
16566 (callint.o): Depend on character.h.
16567
16568 * eval.c (internal_lisp_condition_case): Include the handler
16569 representation in the error message.
16570 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
16571 when breaking from the loop.
16572
16573 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
16574
16575 * callint.c (Fcall_interactively): When displaying error message
16576 about invalid control letter, pass the character's codepoint, not
16577 a pointer to its multibyte form. Improve display of the character
16578 in octal and display also its hex code.
16579
16580 * character.c (char_string): Use %x to display the (unsigned)
16581 codepoint of an invalid character, to avoid displaying a bogus
16582 negative value.
16583
16584 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
16585 `error', not SYMBOL_NAME itself.
16586
16587 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
16588 character arguments to `error'.
16589
16590 * charset.c (check_iso_charset_parameter): Fix incorrect argument
16591 to `error' in error message about FINAL_CHAR argument. Make sure
16592 FINAL_CHAR is a character, and use %c when it is passed as
16593 argument to `error'.
16594
16595 2011-04-23 Eli Zaretskii <eliz@gnu.org>
16596
16597 * s/ms-w32.h (localtime): Redirect to sys_localtime.
16598
16599 * w32.c: Include <time.h>.
16600 (sys_localtime): New function.
16601
16602 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
16603
16604 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
16605
16606 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
16607
16608 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
16609
16610 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
16611 zombies (Bug#8467).
16612
16613 2011-04-19 Eli Zaretskii <eliz@gnu.org>
16614
16615 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
16616 gl_state.e_property when gl_state.object is Qt.
16617
16618 * insdel.c (make_gap_larger): Remove limitation of buffer size
16619 to <= INT_MAX.
16620
16621 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
16622
16623 * xdisp.c (lookup_glyphless_char_display)
16624 (produce_glyphless_glyph): Handle cons cell entry in
16625 glyphless-char-display.
16626 (Vglyphless_char_display): Document it.
16627
16628 * term.c (produce_glyphless_glyph): Handle cons cell entry in
16629 glyphless-char-display.
16630
16631 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
16632
16633 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
16634
16635 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
16636
16637 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
16638 definition for no-X builds.
16639
16640 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
16641
16642 Static checks with GCC 4.6.0 and non-default toolkits.
16643
16644 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
16645
16646 * process.c (keyboard_bit_set): Define only if SIGIO.
16647 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
16648 (send_process): Repair possible setjmp clobbering.
16649
16650 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
16651
16652 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
16653
16654 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
16655
16656 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
16657 Define only if needed.
16658
16659 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
16660 by pacifying GCC about it. Maybe it's time to retire it?
16661 * xfaces.c (USG, __TIMEVAL__): Likewise.
16662
16663 * dispextern.h (struct redisplay_interface): Rename param
16664 to avoid shadowing.
16665 * termhooks.h (struct terminal): Likewise.
16666 * xterm.c (xembed_send_message): Likewise.
16667
16668 * insdel.c (make_gap_smaller): Define only if
16669 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
16670
16671 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
16672 it.
16673
16674 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
16675 so that we aren't warned about unused symbols.
16676
16677 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
16678
16679 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
16680
16681 * xfns.c (x_real_positions): Mark locals as initialized.
16682
16683 * xmenu.c (xmenu_show): Don't use uninitialized vars.
16684
16685 * xterm.c: Fix problems found by static analysis with other toolkits.
16686 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
16687 (x_dispatch_event): Declare static if USE_GTK, and
16688 define if USE_GTK || USE_X_TOOLKIT.
16689 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
16690 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
16691 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
16692 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
16693
16694 * xmenu.c (menu_help_callback): Pointer type fixes.
16695 Use const pointers when pointing at readonly data. Avoid pointer
16696 signedness clashes.
16697 (FALSE): Remove unused macro.
16698 (update_frame_menubar): Remove unused decl.
16699
16700 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
16701
16702 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
16703 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
16704 (single_menu_item): Rename local to avoid shadowing.
16705
16706 * keyboard.c (make_lispy_event): Remove unused local var.
16707
16708 * frame.c, frame.h (x_get_resource_string): Bring this back, but
16709 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
16710
16711 * bitmaps: Change bitmaps from unsigned char back to the X11
16712 compatible char. Avoid the old compiler warnings about
16713 out-of-range initializers by using, for example, '\xab' rather
16714 than 0xab.
16715
16716 * xgselect.c (xgselect_initialize): Check vs interface
16717 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
16718
16719 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
16720
16721 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
16722 to read-only memory.
16723
16724 * fns.c (vector): Remove; this old hack is no longer needed.
16725
16726 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
16727 Remove unused var.
16728 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
16729
16730 * xrdb.c (x_load_resources): Omit unused local.
16731
16732 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
16733 (x_window): Rename locals to avoid shadowing.
16734 (USG): Use the kludged USG macro, to pacify gcc.
16735
16736 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
16737 (x_term_init): Remove local to avoid shadowing.
16738
16739 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
16740
16741 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
16742 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
16743
16744 2011-04-16 Eli Zaretskii <eliz@gnu.org>
16745
16746 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
16747
16748 Fix regex.c, syntax.c and friends for buffers > 2GB.
16749 * syntax.h (struct gl_state_s): Declare character position members
16750 EMACS_INT.
16751
16752 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
16753
16754 * textprop.c (verify_interval_modification, interval_of):
16755 Declare arguments EMACS_INT.
16756
16757 * intervals.c (adjust_intervals_for_insertion): Declare arguments
16758 EMACS_INT.
16759
16760 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
16761
16762 * indent.c (Fvertical_motion): Local variable it_start is now
16763 EMACS_INT.
16764
16765 * regex.c (re_match, re_match_2, re_match_2_internal)
16766 (bcmp_translate, regcomp, regexec, print_double_string)
16767 (group_in_compile_stack, re_search, re_search_2, regex_compile)
16768 (re_compile_pattern, re_exec): Declare arguments and local
16769 variables `size_t' and `ssize_t' and return values `regoff_t', as
16770 appropriate.
16771 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
16772 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
16773 <compile_stack_type>: `size' and `avail' are now `size_t'.
16774
16775 * regex.h <regoff_t>: Use ssize_t, not int.
16776 (re_search, re_search_2, re_match, re_match_2): Arguments that
16777 specify buffer/string position and length are now ssize_t and
16778 size_t. Return type is regoff_t.
16779
16780 2011-04-16 Ben Key <bkey76@gmail.com>
16781
16782 * nsfont.m: Fixed bugs in ns_get_family and
16783 ns_descriptor_to_entity that were caused by using free to
16784 deallocate memory blocks that were allocated by xmalloc (via
16785 xstrdup). This caused Emacs to crash when compiled with
16786 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
16787 --enable-checking=xmallocoverrun). xfree is now used to
16788 deallocate these memory blocks.
16789
16790 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
16791
16792 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
16793
16794 emacs_write: Accept and return EMACS_INT for sizes.
16795 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
16796 et seq.
16797 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
16798 Accept and return EMACS_INT.
16799 (emacs_gnutls_write): Return the number of bytes written on
16800 partial writes.
16801 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
16802 (emacs_read, emacs_write): Remove check for negative size, as the
16803 Emacs source code has been audited now.
16804 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
16805 (emacs_read, emacs_write): Use it.
16806 * process.c (send_process): Adjust to the new signatures of
16807 emacs_write and emacs_gnutls_write. Do not attempt to store
16808 a byte offset into an 'int'; it might overflow.
16809 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
16810
16811 * sound.c: Don't assume sizes fit in 'int'.
16812 (struct sound_device.period_size, alsa_period_size):
16813 Return EMACS_INT, not int.
16814 (struct sound_device.write, vox_write, alsa_write):
16815 Accept EMACS_INT, not int.
16816 (wav_play, au_play): Use EMACS_INT to store sizes and to
16817 record read return values.
16818
16819 2011-04-15 Ben Key <bkey76@gmail.com>
16820
16821 * keyboard.c (Qundefined): Don't declare static since it is used
16822 in nsfns.m.
16823 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
16824 static since they are used in nsfont.m.
16825
16826 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * process.c (Qprocessp): Don't declare static.
16829 * lisp.h (Qprocessp): Declare again.
16830
16831 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
16832
16833 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
16834
16835 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
16836
16837 Improve C-level modularity by making more things 'static'.
16838
16839 Don't publish debugger-only interfaces to other modules.
16840 * lisp.h (safe_debug_print, debug_output_compilation_hack):
16841 (verify_bytepos, count_markers): Move decls to the only modules
16842 that need them.
16843 * region-cache.h (pp_cache): Likewise.
16844 * window.h (check_all_windows): Likewise.
16845 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
16846
16847 * sysdep.c (croak): Now static, if
16848 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
16849 * syssignal.h (croak): Declare only if not static.
16850
16851 * alloc.c (refill_memory_reserve): Now static if
16852 !defined REL_ALLOC || defined SYSTEM_MALLOC.
16853 * lisp.h (refill_memory_reserve): Declare only if not static.
16854
16855 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
16856 Define only if USE_LUCID.
16857
16858 * xrdb.c (x_customization_string, x_rm_string): Now static.
16859
16860 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
16861 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
16862
16863 * xdisp.c (draw_row_with_mouse_face): Now static.
16864 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
16865
16866 * window.h (check_all_windows): Mark externally visible.
16867
16868 * window.c (window_deletion_count): Now static.
16869
16870 * undo.c: Make symbols static if they're not exported.
16871 (last_undo_buffer, last_boundary_position, pending_boundary):
16872 Now static.
16873
16874 * textprop.c (interval_insert_behind_hooks): Now static.
16875 (interval_insert_in_front_hooks): Likewise.
16876
16877 * term.c: Make symbols static if they're not exported.
16878 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
16879 (max_frame_lines, tty_set_terminal_modes):
16880 (tty_reset_terminal_modes, tty_turn_off_highlight):
16881 (get_tty_terminal): Now static.
16882 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
16883 * termhooks.h (term_mouse_moveto): Do not declare if
16884 HAVE_WINDOW_SYSTEM.
16885 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
16886 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
16887
16888 * sysdep.c: Make symbols static if they're not exported.
16889 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
16890 Now static.
16891 (sigprocmask_set, full_mask): Remove; unused.
16892 (wait_debugging): Mark as visible.
16893 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
16894 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
16895
16896 * syntax.c (syntax_temp): Define only if !__GNUC__.
16897
16898 * sound.c (current_sound_device, current_sound): Now static.
16899
16900 * search.c (searchbufs, searchbuf_head): Now static.
16901
16902 * scroll.c (scroll_cost): Remove; unused.
16903 * dispextern.h (scroll_cost): Remove decl.
16904
16905 * region-cache.h (pp_cache): Mark as externally visible.
16906
16907 * process.c: Make symbols static if they're not exported.
16908 (process_tick, update_tick, create_process, chan_process):
16909 (Vprocess_alist, proc_buffered_char, datagram_access):
16910 (fd_callback_data, send_process_frame, process_sent_to): Now static.
16911 (deactivate_process): Mark defn as static, as well as decl.
16912 * lisp.h (create_process): Remove decl.
16913 * process.h (chan_process, Vprocess_alist): Remove decls.
16914
16915 * print.c: Make symbols static if they're not exported.
16916 (print_depth, new_backquote_output, being_printed, print_buffer):
16917 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
16918 (print_interval, print_number_index, initial_stderr_stream):
16919 Now static.
16920 * lisp.h (Fprinc): Remove decl.
16921 (debug_output_compilation_hack): Mark as externally visible.
16922
16923 * sysdep.c (croak): Move decl from here to syssignal.h.
16924 * syssignal.h (croak): Put it here, so the API can be checked when
16925 'croak' is called from dissociate_if_controlling_tty.
16926
16927 * minibuf.c: Make symbols static if they're not exported.
16928 (minibuf_save_list, choose_minibuf_frame): Now static.
16929 * lisp.h (choose_minibuf_frame): Remove decl.
16930
16931 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
16932
16933 * lread.c: Make symbols static if they're not exported.
16934 (read_objects, initial_obarray, oblookup_last_bucket_number):
16935 Now static.
16936 (make_symbol): Remove; unused.
16937 * lisp.h (initial_obarray, make_symbol): Remove decls.
16938
16939 * keyboard.c: Make symbols static if they're not exported.
16940 (single_kboard, recent_keys_index, total_keys, recent_keys):
16941 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
16942 (this_single_command_key_start, echoing, last_auto_save):
16943 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
16944 (command_loop, echo_now, keyboard_init_hook, help_char_p):
16945 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
16946 (Vlispy_mouse_stem, double_click_count):
16947 Now static.
16948 (force_auto_save_soon): Define only if SIGDANGER.
16949 (ignore_mouse_drag_p): Now static if
16950 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
16951 (print_help): Remove; unused.
16952 (stop_character, last_timer_event): Mark as externally visible.
16953 * keyboard.h (ignore_mouse_drag_p): Declare only if
16954 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
16955 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
16956 * lisp.h (echoing): Remove decl.
16957 (force_auto_save_soon): Declare only if SIGDANGER.
16958 * xdisp.c (redisplay_window): Simplify code, to make it more
16959 obvious that ignore_mouse_drag_p is not accessed if !defined
16960 USE_GTK && !defined HAVE_NS.
16961
16962 * intervals.c: Make symbols static if they're not exported.
16963 (merge_properties_sticky, merge_interval_right, delete_interval):
16964 Now static.
16965 * intervals.h (merge_interval_right, delete_interval): Remove decls.
16966
16967 * insdel.c: Make symbols static if they're not exported.
16968 However, leave prepare_to_modify_buffer alone. It's never
16969 called from outside this function, but that appears to be a bug.
16970 (combine_after_change_list, combine_after_change_buffer):
16971 (adjust_after_replace, signal_before_change): Now static.
16972 (adjust_after_replace_noundo): Remove; unused.
16973 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
16974 (signal_before_change): Remove decls.
16975
16976 * indent.c (val_compute_motion, val_vmotion): Now static.
16977
16978 * image.c: Make symbols static if they're not exported.
16979 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
16980 if USE_GTK.
16981 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
16982 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
16983
16984 * fringe.c (standard_bitmaps): Now static.
16985 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
16986
16987 * frame.c: Make symbols static if they're not exported.
16988 (x_report_frame_params, make_terminal_frame): Now static.
16989 (get_frame_param): Now static, unless HAVE_NS.
16990 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
16991 (x_get_resource_string): Remove; not used.
16992 * frame.h (make_terminal_frame, x_report_frame_params):
16993 (x_get_resource_string); Remove decls.
16994 (x_fullscreen_adjust): Declare only if WINDOWSNT.
16995 * lisp.h (get_frame_param): Declare only if HAVE_NS.
16996
16997 * font.c, fontset.c: Make symbols static if they're not exported.
16998 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
16999 (FACE_SUITABLE_FOR_CHAR_P): Use it.
17000 * font.c (font_close_object): Now static.
17001 * font.h (font_close_object): Remove.
17002 * fontset.c (FONTSET_OBJLIST): Remove.
17003 (free_realized_fontset) #if-0 the body, which does nothing.
17004 (face_suitable_for_char_p): #if-0, as it's never called.
17005 * fontset.h (face_suitable_for_char_p): Remove decl.
17006 * xfaces.c (face_at_string_position):
17007 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
17008 since 0 is always ASCII.
17009
17010 * fns.c (weak_hash_tables): Now static.
17011
17012 * fileio.c: Make symbols static if they're not exported.
17013 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
17014 (Vwrite_region_annotation_buffers): Now static.
17015
17016 * eval.c: Make symbols static if they're not exported.
17017 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
17018 * lisp.h (backtrace_list): Remove decl.
17019
17020 * emacs.c: Make symbols static if they're not exported.
17021 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
17022 (fatal_error_code, fatal_error_signal_hook, standard_args):
17023 Now static.
17024 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
17025 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
17026 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
17027 * lisp.h (fatal_error_signal_hook): Remove decl.
17028 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
17029
17030 * editfns.c: Move a (normally-unused) function to its only use.
17031 * editfns.c, lisp.h (get_operating_system_release): Remove.
17032 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
17033 worth the hassle of breaking this out.
17034
17035 * xterm.c: Make symbols static if they're not exported.
17036 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
17037 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
17038 (x_destroy_window, x_delete_display):
17039 Now static.
17040 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
17041 (x_mouse_leave): Remove; unused.
17042 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
17043 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
17044 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
17045 Remove decls.
17046 (x_mouse_leave): Declare only if WINDOWSNT.
17047 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
17048 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
17049 USE_X_TOOLKIT.
17050
17051 * ftxfont.c: Make symbols static if they're not exported.
17052 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
17053 HAVE_FREETYPE.
17054 * font.h (ftxfont_driver): Likewise.
17055
17056 * xfns.c: Make symbols static if they're not exported.
17057 (x_last_font_name, x_display_info_for_name):
17058 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
17059 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
17060 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
17061 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
17062 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
17063 (last_show_tip_args): Now static.
17064 (xic_defaut_fontset, xic_create_fontsetname): Define only if
17065 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
17066 (x_screen_planes): Remove; unused.
17067 * dispextern.h (x_screen_planes): Remove decl.
17068
17069 * dispnew.c: Make symbols static if they're not exported.
17070 * dispextern.h (redraw_garbaged_frames, scrolling):
17071 (increment_row_positions): Remove.
17072 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
17073 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
17074 Now static.
17075 (redraw_garbaged_frames): Remove; unused.
17076
17077 * xfaces.c: Make symbols static if they're not exported.
17078 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
17079 Remove decls.
17080 * xterm.h (defined_color): Remove decls.
17081 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
17082 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
17083 (menu_face_changed_default, defined_color, free_realized_face):
17084 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
17085 (ascii_face_of_lisp_face): Remove; unused.
17086
17087 * xdisp.c: Make symbols static if they're not exported.
17088 * dispextern.h (scratch_glyph_row, window_box_edges):
17089 (glyph_to_pixel_coords, set_cursor_from_row):
17090 (get_next_display_element, set_iterator_to_next):
17091 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
17092 (show_mouse_face): Remove decls
17093 * frame.h (message_buf_print): Likewise.
17094 * lisp.h (pop_message, set_message, check_point_in_composition):
17095 Likewise.
17096 * xterm.h (set_vertical_scroll_bar): Likewise.
17097 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
17098 (message_buf_print, scratch_glyph_row, displayed_buffer):
17099 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
17100 (get_next_display_element, show_mouse_face, window_box_edges):
17101 (frame_to_window_pixel_xy, check_point_in_composition):
17102 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
17103 (glyph_to_pixel_coords): Remove; unused.
17104
17105 * dired.c (file_name_completion): Now static.
17106
17107 * dbusbind.c (xd_in_read_queued_messages): Now static.
17108
17109 * lisp.h (circular_list_error, FOREACH): Remove; unused.
17110 * data.c (circular_list_error): Remove.
17111
17112 * commands.h (last_point_position, last_point_position_buffer):
17113 (last_point_position_window): Remove decls.
17114 * keyboard.c: Make these variables static.
17115
17116 * coding.h (coding, code_convert_region, encode_coding_gap):
17117 Remove decls.
17118 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
17119 (iso_code_class, detect_coding, code_convert_region): Now static.
17120 (encode_coding_gap): Remove; unused.
17121
17122 * chartab.c (chartab_chars, chartab_bits): Now static.
17123
17124 * charset.h (charset_iso_8859_1): Remove decl.
17125 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
17126 Now static.
17127
17128 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
17129 * ccl.c (Vccl_program_table): Now static.
17130 (check_ccl_update): Remove; unused.
17131
17132 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
17133 * category.h: ... from here.
17134 * category.c (check_category_table, set_category_set): Now static.
17135
17136 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
17137 * lisp.h: Remove these decls.
17138
17139 * buffer.c (buffer_count): Remove unused var.
17140
17141 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
17142 so that it's not optimized away.
17143 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
17144 * dispextern.h (bidi_dump_cached_states): Remove, since it's
17145 exported only to the debugger.
17146
17147 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
17148 * atimer.h (run_all_atimers): Remove; not exported.
17149
17150 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
17151 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
17152 was inaccessible from Lisp.
17153 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
17154 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
17155
17156 alloc.c: Import and export fewer symbols, and remove unused items.
17157 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
17158 is defined.
17159 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
17160 it's not optimized away by whole-program optimization.
17161 (message_enable_multibyte, free_misc): Remove.
17162 (catchlist, handlerlist, mark_backtrace):
17163 Declare only if BYTE_MARK_STACK.
17164 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
17165 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
17166 (message_enable_multibyte): Remove decl.
17167 (free_misc, interval_free_list, float_block, float_block_index):
17168 (n_float_blocks, float_free_list, cons_block, cons_block_index):
17169 (cons_free_list, last_marked_index):
17170 Now static.
17171 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
17172 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
17173 (mark_backtrace): Define only if BYTE_MARK_STACK.
17174 * xdisp.c (message_enable_multibyte): Now static.
17175
17176 Declare Lisp_Object Q* variables to be 'static' if not exported.
17177 This makes it easier for human readers (and static analyzers)
17178 to see whether these variables are used from other modules.
17179 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
17180 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
17181 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
17182 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
17183 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
17184 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
17185 * xmenu.c, xselect.c:
17186 Declare Q* vars static if they are not used in other modules.
17187 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
17188 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
17189 Remove decls of unexported vars.
17190 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
17191
17192 * lisp.h (DEFINE_FUNC): Make sname 'static'.
17193
17194 Make Emacs functions such as Fatom 'static' by default.
17195 This makes it easier for human readers (and static analyzers)
17196 to see whether these functions can be called from other modules.
17197 DEFUN now defines a static function. To make the function external
17198 so that it can be used in other C modules, use the new macro DEFUE.
17199 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
17200 (Finit_image_library):
17201 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
17202 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
17203 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
17204 Remove decls, since these functions are now static.
17205 (Funintern, Fget_internal_run_time): New decls, since these functions
17206 were already external.
17207
17208 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
17209 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
17210 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
17211 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
17212 * keyboard.c, keymap.c, lread.c:
17213 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
17214 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
17215 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
17216 Mark functions with DEFUE instead of DEFUN,
17217 if they are used in other modules.
17218 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
17219 decls for now-static functions.
17220 * buffer.h (Fdelete_overlay): Remove decl.
17221 * callproc.c (Fgetenv_internal): Mark as internal.
17222 * composite.c (Fremove_list_of_text_properties): Remove decl.
17223 (Fcomposition_get_gstring): New forward static decl.
17224 * composite.h (Fcomposite_get_gstring): Remove decl.
17225 * dired.c (Ffile_attributes): New forward static decl.
17226 * doc.c (Fdocumntation_property): New forward static decl.
17227 * eval.c (Ffetch_bytecode): New forward static decl.
17228 (Funintern): Remove extern decl; now in .h file where it belongs.
17229 * fileio.c (Fmake_symbolic_link): New forward static decl.
17230 * image.c (Finit_image_library): New forward static decl.
17231 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
17232 * intervals.h (Fprevious_property_change):
17233 (Fremove_list_of_text_properties): Remove decls.
17234 * keyboard.c (Fthis_command_keys): Remove decl.
17235 (Fcommand_execute): New forward static decl.
17236 * keymap.c (Flookup_key): New forward static decl.
17237 (Fcopy_keymap): Now static.
17238 * keymap.h (Flookup_key): Remove decl.
17239 * process.c (Fget_process): New forward static decl.
17240 (Fprocess_datagram_address): Mark as internal.
17241 * syntax.c (Fsyntax_table_p): New forward static decl.
17242 (skip_chars): Remove duplicate decl.
17243 * textprop.c (Fprevious_property_change): New forward static decl.
17244 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
17245 Now internal.
17246 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
17247 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
17248
17249 * editfns.c (Fformat): Remove unreachable code.
17250
17251 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
17252
17253 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
17254 change. (Bug#8496)
17255
17256 2011-04-13 Eli Zaretskii <eliz@gnu.org>
17257
17258 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
17259 when at ZV. (Bug#8487)
17260
17261 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
17262
17263 * charset.c (Fclear_charset_maps): Use xfree instead of free.
17264 (Bug#8437)
17265 * keyboard.c (parse_tool_bar_item): Likewise.
17266 * sound.c (sound_cleanup, alsa_close): Likewise.
17267 * termcap.c (tgetent): Likewise.
17268 * xfns.c (x_default_font_parameter): Likewise.
17269 * xsettings.c (read_and_apply_settings): Likewise.
17270
17271 * alloc.c (overrun_check_malloc, overrun_check_realloc)
17272 (overrun_check_free): Protoize.
17273
17274 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
17275
17276 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
17277 since callers should never pass a negative size.
17278 Change the signature to match that of plain 'read' and 'write'; see
17279 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
17280 * lisp.h: Update prototypes of emacs_write and emacs_read.
17281
17282 2011-04-11 Eli Zaretskii <eliz@gnu.org>
17283
17284 * xdisp.c (redisplay_window): Don't try to determine the character
17285 position of the scroll margin if the window start point w->startp
17286 is outside the buffer's accessible region. (Bug#8468)
17287
17288 2011-04-10 Eli Zaretskii <eliz@gnu.org>
17289
17290 Fix write-region and its subroutines for buffers > 2GB.
17291 * fileio.c (a_write, e_write): Modify declaration of arguments and
17292 local variables to support buffers larger than 2GB.
17293 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
17294
17295 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
17296 argument, local variables, and return value.
17297
17298 * lisp.h: Update prototypes of emacs_write and emacs_read.
17299
17300 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
17301
17302 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
17303
17304 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
17305
17306 Fix more problems found by GCC 4.6.0's static checks.
17307
17308 * xdisp.c (vmessage): Use a better test for character truncation.
17309
17310 * charset.c (load_charset_map): <, not <=, for optimization,
17311 and to avoid potential problems with integer overflow.
17312 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
17313 * casetab.c (set_identity, shuffle): Likewise.
17314 * editfns.c (Fformat): Likewise.
17315 * syntax.c (skip_chars): Likewise.
17316
17317 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
17318 This also lets GCC 4.6.0 generate slightly better loop code.
17319
17320 * callint.c (Fcall_interactively): <, not <=, for optimization.
17321 (Fcall_interactively): Count the number of arguments produced,
17322 not the number of arguments given. This is simpler and lets GCC
17323 4.6.0 generate slightly better code.
17324
17325 * ftfont.c: Distingish more carefully between FcChar8 and char.
17326 The previous code passed unsigned char * to a functions like
17327 strlen and xstrcasecmp that expect char *, which does not
17328 conform to the C standard.
17329 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
17330 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
17331 char * when the C standard requires it.
17332
17333 * keyboard.c (read_char): Remove unused var.
17334
17335 * eval.c: Port to Windows vsnprintf (Bug#8435).
17336 Include <limits.h>.
17337 (SIZE_MAX): Define if the headers do not.
17338 (verror): Do not give up if vsnprintf returns a negative count.
17339 Instead, grow the buffer. This ports to Windows vsnprintf, which
17340 does not conform to C99. Problem reported by Eli Zaretskii.
17341 Also, simplify the allocation scheme, by avoiding the need for
17342 calling realloc, and removing the ALLOCATED variable.
17343
17344 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
17345
17346 Remove invocations of doprnt, as Emacs now uses vsnprintf.
17347 But keep the doprint source code for now, as we might revamp it
17348 and use it again (Bug#8435).
17349 * lisp.h (doprnt): Remove.
17350 * Makefile.in (base_obj): Remove doprnt.o.
17351 * deps.mk (doprnt.o): Remove.
17352
17353 error: Print 32- and 64-bit integers portably (Bug#8435).
17354 Without this change, on typical 64-bit hosts error ("...%d...", N)
17355 was used to print both 32- and 64-bit integers N, which relied on
17356 undefined behavior.
17357 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
17358 * lisp.h (error, verror): Mark as printf-like functions.
17359 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
17360 Report overflow in size calculations when allocating printf buffer.
17361 Do not truncate output string at its first null byte.
17362 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
17363 Truncate the output at a character boundary, since vsnprintf does not
17364 do that.
17365 * charset.c (check_iso_charset_parameter): Convert internal
17366 character to string before calling 'error', since %c now has the
17367 printf meaning.
17368 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
17369 overflow when computing char to be passed to 'error'. Do not
17370 pass Lisp_Object to 'error'; pass the integer instead.
17371 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
17372 formatted with plain %d.
17373
17374 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
17375
17376 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
17377
17378 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
17379
17380 * xterm.c (x_catch_errors): Remove duplicate declaration.
17381
17382 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
17383
17384 * xdisp.c, lisp.h (message_nolog): Remove; unused.
17385
17386 2011-04-10 Jim Meyering <meyering@redhat.com>
17387
17388 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
17389 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
17390 return ssize_t not "int", and use size_t as the buffer length.
17391 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
17392 * gnutls.h: Update declarations.
17393 * process.c (read_process_output): Use ssize_t, to match.
17394 (send_process): Likewise.
17395
17396 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
17397
17398 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
17399
17400 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
17401
17402 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
17403 Use unsigned char, to match FcChar8 type definition.
17404
17405 * xterm.c (handle_one_xevent):
17406 * xmenu.c (create_and_show_popup_menu):
17407 * xselect.c (x_decline_selection_request)
17408 (x_reply_selection_request): Avoid type-punned deref of X events.
17409
17410 2011-04-09 Eli Zaretskii <eliz@gnu.org>
17411
17412 Fix some uses of `int' instead of EMACS_INT.
17413 * search.c (string_match_1, fast_string_match)
17414 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
17415 (scan_buffer, find_next_newline_no_quit)
17416 (find_before_next_newline, search_command, Freplace_match)
17417 (Fmatch_data): Make some `int' variables be EMACS_INT.
17418
17419 * xdisp.c (display_count_lines): 3rd argument and return value now
17420 EMACS_INT. All callers changed.
17421 (pint2hrstr): Last argument is now EMACS_INT.
17422
17423 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
17424 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
17425 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
17426 (decode_coding_utf_16, decode_coding_emacs_mule)
17427 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17428 (decode_coding_ccl, decode_coding_charset)
17429 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
17430 (decode_coding_iso_2022, decode_coding_emacs_mule)
17431 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
17432 <char_offset, last_offset>: Declare EMACS_INT.
17433 (encode_coding_utf_8, encode_coding_utf_16)
17434 (encode_coding_emacs_mule, encode_invocation_designation)
17435 (encode_designation_at_bol, encode_coding_iso_2022)
17436 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
17437 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
17438 Declare EMACS_INT.
17439 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
17440 (encode_invocation_designation): Last argument P_NCHARS is now
17441 EMACS_INT.
17442 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
17443 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
17444
17445 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
17446 All users changed.
17447
17448 * ccl.c (Fccl_execute_on_string): Declare some variables
17449 EMACS_INT.
17450
17451 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
17452
17453 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
17454
17455 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
17456
17457 * process.c (Fformat_network_address): Doc fix.
17458
17459 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
17460
17461 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
17462
17463 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
17464
17465 * keyboard.c (read_char): Call Lisp function help-form-show,
17466 instead of using internal_with_output_to_temp_buffer.
17467 (Qhelp_form_show): New var.
17468 (syms_of_keyboard): Use DEFSYM macro.
17469
17470 * print.c (internal_with_output_to_temp_buffer): Function deleted.
17471
17472 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
17473
17474 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
17475
17476 * process.c (Flist_processes): Remove to Lisp.
17477 (list_processes_1): Delete.
17478
17479 2011-04-06 Eli Zaretskii <eliz@gnu.org>
17480
17481 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
17482
17483 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
17484
17485 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
17486
17487 Fix more problems found by GCC 4.6.0's static checks.
17488
17489 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
17490
17491 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
17492
17493 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
17494
17495 * xdisp.c (vmessage): Mark as a printf-like function.
17496
17497 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
17498
17499 * sound.c (sound_warning): Don't crash if arg contains a printf format.
17500
17501 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
17502 printf-like functions.
17503 (tiff_load): Add casts to remove these marks before passing them
17504 to system-supplied API.
17505
17506 * eval.c (Fsignal): Remove excess argument to 'fatal'.
17507
17508 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
17509 This avoids several warnings with gcc -Wstrict-overflow.
17510 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
17511 directly, rather than having caller test rule sign. This avoids
17512 some unnecessary tests.
17513 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
17514 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
17515 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
17516
17517 * xfont.c (xfont_text_extents): Remove var that was set but not used.
17518 (xfont_open): Avoid unnecessary tests.
17519
17520 * composite.c (composition_gstring_put_cache): Use unsigned integer.
17521
17522 * composite.h, composite.c (composition_gstring_put_cache):
17523 Use EMACS_INT, not int, for length.
17524
17525 * composite.h (COMPOSITION_DECODE_REFS): New macro,
17526 breaking out part of COMPOSITION_DECODE_RULE.
17527 (COMPOSITION_DECODE_RULE): Use it.
17528 * composite.c (get_composition_id): Remove unused local vars,
17529 by using the new macro.
17530
17531 * textprop.c (set_text_properties_1): Change while to do-while,
17532 since the condition is always true at first.
17533
17534 * intervals.c (graft_intervals_into_buffer): Mark var as used.
17535 (interval_deletion_adjustment): Return unsigned value.
17536 All uses changed.
17537
17538 * process.c (list_processes_1, create_pty, read_process_output):
17539 (exec_sentinel): Remove vars that were set but not used.
17540 (create_pty): Remove unnecessary "volatile"s.
17541 (Fnetwork_interface_info): Avoid possibility of int overflow.
17542 (read_process_output): Do adaptive read buffering even if carryover.
17543 (read_process_output): Simplify nbytes computation if buffered.
17544
17545 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
17546
17547 * syntax.c (scan_words): Remove var that was set but not used.
17548 (update_syntax_table): Use unsigned instead of int.
17549
17550 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
17551 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
17552 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
17553
17554 * print.c (print_error_message): Avoid int overflow.
17555
17556 * font.c (font_list_entities): Redo for clarity,
17557 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
17558
17559 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
17560 (font_score): Avoid potential overflow in diff calculation.
17561
17562 * fns.c (substring_both): Remove var that is set but not used.
17563 (sxhash): Redo loop for clarity and to avoid wraparound warning.
17564
17565 * eval.c (funcall_lambda): Rename local to avoid shadowing.
17566
17567 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
17568 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
17569 can always succeed if overflow has undefined behavior.
17570
17571 * search.c (boyer_moore, wordify): Remove vars set but not used.
17572 (wordify): Omit three unnecessary tests.
17573
17574 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
17575 All callers changed. This avoids the need for an unused var.
17576
17577 * casefiddle.c (casify_region): Remove var that is set but not used.
17578
17579 * dired.c (file_name_completion): Remove var that is set but not used.
17580
17581 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
17582
17583 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
17584 (Finsert_file_contents): Remove unnecessary code checking fd.
17585
17586 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
17587 Check for integer overflow on size calculations.
17588
17589 * buffer.c (Fprevious_overlay_change): Remove var that is set
17590 but not used.
17591
17592 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
17593 Remove vars that are set but not used.
17594 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
17595 (timer_check_2): Mark vars as initialized.
17596
17597 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
17598
17599 * image.c (lookup_image): Remove var that is set but not used.
17600 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
17601
17602 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
17603 that are set but not used.
17604
17605 * xfns.c (make_invisible_cursor): Don't return garbage
17606 if XCreateBitmapFromData fails (Bug#8410).
17607
17608 * xselect.c (x_get_local_selection, x_handle_property_notify):
17609 Remove vars that are set but not used.
17610
17611 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
17612 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
17613
17614 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
17615 Remove var that is set but not used.
17616 (scroll_bar_windows_size): Now size_t, not int.
17617 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
17618 Check for overflow.
17619
17620 * xfaces.c (realize_named_face): Remove vars that are set but not used.
17621 (map_tty_color) [!defined MSDOS]: Likewise.
17622
17623 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
17624
17625 * coding.c: Remove vars that are set but not used.
17626 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
17627 All callers changed.
17628 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
17629 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
17630 (decode_coding_charset): Remove vars that are set but not used.
17631
17632 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
17633 that is set but not used.
17634
17635 * print.c (print_object): Remove var that is set but not used.
17636
17637 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
17638 The gnulib version avoids calling malloc in the usual case,
17639 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
17640 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
17641 * filelock.c (current_lock_owner): Likewise.
17642 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
17643 * sysdep.c: Include allocator.h, careadlinkat.h.
17644 (emacs_no_realloc_allocator): New static constant.
17645 (emacs_readlink): New function.
17646 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
17647 ../lib/careadlinkat.h.
17648
17649 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17650
17651 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
17652 first non-nil return value).
17653
17654 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
17655
17656 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
17657 if not defined (Bug#8403).
17658
17659 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
17660
17661 * xdisp.c (display_count_lines): Remove parameter `start',
17662 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
17663 (get_char_face_and_encoding): Remove parameter `multibyte_p',
17664 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
17665 (fill_stretch_glyph_string): Remove parameters `row' and `area',
17666 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
17667 and thereabouts. All callers changed.
17668 (get_per_char_metric): Remove parameter `f', unused since
17669 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
17670
17671 2011-04-02 Jim Meyering <meyering@redhat.com>
17672
17673 do not dereference NULL upon failed strdup
17674 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
17675 (ns_get_family): Likewise.
17676
17677 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
17678
17679 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
17680
17681 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
17682
17683 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
17684 later (Bug#8403).
17685
17686 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17687
17688 Add lexical binding.
17689
17690 * window.c (Ftemp_output_buffer_show): New fun.
17691 (Fsave_window_excursion):
17692 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
17693
17694 * lread.c (lisp_file_lexically_bound_p): New function.
17695 (Fload): Bind Qlexical_binding.
17696 (readevalloop): Remove `evalfun' arg.
17697 Bind Qinternal_interpreter_environment.
17698 (Feval_buffer): Bind Qlexical_binding.
17699 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
17700 Mark as dynamic.
17701 (syms_of_lread): Declare `lexical-binding'.
17702
17703 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
17704
17705 * keyboard.c (eval_dyn): New fun.
17706 (menu_item_eval_property): Use it.
17707
17708 * image.c (parse_image_spec): Use Ffunctionp.
17709
17710 * fns.c (concat, mapcar1): Accept byte-code-functions.
17711
17712 * eval.c (Fsetq): Handle lexical vars.
17713 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
17714 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
17715 (FletX, Flet): Obey lexical binding.
17716 (Fcommandp): Handle closures.
17717 (Feval): New `lexical' arg.
17718 (eval_sub): New function extracted from Feval. Use it almost
17719 everywhere where Feval was used. Look up vars in lexical env.
17720 Handle closures.
17721 (Ffunctionp): Move from subr.el.
17722 (Ffuncall): Handle closures.
17723 (apply_lambda): Remove `eval_flags'.
17724 (funcall_lambda): Handle closures and new byte-code-functions.
17725 (Fspecial_variable_p): New function.
17726 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
17727 but without exporting it to Lisp.
17728
17729 * doc.c (Fdocumentation, store_function_docstring):
17730 * data.c (Finteractive_form): Handle closures.
17731
17732 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
17733 interactive spec.
17734
17735 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
17736 New byte-codes.
17737 (exec_byte_code): New function extracted from Fbyte_code to handle new
17738 calling convention for byte-code-functions. Add new byte-codes.
17739
17740 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
17741
17742 * alloc.c (Fmake_symbol): Init new `declared_special' field.
17743
17744 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
17745
17746 * xdisp.c (redisplay_internal): Fix prototype.
17747
17748 2011-03-31 Eli Zaretskii <eliz@gnu.org>
17749
17750 * xdisp.c (SCROLL_LIMIT): New macro.
17751 (try_scrolling): Use it when setting scroll_limit.
17752 Limit scrolling to 100 screen lines.
17753 (redisplay_window): Even when falling back on "recentering",
17754 position point in the window according to scroll-conservatively,
17755 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
17756
17757 (try_scrolling): When point is above the window, allow searching
17758 as far as scroll_max, or one screenful, to compute vertical
17759 distance from PT to the scroll margin position. This prevents
17760 try_scrolling from unnecessarily failing when
17761 scroll-conservatively is set to a value slightly larger than the
17762 window height. Clean up the case of PT below the margin at bottom
17763 of window: scroll_max can no longer be INT_MAX. When aggressive
17764 scrolling is in use, don't let point enter the opposite scroll
17765 margin as result of the scroll.
17766 (syms_of_xdisp) <scroll-conservatively>: Document the
17767 threshold of 100 lines for never-recentering scrolling.
17768
17769 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
17770
17771 * dispextern.h (move_it_by_lines):
17772 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
17773 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
17774 (message_log_check_duplicate): Remove parameters `prev_bol' and
17775 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
17776 (redisplay_internal): Remove parameter `preserve_echo_area',
17777 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
17778
17779 * indent.c (Fvertical_motion):
17780 * window.c (window_scroll_pixel_based, Frecenter):
17781 Don't pass `need_y_p' to `move_it_by_lines'.
17782
17783 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
17786 steal a few bits to be more compact.
17787 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
17788 Remove unneeded casts.
17789
17790 * bytecode.c (Fbyte_code): CAR and CDR can GC.
17791
17792 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
17793
17794 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
17795 binding" message (bug#7967).
17796
17797 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
17798
17799 Fix more problems found by GCC 4.6.0's static checks.
17800
17801 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
17802 Remove unused local var.
17803
17804 * editfns.c (Fmessage_box): Remove unused local var.
17805
17806 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
17807 (note_mode_line_or_margin_highlight, note_mouse_highlight):
17808 Omit unused local vars.
17809 * window.c (shrink_windows): Omit unused local var.
17810 * menu.c (digest_single_submenu): Omit unused local var.
17811 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
17812 Omit unused local var.
17813
17814 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
17815 Don't assume string length fits in int.
17816 (keyremap_step, read_key_sequence): Use size_t for sizes.
17817 (read_key_sequence): Don't check last_real_key_start redundantly.
17818
17819 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
17820 instead of alloca (Bug#8344).
17821
17822 * eval.c (Fbacktrace): Don't assume nargs fits in int.
17823 (Fbacktrace_frame): Don't assume nframes fits in int.
17824
17825 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
17826
17827 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
17828 concerns.
17829
17830 * term.c (produce_glyphless_glyph): Remove unnecessary test.
17831
17832 * cm.c (calccost): Turn while-do into do-while, for clarity.
17833
17834 * keyboard.c (syms_of_keyboard): Use the same style as later
17835 in this function when indexing through an array. This also
17836 works around GCC bug 48267.
17837
17838 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
17839
17840 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
17841
17842 * chartab.c (sub_char_table_ref_and_range): Redo for slight
17843 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
17844
17845 * keyboard.c, keyboard.h (num_input_events): Now size_t.
17846 This avoids undefined behavior on integer overflow, and is a bit
17847 more convenient anyway since it is compared to a size_t variable.
17848
17849 Variadic C functions now count arguments with size_t, not int.
17850 This avoids an unnecessary limitation on 64-bit machines, which
17851 caused (substring ...) to crash on large vectors (Bug#8344).
17852 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
17853 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
17854 All variadic functions and their callers changed accordingly.
17855 (struct gcpro.nvars): Now size_t, not int. All uses changed.
17856 * data.c (arith_driver, float_arith_driver): Likewise.
17857 * editfns.c (general_insert_function): Likewise.
17858 * eval.c (struct backtrace.nargs, interactive_p)
17859 (internal_condition_case_n, run_hook_with_args, apply_lambda)
17860 (funcall_lambda, mark_backtrace): Likewise.
17861 * fns.c (concat): Likewise.
17862 * frame.c (x_set_frame_parameters): Likewise.
17863 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
17864 0 if not found, not -1. All callers changed.
17865
17866 * alloc.c (garbage_collect): Don't assume stack size fits in int.
17867 (stack_copy_size): Now size_t, not int.
17868 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
17869
17870 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
17871
17872 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
17873 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
17874 All callers changed.
17875
17876 * lisp.h (multibyte_char_to_unibyte):
17877 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
17878 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
17879 * character.h (CHAR_TO_BYTE8):
17880 * cmds.c (internal_self_insert):
17881 * editfns.c (general_insert_function):
17882 * keymap.c (push_key_description):
17883 * search.c (Freplace_match):
17884 * xdisp.c (message_dolog, set_message_1): All callers changed.
17885
17886 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17887
17888 * keyboard.c (safe_run_hook_funcall): New function.
17889 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
17890 don't set the hook to nil, but remove the offending function instead.
17891 (Qcommand_hook_internal): Remove, unused.
17892 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
17893 Vcommand_hook_internal.
17894
17895 * eval.c (enum run_hooks_condition): Remove.
17896 (funcall_nil, funcall_not): New functions.
17897 (run_hook_with_args): Call each function through a `funcall' argument.
17898 Remove `cond' argument, now redundant.
17899 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
17900 (Frun_hook_with_args_until_failure): Adjust accordingly.
17901 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
17902
17903 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
17904
17905 * dispextern.h (string_buffer_position): Remove declaration.
17906
17907 * print.c (strout): Remove parameter `multibyte', unused since
17908 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
17909
17910 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
17911 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
17912 All callers changed.
17913
17914 * w32.c (_wsa_errlist): Use braces for struct initializers.
17915
17916 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
17917 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
17918 All callers changed.
17919 (string_buffer_position): Likewise. Also, make static (it's never
17920 used outside xdisp.c).
17921 (cursor_row_p): Remove parameter `w', unused since
17922 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
17923 (decode_mode_spec): Remove parameter `precision', introduced during
17924 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
17925 All callers changed.
17926
17927 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
17928
17929 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
17930
17931 2011-03-27 Anders Lindgren <andlind@gmail.com>
17932
17933 * nsterm.m (ns_menu_bar_is_hidden): New variable.
17934 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
17935 (ns_update_auto_hide_menu_bar): New functions.
17936 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
17937 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
17938 ns_constrain_all_frames.
17939 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
17940 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
17941
17942 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
17943
17944 * nsmenu.m (runDialogAt): Remove argument to timer_check.
17945
17946 2011-03-27 Glenn Morris <rgm@gnu.org>
17947
17948 * syssignal.h: Replace RETSIGTYPE with void.
17949 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
17950 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
17951 Replace SIGTYPE with void everywhere.
17952 * s/usg5-4-common.h (SIGTYPE): Remove definition.
17953 * s/template.h (SIGTYPE): Remove commented out definition.
17954
17955 2011-03-26 Eli Zaretskii <eliz@gnu.org>
17956
17957 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
17958 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
17959
17960 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
17961
17962 * w32.c (read_unc_volume): Use parameter `henum', instead of
17963 global variable `wget_enum_handle'.
17964
17965 * keymap.c (describe_vector): Remove parameters `indices' and
17966 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
17967 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
17968
17969 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
17970
17971 * keyboard.c (timer_check): Remove parameter `do_it_now',
17972 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
17973 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
17974 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
17975
17976 * keyboard.c (read_char):
17977 * w32menu.c (w32_menu_display_help):
17978 * xmenu.c (show_help_event, menu_help_callback):
17979 Adjust calls to `show_help_echo'.
17980
17981 * gtkutil.c (xg_maybe_add_timer):
17982 * keyboard.c (readable_events):
17983 * process.c (wait_reading_process_output):
17984 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
17985
17986 * insdel.c (adjust_markers_gap_motion):
17987 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
17988 (gap_left, gap_right): Don't call it.
17989
17990 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
17991
17992 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
17993 incurred during fontification.
17994
17995 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
17996
17997 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
17998 (DEFVAR_PER_BUFFER): Don't pass it.
17999
18000 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
18001 (scrolling_window): Don't pass it.
18002
18003 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
18004
18005 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
18006
18007 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
18008 and `suffix'.
18009 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
18010 of variables specific to SELinux and computation of `encoded_absname'.
18011
18012 * image.c (XPutPixel): Remove unused variable `height'.
18013
18014 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
18015
18016 * unexw32.c (get_section_info): Remove unused variable `section'.
18017
18018 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
18019 (system_process_attributes): Remove unused variable `sess'.
18020 (sys_read): Remove unused variable `err'.
18021
18022 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
18023 (w32_wnd_proc): Remove unused variable `isdead'.
18024 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
18025 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
18026 (x_create_tip_frame): Remove unused variable `tem'.
18027
18028 * w32inevt.c (w32_console_read_socket):
18029 Remove unused variable `no_events'.
18030
18031 * w32term.c (x_draw_composite_glyph_string_foreground):
18032 Remove unused variable `width'.
18033
18034 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
18035
18036 * w32term.c (x_set_glyph_string_clipping):
18037 Don't pass uninitialized region to CombineRgn.
18038
18039 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
18040
18041 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
18042 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
18043 (Fx_close_connection): Remove unused variable `i'.
18044
18045 * w32font.c (w32font_draw): Return number of glyphs.
18046 (w32font_open_internal): Remove unused variable `i'.
18047 (w32font_driver): Add missing initializer.
18048
18049 * w32menu.c (utf8to16): Remove unused variable `utf16'.
18050 (fill_in_menu): Remove unused variable `items_added'.
18051
18052 * w32term.c (last_mouse_press_frame): Remove static global variable.
18053 (w32_clip_to_row): Remove unused variable `f'.
18054 (x_delete_terminal): Remove unused variable `i'.
18055
18056 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
18057 (NOTHING): Remove unused static global variable.
18058 (uniscribe_check_otf): Remove unused variable `table'.
18059 (uniscribe_font_driver): Add missing initializers.
18060
18061 2011-03-23 Julien Danjou <julien@danjou.info>
18062
18063 * term.c (Fsuspend_tty, Fresume_tty):
18064 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
18065 * window.c (temp_output_buffer_show):
18066 * insdel.c (signal_before_change):
18067 * frame.c (Fhandle_switch_frame):
18068 * fileio.c (Fdo_auto_save):
18069 * emacs.c (Fkill_emacs):
18070 * editfns.c (save_excursion_restore):
18071 * cmds.c (internal_self_insert):
18072 * callint.c (Fcall_interactively):
18073 * buffer.c (Fkill_all_local_variables):
18074 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
18075 Use Frun_hooks.
18076 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
18077 unconditionally since it does the check itself.
18078
18079 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
18080
18081 Fix more problems found by GCC 4.5.2's static checks.
18082
18083 * coding.c (encode_coding_raw_text): Avoid unnecessary test
18084 the first time through the loop, since we know p0 < p1 then.
18085 This also avoids a gcc -Wstrict-overflow warning.
18086
18087 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
18088 leading to a memory leak, possible in functions like
18089 load_charset_map_from_file that can allocate an unbounded number
18090 of objects (Bug#8318).
18091
18092 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
18093 that could (at least in theory) be that large.
18094
18095 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
18096 This is less likely to overflow, and avoids undefined behavior if
18097 overflow does occur. All callers changed. Use strtoul to scan
18098 for the unsigned long integer.
18099 (pint2hrstr): Simplify and tune code slightly.
18100 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
18101
18102 * scroll.c (do_scrolling): Work around GCC bug 48228.
18103 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
18104
18105 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
18106 This also avoids a warning with gcc -Wstrict-overflow.
18107 (validate_x_resource_name): Simplify count usage.
18108 This also avoids a warning with gcc -Wstrict-overflow.
18109
18110 * fileio.c (Fcopy_file): Report error if fchown or fchmod
18111 fail (Bug#8306).
18112
18113 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
18114
18115 * process.c (Fmake_network_process): Use socklen_t, not int,
18116 where POSIX says socklen_t is required in portable programs.
18117 This fixes a porting bug on hosts like 64-bit HP-UX, where
18118 socklen_t is wider than int (Bug#8277).
18119 (Fmake_network_process, server_accept_connection):
18120 (wait_reading_process_output, read_process_output):
18121 Likewise.
18122
18123 * process.c: Rename or move locals to avoid shadowing.
18124 (list_processes_1, Fmake_network_process):
18125 (read_process_output_error_handler, exec_sentinel_error_handler):
18126 Rename or move locals.
18127 (Fmake_network_process): Define label "retry_connect" only if needed.
18128 (Fnetwork_interface_info): Fix pointer signedness.
18129 (process_send_signal): Add cast to avoid pointer signedness problem.
18130 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
18131 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
18132
18133 Make tparam.h and terminfo.c consistent.
18134 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
18135 Include tparam.h instead, since it declares them.
18136 * cm.h (PC): Remove extern decl; tparam.h now does this.
18137 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
18138 * terminfo.c: Include tparam.h, to check interfaces.
18139 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
18140 (tparam): Adjust signature to match interface in tparam.h;
18141 this removes some undefined behavior. Check that outstring and len
18142 are zero, which they always are with Emacs.
18143 * tparam.h (PC, BC, UP): New extern decls.
18144
18145 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
18146 (xftfont_open): Rename locals to avoid shadowing.
18147
18148 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
18149 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
18150 (OTF_TAG_SYM): Omit macro if not needed.
18151 (ftfont_list): Remove unused local.
18152 (get_adstyle_property, ftfont_pattern_entity):
18153 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
18154 Rename locals to avoid shadowing.
18155
18156 * xfont.c (xfont_list_family): Mark var as initialized.
18157
18158 * xml.c (make_dom): Now static.
18159
18160 * composite.c (composition_compute_stop_pos): Rename local to
18161 avoid shadowing.
18162 (composition_reseat_it): Remove unused locals.
18163 (find_automatic_composition, composition_adjust_point): Likewise.
18164 (composition_update_it): Mark var as initialized.
18165 (find_automatic_composition): Mark vars as initialized,
18166 with a FIXME (Bug#8290).
18167
18168 character.h: Rename locals to avoid shadowing.
18169 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
18170 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
18171 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
18172 (BUF_DEC_POS): Be more systematic about renaming local temporaries
18173 to avoid shadowing.
18174
18175 * textprop.c (property_change_between_p): Remove; unused.
18176
18177 * intervals.c (interval_start_pos): Now static.
18178
18179 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
18180
18181 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
18182 Rename locals to avoid shadowing.
18183
18184 * sound.c (wav_play, au_play, Fplay_sound_internal):
18185 Fix pointer signedness.
18186 (alsa_choose_format): Remove unused local var.
18187 (wav_play): Initialize a variable to 0, to prevent undefined
18188 behavior (Bug#8278).
18189
18190 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
18191
18192 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
18193
18194 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
18195 clobbering (Bug#8298).
18196 * sysdep.c (sys_subshell): Likewise.
18197 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
18198
18199 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
18200 This should get cleaned up, so that child_setup has the
18201 same signature on all platforms.
18202
18203 * callproc.c (call_process_cleanup): Now static.
18204 (relocate_fd): Rename locals to avoid shadowing.
18205
18206 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
18207
18208 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
18209 not to be necessary, and produces flickering.
18210
18211 2011-03-20 Glenn Morris <rgm@gnu.org>
18212
18213 * config.in: Remove file.
18214
18215 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
18216
18217 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
18218 are now in src/globals.h.
18219 (syms_of_minibuf): Remove spurious & from previous change.
18220
18221 2011-03-20 Leo Liu <sdl.web@gmail.com>
18222
18223 * minibuf.c (completing-read-function): New variable.
18224 (completing-read-default): Rename from completing-read.
18225 (completing-read): Call completing-read-function.
18226
18227 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
18228
18229 * xfaces.c (Fx_load_color_file):
18230 Read color file from absolute filename (bug#8250).
18231
18232 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
18233
18234 * makefile.w32-in: Update dependencies.
18235
18236 2011-03-17 Eli Zaretskii <eliz@gnu.org>
18237
18238 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
18239
18240 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
18241
18242 Fix more problems found by GCC 4.5.2's static checks.
18243
18244 * process.c (make_serial_process_unwind, send_process_trap):
18245 (sigchld_handler): Now static.
18246
18247 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
18248 That way, the code declares only the vars that it needs.
18249 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
18250 * s/cygwin.h (PTY_ITERATION): Likewise.
18251 * s/darwin.h (PTY_ITERATION): Likewise.
18252 * s/gnu-linux.h (PTY_ITERATION): Likewise.
18253
18254 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
18255 * process.c (allocate_pty): Don't declare stb unless it's needed.
18256
18257 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
18258 (CONSTANTLIM): Remove; unused.
18259 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
18260 Define only if needed.
18261
18262 * unexelf.c (unexec): Name an expression,
18263 to avoid gcc -Wbad-function-cast warning.
18264 Use a different way to cause a compilation error if anyone uses
18265 n rather than nn, a way that does not involve shadowing.
18266 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
18267
18268 * deps.mk (unexalpha.o): Remove; unused.
18269
18270 New file unexec.h, the (simple) interface for unexec (Bug#8267).
18271 * unexec.h: New file.
18272 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
18273 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
18274 Depend on unexec.h.
18275 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
18276 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
18277 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
18278 Change as necessary to match prototype in unexec.h.
18279
18280 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
18281 shadowing.
18282 (back_comment, skip_chars): Mark vars as initialized.
18283
18284 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
18285 Rename locals to avoid shadowing.
18286
18287 * lread.c (read1): Rewrite so as not to use empty "else".
18288 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
18289
18290 * print.c (Fredirect_debugging_output): Fix pointer signedess.
18291
18292 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
18293 warning when compiling print.c.
18294
18295 * font.c (font_unparse_fcname): Abort in an "impossible" situation
18296 instead of using an uninitialized var.
18297 (font_sort_entities): Mark var as initialized.
18298
18299 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
18300
18301 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
18302 pointers to constants.
18303 (font_parse_fcname): Remove unused vars.
18304 (font_delete_unmatched): Now static.
18305 (font_get_spec): Remove; unused.
18306 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
18307 (font_update_drivers, Ffont_get_glyphs, font_add_log):
18308 Rename or move locals to avoid shadowing.
18309
18310 * fns.c (require_nesting_list, require_unwind): Now static.
18311 (Ffillarray): Rename locals to avoid shadowing.
18312
18313 * floatfns.c (domain_error2): Define only if needed.
18314 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
18315
18316 * alloc.c (mark_backtrace): Move decl from here ...
18317 * lisp.h: ... to here, so that it can be checked.
18318
18319 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
18320 (Fdefvar): Rewrite so as not to use empty "else".
18321 (lisp_indirect_variable): Name an expression,
18322 to avoid gcc -Wbad-function-cast warning.
18323 (Fdefvar): Rename locals to avoid shadowing.
18324
18325 * callint.c (quotify_arg, quotify_args): Now static.
18326 (Fcall_interactively): Rename locals to avoid shadowing.
18327 Use const pointer when appropriate.
18328
18329 * lisp.h (get_system_name, get_operating_system_release):
18330 Move decls here, to check interfaces.
18331 * process.c (get_operating_system_release): Move decl to lisp.h.
18332 * xrdb.c (get_system_name): Likewise.
18333 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
18334 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
18335 some of which prompt warnings from gcc -Wbad-function-cast.
18336 (Fformat_time_string, Fencode_time, Finsert_char):
18337 (Ftranslate_region_internal, Fformat):
18338 Rename or remove local vars to avoid shadowing.
18339 (Ftranslate_region_internal): Mark var as initialized.
18340
18341 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
18342 avoid shadowing.
18343
18344 * lisp.h (eassert): Check that the argument compiles, even if
18345 ENABLE_CHECKING is not defined.
18346
18347 * data.c (Findirect_variable): Name an expression, to avoid
18348 gcc -Wbad-function-cast warning.
18349 (default_value, arithcompare, arith_driver, arith_error): Now static.
18350 (store_symval_forwarding): Rename local to avoid shadowing.
18351 (Fmake_variable_buffer_local, Fmake_local_variable):
18352 Mark variables as initialized.
18353 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
18354
18355 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
18356 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
18357 Rename locals to avoid shadowing.
18358 (mark_stack): Move local variables into the #ifdef region where
18359 they're used.
18360 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
18361 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
18362 needed otherwise.
18363 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
18364 (GC_STRING_CHARS): Remove; not used.
18365 (Fmemory_limit): Cast sbrk's returned value to char *.
18366
18367 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
18368 avoids undefined behavior in theory.
18369
18370 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
18371
18372 Use functions, not macros, for up- and down-casing (Bug#8254).
18373 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
18374 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
18375 to use the following functions instead of these macros.
18376 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
18377 EMACS_INT, since callers assume the returned value fits in int.
18378 (upcase1): Likewise, for UPCASE_TABLE.
18379 (uppercasep, lowercasep, upcase): New static inline functions.
18380 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
18381 the race-condition problem in the old DOWNCASE.
18382
18383 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
18384 Rename locals to avoid shadowing.
18385 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
18386 (regex_compile, re_search_2, re_match_2_internal):
18387 Remove unused local vars.
18388 (FREE_VAR): Rewrite so as not to use empty "else",
18389 which gcc can warn about.
18390 (regex_compile, re_match_2_internal): Mark locals as initialized.
18391 (RETALLOC_IF): Define only if needed.
18392 (WORDCHAR_P): Likewise. This one is never needed, but is used
18393 only in a comment talking about a compiler bug, so put inside
18394 the #if 0 of that comment.
18395 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
18396 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
18397 Remove; unused.
18398
18399 * search.c (boyer_moore): Rename locals to avoid shadowing.
18400 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
18401 (PREV_CHAR_BOUNDARY): Likewise.
18402
18403 * search.c (simple_search): Remove unused var.
18404
18405 * dired.c (compile_pattern): Move decl from here ...
18406 * lisp.h: ... to here, so that it can be checked.
18407 (struct re_registers): New forward decl.
18408
18409 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
18410
18411 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
18412 All uses changed.
18413 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
18414 Rename locals to avoid shadowing.
18415 (Fvertical_motion): Mark locals as initialized.
18416
18417 * casefiddle.c (casify_object, casify_region): Now static.
18418 (casify_region): Mark local as initialized.
18419
18420 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
18421
18422 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
18423 New macros, so that the caller can use some names other than
18424 gcpro1, gcpro2, etc.
18425 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
18426 of the new macros.
18427 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
18428 argument, for consistency with GCPRO2_VAR, etc: it is now the
18429 prefix of the variable, not the variable itself. All uses
18430 changed.
18431 * dired.c (directory_files_internal, file_name_completion):
18432 Rename locals to avoid shadowing.
18433
18434 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
18435 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
18436 dired.c's scmp function, had undefined behavior.
18437 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
18438 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
18439 * buffer.h: ... to here, because these macros use current_buffer,
18440 and the new implementation with inline functions needs to have
18441 current_buffer in scope now, rather than later when the macros
18442 are used.
18443 (downcase, upcase1): New static inline functions.
18444 (DOWNCASE, UPCASE1): Reimplement using these functions.
18445 This avoids undefined behavior in expressions like
18446 DOWNCASE (x) == DOWNCASE (y), which previously suffered
18447 from race conditions in accessing the global variables
18448 case_temp1 and case_temp2.
18449 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
18450 * lisp.h (case_temp1, case_temp2): Remove their decls.
18451 * character.h (ASCII_CHAR_P): Move from here ...
18452 * lisp.h: ... to here, so that the inline functions mentioned
18453 above can use them.
18454
18455 * dired.c (directory_files_internal_unwind): Now static.
18456
18457 * fileio.c (file_name_as_directory, directory_file_name):
18458 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
18459 Now static.
18460 (file_name_as_directory): Use const pointers when appropriate.
18461 (Fexpand_file_name): Likewise. In particular, newdir might
18462 point at constant storage, so make it a const pointer.
18463 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
18464 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
18465 signedness issues.
18466 (Fset_file_times, Finsert_file_contents, auto_save_error):
18467 Rename locals to avoid shadowing.
18468
18469 * minibuf.c (choose_minibuf_frame_1): Now static.
18470 (Ftry_completion, Fall_completions): Rename or remove locals
18471 to avoid shadowing.
18472
18473 * marker.c (bytepos_to_charpos): Remove; unused.
18474
18475 * lisp.h (verify_bytepos, count_markers): New decls,
18476 so that gcc does not warn that these functions aren't declared.
18477
18478 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
18479 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
18480 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
18481 (copy_text): Remove unused local var.
18482
18483 * filelock.c (within_one_second): Now static.
18484 (lock_file_1): Rename local to avoid shadowing.
18485
18486 * buffer.c (fix_overlays_before): Mark locals as initialized.
18487 (fix_start_end_in_overlays): Likewise. This function should be
18488 simplified by using pointers-to-pointers, but that's a different
18489 matter.
18490 (switch_to_buffer_1): Now static.
18491 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
18492 (report_overlay_modification): Rename locals to avoid shadowing.
18493
18494 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
18495 Fix pointer signedness issue.
18496 (sys_subshell): Mark local as volatile if checking for lint,
18497 to suppress a gcc -Wclobbered warning that does not seem to be right.
18498 (MAXPATHLEN): Define only if needed.
18499
18500 * process.c (serial_open, serial_configure): Move decls from here ...
18501 * systty.h: ... to here, so that they can be checked.
18502
18503 * fns.c (get_random, seed_random): Move extern decls from here ...
18504 * lisp.h: ... to here, so that they can be checked.
18505
18506 * sysdep.c (reset_io): Now static.
18507 (wait_for_termination_signal): Remove; unused.
18508
18509 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
18510 (copy_keymap_item, append_key, push_text_char_description):
18511 Now static.
18512 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
18513 (DENSE_TABLE_SIZE): Remove; unused.
18514 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
18515 (describe_map_tree):
18516 Rename locals to avoid shadowing.
18517
18518 * keyboard.c: Declare functions static if they are not used elsewhere.
18519 (echo_char, echo_dash, cmd_error, top_level_2):
18520 (poll_for_input, handle_async_input): Now static.
18521 (read_char, kbd_buffer_get_event, make_lispy_position):
18522 (make_lispy_event, make_lispy_movement, apply_modifiers):
18523 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
18524 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
18525 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
18526 (read_key_sequence, read_char): Mark locals as initialized.
18527 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
18528
18529 * keyboard.h (make_ctrl_char): New decl.
18530 (mark_kboards): Move decl here ...
18531 * alloc.c (mark_kboards): ... from here.
18532
18533 * lisp.h (force_auto_save_soon): New decl.
18534
18535 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
18536 (DEFINE_DUMMY_FUNCTION): New macro.
18537 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
18538 Use it.
18539 (main): Add casts to avoid warnings
18540 if GCC considers string literals to be constants.
18541
18542 * lisp.h (fatal_error_signal): Add decl, since it's exported.
18543
18544 * dbusbind.c: Pointer signedness fixes.
18545 (xd_signature, xd_append_arg, xd_initialize):
18546 (Fdbus_call_method, Fdbus_call_method_asynchronously):
18547 (Fdbus_method_return_internal, Fdbus_method_error_internal):
18548 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
18549 (Fdbus_register_signal): Use SSDATA when the context wants char *.
18550
18551 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
18552 if GCC considers string literals to be constants.
18553 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
18554
18555 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18556
18557 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
18558 (print_preprocess, print_object): New macro to fix last change.
18559
18560 * print.c (print_preprocess): Don't forget font objects.
18561
18562 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
18563
18564 * emacs.c (USAGE3): Doc fixes.
18565
18566 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
18567
18568 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
18569 structure.
18570
18571 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
18572
18573 * lisp.h (VWindow_system, Qfile_name_history):
18574 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
18575 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
18576 (w32_system_caret_x, w32_system_caret_y): Declare extern.
18577
18578 * w32select.c: Don't #include "keyboard.h".
18579 (run_protected): Add extern declaration for waiting_for_input.
18580
18581 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
18582 * w32console.c (detect_input_pending, read_input_pending)
18583 (encode_terminal_code):
18584 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
18585 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
18586 (w32_system_caret_y, Qfile_name_history):
18587 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
18588 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
18589 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
18590 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
18591 * w32proc.c (Qlocal, report_file_error):
18592 * w32term.c (Vwindow_system, updating_frame):
18593 * w32uniscribe.c (initialized, uniscribe_font_driver):
18594 Remove unneeded extern declarations.
18595
18596 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
18597
18598 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
18599
18600 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
18601
18602 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
18603 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
18604 These macros can no longer be used for assignment.
18605
18606 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18607 Assign struct members directly, instead of using BUF_BEGV etc.
18608 (record_buffer_markers, fetch_buffer_markers): New functions for
18609 recording and fetching special buffer markers.
18610 (set_buffer_internal_1, set_buffer_temp): Use them.
18611
18612 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
18613
18614 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
18615
18616 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
18617 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
18618
18619 * xdisp.c (hscroll_window_tree):
18620 (reconsider_clip_changes): Use PT instead of BUF_PT.
18621
18622 2011-03-13 Eli Zaretskii <eliz@gnu.org>
18623
18624 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
18625 $(EMACS_ROOT)/lib/intprops.h.
18626
18627 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
18628
18629 Fix more problems found by GCC 4.5.2's static checks.
18630
18631 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
18632 to unsigned char * to avoid compiler diagnostic.
18633 (xg_free_frame_widgets): Make it clear that a local variable is
18634 needed only if USE_GTK_TOOLTIP.
18635 (gdk_window_get_screen): Make it clear that this macro is needed
18636 only if USE_GTK_TOOLTIP.
18637 (int_gtk_range_get_value): New function, which avoids a diagnostic
18638 from gcc -Wbad-function-cast.
18639 (xg_set_toolkit_scroll_bar_thumb): Use it.
18640 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
18641 diagnostic from gcc -Wbad-function-cast.
18642 (get_utf8_string, xg_get_file_with_chooser):
18643 Rename locals to avoid shadowing.
18644 (create_dialog): Move locals to avoid shadowing.
18645
18646 * xgselect.c (xg_select): Remove unused var.
18647
18648 * image.c (four_corners_best): Mark locals as initialized.
18649 (gif_load): Initialize transparent_p to zero (Bug#8238).
18650 Mark another local as initialized.
18651 (my_png_error, my_error_exit): Mark with NO_RETURN.
18652
18653 * image.c (clear_image_cache): Now static.
18654 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
18655 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
18656 (x_edge_detection): Remove unnecessary cast that
18657 gcc -Wbad-function-cast diagnoses.
18658 (gif_load): Fix pointer signedness.
18659 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
18660 (jpeg_load, gif_load): Rename locals to avoid shadowing.
18661
18662 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
18663
18664 Improve quality of tests for time stamp overflow.
18665 For example, without this patch (encode-time 0 0 0 1 1
18666 1152921504606846976) returns the obviously-bogus value (-948597
18667 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
18668 reports time overflow. See
18669 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
18670 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
18671 * editfns.c: Include limits.h and intprops.h.
18672 (TIME_T_MIN, TIME_T_MAX): New macros.
18673 (time_overflow): Move earlier, to before first use.
18674 (hi_time, lo_time): New functions, for an accurate test for
18675 out-of-range times.
18676 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
18677 (Fget_internal_run_time): Don't assume time_t fits in int.
18678 (make_time): Use list2 instead of Fcons twice.
18679 (Fdecode_time): More accurate test for out-of-range times.
18680 (check_tm_member): New function.
18681 (Fencode_time): Use it, to test for out-of-range times.
18682 (lisp_time_argument): Don't rely on undefined left-shift and
18683 right-shift behavior when checking for time stamp overflow.
18684
18685 * editfns.c (time_overflow): New function, refactoring common code.
18686 (Fformat_time_string, Fdecode_time, Fencode_time):
18687 (Fcurrent_time_string): Use it.
18688
18689 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
18690 * dired.c (make_time): Move to ...
18691 * editfns.c (make_time): ... here.
18692 * systime.h: Note the move.
18693
18694 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18695
18696 * fringe.c (update_window_fringes): Remove unused variables.
18697
18698 * unexmacosx.c (copy_data_segment): Also copy __got section.
18699 (Bug#8223)
18700
18701 2011-03-12 Eli Zaretskii <eliz@gnu.org>
18702
18703 * termcap.c [MSDOS]: Include "msdos.h".
18704 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
18705 Constify `char *' arguments and their references according to
18706 prototypes in tparam.h.
18707
18708 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
18709
18710 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
18711 Adapt all references accordingly.
18712
18713 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
18714
18715 2011-03-11 Tom Tromey <tromey@redhat.com>
18716
18717 * buffer.c (syms_of_buffer): Remove obsolete comment.
18718
18719 2011-03-11 Eli Zaretskii <eliz@gnu.org>
18720
18721 * termhooks.h (encode_terminal_code): Declare prototype.
18722
18723 * msdos.c (encode_terminal_code): Don't declare prototype.
18724
18725 * term.c (encode_terminal_code): Now external again, used by
18726 w32console.c and msdos.c.
18727
18728 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
18729 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
18730
18731 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
18732
18733 Fix some minor problems found by GCC 4.5.2's static checks.
18734
18735 * fringe.c (update_window_fringes): Mark locals as initialized
18736 (Bug#8227).
18737 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
18738
18739 * alloc.c (mark_fringe_data): Move decl from here ...
18740 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
18741 to check its interface.
18742 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
18743
18744 * fontset.c (free_realized_fontset): Now static.
18745 (Fset_fontset_font): Rename local to avoid shadowing.
18746 (fontset_font): Mark local as initialized.
18747 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
18748
18749 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
18750
18751 * xselect.c (x_disown_buffer_selections): Remove; not used.
18752 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
18753 (x_own_selection, Fx_disown_selection_internal): Rename locals
18754 to avoid shadowing.
18755 (x_handle_dnd_message): Remove local to avoid shadowing.
18756
18757 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
18758 so that the caller can use some name other than gcpro1.
18759 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
18760 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
18761 (Fx_backspace_delete_keys_p):
18762 Use them to avoid shadowing, and rename vars to avoid shadowing.
18763 (x_decode_color, x_set_name, x_window): Now static.
18764 (Fx_create_frame): Add braces to silence GCC warning.
18765 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
18766 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
18767 Remove unused locals.
18768 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
18769 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
18770 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
18771 macros.
18772
18773 * xterm.h (x_mouse_leave): New decl.
18774
18775 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
18776 Remove unused functions.
18777 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
18778 (x_calc_absolute_position): Now static.
18779 (XTread_socket): Don't define label "out" unless it's used.
18780 Don't declare local "event" unless it's used.
18781 (x_iconify_frame, x_free_frame_resources): Don't declare locals
18782 unless they are used.
18783 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
18784 (x_fatal_error_signal): Remove; not used.
18785 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
18786 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
18787 (x_error_catcher, x_connection_closed, x_error_handler):
18788 (x_error_quitter, xembed_send_message, x_iconify_frame):
18789 (my_log_handler): Rename locals to avoid shadowing.
18790 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
18791 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
18792
18793 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
18794 Rename or move locals to avoid shadowing.
18795 (tty_defined_color, merge_face_heights): Now static.
18796 (free_realized_faces_for_fontset): Remove; not used.
18797 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
18798 does not deduce is never used uninitialized.
18799 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
18800 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
18801
18802 * terminal.c (store_terminal_param): Now static.
18803
18804 * xmenu.c (menu_highlight_callback): Now static.
18805 (set_frame_menubar): Remove unused local.
18806 (xmenu_show): Rename parameter to avoid shadowing.
18807 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
18808 since they might point to immutable storage.
18809 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
18810 since it's unused otherwise.
18811
18812 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
18813 Add a FIXME, since the code still doesn't look right. (Bug#8215)
18814 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
18815 avoids a gcc -Wuninitialized diagnostic.
18816 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
18817 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
18818 does not deduce are never used uninitialized.
18819
18820 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
18821
18822 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
18823 * window.c (window_loop, size_window):
18824 (run_window_configuration_change_hook, enlarge_window): Likewise.
18825
18826 * window.c (display_buffer): Now static.
18827 (size_window): Mark variables that gcc -Wuninitialized
18828 does not deduce are never used uninitialized.
18829 * window.h (check_all_windows): New decl, to forestall
18830 gcc -Wmissing-prototypes diagnostic.
18831 * dispextern.h (bidi_dump_cached_states): Likewise.
18832
18833 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
18834 shadowing.
18835 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
18836 Include <limits.h>.
18837 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
18838 and to avoid gcc -Wuninitialized warning.
18839 (load_charset_map): Mark variables that gcc -Wuninitialized
18840 does not deduce are never used uninitialized.
18841 (load_charset): Abort instead of using uninitialized var (Bug#8229).
18842
18843 * coding.c (coding_set_source, coding_set_destination):
18844 Use "else { /* comment */ }" rather than "else /* comment */;"
18845 for clarity, and to avoid gcc -Wempty-body warning.
18846 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
18847 a block, when the outer 'i' will do.
18848 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
18849 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
18850 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
18851 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
18852 (Fdecode_sjis_char, Fdefine_coding_system_internal):
18853 Rename locals to avoid shadowing.
18854 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18855 * coding.c (emacs_mule_char, encode_invocation_designation):
18856 Now static, since they're not used elsewhere.
18857 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
18858 (decode_coding_object, encode_coding_object, detect_coding_system):
18859 (decode_coding_emacs_mule): Mark variables that gcc
18860 -Wuninitialized does not deduce are never used uninitialized.
18861 (detect_coding_iso_2022): Initialize a local variable that might
18862 be used uninitialized. Leave a FIXME because it's not clear that
18863 this initialization is needed. (Bug#8211)
18864 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
18865 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
18866 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
18867 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
18868 Remove unused macros.
18869
18870 * category.c (hash_get_category_set): Remove unused local var.
18871 (copy_category_table): Now static, since it's not used elsewhere.
18872 * character.c (string_count_byte8): Likewise.
18873
18874 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
18875 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
18876
18877 * chartab.c (copy_sub_char_table): Now static, since it's not used
18878 elsewhere.
18879 (sub_char_table_ref_and_range, char_table_ref_and_range):
18880 Rename locals to avoid shadowing.
18881 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
18882
18883 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
18884 (BIDI_BOB): Remove unused macro.
18885
18886 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
18887 deduce are never used uninitialized.
18888 * term.c (encode_terminal_code): Likewise.
18889
18890 * term.c (encode_terminal_code): Now static. Remove unused local.
18891
18892 * tparam.h: New file.
18893 * term.c, tparam.h: Include it.
18894 * deps.mk (term.o, tparam.o): Depend on tparam.h.
18895 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
18896 Move these decls to tparam.h, and make them agree with what
18897 is actually in tparam.c. The previous trick of using incompatible
18898 decls in different modules does not conform to the C standard.
18899 All callers of tparam changed to use tparam's actual API.
18900 * tparam.c (tparam1, tparam, tgoto):
18901 Use const pointers where appropriate.
18902
18903 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
18904 * cm.h (struct cm): Likewise.
18905 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
18906 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
18907 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
18908 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
18909 (turn_on_face, init_tty): Likewise.
18910 * termchar.h (struct tty_display_info): Likewise.
18911
18912 * term.c (term_mouse_position): Rename local to avoid shadowing.
18913
18914 * alloc.c (mark_ttys): Move decl from here ...
18915 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
18916
18917 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
18918
18919 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
18920
18921 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
18922
18923 * search.c (compile_pattern_1): Remove argument regp, unused since
18924 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
18925 (compile_pattern): Don't pass it.
18926
18927 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
18928
18929 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
18930 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
18931 for ! HAVE_GTK3.
18932 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
18933
18934 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
18935
18936 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
18937 gdk_window_get_screen, gdk_window_get_geometry,
18938 gdk_x11_window_lookup_for_display and GDK_KEY_g.
18939 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
18940 (xg_get_pixbuf_from_pixmap): New function.
18941 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
18942 to Pixmap, take frame as parameter, remove GdkColormap parameter.
18943 Call xg_get_pixbuf_from_pixmap instead of
18944 gdk_pixbuf_get_from_drawable.
18945 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
18946 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
18947 (xg_check_special_colors): Use GtkStyleContext and its functions
18948 for HAVE_GTK3.
18949 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
18950 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
18951 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
18952 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
18953 Call gtk_widget_get_preferred_size.
18954 (xg_frame_resized): gdk_window_get_geometry only takes 5
18955 parameters.
18956 (xg_win_to_widget, xg_event_is_for_menubar):
18957 Call gdk_x11_window_lookup_for_display.
18958 (xg_set_widget_bg): New function.
18959 (delete_cb): New function.
18960 (xg_create_frame_widgets): Connect delete-event to delete_cb.
18961 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
18962 (xg_set_background_color): Call xg_set_widget_bg.
18963 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
18964 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
18965 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
18966 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
18967 if ! HAVE_GTK3.
18968 (update_frame_tool_bar): Call gtk_widget_hide.
18969 (xg_initialize): Use GDK_KEY_g.
18970
18971 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
18972 if ! HAVE_GTK3
18973 (x_session_initialize): Call gdk_x11_set_sm_client_id.
18974
18975 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
18976 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
18977 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
18978
18979 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
18980
18981 * w32xfns.c (select_palette): Check success of RealizePalette against
18982 GDI_ERROR, not zero.
18983
18984 See ChangeLog.11 for earlier changes.
18985
18986 ;; Local Variables:
18987 ;; coding: utf-8
18988 ;; End:
18989
18990 Copyright (C) 2011-2012 Free Software Foundation, Inc.
18991
18992 This file is part of GNU Emacs.
18993
18994 GNU Emacs is free software: you can redistribute it and/or modify
18995 it under the terms of the GNU General Public License as published by
18996 the Free Software Foundation, either version 3 of the License, or
18997 (at your option) any later version.
18998
18999 GNU Emacs is distributed in the hope that it will be useful,
19000 but WITHOUT ANY WARRANTY; without even the implied warranty of
19001 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19002 GNU General Public License for more details.
19003
19004 You should have received a copy of the GNU General Public License
19005 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.