* xdisp.c (with_echo_area_buffer_unwind_data): Save window
[bpt/emacs.git] / src / ChangeLog
1 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xdisp.c (with_echo_area_buffer_unwind_data): Save window
4 start marker...
5 (unwind_with_echo_area_buffer): ...to restore it here. This
6 is needed to ensure that...
7 (redisplay_window): ...both window markers are valid here,
8 which is verified by eassert.
9 * editfns.c (save_excursion_save): Do not assume that
10 selected_window always displays the buffer.
11
12 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * casetab.c (init_casetab_once): Don't abuse the ascii eqv table for
15 the upcase table.
16
17 2013-03-27 rzl24ozi <rzl24ozi@gmail.com> (tiny changes)
18
19 * image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function.
20
21 2013-03-27 Eli Zaretskii <eliz@gnu.org>
22
23 * w32proc.c (IsValidLocale) [__GNUC__]: Don't declare prototype,
24 since MinGW's w32api headers do. This avoids compiler warnings.
25
26 * w32.c (FSCTL_GET_REPARSE_POINT) [_MSC_VER || _W64]: Don't define
27 if already defined.
28
29 2013-03-26 Eli Zaretskii <eliz@gnu.org>
30
31 * w32.c (_REPARSE_DATA_BUFFER): Condition by _MSVC and _W64.
32
33 2013-03-26 Jan Djärv <jan.h.d@swipnet.se>
34
35 * gtkutil.c (style_changed_cb): Check if frame is live and an
36 X frame (Bug#14038).
37
38 2013-03-26 Eli Zaretskii <eliz@gnu.org>
39
40 * w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]:
41 Define only for _WIN32_WINNT less than 0x0500.
42 (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT) [!_W64]: Don't define for
43 MinGW64.
44 Move inclusion of time.h before sys/time.h, so that MinGW64 could
45 see its own definitions of 'struct timeval' and 'struct timezone'.
46
47 Fix incompatibilities between MinGW.org and MinGW64 headers.
48 * w32term.c (WCRANGE, GLYPHSET): Don't define if _W64 is defined.
49
50 * w32.c (REPARSE_DATA_BUFFER): Guard with
51 MAXIMUM_REPARSE_DATA_BUFFER_SIZE being defined.
52
53 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
54
55 * xterm.c: Include X11/XKBlib.h
56 (XTring_bell): Use XkbBell if HAVE_XKB (Bug#14041).
57
58 2013-03-24 Andreas Schwab <schwab@linux-m68k.org>
59
60 * alloc.c (xpalloc, Fgarbage_collect): Reorder conditions that are
61 written backwards.
62 * blockinput.h (input_blocked_p): Likewise.
63 * bytecode.c (exec_byte_code): Likewise.
64 * callproc.c (call_process_kill, call_process_cleanup)
65 (Fcall_process): Likewise.
66 * ccl.c (ccl_driver, resolve_symbol_ccl_program)
67 (Fccl_execute_on_string): Likewise.
68 * character.c (string_escape_byte8): Likewise.
69 * charset.c (read_hex): Likewise.
70 * cm.c (calccost): Likewise.
71 * data.c (cons_to_unsigned): Likewise.
72 * dired.c (directory_files_internal, file_name_completion):
73 Likewise.
74 * dispnew.c (scrolling_window, update_frame_1, Fsleep_for)
75 (sit_for): Likewise.
76 * doc.c (Fsubstitute_command_keys): Likewise.
77 * doprnt.c (doprnt): Likewise.
78 * editfns.c (hi_time, decode_time_components, Fformat): Likewise.
79 * emacsgtkfixed.c: Likewise.
80 * fileio.c (file_offset, Fwrite_region): Likewise.
81 * floatfns.c (Fexpt, fmod_float): Likewise.
82 * fns.c (larger_vector, make_hash_table, Fmake_hash_table):
83 Likewise.
84 * font.c (font_intern_prop): Likewise.
85 * frame.c (x_set_alpha): Likewise.
86 * gtkutil.c (get_utf8_string): Likewise.
87 * indent.c (check_display_width): Likewise.
88 * intervals.c (create_root_interval, rotate_right, rotate_left)
89 (split_interval_right, split_interval_left)
90 (adjust_intervals_for_insertion, delete_node)
91 (interval_deletion_adjustment, adjust_intervals_for_deletion)
92 (merge_interval_right, merge_interval_left, copy_intervals)
93 (set_intervals_multibyte_1): Likewise.
94 * keyboard.c (gobble_input, append_tool_bar_item): Likewise.
95 * keymap.c (Fkey_description): Likewise.
96 * lisp.h (FIXNUM_OVERFLOW_P, vcopy): Likewise.
97 * lread.c (openp, read_integer, read1, string_to_number):
98 Likewise.
99 * menu.c (ensure_menu_items): Likewise.
100 * minibuf.c (read_minibuf_noninteractive): Likewise.
101 * print.c (printchar, strout): Likewise.
102 * process.c (create_process, Faccept_process_output)
103 (wait_reading_process_output, read_process_output, send_process)
104 (wait_reading_process_output): Likewise.
105 * profiler.c (make_log, handle_profiler_signal): Likewise.
106 * regex.c (re_exec): Likewise.
107 * regex.h: Likewise.
108 * search.c (looking_at_1, Freplace_match): Likewise.
109 * sysdep.c (get_child_status, procfs_ttyname)
110 (procfs_get_total_memory): Likewise.
111 * systime.h (EMACS_TIME_VALID_P): Likewise.
112 * term.c (dissociate_if_controlling_tty): Likewise.
113 * window.c (get_phys_cursor_glyph): Likewise.
114 * xdisp.c (init_iterator, redisplay_internal, redisplay_window)
115 (try_window_reusing_current_matrix, try_window_id, pint2hrstr):
116 Likewise.
117 * xfns.c (Fx_window_property): Likewise.
118 * xmenu.c (set_frame_menubar): Likewise.
119 * xselect.c (x_get_window_property, x_handle_dnd_message):
120 Likewise.
121 * xsmfns.c (smc_save_yourself_CB): Likewise.
122 * xterm.c (x_scroll_bar_set_handle): Likewise.
123
124 2013-03-24 Dmitry Antipov <dmantipov@yandex.ru>
125
126 * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument
127 to be optional or nil. Adjust comment and convert it to docstring.
128 * xselect.c (Fx_send_client_event): Rename to Fx_send_client_message.
129 * frame.c (display_x_get_resource, Fx_get_resource): Break long line.
130
131 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
132
133 Static checking by GCC 4.8-20130319.
134 * image.c (gif_load): Assume pass < 3 to pacify GCC.
135 * process.c (Fset_process_datagram_address)
136 (Fmake_network_process): Check get_lisp_to_sockaddr_size return value.
137 * xdisp.c (get_char_face_and_encoding):
138 (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized.
139 (get_glyph_face_and_encoding): Prepare face before possibly using it.
140 (get_per_char_metric): Don't use CHAR2B if it might not be initialized.
141
142 2013-03-24 Ken Brown <kbrown@cornell.edu>
143
144 * w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro to
145 fix compilation on 64-bit Cygwin, where underscores are not
146 automatically prepended.
147
148 * w32term.c (w32_initialize): Silence compiler warning.
149
150 2013-03-23 Eli Zaretskii <eliz@gnu.org>
151
152 * w32term.c (w32fullscreen_hook): Use FRAME_NORMAL_WIDTH,
153 FRAME_NORMAL_HEIGHT, and FRAME_PREV_FSMODE, instead of static
154 variables, to save and restore frame dimensions. Use
155 FRAME_NORMAL_LEFT and FRAME_NORMAL_TOP to restore frame position
156 after returning from a 'fullscreen' configuration. use
157 SendMessage instead of PostMessage to send the SC_RESTORE message,
158 to avoid races between the main thread and the input thread.
159
160 * w32term.h (struct w32_output): New members normal_width,
161 normal_height, normal_top, normal_left, and prev_fsmode.
162 (FRAME_NORMAL_WIDTH, FRAME_NORMAL_HEIGHT, FRAME_NORMAL_TOP)
163 (FRAME_NORMAL_LEFT, FRAME_PREV_FSMODE): New macros to access these
164 members of a frame.
165
166 * w32term.c (w32fullscreen_hook): Record last value of the frame's
167 'fullscreen' parameter. Always record previous width and height
168 of the frame, except when switching out of maximized modes, so
169 that they could be restored correctly, instead of resetting to the
170 default frame dimensions. Send SC_RESTORE command to the frame,
171 unless we are going to send SC_MAXIMIZE, to restore the frame
172 resize hints in the mouse pointer shown by the window manager.
173 (Bug#14032)
174
175 * frame.c (get_frame_param): Now extern for WINDOWSNT as well.
176
177 * lisp.h (get_frame_param): Adjust conditions for prototype
178 declaration.
179
180 2013-03-22 Ken Brown <kbrown@cornell.edu>
181
182 * unexcw.c: Drop unneeded inclusion of w32common.h.
183 (report_sheap_usage): Declare.
184 (read_exe_header): Add magic numbers for x86_64.
185 (fixup_executable): Fix printf format specifier for unsigned long
186 argument.
187
188 2013-03-22 Dmitry Antipov <dmantipov@yandex.ru>
189
190 * frame.h (struct frame): Put menu_bar_window under #ifdef
191 because this member is not needed when X toolkit is in use.
192 (fset_menu_bar_window):
193 * dispnew.c (clear_current_matrices, clear_desired_matrices)
194 (free_glyphs, update_frame):
195 * xdisp.c (expose_frame): Likewise.
196 (display_menu_bar): Likewise. Remove redundant eassert.
197 * window.h (WINDOW_MENU_BAR_P): Always define to 0 if X
198 toolkit is in use.
199
200 2013-03-21 Paul Eggert <eggert@cs.ucla.edu>
201
202 Use functions and constants to manipulate Lisp_Save_Value objects.
203 This replaces code that used macros and strings and token-pasting.
204 The change makes the C source a bit easier to follow,
205 and shrinks the Emacs executable a bit.
206 * alloc.c: Verify some properties of Lisp_Save_Value's representation.
207 (make_save_value): Change 1st arg from string to enum. All callers
208 changed.
209 (INTX): Remove.
210 (mark_object): Use if, not #if, for GC_MARK_STACK.
211 * lisp.h (SAVE_VALUEP, XSAVE_VALUE, XSAVE_POINTER, XSAVE_INTEGER)
212 (XSAVE_OBJECT): Now functions, not macros.
213 (STRING_BYTES_BOUND): Now just a macro, not a constant too;
214 the constant was never used.
215 (SAVE_SLOT_BITS, SAVE_VALUE_SLOTS, SAVE_TYPE_BITS, SAVE_TYPE_INT_INT)
216 (SAVE_TYPE_INT_INT_INT, SAVE_TYPE_OBJ_OBJ, SAVE_TYPE_OBJ_OBJ_OBJ)
217 (SAVE_TYPE_OBJ_OBJ_OBJ_OBJ, SAVE_TYPE_PTR_INT, SAVE_TYPE_PTR_OBJ)
218 (SAVE_TYPE_PTR_PTR, SAVE_TYPE_PTR_PTR_OBJ, SAVE_TYPE_MEMORY):
219 New constants.
220 (struct Lisp_Save_Value): Replace members area, type0, type1, type2,
221 type3 with a single member save_type. All uses changed.
222 (save_type, set_save_pointer, set_save_integer): New functions.
223 * print.c (PRINTX): Remove.
224
225 * alloc.c: Remove redundant static declarations.
226
227 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
228
229 * window.h (struct window): Convert left_col, top_line, total_lines
230 and total_cols from Lisp_Objects to integers. Adjust comments.
231 (wset_left_col, wset_top_line, wset_total_cols, wset_total_lines):
232 Remove.
233 (WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL)
234 (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
235 * dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c:
236 Adjust users where appropriate.
237
238 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
239
240 * frame.h (struct frame): Drop resx and resy because the same data is
241 available from window system-specific output context. Adjust users.
242 (default_pixels_per_inch_x, default_pixels_per_inch_y): New
243 functions to provide defaults when no window system available.
244 (FRAME_RES_X, FRAME_RES_Y): New macros.
245 (NUMVAL): Moved from xdisp.c.
246 * font.c (font_pixel_size, font_find_for_lface, font_open_for_lface)
247 (Ffont_face_attributes, Fopen_font):
248 * image.c (gs_load):
249 * w32font.c (fill_in_logfont):
250 * xdisp.c (calc_pixel_width_or_height):
251 * xfaces.c (Fx_family_fonts, set_lface_from_font): Use them.
252 * xsettings.c (apply_xft_settings): Drop frame loop and adjust comment.
253
254 2013-03-20 Kenichi Handa <handa@gnu.org>
255
256 * coding.c (syms_of_coding): Initialize disable_ascii_optimization
257 to 1 (temporary workaround until a bug related to ASCII
258 optimization is fixed).
259
260 2013-03-19 Dmitry Antipov <dmantipov@yandex.ru>
261
262 * window.c (Fwindow_combination_limit, Fset_window_combination_limit):
263 Signal error if window is not internal. Adjust docstring.
264 (delete_all_child_windows): Use combination_limit to save the buffer.
265 (Fset_window_configuration): Adjust accordingly.
266 * print.c (syms_of_print): Initialize debugging output not here...
267 (init_print_once): ...but in a new function here.
268 * lisp.h (init_print_once): Add prototype.
269 * emacs.c (main): Add call to init_print_once. Adjust comments.
270
271 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru>
272
273 * window.c (window_resize_check, window_resize_apply)
274 (window_from_coordinates, recombine_windows, set_window_buffer)
275 (make_parent_window, Fwindow_resize_apply, resize_frame_windows)
276 (Fsplit_window_internal, Fdelete_window_internal)
277 (freeze_window_starts): Use bool for booleans.
278 * window.h (window_frame_coordinates, resize_frame_windows)
279 (freeze_window_starts, set_window_buffer): Adjust prototypes.
280
281 2013-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * dispnew.c (bitch_at_user): Use `user-error'.
284
285 2013-03-17 Ken Brown <kbrown@cornell.edu>
286
287 * dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it
288 as return type of image_background. (Bug#13981)
289 * image.c (RGB_PIXEL_COLOR): Move to dispextern.h.
290
291 2013-03-16 Jan Djärv <jan.h.d@swipnet.se>
292
293 * nsterm.m (updateFrameSize:): Change resize increments if needed.
294 (ns_select): Don't return with result uninitialized.
295
296 * nsterm.h (EmacsSavePanel, EmacsOpenPanel): Add getFilename
297 and getDirectory.
298
299 * nsfns.m (ns_filename_from_panel, ns_directory_from_panel):
300 New functions.
301 (Fns_read_file_name): ret is BOOL. If ! dir_only_p, don't choose
302 directories. If filename is nil, get directory name (Bug#13932).
303 Use getFilename and getDirectory.
304 (getFilename, getDirectory): New methods for EmacsSavePanel and
305 EmacsOpenPanel.
306 (ok:): In EmacsOpenPanel, if we can't choose directories, just return.
307
308 2013-03-15 Paul Eggert <eggert@cs.ucla.edu>
309
310 * coding.c (decode_coding_gap): Fix typo caught by static checking.
311
312 2013-03-15 handa <handa@gnu.org>
313
314 * insdel.c (insert_from_gap): New arg text_at_gap_tail.
315 (adjust_after_replace): Make it back to static. Delete the third
316 arg text_at_gap_tail. Cancel the code for handling it.
317
318 * coding.h (struct coding_system): New member eol_seen.
319
320 * coding.c (detect_ascii): New function.
321 (detect_coding): Set coding->head_ascii and coding->eol_seen only
322 when the source bytes are actually scanned. On detecting for
323 coding_category_utf_8_auto, call detect_ascii instead of scanning
324 source bytes directly.
325 (produce_chars): Call insert_from_gap with the new arg 0.
326 (encode_coding): Likewise.
327 (decode_coding_gap): Control ASCII optimization by the variable
328 disable_ascii_optimization instead of #ifndef .. #endif.
329 Deccode EOL format according to coding->eol_seen.
330 (syms_of_coding): Declare disable-ascii-optimization as a Lisp
331 variable.
332
333 * lisp.h (adjust_after_replace): Cancel externing it.
334 (insert_from_gap): Adjust prototype.
335
336 2013-03-15 Eli Zaretskii <eliz@gnu.org>
337
338 * w32term.c (w32fullscreen_hook): Swap FULLSCREEN_BOTH and
339 FULLSCREEN_MAXIMIZED. (Bug#13935)
340
341 2013-03-15 Dmitry Antipov <dmantipov@yandex.ru>
342
343 * region-cache.c (find_cache_boundary, move_cache_gap)
344 (insert_cache_boundary, delete_cache_boundaries, set_cache_region):
345 Simplify debugging check and convert to eassert. Adjust comment.
346 (pp_cache): Put under ENABLE_CHECKING.
347
348 2013-03-14 Eli Zaretskii <eliz@gnu.org>
349
350 * w32term.c (w32_read_socket) <WM_WINDOWPOSCHANGED>: Remove old
351 and incorrect code. Treat WM_WINDOWPOSCHANGED like WM_ACTIVATE
352 and WM_ACTIVATEAPP.
353 (w32fullscreen_hook): If the frame is visible, reset
354 f->want_fullscreen flag after changing the frame size. If the
355 frame is not visible, set f->want_fullscreen to FULLSCREEN_WAIT.
356 (Bug#13953)
357
358 2013-03-13 Daniel Colascione <dancol@dancol.org>
359
360 * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds
361 too so that these builds can use Cygwin's file conversion
362 functions. (We've been building and linking cygw32.o all along
363 and just not using it.)
364
365 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
366
367 File synchronization fixes (Bug#13944).
368 * Makefile.in (LIB_FDATASYNC): New macro.
369 (LIBES): Use it.
370 * conf_post.h (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
371 * fileio.c (Fwrite_region, write_region_inhibit_fsync):
372 Don't worry about HAVE_FSYNC, since a substitute fsync is
373 available if the system lacks one.
374 (Fwrite_regin): Retry fsync if interrupted.
375
376 2013-03-13 Eli Zaretskii <eliz@gnu.org>
377
378 * w32term.c (w32_read_socket): If the Emacs frame is being
379 activated, call w32fullscreen_hook, to make sure the new frame
380 dimensions are in effect. (Bug#13937)
381
382 2013-03-13 Dmitry Antipov <dmantipov@yandex.ru>
383
384 * xdisp.c (init_iterator): Simplify because both character and byte
385 positions are either specified or -1. Add eassert. Adjust comment.
386 * window.c (Fscroll_other_window): Use SET_PT_BOTH because both
387 character and byte positions can be obtained from marker.
388
389 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
390
391 Static checking by Sun C 5.12.
392 * alloc.c (buffer_memory_full) [REL_ALLOC]:
393 * bytecode.c (exec_byte_code):
394 * dispnew.c (init_display):
395 * eval.c (error):
396 * fileio.c (Fsubstitute_in_file_name):
397 * keyboard.c (Fevent_convert_list):
398 * keymap.c (Fsingle_key_description):
399 * term.c (maybe_fatal, fatal):
400 * xfns.c (Fx_display_backing_store, Fx_display_visual_class):
401 * xsmfns.c (Fhandle_save_session):
402 Omit unreachable code.
403 * keymap.c (map_keymap_char_table_item): Cast void * to
404 a function pointer type; the C Standard requires this.
405
406 * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.
407 Include <sys/param.h> unconditionally, as that works elsewhere and
408 is simpler here. Include <sys/sysctl.h> if DARWIN_OS ||
409 __FreeBSD__, not if BSD_SYSTEM, since it's needed only for Darwin
410 and FreeBSD now.
411
412 2013-03-11 Paul Eggert <eggert@cs.ucla.edu>
413
414 * insdel.c (adjust_after_replace): Use bool for boolean.
415
416 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * keyboard.c: Move keyboard decoding to read_key_sequence.
419 (decode_keyboard_code): Remove.
420 (tty_read_avail_input): Don't try to decode input.
421 (read_decoded_char): New function.
422 (read_key_sequence): Use it.
423
424 2013-03-10 Daniel Colascione <dancol@dancol.org>
425
426 * w32term.h (GUISTR, GUI_ENCODE_FILE, GUI_ENCODE_SYSTEM, GUI_FN)
427 (GUI_SDATA, guichar_t): Macros to abstract out differences between
428 NTGUI_UNICODE and !NTGUI_UNICODE builds, some moved out of
429 w32fns.c.
430
431 * w32term.c (construct_drag_n_drop): Use the above macros to make
432 drag-and-drop work for non-ASCII filenames in cygw32 builds.
433
434 * w32fns.c (x_set_name, x_set_title): Use the above macros to
435 properly display non-ASCII frame titles in cygw32 builds.
436
437 * w32fns.c (Fw32_shell_execute): Use the above macros to properly
438 call ShellExecute in cygw32 builds.
439
440 * w32fn.c (Fx_file_dialog): Use the above macros to simplify the
441 common file dialog code.
442
443 * w32fns.c (Ffile_system_info): Remove from cygw32 builds, which
444 can just use du like other systems.
445
446 * coding.c (from_unicode_buffer): Declare.
447 * coding.c (from_unicode_buffer): Implement.
448
449 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * lread.c: Minor cleanup.
452 (FROM_FILE_P): New macro.
453 (skip_dyn_bytes, unreadchar, read1): Use it.
454 (read_list): Consolidate duplicated code.
455
456 * bytecode.c (struct byte_stack): Remove `constants' when unused.
457
458 2013-03-10 Eli Zaretskii <eliz@gnu.org>
459
460 * xdisp.c (display_tool_bar_line, redisplay_tool_bar)
461 (redisplay_internal, set_cursor_from_row, try_window)
462 (try_window_id, dump_glyph_row, extend_face_to_end_of_line)
463 (display_line, notice_overwritten_cursor)
464 (mouse_face_from_buffer_pos, note_mouse_highlight):
465 Use MATRIX_ROW_DISPLAYS_TEXT_P.
466 (note_mouse_highlight): Use MATRIX_ROW_GLYPH_START.
467 (mouse_face_from_string_pos, fast_find_string_pos):
468 Use MATRIX_ROW_VPOS.
469
470 * xfns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
471
472 * w32fns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
473
474 * xdisp.c (try_cursor_movement): Use MATRIX_ROW and
475 MATRIX_MODE_LINE_ROW.
476
477 * dispnew.c (update_window): Use MATRIX_ROW and MATRIX_MODE_LINE_ROW.
478
479 2013-03-10 handa <handa@gnu.org>
480
481 * lisp.h (adjust_after_replace): Extern it.
482
483 * coding.c (detect_coding): Cound the heading ASCII bytes in the
484 case of detection for coding_category_utf_8_auto.
485 (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]:
486 Skip decoding if all bytes are ASCII.
487
488 * insdel.c (adjust_after_replace): Make it public. New arg
489 text_at_gap_tail.
490 (adjust_after_insert): Call adjust_after_replace with the new arg
491 value 0.
492
493 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * keyboard.h (EVENT_START, EVENT_END, POSN_WINDOW, POSN_POSN)
496 (POSN_WINDOW_POSN, POSN_TIMESTAMP): Be careful since events may come
497 from Elisp via unread-command-events.
498
499 * keyboard.c (access_keymap_keyremap): Accept nil return value from
500 functions to mean "no change".
501
502 2013-03-08 Paul Eggert <eggert@cs.ucla.edu>
503
504 region-cache.c, scroll.c, search.c: Use bool for booleans.
505 * lisp.h (compile_pattern):
506 * scroll.c (do_scrolling, do_direct_scrolling):
507 * search.c (struct regexp_cache, compile_pattern_1)
508 (compile_pattern, string_match_1, search_command)
509 (trivial_regexp_p, search_buffer, Freplace_match, match_limit)
510 (search_regs_saved, Fregexp_quote):
511 Use bool for boolean.
512 * region-cache.c (region_cache_forward, region_cache_backward):
513 Fix comments to match code: these functions return int, not boolean.
514
515 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru>
516
517 * search.c (find_newline): Accept start and end byte positions
518 as arguments and allow -1 if not known.
519 (find_newline_no_quit): Likewise for start position.
520 * lisp.h (find_newline, find_newline_no_quit): Adjust prototype.
521 * bidi.c (bidi_find_paragraph_start): Pass byte position to
522 find_newline_no_quit, thus eliminating CHAR_TO_BYTE.
523 * editfns.c (Fconstrain_to_field): Break long line.
524 Adjust call to find_newline.
525 * indent.c (vmotion): Adjust calls to find_newline_no_quit.
526 Use DEC_BOTH to start next search from the previous buffer
527 position, where appropriate.
528 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start)
529 (get_visually_first_element, move_it_vertically_backward): Likewise.
530 Obtain byte position from the display iterator, where appropriate.
531
532 2013-03-08 Paul Eggert <eggert@cs.ucla.edu>
533
534 print.c, process.c: Use bool for booleans.
535 * lisp.h (wait_reading_process_output):
536 * print.c (print_output_debug_flag, PRINTDECLARE, printchar)
537 (strout, debug_output_compilation_hack, float_to_string, print)
538 (print_object):
539 * process.c (kbd_is_on_hold, inhibit_sentinels, process_output_skip)
540 (decode_status, status_message, create_process, create_pty)
541 (Fmake_network_process, Fnetwork_interface_info)
542 (wait_reading_process_output, read_process_output)
543 (write_queue_push, write_queue_pop, process_send_signal)
544 (handle_child_signal, keyboard_bit_set, kbd_on_hold_p):
545 * process.h (struct Lisp_Process, inhibit_sentinels, kbd_on_hold_p):
546 Use bool for booleans.
547 * process.c (Fnetwork_interface_list): Remove unused local.
548 (connect_counter): Now EMACS_INT, not int.
549
550 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru>
551
552 * bidi.c (bidi_fetch_char): Swap first and second arguments
553 to match other functions accepting character and byte positions.
554 Adjust comment.
555 (bidi_resolve_explicit_1, bidi_level_of_next_char): Adjust users.
556 (bidi_paragraph_init): Likewise. Use DEC_BOTH which is faster
557 when you need just to move to the previous buffer position.
558 * xdisp.c (Fcurrent_bidi_paragraph_direction): Use DEC_BOTH.
559
560 2013-03-07 Eli Zaretskii <eliz@gnu.org>
561
562 * .gdbinit (prowlims): Display the enabled_p flag of the row.
563
564 2013-03-07 Dmitry Antipov <dmantipov@yandex.ru>
565
566 Avoid character to byte conversions in motion subroutines.
567 * indent.h (compute_motion, vmotion): Add byte position argument.
568 * indent.c (compute_motion): Use it and avoid CHAR_TO_BYTE.
569 Add eassert.
570 (Fcompute_motion): Break long line. Adjust call to compute_motion.
571 Use list5 for return value.
572 (vmotion): Use byte position argument and avoid call to CHAR_TO_BYTE.
573 Adjust comments, style and calls to compute_motion.
574 (Fvertical_motion): Adjust call to vmotion.
575 * window.c (Fdelete_other_windows_internal): Record window start
576 byte position and adjust call to vmotion.
577 (window_scroll_line_based): Likewise with call to compute_motion.
578 Use SET_PT_BOTH.
579 (Frecenter): Adjust calls to vmotion.
580
581 2013-03-07 Dmitry Antipov <dmantipov@yandex.ru>
582
583 * lisp.h (list2i, list3i): New functions.
584 (list4i): Move from window.c and make LISP_INLINE.
585 * editfns.c (make_lisp_time):
586 * fns.c (Flocale_info):
587 * keyboard.c (parse_modifiers):
588 * xterm.c (x_ewmh_activate_frame): Use list2i.
589 * instel.c (signal_after_change):
590 * nsfns.m (Fx_server_version, Fxw_color_values):
591 * w32fns.c (Fxw_color_values, Fx_server_version):
592 * xfns.c (Fxw_color_values, Fx_server_version): Use list3i.
593 * fileio.c (Fvisited_file_modtime):
594 * nsfns.m (Fns_display_usable_bounds):
595 * w32.c (ltime): Use list4i.
596
597 2013-03-06 Eli Zaretskii <eliz@gnu.org>
598
599 * search.c (find_newline_no_quit): Rename from find_next_newline.
600 Add commentary.
601
602 * lisp.h (find_newline_no_quit): Rename prototype.
603
604 * xdisp.c (back_to_previous_line_start)
605 (forward_to_next_line_start, get_visually_first_element)
606 (move_it_vertically_backward): Callers of find_newline_no_quit changed.
607 * indent.c (vmotion): Callers of find_newline_no_quit changed.
608 * bidi.c (bidi_find_paragraph_start): Callers of
609 find_newline_no_quit changed.
610
611 * msdos.c: Change encoding to cp850. (Bug#13879)
612 (fr_keyboard, it_keyboard, dk_keyboard): Update keyboard layouts.
613
614 2013-03-06 Dmitry Antipov <dmantipov@yandex.ru>
615
616 Coding system support cleanup and minor refactoring.
617 * coding.h (enum coding_result_code): Remove
618 CODING_RESULT_INCONSISTENT_EOL and CODING_RESULT_INSUFFICIENT_MEM.
619 (toplevel): Remove unused CODING_MODE_INHIBIT_INCONSISTENT_EOL.
620 (CODING_MODE_LAST_BLOCK, CODING_MODE_SELECTIVE_DISPLAY)
621 (CODING_MODE_DIRECTION, CODING_MODE_FIXED_DESTINATION)
622 (CODING_MODE_SAFE_ENCODING): Rearrange bit values.
623 (decode_coding_region, encode_coding_region, decode_coding_string):
624 Remove unused compatibility macros.
625 * coding.c (Qinconsistent_eol, Qinsufficient_memory): Remove.
626 (record_conversion_result): Adjust user.
627 (syms_of_coding): Likewise.
628 (ALLOC_CONVERSION_WORK_AREA): Use SAFE_ALLOCA.
629 (decode_coding, encode_coding): Add USE_SAFE_ALLOCA and SAFE_FREE.
630 (decode_coding_object): Simplify since xrealloc never returns NULL.
631 Add eassert.
632
633 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
634
635 Fix a build failure on OpenBSD 4.x and MirBSD (Bug#13881).
636 * sysdep.c (list_system_processes)
637 [BSD_SYSTEM && !DARWIN_OS && !__FreeBSD__]:
638 Make it a stub in this case; otherwise the build might fail,
639 and this code hasn't been tested on such hosts anyway.
640 Problem reported by Nelson H. F. Beebe in
641 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>
642 and analyzed by Jérémie Courrèges-Anglas in
643 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html>.
644
645 2013-03-06 Dmitry Antipov <dmantipov@yandex.ru>
646
647 * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.
648 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start)
649 (get_visually_first_element, move_it_vertically_backward): Ajust users.
650 * bidi.c (bidi_find_paragraph_start): Likewise.
651 * indent.c (vmotion): Likewise.
652
653 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
654
655 FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
656 * filelock.c: Include <c-ctype.h>.
657 (MAX_LFINFO): New top-level constant.
658 (lock_info_type): Remove members pid, boot_time. Add members at,
659 dot, colon. Change user member to be the entire buffer, not a
660 pointer. This allows us to handle the case where a foreign
661 pid or boot time exceeds the local range. All uses changed.
662 (LINKS_MIGHT_NOT_WORK): New constant.
663 (FREE_LOCK_INFO): Remove, as the pieces no longer need freeing.
664 (defined_WINDOWSNT): Remove.
665 (MAKE_LOCK_NAME, file_in_lock_file_name):
666 Always use .#FILE (not .#-FILE) for the file lock,
667 even if it is a regular file.
668 (rename_lock_file): New function.
669 (create_lock_file): Use it.
670 (create_lock_file, read_lock_data):
671 Prefer a symbolic link for the lock file, falling back on a
672 regular file if symlinks don't work. Do not try to create
673 symlinks on MS-Windows, due to security hassles. Stick with
674 POSIXish functions (open, read, write, close, fchmod, readlink, symlink,
675 link, rename, unlink, mkstemp) when creating locks, as a GNUish
676 host may be using a Windowsish file system, and cannot use
677 MS-Windows-only system calls. Fall back on mktemp if mkstemp
678 doesn't work. Don't fail merely because of a symlink-contents
679 length limit in the current file system; fall back on regular
680 files. Increase the symlink contents length limit to 8 KiB, this
681 should be big enough for any real use and doesn't crunch the
682 stack.
683 (create_lock_file, lock_file_1, read_lock_data):
684 Simplify allocation of lock file buffers now that they fit in 8 KiB.
685 (lock_file_1): Return error number, not bool. All callers changed.
686 (ELOOP): New macro, if not already defined.
687 (read_lock_data): Return size of lock file contents, not Lisp object.
688 All callers changed. Handle a race condition if some other process
689 replaces a regular-file lock with a symlink lock or vice versa,
690 while we're trying to read the lock.
691 (current_lock_owner): Parse contents more carefully, to help avoid
692 confusing a regular-file lock with some other application's use
693 of the file. Check for lock file contents being too long, or
694 not parsing correctly.
695 (current_lock_owner, lock_file):
696 Allow foreign pid and boot times that exceed the local range.
697 (current_lock_owner, lock_if_free, lock_file):
698 Simplify allocation of lock file contents.
699 * w32.c (sys_rename_replace): New function, containing most of
700 the contents of the old sys_rename.
701 (sys_rename): Use it.
702 (fchmod): New dummy function.
703 * w32.h (sys_rename_replace, fchmod): New decls.
704
705 2013-03-05 Eli Zaretskii <eliz@gnu.org>
706
707 * bidi.c (bidi_resolve_explicit_1): Don't call CHAR_TO_BYTE or
708 bidi_count_bytes, as the callers now arrange for bidi_it->charpos
709 to be in sync with bidi_it->bytepos. Suggested by Dmitry Antipov
710 <dmantipov@yandex.ru>.
711
712 2013-03-05 Dmitry Antipov <dmantipov@yandex.ru>
713
714 * composite.c (get_composition_id, fill_gstring_header):
715 Use make_uninit_vector where appropriate.
716 * font.c (Ffont_get_glyphs, build_style_table): Likewise.
717 * xselect.c (clean_local_selection_data): Likewise.
718
719 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
720
721 Fix misuse of ImageMagick that caused core dump (Bug#13846).
722 * image.c (imagemagick_load_image): Calculate height and width
723 after flattening the image, not before.
724
725 2013-03-04 Dmitry Antipov <dmantipov@yandex.ru>
726
727 * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
728 * ftfont.c (ftfont_shape_by_flt): Likewise.
729 * w32uniscribe.c (uniscribe_shape): Likewise.
730
731 2013-03-02 Paul Eggert <eggert@cs.ucla.edu>
732
733 The lock for FILE is now .#FILE or .#-FILE (Bug#13807).
734 The old approach, which fell back on DIR/.#FILE.0 through
735 DIR/.#FILE.9, had race conditions that could not be easily fixed.
736 If DIR/.#FILE is a non-symlink file, Emacs now does not create a
737 lock file for DIR/FILE; that is, DIR/FILE is no longer partly
738 protected by a lock if DIR/.#FILE is a non-symlink file ("partly"
739 because the locking mechanism was never reliable in that case).
740 This patch fixes this and other bugs discovered by a code
741 inspection that was prompted by
742 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00531.html>.
743 Also, this patch switches to .#-FILE (not .#FILE) on MS-Windows,
744 to avoid interoperability problems between the MS-Windows and
745 non-MS-Windows implementations. MS-Windows and non-MS-Windows
746 instances of Emacs now ignore each others' locks.
747 * filelock.c (defined_WINDOWSNT): New constant.
748 (MAKE_LOCK_NAME, fill_in_lock_file_name):
749 Don't create DIR/.#FILE.0 through DIR/.#FILE.9. Instead, create
750 DIR/.#FILE symlinks on non-MS-Windows hosts, and DIR/.#-FILE
751 regular files on MS-Windows hosts.
752 (MAKE_LOCK_NAME, unlock_file, Ffile_locked_p):
753 Use SAFE_ALLOCA to avoid problems with long file names.
754 (MAX_LFINFO): Now a local constant, not a global macro.
755 (IS_LOCK_FILE): Remove.
756 (lock_file_1): Don't inspect errno if symlink call succeeds;
757 that's not portable.
758 (lock_file): Document that this function can return if lock
759 creation fails.
760 (lock_file): Don't access freed storage.
761
762 2013-03-02 Andreas Schwab <schwab@linux-m68k.org>
763
764 * lisp.h (XPNTR) [!USE_LSB_TAG]: Remove extra paren. (Bug#13734)
765
766 2013-03-02 Paul Eggert <eggert@cs.ucla.edu>
767
768 * textprop.c: Use bool for booleans.
769 (validate_interval_range, Fadd_text_properties)
770 (Fremove_text_properties): Prefer bool to int when either works.
771
772 2013-03-02 Eli Zaretskii <eliz@gnu.org>
773
774 * textprop.c (Fadd_text_properties, Fremove_text_properties):
775 If the interval tree changes as a side effect of calling
776 modify_region, re-do processing starting from the call to
777 validate_interval_range. (Bug#13743)
778
779 2013-02-28 Eli Zaretskii <eliz@gnu.org>
780
781 * w32.c (sys_open): Don't reset the flags for FD in fd_info[].
782 (Bug#13546).
783
784 2013-02-27 Eli Zaretskii <eliz@gnu.org>
785
786 * filelock.c (create_lock_file) [WINDOWSNT]: Use _sopen with
787 _SH_DENYRW flag, instead of emacs_open, to deny any other process
788 access to the lock file until it is written and closed.
789 (Bug#13807)
790
791 2013-02-27 Paul Eggert <eggert@cs.ucla.edu>
792
793 * callint.c (Qcall_interactively):
794 * macros.c (Qexecute_kbd_macro):
795 Now static.
796
797 2013-02-26 Bastien Guerry <bzg@gnu.org>
798
799 * window.c (Frecenter): Tiny docstring enhancement.
800
801 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
802
803 Minor textprop integer cleanup.
804 * intervals.h, textprop.c (add_text_properties_from_list):
805 Return void, not int, since nobody uses the return value.
806 * textprop.c (validate_plist, add_properties, remove_properties)
807 (Fadd_text_properties):
808 Don't assume list length fits in int.
809 (interval_has_all_properties, interval_has_some_properties)
810 (interval_has_some_properties_list, add_properties, remove_properties)
811 (Fadd_text_properties, Fremove_text_properties)
812 (Fremove_list_of_text_properties, text_property_stickiness):
813 Use bool for booleans.
814 (Fadd_text_properties, Fremove_text_properties):
815 (Fremove_list_of_text_properties):
816 Reindent do-while as per GNU style.
817
818 2013-02-25 Eli Zaretskii <eliz@gnu.org>
819
820 Implement CLASH_DETECTION for MS-Windows.
821
822 * filelock.c [WINDOWSNT]: Include w32.h.
823 (MAKE_LOCK_NAME): Don't use 'lock', it clashes with MS runtime
824 function of that name. Up-case the macro arguments.
825 (IS_LOCK_FILE): New macro.
826 (fill_in_lock_file_name): Use IS_LOCK_FILE instead of S_ISLNK.
827 (create_lock_file): New function, with body extracted from
828 lock_file_1.
829 [WINDOWSNT]: Implement lock files by writing a regular file with
830 the lock information as its contents.
831 (read_lock_data): New function, on Posix platforms just calls
832 emacs_readlinkat.
833 [WINDOWSNT]: Read the lock info from the file.
834 (current_lock_owner): Call read_lock_data instead of calling
835 emacs_readlinkat directly.
836 (lock_file) [WINDOWSNT]: Run the file name through
837 dostounix_filename.
838
839 * w32proc.c (sys_kill): Support the case of SIG = 0, in which case
840 just check if the process by that PID exists.
841
842 * w32.c (sys_open): Don't reset the _O_CREAT flag if _O_EXCL is
843 also present, as doing so will fail to error out if the file
844 already exists.
845
846 * makefile.w32-in ($(BLD)/filelock.$(O)): Depend on src/w32.h.
847
848 * textprop.c (Fadd_text_properties, Fremove_text_properties)
849 (Fremove_list_of_text_properties): Skip all of the intervals in
850 the region between START and END that already have resp. don't
851 have the requested properties, not just the first one.
852 Add assertions that the loop afterwards always modifies the
853 properties. (Bug#13743)
854
855 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * callint.c (Fcall_interactively): Use the right lexical environment
858 for `interactive' specs (bug#13811).
859 * eval.c (Feval): Accept a lexical environment.
860
861 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
862
863 Simplify data_start configuration (Bug#13783).
864 This is a followon simplification to the fix for Bug#13650.
865 * Makefile.in (LD_FIRSTFLAG, LIB_GCC, CRT_DIR, LIB_STANDARD)
866 (START_FILES): Remove. All uses removed.
867 (otherobj): Remove $(VMLIMIT_OBJ), as it's now first.
868 (ALLOBJS): Move here from autodeps.mk, and with VMLIMITS_OBJ first.
869 (buildobj.h): Use it.
870 ($(ALLOBJS)): Depend on globals.h.
871 (temacs$(EXEEXT)): Use $(ALLOBJS).
872 * autodeps.mk (ALLOBJS): Move to Makefile.in.
873 * deps.mk (vm-limit.o):
874 * makefile.w32-in ($(BLD)/vm-limit.$(O)):
875 Do not depend on mem-limits.h.
876 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
877 (__do_global_dtors, __CTOR_LIST__, __DTOR_LIST__)
878 [__GNUC__ && !ORDINARY_LINK]: Remove.
879 * mem-limits.h, pre-crt0.c: Remove.
880 * unexaix.c, unexcoff.c: Don't include mem-limits.h.
881 * unexcoff.c (etext): New decl.
882 (make_hdr): Use DATA_START instead of start_of_data.
883 * vm-limit.c: Move most of mem-limits.h's contents here.
884 (data_start): New decl. It's OK if this is approximate,
885 so simplify-away some unnecessary exactness.
886 (POINTER): Remove; all uses removed.
887 (data_space_start): Now char *, to avoid casts.
888 (exceeds_lisp_ptr): New function, replacing the old
889 EXCEEDS_LISP_PTR macro. All uses changed.
890 (check_memory_limits): Simplify and remove casts.
891 (start_of_data) [!CANNOT_DUMP || !SYSTEM_MALLOC]: Remove.
892 (memory_warnings): Use data_start instead of start_of_data.
893
894 2013-02-24 Andreas Schwab <schwab@linux-m68k.org>
895
896 * xdisp.c (set_message): Only check for debug-on-message if STRING
897 is a string. (Bug#13797)
898
899 2013-02-24 Paul Eggert <eggert@cs.ucla.edu>
900
901 Fix regression introduced by July 10 filelock.c patch.
902 * filelock.c (fill_in_lock_file_name): Fix crash caused by the
903 2012-07-10 patch to this file. Reported by Eli Zaretskii in
904 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00533.html>
905 and diagnosed by Andreas Schwab in
906 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00534.html>.
907
908 2013-02-22 Paul Eggert <eggert@cs.ucla.edu>
909
910 Assume C89 or better.
911 * ralloc.c (SIZE, POINTER, NIL):
912 * vm-limit.c (POINTER):
913 Remove, replacing all uses with C89 equivalents. These old
914 symbols were present only for porting to pre-C89 platforms.
915
916 2013-02-22 Claudio Bley <claudio.bley@gmail.com>
917
918 * w32.c (emacs_gnutls_pull): Don't call 'select', and don't loop.
919 This avoids warning messages reported as part of Bug#13546.
920
921 2013-02-21 Ken Brown <kbrown@cornell.edu>
922
923 * sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
924
925 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * sheap.c (report_sheap_usage): Prefer message1_nolog.
928
929 * keyboard.c (Qcommand_execute): New var.
930 (command_loop_1, read_char): Use it.
931 (Fcommand_execute): Remove, replace by an Elisp implementation.
932 (syms_of_keyboard): Adjust accordingly.
933
934 2013-02-19 Daniel Colascione <dancol@dancol.org>
935
936 * sheap.c (report_sheap_usage): Use message, not message1, so
937 that we don't try to create a buffer while we're in the middle
938 of dumping Emacs. Explain why.
939
940 2013-02-20 Dmitry Antipov <dmantipov@yandex.ru>
941
942 * search.c (find_newline): Return byte position in bytepos.
943 Adjust comment.
944 (find_next_newline_no_quit, find_before_next_newline):
945 Add bytepos argument.
946 * lisp.h (find_newline, find_next_newline_no_quit)
947 (find_before_next_newline): Adjust prototypes.
948 * bidi.c (bidi_find_paragraph_start):
949 * editfns.c (Fconstrain_to_field, Fline_end_position):
950 * indent.c (compute_motion, vmotion):
951 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start):
952 (get_visually_first_element, move_it_vertically_backward):
953 Adjust users and avoid calls to CHAR_TO_BYTE where appropriate.
954
955 2013-02-19 Eli Zaretskii <eliz@gnu.org>
956
957 * w32proc.c (new_child): Avoid leaking handles if the subprocess
958 resources were not orderly released.
959
960 2013-02-17 Eli Zaretskii <eliz@gnu.org>
961
962 * xdisp.c (x_draw_vertical_border): For a window that is neither
963 the leftmost nor the rightmost, redraw both the left and the right
964 vertical borders. (Bug#13723)
965
966 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * xml.c (init_libxml2_functions):
969 * sound.c (sound_warning):
970 * sheap.c (report_sheap_usage):
971 * process.c (wait_reading_process_output):
972 * msdos.c (XMenuActivate):
973 * macros.c (Fstart_kbd_macro, Fend_kbd_macro):
974 * keyboard.c (top_level_1):
975 * editfns.c (Fmessage, Fmessage_box):
976 * callint.c (Fcall_interactively):
977 * fns.c (Fyes_or_no_p): Prefer `message1' over `message'.
978
979 2013-02-17 Jan Djärv <jan.h.d@swipnet.se>
980
981 * xterm.c (syms_of_xterm): Move scroll-bar-adjust-thumb-portion ...
982 * frame.c (syms_of_frame): ... to here.
983
984 2013-02-16 Eli Zaretskii <eliz@gnu.org>
985
986 * w32.c (sys_chown): Remove unused function.
987
988 * w32term.c <input_signal_count>: Declare 'volatile'
989 unconditionally. (Bug#9066)
990
991 * w32.c (set_errno): Reset h_errno and don't set it to any other
992 value. Set errno instead.
993 (check_errno): Reset h_errno.
994 (sys_socket, socket_to_fd, sys_bind, sys_connect)
995 (sys_gethostname, sys_getservbyname, sys_getpeername)
996 (sys_shutdown, sys_setsockopt, sys_listen, sys_getsockname)
997 (sys_accept, sys_recvfrom, sys_sendto, fcntl, sys_read): Don't set
998 h_errno.
999 (sys_gethostbyname): Set h_errno only errors detected.
1000
1001 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
1002
1003 * process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.
1004
1005 2013-02-15 Eli Zaretskii <eliz@gnu.org>
1006
1007 * keyboard.c (read_char): Fix calculation of auto-save time out
1008 when auto-save-timeout is less than 4. (Bug#13720)
1009
1010 * w32proc.c (new_child): Free up to 2 slots of dead processes at a
1011 time. Improve diagnostics in DebPrint. (Bug#13546)
1012
1013 * w32.c (sys_socket, sys_bind, sys_connect, sys_gethostname)
1014 (sys_gethostbyname, sys_getservbyname, sys_getpeername)
1015 (sys_shutdown, sys_setsockopt, sys_listen, sys_getsockname)
1016 (sys_accept, sys_recvfrom, sys_sendto, fcntl): In case of failure,
1017 make sure errno is set to an appropriate value. (Bug#13546)
1018 (socket_to_fd): Add assertion against indexing fd_info[] with a
1019 value that is out of bounds.
1020 (sys_accept): If fd is negative, do not set up the child_process
1021 structure for reading.
1022
1023 2013-02-15 Dmitry Antipov <dmantipov@yandex.ru>
1024
1025 * composite.c (fill_gstring_header): Remove useless prototype.
1026 Break long line.
1027 * lisp.h (message_dolog, compile_pattern): Adjust prototype.
1028 * print.c (PRINTDECLARE, print_object):
1029 * search.c (compile_pattern, fast_looking_at, search_buffer):
1030 (simple_search, boyer_moore, Freplace_match):
1031 * xdisp.c (c_string_pos, number_of_chars, message_dolog):
1032 (get_overlay_arrow_glyph_row, display_mode_element):
1033 (decode_mode_spec_coding, message3):
1034 * xfaces.c (face_at_string_position): Use bool for booleans.
1035 Adjust comments.
1036
1037 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
1038
1039 Fix AIX port (Bug#13650).
1040 * lisp.h (XPNTR) [!USE_LSB_TAG && DATA_SEG_BITS]:
1041 Fix bug introduced in 2012-07-27 change. DATA_SEG_BITS, if set,
1042 was #undeffed earlier, so it cannot be used as a macro here.
1043 Use the constant and not the macro.
1044
1045 2013-02-15 Eli Zaretskii <eliz@gnu.org>
1046
1047 * w32proc.c (new_child): If no vacant slots are found in
1048 child_procs[], make another pass looking for slots whose process
1049 has exited or died. (Bug#13546)
1050
1051 * w32.c (sys_pipe): When failing due to file descriptors above
1052 MAXDESC, set errno to EMFILE.
1053 (_sys_read_ahead): Update cp->status when failing to read serial
1054 communications input, so that the status doesn't stay at
1055 STATUS_READ_IN_PROGRESS. (Bug#13546)
1056
1057 2013-02-14 Jan Djärv <jan.h.d@swipnet.se>
1058
1059 * gtkutil.c (tb_size_cb): New function.
1060 (xg_create_tool_bar): Connect size-allocate to tb_size_cb (Bug#13512).
1061
1062 2013-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * keyboard.c (active_maps): Fcurrent_active_maps expects a position, not
1065 an event.
1066
1067 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * keyboard.c (syms_of_keyboard): Further tweaks of docstring.
1070
1071 2013-02-13 Dmitry Antipov <dmantipov@yandex.ru>
1072
1073 * font.c (font_range): Add pos_byte argument. Adjust comment
1074 and break long line.
1075 * font.h (font_range): Adjust prototype.
1076 * composite.c (autocmp_chars): Pass byte position to font_range.
1077 Break long line. Remove useless prototype and format comment.
1078
1079 2013-02-13 Glenn Morris <rgm@gnu.org>
1080
1081 * keyboard.c (input-decode-map, key-translation-map): Doc fixes.
1082
1083 2013-02-13 Paul Eggert <eggert@cs.ucla.edu>
1084
1085 Improve AIX port some more (Bug#13650).
1086 With this, it should be as good as it was in 23.3, though it's
1087 still pretty bad: the dumped emacs does not run. See Mark Fleishman in
1088 http://lists.gnu.org/archive/html/help-gnu-emacs/2011-04/msg00287.html
1089 * unexaix.c (start_of_text): Remove.
1090 (_data, _text): Declare as char[], not int, as AIX manual suggests.
1091 (bias, lnnoptr, text_scnptr, data_scnptr, load_scnptr)
1092 (orig_load_scnptr, orig_data_scnptr):
1093 Now off_t, not long, since they are file offsets.
1094 (make_hdr): Use _data, not start_of_data ().
1095 This is the key part of the fix.
1096 (make_hdr, unrelocate_symbols): Use off_t for file offsets.
1097 (unrelocate_symbols): Cast pointers to intptr_t, not to ulong.
1098
1099 * pre-crt0.c (data_start): Initialize to 1.
1100 This ports to compilers that optimize the external declaration
1101 'int x = 0;' as if it were 'int x;' to shrink the executable.
1102
1103 Improve AIX port (Bug#13650).
1104 This doesn't fix the bug, but it makes progress: Emacs builds now.
1105 * unexaix.c: Include inttypes.h, stdarg.h.
1106 (report_error, report_error_1): Mark as _Noreturn.
1107 (report_error): Don't report the wrong errno.
1108 (report_error_1): Now varargs. All callers changed.
1109 (make_hdr): Use uintptr_t, not unsigned, when converting pointers
1110 to unsigned. Don't use ADDR_CORRECT, as it no longer exists.
1111 (write_ptr): Use %p to print address rather than %lx and a cast
1112 to unsigned long. Grow buffer a bit, to be safer.
1113
1114 2013-02-13 Eli Zaretskii <eliz@gnu.org>
1115
1116 * bidi.c (bidi_resolve_neutral): After finding the next
1117 non-neutral character, accept NEUTRAL_ON type as well, because
1118 directional control characters, such as LRE and RLE, have their
1119 type converted to that by bidi_resolve_weak. This avoids aborts
1120 when LRE/RLE follows a run of neutrals.
1121 (bidi_move_to_visually_next): Assert that return value of
1122 bidi_peek_at_next_level is non-negative. Negative values will
1123 cause an infloop.
1124
1125 2013-02-13 Paul Eggert <eggert@cs.ucla.edu>
1126
1127 Minor getenv-related fixes.
1128 * callproc.c (Fcall_process_region) [!DOS_NT]:
1129 Avoid unnecessary duplicate call to getenv.
1130 * callproc.c (init_callproc):
1131 * dispnew.c (init_display):
1132 * sysdep.c (sys_subshell):
1133 Omit unnecessary cast of getenv or egetenv.
1134
1135 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)):
1138 Update dependencies.
1139
1140 2013-02-12 Eli Zaretskii <eliz@gnu.org>
1141
1142 * xdisp.c (redisplay_internal): Don't set w->region_showing to the
1143 marker's position.
1144 (display_line): Set w->region_showing to the value of
1145 it->region_beg_charpos, not to -1. This fixes redisplay
1146 optimization when cursor is moved up after M->. (Bug#13623)
1147 (Bug#13626)
1148 (try_scrolling): Scroll text up more if point is too close to ZV
1149 and inside the scroll margin. This makes sure point is moved
1150 outside the scroll margin in these cases.
1151
1152 * window.h (struct window): region_showing can no longer be
1153 negative.
1154
1155 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1156
1157 Tune by using memchr and memrchr.
1158 * doc.c (Fsnarf_documentation):
1159 * fileio.c (Fsubstitute_in_file_name):
1160 * search.c (find_newline, scan_newline):
1161 * xdisp.c (pos_visible_p, display_count_lines):
1162 Use memchr and memrchr rather than scanning byte-by-byte.
1163 * search.c (find_newline): Rename from scan_buffer.
1164 Omit first arg TARGET, as it's always '\n'. All callers changed.
1165
1166 Clean up read_key_sequence a tiny bit more.
1167 * keyboard.c (read_char_x_menu_prompt) [HAVE_MENUS]:
1168 (read_key_sequence): Remove unused locals.
1169
1170 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 Clean up read_key_sequence a bit; reread active keymaps after first event.
1173 * keyboard.c (read_char, read_char_x_menu_prompt)
1174 (read_char_minibuf_menu_prompt):
1175 Replace nmaps+maps with a single `map' arg.
1176 (follow_key): Operate on a single map.
1177 (active_maps): New function.
1178 (test_undefined): Also return true for nil bindings.
1179 (read_key_sequence): Use active_maps to replace the arrays of keymaps with
1180 a single (composed) keymap. Remember `first_event' to choose the right
1181 set of active keymaps. Recompute the set of keymaps after receiving
1182 the first event. Remove GOBBLE_FIRST_EVENT.
1183 (syms_of_keyboard): Remove inhibit_local_menu_bar_menus.
1184 * keyboard.h (read_char): Update declaration.
1185 * lread.c (read_filtered_event): Adjust call to read_char.
1186
1187 2013-02-11 Eli Zaretskii <eliz@gnu.org>
1188
1189 * xdisp.c (move_it_vertically_backward, move_it_by_lines):
1190 Don't use the limitation on backwards movement when lines are truncated
1191 in the window. (Bug#13675)
1192
1193 2013-02-11 Dmitry Antipov <dmantipov@yandex.ru>
1194
1195 * marker.c (set_marker_internal): If desired position is passed
1196 as a marker, avoid call to buf_charpos_to_bytepos.
1197 * window.c (Fset_window_point): Omit redundant type checking.
1198 (Fset_window_start): Likewise. Format comment.
1199 (window_scroll_pixel_based): Use set_marker_restricted_both
1200 with character and byte positions obtained from an iterator.
1201 (Fset_window_configuration): Use set_marker_restricted_both.
1202 * xdisp.c (message_dolog): Likewise.
1203
1204 2013-02-10 Eli Zaretskii <eliz@gnu.org>
1205
1206 * xdisp.c (move_it_vertically_backward, move_it_by_lines):
1207 When text lines are longer than window's screen lines, don't move back
1208 too far. This speeds up some redisplay operations. (Bug#13675)
1209
1210 2013-02-10 Dmitry Antipov <dmantipov@yandex.ru>
1211
1212 * syntax.c (scan_sexps_forward): Fix byte position calculation
1213 Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
1214
1215 2013-02-10 Paul Eggert <eggert@cs.ucla.edu>
1216
1217 * fileio.c (Fexpand_file_name): Omit confusing pointer comparison
1218 that was not needed.
1219
1220 2013-02-09 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 Minor hashing refactoring.
1223 * fns.c (SXHASH_REDUCE): Move to lisp.h.
1224 (sxhash_float): Return EMACS_UINT, for consistency with the other
1225 hash functions.
1226 * lisp.h (INTMASK): Now a macro, since SXHASH_REDUCE is now a
1227 non-static inline function and therefore can't use static vars.
1228 (SXHASH_REDUCE): Move here from fns.c, and make it inline.
1229 * profiler.c (hashfn_profiler): Use SXHASH_REDUCE, to be consistent
1230 with the other hash functions.
1231
1232 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1233
1234 * callproc.c (Fcall_process_region) [WINDOWSNT]: Make sure the
1235 XXXXXX part of the temporary file pattern is not downcased even
1236 when w32-downcase-file-names is non-nil. (Bug#13661)
1237
1238 * xdisp.c (decode_mode_spec): Remove handling of %t.
1239
1240 * msdos.c (careadlinkatcwd): Remove.
1241
1242 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * lread.c (skip_dyn_bytes): New function (bug#12598).
1245 (read1): Use it. Use getc instead of READCHAR to read bytes.
1246 (load_each_byte): Remove. Update users.
1247
1248 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
1249
1250 * search.c (scan_buffer): Calculate end byte position just once.
1251 (scan_newline): Do not recalculate start_byte.
1252 (search_command): Use eassert.
1253 * syntax.c (struct lisp_parse_state): New member location_byte.
1254 (scan_sexps_forward): Record from_byte and avoid redundant
1255 character to byte position calculation ...
1256 (Fparse_partial_sexp): ... here. Break too long line.
1257
1258 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
1259
1260 * lisp.h (make_uninit_vector): New function.
1261 * alloc.c (Fvector, Fmake_byte_code):
1262 * ccl.c (Fregister_ccl_program):
1263 * charset.c (Fdefine_charset_internal, define_charset_internal):
1264 * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
1265 * composite.c (syms_of_composite):
1266 * font.c (Fquery_font, Ffont_info, syms_of_font):
1267 * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
1268 * ftfont.c (ftfont_shape_by_flt):
1269 * indent.c (recompute_width_table):
1270 * nsselect.m (clean_local_selection_data):
1271 * syntax.c (init_syntax_once):
1272 * w32unsubscribe.c (uniscribe_shape):
1273 * window.c (Fcurrent_window_configuration):
1274 * xfaces.c (Fx_family_fonts):
1275 * xselect.c (selection_data_to_lisp_data): Use it.
1276
1277 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru>
1278
1279 * coding.c (Fdefine_coding_system_internal): Use AREF where
1280 argument is known to be a vector.
1281 * fns.c (Flocale_info): Likewise for ASET.
1282 * xselect.c (selection_data_to_lisp_data): Likewise for ASET.
1283 * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
1284
1285 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1286
1287 * nsmenu.m (update_frame_tool_bar): Check for negative tool bar
1288 height.
1289
1290 * nsterm.h (HAVE_NATIVE_FS): Define if OSX => 10.7.
1291 (EmacsView): Add fs_is_native, fsIsNative, isFullscreen and
1292 updateCollectionBehaviour.
1293
1294 * nsterm.m (NEW_STYLE_FS): Remove.
1295 (ns_last_use_native_fullscreen): New variable.
1296 (x_make_frame_visible): Replace NEW_STYLE_FS with isFullscreen.
1297 (x_set_window_size): Do not take title bar and tool bar into account
1298 if isFullscreen returns YES.
1299 (ns_fullscreen_hook): Replace NEW_STYLE_FS with isFullscreen.
1300 (check_native_fs): New function.
1301 (ns_select, ns_read_socket): Call check_native_fs if HAVE_NATIVE_FS.
1302 (ns_term_init): Remove NEW_STYLE_FS.
1303 (updateFrameSize:, windowWillResize:toSize:): Only adjust for title bar
1304 and tool bar if isFullscreen returns NO.
1305 (windowDidResize:): Replace NEW_STYLE_FS with fsIsNative.
1306 (initFrameFromEmacs:): Initialize fs_is_native. Replace NEW_STYLE_FS
1307 with HAVE_NATIVE_FS.
1308 (window:willUseFullScreenPresentationOptions:): New method.
1309 (windowDidEnterFullScreen:): Replace NEW_STYLE_FS with fsIsNative.
1310 Hide toolbar if not enabled (Bug#13444).
1311 (windowDidExitFullScreen:): Call updateCollectionBehaviour.
1312 Restore tool bar if enabled, hide it otherwise (Bug#13444).
1313 (fsIsNative, isFullscreen, updateCollectionBehaviour): New methods.
1314 (toggleFullScreen:): If fs_is_native, call toggleFullScreen on
1315 window. Do no set FRAME_EXTERNAL_TOOL_BAR (f) to 0.
1316 Check FRAME_EXTERNAL_TOOL_BAR (f) before restoring
1317 FRAME_TOOLBAR_HEIGHT (f). Call updateFrameSize when going non-fs.
1318 (syms_of_nsterm): Add ns-use-native-fullscreen.
1319
1320 2013-02-04 Paul Eggert <eggert@cs.ucla.edu>
1321
1322 * fileio.c (Qchoose_write_coding_system): Now static.
1323
1324 2013-02-04 Eli Zaretskii <eliz@gnu.org>
1325
1326 * xdisp.c (window_buffer_changed): region_showing can be negative,
1327 which still means region is being displayed.
1328 (redisplay_internal): Resurrect code that forced redisplay of the
1329 whole window when showing region and the mark has changed.
1330 Record the new mark position to allow redisplay optimizations.
1331 (display_line): If it->region_beg_charpos is non-zero, set the
1332 window's region_showing member to -1. (Bug#13623) (Bug#13626)
1333
1334 * window.h (struct window) <region_showing>: Declare ptrdiff_t,
1335 not bitfield of 1 bit.
1336
1337 2013-02-03 Daniel Colascione <dancol@dancol.org>
1338
1339 * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
1340 daemon mode works on cygw32 when Emacs is installed and not just
1341 during development.
1342
1343 2013-02-02 Paul Eggert <eggert@cs.ucla.edu>
1344
1345 Avoid file time stamp bug on MS-Windows (Bug#13149).
1346 * fileio.c (Fwrite_region): Don't use the heuristic on empty files,
1347 as FAT32 doesn't update time stamps when truncating them.
1348 Also, check that a file time stamp is not a multiple of 100 ns;
1349 this should catch all instances of the problem on MS-Windows,
1350 as its native file system resolution is 100 ns or worse, and
1351 checking for a non-multiple of 100 ns should impose only a small
1352 overhead on systems with ns resolution.
1353
1354 2013-02-02 Eli Zaretskii <eliz@gnu.org>
1355
1356 Avoid encoding file names on MS-Windows when they need to be run
1357 through dostounix_filename.
1358 * w32.c (normalize_filename): Accept an additional argument
1359 MULTIBYTE; if non-zero, traverse the file name by bytes and don't
1360 downcase it even if w32-downcase-file-names is non-nil.
1361 (dostounix_filename): Accept an additional argument MULTIBYTE and
1362 pass it to normalize_filename.
1363 (emacs_root_dir): Adjust.
1364
1365 * msdos.h (dostounix_filename): Adjust prototype.
1366
1367 * w32.h (dostounix_filename): Adjust prototype.
1368
1369 * msdos.c (dostounix_filename): Accept an additional argument and
1370 ignore it.
1371 (init_environment): Adjust callers of dostounix_filename.
1372
1373 * fileio.c (Ffile_name_directory, file_name_as_directory)
1374 (directory_file_name, Fexpand_file_name)
1375 (Fsubstitute_in_file_name): [DOS_NT] Adjust call to
1376 dostounix_filename.
1377 [WINDOWSNT]: Downcase file names if w32-downcase-file-names is
1378 non-nil.
1379 (Fsubstitute_in_file_name): [DOS_NT] Don't downcase environment
1380 variables, as egetenv is case-insensitive for DOS_NT.
1381
1382 * dired.c (file_name_completion): Don't call Fdirectory_file_name
1383 with an encoded file name.
1384
1385 * w32proc.c (Fw32_short_file_name, Fw32_long_file_name):
1386 Adjust calls to dostounix_filename.
1387
1388 * w32fns.c (Fx_file_dialog): Adjust call to dostounix_filename.
1389
1390 * unexw32.c (unexec): Adjust call to dostounix_filename.
1391
1392 * termcap.c (tgetent) [MSDOS]: Adjust call to dostounix_filename.
1393
1394 * emacs.c (decode_env_path) [DOS_NT]: Adjust call to
1395 dostounix_filename.
1396
1397 * callproc.c (Fcall_process) [MSDOS]: Adjust call to
1398 dostounix_filename.
1399
1400 * callproc.c (Fcall_process): Make sure program name in PATH and
1401 new_argv[0] is encoded, if needed. Otherwise, un-encoded string
1402 is passed to exec/spawnve, which fails unless the file-name
1403 encoding is UTF-8.
1404
1405 * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
1406 even if w32-quote-process-args is nil.
1407
1408 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1409
1410 Fix timestamp bug when write-region appends nothing (Bug#13149).
1411 * fileio.c (Fwrite_region): When neither O_EXCL nor O_TRUNC is used,
1412 the file's time stamp doesn't change if Emacs happens to write nothing
1413 to the file, and on a buggy file system this could cause Emacs to
1414 incorrectly infer that the file system doesn't have the bug.
1415 Avoid this problem by inhibiting the inference in this case.
1416
1417 2013-02-01 Dmitry Antipov <dmantipov@yandex.ru>
1418
1419 * window.h (struct window): Convert base_line_number, base_line_pos
1420 and column_number_displayed members from Lisp_Object to ptrdiff_t.
1421 Convert region_showing member from Lisp_Object to bitfield.
1422 Remove sequence_number member. Adjust comments.
1423 * window.c (sequence_number): Remove.
1424 (make_window): Initialize column_number_displayed.
1425 * print.c (print_object): Follow the printed representation of
1426 frames and print window pointer to distinguish between windows.
1427 (adjust_window_count): Invalidate base_line_pos. Adjust comment.
1428 * xdisp.c (wset_base_line_number, wset_base_line_pos)
1429 (wset_column_number_displayed, wset_region_showing): Remove.
1430 (window_buffer_changed, mode_line_update_needed, redisplay_internal)
1431 (try_scrolling, try_cursor_movement, redisplay_window)
1432 (try_window_reusing_current_matrix, try_window_id, display_line)
1433 (display_mode_lines, decode_mode_spec): Adjust users.
1434 * .gdbinit (pwinx): Do not print sequence_number.
1435
1436 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1437
1438 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1439 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): Remove.
1440 * dired.c: Include <fcntl.h>.
1441 (open_directory): New function, which uses open and fdopendir
1442 rather than opendir. DOS_NT platforms still use opendir, though.
1443 (directory_files_internal, file_name_completion): Use it.
1444 (file_attributes): New function, with most of the old Ffile_attributes.
1445 (directory_files_internal, Ffile_attributes): Use it.
1446 (file_attributes, file_name_completion_stat): First arg is now fd,
1447 not dir name. All uses changed. Use fstatat rather than lstat +
1448 stat.
1449 (file_attributes): Use emacs_readlinkat rather than Ffile_symlink_p.
1450 * fileio.c: Include <allocator.h>, <careadlinkat.h>.
1451 (emacs_readlinkat): New function, with much of the old
1452 Ffile_symlink_p, but with an fd argument for speed.
1453 It uses readlinkat rather than careadlinkatcwd, so that it
1454 need not assume the working directory.
1455 (Ffile_symlink_p): Use it.
1456 * filelock.c (current_lock_owner): Use emacs_readlinkat
1457 rather than emacs_readlink.
1458 * lisp.h (emacs_readlinkat): New decl.
1459 (READLINK_BUFSIZE, emacs_readlink): Remove.
1460 * sysdep.c: Do not include <allocator.h>, <careadlinkat.h>.
1461 (emacs_norealloc_allocator, emacs_readlink): Remove.
1462 This stuff is moved to fileio.c.
1463 * w32.c (fstatat, readlinkat): New functions.
1464 (careadlinkat): Don't check that fd == AT_FDCWD.
1465 (careadlinkatcwd): Remove; no longer needed.
1466
1467 2013-01-31 Glenn Morris <rgm@gnu.org>
1468
1469 * fileio.c (choose_write_coding_system): Make it callable from Lisp.
1470 (Fwrite_region): Update for new choose_write_coding_system args.
1471 Move the last piece of choose_write_coding_system here. (Bug#13522)
1472 (syms_of_fileio): Add choose-write-coding-system.
1473
1474 2013-01-30 Eli Zaretskii <eliz@gnu.org>
1475
1476 * w32.c (sys_open): Zero out the flags for the new file descriptor.
1477 (sys_close): Zero out the flags for the file descriptor before
1478 closing it. (Bug#13546)
1479
1480 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
1481 (logon_network_drive, stat_worker, symlink, chase_symlinks):
1482 Use CharNextExA and CharPrevExA to iterate over file names encoded in
1483 DBCS. (Bug#13553)
1484
1485 * w32.c (w32_get_long_filename, init_environment, readlink):
1486 Support file names encoded in DBCS codepages.
1487 (readlink): Use the current file-name-coding-system, not the ANSI
1488 codepage, to decode and handle targets of symlinks.
1489
1490 2013-01-28 Eli Zaretskii <eliz@gnu.org>
1491
1492 * w32.c (opendir): Now accepts a 'const char *'.
1493
1494 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru>
1495
1496 Remove obsolete redisplay code. See the discussion at
1497 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html.
1498 * dispnew.c (preemption_period, preemption_next_check): Remove.
1499 (Vredisplay_preemption_period): Likewise.
1500 (update_frame, update_single_window, update_window, update_frame_1):
1501 Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not
1502 used, following the 2012-06-22 change.
1503
1504 2013-01-25 Eli Zaretskii <eliz@gnu.org>
1505
1506 * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540)
1507
1508 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
1509
1510 * font.c (num_fonts): Remove the leftover from old
1511 debugging code. Adjust comment style here and there.
1512 * insdel.c (insert_1): Remove.
1513 * lisp.h (insert_1): Remove prototype.
1514 * xdisp.c (message_dolog): Adjust users to call insert_1_both.
1515
1516 2013-01-25 Eli Zaretskii <eliz@gnu.org>
1517
1518 * w32.c (max_filename_mbslen): New function.
1519 (normalize_filename, readdir): Use it to detect locales where ANSI
1520 encoding of file names uses a double-byte character set (DBCS).
1521 If a DBCS encoding is used, advance by characters using
1522 CharNextExA, instead of incrementing a 'char *' pointer.
1523 Use _mbslwr instead of _strlwr. (Bug#13515)
1524
1525 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
1526 request of memory reservation to 1.7GB. (Bug#13065)
1527
1528 2013-01-25 Andreas Schwab <schwab@linux-m68k.org>
1529
1530 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
1531 at check_extra_latin label. (Bug#13505)
1532
1533 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1534
1535 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
1536 Avoid redundant calls to strlen.
1537
1538 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1539
1540 Drop async_visible and async_iconified fields of struct frame.
1541 This is possible because async input is gone; for details, see
1542 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
1543 * frame.h (struct frame): Remove async_visible and async_iconified
1544 members, convert garbaged to unsigned bitfield. Adjust comments.
1545 (FRAME_SAMPLE_VISIBILITY): Remove. Adjust all users.
1546 (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
1547 * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
1548 Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
1549 FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
1550 * w32term.c: Ditto.
1551 (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
1552 properly. Likewise for obscured.
1553 * xterm.c: Ditto.
1554 (handle_one_xevent): Save visible state to generate ICONIFY_EVENT
1555 properly.
1556 * nsterm.m: Ditto.
1557 (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
1558
1559 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1560
1561 * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
1562 in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
1563
1564 2013-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * xdisp.c (message2, message2_nolog): Remove functions.
1567 (message3, message3_nolog): Extract nbytes and multibyteness directly
1568 from the string. Change all callers.
1569 (message3_nolog): Don't set message_enable_multibyte since set_message
1570 will reset it anyway.
1571 (message1, message1_nolog): Use message3.
1572 (vmessage): Use a stack allocated buffer rather than f->message_buf.
1573 (with_echo_area_buffer): Remove last two arguments. Update all callers.
1574 (set_message): Drop all but the second arg, which has to be a string.
1575 (set_message_1): Simplify now that we know that a1 is NULL and the
1576 second arg is a string.
1577 * frame.h (struct frame): Remove `message_buf' field.
1578 Use glyphs_initialized_p instead.
1579 (FRAME_MESSAGE_BUF): Remove macro.
1580 * w16select.c (Fw16_set_clipboard_data): Prefer message3 to message2.
1581 * lisp.h (message2, message2_nolog): Remove declarations.
1582 (message3, message3_nolog): Update declarations.
1583 * keyboard.c (read_char_minibuf_menu_text)
1584 (read_char_minibuf_menu_width): Remove vars.
1585 (read_char_minibuf_menu_prompt): Rewrite the menu's construction so as
1586 to correctly handle multibyte strings.
1587 * frame.c (delete_frame): Don't free message_buf any more.
1588 * editfns.c (message_text, message_length): Remove vars.
1589 (Fmessage_box): Don't copy the Lisp string's bytes any longer.
1590 * fileio.c (auto_save_error): Use message3 instead of message2.
1591 * dispnew.c (adjust_frame_message_buffer): Remove function.
1592
1593 2013-01-23 Eli Zaretskii <eliz@gnu.org>
1594
1595 * w32term.c (w32fullscreen_hook): Account correctly for the screen
1596 real estate used for the tool bar and the menu bar.
1597
1598 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
1599
1600 * insdel.c (prepare_to_modify_buffer): Force redisplay if
1601 hidden buffer is prepared to modification (Bug#13164).
1602
1603 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
1604
1605 * window.h (struct window): Change window_end_valid member from
1606 Lisp_Object to a bitfield. Adjust comments.
1607 (wset_window_end_valid): Remove.
1608 * window.c (adjust_window_count): Clear window_end_valid.
1609 (Fwindow_end): Adjust user. Remove ancient #if 0 code.
1610 (Fwindow_line_height, set_window_buffer, Frecenter)
1611 (Fsplit_window_internal, Fdelete_other_windows_internal)
1612 (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
1613 * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
1614 * xdisp.c (check_window_end, reconsider_clip_changes)
1615 (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
1616 (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
1617 (find_first_unchanged_at_end_row, try_window_id): Likewise.
1618
1619 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
1620
1621 * xdisp.c (mark_window_display_accurate): Simplify the loop
1622 assuming that the only one of vchild, hchild or buffer window
1623 slots is non-nil. Call mark_window_display_accurate_1 for
1624 the leaf windows only.
1625 (mark_window_display_accurate_1): Always assume leaf window.
1626 Adjust comment.
1627
1628 2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
1629
1630 * emacs.c (Qkill_emacs_hook): Now static.
1631
1632 * fileio.c (Finsert_file_contents): Simplify.
1633 Remove unnecessary assignments and tests.
1634
1635 2013-01-21 Eli Zaretskii <eliz@gnu.org>
1636
1637 * w32.c (acl_set_file): Don't test for errors unless
1638 set_file_security returns FALSE. Avoids spurious errors when
1639 saving files.
1640
1641 2013-01-21 Dmitry Antipov <dmantipov@yandex.ru>
1642
1643 * fileio.c (Finsert_file_contents): Revert code introduced at
1644 2013-01-18 in favor of the simpler and generally better fix.
1645 Save stack space by removing 'buffer' and reusing 'read_buf'
1646 where appropriate.
1647
1648 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1649
1650 * lisp.h (eabs): Define unconditionally (Bug#13419).
1651 The old "#if !defined (eabs)" was an unnecessary revenant of back
1652 when this macro was called "abs". Document 'eabs' better.
1653
1654 2013-01-19 Glenn Morris <rgm@gnu.org>
1655
1656 * fns.c (Frandom): Doc fix.
1657
1658 2013-01-19 Eli Zaretskii <eliz@gnu.org>
1659
1660 * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
1661 segfault when there are lots of overlays.
1662
1663 * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
1664 when there are lots of overlays.
1665 See http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
1666 for the details and a way to reproduce.
1667
1668 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1669
1670 * fileio.c: Use O_APPEND to append.
1671 This corresponds better to the natural interpretation of "append",
1672 and avoids the need to open the output file twice, or to invoke
1673 lseek when APPEND is neither nil nor a number.
1674 This relies on POSIX 1003.1-1988 or later, which is OK nowadays.
1675 (Fwrite_region): Simplify. Use O_APPEND instead of opening the
1676 file possibly twice, and lseeking to its end; this avoids the
1677 need to lseek on non-regular files. Do not use O_EXCL and O_TRUNC
1678 at the same time: the combination is never needed and apparently
1679 it doesn't work with DOS_NT.
1680
1681 Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149).
1682 * fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
1683
1684 Allow floating-point file offsets.
1685 Problem reported by Vitalie Spinu in
1686 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>.
1687 * fileio.c (emacs_lseek): Remove.
1688 (file_offset): New function.
1689 (Finsert_file_contents, Fwrite_region): Use it.
1690
1691 2013-01-19 Chong Yidong <cyd@gnu.org>
1692
1693 * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid
1694 aborting on Fsignal (Bug#13289).
1695
1696 2013-01-19 Eli Zaretskii <eliz@gnu.org>
1697
1698 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
1699 set_file_security as failure due to insufficient privileges.
1700 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1701 (fstat): Return owner and group like 'stat' and 'lstat' do.
1702
1703 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1704
1705 Work around bug in CIFS and vboxsf file systems (Bug#13149).
1706 The bug was observed on Ubuntu operating inside a virtual machine,
1707 editing files mounted via CIFS or vboxsf from the MS Windows 7 host.
1708 The workaround introduces a race condition on non-buggy hosts,
1709 but it's an unlikely race and anyway there's a nearly identical
1710 nearby race that can't be fixed.
1711 * fileio.c (valid_timestamp_file_system, timestamp_file_system):
1712 New static vars.
1713 (Fwrite_region): Test for file system time stamp bug.
1714 (init_fileio): New function.
1715 * lisp.h (init_fileio): Declare it.
1716 * emacs.c (main): Call it.
1717
1718 * fileio.c (Finsert_file_contents): Simplify new diagnostic
1719 and make it more consistent with other stat-failure diagnostics.
1720
1721 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru>
1722
1723 Fix crash when inserting data from non-regular files.
1724 See http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00406.html
1725 for the error description produced by valgrind.
1726 * fileio.c (read_non_regular): Rename to read_contents.
1727 Free Lisp_Save_Value object used to pass parameters.
1728 (read_non_regular_quit): Rename to read_contents_quit.
1729 (Finsert_file_contents): Redesign internal file reading loop to adjust
1730 gap and end positions after each read and so help make_gap to work
1731 properly. Do not signal an I/O error too early and so do not leave
1732 not yet decoded characters in a buffer, which was the reason of
1733 redisplay crash. Use list2 to build return value. Adjust comments.
1734
1735 2013-01-17 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 Close a race when statting and reading files (Bug#13149).
1738 * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open.
1739 This avoids a race if the file is renamed between stat and open.
1740 This race is not the problem originally noted in Bug#13149;
1741 see <http://bugs.gnu.org/13149#73> and later messages in the thread.
1742
1743 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
1744
1745 * lisp.h (toplevel): Add comment about using Lisp_Save_Value
1746 objects, related functions and macros.
1747 (make_save_value): Adjust prototype.
1748 (make_save_pointer): New prototype.
1749 (SAFE_NALLOCA): Fix indentation. Use make_save_pointer.
1750 (SAFE_ALLOCA_LISP): Adjust make_save_value usage.
1751 * alloc.c (format_save_value): Rename to make_save_value.
1752 (make_save_pointer): New function.
1753 (record_xmalloc): Use make_save_pointer.
1754 * dired.c, editfns.c, fileio.c, font.c, gtkutil.c, lread.c:
1755 * nsmenu.m, nsterm.m, xfns.c, xmenu.c, xselect.c, keymap.c:
1756 Change users of make_save_value to make_save_pointer.
1757 Likewise for format_save_value and make_save_value.
1758
1759 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
1760
1761 * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
1762 (DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
1763 * buffer.c (toplevel, syms_of_buffer): Drop old commented-out
1764 debugging stubs.
1765
1766 2013-01-15 Paul Eggert <eggert@cs.ucla.edu>
1767
1768 * alloc.c (free_save_value): Now static.
1769
1770 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
1771
1772 * keymap.c (map_keymap_internal): Use format_save_value.
1773 (map_keymap_char_table_item): Adjust accordingly.
1774 * fileio.c (non_regular_fd, non_regular_inserted)
1775 (non_regular_nbytes): Remove.
1776 (Finsert_file_contents): Convert trytry to ptrdiff_t.
1777 Use format_save_value to pass parameters to read_non_regular.
1778 (read_non_regular): Use XSAVE_ macros to extract parameters.
1779 Adjust comment.
1780 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
1781 format_save_value.
1782 (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
1783
1784 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
1785
1786 * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
1787 extraction from any Lisp_Save_Value slot. Add type checking.
1788 * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
1789 * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
1790 * xselect.c: All users changed.
1791
1792 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
1793
1794 Some convenient bits to deal with Lisp_Save_Values.
1795 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
1796 (allocate_misc): Remove prototype.
1797 (format_save_value): New prototype.
1798 * alloc.c (allocate_misc): Revert back to static.
1799 (format_save_value): New function to build Lisp_Save_Value
1800 object with the specified internal structure.
1801 (make_save_value): Reimplement using format_save_value.
1802 * editfns.c (save_excursion_save): Use format_save_value.
1803 (save_excursion_restore): Use XSAVE_OBJECT.
1804
1805 2013-01-14 Paul Eggert <eggert@cs.ucla.edu>
1806
1807 Avoid needless casts with XSAVE_POINTER.
1808 * alloc.c (mark_object) [GC_MARK_STACK]:
1809 * dired.c (directory_files_internal_unwind):
1810 * fileio.c (do_auto_save_unwind):
1811 * gtkutil.c (pop_down_dialog):
1812 * keymap.c (map_keymap_char_table_item):
1813 * lread.c (load_unwind):
1814 * nsmenu.m (pop_down_menu):
1815 * print.c (print_object) [GC_MARK_STACK]:
1816 * xfns.c (clean_up_file_dialog):
1817 * xmenu.c (cleanup_widget_value_tree):
1818 Omit casts between XSAVE_POINTER and a pointer type.
1819
1820 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
1821
1822 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
1823 * eval.c (eval_sub): Protect `form' from being GCed before its
1824 car and cdr becomes protected with the backtrace entry.
1825
1826 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
1827
1828 Make Lisp_Save_Value more versatile storage for up to four objects.
1829 * lisp.h (toplevel): Enumeration to describe types of saved objects.
1830 (struct Lisp_Save_Value): New layout. Adjust comments.
1831 (XSAVE_POINTER): New macro.
1832 (XSAVE_INTEGER): Likewise.
1833 (allocate_misc): Add prototype.
1834 (free_misc): Likewise.
1835 * alloc.c (allocate_misc): Now global.
1836 (free_misc): Likewise. Adjust comment.
1837 (make_save_value): Use new Lisp_Save_Value layout. Adjust comment.
1838 (free_save_value): Likewise.
1839 (mark_object): Likewise.
1840 * editfns.c (save_excursion_save): Pack everything within
1841 Lisp_Save_Value and so avoid xmalloc.
1842 (save_excursion_restore): Adjust to match new layout. Use free_misc
1843 because we do not allocate extra memory any more. Add eassert.
1844 * print.c (print_object): New code to print Lisp_Save_Value. Do not
1845 rely on valid_lisp_object_p if !GC_MARK_STACK. Adjust comments.
1846 * dired.c, fileio.c, font.c, ftfont.c, gtkutil.c, keymap.c,
1847 * lread.c, nsmenu.m, nsterm.h, xfns.c, xmenu.c, xselect.c:
1848 Use XSAVE_POINTER and XSAVE_INTEGER where appropriate.
1849
1850 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
1851
1852 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
1853 (nsfont_draw): Remove disabling of LCD smoothing.
1854 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
1855 Bug#11484 with LCD smoothing on.
1856
1857 2013-01-13 Paul Eggert <eggert@cs.ucla.edu>
1858
1859 Fix SIGDANGER handlers, for AIX (Bug#13408).
1860 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
1861 Move handlers here from emacs.c; they were out of place.
1862
1863 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1864
1865 * xterm.c (syms_of_xterm): Adjust documentation for
1866 scroll-bar-adjust-thumb-portion.
1867
1868 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
1869
1870 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
1871 determine whether scroll bar thumb size should be adjusted or
1872 not. Use variable for MOTIF.
1873
1874 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
1875 GTK.
1876
1877 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
1878
1879 * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
1880 event is generated.
1881 (doCommandBySelector:): Set processingCompose to NO.
1882
1883 * nsfont.m (ns_findfonts): Add block/unblock_input calls.
1884 Remove check for fkeys count > zero, block/unblock fixes the real bug.
1885 (nsfont_list_family): Add block/unblock_input calls.
1886 (nsfont_open): Move block_input earlier. Add unblock_input before early
1887 return.
1888 (nsfont_draw): Add block/unblock_input calls.
1889
1890 2013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
1891
1892 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
1893 for old_charpos and old_bytepos.
1894
1895 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1896
1897 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
1898 * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
1899 Clear tzvalbuf_in_environ if this workaround is in effect.
1900 Problem and fix reported by Kazuhiro Ito.
1901
1902 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1903
1904 * insdel.c (Fcombine_after_change_execute, syms_of_insdel):
1905 Fix ambiguous doc string cross-reference(s).
1906
1907 * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
1908 doc string cross-reference(s).
1909
1910 * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
1911 string cross-reference(s).
1912
1913 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1914
1915 Avoid unnecessary byte position calculation for the gap movement.
1916 Since all users of move_gap do CHAR_TO_BYTE for other purposes
1917 anyway, all of them should use move_gap_both instead.
1918 * lisp.h (move_gap): Remove prototype.
1919 * insdel.c (move_gap): Remove.
1920 (move_gap_both): Add eassert.
1921 * editfns.c (Ftranspose_regions): Tweak to use move_gap_both.
1922 * xml.c (parse_region): Likewise.
1923
1924 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1925
1926 emacsclient -t should not suspend Emacs server (Bug#13387)
1927 * lisp.h, sysdep.c (block_tty_out_signal, unblock_tty_out_signal):
1928 New functions.
1929 * term.c (init_tty): Use them instead of rolling our own code.
1930 * sysdep.c (tcsetpgrp_without_stopping): Likewise. Here, this
1931 switches from 'signal' to 'pthread_sigmask', which is safer in
1932 multithreaded applications.
1933 * term.c (Fresume_tty): Don't bother dissociating if O_IGNORE_CTTY,
1934 which has already arranged for that.
1935 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
1936 This is the main part of the bug fix.
1937
1938 2013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
1939
1940 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
1941 x_last_font_name (Bug#13403).
1942
1943 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1944
1945 Omit buffer_slot_type_mismatch and use generic predicates to enforce
1946 the type of per-buffer values where appropriate.
1947 * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
1948 predicate, which is how it's really used now. Adjust comment.
1949 * buffer.h (buffer_slot_type_mismatch): Remove prototype.
1950 * buffer.c (buffer_slot_type_mismatch): Remove.
1951 (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
1952 predicate. Adjust comment.
1953 (syms_of_buffer): Use Qsymbolp for major-mode. Use Qintegerp for
1954 fill-column, left-margin, tab-width, buffer-saved-size,
1955 left-margin-width, right-margin-width, left-fringe-width,
1956 right-fringe-width, scroll-bar-width and buffer-display-count.
1957 Use Qstringp for default-directory, buffer-file-name,
1958 buffer-file-truename and buffer-auto-save-file-name. Use Qfloatp for
1959 scroll-up-aggressively and scroll-down-aggressively. Use Qnumberp for
1960 line-spacing.
1961 * data.c (store_symval_forwarding): Adjust to call the predicate.
1962
1963 2013-01-09 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * w32.c (get_name_and_id, acl_set_file):
1966 * w32term.c (w32fullscreen_hook): Remove unused local variables.
1967
1968 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
1969
1970 * lisp.h (make_gap_1): New prototype.
1971 * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
1972 gap size values.
1973 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
1974 naming convention.
1975 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
1976 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment.
1977 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
1978 (make_gap_1): New function to adjust the gap of any buffer.
1979 * coding.c (coding_alloc_by_making_gap): Use it.
1980 * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE,
1981 GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
1982
1983 2013-01-08 Juri Linkov <juri@jurta.org>
1984
1985 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case
1986 of (supports :underline (:style wave)). (Bug#13000)
1987
1988 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1989
1990 * undo.c (Fprimitive_undo): Move to simple.el.
1991 (syms_of_undo): Remove declarations for Sprimitive_undo.
1992
1993 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * keyboard.c (echo_add_key): Rename from echo_add_char.
1996
1997 2013-01-06 Chong Yidong <cyd@gnu.org>
1998
1999 * keyboard.c (echo_add_char): New function, factored out from
2000 echo_char. Don't add a space if the previous echo string was
2001 empty (Bug#13255).
2002 (echo_char): Use it.
2003 (read_key_sequence): When echoing mock input, ensure that the
2004 trailing dash is properly added.
2005
2006 2013-01-05 Eli Zaretskii <eliz@gnu.org>
2007
2008 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
2009 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
2010 digits for buffer positions, before misalignment starts.
2011 Display "0" for integer "object" field.
2012 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
2013 Display the newline glyph more unambiguously.
2014
2015 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2016
2017 * nsterm.m (ns_draw_underwave):
2018 * w32term.c (w32_draw_underwave):
2019 * xterm.c (x_draw_underwave): Make underwave look more triangular
2020 and also degrade gracefully for small fonts. (Bug#13000)
2021
2022 * nsterm.m (ns_draw_text_decoration):
2023 * w32term.c (x_draw_glyph_string):
2024 * xterm.c (x_draw_glyph_string): Don't use previous underline
2025 thickness and position if previous underline type is underwave.
2026
2027 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * fileio.c (Ffile_acl): Undocument return format.
2030
2031 2013-01-02 Glenn Morris <rgm@gnu.org>
2032
2033 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
2034
2035 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
2036
2037 Simplify via eabs.
2038 * dired.c (file_name_completion):
2039 * doc.c (get_doc_string):
2040 * floatfns.c (round2):
2041 * font.c (font_score, font_delete_unmatched):
2042 * fringe.c (compute_fringe_widths):
2043 * lread.c (read_list):
2044 * minibuf.c (Ftry_completion):
2045 * term.c (tty_ins_del_lines):
2046 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
2047 Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
2048
2049 2012-12-31 Eli Zaretskii <eliz@gnu.org>
2050
2051 * w32.c (unsetenv): Set up the string passed to _putenv
2052 correctly.
2053 See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
2054 for the bug this caused.
2055
2056 2012-12-30 Paul Eggert <eggert@cs.ucla.edu>
2057
2058 * coding.c (Qmac): Now static.
2059
2060 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2061
2062 * gtkutil.c (TOOLBAR_TOP_WIDGET): New macro.
2063 (xg_pack_tool_bar): Use TOOLBAR_TOP_WIDGET, condition out use of
2064 handlebox_widget. Set toolbar_in_hbox to false/true, set
2065 toolbar_is_packed to true.
2066 (xg_update_tool_bar_sizes): Use widget returned by TOOLBAR_TOP_WIDGET.
2067 (update_frame_tool_bar): Check toolbar_is_packed for packing.
2068 Show all on TOOLBAR_TOP_WIDGET.
2069 (free_frame_tool_bar): Check toolbar_is_packed. Use widget returned
2070 by TOOLBAR_TOP_WIDGET.
2071 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
2072 Check toolbar_is_packed.
2073 (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
2074 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
2075 (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
2076 false.
2077 (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
2078 (xg_update_menubar): Update title only if
2079 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
2080 (xg_update_submenu): Skip tearoff only if
2081 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
2082 (xg_initialize): Initialize xg_detached_menus only if
2083 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
2084
2085 * xterm.h (struct x_output): Surround handlebox_widget with
2086 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new,
2087 toolbar_in_hbox is bool.
2088
2089 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2090
2091 * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
2092 (LIBS_GNUSTEP): Define.
2093 (LIBES): Add $(LIBS_GNUSTEP).
2094 (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
2095
2096 2012-12-30 Eli Zaretskii <eliz@gnu.org>
2097
2098 * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
2099 continuation glyph on a TTY with an indication of an empty line.
2100 (Bug#13277)
2101
2102 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2103
2104 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
2105 file's SELinux context or ACLs successfully set, nil otherwise.
2106 (Bug#13298)
2107 (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
2108
2109 * w32proc.c (reader_thread): Avoid passing NULL handles to
2110 SetEvent and WaitForSingleObject.
2111
2112 2012-12-28 Paul Eggert <eggert@cs.ucla.edu>
2113
2114 Port EXTERNALLY_VISIBLE to Clang 3.2.
2115 * conf_post.h (__has_attribute): New macro.
2116 (EXTERNALLY_VISIBLE): Use it. This ports to Clang 3.2.
2117
2118 2012-12-27 Glenn Morris <rgm@gnu.org>
2119
2120 * cygw32.c (Fcygwin_convert_file_name_to_windows)
2121 (Fcygwin_convert_file_name_from_windows): Doc fixes.
2122
2123 2012-12-27 Eli Zaretskii <eliz@gnu.org>
2124
2125 * fileio.c (file_name_as_directory, directory_file_name):
2126 Accept an additional argument MULTIBYTE to indicate whether the input C
2127 came from a multibyte or a unibyte Lisp string; all callers
2128 adjusted. Don't assume the input string is always multibyte.
2129 (Bug#13262)
2130 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
2131 don't ENCODE_FILE them, and return a unibyte string if the input
2132 was unibyte.
2133 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
2134 don't assume the input strings will always be multibyte. If the
2135 input strings are multibyte, decode strings obtained from C
2136 library functions.
2137
2138 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
2139
2140 * lisp.h (toplevel): Add two notices to the comment about
2141 defining a new Lisp data type.
2142 * print.c (print_object): If Lisp_Save_Value object's pointer
2143 is the address of a memory area containing Lisp_Objects, try
2144 to print them.
2145 * alloc.c (valid_lisp_object_p): Adjust comment.
2146
2147 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
2148
2149 * keyboard.c (record_asynch_buffer_change): Initialize an event
2150 only if it's really needed.
2151 * frame.h (enum output_method): Remove output_mac member since
2152 it's a leftover from the deleted code.
2153 * frame.c (Fframep): Adjust user here ...
2154 * terminal.c (Fterminal_live_p): ... and here.
2155 * coding.c (Qmac): Now here because it's only used to denote
2156 end-of-line encoding type.
2157 (syms_of_coding): DEFSYM it.
2158 * frame.h (Qmac): Remove duplicated declaration.
2159
2160 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2161
2162 * window.c (select_window_1): Now static, since it's used only here.
2163
2164 2012-12-25 Eli Zaretskii <eliz@gnu.org>
2165
2166 * window.c (window_body_cols): Subtract display margins from the
2167 window body width on TTYs as well. See
2168 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-12/msg00317.html
2169 for the original report.
2170
2171 2012-12-25 Dmitry Antipov <dmantipov@yandex.ru>
2172
2173 * xdisp.c (redisplay_window): Remove inner local variable
2174 because the outer shadowed one has the same meaning.
2175 * xterm.h (struct x_output): Remove toolbar_detached member since it's
2176 set but never used.
2177 * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2178 (xg_create_tool_bar): Adjust users.
2179
2180 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru>
2181
2182 * buffer.h (BUF_COMPACT): New macro to follow the common style.
2183 * buffer.c (Fget_buffer_create): Use it to set compact field of
2184 struct buffer_text to avoid accessing an uninitialized value
2185 when compact_buffer is called for the first time.
2186 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
2187 (Fset_buffer_modified_p): Use buffer_window_count to check
2188 whether the buffer is displayed in some window.
2189 * xdisp.c (message_dolog): Likewise.
2190
2191 2012-12-23 Eli Zaretskii <eliz@gnu.org>
2192
2193 * w32.c (acl_set_file): If setting the file security descriptor
2194 fails, and the new DACL is identical to the existing one, silently
2195 return success. This fixes problems for users backing up their
2196 own files without having the necessary privileges for setting
2197 security descriptors.
2198
2199 * w32proc.c (reader_thread): Do not index fd_info[] with negative
2200 values.
2201 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR
2202 after WaitForSingleObject returns normally. This expedites reader
2203 thread shutdown when delete_child triggers it.
2204 (reap_subprocess): More accurate commentary for why we call
2205 delete_child only when cp->fd is negative.
2206
2207 * w32.c (sys_close): Do not call delete_child on a subprocess
2208 whose handle is not yet closed. Instead, set its file descriptor
2209 to a negative value, so that reap_subprocess will call
2210 delete_child on that subprocess when its SIGCHLD arrives.
2211 This avoids closing handles used for communications between sys_select
2212 and reader_thread, which doesn't give sys_select a chance to
2213 notice that the process exited and invoke the SIGCHLD handler for
2214 it.
2215
2216 2012-12-23 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * nsfns.m (Fns_do_applescript): Run event loop until script has
2219 been executed (Bug#12969).
2220 (ns_run_ascript): Chech as_script for nil, set to nil after
2221 executing script.
2222
2223 2012-12-22 Martin Rudalics <rudalics@gmx.at>
2224
2225 * window.c (Fselect_window): Reword doc-string (Bug#13248).
2226
2227 2012-12-22 Eli Zaretskii <eliz@gnu.org>
2228
2229 * w32term.c (w32fullscreen_hook): New function.
2230 (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
2231
2232 2012-12-21 Eli Zaretskii <eliz@gnu.org>
2233
2234 * fileio.c (Finsert_file_contents): Doc fix.
2235
2236 * w32proc.c (new_child, delete_child, find_child_pid): For a
2237 subprocess, consider its slot being in use as long as its process
2238 handle (procinfo.hProcess) is not NULL. This avoids reusing the
2239 slot when a new process is started immediately after killing
2240 another one, without waiting enough time for the first process to
2241 be reaped and resources allocated for it be orderly freed.
2242 (Bug#13086)
2243 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
2244
2245 2012-12-21 Chong Yidong <cyd@gnu.org>
2246
2247 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
2248
2249 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
2250
2251 2012-12-21 Eli Zaretskii <eliz@gnu.org>
2252
2253 * w32.c (get_name_and_id): Always pass NULL as the first argument
2254 of lookup_account_sid. Avoids crashes with UNC file names that
2255 refer to DFS domains, not to specific machine names. (Bug#12621)
2256 Remove now unused argument FNAME; all callers changed.
2257 (get_file_owner_and_group): Remove now unused argument FNAME; all
2258 callers changed.
2259
2260 2012-12-21 Chong Yidong <cyd@gnu.org>
2261
2262 * editfns.c (Finsert_char): Since read-char-by-name now signals an
2263 error for invalid chars, don't check for a nil return value.
2264
2265 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2266
2267 Avoid calls to CHAR_TO_BYTE if byte position is known.
2268 * editfns.c (make_buffer_string_both): Use move_gap_both.
2269 (Fbuffer_string): Use make_buffer_string_both.
2270 * marker.c (buf_charpos_to_bytepos): Convert to eassert.
2271 Adjust comment.
2272 (buf_bytepos_to_charpos): Likewise.
2273 (charpos_to_bytepos): Remove.
2274 * fileio.c (Finsert_file_contents): Use move_gap_both.
2275 * search.c (Freplace_match): Likewise.
2276 * process.c (process_send_region): Likewise. Use convenient
2277 names for byte positions.
2278 * lisp.h (charpos_to_bytepos): Remove prototype.
2279 * indent.c (scan_for_column): Use CHAR_TO_BYTE.
2280 * insdel.c (move_gap): Likewise.
2281
2282 2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
2283
2284 * xdisp.c (redisplay_internal): Remove now-unused local.
2285
2286 2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 * xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
2289 (redisplay_internal): Don't bother selecting the frame to get the
2290 proper value of frame-local variables (bug#13225).
2291
2292 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2293
2294 * textprop.c (set_text_properties_1): Do not allow NULL interval.
2295 Rename 4th argument since it may be buffer or string. Adjust comment.
2296 * intervals.c (graft_intervals_info_buffer): Find an interval here.
2297
2298 2012-12-19 Dmitry Antipov <dmantipov@yandex.ru>
2299
2300 * coding.c (Fdetect_coding_region): Do not check start and end with
2301 CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
2302 (code_convert_region): Likewise.
2303
2304 2012-12-18 Eli Zaretskii <eliz@gnu.org>
2305
2306 * w32.c (acl_get_file, acl_set_file): Run the file name through
2307 map_w32_filename, and resolve any symlinks in the file name, like
2308 Posix platforms do.
2309 (acl_set_file): Call revert_to_self, if any privileges were
2310 enabled.
2311
2312 2012-12-17 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
2315 ($(BLD)/w32.$(O)): Update dependencies.
2316
2317 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
2320 propagate redisplay's scrolling (if any) to the right window.
2321 (redisplay_internal): Use ensure_selected_frame.
2322 (display_mode_lines): Complete last fix.
2323 * window.c (select_window_1): New func, extracted from select_window.
2324 (select_window): Use it.
2325 * window.h (select_window_1): Declare.
2326
2327 2012-12-17 Eli Zaretskii <eliz@gnu.org>
2328
2329 Emulate Posix ACL APIs on MS-Windows.
2330 * w32.c: Include sddl.h and sys/acl.h.
2331 (SDDL_REVISION_1): Define if not already defined.
2332 (g_b_init_get_security_descriptor_dacl)
2333 (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd)
2334 (g_b_init_is_valid_security_descriptor)
2335 (g_b_init_set_file_security): New static flags.
2336 (globals_of_w32): Initialize them to zero.
2337 (SetFileSecurity_Name): New string constant.
2338 (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc)
2339 (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc)
2340 (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc)
2341 (IsValidSecurityDescriptor_Proc): New typedefs.
2342 (get_file_security, get_security_descriptor_owner)
2343 (get_security_descriptor_group): Set errno to ENOTSUP.
2344 (set_file_security, get_security_descriptor_dacl)
2345 (is_valid_security_descriptor, convert_sd_to_sddl)
2346 (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text)
2347 (acl_free, acl_get_file, acl_set_file): New functions.
2348
2349 * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs.
2350
2351 2012-12-17 Paul Eggert <eggert@cs.ucla.edu>
2352
2353 Don't reraise SIGCHLD, as that can now lose (Bug#13192).
2354 With the 2012-12-03 fix for Bug#12980 in place, an old workaround
2355 for some of that bug's symptoms can now cause Emacs to abort.
2356 Remove the workaround.
2357 * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
2358 The bug that caused SIGCHLD to get lost has been fixed, and the
2359 workaround for it can now cause Emacs to abort.
2360
2361 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
2362
2363 * sysdep.c (emacs_abort): Bump backtrace size to 40.
2364 Companion to the 2012-09-30 patch. Suggested by Eli Zaretskii in
2365 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
2366
2367 2012-12-16 Romain Francoise <romain@orebokech.com>
2368
2369 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
2370 (Fcopy_file): Change last arg to `preserve_extended_attributes'
2371 and copy ACL entries of file in addition to SELinux context if set.
2372 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
2373
2374 * Makefile.in (LIBACL_LIBS): New macro.
2375 (LIBES): Use it.
2376
2377 2012-12-15 Paul Eggert <eggert@cs.ucla.edu>
2378
2379 * fileio.c (internal_delete_file): Use bool for boolean.
2380
2381 2012-12-15 Eli Zaretskii <eliz@gnu.org>
2382
2383 Fix bug #13079 on MS-Windows with temp files not being deleted.
2384 * w32.h (_child_process): New members input_file and
2385 pending_deletion.
2386 (register_child): First argument is now pid_t.
2387 (record_infile, record_pending_deletion): New prototypes.
2388
2389 * w32proc.c (new_child): Initialize input_file and
2390 pending_deletion members of the child.
2391 (delete_child): Delete the child's temporary input file, if any,
2392 that is pending deletion.
2393 (register_child): First argument is now pid_t.
2394 (record_infile, record_pending_deletion): New functions.
2395 (reap_subprocess): Fix a typo in DebPrint string.
2396 (sys_spawnve, sys_kill): Use pid_t for PID arguments.
2397
2398 * fileio.c (internal_delete_file): Return an int again: non-zero
2399 if delete-file succeeds, zero otherwise.
2400
2401 * lisp.h (internal_delete_file): Adjust prototype.
2402
2403 * callproc.c (Fcall_process): Don't overwrite infile with result
2404 of DECODE_FILE.
2405 [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
2406 asynchronous subprocess, record the name of the input file name,
2407 if any.
2408 (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
2409 delete the file, record it as pending deletion when the subprocess
2410 exits.
2411
2412 2012-12-14 Eli Zaretskii <eliz@gnu.org>
2413
2414 * editfns.c [HAVE_PWD_H]: Include grp.h.
2415
2416 * makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
2417
2418 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2419
2420 Fix permissions bugs with setgid directories etc. (Bug#13125)
2421 * dired.c (Ffile_attributes): Return t as the 9th attribute,
2422 to mark it as a placeholder. The old value was often wrong.
2423 The only user of this attribute has been changed to use
2424 file-ownership-preserved-p instead, with its new group arg.
2425 * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
2426
2427 2012-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * xdisp.c (select_frame_for_redisplay, display_mode_lines):
2430 Keep selected_window and selected_frame in sync.
2431
2432 2012-12-14 Eli Zaretskii <eliz@gnu.org>
2433
2434 * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not
2435 try to get accurate owner and group information from NT file
2436 security APIs. This is to make most callers of 'stat' and
2437 'lstat', which don't need that information, much faster.
2438
2439 * dired.c (Ffile_attributes) [WINDOWSNT]:
2440 Set w32_stat_get_owner_group to a non-zero value, to request accurate
2441 owner and group information from 'lstat'.
2442
2443 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 * fileio.c (Finsert_file_contents): Don't put tail into head area,
2446 as that confuses set-auto-coding, so insist on the head-read
2447 returning the full 1024 bytes. Let lseek compute the tail offset;
2448 less work for us. Do not ignore I/O errors when reading the tail.
2449
2450 * xdisp.c: Minor style fixes.
2451 (init_iterator): Hoist assignment out of if-expression.
2452 (markpos_of_region): Callers now test for sign, not for -1.
2453
2454 2012-12-13 Dmitry Antipov <dmantipov@yandex.ru>
2455
2456 Minor redisplay optimization when the region length is zero.
2457 * xdisp.c (markpos_of_region): New function.
2458 (init_iterator): Do not highlight the region of zero length.
2459 (redisplay_window): Check whether the region is of non-zero length.
2460 (try_cursor_movement): Allow if the region length is zero.
2461 (try_window_reusing_current_matrix, try_window_id): Likewise.
2462
2463 2012-12-13 Eli Zaretskii <eliz@gnu.org>
2464
2465 * search.c (search_buffer): Check the inverse translations of each
2466 character in pattern when the buffer being searched is unibyte.
2467 (Bug#13084)
2468
2469 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
2470
2471 * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
2472 files, fixing a regression from 24.2.
2473 (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
2474
2475 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
2476
2477 * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
2478 fstat shouldn't fail, and if it does fail copy-file should not proceed.
2479 Remove unnecessary S_ISLNK test, as (contra the comments) this
2480 function can't copy symlinks. Improve quality of error message
2481 when attempting to copy files that are neither regular files nor
2482 directories.
2483
2484 2012-12-12 Dmitry Antipov <dmantipov@yandex.ru>
2485
2486 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
2487 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
2488 * window.c (Frecenter):
2489 * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
2490 * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
2491
2492 2012-12-12 Daniel Colascione <dancol@dancol.org>
2493
2494 * unexcw.c (fixup_executable): Use posix_fallocate to ensure that
2495 the dumped Emacs is not a sparse file, greatly improving Cygwin
2496 "make bootstrap" performance.
2497
2498 2012-12-11 Michael Albinus <michael.albinus@gmx.de>
2499
2500 * inotify.c (inotify_callback): Generate an Emacs event for every
2501 incoming inotify event.
2502
2503 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2504
2505 * xdisp.c (handle_face_prop): Fix logic of computing
2506 it->start_of_box_run_p.
2507 (append_space_for_newline): If the glyph row is R2L, reset the
2508 iterator's end_of_box_run_p flag before prepending the space glyph.
2509 (extend_face_to_end_of_line): If the glyph row is R2L, reset the
2510 iterator's start_of_box_run_p flag before prepending the stretch.
2511 (append_glyph, produce_image_glyph, append_composite_glyph)
2512 (append_stretch_glyph, append_glyphless_glyph): Reverse the
2513 left_box_line_p and right_box_line_p flags of the glyph for R2L
2514 glyph rows. (Bug#13011)
2515
2516 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
2517
2518 * buffer.c (Fset_buffer_multibyte): Do not force redisplay
2519 if changed buffer is not shown in a window.
2520 * insdel.c (prepare_to_modify_buffer): Likewise.
2521 * window.c (replace_buffer_in_windows_safely): Do nothing
2522 if buffer is not shown in a window.
2523 (Fforce_window_update): Likewise if string or buffer argument
2524 is passed.
2525
2526 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2527
2528 * inotify.c (Finotify_add_watch): Rename decoded_file_name to
2529 encoded_file_name, which is what it is.
2530
2531 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
2532
2533 Consistently use marker_position and marker_byte_position.
2534 * fringe.c (Ffringe_bitmaps_at_pos):
2535 * indent.c (Fvertical_motion):
2536 * insdel.c (prepare_to_modify_buffer):
2537 * keyboard.c (make_lispy_position):
2538 * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
2539 (window_scroll_pixel_based, displayed_window_lines)
2540 (Fset_window_configuration):
2541 * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
2542 (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
2543 Replace direct access to marker fields with calls
2544 to marker_position and/or marker_byte_position.
2545
2546 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
2547
2548 * makefile.w32-in (SIG2STR_H): New macro.
2549 (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
2550 ($(BLD)/w32notify.$(O)): Update dependencies.
2551
2552 2012-12-10 Daniel Colascione <dancol@dancol.org>
2553
2554 * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
2555 Windows file notification functionality unless WINDOWSNT.
2556
2557 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
2558 declarations.
2559
2560 * w32fns.c (cache_system_info): Initialize the global hinst
2561 variable here so various initialization calls DTRT.
2562
2563 * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused variables.
2564 (hinst): Remove unneeded extern declaration.
2565 (_start): Remove initialization of above variables; remove
2566 initialization of hinst, as cache_system_info now does that.
2567
2568 * emacs.c (main): Call cache_system_info early in startup; we
2569 previously weren't calling it in Cygwin builds.
2570
2571 * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK):
2572 Teach the autoconf build system how to compile a Windows resource file
2573 and link it to Emacs.
2574
2575 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru>
2576
2577 Per-buffer window counters.
2578 * buffer.h (struct buffer): New member window_count.
2579 (buffer_window_count): New function.
2580 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
2581 Initialize window_count.
2582 (Fkill_buffer): Verify window_count for the buffer being killed.
2583 (modify_overlay): Do not force redisplay if buffer is not shown
2584 in any window.
2585 (init_buffer_once): Initialize window_count for buffer_defaults
2586 and buffer_local_symbols.
2587 * window.h (buffer_shared): Remove declaration.
2588 (wset_buffer): Convert from inline ...
2589 * window.c (wset_buffer): ... to an ordinary function.
2590 (adjust_window_count): New function.
2591 (make_parent_window): Use it.
2592 * xdisp.c (buffer_shared): Remove.
2593 (redisplay_internal, redisplay_window): Adjust users.
2594 (buffer_shared_and_changed): Use per-buffer window counter.
2595
2596 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2597
2598 Support for filesystem notifications on MS-Windows.
2599 * w32proc.c (sys_select): If drain_message_queue returns non-zero,
2600 and this is a TTY frame, signal the caller that keyboard input is
2601 available.
2602
2603 * w32xfns.c (drain_message_queue): Now returns an int: an
2604 indication whether any WM_EMACS_FILENOTIFY messages were found in
2605 the queue.
2606
2607 * w32inevt.c (handle_file_notifications): New function.
2608 (w32_console_read_socket): Call it to process file notifications.
2609
2610 * w32console.c (initialize_w32_display): Record the main thread ID
2611 in dwMainThreadId.
2612
2613 * deps.mk (inotify.o): New dependency list.
2614
2615 * Makefile.in (SOME_MACHINE_OBJECTS): Add w32notify.o.
2616
2617 * w32term.h (WM_EMACS_FILENOTIFY): New custom message.
2618 (WM_EMACS_END): Bump value by 1.
2619 (notification_buffer_in_use, file_notifications)
2620 (notifications_size, notifications_desc): Declare.
2621 (w32_get_watch_object, lispy_file_action, globals_of_w32notify):
2622 Add prototypes.
2623
2624 * w32term.c (lispy_file_action, queue_notifications): New functions.
2625 (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from>
2626 <Qrenamed_to>: New symbols.
2627 (w32_read_socket): Handle the WM_EMACS_FILENOTIFY message.
2628
2629 * w32notify.c: New file, implements file event notifications for
2630 MS-Windows.
2631
2632 * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message
2633 by posting it to the w32_read_socket queue.
2634
2635 * termhooks.h (enum event_kind) [HAVE_NTGUI]: Support FILE_NOTIFY_EVENT.
2636
2637 * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O).
2638 (GLOBAL_SOURCES): Add w32notify.c
2639 ($(BLD)/w32notify.$(O)): New set of dependencies.
2640
2641 * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype.
2642
2643 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
2644 Handle FILE_NOTIFY_EVENT.
2645 (syms_of_keyboard) [HAVE_NTGUI] <Qfile_notify>: New symbol.
2646 (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to
2647 w32notify-handle-event by default.
2648
2649 * emacs.c (main) [WINDOWSNT]: Call globals_of_w32notify and
2650 syms_of_w32notify.
2651
2652 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2653
2654 Support for filesystem notifications on GNU/Linux via inotify.
2655 * termhooks.h (enum event_kind) [HAVE_INOTIFY]: Add FILE_NOTIFY_EVENT.
2656
2657 * lisp.h (syms_of_inotify) [HAVE_INOTIFY]: Add prototype.
2658
2659 * keyboard.c (Qfile_inotify) [HAVE_INOTIFY]: New variable.
2660 (syms_of_keyboard): DEFSYM it.
2661 (kbd_buffer_get_event) [HAVE_INOTIFY]: Generate FILE_NOTIFY_EVENT.
2662 (make_lispy_event): Support FILE_NOTIFY_EVENT by generating
2663 Qfile_inotify events.
2664 (keys_of_keyboard) [HAVE_INOTIFY]: Bind file-inotify events in
2665 special-event-map to inotify-handle-event.
2666
2667 * emacs.c (main) [HAVE_INOTIFY]: Call syms_of_inotify.
2668
2669 * Makefile.in (base_obj): Add inotify.o.
2670
2671 * inotify.c: New file.
2672
2673 2012-12-10 Jan Djärv <jan.h.d@swipnet.se>
2674
2675 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
2676
2677 2012-12-10 Fabrice Popineau <fabrice.popineau@gmail.com>
2678
2679 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
2680 DWORD_PTR, for compatibility with 64-bit builds.
2681
2682 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
2683 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
2684 (system_process_attributes): Use SIZE_T rather than DWORD, for
2685 compatibility with 64-bit builds.
2686
2687 2012-12-10 Christopher Schmidt <christopher@ch.ristopher.com>
2688
2689 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
2690
2691 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2692
2693 * indent.c (Fvertical_motion): If a display string will be
2694 displayed on the left or the right margin, don't consider it as a
2695 factor in cursor positioning. (Bug#13108)
2696
2697 2012-12-10 Martin Rudalics <rudalics@gmx.at>
2698
2699 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
2700
2701 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
2702
2703 * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,
2704 for string length.
2705
2706 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2707
2708 * w32.c (unsetenv): Return 0 if the input string is too long.
2709
2710 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2711
2712 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2713 * alloc.c (xputenv): New function.
2714 * dbusbind.c (Fdbus_init_bus):
2715 * emacs.c (main):
2716 * xterm.c (x_term_init):
2717 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
2718 * editfns.c (initial_tz): Move static var decl up.
2719 (tzvalbuf_in_environ): New static var.
2720 (init_editfns): Initialize these two static vars.
2721 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
2722 Save old TZ value on stack, if it's small.
2723 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
2724 instead, use xputenv+unsetenv to set and restore TZ.
2725 (environbuf): Remove static var. All uses removed.
2726 (Fset_time_zone_rule): Do not save TZ and environ;
2727 no longer needed here.
2728 (set_time_zone_rule_tz1, set_time_zone_rule_tz2) [LOCALTIME_CACHE]:
2729 Move to inside set_time_zone_rule; they don't need file scope any more.
2730 (set_time_zone_rule): Maintain the TZ=value string separately.
2731 (syms_of_editfns): Don't initialize initial_tz;
2732 init_editfns now does it.
2733 * emacs.c (dump_tz) [HAVE_TZSET]: Now const.
2734 * lisp.h (xputenv): New decl.
2735
2736 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
2737
2738 * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
2739
2740 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2741
2742 * w32.c (unsetenv, sys_putenv): New functions.
2743
2744 2012-12-08 Chong Yidong <cyd@gnu.org>
2745
2746 * editfns.c (Finsert_char): Make the error message more
2747 informative (Bug#12992).
2748
2749 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2750
2751 Simplify get_lim_data.
2752 * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
2753 Remove USG and vlimit methods; no longer used these days.
2754 Add #error catchall just in case.
2755
2756 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2757 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
2758 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.
2759 * process.c [subprocesses]: Include <c-ctype.h>, <sig2str.h>.
2760 (deleted_pid_list, Fdelete_process, create_process)
2761 (record_child_status_change, handle_child_signal, deliver_child_signal)
2762 (init_process_emacs, syms_of_process):
2763 Assume SIGCHLD is defined.
2764 (parse_signal): Remove. All uses removed.
2765 (abbr_to_signal): New static function.
2766 (Fsignal_process): Use it to convert signal names to ints.
2767 * sysdep.c (sys_suspend) [!DOS_NT]: Use kill (0, ...) rather than
2768 kill (getpgrp (), ...).
2769 (emacs_sigaction_init): Assume SIGCHLD is defined.
2770 (init_signals): Assume SIGALRM, SIGCHLD, SIGHUP, SIGKILL,
2771 SIGPIPE, and SIGQUIT are defined. Do not worry about SIGCLD any more.
2772 * syssignal.h (EMACS_KILLPG): Remove.
2773 All uses replaced by 'kill' with a negative pid.
2774 (SIGCHLD): Remove definition, as we now assume SIGCHLD.
2775 * w32proc.c (sys_kill): Support negative pids compatibly with POSIX.
2776
2777 2012-12-07 Paul Eggert <eggert@cs.ucla.edu>
2778
2779 * sysdep.c (get_child_status): Abort on internal error (Bug#13086).
2780 This will cause a production Emacs to dump core instead of
2781 infinite-looping.
2782
2783 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
2784
2785 * frame.c (make_frame): Do not set window's buffer to t.
2786 * window.c (Fsplit_window_internal): Likewise. Previously it was
2787 used to indicate that the window is being set up. Now we use
2788 set_window_buffer for all new windows, so the condition in ...
2789 (Fset_window_buffer): ... is always true and can be removed.
2790
2791 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
2792
2793 Convenient macro to check whether the buffer is hidden.
2794 * buffer.h (BUFFER_HIDDEN_P): New macro.
2795 * frame.c (make_frame): Use it. Adjust comment.
2796 * buffer.c (candidate_buffer): New function.
2797 (Fother_buffer, other_buffer_safely): Use it.
2798
2799 2012-12-06 Eli Zaretskii <eliz@gnu.org>
2800
2801 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
2802 if the child process is still running. Instead, exit the wait
2803 loop and return zero. (Bug#13086)
2804
2805 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
2806
2807 * frame.h (x_char_width, x_char_height): Remove prototypes.
2808 * w32term.h (x_char_width, x_char_height): Likewise.
2809 * xfns.c (x_char_width, x_char_height): Remove.
2810 * w32fns.c (x_char_width, x_char_height): Likewise.
2811 * nsfns.c (x_char_width, x_char_height): Likewise.
2812 * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
2813 all window frames.
2814 (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
2815 * keyboard.c (command_loop_1): Remove prototype.
2816 (command_loop_2, top_level_1): Add static to match prototype.
2817
2818 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2819
2820 Fix a recently-introduced delete-process race condition.
2821 * callproc.c, process.h (record_kill_process):
2822 New function, containing part of the old call_process_kill.
2823 (call_process_kill): Use it.
2824 This does not change call_process_kill's behavior.
2825 * process.c (Fdelete_process): Use record_kill_process to fix a
2826 race condition that could cause Emacs to lose track of a child.
2827
2828 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
2829
2830 Avoid code duplication between prev_frame and next_frame.
2831 * frame.c (candidate_frame): New function. Add comment.
2832 (prev_frame, next_frame): Use it. Adjust comment.
2833
2834 2012-12-06 Eli Zaretskii <eliz@gnu.org>
2835
2836 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
2837 fails, signal an error instead of continuing with an empty
2838 string. (Bug#13079)
2839 Encode expanded temp file pattern before passing it to mkstemp or
2840 mktemp.
2841
2842 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
2843 Encode the file name before passing it to dostounix_filename, in
2844 case it will downcase it (under w32-downcase-file-names).
2845 (Bug#12933)
2846
2847 2012-12-05 Paul Eggert <eggert@cs.ucla.edu>
2848
2849 Minor call-process cleanups.
2850 * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
2851 at the same time as other platforms, to simplify analysis.
2852 No need for fd0_volatile since we have synch_process_fd.
2853 Avoid needless emacs_close; arg is always negative.
2854
2855 2012-12-04 Andreas Schwab <schwab@linux-m68k.org>
2856
2857 * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous
2858 processes.
2859
2860 2012-12-04 Dmitry Antipov <dmantipov@yandex.ru>
2861
2862 * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state
2863 member. Adjust users. Convert mouse_face_past_end, mouse_face_defer
2864 and mouse_face_hidden members to a bitfields.
2865 * frame.h (struct frame): Remove set-but-not-used space_width member.
2866 (FRAME_SPACE_WIDTH): Remove.
2867 * nsterm.m, w32term.c, xterm.c: Adjust users.
2868 * termchar.h (struct tty_display_info): Remove set-but-unused se_is_so
2869 member. Adjust users. Convert term_initted, delete_in_insert_mode,
2870 costs_set, insert_mode, standout_mode, cursor_hidden and flow_control
2871 members to a bitfields.
2872
2873 2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
2874
2875 Don't let call-process be a zombie factory (Bug#12980).
2876 Fixing this bug required some cleanup of the signal-handling code.
2877 As a side effect, this change also fixes a longstanding rare race
2878 condition whereby Emacs could mistakenly kill unrelated processes,
2879 and it fixes a bug where a second C-g does not kill a recalcitrant
2880 synchronous process in GNU/Linux and similar platforms.
2881 The patch should also fix the last vestiges of Bug#9488,
2882 a bug which has mostly been fixed on the trunk by other changes.
2883 * callproc.c, process.h (synch_process_alive, synch_process_death)
2884 (synch_process_termsig, sync_process_retcode):
2885 Remove. All uses removed, to simplify analysis and so that
2886 less consing is done inside critical sections.
2887 * callproc.c (call_process_exited): Remove. All uses replaced
2888 with !synch_process_pid.
2889 * callproc.c (synch_process_pid, synch_process_fd): New static vars.
2890 These take the role of what used to be in unwind-protect arg.
2891 All uses changed.
2892 (block_child_signal, unblock_child_signal):
2893 New functions, to avoid races that could kill innocent-victim processes.
2894 (call_process_kill, call_process_cleanup, Fcall_process): Use them.
2895 (call_process_kill): Record killed processes as deleted, so that
2896 zombies do not clutter up the system. Do this inside a critical
2897 section, to avoid a race that would allow the clutter.
2898 (call_process_cleanup): Fix code so that the second C-g works again
2899 on common platforms such as GNU/Linux.
2900 (Fcall_process): Create the child process in a critical section,
2901 to fix a race condition. If creating an asynchronous process,
2902 record it as deleted so that zombies do not clutter up the system.
2903 Do unwind-protect for WINDOWSNT too, as that's simpler in the
2904 light of these changes. Omit unnecessary call to emacs_close
2905 before failure, as the unwind-protect code does that.
2906 * callproc.c (call_process_cleanup):
2907 * w32proc.c (waitpid): Simplify now that synch_process_alive is gone.
2908 * process.c (record_deleted_pid): New function, containing
2909 code refactored out of Fdelete_process.
2910 (Fdelete_process): Use it.
2911 (process_status_retrieved): Remove. All callers changed to use
2912 child_status_change.
2913 (record_child_status_change): Remove, folding its contents into ...
2914 (handle_child_signal): ... this signal handler. Now, this
2915 function is purely a handler for SIGCHLD, and is not called after
2916 a synchronous waitpid returns; the synchronous code is moved to
2917 wait_for_termination. There is no need to worry about reaping
2918 more than one child now.
2919 * sysdep.c (get_child_status, child_status_changed): New functions.
2920 (wait_for_termination): Now takes int * status and bool
2921 interruptible arguments, too. Do not record child status change;
2922 that's now the caller's responsibility. All callers changed.
2923 Reimplement in terms of get_child_status.
2924 (wait_for_termination_1, interruptible_wait_for_termination):
2925 Remove. All callers changed to use wait_for_termination.
2926 * syswait.h: Include <stdbool.h>, for bool.
2927 (record_child_status_change, interruptible_wait_for_termination):
2928 Remove decls.
2929 (record_deleted_pid, child_status_changed): New decls.
2930 (wait_for_termination): Adjust to API changes noted above.
2931
2932 * bytecode.c, lisp.h (Qbytecode): Remove.
2933 No longer needed after 2012-11-20 interactive-p changes.
2934
2935 2012-12-03 Eli Zaretskii <eliz@gnu.org>
2936
2937 * xdisp.c (redisplay_window): If the cursor is visible, but inside
2938 the scroll margin, move point outside the margin. (Bug#13055)
2939
2940 2012-12-03 Jan Djärv <jan.h.d@swipnet.se>
2941
2942 * gtkutil.c (my_log_handler): New function.
2943 (xg_set_geometry): Set log handler to my_log_handler (Bug#11177).
2944
2945 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
2946
2947 * lisp.h (modify_region): Rename to...
2948 (modify_region_1): ...new prototype.
2949 * textprop.c (modify_region): Now static. Adjust users.
2950 * insdel.c (modify_region): Rename to...
2951 (modify_region_1): ...new function to work with current buffer.
2952 Adjust comment and users. Use true and false for booleans.
2953
2954 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
2955
2956 * alloc.c (free_save_value): New function.
2957 (safe_alloca_unwind): Use it.
2958 * lisp.h (free_save_value): New prototype.
2959 * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
2960 Add comment.
2961 (save_excursion_restore): Adjust to match saved data structure.
2962 Use free_save_value to offload some work from GC. Drop obsolete
2963 #if 0 code.
2964
2965 2012-12-03 Chong Yidong <cyd@gnu.org>
2966
2967 * fileio.c (Vauto_save_list_file_name): Doc fix.
2968
2969 2012-12-03 Fabrice Popineau <fabrice.popineau@gmail.com>
2970
2971 * w32fns.c: Remove prototype of atof.
2972 (syspage_mask): Make it DWORD_PTR, for compatibility with 64-bit
2973 builds.
2974 (file_dialog_callback): Make it UINT_PTR.
2975
2976 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
2977 with 64-bit builds.
2978
2979 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
2980 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
2981 defined.
2982
2983 2012-12-03 Glenn Morris <rgm@gnu.org>
2984
2985 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
2986
2987 2012-12-02 Paul Eggert <eggert@cs.ucla.edu>
2988
2989 Fix xpalloc confusion after memory is exhausted.
2990 * alloc.c (xpalloc): Comment fix.
2991 * charset.c (Fdefine_charset_internal): If xpalloc exhausts memory
2992 and signals an error, do not clear charset_table_size, as
2993 charset_table is still valid.
2994 * doprnt.c (evxprintf): Clear *BUF after freeing it.
2995
2996 Use execve to avoid need to munge environ (Bug#13054).
2997 * callproc.c (Fcall_process):
2998 * process.c (create_process):
2999 Don't save and restore environ; no longer needed.
3000 * callproc.c (child_setup):
3001 Use execve, not execvp, to preserve environ.
3002
3003 2012-12-01 Paul Eggert <eggert@cs.ucla.edu>
3004
3005 * xterm.c (x_draw_image_relief): Remove unused locals (Bug#10500).
3006
3007 2012-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3008
3009 * xterm.c (x_draw_relief_rect, x_draw_image_relief): Fix relief
3010 display for sliced images (Bug#10500).
3011
3012 * w32term.c (w32_draw_relief_rect, x_draw_image_relief): Likewise.
3013
3014 2012-11-30 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * doc.c (Fdocumentation): Re-add handling of function-documentation,
3017 accidentally removed in 2012-11-09T04:10:16Z!monnier@iro.umontreal.ca (bug#13034).
3018
3019 2012-11-29 Dmitry Antipov <dmantipov@yandex.ru>
3020
3021 * xdisp.c (window_outdated): Remove eassert since it hits
3022 some suspicious corner cases (see Bug#13007 and Bug#13012).
3023 (mode_line_update_needed): New function.
3024 (redisplay_internal, redisplay_window): Use it.
3025 (ensure_selected_frame): New function.
3026 (redisplay_internal, unwind_redisplay): Use it.
3027 (redisplay_internal): Move comment about buffer_shared...
3028 (buffer_shared_and_changed): ...near to its real use.
3029
3030 2012-11-29 Paul Eggert <eggert@cs.ucla.edu>
3031
3032 * callproc.c (Fcall_process): Don't misreport vfork failure.
3033
3034 2012-11-28 Paul Eggert <eggert@cs.ucla.edu>
3035
3036 * callproc.c (Fcall_process): Fix vfork portability problems.
3037 Do not assume that fd[0], count, filefd, and save_environ survive
3038 vfork. Fix bug whereby wrong errno value could be reported for
3039 pipe failure. Some minor cleanups, too, as follows. Move buf and
3040 bufsize to the context where they're needed. Change new_argv to
3041 be of type char **, as this is more convenient and avoids casts.
3042 (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX):
3043 Now local constants, not macros.
3044
3045 2012-11-18 Kenichi Handa <handa@gnu.org>
3046
3047 * font.c (font_unparse_xlfd): Fix previous change. Keep "const"
3048 for the variable "f".
3049
3050 2012-11-13 Kenichi Handa <handa@gnu.org>
3051
3052 * font.c (font_unparse_xlfd): Exclude special characters from the
3053 generating XLFD name.
3054
3055 2012-11-27 Paul Eggert <eggert@cs.ucla.edu>
3056
3057 Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
3058 * dired.c (stat_uname, stat_gname):
3059 * fileio.c (Fexpand_file_name): Remove no-longer-needed casts.
3060
3061 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
3062 * dired.c (directory_files_internal, file_name_completion):
3063 Assume EAGAIN and EINTR are defined.
3064
3065 * fileio.c (Fcopy_file): Assume EISDIR is defined.
3066 * gmalloc.c (ENOMEM, EINVAL): Assume they're defined.
3067 * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined.
3068 * lread.c (readbyte_from_file): Assume EINTR is defined.
3069 * process.c (wait_reading_process_output, send_process) [subprocesses]:
3070 Assume EIO and EAGAIN are defined.
3071 * unexcoff.c (write_segment): Assume EFAULT is defined.
3072
3073 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3074
3075 * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
3076 (Bug#11964)
3077
3078 * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
3079 highlighting on the frame was cleared. Prevents assertion
3080 violations when repeatedly clicking on the "Top" link of the
3081 "bread-crumbs" in Info buffers.
3082
3083 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
3084
3085 * sysdep.c (sys_subshell): Don't assume pid_t fits in int.
3086
3087 2012-11-24 Ken Brown <kbrown@cornell.edu>
3088
3089 * keyboard.c (HAVE_MOUSE):
3090 * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
3091 were always defined.
3092
3093 2012-11-24 Eli Zaretskii <eliz@gnu.org>
3094
3095 * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
3096 between bpos_covered and bpos_max. This fixes cursor display when
3097 several display strings follow each other.
3098
3099 * .gdbinit (pgx): If the glyph's object is a string, display the
3100 pointer to string data, rather than the value of the string object
3101 itself (which barfs under CHECK_LISP_OBJECT_TYPE).
3102
3103 * indent.c (Fvertical_motion): If the starting position is covered
3104 by a display string, return to one position before that, to avoid
3105 overshooting it inside move_it_to. (Bug#12930)
3106
3107 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru>
3108
3109 * frame.h (struct frame): Remove display_preempted member
3110 since all users are dead long ago.
3111 * nsterm.h (struct x_output): Use the only dummy member.
3112 * w32menu.c (pending_menu_activation): Remove since not
3113 really used.
3114 (set_frame_menubar): Adjust user.
3115 * w32term.h (struct x_output): Drop outdated #if 0 code.
3116 (struct w32_output): Use bitfields for explicit_parent,
3117 asked_for_visible and menubar_active members.
3118 Drop unused pending_menu_activation member.
3119 * xterm.h (struct x_output): Drop outdated #if 0 code.
3120 Use bitfields for explicit_parent, asked_for_visible,
3121 has_been_visible and net_wm_state_hidden_seen members.
3122
3123 2012-11-23 Eli Zaretskii <eliz@gnu.org>
3124
3125 * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead
3126 of a literal "/". (Bug#12955)
3127 (gl-stamp): Invoke fc.exe directly, not through cmd.
3128
3129 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
3130
3131 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
3132 * dired.c: Assume HAVE_DIRENT_H.
3133 (NAMLEN): Remove, replacing with ...
3134 (dirent_namelen): New function. All uses changed. Use the GNU macro
3135 _D_EXACT_NAMELEN if available, as it's faster than strlen.
3136 (DIRENTRY): Remove, replacing all uses with 'struct dirent'.
3137 (DIRENTRY_NONEMPTY): Remove. All callers now assume it's nonzero.
3138 * makefile.w32-in (DIR_H): Remove. All uses replaced with
3139 $(NT_INC)/dirent.h.
3140 ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h.
3141 * ndir.h: Rename to ../nt/inc/dirent.h.
3142 * sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove.
3143 Do not include <dirent.h>; no longer needed.
3144 * w32.c: Include <dirent.h> rather than "ndir.h".
3145
3146 2012-11-23 Chong Yidong <cyd@gnu.org>
3147
3148 * xftfont.c (xftfont_open): Remove duplicate assignment.
3149
3150 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
3151
3152 * alloc.c (Fgarbage_collect): Unblock input after clearing
3153 gc_in_progress to avoid note_mouse_highlight glitch with GC.
3154 * frame.h (FRAME_MOUSE_UPDATE): New macro.
3155 * msdos.c (IT_frame_up_to_date): Use it here...
3156 * w32term.c (w32_frame_up_to_date): ...here...
3157 * xterm.c (XTframe_up_to_date): ...and here...
3158 * nsterm.m (ns_frame_up_to_date): ...but not here.
3159 * lisp.h (Mouse_HLInfo): Remove mouse_face_deferred_gc member.
3160 Adjust users.
3161 * xdisp.c (message2_nolog, message3_nolog, note_mouse_highlight):
3162 Do not check whether GC is in progress.
3163
3164 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
3165
3166 * xdisp.c (window_buffer_changed): New function.
3167 (update_menu_bar, update_tool_bar): Use it to
3168 simplify large 'if' statements.
3169 (redisplay_internal): Generalize commonly used
3170 'tail' and 'frame' local variables.
3171
3172 2012-11-22 Eli Zaretskii <eliz@gnu.org>
3173
3174 * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
3175 with Windows system header.
3176
3177 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3178
3179 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
3180 * alloc.c: Assume unistd.h exists.
3181 * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
3182 * sysdep.c (get_current_dir_name): Assume getcwd exists.
3183 (getwd) [USG]: Remove; no longer needed.
3184 (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
3185 * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
3186 * w32.h (getcwd): Remove decl.
3187
3188 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.
3191 Make it set selected_window as well.
3192 (update_tool_bar): Use it.
3193
3194 2012-11-21 Ken Brown <kbrown@cornell.edu>
3195
3196 * emacs.c (main): Set the G_SLICE environment variable for all
3197 Cygwin builds, not just GTK builds. See
3198 https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
3199
3200 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3201
3202 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
3203 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
3204 Define for the MSVC compiler.
3205
3206 * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon.
3207
3208 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3209 (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
3210 dostounix_filename. Prevents crashes down the road, because
3211 dostounix_filename assumes it gets a unibyte string.
3212 Reported by Michel de Ruiter <michel@sentient.nl>, see
3213 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
3214
3215 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 Conflate Qnil and Qunbound for `symbol-function'.
3218 * alloc.c (Fmake_symbol): Initialize `function' to Qnil.
3219 * lread.c (init_obarray): Set `function' fields to Qnil.
3220 * eval.c (Fcommandp): Ignore Qunbound.
3221 (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand):
3222 * data.c (Ffset, Ffboundp, indirect_function, Findirect_function):
3223 Test NILP rather than Qunbound.
3224 (Ffmakunbound): Set to Qnil.
3225 (Fsymbol_function): Never signal an error.
3226 (Finteractive_form): Ignore Qunbound.
3227
3228 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
3229
3230 * eval.c (interactive_p): Remove no-longer-used decl.
3231
3232 2012-11-20 Dmitry Antipov <dmantipov@yandex.ru>
3233
3234 * xdisp.c (buffer_shared): Adjust comment.
3235 (buffer_shared_and_changed): New function.
3236 (prepare_menu_bars, redisplay_internal): Use it to
3237 decide whether all windows or frames should be updated.
3238 (window_outdated): New function.
3239 (text_outside_line_unchanged_p, redisplay_window): Use it.
3240 (redisplay_internal): Likewise. Fix indentation.
3241
3242 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * eval.c (Finteractive_p, Fcalled_interactively_p, interactive_p): Remove.
3245 (syms_of_eval): Remove corresponding defsubr.
3246 * bytecode.c (exec_byte_code): `interactive-p' is now a Lisp function.
3247
3248 2012-11-19 Daniel Colascione <dancol@dancol.org>
3249
3250 * w32fns.c (Fx_file_dialog):
3251 (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
3252 cygwin_convert_file_name*.
3253
3254 * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
3255 Rename cygwin_convert_path* to cygwin_convert_file_name*.
3256
3257 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
3258
3259 * nsterm.m (ns_select): Send SIGIO only to self, not to process group.
3260
3261 2012-11-18 Eli Zaretskii <eliz@gnu.org>
3262
3263 * w32select.c: Include w32common.h before w32term.h, so that
3264 windows.h gets included before w32term.h uses some of its
3265 features, see below.
3266
3267 * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]:
3268 New typedefs.
3269 (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]:
3270 New prototypes.
3271 (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878)
3272
3273 2012-11-18 Jan Djärv <jan.h.d@swipnet.se>
3274
3275 * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
3276 (ns_select): Return at once if events are held (Bug#12834).
3277
3278 2012-11-18 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3279
3280 * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
3281 Needed following 2012-10-20 change. (Bug#12902)
3282
3283 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3284
3285 * w32proc.c (waitpid): Remove unused label get_result.
3286
3287 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * makefile.w32-in (SYSWAIT_H): New macro.
3290 ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
3291 ($(BLD)/sysdep.$(O)): Update dependencies.
3292
3293 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3294
3295 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
3296 * callproc.c (relocate_fd): Assume F_DUPFD.
3297 * emacs.c, term.c (O_RDWR): Remove.
3298 * keyboard.c (tty_read_avail_input): Use O_NONBLOCK rather than
3299 O_NDELAY, since O_NONBLOCK is the standard name for this flag.
3300 * nsterm.m: Assume <fcntl.h> exists.
3301 * process.c (NON_BLOCKING_CONNECT, allocate_pty, create_process)
3302 (create_pty, Fmake_network_process, server_accept_connection)
3303 (wait_reading_process_output, init_process_emacs):
3304 Assume O_NONBLOCK.
3305 (wait_reading_process_output): Put in a special case for WINDOWSNT
3306 to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
3307 It's not clear this is needed, but it's a more-conservative change.
3308 (create_process): Assume FD_CLOEXEC.
3309 (create_process, create_pty): Assume O_NOCTTY.
3310 * sysdep.c (init_sys_modes, reset_sys_modes): Assume F_SETFL.
3311 (reset_sys_modes): Use O_NONBLOCK rather than O_NDELAY.
3312 Omit if not DOS_NT, since F_GETFL is not defined there.
3313 (serial_open): Assume O_NONBLOCK and O_NOCTTY.
3314 * term.c: Include <fcntl.h>, for flags like O_NOCTTY.
3315 (O_NOCTTY): Remove.
3316 (init_tty): Assume O_IGNORE_CTTY is defined to 0 on platforms that
3317 lack it, since gnulib guarantees this.
3318 * w32.c (fcntl): Test for O_NONBLOCK rather than O_NDELAY.
3319
3320 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3321
3322 * w32.c (faccessat): Pretend that directories have the execute bit
3323 set. Emacs expects that, e.g., in files.el:cd-absolute.
3324
3325 * w32proc.c (create_child): Don't clip the PID of the child
3326 process to fit into an Emacs integer, as this is no longer a
3327 restriction.
3328 (waitpid): Rename from sys_wait. Emulate a Posix 'waitpid' by
3329 reaping only the process specified by PID argument, if that is
3330 positive. Use PID instead of dead_child to know which process to
3331 reap. Wait for the child to die only if WNOHANG is not in
3332 OPTIONS.
3333 (sys_select): Don't set dead_child.
3334
3335 * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
3336 as it is no longer needed.
3337
3338 * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
3339 no longer needed.
3340 (record_child_status_change): Remove the setting of
3341 record_at_most_one_child for the !WNOHANG case.
3342
3343 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3344
3345 Fix problems in ns port found by static checking.
3346 * nsterm.m: Include <pthread.h>, for pthread_mutex_lock etc.
3347 (hold_event, setPosition:portion:whole:): Send SIGIO only to self,
3348 not to process group.
3349 (ns_select): Use emacs_write, not write, as that's more robust
3350 in the presence of signals.
3351 (fd_handler:): Check for read errors.
3352
3353 2012-11-16 Glenn Morris <rgm@gnu.org>
3354
3355 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
3356
3357 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
3360
3361 2012-11-16 Eli Zaretskii <eliz@gnu.org>
3362
3363 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
3364 use the same value of thread handle.
3365 (start_timer_thread): If the timer thread exited (due to error),
3366 clean up by closing the two handles it used. Duplicate the caller
3367 thread's handle here, so it gets duplicated only once, when
3368 launching the timer thread. Set priority of the timer thread, not
3369 the caller thread.
3370 (getitimer): Don't duplicate the caller thread's handle here.
3371 (Bug#12832)
3372
3373 2012-11-16 Jan Djärv <jan.h.d@swipnet.se>
3374
3375 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
3376 called (Bug#12834).
3377
3378 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
3379
3380 Remove no-longer-used pty_max_bytes variable.
3381 * process.c (pty_max_bytes): Remove; unused.
3382 (send_process): Do not set it.
3383
3384 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
3385
3386 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
3387 Update dependencies.
3388
3389 2012-11-15 Paul Eggert <eggert@cs.ucla.edu>
3390
3391 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
3392 This follows up on the 2012-09-29 patch that removed indirection
3393 for the 'function' field. Reported by Sergey Vinokurov in
3394 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
3395
3396 2012-11-14 Eli Zaretskii <eliz@gnu.org>
3397
3398 * w32.c (faccessat): Rename from sys_faccessat. (No need to use a
3399 different name, as the MS runtime does not have such a function,
3400 and probably never will.) All callers changed. Ignore DIRFD
3401 value if PATH is an absolute file name, to match Posix spec
3402 better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
3403 symlinks.
3404
3405 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru>
3406
3407 * xdisp.c (echo_area_display, redisplay_internal):
3408 Omit redundant check whether frame_garbaged is set.
3409
3410 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
3411
3412 Use faccessat, not access, when checking file permissions (Bug#12632).
3413 This fixes a bug that has been present in Emacs since its creation.
3414 It was reported by Chris Torek in 1983 even before GNU Emacs existed,
3415 which must set some sort of record. (Torek's bug report was against
3416 a predecessor of GNU Emacs, but GNU Emacs happened to have the
3417 same common flaw.) See Torek's Usenet posting
3418 "setuid/setgid programs & Emacs" Article-I.D.: sri-arpa.858
3419 Posted: Fri Apr 8 14:18:56 1983.
3420 * Makefile.in (LIB_EACCESS): New macro.
3421 (LIBES): Use it.
3422 * callproc.c (init_callproc):
3423 * charset.c (init_charset):
3424 * fileio.c (check_existing, check_executable, check_writable)
3425 (Ffile_readable_p):
3426 * lread.c (openp, load_path_check):
3427 * process.c (allocate_pty):
3428 * xrdb.c (file_p):
3429 Use effective UID when checking permissions, not real UID.
3430 * callproc.c (init_callproc):
3431 * charset.c (init_charset):
3432 * lread.c (load_path_check, init_lread):
3433 Test whether directories are accessible, not merely whether they exist.
3434 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): New macro.
3435 * fileio.c (check_existing, check_executable, check_writable)
3436 (Ffile_readable_p):
3437 Use symbolic names instead of integers for the flags, as they're
3438 portable now.
3439 (check_writable): New arg AMODE. All uses changed.
3440 Set errno on failure.
3441 (Ffile_readable_p): Use faccessat, not stat + open + close.
3442 (Ffile_writable_p): No need to call check_existing + check_writable.
3443 Just call check_writable and then look at errno. This saves a syscall.
3444 dir should never be nil; replace an unnecessary runtime check
3445 with an eassert. When checking the parent directory of a nonexistent
3446 file, check that the directory is searchable as well as writable, as
3447 we can't create files in unsearchable directories.
3448 (file_directory_p): New function, which uses 'stat' on most platforms
3449 but faccessat with D_OK (for efficiency) if WINDOWSNT.
3450 (Ffile_directory_p, Fset_file_times): Use it.
3451 (file_accessible_directory_p): New function, which uses a single
3452 syscall for efficiency.
3453 (Ffile_accessible_directory_p): Use it.
3454 * xrdb.c (file_p): Use file_directory_p.
3455 * lisp.h (file_directory_p, file_accessible_directory_p): New decls.
3456 * lread.c (openp): When opening a file, use fstat rather than
3457 stat, as that avoids a permissions race. When not opening a file,
3458 use file_directory_p rather than stat.
3459 (dir_warning): First arg is now a usage string, not a format.
3460 Use errno. All uses changed.
3461 * nsterm.m (ns_term_init): Remove unnecessary call to file-readable
3462 that merely introduced a race.
3463 * process.c, sysdep.c, term.c: All uses of '#ifdef O_NONBLOCK'
3464 changed to '#if O_NONBLOCK', to accommodate gnulib O_* style,
3465 and similarly for the other O_* flags.
3466 * w32.c (sys_faccessat): Rename from sys_access and switch to
3467 faccessat's API. All uses changed.
3468 * xrdb.c: Do not include <sys/stat.h>; no longer needed.
3469 (magic_db): Rename from magic_file_p.
3470 (magic_db, search_magic_path): Return an XrmDatabase rather than a
3471 char *, so that we don't have to test for file existence
3472 separately from opening the file for reading. This removes a race
3473 fixes a permission-checking problem, and simplifies the code.
3474 All uses changed.
3475 (file_p): Remove; no longer needed.
3476
3477 2012-11-13 Dmitry Antipov <dmantipov@yandex.ru>
3478
3479 Omit glyphs initialization at startup.
3480 * dispnew.c (glyphs_initialized_initially_p): Remove.
3481 (adjust_frame_glyphs_initially): Likewise. Adjust users.
3482 (Fredraw_frame): Move actual code from here...
3483 (redraw_frame): ...to here. Add eassert. Adjust comment.
3484 (Fredraw_display): Use redraw_frame.
3485 * xdisp.c (clear_garbaged_frames): Likewise.
3486
3487 2012-11-13 Eli Zaretskii <eliz@gnu.org>
3488
3489 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
3490 passed to pint2str and pint2hrstr to be at most the size of the
3491 frame's decode_mode_spec_buffer. This avoids crashes with very
3492 large values of FIELD_WIDTH argument to decode_mode_spec.
3493 (Bug#12867)
3494
3495 2012-11-13 Paul Eggert <eggert@cs.ucla.edu>
3496
3497 Fix a race with verify-visited-file-modtime (Bug#12863).
3498 Since at least 1991 Emacs has ignored an mtime difference of no
3499 more than one second, but my guess is that this was to work around
3500 file system bugs that were fixed long ago. Since the race is
3501 causing problems now, let's remove that code.
3502 * fileio.c (Fverify_visited_file_modtime): Do not accept a file
3503 whose time stamp is off by no more than a second. Insist that the
3504 file time stamps match exactly.
3505
3506 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
3507
3508 * frame.h (struct frame): Convert external_tool_bar member to
3509 1-bit unsigned bitfield.
3510 * termhooks.h (struct terminal): Remove mouse_moved member since
3511 all users are long dead. Adjust comment on mouse_position_hook.
3512
3513 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
3514
3515 Simplify by using FOR_EACH_FRAME here and there.
3516 * frame.c (next_frame, prev_frame, other_visible_frames)
3517 (delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
3518 * w32term.c (x_window_to_scroll_bar): Likewise.
3519 * window.c (window_list): Likewise.
3520 * xdisp.c (x_consider_frame_title): Likewise.
3521 * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
3522 * xfns.c (x_window_to_frame, x_any_window_to_frame)
3523 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
3524 * xmenu.c (menubar_id_to_frame): Likewise.
3525 * xselect.c (frame_for_x_selection): Likewise.
3526 * xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
3527 (x_window_to_menu_bar): Likewise.
3528 * w32fns.c (x_window_to_frame): Likewise. Adjust comment.
3529
3530 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
3531
3532 * data.c (Qdefalias_fset_function): Now static.
3533
3534 Another tweak to vectorlike_header change.
3535 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
3536 Remove, and replace all uses with ...
3537 (next_in_free_list, set_next_in_free_list):
3538 New functions, which respect C's aliasing rules better.
3539
3540 2012-11-11 Paul Eggert <eggert@cs.ucla.edu>
3541
3542 * window.c (list4i): Rename from 'quad'. All uses changed.
3543 Needed because <sys/types.h> defines 'quad' on Solaris 10.
3544
3545 2012-11-11 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
3548 warning about mixing declarations and code in ISO C90.
3549
3550 2012-11-10 Martin Rudalics <rudalics@gmx.at>
3551
3552 * window.c (Fsplit_window_internal): Set combination limit of
3553 new parent window to t iff Vwindow_combination_limit is t;
3554 fixing a regression introduced with the change from 2012-09-22.
3555 (Fset_window_combination_limit): Fix doc-string.
3556
3557 2012-11-10 Eli Zaretskii <eliz@gnu.org>
3558
3559 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
3560 amount when the scroll margins are too large. When scrolling
3561 backwards in the buffer, give up if cannot reach point or the
3562 scroll margin within a reasonable number of screen lines.
3563 Fixes point position in window under scroll-up/down-aggressively when
3564 point is positioned many lines beyond the window top/bottom.
3565 (Bug#12811)
3566
3567 * ralloc.c (relinquish): If real_morecore fails to return memory
3568 to the system, don't crash; instead, leave the last heap
3569 unchanged and return. (Bug#12774)
3570
3571 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * lisp.h (AUTOLOADP): New macro.
3574 * eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead.
3575 * data.c (Ffset): Remove special ad-advice-info handling.
3576 (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function.
3577 (Fsubr_arity): CSE.
3578 (Finteractive_form): Simplify.
3579 (Fquo): Don't insist on having at least 2 arguments.
3580 (Qdefalias_fset_function): New var.
3581
3582 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
3583
3584 * image.c (xpm_make_color_table_h): Change to hashtest_equal.
3585
3586 * nsfont.m (Qcondensed, Qexpanded): New variables.
3587 (ns_descriptor_to_entity): Restore Qcondensed, Qexpanded setting.
3588 (syms_of_nsfont): Defsym Qcondensed, Qexpanded.
3589
3590 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
3591
3592 Fix recently introduced crash on MS-Windows (Bug#12839).
3593 * w32term.h (struct scroll_bar): Use convenient header.
3594 (SCROLL_BAR_VEC_SIZE): Remove.
3595 * w32term.c (x_scroll_bar_create): Use VECSIZE.
3596
3597 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
3598
3599 Tweak last vectorlike_header change.
3600 * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent
3601 vectorlike object on the free list. This is introduced to avoid
3602 some (but not all) pointer casting and aliasing problems, see
3603 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00105.html.
3604 * .gdbinit (pvectype, pvecsize): New commands to examine vectorlike
3605 objects.
3606 (xvectype, xvecsize): Use them to examine Lisp_Object values.
3607
3608 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
3609
3610 * nsfont.m (ns_descriptor_to_entity): Qcondensed and Qexpanded has
3611 been removed, so remove them here also.
3612
3613 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * doc.c (Fdocumentation): Handle new property
3616 dynamic-docstring-function to replace the old ad-advice-info.
3617
3618 2012-11-09 Paul Eggert <eggert@cs.ucla.edu>
3619
3620 * fns.c (Qeql, hashtest_eq): Now static.
3621
3622 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
3625 * fns.c (hashfn_eq, hashfn_eql, sxhash):
3626 * profiler.c (hashfn_profiler): Don't use XUINT on non-integers.
3627 * buffer.c (compare_overlays): Use XLI rather than XHASH.
3628
3629 2012-11-08 Paul Eggert <eggert@cs.ucla.edu>
3630
3631 Use same hash function for hashfn_profiler as for hash_string etc.
3632 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
3633 * lisp.h (sxhash_combine): New inline function, with the contents
3634 of the old SXHASH_COMBINE.
3635 * profiler.c (hashfn_profiler): Use it, instead of having a
3636 special hash function containing a comparison that always yields 1.
3637
3638 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
3641 (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
3642 (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
3643 Remove unused vars.
3644
3645 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
3646
3647 * image.c (xpm_make_color_table_h): Fix compiler error because
3648 make_hash_table changed.
3649
3650 2012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change)
3651
3652 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
3653
3654 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 Use ad-hoc comparison function for the profiler's hash-tables.
3657 * profiler.c (Qprofiler_backtrace_equal, hashtest_profiler): New vars.
3658 (make_log): Use them.
3659 (handle_profiler_signal): Don't inhibit quit any longer since we don't
3660 call Fequal any more.
3661 (Ffunction_equal): New function.
3662 (cmpfn_profiler, hashfn_profiler): New functions.
3663 (syms_of_profiler): Initialize them.
3664 * lisp.h (struct hash_table_test): New struct.
3665 (struct Lisp_Hash_Table): Use it.
3666 * alloc.c (mark_object): Mark hash_table_test fields of hash tables.
3667 * fns.c (make_hash_table): Take a struct to describe the test.
3668 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
3669 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
3670 (hash_lookup, hash_remove_from_table): Move assertion checking of
3671 hashfn result here. Check hash-equality before calling cmpfn.
3672 (Fmake_hash_table): Adjust call to make_hash_table.
3673 (hashtest_eq, hashtest_eql, hashtest_equal): New structs.
3674 (syms_of_fns): Initialize them.
3675 * emacs.c (main): Move syms_of_fns earlier.
3676 * xterm.c (syms_of_xterm):
3677 * category.c (hash_get_category_set): Adjust call to make_hash_table.
3678 * print.c (print_object): Adjust to new hash-table struct.
3679 * composite.c (composition_gstring_put_cache): Adjust to new hashfn.
3680
3681 2012-11-08 Eli Zaretskii <eliz@gnu.org>
3682
3683 * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
3684 value of w32-scroll-lock-modifier is neither nil nor one of the
3685 known key modifiers. (Bug#12806)
3686
3687 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
3688
3689 Shrink struct vectorlike_header to the only size field.
3690 * lisp.h (enum pvec_type): Avoid explicit enum member values.
3691 Adjust comment.
3692 (enum More_Lisp_Bits): Change PSEUDOVECTOR_SIZE_BITS and
3693 PVEC_TYPE_MASK to arrange new bitfield in the vector header.
3694 (PSEUDOVECTOR_REST_BITS, PSEUDOVECTOR_REST_MASK): New members.
3695 (PSEUDOVECTOR_AREA_BITS): New member used to extract subtype
3696 information from the vector header. Adjust comment.
3697 (XSETPVECTYPE, XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR)
3698 (PSEUDOVECTOR_TYPEP, DEFUN): Adjust to match new vector header
3699 layout.
3700 (XSETSUBR, SUBRP): Adjust to match new Lisp_Subr layout.
3701 (struct vectorlike_header): Remove next member. Adjust comment.
3702 (struct Lisp_Subr): Add convenient header. Adjust comment.
3703 (allocate_pseudovector): Adjust prototype.
3704 * alloc.c (mark_glyph_matrix, mark_face_cache, allocate_string)
3705 (sweep_string, lisp_malloc): Remove useless prototypes.
3706 (enum mem_type): Adjust comment.
3707 (NEXT_IN_FREE_LIST): New macro.
3708 (SETUP_ON_FREE_LIST): Adjust XSETPVECTYPESIZE usage.
3709 (Fmake_bool_vector): Likewise.
3710 (struct large_vector): New type to represent allocation unit for
3711 the vectors with the memory footprint more than VBLOOCK_BYTES_MAX.
3712 (large_vectors): Change type to struct large_vector.
3713 (allocate_vector_from_block): Simplify.
3714 (PSEUDOVECTOR_NBYTES): Replace with...
3715 (vector_nbytes): ...new function. Adjust users.
3716 (sweep_vectors): Adjust processing of large vectors.
3717 (allocate_vectorlike): Likewise.
3718 (allocate_pseudovector): Change type of 3rd arg to enum pvec_type.
3719 Add easserts. Adjust XSETPVECTYPESIZE usage.
3720 (allocate_buffer): Use BUFFER_PVEC_INIT.
3721 (live_vector_p): Adjust to match large vector.
3722 * buffer.c (init_buffer_once): Use BUFFER_PVEC_INIT.
3723 * buffer.h (struct buffer): Add next member.
3724 (BUFFER_LISP_SIZE, BUFFER_REST_SIZE, BUFFER_PVEC_INIT):
3725 New macros.
3726 (FOR_EACH_BUFFER): Adjust to match struct buffer change.
3727 * fns.c (internal_equal): Adjust to match enum pvec_type change.
3728 (copy_hash_table): Adjust to match vector header change.
3729 * lread.c (defsubr): Use XSETPVECTYPE.
3730 * .gdbinit (xpr, xbacktrace): Adjust to match vector header change.
3731 (xvectype): Likewise. Print PVEC_NORMAL_VECTOR for regular vectors.
3732 (xvecsize): New command.
3733
3734 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
3735
3736 * keyboard.c (event_to_kboard): Do not dereference
3737 frame_or_window field of SELECTION_REQUEST_EVENT
3738 and SELECTION_CLEAR_EVENT events (Bug#12814).
3739 * xterm.h (struct selection_input_event): Adjust comment.
3740
3741 2012-11-07 Eli Zaretskii <eliz@gnu.org>
3742
3743 * w32fns.c (modifier_set): Don't report modifiers from toggle key,
3744 such as Scroll Lock, if the respective keys are treated as
3745 function keys, not as modifiers. This avoids destroying non-ASCII
3746 keyboard input when Scroll Lock is toggled ON. (Bug#12806)
3747
3748 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru>
3749
3750 * xfns.c (Fx_wm_set_size_hint): Use check_x_frame. Adjust docstring.
3751
3752 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
3753
3754 Restore some duplicate definitions (Bug#12814).
3755 This undoes part of the 2012-11-03 changes. Some people build
3756 with plain -g rather than with -g3, and they need the duplicate
3757 definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>.
3758 * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK):
3759 Define as macros, as well as as enums or as constants.
3760
3761 2012-11-06 Jan Djärv <jan.h.d@swipnet.se>
3762
3763 * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask
3764 to keypad keys (Bug#12816).
3765
3766 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
3767
3768 Minor adjustments of recently-changed frame functions.
3769 * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
3770 known to be a frame (we're in the FRAMEP branch).
3771 * lisp.h (Qframep): Remove decl. frame.h declares this.
3772 * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
3773 since they're meant for Lisp fixnum values.
3774
3775 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3776
3777 * window.c (Fwindow_combination_limit): Revert to the only
3778 required argument and adjust docstring as suggested in
3779 http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html
3780 by Martin Rudalics <rudalics@gmx.at>.
3781
3782 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3783
3784 Widely used frame validity and checking functions.
3785 * frame.h (decode_live_frame, decode_any_frame): Add prototypes.
3786 * frame.c (decode_live_frame, decode_any_frame): New functions.
3787 (delete_frame, Fredirect_frame_focus, Fframe_parameters)
3788 (Fframe_parameter, Fframe_char_height, Fframe_char_width)
3789 (Fframe_pixel_height, Fframe_pixel_width, Ftool_bar_pixel_width)
3790 (Fframe_pointer_visible_p): Use decode_any_frame.
3791 (Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame)
3792 (Fraise_frame, Flower_frame, Fmodify_frame_parameters)
3793 (Fset_frame_height, Fset_frame_width): Use decode_live_frame.
3794 (Fframe_focus): Likewise. Allow zero number of arguments.
3795 Adjust docstring.
3796 (frame_buffer_list, frame_buffer_predicate): Remove.
3797 * lisp.h (frame_buffer_predicate): Remove prototype.
3798 * buffer.c (Fother_buffer): Use decode_any_frame.
3799 * xdisp.c (Ftool_bar_lines_needed): Likewise.
3800 * xfaces.c (Fcolor_gray_p, Fcolor_supported_p): Likewise.
3801 * font.c (Ffont_face_attributes, Ffont_family_list, Fopen_font)
3802 (Fclose_font, Ffont_info): Use decode_live_frame.
3803 * fontset.c (check_fontset_name): Likewise.
3804 * terminal.c (Fframe_terminal): Likewise.
3805 * w32fns.c (check_x_frame): Likewise.
3806 * window.c (Fminibuffer_window, Fwindow_at)
3807 (Fcurrent_window_configuration): Likewise.
3808 (Frun_window_configuration_change_hook, Fwindow_resize_apply):
3809 Likewise. Allow zero number of arguments. Adjust docstring.
3810 * dispnew.c (Fredraw_frame): Likewise.
3811 * xfaces.c (frame_or_selected_frame): Remove.
3812 (Fx_list_fonts, Finternal_get_lisp_face_attribute, Fface_font)
3813 (Finternal_lisp_face_equal_p, Finternal_lisp_face_empty_p)
3814 (Fframe_face_alist): Use decode_live_frame.
3815 * xfns.c (check_x_frame): Likewise.
3816
3817 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3818
3819 * window.c (quad): New function.
3820 (Fwindow_edges, Fwindow_pixel_edges, Fwindow_inside_edges)
3821 (Fwindow_absolute_pixel_edges, Fwindow_inside_absolute_pixel_edges)
3822 (Fwindow_inside_pixel_edges, Fpos_visible_in_window_p)
3823 (Fwindow_line_height): Use it.
3824 (Fwindow_fringes): Use list3.
3825 (Fwindow_scroll_bars): Use list4.
3826 (Fwindow_frame, Fwindow_top_child, Fwindow_left_child)
3827 (Fwindow_combination_limit): Allow zero number of arguments.
3828
3829 2012-11-05 Eli Zaretskii <eliz@gnu.org>
3830
3831 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h.
3832
3833 * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin.
3834 (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use
3835 file descriptor 2 for standard error. (Bug#12805)
3836
3837 2012-11-05 Chong Yidong <cyd@gnu.org>
3838
3839 * process.c (wait_reading_process_output): Revert previous change.
3840
3841 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
3842
3843 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
3844 This removes code that has been obsolete since around 1990.
3845 * callproc.c (Fcall_process):
3846 * emacs.c (main):
3847 * process.c (create_process):
3848 * term.c (dissociate_if_controlling_tty):
3849 Assume setsid exists.
3850 * callproc.c (child_setup): Assume setpgid exists and behaves as
3851 per POSIX.1-1988 or later.
3852 * conf_post.h (setpgid) [!HAVE_SETPGID]: Remove.
3853 * emacs.c (shut_down_emacs):
3854 * sysdep.c (sys_suspend, init_foreground_group):
3855 Assume getpgrp behaves as per POSIX.1-1998 or later.
3856 * msdos.c (setpgrp): Remove.
3857 (tcgetpgrp, setpgid, setsid): New functions.
3858 * systty.h (EMACS_GETPGRP): Remove. All callers now use getpgrp.
3859 * term.c (no_controlling_tty): Remove; unused.
3860 * w32proc.c (setpgrp): Remove.
3861 (setsid, tcgetpgrp): New functions.
3862
3863 Simplify by assuming __fpending.
3864 * dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
3865 (update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
3866 Do not assume that __fpending's result fits in int.
3867
3868 2012-11-04 Paul Eggert <eggert@cs.ucla.edu>
3869
3870 Remove EMACS_OUTQSIZE+sleep hack.
3871 * dispnew.c (update_frame_1): Remove hack for terminals slower
3872 than 2400 bps, which throttled Emacs by having it sleep.
3873 This code hasn't worked since at least 2007, when the multi-tty stuff
3874 was added, and anyway those old terminals are long dead.
3875 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
3876 without the dispnew.c change, as dispnew.c doesn't include systty.h.
3877
3878 Fix data-loss with --version (Bug#9574).
3879 * emacs.c (close_output_streams): Use strerror, not emacs_strerror,
3880 as we can't assume that emacs_strerror is initialized, and strerror
3881 is good enough here.
3882 (main): Invoke atexit earlier, to catch earlier instances of
3883 sending data to stdout and exiting, e.g., "emacs --version >/dev/full".
3884
3885 2012-11-04 Michael Marchionna <tralfaz@pacbell.net>
3886
3887 * nsterm.m: Add NSClearLineFunctionKey and keypad keys (Bug#8680).
3888 (keyDown): Remap keypad keys to X11 virtual key codes.
3889
3890 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
3891
3892 Fix data-loss with --batch (Bug#9574).
3893 * emacs.c: Include <close-stream.h>.
3894 (close_output_streams): New function.
3895 (main): Pass it to atexit, so that Emacs closes stdout and stderr
3896 and handles errors appropriately.
3897 (Fkill_emacs): Don't worry about flushing, as close_output_stream
3898 does that now.
3899
3900 Fix a race condition that causes Emacs to mess up glib (Bug#8855).
3901 The symptom is a diagnostic "GLib-WARNING **: In call to
3902 g_spawn_sync(), exit status of a child process was requested but
3903 SIGCHLD action was set to SIG_IGN and ECHILD was received by
3904 waitpid(), so exit status can't be returned." The diagnostic
3905 is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
3906 The real bug is a race condition between Emacs and glib: Emacs
3907 does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
3908 so that glib can't find it. Work around the bug by invoking
3909 waitpid only on subprocesses that Emacs itself creates.
3910 * process.c (create_process, record_child_status_change):
3911 Don't use special value -1 in pid field, as the caller now must
3912 know the pid rather than having the callee infer it.
3913 The inference was sometimes incorrect anyway, due to another race.
3914 (create_process): Set new 'alive' member if child is created.
3915 (process_status_retrieved): New function.
3916 (record_child_status_change): Use it.
3917 Accept negative 1st argument, which means to wait for the
3918 processes that Emacs already knows about. Move special-case code
3919 for DOS_NT (which lacks WNOHANG) here, from caller. Keep track of
3920 processes that have already been waited for, by testing and
3921 clearing new 'alive' member.
3922 (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
3923 now does this internally.
3924 (handle_child_signal): Let record_child_status_change do all
3925 the work, since we do not want to reap all exited child processes,
3926 only the child processes that Emacs itself created.
3927 * process.h (Lisp_Process): New boolean member 'alive'.
3928
3929 Omit duplicate definitions no longer needed with gcc -g3.
3930 * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
3931 (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
3932 Define only as macros. There's no longer any need to also define
3933 these symbols as enums or as constants, since we now assume
3934 gcc -g3 when debugging.
3935
3936 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3937
3938 * lisp.mk: Adjust comments to the fact that term/internal is now
3939 loaded from loadup.el.
3940
3941 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
3942 (msdos_fatal_signal): New function.
3943 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
3944 its argument list.
3945
3946 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
3947 for GCC versions before 4.
3948 (emacs_raise): Define to call msdos_fatal_signal.
3949
3950 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
3951 iterator when starting in the middle of a display or overlay
3952 string. (Bug#12745)
3953
3954 2012-11-03 Chong Yidong <cyd@gnu.org>
3955
3956 * process.c (wait_reading_process_output): Clean up the last
3957 change.
3958
3959 2012-11-03 Jim Paris <jim@jtan.com> (tiny change)
3960
3961 * process.c (wait_reading_process_output): Avoid a race condition
3962 with SIGIO delivery (Bug#11536).
3963
3964 2012-11-03 Chong Yidong <cyd@gnu.org>
3965
3966 * buffer.c (cursor_type): Untabify docstring.
3967
3968 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
3969
3970 * frame.h (struct frame): Drop can_have_scroll_bars member
3971 which is meaningless for a long time. Adjust comments.
3972 (FRAME_CAN_HAVE_SCROLL_BARS): Remove.
3973 * frame.c, nsfns.m, term.c, w32fns.c, xfns.c: Adjust users.
3974
3975 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
3976
3977 * window.c (decode_next_window_args): Update window arg after
3978 calling decode_live_window and so fix crash reported at
3979 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00035.html
3980 by Juanma Barranquero <lekktu@gmail.com>.
3981 (Fwindow_body_width, Fwindow_body_height): Simplify a bit.
3982 * font.c (Ffont_at): Likewise.
3983
3984 2012-11-01 Jan Djärv <jan.h.d@swipnet.se>
3985
3986 * widget.c (resize_cb): New function.
3987 (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
3988 (EmacsFrameResize): Check if all is up to date before changing frame
3989 size.
3990
3991 2012-11-02 Eli Zaretskii <eliz@gnu.org>
3992
3993 Implement backtrace output for fatal errors on MS-Windows.
3994 * w32fns.c (CaptureStackBackTrace_proc): New typedef.
3995 (BACKTRACE_LIMIT_MAX): New macro.
3996 (w32_backtrace): New function.
3997 (emacs_abort): Use w32_backtrace when the user chooses not to
3998 attach a debugger. Update the text of the abort dialog.
3999
4000 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
4001
4002 Window-related stuff cleanup here and there.
4003 * dispnew.c (Finternal_show_cursor, Finternal_show_cursor_p):
4004 Use decode_any_window.
4005 * fringe.c (Ffringe_bitmaps_at_pos): Likewise.
4006 * xdisp.c (Fformat_mode_line): Likewise.
4007 * font.c (Ffont_at): Use decode_live_window.
4008 * indent.c (Fcompute_motion, Fvertical_motion): Likewise.
4009 * window.c (decode_next_window_args): Likewise.
4010 (decode_any_window): Remove static.
4011 * window.h (decode_any_window): Add prototype.
4012 * lisp.h (CHECK_VALID_WINDOW, CHECK_LIVE_WINDOW): Move from here...
4013 * window.h: ...to here, redefine via WINDOW_VALID_P and WINDOW_LIVE_P,
4014 respectively.
4015
4016 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
4017
4018 Remove pad from struct input_event.
4019 * termhooks.h (struct input_event): Remove padding field.
4020 Adjust comment.
4021 * keyboard.c (event_to_kboard): Simplify because frame_or_window
4022 member is never cons for a long time. Adjust comment.
4023 (mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
4024 SELECTION_CLEAR_EVENT has no Lisp_Objects to mark. Add comment.
4025 * xterm.c (handle_one_xevent): Do not initialize frame_or_window
4026 field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
4027
4028 2012-11-01 Eli Zaretskii <eliz@gnu.org>
4029
4030 * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776)
4031
4032 2012-10-31 Paul Eggert <eggert@cs.ucla.edu>
4033
4034 Fix crash when using Emacs as commit editor for git (Bug#12697).
4035 * callproc.c (setpgrp): Remove macro, as we now use setpgid
4036 and it is configured in conf_post.h.
4037 (Fcall_process): Don't invoke both setsid and setpgid; the former
4038 is enough, if it exists.
4039 * callproc.c (Fcall_process, child_setup):
4040 * process.c (create_process): Use setpgid.
4041 * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
4042 for the real thing.
4043 * dispnew.c (init_display): Initialize the foreground group
4044 if we are running a tty display.
4045 * emacs.c (main): Do not worry about setpgrp; init_display does it now.
4046 * lisp.h (init_foreground_group): New decl.
4047 * sysdep.c (inherited_pgroup): New static var.
4048 (init_foreground_group, tcsetpgrp_without_stopping)
4049 (narrow_foreground_group, widen_foreground_group): New functions.
4050 (init_sys_modes): Narrow foreground group.
4051 (reset_sys_modes): Widen foreground group.
4052
4053 2012-10-31 Michael Albinus <michael.albinus@gmx.de>
4054
4055 * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
4056
4057 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4058
4059 * minibuf.c (read_minibuf): Restore current buffer since
4060 choose_minibuf_frame calling Fset_frame_selected_window may
4061 change it (Bug#12766).
4062
4063 2012-10-30 Jan Djärv <jan.h.d@swipnet.se>
4064
4065 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
4066
4067 2012-10-30 Kenichi Handa <handa@gnu.org>
4068
4069 * font.c (Ffont_at): If WINDOW is specified and it is not
4070 displaying the current buffer, signal an error.
4071
4072 2012-10-29 Daniel Colascione <dancol@dancol.org>
4073
4074 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
4075 In preparation for fixing bug#12739, move these functions from
4076 here...
4077
4078 * coding.h, coding.c: ... to here, and compile them only when
4079 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
4080 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
4081
4082 2012-10-28 Eli Zaretskii <eliz@gnu.org>
4083
4084 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
4085 (timer_loop, getitimer, setitimer): Use it instead of
4086 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
4087 'clock'.
4088 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
4089 literal 10000.
4090
4091 2012-10-28 Jan Djärv <jan.h.d@swipnet.se>
4092
4093 * nsterm.m (NO_APPDEFINED_DATA): New define.
4094 (last_appdefined_event_data): New variable
4095 (last_appdefined_event): Remove.
4096 (ns_select): Initialize t from last_appdefined_event_data instead
4097 of [last_appdefined_event data1].
4098 (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
4099 remove last_appdefined_event (Bug#12698).
4100
4101 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * frame.c (x_set_font): Catch internal error.
4104
4105 2012-10-27 Eli Zaretskii <eliz@gnu.org>
4106
4107 Avoid overflow in w32 implementation of interval timers.
4108 When possible, for ITIMER_PROF count only times the main thread
4109 actually executes.
4110 * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
4111 'volatile ULONGLONG' types. All the other data which was
4112 previously clock_t is now ULONGLONG. 'terminate' is 'volatile int'.
4113 (GetThreadTimes_Proc): New typedef.
4114 (w32_get_timer_time): New function, returns a suitable time value
4115 for the timer.
4116 (timer_loop): Enter critical section when accessing ULONGLONG
4117 values of the itimer_data struct, as these accesses are no longer
4118 atomic. Call 'w32_get_timer_time' instead of 'clock'.
4119 Remove unused variable.
4120 (init_timers): Initialize s_pfn_Get_Thread_Times.
4121 (start_timer_thread): Don't assign itimer->caller_thread here.
4122 (getitimer): Assign itimer->caller_thread here.
4123 (setitimer): Always call getitimer to get the value of ticks_now.
4124 (sys_spawnve): Avoid compiler warning about format mismatch.
4125
4126 2012-10-26 Eli Zaretskii <eliz@gnu.org>
4127
4128 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
4129 mouse movement events if the menu bar is active. This avoids
4130 producing a busy "hour-glass" cursor by Windows if the mouse
4131 pointer is positioned over a tooltip shown for some menu item.
4132
4133 2012-10-25 Paul Eggert <eggert@cs.ucla.edu>
4134
4135 Don't assume process IDs fit in int.
4136 * emacs.c (shut_down_emacs) [!DOS_NT]:
4137 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
4138 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
4139 Use pid_t, not int, to store process IDs, as 'int'
4140 is not wide enough on a few platforms (e.g., AIX and IRIX).
4141
4142 2012-10-23 Kenichi Handa <handa@gnu.org>
4143
4144 The following change is to make face-font-rescale-alist work
4145 correctly for non-ASCII fonts.
4146
4147 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
4148 (font_open_for_lface): Handle Vface_font_rescale_alist.
4149
4150 2012-10-23 Chong Yidong <cyd@gnu.org>
4151
4152 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
4153
4154 2012-10-21 Jan Djärv <jan.h.d@swipnet.se>
4155
4156 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
4157 for screen font.
4158 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
4159
4160 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
4161 event (Bug#12681).
4162
4163 2012-10-21 Glenn Morris <rgm@gnu.org>
4164
4165 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
4166
4167 2012-10-20 Paul Eggert <eggert@cs.ucla.edu>
4168
4169 Port to OpenBSD 5.1.
4170 * frame.c (Fmouse_position, Fmouse_pixel_position):
4171 * xdisp.c (produce_stretch_glyph):
4172 Declare local vars only when they're needed.
4173 This is clearer and avoids a warning on OpenBSD about unused vars.
4174 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
4175 This is safer, and avoids OpenBSD warnings about unused vars.
4176 * keyboard.c (record_menu_key): Remove unnecessary decl.
4177 (poll_timer): Define only if POLL_FOR_INPUT is defined.
4178 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
4179 as our definition clashes with OpenBSD's.
4180 * xfaces.c (load_face_colors, check_lface_attrs)
4181 (get_lface_attributes_no_remap, get_lface_attributes)
4182 (lface_fully_specified_p, x_supports_face_attributes_p)
4183 (tty_supports_face_attributes_p, face_fontset, realize_face)
4184 (realize_x_face, realize_tty_face):
4185 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
4186 merely Lisp_Object *. This is more informative and avoids
4187 a warning on OpenBSD about accessing beyond an object's size.
4188
4189 2012-10-20 Chong Yidong <cyd@gnu.org>
4190
4191 * lread.c (Fload): Doc fix (Bug#12592).
4192
4193 2012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4194
4195 * font.c (Ffont_at): Fix previous change.
4196
4197 2012-10-19 Eli Zaretskii <eliz@gnu.org>
4198
4199 * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
4200 See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
4201 for the reasons.
4202
4203 * alloc.c (NSTATICS): Decrease to 0x800.
4204
4205 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * fns.c (Fnreverse): Include the problem element when signaling an
4208 error (bug#12677).
4209
4210 2012-10-18 Jan Djärv <jan.h.d@swipnet.se>
4211
4212 * nsterm.m (ns_select): Check writefds before call to
4213 FD_ISSET (Bug#12668).
4214
4215 2012-10-18 Daniel Colascione <dancol@dancol.org>
4216
4217 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
4218 (staticpro): If we run out of staticpro slots, die with an
4219 informative error instead of just calling emacs_abort.
4220
4221 2012-10-18 Martin Rudalics <rudalics@gmx.at>
4222
4223 Fix two flaws reported by Dmitry Antipov.
4224 * window.c (Ftemp_output_buffer_show): Remove.
4225 (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
4226 (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
4227
4228 2012-10-17 Eli Zaretskii <eliz@gnu.org>
4229
4230 * makefile.w32-in ($(BLD)/w32.$(O)):
4231 ($(BLD)/vm-limit.$(O)):
4232 ($(BLD)/term.$(O)):
4233 ($(BLD)/unexw32.$(O)):
4234 ($(BLD)/fileio.$(O)):
4235 ($(BLD)/dispnew.$(O)): Update dependencies.
4236
4237 * w32term.h (w32_initialize_display_info, initialize_w32_display):
4238 Add prototypes.
4239
4240 * w32proc.c: Include ctype.h.
4241
4242 * w32.h (init_environment, check_windows_init_file)
4243 (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
4244 (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
4245 (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
4246 (sys_link): Add prototypes.
4247
4248 * w32.c: Include w32select.h.
4249 (sys_access, e_malloc, sys_select): Add prototypes.
4250 (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
4251
4252 * vm-limit.c [WINDOWSNT]: Include w32heap.h.
4253
4254 * unexw32.c: Include lisp.h and w32.h.
4255
4256 * term.c [WINDOWSNT]: Include w32term.h.
4257
4258 * process.c [WINDOWSNT]: Add prototype of sys_select.
4259
4260 * fileio.c [WINDOWSNT]: Include w32.h.
4261
4262 * dispnew.c [WINDOWSNT]: Include w32.h.
4263
4264 * cygw32.c (Fcygwin_convert_path_to_windows)
4265 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
4266 Lisp_Object values. (Bug#12661)
4267
4268 * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
4269 to Lisp_Object. (Bug#12661)
4270
4271 2012-10-17 Kenichi Handa <handa@gnu.org>
4272
4273 * xdisp.c (reseat_1): Make the information stored in it->cmp_it
4274 invalidate.
4275
4276 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
4277
4278 * buffer.c (Fkill_buffer): When unchaining the marker,
4279 reset its buffer pointer to NULL (Bug#12652).
4280
4281 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
4282
4283 Do not verify indirection counters of killed buffers (Bug#12579).
4284 * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
4285 * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
4286
4287 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
4288
4289 * alloc.c (Fmake_byte_code): Fix typo in comment.
4290 * print.c (print_interval): Define as static to match prototype.
4291 * indent.c (disptab_matches_widthtab, recompute_width_table):
4292 Convert to eassert.
4293
4294 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
4295
4296 * editfns.c (get_system_name): Remove.
4297 * lisp.h (get_system_name): Remove prototype.
4298 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
4299 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
4300
4301 2012-10-15 Daniel Colascione <dancol@dancol.org>
4302
4303 * dbusbind.c: Add comment explaining reason for previous change.
4304
4305 2012-10-15 Martin Rudalics <rudalics@gmx.at>
4306
4307 * window.c (Fwindow_end): Rewrite check whether cached position
4308 can be used (Bug#12600).
4309 (resize_frame_windows, grow_mini_window, shrink_mini_window):
4310 Set windows_or_buffers_changed.
4311
4312 2012-10-15 Daniel Colascione <dancol@dancol.org>
4313
4314 * dbusbind.c: Fix cygw32 build break when compiling with dbus
4315 enabled by undefining the symbol "interface", which the platform
4316 headers define to something incompatible.
4317
4318 2012-10-14 Daniel Colascione <dancol@dancol.org>
4319
4320 * image.c (init_tiff_functions, init_imagemagick_functions)
4321 (init_svg_functions): Fix cygw32 build break by using these
4322 functions only when WINDOWSNT _and_ HAVE_NTGUI.
4323
4324 2012-10-14 Jan Djärv <jan.h.d@swipnet.se>
4325
4326 * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
4327
4328 2012-10-13 Jan Djärv <jan.h.d@swipnet.se>
4329
4330 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
4331
4332 2012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
4333
4334 * coding.c (detect_coding): Set coding->id before calling
4335 this->detector.
4336
4337 2012-10-13 Andreas Schwab <schwab@linux-m68k.org>
4338
4339 * fileio.c: Formatting fixes.
4340
4341 2012-10-13 Paul Eggert <eggert@cs.ucla.edu>
4342
4343 Fix some stat-related races.
4344 * fileio.c (Fwrite_region): Avoid race condition if a file is
4345 removed or renamed by some other process immediately after Emacs
4346 writes it but before Emacs stats it. Do not assume that stat (or
4347 fstat) succeeds.
4348 * image.c (slurp_file): Resolve the file name with fopen + fstat
4349 rather than stat + fopen.
4350 (pbm_read_file) [0]: Remove unused code with stat race.
4351 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
4352 Remove ineffective code with stat race.
4353
4354 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * doc.c (get_doc_string): Don't signal an error if the file is missing.
4357
4358 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
4359
4360 * nsterm.m (hold_event_q): New static variable.
4361 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
4362 ! q_event_ptr.
4363 (hold_event): New function.
4364 (ns_read_socket): If hold_event_q have events, store them and
4365 return (Bug#12384).
4366 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
4367 is zero (Bug#12384).
4368
4369 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
4372
4373 2012-10-12 Eli Zaretskii <eliz@gnu.org>
4374
4375 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
4376
4377 * fileio.c (check_existing): New function.
4378 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
4379 instead of calling 'stat', when what's needed is to check whether
4380 a file exists. This avoids expensive system calls on MS-Windows.
4381 (Bug#12587)
4382
4383 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
4384
4385 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
4386 determine whether a file exists and is not a directory.
4387
4388 * lisp.h (check_existing): Add prototype.
4389
4390 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
4391
4392 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
4393
4394 2012-10-12 Glenn Morris <rgm@gnu.org>
4395
4396 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
4397
4398 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
4401
4402 * eval.c (Fautoload): Remember previous autoload status in load-history.
4403
4404 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
4405
4406 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
4407 * lread.c (load_each_byte, new_backquote_flag, readchar)
4408 (read_filtered_event, lisp_file_lexically_bound_p)
4409 (safe_to_load_version, Fload, complete_filename_p, openp)
4410 (build_load_history, readevalloop, read_escape, read1)
4411 (string_to_number, read_vector, read_list):
4412 * macros.c (Fstart_kbd_macro):
4413 * marker.c (CONSIDER):
4414 * menu.c (parse_single_submenu, digest_single_submenu)
4415 (find_and_return_menu_selection, Fx_popup_menu):
4416 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
4417 (Ftry_completion):
4418 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
4419 (ns_menu_show):
4420 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
4421 (xmenu_show, xdialog_show):
4422 Use bool for booleans.
4423 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
4424 as it's not a predicate. All uses changed. Omit unnecessary
4425 buffer termination.
4426
4427 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
4428
4429 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
4430 (save_excursion_restore): Do not restore mark if it was not saved.
4431
4432 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
4433
4434 * marker.c (cached_modiff): EMACS_INT, not int.
4435
4436 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
4437 instead of having a wrong decl.
4438 * nsmenu.m (waiting_for_input): Remove wrong decl.
4439
4440 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
4441
4442 keyboard.c, keymap.c: Use bool for booleans.
4443 * dispnew.c (sit_for): Distinguish between 3-way display_option
4444 and boolean do_display.
4445 * keyboard.c (single_kboard, this_command_key_count_reset)
4446 (waiting_for_input, echoing, immediate_quit, input_pending)
4447 (interrupt_input, interrupts_deferred, pop_kboard)
4448 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
4449 (command_loop_1, adjust_point_for_property)
4450 (safe_run_hooks_error, input_polling_used, read_char):
4451 (help_char_p, readable_events, kbd_buffer_events_waiting)
4452 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
4453 (lucid_event_type_list_p, get_input_pending):
4454 (gobble_input, menu_separator_name_p, menu_bar_item)
4455 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
4456 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
4457 (keyremap_step, test_undefined, read_key_sequence)
4458 (detect_input_pending, detect_input_pending_ignore_squeezables)
4459 (detect_input_pending_run_timers, requeued_events_pending_p)
4460 (quit_throw_to_read_char, Fset_input_interrupt_mode):
4461 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
4462 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
4463 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
4464 (accessible_keymaps_1, Fkey_description, push_key_description):
4465 (shadow_lookup, struct where_is_internal_data)
4466 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
4467 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
4468 (describe_map, describe_vector):
4469 * menu.c (single_menu_item):
4470 * nsmenu.m (ns_update_menubar):
4471 * process.c (wait_reading_process_output):
4472 * search.c (scan_buffer, scan_newline):
4473 Use bool for boolean.
4474 * keyboard.c (timers_run, swallow_events)
4475 (detect_input_pending_run_timers):
4476 * process.c (wait_reading_process_output):
4477 Use unsigned for counter where wraparound-on-overflow is desired,
4478 since unsigned is guaranteed to have that behavior and signed is not.
4479 (read_char): Use ptrdiff_t for string length.
4480 (get_input_pending): Remove first argument, since it was always
4481 the same pointer-to-int (now pointer-to-boolean) &input_pending,
4482 and behave as if it had that value. Return new value of
4483 input_pending. All callers changed.
4484 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
4485 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
4486 a string length.
4487 * keymap.c (push_key_description): Omit last arg, which was always 1.
4488 All callers changed.
4489
4490 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
4491
4492 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
4495 ($(BLD)/term.$(O)): Update dependencies.
4496
4497 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
4498
4499 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
4500 * lisp.h (enum pvec_type): Adjust comments and omit explicit
4501 initializer for PVEC_NORMAL_VECTOR.
4502
4503 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
4504
4505 Clean out old termopts cruft.
4506 * termopts.h (flow_control, meta_key): Remove unused decls.
4507 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
4508 Don't include termopts.h.
4509
4510 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
4511
4512 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
4513
4514 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
4515
4516 * commands.h (immediate_quit): Remove duplicate decl.
4517
4518 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
4519
4520 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
4521 caching.
4522 (nsfont_open): Remove setting of Vfonts_in_cache.
4523 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
4524
4525 2012-10-09 Eli Zaretskii <eliz@gnu.org>
4526
4527 * w32fns.c (w32_last_error): Change the return value to DWORD, to
4528 match what GetLastError returns. Explain why the function is
4529 needed.
4530
4531 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
4532 'is_tooltip_frame', to avoid confusion with its global namesake.
4533
4534 2012-10-08 Daniel Colascione <dancol@dancol.org>
4535
4536 * xdisp.c (start_hourglass): Call w32_note_current_window when
4537 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
4538 build that caused Emacs to display the hourglass cursor forever.
4539
4540 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
4541 which is broken under remote desktop, calculate the number of
4542 colors available for a display based on the display's number of
4543 planes and number of bits per pixel per plane. (bug#10397).
4544
4545 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
4546
4547 * nsfont.m (Vfonts_in_cache): New variable.
4548 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
4549 are used. Add cached fonts to Vfonts_in_cache.
4550 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
4551
4552 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
4555 in nt/config.nt.
4556 (FONT_H): Define after FRAME_H.
4557 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
4558 Update dependencies.
4559
4560 * w32term.c: Remove leftover declaration of keyboard_codepage.
4561
4562 2012-10-08 Eli Zaretskii <eliz@gnu.org>
4563
4564 * makefile.w32-in (FONT_H): Add $(FRAME_H).
4565 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
4566 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
4567 (GLOBAL_SOURCES): Add cygw32.c.
4568 ($(BLD)/unexw32.$(O)):
4569 ($(BLD)/w32.$(O)):
4570 ($(BLD)/w32console.$(O)):
4571 ($(BLD)/w32fns.$(O)):
4572 ($(BLD)/w32heap.$(O)):
4573 ($(BLD)/w32menu.$(O)):
4574 ($(BLD)/w32proc.$(O)): Add w32common.h.
4575
4576 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
4577 'const char *'.
4578 (x_to_w32_color): Don't modify the argument, modify a copy instead.
4579
4580 2012-10-08 Daniel Colascione <dancol@dancol.org>
4581
4582 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
4583 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
4584 accidental message numbering hole. Change other messages to
4585 match.
4586
4587 * w32select.h (HAVE_W32SELECT): Remove.
4588
4589 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
4590 w32common.h instead of w32heap.h.
4591
4592 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
4593 (get_allocation_unit, get_processor_type, get_w32_major_version)
4594 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
4595 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
4596 (OS_NT, os_subtype, cache_system_info): Move declarations to
4597 w32common.
4598
4599 * w32heap.c: Include w32common.h.
4600 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
4601 (w32_minor_version, w32_build_number, w32_subtype):
4602 Remove duplicate definitions.
4603
4604 * w32fns.c: Include w32common.h; include w32heap.h only in
4605 WINDOWSNT.
4606
4607 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
4608 Use `report_file_error' instead of `error' in order to better
4609 inform users of what went wrong. Increase NTGUI_UNICODE file
4610 dialog box file name length to 32k, the maximum allowed by the NT
4611 kernel.
4612
4613 * w32common.h: New file.
4614 (ROUND_UP, ROUND_DOWN, get_page_size)
4615 (get_allocation_unit, get_processor_type, get_w32_major_version)
4616 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
4617 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
4618 (OS_NT, os_subtype, cache_system_info): Move here.
4619
4620 * unexw32.c, unexcw.c: Include w32common.h.
4621
4622 * emacs.c (main): Use (defined (WINDOWSNT) || defined
4623 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
4624 to call syms_of_w32select.
4625
4626 * cygw32.h: Remove obsolete EXFUN declarations.
4627
4628 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
4629
4630 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
4631 of w32inevt.o from SOME_MACHINE_OBJECTS.
4632
4633 2012-10-08 Daniel Colascione <dancol@dancol.org>
4634
4635 * image.c: Permanent fix for JPEG compilation issue --- limit
4636 jpeglib `boolean' redefinition to Cygwin builds.
4637
4638 2012-10-08 Eli Zaretskii <eliz@gnu.org>
4639
4640 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
4641
4642 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
4643 Cygwin.
4644
4645 2012-10-08 Daniel Colascione <dancol@dancol.org>
4646
4647 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
4648 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
4649 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
4650 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
4651 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
4652 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
4653 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
4654 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
4655 now a supported configuration.
4656
4657 * Makefile.in: consolidate image variables into LIBIMAGE; add
4658 W32_OBJ and W32_LIBS. Compile new files.
4659
4660 * conf_post.h:
4661 (_DebPrint) declare tracing facility for W32 debugging. We need
4662 to unify tracing later.
4663
4664 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
4665 unconditional use of W32 Unicode functions. Cygwin runs only on
4666 100% Unicode operating systems.
4667
4668 * cygw32.c: New file. Define Cygwin-specific facilities.
4669 (Fcygwin_convert_path_to_windows)
4670 (Fcygwin_convert_path_from_windows): New user functions for
4671 accessing Cygwin path-munging routines.
4672
4673 * cygw32.h: New file.
4674 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
4675 UTF-16LE strings temporarily inside non-Lisp-visible string
4676 objects.
4677
4678 (w32_strerror): Just what it says on the tin.
4679
4680 * emacs.c: Make the NS fork-then-exec code for daemon-launching
4681 also run for Cygwin; both systems have the same problem with using
4682 GUI facilities in a forked child. Also call syms_of_cygw32,
4683 syms_of_w32select in correct places.
4684
4685 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
4686 needs fork-then-exec for daemon launching.
4687
4688 * font.h: Include frame.h.
4689
4690 * image.c: Use the image library cache machinery only when we're
4691 compiling for native WINDOWSNT; Cygwin can use shared libraries
4692 like any other Unixlike system.
4693
4694 * keyboard.c: Clarify a comment regarding the input loop.
4695
4696 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
4697 functions directly instead of trying to detect at runtime that our
4698 host operating system supports them. We make this change for two
4699 reasons: Cygwin lacks support for the multibyte character
4700 conversion functions used by the legacy menu code, and Cygwin
4701 never needs to rely on non-Unicode APIs.
4702
4703 * unexw32.c (hinst): Declare extern.
4704
4705 * w32.c: Change header order;
4706 (w32_strerror): Move to w32fns.c because we need it for
4707 non-WINDOWSNT builds.
4708
4709 * w32.h: Add #error macro to make sure we don't include w32.h for
4710 Cygwin builds. Remove w32select declarations.
4711
4712 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
4713 w32fns.c. w32console.c is WINDOWSNT-only.
4714
4715 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
4716 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
4717 POSIXy alternative.
4718 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
4719 (w32_major_version, w32_minor_version, w32_build_number)
4720 (os_subtype, sound_type): Define here
4721 (w32_defined_color): Make color parameter const for consistency
4722 with other _defined_color functions.
4723 (w32_createwindow): Unconditionally call w32_init_class instead of
4724 doing so only when hprevinst is non-NULL. Plumbing hprevinst
4725 through the code is complex and unnecessary because class
4726 registration is practically free.
4727 (w32_name_of_message): New EMACSDEBUG-only function.
4728 (Fset_message_beep): Move here
4729 (Fx_open_connection): Require that the display name for Windows be
4730 "w32" for consistency, emacsclient disambiguation, and maybe, one
4731 day, multi-window-system support.
4732 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
4733 Cygwin files for W32 GUI facilities, since these clearly don't
4734 expect Cygwin names.
4735 (_DebPrint): Define.
4736 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
4737 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
4738 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
4739 (w32_last_error): Remove.
4740
4741 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
4742
4743 * w32heap.c (syspage_mask): Declare here.
4744 (cache_system_info): Remove.
4745
4746 * w32inevt.c (faked_key): Define globally, not statically.
4747 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
4748 (w32_console_toggle_lock_key): Move to w32fns.c.
4749
4750 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
4751
4752 * w32proc.c (_DebPrint): Move to w32fns.c.
4753 * w32select.c: Include string.h, stdio.h for Cygwin.
4754 * w32select.h: New File.
4755
4756 * w32term.c: Include io.h for non-CYGWIN builds; needed for
4757 get_osfhandle.
4758 (w32_message_fd): New variable. Under Cygwin, holds the file
4759 descriptor the system used to tell us about pending thread
4760 messages.
4761
4762 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
4763 that prevented compilation under non-WINDOWSNT systems.
4764
4765 (w32_initialize): Open /dev/windows and assign it to
4766 w32_message_fd. Provide w32 feature.
4767
4768 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
4769 (WM_EMACS_INPUT_READY): add.
4770 (prepend_msg, w32_message_fd): Declare globally.
4771
4772 * w32xfns.c:
4773 (keyboard_handle): Use only when WINDOWSNT.
4774 (notify_msg_ready): New function. Posts a message to the main
4775 thread's message queue under CYGWIN, which wakes up the main
4776 thread from select(2) by making the /dev/windows file descriptor
4777 ready. Under WINDOWSNT, it sets an event the same way the old
4778 code did.
4779
4780 (post, prepend_msg): Actually call notify_msg_ready instead of
4781 setting the input event directly.
4782
4783 2012-10-07 Eli Zaretskii <eliz@gnu.org>
4784
4785 * ralloc.c (relinquish): If a heap is ready to be relinquished,
4786 but it still has blocs in it, don't return it to the system,
4787 instead of aborting. (Bug#12402)
4788
4789 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4790
4791 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
4792
4793 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
4794 MAC_OS_X_VERSION_10_6.
4795 (syms_of_nsterm): Remove comment about Panther and above for
4796 ns-antialias-text.
4797 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
4798 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
4799 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
4800
4801 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
4802 MAC_OS_X_VERSION_10_4.
4803
4804 * nsmenu.m (fillWithWidgetValue:): Remove code for <
4805 MAC_OS_X_VERSION_10_2.
4806
4807 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
4808
4809 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
4810 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
4811
4812 * nsterm.m (ns_in_resize): Remove (Bug#12479).
4813 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
4814 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
4815 Remove ns_in_resize check.
4816 (ns_clear_frame_area): Remove resize handle code.
4817
4818 * nsfns.m (ns_in_resize): Remove.
4819 (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
4820 Remove ns_in_resize check.
4821
4822 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
4823
4824 Improve sys_siglist detection.
4825 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
4826 defined as a macro, as is done in Solaris.
4827 (sys_siglist_entries): New macro.
4828 (save_strsignal): Use it.
4829 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
4830 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
4831
4832 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
4833
4834 * nsfns.m (Fx_create_frame): Call x_default_parameter with
4835 fullscreen/Fullscreen.
4836
4837 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
4838 tobar_height is new.
4839
4840 * nsterm.m (x_make_frame_visible): Check for fullscreen.
4841 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
4842 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
4843 (windowDidResize:): Check for correct window if old style fullscreen.
4844 Capitalize word in comment. Remove incorrect comment.
4845 (initFrameFromEmacs:): tbar_height renamed tibar_height.
4846 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
4847 error in drawing background.
4848 (toggleFullScreen:): Remove comment. Rearrange calls.
4849 Set toolbar values to zero, save old height in tobar_height.
4850 Restore tool bar height when leaving fullscreen.
4851 (canBecomeMainWindow): New function.
4852
4853 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
4854
4855 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
4856
4857 2012-10-05 Eli Zaretskii <eliz@gnu.org>
4858
4859 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
4860
4861 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
4862 that time stamps of directories could also be changed.
4863 Don't request the too broad GENERIC_WRITE, only the more restrictive
4864 FILE_WRITE_ATTRIBUTES access rights.
4865
4866 * fileio.c (Fset_file_times): Special-case ignoring errors for
4867 directories only on MSDOS, not on MS-Windows.
4868
4869 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4870
4871 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
4872
4873 2012-10-04 Eli Zaretskii <eliz@gnu.org>
4874
4875 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
4876 see whether CreateFile failed.
4877
4878 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
4879
4880 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
4881 to avoid similar races.
4882 * keyboard.c (pending_signals): Now bool, not int.
4883
4884 Port timers to OpenBSD, plus check for timer failures.
4885 OpenBSD problem reported by Han Boetes.
4886 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
4887 and/or setitimer.
4888 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
4889 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
4890 like OpenBSD, which has timer_settime but does not declare it.
4891 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
4892 whether to use itimerspec-related primitives. All uses of
4893 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
4894
4895 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4896
4897 * profiler.c (handle_profiler_signal): Fix a malloc race
4898 that caused Emacs to hang on Fedora 17 when profiling Lisp.
4899
4900 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
4901
4902 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
4903
4904 2012-10-02 Eli Zaretskii <eliz@gnu.org>
4905
4906 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
4907 consistent with the change in return value of 'safe_strsignal'.
4908
4909 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4910
4911 Prefer plain 'static' to 'static inline' (Bug#12541).
4912 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
4913 (bidi_set_sor_type, bidi_push_embedding_level)
4914 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
4915 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
4916 (bidi_cache_search, bidi_cache_ensure_space)
4917 (bidi_cache_iterator_state, bidi_cache_find)
4918 (bidi_peek_at_next_level, bidi_set_paragraph_end)
4919 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
4920 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
4921 Now 'static', not 'static inline'.
4922
4923 Count overruns when profiling; change units to ns.
4924 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
4925 Give extra weight to samples after overruns, to attempt to count
4926 the time more accurately.
4927 (setup_cpu_timer): Change sampling interval units from ms to ns, since
4928 the underlying primitives nominally do ns.
4929 (Fprofiler_cpu_start): Document the change. Mention that
4930 the sampling intervals are only approximate.
4931
4932 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
4935
4936 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
4937 case for the special 0 coding-system.
4938
4939 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
4940 (Fmake_overlay): Remove redundant tests.
4941 (fix_start_end_in_overlays): Remove redundant recentering.
4942
4943 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
4946 Update dependencies.
4947
4948 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4949
4950 Fix a malloc race condition involving strsignal.
4951 A signal can arrive in the middle of a malloc, and Emacs's signal
4952 handler can invoke strsignal, which can invoke malloc, which is
4953 not portable. This race condition bug makes Emacs hang on GNU/Linux.
4954 Fix it by altering the signal handler so that it does not invoke
4955 strsignal.
4956 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
4957 * process.c (status_message): Use const pointer, in case strsignal
4958 is #defined to safe_strsignal.
4959 * sysdep.c (sys_siglist, init_signals): Always define and
4960 initialize a substitute sys_siglist if the system does not define
4961 one, even if HAVE_STRSIGNAL.
4962 (safe_strsignal): Rename from strsignal. Always define,
4963 using sys_siglist. Return a const pointer.
4964 * syssignal.h (safe_strsignal): New decl.
4965 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
4966
4967 2012-10-01 Eli Zaretskii <eliz@gnu.org>
4968
4969 * w32proc.c (timer_loop): Fix code that waits for timer
4970 expiration, to avoid high CPU usage.
4971
4972 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
4975 (sweep_weak_table): Remove redundant prototypes.
4976
4977 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
4978
4979 * emacs.c: Move the inclusion of TERM_HEADER after including
4980 windows.h on WINDOWSNT. This avoids compilation problems with
4981 MSVC.
4982
4983 2012-10-01 Eli Zaretskii <eliz@gnu.org>
4984
4985 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
4986 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
4987 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
4988 as the previous version used 'void *'.
4989
4990 * ralloc.c (ROUNDUP): Fix last change.
4991 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
4992 'size_t'.
4993
4994 * w32proc.c <disable_itimers>: New static flag.
4995 (init_timers): Initialize it to zero, after creating the critical
4996 sections used by the timer threads.
4997 (term_timers): Set to 1 before deleting the critical sections.
4998 (getitimer, setitimer): If disable_itimers is non-zero, return an
4999 error indication without doing anything. Reported by Fabrice
5000 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
5001 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
5002 return results.
5003 [!HAVE_SETITIMER]: Behave as the previous version that didn't
5004 support timers.
5005
5006 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
5007 term_ntproc after all the other bookkeeping, to get timers working
5008 as long as possible.
5009
5010 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5011
5012 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
5013 Suggested by Juri Linkov in
5014 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
5015
5016 Prefer plain 'static' to 'static inline' (Bug#12541).
5017 With static functions, modern compilers inline pretty well by
5018 themselves; advice from programmers often hurts as much as it helps.
5019 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
5020 this change shrinks the text size of the Emacs executable by 1.1%
5021 without affecting CPU significantly in my benchmark.
5022 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
5023 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
5024 (mark_maybe_object, mark_maybe_pointer, bounded_number):
5025 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
5026 (bset_auto_fill_function, bset_auto_save_file_format)
5027 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
5028 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
5029 (bset_cache_long_line_scans, bset_case_fold_search)
5030 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
5031 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
5032 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
5033 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
5034 (bset_header_line_format, bset_indicate_buffer_boundaries)
5035 (bset_indicate_empty_lines, bset_invisibility_spec)
5036 (bset_left_fringe_width, bset_major_mode, bset_mark)
5037 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
5038 (bset_name, bset_overwrite_mode, bset_pt_marker)
5039 (bset_right_fringe_width, bset_save_length)
5040 (bset_scroll_bar_width, bset_scroll_down_aggressively)
5041 (bset_scroll_up_aggressively, bset_selective_display)
5042 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
5043 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
5044 (set_buffer_overlays_after):
5045 * category.c (bset_category_table):
5046 * charset.c (read_hex):
5047 * coding.c (produce_composition, produce_charset)
5048 (handle_composition_annotation, handle_charset_annotation)
5049 (char_encodable_p):
5050 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
5051 (assign_row, set_frame_matrix_frame, make_current)
5052 (add_row_entry):
5053 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
5054 * fns.c (maybe_resize_hash_table):
5055 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
5056 * gmalloc.c (register_heapinfo):
5057 * image.c (lookup_image_type):
5058 * intervals.c (set_interval_object, set_interval_left)
5059 (set_interval_right, copy_interval_parent, rotate_right)
5060 (rotate_left, balance_possible_root_interval):
5061 * keyboard.c (kset_echo_string, kset_kbd_queue)
5062 (kset_keyboard_translate_table, kset_last_prefix_arg)
5063 (kset_last_repeatable_command, kset_local_function_key_map)
5064 (kset_overriding_terminal_local_map, kset_real_last_command)
5065 (kset_system_key_syms, clear_event, set_prop):
5066 * lread.c (digit_to_number):
5067 * marker.c (attach_marker, live_buffer, set_marker_internal):
5068 * nsterm.m (ns_compute_glyph_string_overhangs):
5069 * process.c (pset_buffer, pset_command)
5070 (pset_decode_coding_system, pset_decoding_buf)
5071 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
5072 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
5073 (pset_status, pset_tty_name, pset_type, pset_write_queue):
5074 * syntax.c (bset_syntax_table, dec_bytepos):
5075 * terminal.c (tset_param_alist):
5076 * textprop.c (interval_has_some_properties)
5077 (interval_has_some_properties_list):
5078 * window.c (wset_combination_limit, wset_dedicated)
5079 (wset_display_table, wset_hchild, wset_left_fringe_width)
5080 (wset_left_margin_cols, wset_new_normal, wset_new_total)
5081 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
5082 (wset_right_fringe_width, wset_right_margin_cols)
5083 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
5084 (wset_vertical_scroll_bar_type, wset_window_parameters):
5085 * xdisp.c (wset_base_line_number, wset_base_line_pos)
5086 (wset_column_number_displayed, wset_region_showing)
5087 (window_box_edges, run_window_scroll_functions)
5088 (append_glyph_string_lists, prepend_glyph_string_lists)
5089 (append_glyph_string, set_glyph_string_background_width)
5090 (append_glyph, append_composite_glyph)
5091 (take_vertical_position_into_account):
5092 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
5093 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
5094 (lface_hash, lface_same_font_attributes_p, lookup_face):
5095 * xml.c (libxml2_loaded_p):
5096 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
5097 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
5098 Now 'static', not 'static inline'.
5099
5100 * bidi.c: Tune.
5101 (bidi_copy_it): Do the whole copy with a single memcpy.
5102 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
5103
5104 Revert the FOLLOW-SYMLINKS change for file-attributes.
5105 Doing it right would require several changes to Tramp, and there's
5106 not enough time to get that tested before the freeze today.
5107 * dired.c (directory_files_internal, Ffile_attributes):
5108 Undo last change.
5109
5110 * frame.c (x_report_frame_params): Port better to wider ints.
5111 Do not assume that EMACS_UINT is the same width as uprintmax_t,
5112 or that pointers can be printed in 15 decimal digits.
5113 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
5114
5115 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
5116
5117 Support x64 build on MS-Windows.
5118 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
5119 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
5120 compatibility with x64.
5121 (x_get_focus_frame): Add prototype.
5122
5123 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
5124 defining an XRectangle structure.
5125
5126 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
5127 arithmetics for compatibility with x64.
5128
5129 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
5130 compatibility with x64.
5131
5132 * w32heap.h: Adjust prototypes and declarations.
5133
5134 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
5135 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
5136 DWORD, long, and unsigned long, for compatibility with x64.
5137 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
5138 (sbrk): Argument is now of type ptrdiff_t.
5139
5140 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
5141 less than 0x0500.
5142 (w32_msg_pump): Use WPARAM type for 'result'.
5143
5144 * w32.c (init_environment, get_emacs_configuration): Support AMD64
5145 architecture.
5146 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
5147 compatibility with x64.
5148
5149 * vm-limit.c (lim_data): Now size_t.
5150 (check_memory_limits): Adjust prototypes of real_morecore and
5151 __morecore to receive argument of type ptrdiff_t. Use size_t for
5152 five_percent and data_size.
5153
5154 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
5155 variables, for compatibility with x64.
5156 (rva_to_section, offset_to_section, relocate_offset)
5157 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
5158 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
5159 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
5160 for compatibility with x64.
5161
5162 * sysdep.c (STDERR_FILENO): Define if not already defined.
5163
5164 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
5165 (__morecore): Argument type is now ptrdiff_t.
5166 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
5167 (relinquish): Use ptrdiff_t type for 'excess'.
5168 (r_alloc_sbrk): Argument type is now ptrdiff_t.
5169
5170 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
5171 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
5172 instead of a literal number.
5173
5174 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
5175 (min): Define only if not already defined.
5176
5177 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
5178 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
5179 hosts.
5180
5181 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
5182 'bitmaps' is a pointer.
5183
5184 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
5185
5186 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
5187
5188 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5189
5190 file-attributes has a new optional arg FOLLOW-SYMLINKS.
5191 * dired.c (directory_files_internal, Ffile_attributes):
5192 New arg follow_symlinks. All uses changed.
5193
5194 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
5197
5198 2012-09-30 Eli Zaretskii <eliz@gnu.org>
5199
5200 Support atimers and CPU profiler via profile.c on MS-Windows.
5201 * w32proc.c (sig_mask, crit_sig): New static variables.
5202 (sys_signal): Support SIGALRM and SIGPROF.
5203 (sigemptyset, sigaddset, sigfillset, sigprocmask)
5204 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
5205 sigfillset, and sigprocmask are no longer no-ops.
5206 (sigismember): New function.
5207 (struct itimer_data): New definition.
5208 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
5209 (crit_prof): New static variables.
5210 (MAX_SINGLE_SLEEP): New definition.
5211 (timer_loop, stop_timer_thread, term_timers, init_timers)
5212 (start_timer_thread, getitimer, setitimer): New functions.
5213 (alarm): No longer a no-op, calls setitimer.
5214
5215 * w32.c (term_ntproc): Call term_timers.
5216 (init_ntproc): Make sure all signals are unblocked at startup, to
5217 erase any traces of dumping. Call init_timers.
5218
5219 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
5220 Windows-specific code to display the hourglass mouse pointer is no
5221 longer used.
5222 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
5223 to hourglass timer expiration.
5224 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
5225 Remove, no longer used.
5226 (w32_note_current_window, show_hourglass, hide_hourglass):
5227 New functions, in support of hourglass cursor display similar to other
5228 window systems.
5229 (syms_of_w32fns): Don't initialize hourglass_timer.
5230
5231 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
5232 WINDOWSNT as well.
5233 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
5234
5235 * w32.h (init_timers, term_timers): Add prototypes.
5236
5237 2012-09-30 Kenichi Handa <handa@gnu.org>
5238
5239 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
5240 to the buffer relocation which may be caused by ccl_driver.
5241
5242 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5243
5244 * xfns.c (Fx_file_dialog): Update comment.
5245
5246 * w32fns.c (Fx_file_dialog): Update comment.
5247
5248 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
5249 Initialize panel name field if OSX >= 10.6.
5250
5251 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
5252
5253 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
5254
5255 * nsterm.m (NEW_STYLE_FS): New define.
5256 (ns_fullscreen_hook, windowWillEnterFullScreen)
5257 (windowDidEnterFullScreen, windowWillExitFullScreen)
5258 (windowDidExitFullScreen, toggleFullScreen, handleFS)
5259 (setFSValue): New functions.
5260 (EmacsFSWindow): New implementation.
5261 (canBecomeKeyWindow): New function for EmacsFSWindow.
5262 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
5263 (dealloc): Release nonfs_window if in fullscreen.
5264 (updateFrameSize:): Call windowDidMove to update top/left.
5265 (windowWillResize:toSize:): Check if frame is still maximized.
5266 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
5267 next_maximized, maximized_width, maximized_height and nonfs_window.
5268 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
5269 tbar_height.
5270 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
5271 fullscreen. Set maximized_width/height. Act on next_maximized.
5272
5273 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
5274 (EmacsView): Add variables for fullscreen.
5275 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
5276 (EmacsFSWindow): New interface for fullscreen.
5277
5278 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5279
5280 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
5281
5282 2012-09-30 Chong Yidong <cyd@gnu.org>
5283
5284 * fns.c (Frandom): Doc fix.
5285
5286 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5287
5288 * window.c (Vwindow_combination_limit): New default value.
5289 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
5290
5291 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5292
5293 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
5294 Suggested by Eli Zaretskii in
5295 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
5296
5297 2012-09-30 Eli Zaretskii <eliz@gnu.org>
5298
5299 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
5300 HAVE_TIMER_SETTIME is defined.
5301
5302 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5303
5304 Profiler improvements: more-accurate timers, overflow checks.
5305 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
5306 signal.h, setjmp.h. Include systime.h instead.
5307 (saturated_add): New function.
5308 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
5309 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
5310 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
5311 New static vars.
5312 (enum profiler_cpu_running): New enum.
5313 (profiler_cpu_running): Now of that enum type, not bool.
5314 All uses changed to store the new value.
5315 (handle_profiler_signal): Rename from sigprof_handler_1,
5316 for consistency with other handlers. Do not check whether
5317 cpu_log is a hash-table if garbage collecting, since it
5318 doesn't matter in that case.
5319 (deliver_profiler_signal): Rename from sigprof_handler,
5320 for consistency with other handlers.
5321 (setup_cpu_timer): New function, with much of what used to be in
5322 Fprofiler_cpu_start. Check for out-of-range argument.
5323 Prefer timer_settime if available, and prefer
5324 thread cputime clocks, then process cputime clocks, then
5325 monotonic clocks, to the old realtime clock. Use make_timeval
5326 to round more-correctly when falling back to setitimer.
5327 (Fprofiler_cpu_start): Use it.
5328 (Fprofiler_cpu_stop): Prefer timer_settime if available.
5329 Don't assume that passing NULL as the 2nd argument of setitimer
5330 is the same as passing a pointer to all-zero storage.
5331 Ignore SIGPROF afterwards.
5332 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
5333 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
5334 non-fatal signal handlers. Ignore SIGPROF on startup.
5335 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
5336 in profiler.c, since sysdep.c now uses it.
5337
5338 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
5339 Suggested by Eli Zaretskii in
5340 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
5341
5342 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
5343
5344 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
5345
5346 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * lisp.h (struct backtrace): Remove indirection for `function' field.
5349 * xdisp.c (redisplay_internal):
5350 * profiler.c (record_backtrace, sigprof_handler_1):
5351 * alloc.c (Fgarbage_collect):
5352 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
5353 (Fbacktrace_frame): Adjust accordingly.
5354
5355 2012-09-28 Glenn Morris <rgm@gnu.org>
5356
5357 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
5358 (Frun_hook_with_args_until_failure): Doc fixes.
5359
5360 2012-09-28 Eli Zaretskii <eliz@gnu.org>
5361
5362 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
5363 Qautomatic_redisplay and change the symbol name. All users changed.
5364
5365 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
5366
5367 * profiler.c (sigprof_handler): Fix race condition.
5368
5369 2012-09-28 Glenn Morris <rgm@gnu.org>
5370
5371 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
5372
5373 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
5374
5375 Check more robustly for timer_settime.
5376 * Makefile.in (LIB_TIMER_TIME): New macro.
5377 (LIBES): Add it.
5378 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
5379 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
5380 call timer_settime.
5381
5382 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5383
5384 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
5385
5386 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5387
5388 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
5389
5390 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
5391
5392 * character.h (MAYBE_UNIFY_CHAR): Remove.
5393 * charset.c, charset.h (maybe_unify_char): Now static.
5394 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
5395 Since this stuff is now private to charset.c, there's no need for
5396 a public macro and no need to inline by hand.
5397
5398 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5399 Stefan Monnier <monnier@iro.umontreal.ca>
5400 Juanma Barranquero <lekktu@gmail.com>
5401
5402 * profiler.c: New file.
5403 * Makefile.in (base_obj): Add profiler.o.
5404 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
5405 ($(BLD)/profiler.$(O)): New target.
5406 * emacs.c (main): Call syms_of_profiler.
5407 * alloc.c (Qautomatic_gc): New constant.
5408 (MALLOC_PROBE): New macro.
5409 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
5410 (total_bytes_of_live_objects): New function.
5411 (Fgarbage_collect): Use it. Record itself in backtrace_list.
5412 Call malloc_probe for the memory profiler.
5413 (syms_of_alloc): Define Qautomatic_gc.
5414 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
5415 race condition.
5416 (struct backtrace): Move definition...
5417 * lisp.h (struct backtrace): ..here.
5418 (Qautomatic_gc, profiler_memory_running): Declare vars.
5419 (malloc_probe, syms_of_profiler): Declare functions.
5420 * xdisp.c (Qautomatic_redisplay): New constant.
5421 (redisplay_internal): Record itself in backtrace_list.
5422 (syms_of_xdisp): Define Qautomatic_redisplay.
5423
5424 2012-09-25 Eli Zaretskii <eliz@gnu.org>
5425 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
5428
5429 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
5430
5431 Prefer POSIX timers if available.
5432 They avoid a race if the timer is too close to the current time.
5433 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
5434 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
5435 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
5436
5437 2012-09-25 Eli Zaretskii <eliz@gnu.org>
5438
5439 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
5440 CHAR_STRING_ADVANCE.
5441 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
5442 STRING_CHAR_ADVANCE.
5443
5444 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
5445
5446 Move Vlibrary_cache to emacs.c and reset before dumping.
5447
5448 * lisp.h (reset_image_types): Declare.
5449 [WINDOWSNT] (Vlibrary_cache): Declare.
5450
5451 * image.c (reset_image_types): New function.
5452
5453 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
5454 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
5455 (Fdump_emacs): Reset Vlibrary_cache and image_types.
5456
5457 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
5458 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
5459
5460 * w32.h (Vlibrary_cache): Do not declare.
5461
5462 2012-09-25 Eli Zaretskii <eliz@gnu.org>
5463
5464 * w32proc.c (sys_signal): Handle all signals defined by the
5465 MS-Windows runtime, not just SIGCHLD. Actually install the signal
5466 handlers for signals supported by Windows. Don't override
5467 term_ntproc as the handler for SIGABRT.
5468 (sigaction): Rewrite to call sys_signal instead of duplicating its
5469 code.
5470 (sys_kill): Improve commentary.
5471
5472 * w32.c (term_ntproc): Accept (and ignore) one argument, for
5473 consistency with a signature of a signal handler. All callers
5474 changed.
5475 (init_ntproc): Accept an argument DUMPING. If dumping, don't
5476 install term_ntproc as a signal handler for SIGABRT, as that
5477 should be done by the dumped Emacs.
5478
5479 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
5480
5481 * w32select.c (term_w32select): Protect against repeated
5482 invocation by setting clipboard_owner to NULL after calling
5483 DestroyWindow.
5484
5485 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
5486 and term_ntproc to their modified signatures.
5487
5488 * character.c (char_string, string_char): Remove calls to
5489 MAYBE_UNIFY_CHAR. See the discussion starting at
5490 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
5491 for the details.
5492
5493 2012-09-25 Chong Yidong <cyd@gnu.org>
5494
5495 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
5496
5497 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
5500 when encountering an unknown bytecode.
5501
5502 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
5503
5504 image.c, indent.c: Use bool for booleans.
5505 * dispextern.h (struct image_type): Members valid_p, load, init
5506 now return bool, not int. All uses changed.
5507 * image.c: Omit unnecessary static decls.
5508 (x_create_bitmap_mask, x_build_heuristic_mask):
5509 Return void, not int, since callers don't care about the return value.
5510 (x_create_bitmap_mask, define_image_type, valid_image_p)
5511 (struct image_keyword, parse_image_spec, image_spec_value)
5512 (check_image_size, image_background)
5513 (image_background_transparent, x_clear_image_1)
5514 (postprocess_image, lookup_image, x_check_image_size)
5515 (x_create_x_image_and_pixmap, xbm_image_p)
5516 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
5517 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
5518 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
5519 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
5520 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
5521 (png_image_p, init_png_functions, png_load_body, png_load)
5522 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
5523 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
5524 (init_gif_functions, gif_load, imagemagick_image_p)
5525 (imagemagick_load_image, imagemagick_load, svg_image_p)
5526 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
5527 (gs_load):
5528 * nsimage.m (ns_load_image):
5529 * nsterm.m (ns_defined_color):
5530 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
5531 * xfns.c (x_defined_color):
5532 * xterm.c (x_alloc_lighter_color_for_widget)
5533 (x_alloc_nearest_color_1, x_alloc_nearest_color)
5534 (x_alloc_lighter_color):
5535 * indent.c (disptab_matches_widthtab, current_column)
5536 (scan_for_column, string_display_width, indented_beyond_p)
5537 (compute_motion, vmotion, Fvertical_motion):
5538 Use bool for booleans.
5539
5540 2012-09-24 Chong Yidong <cyd@gnu.org>
5541
5542 * chartab.c (Fset_char_table_default): Obsolete function removed.
5543
5544 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
5545
5546 Move pid_t related decls out of lisp.h.
5547 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
5548 (interruptible_wait_for_termination):
5549 Move these decls from lisp.h to syswait.h, since they use pid_t.
5550 Needed on FreeBSD; see Herbert J. Skuhra in
5551 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
5552 * callproc.c: Include syswait.h.
5553
5554 gnutls.c, gtkutil.c: Use bool for boolean.
5555 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
5556 (emacs_gnutls_handle_error):
5557 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
5558 (xg_hide_tooltip, xg_create_frame_widgets)
5559 (create_dialog, xg_uses_old_file_dialog)
5560 (xg_get_file_with_chooser, xg_get_file_with_selection)
5561 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
5562 (xg_item_label_same_p, xg_update_menubar)
5563 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
5564 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
5565 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
5566 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
5567 (update_frame_tool_bar, free_frame_tool_bar):
5568 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
5569 * nsmenu.m (ns_update_menubar):
5570 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
5571 * xfns.c (Fx_show_tip) [USE_GTK]:
5572 Use bool for boolean.
5573 * gtkutil.c (xg_update_frame_menubar):
5574 * xmenu.c (update_frame_menubar):
5575 Return void, not int, since caller ignores return value.
5576 * gtkutil.c (xg_change_toolbar_position):
5577 Return void, not 1.
5578
5579 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * makefile.w32-in (BLOCKINPUT_H): Remove.
5582 (SYSSIGNAL_H): New macro.
5583 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
5584 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
5585 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
5586 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
5587 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
5588 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
5589 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
5590 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
5591 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
5592 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
5593 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
5594 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
5595 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
5596 ($(BLD)/w32xfns.$(O)): Update dependencies.
5597
5598 2012-09-23 Eli Zaretskii <eliz@gnu.org>
5599
5600 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
5601 fatal_error_backtrace.
5602
5603 * w32proc.c (sys_kill): Undo last change: don't do anything when
5604 invoked to deliver SIGABRT to our own process. This is now
5605 handled by emacs_raise.
5606
5607 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * w32term.c (w32_read_socket): Remove leftover reference to
5610 interrupt_input_pending.
5611
5612 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
5613
5614 Do not use SA_NODEFER.
5615 Problem reported by Dani Moncayo in
5616 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
5617 * alloc.c (die):
5618 * sysdep.c (emacs_abort): Do not reset signal handler.
5619 * emacs.c (terminate_due_to_signal): Reset signal handler here.
5620 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
5621 wanted even on POSIXish hosts, and it doesn't work on Windows.
5622
5623 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
5624
5625 * xterm.c (x_term_init): Call fixup_locale before and after calling
5626 gtk_init (Bug#12392).
5627
5628 2012-09-23 Chong Yidong <cyd@gnu.org>
5629
5630 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
5631 Vdynamic_library_alist.
5632
5633 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
5634 (Fgnutls_available_p): Caller changed.
5635
5636 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
5637 (Flibxml_parse_xml_region): Likewise.
5638
5639 * dispextern.h (struct image_type): Remove arg from init function.
5640
5641 * image.c (Finit_image_library, lookup_image_type)
5642 (define_image_type): Remove now-unneeded second arg.
5643 (init_xpm_functions, init_png_functions, init_jpeg_functions)
5644 (init_tiff_functions, init_gif_functions, init_svg_functions):
5645 Arglist and w32_delayed_load calling convention changed.
5646 (gs_type): Remove init_gs_functions; there is no such function.
5647 (valid_image_p, make_image): Fix caller to lookup_image_type.
5648
5649 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
5650
5651 Simplify and avoid signal-handling races (Bug#12471).
5652 * alloc.c (die):
5653 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
5654 Avoid recursive loop if there's a fatal error in the function itself.
5655 * atimer.c (pending_atimers):
5656 * blockinput.h: Don't include "atimer.h"; no longer needed.
5657 (interrupt_input_pending): Remove. All uses removed.
5658 pending_signals now counts both atimers and ordinary interrupts.
5659 This is less racy than having three separate pending-signal flags.
5660 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
5661 (input_blocked_p):
5662 Rename from their upper-case counterparts BLOCK_INPUT,
5663 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
5664 INPUT_BLOCKED_P, and turn into functions. All uses changed.
5665 This makes it easier to access volatile variables more accurately.
5666 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
5667 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
5668 that's more reliable if the code is buggy and sets
5669 interrupt_input_blocked to a negative value. All uses changed.
5670 * atimer.c (deliver_alarm_signal):
5671 Remove. No need to deliver this to the parent; any thread can
5672 handle this signal now. All uses replaced by underlying handler.
5673 * atimer.c (turn_on_atimers):
5674 * dispnew.c (handle_window_change_signal):
5675 * emacs.c (handle_danger_signal):
5676 * keyboard.c (kbd_buffer_get_event):
5677 Don't reestablish signal handler; not needed with sigaction.
5678 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
5679 (UNBLOCK_INPUT_TO):
5680 Rework to avoid unnecessary accesses to volatile variables.
5681 (UNBLOCK_INPUT_TO): Now a function.
5682 (totally_unblock_input, unblock_input): New decls.
5683 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
5684 (init_data): Remove. Necessary stuff now done in init_signal.
5685 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
5686 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
5687 (fatal_error_code): Remove; no longer needed.
5688 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
5689 it doesn't always backtrace. All uses changed. No need to reset
5690 signal to default, since sigaction and/or die does that for us now.
5691 Use emacs_raise (FOO), not kill (getpid (), FOO).
5692 (main): Check more-accurately whether we're dumping.
5693 Move fatal-error setup to sysdep.c
5694 * floatfns.c: Do not include "syssignal.h"; no longer needed.
5695 * gtkutil.c (xg_get_file_name, xg_get_font):
5696 Remove no-longer-needed signal-mask manipulation.
5697 * keyboard.c, process.c (POLL_FOR_INPUT):
5698 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
5699 * keyboard.c (read_avail_input): Remove.
5700 All uses replaced by gobble_input.
5701 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
5702 (kbd_buffer_store_event_hold, gobble_input):
5703 (record_asynch_buffer_change) [USABLE_SIGIO]:
5704 (store_user_signal_events):
5705 No need to mess with signal mask.
5706 (gobble_input): If blocking input and there are terminals, simply
5707 set pending_signals to 1 and return. All hooks changed to not
5708 worry about whether input is blocked.
5709 (process_pending_signals): Clear pending_signals before processing
5710 them, in case a signal comes in while we're processing.
5711 By convention callers now test pending_signals before calling us.
5712 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
5713 New functions, to support changes to blockinput.h.
5714 (handle_input_available_signal): Now extern.
5715 (reinvoke_input_signal): Remove. All uses replaced by
5716 handle_async_input.
5717 (quit_count): Now volatile, since a signal handler uses it.
5718 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
5719 All callers changed. Block SIGINT only if not already blocked.
5720 Clear sigmask reliably, even if Fsignal returns, which it can.
5721 Omit unnecessary accesses to volatile var.
5722 (quit_throw_to_read_char): No need to restore sigmask.
5723 * keyboard.c (gobble_input, handle_user_signal):
5724 * process.c (wait_reading_process_output):
5725 Call signal-handling code rather than killing ourselves.
5726 * lisp.h: Include <float.h>, for...
5727 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
5728 (pending_signals): Now volatile.
5729 (syms_of_data): Now const if IEEE floating point.
5730 (handle_input_available_signal) [USABLE_SIGIO]:
5731 (terminate_due_to_signal, record_child_status_change): New decls.
5732 * process.c (create_process): Avoid disaster if memory is exhausted
5733 while we're processing a vfork, by tightening the critical section
5734 around the vfork.
5735 (send_process_frame, process_sent_to, handle_pipe_signal)
5736 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
5737 ignores SIGPIPE.
5738 (send_process): No need for setjmp/longjmp any more, since the
5739 SIGPIPE stuff is now gone. Instead, report an error if errno
5740 is EPIPE.
5741 (record_child_status_change): Now extern. PID and W are now args.
5742 Return void, not bool. All callers changed.
5743 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
5744 Remove. All uses removed. This bug should be fixed now in a
5745 different way.
5746 (wait_for_termination_1): Use waitpid rather than sigsuspend,
5747 and record the child status change directly. This avoids the
5748 need to futz with the signal mask.
5749 (process_fatal_action): Move here from emacs.c.
5750 (emacs_sigaction_flags): New function, containing
5751 much of what used to be in emacs_sigaction_init.
5752 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
5753 caught by emacs, to make races less likely.
5754 (deliver_process_signal): Rename from handle_on_main_thread.
5755 All uses changed.
5756 (BACKTRACE_LIMIT_MAX): Now at top level.
5757 (thread_backtrace_buffer, threadback_backtrace_pointers):
5758 New static vars.
5759 (deliver_thread_signal, deliver_fatal_thread_signal):
5760 New functions, for more-accurate delivery of thread-specific signals.
5761 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
5762 (deliver_arith_signal): Handle in this thread, not
5763 in the main thread, since it's triggered by this thread.
5764 (maybe_fatal_sig): New function.
5765 (init_signals): New arg DUMPING so that we can be more accurate
5766 about whether we're dumping. Caller changed.
5767 Treat thread-specific signals differently from process-general signals.
5768 Block all signals while handling fatal error; that's safer.
5769 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
5770 on IEEE hosts.
5771 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
5772 Ignore SIGPIPE unless batch.
5773 (emacs_backtrace): Output backtrace for the appropriate thread,
5774 which is not necessarily the main thread.
5775 * syssignal.h: Include <stdbool.h>.
5776 (emacs_raise): New macro.
5777 * xterm.c (x_connection_signal): Remove; no longer needed
5778 now that we use sigaction.
5779 (x_connection_closed): No need to mess with sigmask now.
5780 (x_initialize): No need to reset SIGPIPE handler here, since
5781 init_signals does this for us now.
5782
5783 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
5784
5785 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
5786 background rect may be larger (Bug#12245).
5787
5788 2012-09-23 Chong Yidong <cyd@gnu.org>
5789
5790 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
5791
5792 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
5793
5794 * .gdbinit: Just stop at fatal_error_backtrace.
5795 See Stefan Monnier's request in
5796 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
5797 Remove no-longer-used query of system type.
5798
5799 2012-09-22 Chong Yidong <cyd@gnu.org>
5800
5801 * search.c (Freplace_match): Doc fix (Bug#12325).
5802
5803 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
5804
5805 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
5806 (Fline_end_position): Doc fix.
5807
5808 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
5809
5810 2012-09-22 Chong Yidong <cyd@gnu.org>
5811
5812 * dispextern.h (struct image_type): Add new slot, storing a type
5813 initialization function.
5814
5815 * image.c (define_image_type): Call the image initializer function
5816 if it is defined. Arguments and return value changed.
5817 (valid_image_p, make_image): Callers changed.
5818 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
5819 (gif_type, imagemagick_type, svg_type, gs_type):
5820 Add initialization functions.
5821 (Finit_image_library): Call lookup_image_type.
5822 (CHECK_LIB_AVAILABLE): Macro deleted.
5823 (lookup_image_type): Call define_image_type here, rather than via
5824 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
5825 (syms_of_image): Move define_image_type calls for xbm_type and
5826 pbm_type to lookup_image_type.
5827
5828 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5829
5830 * keyboard.c (timer_check_2): Move calculation of 'timers' and
5831 'idle_timers' from here ...
5832 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
5833 lists, to avoid infloops when the timer does something stupid,
5834 like reinvoke itself with the same or smaller time-out.
5835 (Bug#12447)
5836
5837 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5838
5839 * window.c (Fsplit_window_internal): Handle only Qt value of
5840 Vwindow_combination_limit separately.
5841 (Qtemp_buffer_resize): New symbol.
5842 (Vwindow_combination_limit): New default value.
5843 Rewrite doc-string.
5844
5845 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5846
5847 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
5848 the new overlay string. (Bug#10159)
5849
5850 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
5851
5852 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
5853 or that fprintf is async-signal-safe. POSIX doesn't require
5854 either assumption.
5855
5856 2012-09-22 Chong Yidong <cyd@gnu.org>
5857
5858 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
5859 (Bug#8207).
5860
5861 2012-09-22 Kenichi Handa <handa@gnu.org>
5862
5863 * composite.c (composition_reseat_it): Handle the case that a
5864 grapheme cluster is not covered by a single font (Bug#12352).
5865
5866 2012-09-21 Chong Yidong <cyd@gnu.org>
5867
5868 * image.c (define_image_type): Avoid adding duplicate types to
5869 image_types (Bug#12463). Suggested by Jörg Walter.
5870
5871 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5872
5873 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
5874 (print_load_command_name): Add case LC_DATA_IN_CODE.
5875 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
5876
5877 2012-09-21 Glenn Morris <rgm@gnu.org>
5878
5879 * eval.c (Frun_hook_with_args_until_success)
5880 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
5881
5882 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
5883
5884 * fileio.c (Ffile_selinux_context): Only call freecon when
5885 lgetfilecon succeeded.
5886 (Fset_file_selinux_context): Likewise. (Bug#12444)
5887
5888 2012-09-21 Eli Zaretskii <eliz@gnu.org>
5889
5890 * xdisp.c (try_window_reusing_current_matrix): Under bidi
5891 reordering, locate the cursor by calling set_cursor_from_row; if
5892 that fails, clear the desired glyph matrix before returning a
5893 failure indication to the caller. Fixes leaving garbled display
5894 when fast scrolling with a down-key. (Bug#12403)
5895 (compute_stop_pos_backwards): Fix a typo that caused crashes while
5896 scrolling through multibyte text.
5897
5898 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
5901 calling mark_vectorlike since that's the one that marks the window.
5902 (mark_discard_killed_buffers): Mark the final cdr.
5903 * window.h (struct window): Move prev/next_buffers to the
5904 non-standard fields.
5905 * window.c (make_window): Initialize prev/next_buffers manually.
5906
5907 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
5908
5909 Omit unused arg EXPECTED from socket hooks.
5910 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
5911 * nsterm.m (ns_term_init):
5912 * termhooks.h (struct terminal.read_socket_hook):
5913 * w32inevt.c (w32_console_read_socket):
5914 * w32term.c (w32_read_socket):
5915 * xterm.c (XTread_socket):
5916 Omit unused arg EXPECTED. All callers changed.
5917 (store_user_signal_events): Return void, not int, since callers no
5918 longer care about the return value. All uses changed.
5919
5920 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
5921
5922 * w32gui.h (XParseGeometry): Do not declare.
5923
5924 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
5925
5926 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
5927 Ignore 'expected'. See Eli Zaretskii in
5928 <http://bugs.gnu.org/12471#8> (last line).
5929
5930 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
5931 (XParseGeometry): Now static. Substitute extremal values for
5932 values that are out of range.
5933
5934 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5935
5936 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
5937
5938 * nsfns.m (XParseGeometry): Remove.
5939 (Fx_create_frame): Call x_set_offset to correctly interpret
5940 top_pos in geometry.
5941
5942 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
5943 (Fx_parse_geometry): If there is a space in string, call
5944 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
5945
5946 2012-09-17 Eli Zaretskii <eliz@gnu.org>
5947
5948 * search.c (scan_buffer): Use character positions in calls to
5949 region_cache_forward and region_cache_backward, not byte
5950 positions. (Bug#12196)
5951
5952 * w32term.c (w32_read_socket): Set pending_signals to 1, like
5953 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
5954
5955 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
5956 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
5957 emacs_blocked_malloc, now deleted.
5958
5959 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
5960
5961 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
5962 The workaround was for improving performance on Solaris 2.4, but
5963 is getting in the way now. Emacs will still work if someone is
5964 still running Solaris 2.4 in a museum somewhere; Sun dropped
5965 support for Solaris 2.4 in 2003.
5966 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
5967 * process.c (create_process) [HAVE_WORKING_VFORK]:
5968 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
5969 since Emacs no longer uses vfork on that platform.
5970
5971 2012-09-17 Glenn Morris <rgm@gnu.org>
5972
5973 * emacs.c: Use COPYRIGHT.
5974
5975 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
5976
5977 Remove configure's --without-sync-input option (Bug#12450).
5978 When auditing signal-handling in preparation for cleaning it up,
5979 I found that SYNC_INPUT has race conditions and would be a real
5980 pain to fix. Since it's an undocumented and deprecated
5981 configure-time option, now seems like a good time to remove it.
5982 Also see <http://bugs.gnu.org/11080#16>.
5983 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
5984 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
5985 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
5986 (malloc_hysteresis):
5987 (check_depth) [XMALLOC_OVERRUN_CHECK]:
5988 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
5989 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
5990 (dont_register_blocks, bytes_used_when_reconsidered)
5991 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
5992 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
5993 [!SYSTEM_MALLOC && !SYNC_INPUT]:
5994 Remove. All uses removed.
5995 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
5996 implementation, one that depends on whether the new macro
5997 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
5998 is defined.
5999 * atimer.c (run_timers, handle_alarm_signal):
6000 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
6001 (handle_async_input, process_pending_signals)
6002 (handle_input_available_signal, init_keyboard):
6003 * nsterm.m (ns_read_socket):
6004 * process.c (wait_reading_process_output):
6005 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
6006 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
6007 (emacs_write):
6008 * xterm.c (XTread_socket):
6009 Assume SYNC_INPUT.
6010 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
6011 * eval.c (handling_signal): Remove. All uses removed.
6012 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
6013 All uses replaced with the SYNC_INPUT version.
6014 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
6015 Remove decls.
6016 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
6017 Now static.
6018
6019 * font.c (Ffont_shape_gstring): Remove unused local.
6020
6021 2012-09-16 Glenn Morris <rgm@gnu.org>
6022
6023 * Makefile.in (clean): No longer run nextstep's clean.
6024
6025 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
6026 (ns_frag): Remove.
6027 (ns-app): Move here from ns.mk, and simplify.
6028 (clean): Simplify nextstep entry.
6029 * ns.mk: Remove file.
6030
6031 2012-09-17 Kenichi Handa <handa@gnu.org>
6032
6033 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
6034 not covert the last few charactes.
6035
6036 2012-09-16 Kenichi Handa <handa@gnu.org>
6037
6038 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
6039 here, but just check the validity of glyphs in the glyph-string.
6040
6041 2012-09-16 Martin Rudalics <rudalics@gmx.at>
6042
6043 * window.c (Fwindow_parameter, Fset_window_parameter):
6044 Accept any window as argument (Bug#12452).
6045
6046 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
6047
6048 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
6049 to ns_term_init to avoid memory leak.
6050
6051 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
6052 explicit retain/release.
6053 (ns_term_init): Only allow one display. Initialize outerpool and
6054 ns_*_types.
6055
6056 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
6057
6058 Port _setjmp fix to POSIXish hosts as well as Microsoft.
6059 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
6060 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
6061 the Microsoft problem in a different way, by altering ../nt/config.nt.
6062
6063 2012-09-15 Eli Zaretskii <eliz@gnu.org>
6064
6065 * w32xfns.c:
6066 * w32uniscribe.c:
6067 * w32term.c:
6068 * w32select.c:
6069 * w32reg.c:
6070 * w32proc.c:
6071 * w32menu.c:
6072 * w32inevt.c:
6073 * w32heap.c:
6074 * w32font.c:
6075 * w32fns.c:
6076 * w32console.c:
6077 * w32.c:
6078 * w16select.c: Remove inclusion of setjmp.h, as it is now included
6079 by lisp.h. This completes removal of setjmp.h inclusion
6080 erroneously announced in the previous commit. (Bug#12446)
6081
6082 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
6083 more accurate.
6084
6085 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
6086 not defined as a macro. The latter happens on MS-Windows.
6087 (Bug#12446)
6088
6089 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
6090
6091 Port better to POSIX hosts lacking _setjmp (Bug#12446).
6092 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
6093 Some instances of '#include <setjmp.h>' removed, if the
6094 only reason for the instance was because "lisp.h" was included.
6095 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
6096 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
6097 and _longjmp with the new symbols. Emacs already uses _setjmp if
6098 available, so this change affects only POSIXish hosts that have
6099 sigsetjmp but not _setjmp, such as some versions of Solaris and
6100 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
6101 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
6102 (png_load_body) [HAVE_PNG]:
6103 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
6104 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
6105 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
6106 since PNG requires jmp_buf. This is the only exception to the
6107 general rule that we now use sys_setjmp and sys_longjmp.
6108 This exception is OK since this code does not change the signal
6109 mask or longjmp out of a signal handler.
6110
6111 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
6112
6113 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
6114 Include "syssignal.h", for 'main_thread'.
6115
6116 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
6117
6118 Avoid out-of-range marker position (Bug#12426).
6119 * insdel.c (replace_range, replace_range_2):
6120 Adjust markers before overlays, as suggested by comments.
6121 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
6122 Remove redundant check before calling offset_intervals.
6123
6124 2012-09-14 Martin Rudalics <rudalics@gmx.at>
6125
6126 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
6127 current buffer (Bug#12387).
6128
6129 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
6132
6133 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6134
6135 Use a more backwards-compatible timer format (Bug#12430).
6136 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
6137 vector element, not from the 4th, since PSECS is now at the end.
6138 (Fcurrent_idle_time): Doc fix.
6139
6140 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6141
6142 Function to mark objects and remove killed buffers at once.
6143 * alloc.c (discard_killed_buffers): Rename to ...
6144 (mark_discard_killed buffers) ... new name. Add marking
6145 of remaining objects. Fix comment. Adjust users.
6146 (mark_object): Do not touch frame buffer lists here.
6147 * frame.c (delete_frame): Reset frame buffer lists here.
6148
6149 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6150
6151 Better workaround for GNOME bug when --enable-gcc-warnings.
6152 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
6153 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
6154 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
6155
6156 Simplify SIGIO usage (Bug#12408).
6157 The code that dealt with SIGIO was crufty and confusing, e.g., it
6158 played tricks like "#undef SIGIO" but these tricks were not used
6159 consistently. Simplify mostly by not #undeffing standard symbols,
6160 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
6161 or not as we please) rather than "defined SIGIO" (standard symbol
6162 that we probably shouldn't #undef).
6163 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
6164 Modules that need it can include it.
6165 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
6166 * dispextern.h (ignore_sigio): New decl.
6167 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
6168 unconditionally, since it's now a no-op if !USABLE_SIGIO.
6169 * emacs.c (shut_down_emacs):
6170 * keyboard.c (kbd_buffer_store_event_hold):
6171 Use ignore_sigio rather than invoking 'signal' directly.
6172 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
6173 for FIONREAD.
6174 (FIONREAD, SIGIO): Do not #undef.
6175 (tty_read_avail_input): Use #error rather than a syntax error.
6176 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
6177 for I_PIPE, used by SETUP_SLAVE_PTY.
6178 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
6179 * sysdep.c (croak): Remove; no longer needed. This bit of
6180 temporary code, with Fred N. Fish's comment that it's temporary,
6181 has been in Emacs since at least 1992!
6182 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
6183 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
6184 * syssignal.h (croak): Remove decl.
6185 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
6186 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
6187 now that we're termios-only.
6188 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
6189 * term.c (dissociate_if_controlling_tty): Use #error rather than
6190 a run-time error.
6191
6192 Work around GCC and GNOME bugs when --enable-gcc-warnings.
6193 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
6194 to work around GNOME bug 683906.
6195 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
6196 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
6197 This works around GCC bug 54561.
6198
6199 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
6200
6201 More fixes for 'volatile' and setjmp/longjmp.
6202 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
6203 * image.c (struct png_load_context) [HAVE_PNG]: New type.
6204 (png_load_body) [HAVE_PNG]:
6205 (jpeg_load_body) [HAVE_JPEG]:
6206 New function, with most of the old parent function's body.
6207 (png_load) [HAVE_PNG]:
6208 (jpeg_load) [HAVE_JPEG]:
6209 Invoke the new function, to avoid longjmp munging our locals.
6210 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
6211 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
6212 longjmp is passed 2, as the C standard doesn't guarantee this.
6213 Instead, store the failure code into mgr->failure_code.
6214
6215 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
6218 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
6219 (syms_of_keyboard): Remove support for unread-command-char.
6220
6221 2012-09-12 Eli Zaretskii <eliz@gnu.org>
6222
6223 * w32proc.c (sys_kill): If PID is our process ID and the signal is
6224 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
6225 violation. (Bug#12426)
6226
6227 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
6228
6229 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
6230
6231 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * eval.c: Add `inhibit-debugger'.
6234 (Qinhibit_debugger): New symbol.
6235 (call_debugger): Bind it instead of Qdebug_on_error.
6236 (maybe_call_debugger): Test Vinhibit_debugger.
6237 (syms_of_eval): Define inhibit-debugger.
6238 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
6239 (syms_of_xdisp): Remove inhibit-debug-on-message.
6240
6241 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
6242
6243 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
6244 If a nonvolatile local variable is written before a _longjmp to
6245 the frame containing the variable, and is read after the _longjmp,
6246 the value read is indeterminate. Some local variables of type
6247 'struct handler' and 'struct catchtag' are used in this way, so
6248 mark each of their slots as volatile if the slot can be set before
6249 _longjmp and read afterwards.
6250 * lisp.h (struct handler): var and chosen_clause are now volatile.
6251 (struct catchtag): val, next, and pdlcount are now volatile.
6252
6253 * bidi.c (bidi_push_it, bidi_pop_it):
6254 * fns.c (copy_hash_table):
6255 * image.c (define_image_type):
6256 * keyboard.c (kbd_buffer_store_event_hold):
6257 * process.c (Fprocess_send_eof):
6258 * xfaces.c (x_create_gc) [HAVE_NS]:
6259 * xgselect.c (xg_select):
6260 Prefer assignment to memcpy when either will do.
6261
6262 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
6263 Use pointer-to-a-pointer to simplify and avoid a NILP check each
6264 time an item is removed. No need to mark this function 'inline';
6265 the compiler knows better than we do.
6266
6267 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
6268
6269 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
6270 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
6271 to change_frame_size (Bug#12388).
6272 (windowDidResize:): Pass YES to updateFrameSize.
6273
6274 * nsterm.h: Add delay parameter to updateFrameSize.
6275
6276 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
6277
6278 Discard killed buffers from deleted window and frame objects.
6279 This reduces an amount of references to killed buffers and
6280 helps GC to reclaim them faster.
6281 * alloc.c (discard_killed_buffers): New function.
6282 (mark_object): Use it for deleted windows and frames.
6283 (mark_object): If symbol's value is set up for a killed buffer
6284 or deleted frame, restore its global binding.
6285 * data.c (swap_in_global_binding): Add GC notice.
6286 (swap_in_symval_forwarding): Use convenient set_blv_where.
6287 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
6288 * window.h: ... to here.
6289
6290 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
6291
6292 Convenient macro to check whether the buffer is live.
6293 * buffer.h (BUFFER_LIVE_P): New macro.
6294 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
6295 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
6296
6297 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6298
6299 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
6300 composition cases (Bug#12364).
6301
6302 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
6303 overhang of succeeding glyphs overlapping box cursor.
6304
6305 * w32term.c (x_draw_glyph_string): Likewise.
6306
6307 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
6308
6309 Simplify, document, and port floating-point (Bug#12381).
6310 The porting part of this patch fixes bugs on non-IEEE platforms
6311 with frexp, ldexp, logb.
6312 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
6313 Now static.
6314 * floatfns.c: Simplify discussion of functions that Emacs doesn't
6315 support, by removing commented-out code and briefly listing the
6316 C89 functions excluded. The commented-out stuff was confusing
6317 maintenance, e.g., we thought we needed cbrt but it was commented out.
6318 (logb): Remove decl; no longer needed.
6319 (isfinite): New macro, if not already supplied.
6320 (isnan): Don't replace any existing macro.
6321 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
6322 are present on all C89 platforms.
6323 (Ffrexp): Do not special-case zero, as frexp does the right thing
6324 for that case.
6325 (Flogb): Do not use logb, as it doesn't have the desired meaning
6326 on hosts that use non-base-2 floating point. Instead, stick with
6327 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
6328 frexp, to avoid getting an unspecified result.
6329
6330 * xdisp.c (Qinhibit_debug_on_message): Now static.
6331
6332 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
6333
6334 * nsterm.m (ns_update_begin): Set clip path to whole view by using
6335 NSBezierPath (Bug#12131).
6336
6337 2012-09-10 Chong Yidong <cyd@gnu.org>
6338
6339 * fns.c (Fdelq, Fdelete): Doc fix.
6340
6341 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
6342
6343 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
6344 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
6345
6346 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * lisp.h (make_lisp_ptr): New macro to replace XSET.
6349 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
6350 Use it.
6351
6352 2012-09-09 Eli Zaretskii <eliz@gnu.org>
6353
6354 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
6355 left fringe if the window has a left margin. This avoids leaving
6356 traces of the cursor because its leftmost pixel is not drawn over.
6357
6358 * dispnew.c (update_window_line): When the left margin area of a
6359 screen line is updated, set the redraw_fringe_bitmaps_p flag of
6360 that screen line. (Bug#12277)
6361
6362 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
6363
6364 Assume C89 or later for math functions (Bug#12381).
6365 This simplifies the code, and makes it a bit smaller and faster,
6366 and (most important) makes it easier to clean up signal handling
6367 since we can stop worring about floating-point exceptions in
6368 library code. That was a problem before C89, but the problem
6369 went away many years ago on all practical Emacs targets.
6370 * data.c, image.c, lread.c, print.c:
6371 Don't include <math.h>; no longer needed.
6372 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
6373 might be autoconfigured, as that never happens.
6374 * data.c (fmod):
6375 * doprnt.c (DBL_MAX_10_EXP):
6376 * print.c (DBL_DIG):
6377 Remove. C89 or later always defines these.
6378 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
6379 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
6380 (arith_error, domain_error, domain_error2):
6381 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
6382 no longer needed -- we simply return what C returns. All uses removed.
6383 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
6384 the wrapped code.
6385 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
6386 Remove. All uses expanded, as these macros are no longer used
6387 more than once and are now more trouble than they're worth.
6388 (Ftan): Use tan, not sin / cos.
6389 (Flogb): Assume C89 frexp.
6390 (fmod_float): Assume C89 fmod.
6391 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
6392 (init_floatfns): Remove. All uses removed.
6393
6394 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
6395
6396 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
6397 compositeToPoint for OSX < 10.6 (Bug#12390).
6398
6399 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
6400
6401 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
6402 This produces more-accurate results.
6403
6404 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
6405
6406 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
6407 changes (Bug#12088).
6408
6409 2012-09-08 Chong Yidong <cyd@gnu.org>
6410
6411 * syntax.c (Fstring_to_syntax): Doc fix.
6412
6413 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
6414
6415 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
6416 in the internal border.
6417 (x_set_window_size): Remove static variables and their usage.
6418 (ns_redraw_scroll_bars): Fix NSTRACE arg.
6419 (ns_after_update_window_line, ns_draw_fringe_bitmap):
6420 Remove fringe/internal border adjustment (Bug#11052).
6421 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
6422 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
6423 (ns_fix_rect_ibw): Remove.
6424 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
6425 (ns_dumpglyphs_box_or_relief): Ditto.
6426 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
6427 adjustment.
6428 (ns_dumpglyphs_image): Ditto.
6429 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
6430 border adjustment.
6431 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
6432 their usage. Add fringe_extended_p and its use as in other terms.
6433 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
6434 scroll bar was removed.
6435 (updateFrameSize): New function.
6436 (windowDidResize): Move code to updateFrameSize and call it.
6437
6438 * nsterm.h (EmacsView): Add updateFrameSize.
6439
6440 2012-09-07 Chong Yidong <cyd@gnu.org>
6441
6442 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
6443
6444 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
6445
6446 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
6447
6448 More signal-handler cleanup (Bug#12327).
6449 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
6450 Problem introduced when merging patches. Noted by Eli Zaretskii in
6451 <http://bugs.gnu.org/12327#67>.
6452 * floatfns.c: Comment fix.
6453 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
6454 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
6455 and anyway the declaration is harmless even if SIGDANGER is not defined.
6456 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
6457 defined BROKEN_FIONREAD). systty.h formerly did this, but other
6458 source files not surprisingly expected syssignal.h to define, or
6459 not define, SIGIO, and it's cleaner to do it that way, for consistency.
6460 Include <sys/ioctl.h>, for FIONREAD.
6461 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
6462 This eliminates a problem whereby other files mysteriously had
6463 to include "syssignal.h" before including "systty.h" if they
6464 wanted to use "#ifdef SIGIO".
6465
6466 2012-09-07 Eli Zaretskii <eliz@gnu.org>
6467
6468 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
6469
6470 * w32.c (sigemptyset): Empty the set.
6471 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
6472
6473 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
6474
6475 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
6476
6477 * alloc.c (mark_buffer): Revert unsafe marking optimization.
6478 (mark_object): Likewise for frame objects.
6479
6480 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
6481
6482 * syssignal.h (handle_on_main_thread): Always declare,
6483 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
6484 This ports to platforms without HAVE_PTHREAD.
6485
6486 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
6487
6488 Signal-handler cleanup (Bug#12327).
6489 Emacs's signal handlers were written in the old 4.2BSD style with
6490 sigblock and sigmask and so forth, and this led to some
6491 inefficiencies and confusion. Rewrite these to use
6492 pthread_sigmask etc. without copying signal sets around. Also,
6493 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
6494 'signal', and instead use functions that do not attempt to take
6495 over the system name space. This patch causes Emacs's text
6496 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
6497 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
6498 Do not include <signal.h> or "syssignal.h", as these
6499 modules do not use signals.
6500 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
6501 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
6502 Do not include <signal.h>, as "syssignal.h" does that for us now.
6503 * atimer.c (sigmask_atimers): New function.
6504 (block_atimers, unblock_atimers): New functions,
6505 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
6506 All uses replaced.
6507 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
6508 no longer needed here.
6509 * emacs.c (main): Inspect existing signal handler with sigaction,
6510 so that there's no need to block and unblock SIGHUP.
6511 * sysdep.c (struct save_signal): New member 'action', replacing
6512 old member 'handler'.
6513 (save_signal_handlers, restore_signal_handlers):
6514 Use sigaction instead of 'signal' to save and restore.
6515 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
6516 New function. All users of 'signal' modified to use set_sighandler
6517 if they're writeonly, and to use sys_signal if they're read+write.
6518 (emacs_sigaction_init, forwarded_signal): New functions.
6519 (sys_signal): Remove. All uses replaced by calls to sigaction
6520 and emacs_sigaction_init, or by direct calls to 'signal'.
6521 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
6522 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
6523 all uses replaced by pthread_sigmask etc. calls.
6524 * syssignal.h: Include <signal.h>.
6525 (emacs_sigaction_init, forwarded_signal): New decls.
6526 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
6527 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
6528 (sigmask, sys_sigmask): Remove; no longer needed.
6529 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
6530 (sigblock, sigunblock, sigfree):
6531 (sigsetmask) [!defined sigsetmask]:
6532 Remove. All uses replaced by pthread_sigmask.
6533 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
6534 no longer need to be replaced, and its typical old uses
6535 are now done via emacs_sigaction_init and sigaction.
6536 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
6537 (sys_sigdel): Remove; unused.
6538 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
6539
6540 2012-09-06 Eli Zaretskii <eliz@gnu.org>
6541
6542 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
6543 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
6544
6545 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
6546
6547 Explicitly mark buffer_defaults and buffer_local_symbols.
6548 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
6549 mark_local_symbols here.
6550 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
6551 since special buffers aren't marked here any more.
6552 (allocate_buffer): Chain new buffer with all_buffers here...
6553 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
6554 not here.
6555 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
6556 (syms_of_buffer): Remove staticpro of the above.
6557 (init_buffer_once): Set names for buffer_defaults and
6558 buffer_local_symbols.
6559
6560 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
6561
6562 Use bool for booleans in font-related modules.
6563 * font.c (font_intern_prop, font_style_to_value)
6564 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
6565 (generate_otf_features, font_check_otf_features, font_check_otf)
6566 (font_match_p, font_list_entities, font_at):
6567 * fontset.c (fontset_id_valid_p, reorder_font_vector
6568 (fontset_find_font, Fset_fontset_font)
6569 (face_suitable_for_char_p) [0]:
6570 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
6571 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
6572 (m17n_flt_initialized, ftfont_shape_by_flt):
6573 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
6574 * nsfont.m (nsfont_draw):
6575 * w32font.c (w32font_draw):
6576 * w32term.c (x_draw_glyphless_glyph_string_foreground):
6577 Use bool for booleans.
6578 * font.h: Adjust to above API changes.
6579 (struct font, struct font_driver, struct font_driver_list):
6580 Use bool for booleans.
6581 (struct font): Remove useless member encoding_type.
6582 All users removed.
6583 * fontset.c, xftfont.c: Omit unnecessary static decls.
6584
6585 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
6586
6587 * alloc.c (mark_object): Revert window marking code
6588 since it's unsafe for the Fset_window_configuration.
6589
6590 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
6591
6592 Fix race conditions with signal handlers and errno (Bug#12327).
6593 Be more systematic about preserving errno whenever a signal
6594 handler returns, even if it's not in the main thread. Do this by
6595 renaming signal handlers to distinguish between signal delivery
6596 and signal handling. All uses changed.
6597 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
6598 * data.c (deliver_arith_signal): Rename from arith_error.
6599 * dispnew.c (deliver_window_change_signal): Rename from
6600 window_change_signal.
6601 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
6602 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
6603 * keyboard.c (deliver_input_available_signal): Rename from
6604 input_available_signal.
6605 (deliver_user_signal): Rename from handle_user_signal.
6606 (deliver_interrupt_signal): Rename from interrupt_signal.
6607 * process.c (deliver_pipe_signal): Rename from send_process_trap.
6608 (deliver_child_signal): Rename from sigchld_handler.
6609 * atimer.c (handle_alarm_signal):
6610 * data.c (handle_arith_signal):
6611 * dispnew.c (handle_window_change_signal):
6612 * emacs.c (handle_fatal_signal, handle_danger_signal):
6613 * keyboard.c (handle_input_available_signal):
6614 * keyboard.c (handle_user_signal, handle_interrupt_signal):
6615 * process.c (handle_pipe_signal, handle_child_signal):
6616 New functions, with the actual signal-handling code taken from the
6617 original respective signal handlers, sans the sporadic attempts to
6618 preserve errno, since that's now done by handle_on_main_thread.
6619 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
6620 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
6621 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
6622 Move to sysdep.c.
6623 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
6624 Move initialization of main_thread to sysdep.c's init_signals.
6625 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
6626 our usage, and simplifies the mainline code.
6627 (record_child_status_change): New static function, as a helper
6628 for handle_child_signal, and with most of the old child handler's
6629 contents.
6630 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
6631 (handle_child_signal): Use the above.
6632 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
6633 Moved here from emacs.c.
6634 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
6635 code moved here from emacs.c's main function.
6636 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
6637 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
6638 This lets callers save and restore errno properly.
6639
6640 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
6641
6642 Remove redundant or unused things here and there.
6643 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
6644 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
6645 * editfns.c (Fcompare_buffer_substrings): Likewise.
6646 * frame.h (struct terminal, struct font_driver_list):
6647 Remove redundant declarations.
6648 * window.h (Qleft, Qright): Likewise.
6649
6650 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
6651
6652 Do not mark objects from deleted buffers, windows and frames.
6653 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
6654 (mark_object): Likewise for windows and frames.
6655
6656 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
6657
6658 * alloc.c (valid_lisp_object_p): Treat killed buffers,
6659 buffer_defaults and buffer_local_symbols as valid objects.
6660 Return special value to denote them.
6661
6662 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
6663
6664 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
6665 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
6666 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
6667 (file_name_absolute_p, Fsubstitute_in_file_name):
6668 (check_executable, check_writable, Ffile_accessible_directory_p)
6669 (Fset_file_selinux_context, Fdefault_file_modes)
6670 (Finsert_file_contents, choose_write_coding_system)
6671 (Fwrite_region, build_annotations, a_write, e_write)
6672 (Fdo_auto_save):
6673 * filelock.c (boot_time_initialized, get_boot_time)
6674 (get_boot_time_1, lock_file_1, within_one_second):
6675 * floatfns.c (in_float):
6676 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
6677 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
6678 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
6679 * lisp.h (struct Lisp_Hash_Table.cmpfn):
6680 * window.c (compare_window_configurations):
6681 Use bool for booleans.
6682 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
6683 (Fdefault_file_modes): Now mode_t, not int, for modes.
6684 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
6685 (internal_delete_file): Now returns void, not a (boolean) int,
6686 since nobody was looking at the return value.
6687 * lisp.h, window.h: Adjust to above API changes.
6688
6689 * xdisp.c (set_message): Simplify and reindent last change.
6690
6691 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
6694
6695 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6696
6697 * eval.c (call_debugger): Make the function non-static so that we
6698 can call it from set_message.
6699
6700 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
6701 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
6702
6703 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
6704
6705 Give more-useful info on a fatal error (Bug#12328).
6706 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
6707 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
6708 of doing the work ourselves.
6709 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
6710 do most of the work.
6711 (fatal_error_backtrace): New function, taken from the guts
6712 of the old fatal_error_signal, but with a new option to output
6713 a backtrace.
6714 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
6715 info about the signal than just its number.
6716 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
6717 * sysdep.c: Include <execinfo.h>
6718 (emacs_backtrace): New function, taken partly from the previous
6719 code of the 'die' function.
6720 (emacs_abort): Call fatal_error_backtrace rather than abort.
6721
6722 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
6725 eager (load-time) macro-expansion.
6726 * lisp.mk (lisp): Add macroexp.
6727
6728 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
6729
6730 Simplify redefinition of 'abort' (Bug#12316).
6731 Do not try to redefine the 'abort' function. Instead, redo
6732 the code so that it calls 'emacs_abort' rather than 'abort'.
6733 This removes the need for the NO_ABORT configure-time macro
6734 and makes it easier to change the abort code to do a backtrace.
6735 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
6736 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
6737 Remove; sysdep.c's emacs_abort now takes its place.
6738 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
6739 'abort' changed to use 'emacs_abort'.
6740 * msdos.c (dos_abort) [defined abort]: Remove; not used.
6741 (abort) [!defined abort]: Rename to ...
6742 (emacs_abort): ... new name.
6743 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
6744 the place of the old 'abort' in emacs.c.
6745 * w32.c, w32fns.c (abort): Do not #undef.
6746 * w32.c (emacs_abort): Rename from w32_abort.
6747
6748 2012-09-04 Eli Zaretskii <eliz@gnu.org>
6749
6750 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
6751 offsets[j].dv, since the y axis of the screen coordinates points
6752 down, while the y axis of the font definition coordinates points
6753 up. This fixes display of Arabic diacritics such as KASRA and
6754 KASRATAN. (Bug#11860)
6755
6756 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
6757
6758 Be more systematic about _setjmp vs setjmp.
6759 * alloc.c (test_setjmp, mark_stack):
6760 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
6761 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
6762 (png_load, my_error_exit, jpeg_load):
6763 * process.c (send_process_trap, send_process):
6764 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
6765 The underscored versions are up to 30x faster on some hosts.
6766 Formerly, the code used setjmp+longjmp sometimes and
6767 _setjmp+_longjmp at other times, with no particular reason to
6768 prefer setjmp+longjmp.
6769
6770 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
6771
6772 Fix minor problem found by static checking.
6773 * buffer.c (Fdelete_all_overlays): Return nil.
6774
6775 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6776
6777 * buffer.c (Fdelete_all_overlays): New function.
6778
6779 2012-09-03 Chong Yidong <cyd@gnu.org>
6780
6781 * gtkutil.c: Add extern decl for Qxft.
6782
6783 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
6784
6785 * emacs.c, eval.c: Use bool for boolean.
6786 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
6787 (malloc_using_checking) [DOUG_LEA_MALLOC]:
6788 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
6789 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
6790 (main, decode_env_path, Fdaemon_initialized):
6791 * eval.c (call_debugger, Finteractive_p, interactive_p):
6792 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
6793 (maybe_call_debugger, Fbacktrace):
6794 * process.c (read_process_output, exec_sentinel):
6795 Use bool for booleans.
6796 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
6797 All callers changed.
6798 * eval.c (interactive_p): Omit always-true boolean argument
6799 EXCLUDE_SUBRS_P. All callers changed.
6800 * dispextern.h, lisp.h: Reflect above API changes.
6801 * firstfile.c (dummy): Use the address of 'main', whose signature
6802 won't change, instead of the address of 'initialize', whose
6803 signature just changed from int to bool.
6804 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
6805 * msdos.c (fatal_error_in_progress): ... from here.
6806 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
6807 of incrementing it.
6808 (redisplay_internal, unwind_redisplay): Simply clear
6809 REDISPLAYING_P when unwinding, instead of saving its previous,
6810 always-false value and then restoring it.
6811
6812 Clean up some extern decls.
6813 Mostly, this hoists extern decls out of .c files and into .h files.
6814 That way, we're more likely to catch errors if the interfaces change.
6815 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
6816 declare xg_mark_data.
6817 * dispextern.h (x_frame_parm_handlers):
6818 * font.h (Qxft):
6819 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
6820 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
6821 (Qultra_bold, Qoblique, Qitalic):
6822 Move extern decl here from .c file.
6823 * alloc.c (xg_mark_data) [USE_GTK]:
6824 * doc.c (Qclosure):
6825 * eval.c (Qlexical_binding):
6826 * fns.c (time) [!HAVE_UNISTD_H]:
6827 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
6828 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
6829 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
6830 * lread.c (Qinternal_interpreter_environment):
6831 * minibuf.c (Qbuffer):
6832 * process.c (QCfamily, QCfilter):
6833 * widget.c (free_frame_faces):
6834 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
6835 * xfont.c (x_clear_errors):
6836 * xterm.c (x_frame_parm_handlers):
6837 Remove now-redundant extern decls.
6838 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
6839 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
6840 Now static.
6841 * xfaces.c: Remove unnecessary static decls.
6842 * xterm.c (updating_frame): Remove decl of nonexistent object.
6843
6844 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
6845 when building globals.h, as the objects that are not built on
6846 this host are not needed to compile C files on this host.
6847
6848 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
6849
6850 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
6851
6852 * frame.h: Add missing prototype for x_wm_set_size_hint.
6853
6854 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
6855
6856 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
6857 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
6858 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
6859 (Fsubstitute_command_keys):
6860 * editfns.c (region_limit, find_field, Fconstrain_to_field)
6861 (save_excursion_save, save_excursion_restore)
6862 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
6863 (format_time_string, general_insert_function)
6864 (make_buffer_string, make_buffer_string_both)
6865 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
6866 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
6867 (copy_text, insert_1, insert_1_both, insert_from_string)
6868 (insert_from_string_before_markers, insert_from_string_1)
6869 (insert_from_buffer, insert_from_buffer_1, replace_range)
6870 (replace_range_2, del_range_1, del_range_byte, del_range_both)
6871 (del_range_2, modify_region):
6872 * intervals.c (intervals_equal, balance_possible_root_interval)
6873 (adjust_intervals_for_insertion, merge_properties_sticky)
6874 (graft_intervals_into_buffer, lookup_char_property)
6875 (adjust_for_invis_intang, set_point_both)
6876 (get_property_and_range, compare_string_intervals)
6877 (set_intervals_multibyte_1, set_intervals_multibyte):
6878 * keyboard.c (decode_timer):
6879 Use bool for boolean.
6880 * intervals.h, lisp.h, systime.h: Reflect above API changes.
6881 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
6882
6883 2012-09-02 Chong Yidong <cyd@gnu.org>
6884
6885 * keymap.c (push_key_description): Print M-TAB as C-M-i
6886 (Bug#11758).
6887
6888 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
6891 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
6892 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
6893 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
6894 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
6895 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
6896 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
6897
6898 2012-09-01 Eli Zaretskii <eliz@gnu.org>
6899
6900 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
6901 more than one grapheme cluster passed to the shaper: compute the
6902 offset adjustment values separately for each cluster. (Bug#11860)
6903
6904 * image.c: Restore mistakenly removed inclusion of w32.h. Without
6905 it, GCC doesn't see prototypes of w32_delayed_load, and complains
6906 about implicit conversions from integer to pointer.
6907
6908 2012-09-01 Daniel Colascione <dancol@dancol.org>
6909
6910 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
6911 system used too early.
6912
6913 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6914
6915 Better seed support for (random).
6916 * emacs.c (main): Call init_random.
6917 * fns.c (Frandom): Set the seed from a string argument, if given.
6918 Remove long-obsolete Gentzel cruft.
6919 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
6920 (init_random): New function.
6921
6922 2012-09-01 Daniel Colascione <dancol@dancol.org>
6923
6924 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
6925 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
6926 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
6927 x_wm_set_size_hint, x_query_colors, x_real_positions,
6928 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
6929 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
6930 all of which have been moved to common code.
6931
6932 * xfaces.c: Include TERM_HEADER instead of listing all possible
6933 window-system headers.
6934
6935 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
6936 to match header.
6937
6938 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
6939 directly accessing frame internals.
6940
6941 * w32font.h: Include font.h. Define syms_of_w32font and
6942 globals_of_w32font.
6943
6944 * process.c: Include TERM_HEADER instead of listing all possible
6945 window-system headers.
6946
6947 * nsterm.h: Remove declarations now in frame.h.
6948 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
6949
6950 * menu.c: Include TERM_HEADER instead of listing all possible
6951 window-system headers.
6952
6953 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
6954 window system.
6955
6956 * keyboard.c: Include TERM_HEADER instead of listing all possible
6957 window-system headers.
6958
6959 * image.c: Include TERM_HEADER instead of listing all possible
6960 window-system headers. Declare Vlibrary_cache when compiling for
6961 Windows.
6962
6963 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
6964 window system declarations.
6965
6966 * frame.h: Move common functions here: set_frame_menubar,
6967 x_set_window_size, x_sync, x_get_focus_frame,
6968 x_set_mouse_position, x_set_mouse_pixel_position,
6969 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
6970 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
6971 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
6972 x_activate_menubar, x_real_positions, x_bitmap_icon,
6973 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
6974 and x_query_colors.
6975
6976 * frame.c: Include TERM_HEADER instead of listing all possible
6977 window-system headers.
6978
6979 * font.c: Include TERM_HEADER instead of listing all possible
6980 window-system headers.
6981
6982 * emacs.c: Include TERM_HEADER.
6983
6984 * dispnew.c: Include TERM_HEADER instead of listing all possible
6985 window-system headers.
6986
6987 * ccl.h: Include character.h.
6988
6989 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
6990 the current window system; include in list of objects to link into
6991 Emacs.
6992
6993 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
6994
6995 Remove mark_ttys function and fix tty_display_info initialization.
6996 * lisp.h (mark_ttys): Remove prototype.
6997 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
6998 to mark_ttys because all possible values of 'top_frame' slot are
6999 the frames which are reachable from Vframe_list.
7000 * term.c (mark_ttys): Remove.
7001 (init_tty): Safely initialize 'top_frame' slot with Qnil.
7002
7003 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
7004
7005 Change struct frame bitfields from unsigned char to unsigned.
7006 * frame.h (struct frame): Change type of 'display_preempted',
7007 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
7008 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
7009 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
7010 bitfields from unsigned char to unsigned.
7011
7012 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
7013
7014 Remove unused member of struct x_output and struct w32_output.
7015 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
7016 * w32term.h (struct w32_output): Likewise.
7017
7018 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
7019
7020 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
7021 does not become zero (Bug#12234).
7022
7023 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
7024
7025 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
7026 for GCC 4.7.1 x86-64.
7027
7028 2012-08-30 Glenn Morris <rgm@gnu.org>
7029
7030 * lread.c (init_lread): For out-of-tree builds, only add the
7031 source directory's site-lisp dir to the load-path if it exists,
7032 consistent with in-tree builds. (Bug#12302)
7033
7034 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
7035
7036 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
7037 button_values to NULL. Call setStykeMask so dialogs get a close button.
7038 (windowShouldClose:): Set window_closed.
7039 (dealloc): New member, free button_values.
7040 (process_dialog:): Make member function. Remove window argument,
7041 replace window with self. Count buttons and allocate and store values
7042 in button_values.
7043 (addButton:value:row:): value is int with the name tag. Call setTag
7044 with tag. Remove return self, declare return value as void.
7045 (addString:row:): Remove return self, declare return value as void.
7046 (addSplit): Remove return self, declare return value as void.
7047 (clicked:): Remove return self, declare return value as void.
7048 Set dialog_return to button_values[seltag]. Code formatting change.
7049 (initFromContents:isQuestion:): Adjust call to process_dialog.
7050 Code formatting change.
7051 (timeout_handler:): Set timer_fired to YES.
7052 (runDialogAt:): Set timer_fired to NO.
7053 Handle click on close button as quit.
7054
7055 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
7056 Add window_closed and button_values. Add void as return value for
7057 add(Button|String|Split). addButton takes int instead of Lisp_Object.
7058 Add process_dialog as new member.
7059
7060 2012-08-28 Eli Zaretskii <eliz@gnu.org>
7061
7062 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
7063 is not one of the heaps we manage. (Bug#12242)
7064
7065 2012-08-28 Glenn Morris <rgm@gnu.org>
7066
7067 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
7068
7069 2012-08-28 Martin Rudalics <rudalics@gmx.at>
7070
7071 * window.c (Fset_window_configuration): Remove handling of
7072 auto-buffer-name window parameter. Install revision of reverted
7073 fix.
7074
7075 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
7076
7077 Do not allow to set major mode for a dead buffer.
7078 * buffer.c (Fset_buffer_major_mode): Signal an error
7079 if the buffer is dead.
7080 (Fother_buffer, other_buffer_safely): Remove redundant
7081 nested declaration.
7082
7083 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
7084
7085 Always use set_buffer_if_live to restore original buffer at unwind.
7086 * buffer.h (record_unwind_current_buffer): New function.
7087 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
7088 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
7089 * undo.c, window.c: Adjust users.
7090 * buffer.c (set_buffer_if_live): Fix comment.
7091
7092 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
7093
7094 Fix usage of set_buffer_internal.
7095 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
7096 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
7097 * coding.c (decode_coding): Omit redundant test.
7098 * fileio.c (decide_coding_unwind): Likewise.
7099 * fns.c (secure_hash): Likewise.
7100 * insdel.c (modify_region): Likewise.
7101 * keyboard.c (command_loop_1): Likewise.
7102 * print.c (PRINTFINISH): Likewise.
7103 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
7104
7105 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
7106
7107 * dispnew.c: Use bool for boolean.
7108 (frame_garbaged, display_completed, delayed_size_change)
7109 (fonts_changed_p, add_window_display_history)
7110 (add_frame_display_history, verify_row_hash)
7111 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
7112 (row_equal_p, realloc_glyph_pool)
7113 (allocate_matrices_for_frame_redisplay)
7114 (showing_window_margins_p)
7115 (adjust_frame_glyphs_for_frame_redisplay)
7116 (build_frame_matrix_from_leaf_window, make_current)
7117 (mirrored_line_dance, mirror_line_dance, update_frame)
7118 (update_window_tree, update_single_window)
7119 (check_current_matrix_flags, update_window, update_text_area)
7120 (update_window_line, set_window_update_flags, scrolling_window)
7121 (update_frame_1, scrolling, buffer_posn_from_coords)
7122 (do_pending_window_change, change_frame_size)
7123 (change_frame_size_1, sit_for):
7124 Use bool for boolean.
7125 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
7126 and remove last int (actually boolean) argument, which was always 0.
7127 All callers changed.
7128 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
7129 * dispextern.h (struct composition_it): Use bool for boolean.
7130 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
7131 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
7132 * dired.c (file_name_completion):
7133 Use bool for boolean. (This was missed in an earlier change.)
7134
7135 2012-08-27 Martin Rudalics <rudalics@gmx.at>
7136
7137 * window.c (Fset_window_configuration): Revert first part of
7138 last change.
7139
7140 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
7141
7142 * nsterm.h (NSPanel): New class variable dialog_return.
7143
7144 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
7145 Initialize dialog_return.
7146 (windowShouldClose:): Use stop instead of stopModalWithCode.
7147 (clicked:): Ditto, and also set dialog_return (Bug#12258).
7148 (timeout_handler:): Use stop instead of abortModal. Send a dummy
7149 event.
7150 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
7151 modal loop returns.
7152
7153 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
7154
7155 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
7156 * composite.c (find_composition, composition_gstring_p)
7157 (composition_reseat_it, find_automatic_composition):
7158 * data.c (let_shadows_buffer_binding_p)
7159 (let_shadows_global_binding_p, set_internal, make_blv)
7160 (Fmake_variable_buffer_local, Fmake_local_variable)
7161 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
7162 (cons_to_signed, arith_driver):
7163 * dbusbind.c (xd_in_read_queued_messages):
7164 * dired.c (directory_files_internal, file_name_completion):
7165 Use bool for booleans.
7166 * dired.c (file_name_completion):
7167 * process.h (fd_callback):
7168 Omit int (actually boolean) argument. It wasn't being used.
7169 All uses changed.
7170 * composite.h, lisp.h: Reflect above API changes.
7171
7172 * cmds.c, coding.c: Use bool for booleans.
7173 * cmds.c (move_point, Fself_insert_command):
7174 * coding.h (struct composition status, struct coding_system):
7175 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
7176 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
7177 (emacs_mule_char, decode_coding_emacs_mule)
7178 (encode_coding_emacs_mule, detect_coding_iso_2022)
7179 (decode_coding_iso_2022, encode_invocation_designation)
7180 (encode_designation_at_bol, encode_coding_iso_2022)
7181 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
7182 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
7183 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
7184 (encode_coding_raw_text, detect_coding_charset)
7185 (decode_coding_charset, encode_coding_charset, detect_eol)
7186 (detect_coding, get_translation_table, produce_chars)
7187 (consume_chars, reused_workbuf_in_use)
7188 (make_conversion_work_buffer, code_conversion_save)
7189 (decode_coding_object, encode_coding_object)
7190 (detect_coding_system, char_encodable_p)
7191 (Funencodable_char_position, code_convert_region)
7192 (code_convert_string, code_convert_string_norecord)
7193 (Fset_coding_system_priority):
7194 * fileio.c (Finsert_file_contents):
7195 Use bool for booleans.
7196 * coding.h, lisp.h: Reflect above API changes.
7197 * coding.c: Remove unnecessary static function decls.
7198 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
7199 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
7200 not a boolean 'int', since callers never look at the return value.
7201 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
7202 * coding.h (decoding_buffer_size, encoding_buffer_size)
7203 (emacs_mule_string_char): Remove unused extern decls.
7204 (struct iso_2022_spec, struct coding_system):
7205 Use 'unsigned int : 1' for boolean fields, since there's more than one.
7206 (struct emacs_mule_spec): Remove unused field 'full_support'.
7207 All initializations removed.
7208 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
7209
7210 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
7211
7212 Fix spare memory change (Bug#12286).
7213 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
7214 (valid_lisp_object_p): Likewise.
7215
7216 2012-08-27 Martin Rudalics <rudalics@gmx.at>
7217
7218 * window.c (Fset_window_configuration): Record any window's old
7219 buffer if it's replaced (see Bug#8789). If the new current
7220 buffer doesn't appear in the selected window, go to its old
7221 point (Bug#12208).
7222
7223 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
7224
7225 Special MEM_TYPE_SPARE to denote reserved memory.
7226 * alloc.c (enum mem_type): New memory type.
7227 (refill_memory_reserve): Use new type for spare memory.
7228 This prevents live_cons_p and live_string_p from incorrect
7229 detection of uninitialized objects from spare memory as live.
7230
7231 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
7232
7233 Spelling fixes.
7234 * Makefile.in (.PHONY): versioclean -> versionclean.
7235
7236 Remove unused external symbols.
7237 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
7238 * window.c (Qwindow_valid_p, decode_valid_window):
7239 Now static, not extern.
7240 * data.c (Qinterval): Remove; unused.
7241 (syms_of_data): Do not define 'interval'.
7242 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
7243 * window.h (decode_valid_window):
7244 Remove decls.
7245
7246 * character.c, charset.c, chartab.c: Use bool for booleans.
7247 * character.c (lisp_string_width, string_count_byte8)
7248 (string_escape_byte8):
7249 * charset.c (charset_map_loaded, load_charset_map, read_hex):
7250 (load_charset_map_from_file, map_charset_chars)
7251 (Fdefine_charset_internal, define_charset_internal)
7252 (Fdeclare_equiv_charset, find_charsets_in_text)
7253 (Ffind_charset_region, char_charset, Fiso_charset):
7254 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
7255 (sub_char_table_set, sub_char_table_set_range)
7256 (char_table_set_range, optimize_sub_char_table)
7257 (map_sub_char_table):
7258 Use bool for boolean.
7259 * character.c (str_to_unibyte): Omit last boolean argument; it was
7260 always 0. All callers changed.
7261 * character.h, charset.h: Adjust to match previous changes.
7262 * character.h (char_printable_p): Remove decl of nonexistent function.
7263 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
7264 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
7265 are all boolean, so make them single-bit bitfields.
7266
7267 * lisp.h (ASET): Remove attempt to detect side effects.
7268 It was meant to be temporary and it often doesn't work,
7269 because when IDX has side effects the behavior of IDX==IDX
7270 is undefined. See Stefan Monnier in
7271 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
7272
7273 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
7274
7275 * lisp.h (functionp): New function (extracted from Ffunctionp).
7276 (FUNCTIONP): Use it.
7277 * eval.c (Ffunctionp): Use it.
7278
7279 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
7280
7281 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
7282 as that's faster and simpler than static storage. Don't bother
7283 with the g_main_context_query overhead if g_main_context_pending
7284 says no events are pending.
7285 (gfds, gfds_size): Remove these static vars.
7286 (xgselect_initialize): Remove; no longer needed.
7287 All uses and decls removed.
7288
7289 * emacs.c (fatal_error_signal_hook): Remove.
7290 All uses removed. This leftover from old code was always 0.
7291
7292 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
7293 * casefiddle.c (casify_object, casify_region):
7294 * casetab.c (set_case_table):
7295 * category.c, category.h (word_boundary_p):
7296 * category.h (CHAR_HAS_CATEGORY):
7297 Use bool for booleans, instead of int.
7298
7299 2012-08-25 Eli Zaretskii <eliz@gnu.org>
7300
7301 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
7302
7303 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
7304
7305 On assertion failure, print backtrace if available.
7306 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
7307 (die) [ENABLE_CHECKING]: Print a backtrace if available.
7308 * Makefile.in (LIB_EXECINFO): New macro.
7309 (LIBES): Use it.
7310
7311 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
7312 * bytecode.c (exec_byte_code):
7313 * callint.c (check_mark, Fcall_interactively):
7314 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
7315 (getenv_internal, sync_process_alive, call_process_exited):
7316 * lisp.h (USE_SAFE_ALLOCA):
7317 Use bool for booleans, instead of int.
7318 * lisp.h, process.h: Adjust prototypes to match above changes.
7319 * callint.c (Fcall_interactively): Don't assume the mark's
7320 offset fits in 'int'.
7321
7322 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
7323
7324 * buffer.c, buffer.h: Use bool for boolean.
7325 * buffer.c (reset_buffer_local_variables)
7326 (buffer_lisp_local_variables, Fset_buffer_modified_p)
7327 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
7328 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
7329 (overlay_touches_p, overlay_strings, Foverlay_put)
7330 (report_overlay_modification, call_overlay_mod_hooks):
7331 (mmap_enlarge, mmap_set_vars):
7332 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
7333 Use bool for booleans, instead of int.
7334 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
7335 since the 1-or-0 return value is always ignored anyway.
7336 (mmap_initialized_p):
7337 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
7338 * buffer.h, lisp.h: Adjust prototypes to match above changes.
7339
7340 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
7341
7342 * bidi.c: Use bool for boolean.
7343 This is a bit more readable, and makes the text segment of bidi.o
7344 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
7345 Presumably it's faster too.
7346 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
7347 Now bool.
7348 (bidi_cache_find_level_change, bidi_cache_iterator_state)
7349 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
7350 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
7351 (bidi_explicit_dir_char, bidi_level_of_next_char)
7352 (bidi_find_other_level_edge, bidi_move_to_visually_next):
7353 Use bool for booleans, instead of int.
7354 * dispextern.h (bidi_init_it, bidi_paragraph_init)
7355 (bidi_unshelve_cache): Adjust decls to match code.
7356
7357 2012-08-23 Martin Rudalics <rudalics@gmx.at>
7358
7359 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
7360 argument.
7361
7362 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
7363
7364 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
7365 * atimer.h: Include <stdbool.h>.
7366
7367 2012-08-22 Dan Nicolaescu <dann@gnu.org>
7368
7369 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
7370 compile time tests instead of run time tests on systems that do
7371 not use them.
7372 (FRAME_MAC_P): Remove leftover from deleted code.
7373 * frame.c (syms_of_frame): Remove leftover from deleted code.
7374
7375 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
7376
7377 * nsterm.m (insertText:): Don't clear modifiers if code is space.
7378
7379 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
7380
7381 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
7382 Otherwise, the compiler complains about (A?B:C) where B is void
7383 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
7384 (fontset_add): Return void, for FONTSET_ADD.
7385
7386 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
7387
7388 * alloc.c: Use bool for booleans.
7389 (gc_in_progress, abort_on_gc)
7390 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
7391 (dont_register_blocks) [GC_MALLOC_CHECK]:
7392 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
7393 (check_string_bytes, make_specified_string, memory_full)
7394 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
7395 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
7396 (mark_stack, valid_pointer_p, make_pure_string)
7397 (Fgarbage_collect, survives_gc_p, gc_sweep):
7398 Use bool for booleans, instead of int.
7399 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
7400 Remove unused local.
7401 * alloc.c (PURE_POINTER_P):
7402 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
7403 * editfns.c (Fformat):
7404 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
7405 (Fdo_auto_save):
7406 * fns.c (sweep_weak_table):
7407 * lisp.h (suppress_checking, push_message, survives_gc_p)
7408 (make_pure_string, gc_in_progress, abort_on_gc):
7409 * lread.c (readchar, read1):
7410 * print.c (Fprin1_to_string):
7411 * xdisp.c (push_message):
7412 Use bool for booleans affected directly or indirectly by
7413 alloc.c's changes.
7414
7415 Make recently-introduced setters macros.
7416 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
7417 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
7418 (set_fontset_default, set_fontset_fallback): Rename from their
7419 upper-case counterparts, and make them functions rather than macros.
7420 This is more consistent with the other recently-introduced setters.
7421 These don't need to be inline, since they're local.
7422
7423 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
7424
7425 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
7426 the loop (Bug#12247).
7427
7428 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
7429
7430 * lisp.h (vcopy): Use memcpy rather than our own loop.
7431 This fixes a performance regression introduced by the recent
7432 addition of vcopy. This means 'vcopy' will need to be modified
7433 for a copying collector, but that's OK. Also, tighten the
7434 checking in the assertion.
7435
7436 2012-08-21 Eli Zaretskii <eliz@gnu.org>
7437
7438 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
7439 components for RTL text (Bug#11860). Adjust X-OFFSET of each
7440 non-base glyph for the width of the base character, according to
7441 what x_draw_composite_glyph_string_foreground expects.
7442 Generate WADJUST value according to composition_gstring_width's
7443 expectations, to produce correct width of the composed character.
7444 Reverse the sign of the DU offset produced by ScriptPlace.
7445
7446 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
7447
7448 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
7449
7450 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
7451
7452 Avoid direct writes to contents member of struct Lisp_Vector.
7453 * lisp.h (vcopy): New function to copy data into vector.
7454 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
7455 * fns.c (Ffillarray): Use ASET.
7456 * keyboard.c (timer_check_2): Use AREF and ASET.
7457 (append_tool_bar_item, Frecent_keys): Use vcopy.
7458 * lread.c (read_vector): Use ASET.
7459 * msdos.c (Frecent_doskeys): Use vcopy.
7460 * xface.c (Finternal_copy_lisp_face): Use vcopy.
7461 (Finternal_merge_in_global_face): Use ASET and vcopy.
7462 * xfont.c (xfont_list_pattern): Likewise.
7463
7464 2012-08-21 Martin Rudalics <rudalics@gmx.at>
7465
7466 * window.c (Fwindow_point): For the selected window always return
7467 the position of its buffer's point.
7468 (Fset_window_point): For the selected window always go in its
7469 buffer to the specified position.
7470
7471 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
7472
7473 Setter macros for fontsets.
7474 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
7475 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
7476 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
7477 Adjust users.
7478
7479 2012-08-20 Glenn Morris <rgm@gnu.org>
7480
7481 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
7482 Don't assume that `ln -f' works.
7483
7484 2012-08-20 Eli Zaretskii <eliz@gnu.org>
7485
7486 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
7487 and later about non-assignments with no effect. See discussion at
7488 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
7489 details.
7490
7491 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
7492
7493 Inline setter functions for Lisp_Objects slots of struct specbinding.
7494 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
7495 Adjust users.
7496
7497 2012-08-20 Martin Rudalics <rudalics@gmx.at>
7498
7499 * window.c (select_window): Always make selected window's buffer
7500 current.
7501
7502 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
7503
7504 Use AREF and ASET for docstrings of category tables.
7505 * category.h (CATEGORY_DOCSTRING): Use AREF.
7506 (SET_CATEGORY_DOCSTRING): Use ASET.
7507 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
7508
7509 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
7510
7511 Inline setter functions for hash table members.
7512 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
7513 (set_hash_hash, set_hash_index): Rename with _slot suffix.
7514 (set_hash_key_and_value, set_hash_index, set_hash_next)
7515 (set_hash_hash): New functions.
7516 * charset.c, fns.c: Adjust users.
7517
7518 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
7519
7520 Inline getter and setter functions for per-buffer values.
7521 * buffer.h (per_buffer_default, set_per_buffer_default)
7522 (per_buffer_value, set_per_buffer_value): New functions.
7523 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
7524 * buffer.c, data.c: Adjust users.
7525
7526 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
7527
7528 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
7529
7530 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
7531
7532 Rely on <config.h> + <unistd.h> to declare 'environ',
7533 as gnulib does this if the system doesn't.
7534 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
7535 Remove declaration. MS-Windows declares it on stdlib.h which is
7536 included by conf_post.h.
7537 * emacs.c (environ) [DOUG_LEA_MALLOC]:
7538 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
7539 * vm-limit.c: Include <unistd.h>, for 'environ'.
7540
7541 * unexaix.c, unexcoff.c: Include "mem-limits.h".
7542 (start_of_data): Remove decl; mem-limits.h provides it.
7543
7544 * xdisp.c (handle_invisible_prop): Make it a bit faster
7545 and avoid a gcc -Wmaybe-uninitialized diagnostic.
7546
7547 2012-08-19 Chong Yidong <cyd@gnu.org>
7548
7549 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
7550 ends (Bug#3874).
7551
7552 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
7553
7554 * .gdbinit: Use call instead of set when calling a function in the
7555 inferior.
7556
7557 * data.c (set_internal): Don't use set_blv_found.
7558 (Fkill_local_variable): Likewise.
7559
7560 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
7561
7562 * nsfont.m (ns_ascii_average_width): Ensure the string
7563 ascii_printable is initialized with a null-terminated character
7564 array. Otherwise, it can contain undesired extra characters.
7565
7566 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
7567
7568 port new setting code to Sun C 5.8 2005/10/13
7569 * chartab.c, lisp.h (char_table_set, char_table_set_range):
7570 Return void, not Lisp_Object. Otherwise, the compiler
7571 complains about (A?B:C) where B is void and C is Lisp_Object
7572 when compiling CHAR_TABLE_SET, due to the recent change to
7573 the API of sub_char_table_set_contents.
7574
7575 2012-08-18 Chong Yidong <cyd@gnu.org>
7576
7577 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
7578 for the string case (Bug#3874).
7579
7580 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
7581
7582 * buffer.h (BSET): Remove (Bug#12215).
7583 Replace all uses with calls to new setter functions.
7584 (bset_bidi_paragraph_direction, bset_case_canon_table)
7585 (bset_case_eqv_table, bset_directory, bset_display_count)
7586 (bset_display_time, bset_downcase_table)
7587 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
7588 (bset_last_selected_window, bset_local_var_alist)
7589 (bset_mark_active, bset_point_before_scroll, bset_read_only)
7590 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
7591 (bset_width_table):
7592 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
7593 (bset_auto_fill_function, bset_auto_save_file_format)
7594 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
7595 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
7596 (bset_cache_long_line_scans, bset_case_fold_search)
7597 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
7598 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
7599 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
7600 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
7601 (bset_header_line_format, bset_indicate_buffer_boundaries)
7602 (bset_indicate_empty_lines, bset_invisibility_spec)
7603 (bset_left_fringe_width, bset_major_mode, bset_mark)
7604 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
7605 (bset_name, bset_overwrite_mode, bset_pt_marker)
7606 (bset_right_fringe_width, bset_save_length)
7607 (bset_scroll_bar_width, bset_scroll_down_aggressively)
7608 (bset_scroll_up_aggressively, bset_selective_display)
7609 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
7610 (bset_word_wrap, bset_zv_marker):
7611 * category.c (bset_category_table):
7612 * syntax.c (bset_syntax_table):
7613 New setter functions.
7614
7615 * process.h (PSET): Remove (Bug#12215).
7616 Replace all uses with calls to new setter functions.
7617 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7618 (PROCESS_INLINE): New macro.
7619 (pset_childp): New setter function.
7620 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
7621 * process.c (PROCESS_INLINE):
7622 Define to EXTERN_INLINE, so that the corresponding functions
7623 are compiled into code.
7624 (pset_buffer, pset_command, pset_decode_coding_system)
7625 (pset_decoding_buf, pset_encode_coding_system)
7626 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
7627 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
7628 (pset_type, pset_write_queue): New setter functions.
7629
7630 * window.h (WSET): Remove (Bug#12215).
7631 Replace all uses with calls to new setter functions.
7632 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7633 (WINDOW_INLINE): New macro.
7634 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
7635 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
7636 (wset_total_lines, wset_vertical_scroll_bar)
7637 (wset_window_end_pos, wset_window_end_valid)
7638 (wset_window_end_vpos): New setter functions.
7639 * window.c (WINDOW_INLINE):
7640 Define to EXTERN_INLINE, so that the corresponding functions
7641 are compiled into code.
7642 (wset_combination_limit, wset_dedicated, wset_display_table)
7643 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
7644 (wset_new_normal, wset_new_total, wset_next_buffers)
7645 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
7646 (wset_prev_buffers, wset_right_fringe_width)
7647 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
7648 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
7649 (wset_window_parameters):
7650 * xdisp.c (wset_base_line_number, wset_base_line_pos)
7651 (wset_column_number_displayed, wset_region_showing):
7652 New setter functions.
7653
7654 * termhooks.h (TSET): Remove (Bug#12215).
7655 Replace all uses with calls to new setter functions.
7656 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7657 (TERMHOOKS_INLINE): New macro.
7658 (tset_charset_list, tset_selection_alist): New setter functions.
7659 * terminal.c (TERMHOOKS_INLINE):
7660 Define to EXTERN_INLINE, so that the corresponding functions
7661 are compiled into code.
7662 (tset_param_alist): New setter function.
7663
7664 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
7665
7666 * keyboard.h (KSET): Remove (Bug#12215).
7667 Replace all uses with calls to new setter functions.
7668 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7669 (KEYBOARD_INLINE): New macro.
7670 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
7671 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
7672 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
7673 New setter functions.
7674 * keyboard.c (KEYBOARD_INLINE):
7675 Define to EXTERN_INLINE, so that the corresponding functions
7676 are compiled into code.
7677 (kset_echo_string, kset_kbd_queue)
7678 (kset_keyboard_translate_table, kset_last_prefix_arg)
7679 (kset_last_repeatable_command, kset_local_function_key_map)
7680 (kset_overriding_terminal_local_map, kset_real_last_command)
7681 (kset_system_key_syms): New setter functions.
7682
7683 * frame.h (FSET): Remove (Bug#12215).
7684 Replace all uses with calls to new setter functions.
7685 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7686 (FRAME_INLINE): New macro.
7687 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
7688 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
7689 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
7690 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
7691 (fset_param_alist, fset_root_window, fset_scroll_bars)
7692 (fset_selected_window, fset_title, fset_tool_bar_items)
7693 (fset_tool_bar_position, fset_tool_bar_window): New functions.
7694 * frame.c (FRAME_INLINE):
7695 Define to EXTERN_INLINE, so that the corresponding functions
7696 are compiled into code.
7697 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
7698
7699 A few more naming-convention fixes for getters and setters.
7700 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
7701 and rename from buffer_overlays_set_before.
7702 (set_buffer_overlays_after): Move here from buffer.h, and rename
7703 from buffer_overlays_set_after.
7704 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
7705 All uses changed.
7706 (set_buffer_intervals): Rename from buffer_set_intervals.
7707 * intervals.c (set_interval_object): Move here from intervals.h,
7708 and rename from interval_set_object.
7709 (set_interval_left): Move here from intervals.h, and rename from
7710 interval_set_left.
7711 (set_interval_right): Move here from intervals.h, and rename from
7712 interval_set_right.
7713 (copy_interval_parent): Move here from intervals.h, and rename from
7714 interval_copy_parent.
7715 * intervals.h (set_interval_parent): Rename from interval_set_parent.
7716 (set_interval_plist): Rename from interval_set_plist.
7717 Return void, not Lisp_Object, since no caller uses the result.
7718 * lisp.h (string_intervals): Rename from string_get_intervals.
7719 (set_string_intervals): Rename from string_set_intervals.
7720
7721 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
7722 (set_char_table_contents): Rename from char_table_set_contents.
7723 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
7724 All uses changed. See the end of
7725 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
7726
7727 * lisp.h (CSET): Remove (Bug#12215).
7728 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
7729 (set_char_table_purpose): New functions,
7730 replacing CSET. All uses changed. For example, replace
7731 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
7732 "set_char_table_parent (char_table, parent);".
7733 The old version was confusing because it used the same name
7734 'parent' for two different things.
7735
7736 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
7737
7738 Functions to get and set Lisp_Object fields of buffer-local variables.
7739 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
7740 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
7741 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
7742 * data.c, eval.c, frame.c: Adjust users.
7743
7744 2012-08-17 Chong Yidong <cyd@gnu.org>
7745
7746 * xfaces.c (merge_face_vectors): If the target font specfies a
7747 font spec, make the font's attributes take precedence over
7748 directly-specified attributes.
7749 (merge_face_ref): Recognize :font.
7750
7751 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
7752
7753 Do not use memcpy for copying intervals.
7754 * intervals.c (reproduce_interval): New function.
7755 (reproduce_tree, reproduce_tree_obj): Use it.
7756 (reproduce_tree_obj): Remove prototype.
7757
7758 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
7759
7760 * lisp.h (duration_to_sec_usec): Remove unused decl.
7761
7762 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
7763
7764 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
7765 to an allocated instance of NSString, not to the class itself.
7766
7767 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
7768
7769 * makefile.w32-in (C_CTYPE_H): New macro.
7770 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
7771 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
7772 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
7773
7774 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
7775
7776 Use ASCII tests for character types.
7777 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
7778 * xfns.c, xterm.c:
7779 Don't include <ctype.h>; was not needed.
7780 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
7781 * sysdep.c, xfaces.c:
7782 Include <c-ctype.h> instead of <ctype.h>.
7783 * nsterm.m: Include <c-ctype.h>.
7784 * charset.c (read_hex):
7785 * doc.c (Fsnarf_documentation):
7786 * fileio.c (IS_DRIVE) [WINDOWSNT]:
7787 (DRIVE_LETTER) [DOS_NT]:
7788 (Ffile_name_directory, Fexpand_file_name)
7789 (Fsubstitute_in_file_name):
7790 * font.c (font_parse_xlfd, font_parse_fcname):
7791 * frame.c (x_set_font_backend):
7792 * gtkutil.c (xg_get_font):
7793 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
7794 * nsimage.m (hexchar):
7795 * nsterm.m (ns_xlfd_to_fontname):
7796 * sysdep.c (system_process_attributes):
7797 * xfaces.c (hash_string_case_insensitive):
7798 Use C-locale tests instead of locale-specific tests for character
7799 types, since we want the ASCII interpretation here, not the
7800 interpretation suitable for whatever happens to be the current locale.
7801
7802 2012-08-16 Martin Rudalics <rudalics@gmx.at>
7803
7804 Consistently check windows for validity/liveness
7805 (Bug#11984, Bug#12025, Bug#12026).
7806 * lisp.h (CHECK_VALID_WINDOW): New macro.
7807 * window.c (decode_window): Rename to decode_live_window.
7808 (decode_valid_window, Fwindow_valid_p): New functions.
7809 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
7810 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
7811 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
7812 (Fwindow_prev_sibling, Fwindow_combination_limit)
7813 (Fset_window_combination_limit, Fwindow_use_time)
7814 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
7815 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
7816 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
7817 (Fwindow_hscroll, Fset_window_hscroll)
7818 (Fwindow_redisplay_end_trigger)
7819 (Fset_window_redisplay_end_trigger, Fwindow_edges)
7820 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
7821 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
7822 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
7823 (Fwindow_end, Fset_window_point, Fset_window_start)
7824 (Fpos_visible_in_window_p, Fwindow_line_height)
7825 (Fwindow_dedicated_p, Fset_window_dedicated_p)
7826 (Fwindow_prev_buffers, Fset_window_prev_buffers)
7827 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
7828 (Fset_window_parameter, Fwindow_display_table)
7829 (Fset_window_display_table, Fdelete_other_windows_internal)
7830 (Fset_window_buffer, Fset_window_new_total)
7831 (Fset_window_new_normal, Fdelete_window_internal)
7832 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
7833 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
7834 (Fwindow_scroll_bars): Check whether argument window is a valid or
7835 live window. Update doc-strings.
7836 (syms_of_window): New symbol Qwindow_valid_p.
7837 * keyboard.c (Fposn_at_x_y): Check whether argument
7838 frame_or_window denotes a valid window.
7839
7840 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
7841
7842 Fix previous char table change.
7843 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
7844 * chartab.c (optimize_sub_char_table): Likewise.
7845
7846 2012-08-16 Chong Yidong <cyd@gnu.org>
7847
7848 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
7849
7850 * xfont.c (xfont_open):
7851 * xftfont.c (xftfont_open): Set the font's max_width field.
7852
7853 * nsfont.m (nsfont_open): Similar to the Xft backend, set
7854 min_width to space_width and average_width to the average over
7855 printable ASCII characters.
7856 (ns_char_width): Code cleanup.
7857 (ns_ascii_average_width): New utility function.
7858
7859 * font.h (struct font): Update comments.
7860
7861 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
7862
7863 Simple interface to set Lisp_Object fields of character tables.
7864 * lisp.h (CSET): New macro.
7865 (char_table_set_extras, char_table_set_contents)
7866 (sub_char_table_set_contents): New function.
7867 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
7868 * syntax.c: Adjust users.
7869
7870 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * eval.c (eval_sub): Bind lexical-binding.
7873 * lread.c (Qlexical_binding): Make non-static.
7874
7875 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
7876
7877 * nsmenu.m (popupSession): Remove.
7878 (pop_down_menu): Remove endModalSession.
7879 (timeout_handler:): New method.
7880 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
7881 Call runModalForWindow. Check timer_fired when it returns.
7882 If not set, cancel timer and break out of loop.
7883 Otherwise loop again, with a new timeout.
7884
7885 * nsterm.m: Include fcntl.h if present.
7886 (fd_entry, t_readfds, inNsSelect): Remove.
7887 (select_writefds, select_valid, select_timeout, selfds)
7888 (select_mutex, apploopnr): Add.
7889 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
7890 Otherwise call kbd_buffer_store_event.
7891 (ns_send_appdefined): Remove release of fd_entry.
7892 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
7893 Increment and decrement apploopnr.
7894 (ns_select): If no file descriptors, just do a NSTimer.
7895 Otherwise copy read/write masks and start select thread (fd_handler).
7896 Start main loop and wait for application defined event.
7897 Inform select thread to stop selecting after main loop is exited.
7898 (ns_term_init): Create selfds pipe and set non-blocking.
7899 Initialize select_mutex. Start the select thread (fd_handler).
7900 (fd_handler:): Loop forever, wait for info from the main thread
7901 to either start or stop selecting. When select returns, send
7902 and appdefined event.
7903 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
7904 If not call kbd_buffer_store_event.
7905
7906 * nsterm.h (EmacsApp): fd_handler takes id argument.
7907 (EmacsDialogPanel): Add timer_fired and timeout_handler.
7908
7909 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
7910
7911 2012-08-15 Eli Zaretskii <eliz@gnu.org>
7912
7913 * region-cache.c (move_cache_gap): Update gap_len using the actual
7914 growth of the boundaries array. Do not change cache_len.
7915 (Bug#12196)
7916
7917 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
7918
7919 Generalize and cleanup font subsystem checks.
7920 * font.h (FONT_DEBUG, font_assert): Remove.
7921 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
7922 Change font_assert to eassert. Use eassert where appropriate.
7923
7924 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
7925
7926 * gtkutil.c (xg_get_font): Use pango_units_to_double.
7927
7928 2012-08-15 Chong Yidong <cyd@gnu.org>
7929
7930 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
7931 When using the new font chooser, use gtk_font_chooser_get_font_desc to
7932 extract the font descriptor instead of just the font name.
7933 In that case, return a font spec instead of a string.
7934 (x_last_font_name): Move to this file from xfns.c.
7935
7936 * xfns.c (Fx_select_font): The return value can also be a font
7937 spec. Move x_last_font_name management to gtkutil.c.
7938
7939 * xfaces.c: Make font weight and style symbols non-static.
7940
7941 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
7944 (bug#12117).
7945
7946 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * alloc.c (Fgarbage_collect): Use plural form consistently.
7949
7950 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7951
7952 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
7953 iteration through the command loop. Fixes a problem whereby mouse
7954 movements are ignored until the first mouse click.
7955
7956 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
7957
7958 Use bool, not int, for Lisp booleans.
7959 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
7960 makes Emacs a bit smaller and presumably a bit faster.
7961 * lisp.h: Include <stdbool.h>.
7962 (struct Lisp_Boolfwd, defvar_bool):
7963 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
7964 * regex.c [!emacs]: Include <stdbool.h>.
7965 (false, true): Remove; <stdbool.h> does this for us now.
7966
7967 2012-08-14 Chong Yidong <cyd@gnu.org>
7968
7969 * character.c (Fcharacterp): Doc fix (Bug#12076).
7970
7971 * data.c (Findirect_variable): Doc fix (Bug#11040).
7972
7973 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
7974
7975 * editfns.c (Fformat): Doc fix (Bug#12059).
7976 (Fsave_current_buffer): Doc fix (Bug#11542).
7977
7978 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
7979
7980 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
7981 (bug#12022).
7982
7983 2012-08-14 Martin Rudalics <rudalics@gmx.at>
7984
7985 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
7986 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
7987 * minibuf.c (choose_minibuf_frame, read_minibuf):
7988 * w32fns.c (x_create_tip_frame):
7989 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
7990 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
7991
7992 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
7993
7994 * intervals.c (offset_intervals): Remove obsolete comment.
7995
7996 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7997
7998 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
7999
8000 2012-08-14 Gergely Risko <gergely@risko.hu>
8001
8002 * coding.c (decode_coding): Record buffer modification before
8003 disabling undo_list (Bug#11773).
8004
8005 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
8006
8007 Revert and cleanup some recent overlay changes.
8008 * buffer.h (enum overlay_type): Remove.
8009 (buffer_get_overlays, buffer_set_overlays): Likewise.
8010 (buffer_set_overlays_before, buffer_set_overlays_after):
8011 New function. Adjust users.
8012 (unchain_both): Add eassert.
8013
8014 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
8015
8016 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
8017
8018 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
8019
8020 * gtkutil.c (xg_mark_data): Don't assume C99.
8021
8022 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
8023
8024 * gtkutil.c (xg_frame_tb_info): New struct.
8025 (TB_INFO_KEY): New define.
8026 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
8027 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
8028 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
8029 if not present.
8030 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
8031 is up to date. Otherwise store new data.
8032 (free_frame_tool_bar): Free xg_frame_tb_info if present.
8033
8034 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
8035
8036 Use KSET for write access to Lisp_Object members of struct kboard.
8037 * keyboard.h (KSET): New macro.
8038 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
8039 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
8040 * xterm.c: Adjust users.
8041
8042 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
8043
8044 Use BSET for write access to Lisp_Object members of struct buffer.
8045 * buffer.h (BSET): New macro.
8046 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
8047 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
8048 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
8049 * window.c, xdisp.c, xfns.c: Adjust users.
8050
8051 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
8052
8053 * lread.c (syms_of_lread): Initialize Vlexical_binding.
8054
8055 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
8056
8057 * nsterm.m (not_in_argv): New function.
8058 (application:openFile, application:openTempFile:):
8059 (application:openFileWithoutUI:, application:openFiles:): Open file
8060 if not_in_argv returns non-zero (bug#12171).
8061
8062 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
8063 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
8064 Define for Gtk+ versions less than 3.2.
8065 (xg_get_font_name): Use those functions/macros here.
8066 Reported by Frans Oilinki <moilinki@gmail.com>.
8067
8068 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8069
8070 * unexmacosx.c (copy_data_segment): Copy initialized data in
8071 statically linked libraries from input file rather than memory.
8072
8073 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
8074 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
8075 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
8076
8077 2012-08-10 Glenn Morris <rgm@gnu.org>
8078
8079 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
8080 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
8081
8082 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
8083
8084 Fix last change to allow compilation with low optimization levels.
8085 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
8086 Reported by Jan Djärv <jan.h.d@swipnet.se>.
8087
8088 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
8089
8090 Use common inline syntax in intervals.h.
8091 * intervals.h (INTERVALS_INLINE): New macro.
8092 Change all users from LISP_INLINE.
8093
8094 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
8095
8096 Define Qnone once for all platforms.
8097 * frame.c (Qnone): Define here.
8098 (syms_of_frame): DEFSYM it.
8099 * lisp.h (Qnone): New declaration.
8100 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
8101 * xfns.c: Remove duplication. Adjust users.
8102
8103 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
8104
8105 Remove unused macros from intervals.h.
8106 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
8107 * intervals.c: Adjust comment.
8108
8109 2012-08-10 Eli Zaretskii <eliz@gnu.org>
8110
8111 * w32fns.c <w32_unicode_gui>: New static variable.
8112 (globals_of_w32fns): Initialize it according to os_subtype.
8113 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
8114 testing os_subtype.
8115
8116 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
8117 Eli Zaretskii <eliz@gnu.org>
8118
8119 Fix bug #10299 with Unicode characters sent by customized
8120 keyboards created by MSKLC.
8121 * w32fns.c (INIT_WINDOW_CLASS): New macro.
8122 (w32_init_class): Use it to initialize the Emacs class with either
8123 ANSI or Unicode API calls.
8124 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
8125 later.
8126 (w32_wnd_proc): If the character code sent by WM_CHAR or
8127 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
8128 original message. Call DefWindowProcW on NT and later.
8129
8130 2012-08-10 Glenn Morris <rgm@gnu.org>
8131
8132 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
8133
8134 * lisp.h (DIRECTORY_SEP): Let configure set it.
8135
8136 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
8137
8138 Use TSET for write access to Lisp_Object slots of struct terminal.
8139 * termhooks.h (TSET): New macro.
8140 * coding.c, terminal.c, xselect.c: Adjust users.
8141
8142 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
8145 the failing expression, include them in the error message.
8146 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
8147 * lisp.h (internal_condition_case_n): Update declaration.
8148
8149 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
8150
8151 Inline functions to examine and change buffer overlays.
8152 * buffer.c (unchain_both): New function.
8153 * buffer.h (buffer_get_overlays, buffer_set_overlays):
8154 (buffer_has_overlays): New function.
8155 (enum overlay_type): New enum.
8156 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
8157 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
8158
8159 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
8160
8161 Inline functions to examine and change buffer intervals.
8162 * alloc.c (mark_interval_tree): Remove.
8163 (MARK_INTERVAL_TREE): Simplify.
8164 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
8165 * intervals.c (buffer_balance_intervals): New function.
8166 (graft_intervals_into_buffer): Adjust indentation.
8167 (set_intervals_multibyte): Simplify.
8168 * buffer.h (BUF_INTERVALS): Remove.
8169 (buffer_get_intervals, buffer_set_intervals): New function.
8170 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
8171 * intervals.c, textprop.c: Adjust users.
8172
8173 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
8174
8175 Inline functions to examine and change string intervals.
8176 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
8177 (string_get_intervals, string_set_intervals): New function.
8178 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
8179 * lread.c, print.c, textprop.c: Adjust users.
8180
8181 2012-08-08 Glenn Morris <rgm@gnu.org>
8182
8183 * lisp.mk (lisp): Remove language/persian.elc.
8184
8185 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
8186
8187 Cleanup intervals.
8188 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
8189 (NULL_INTERVAL_P): Likewise. Adjust users.
8190 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
8191 Adjust comment. Move under #if 0.
8192 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
8193 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
8194
8195 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
8196
8197 Check total length of intervals with eassert.
8198 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
8199 * intervals.c: Change all users to eassert.
8200
8201 2012-08-07 Eli Zaretskii <eliz@gnu.org>
8202
8203 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
8204 Rename fields to match removal of FGET and WGET and disuse of
8205 INTERNAL_FIELD in Lisp_Cons.
8206
8207 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
8208
8209 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
8210 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
8211 name since all xname users are fixed long time ago. Do not
8212 use INTERNAL_FIELD.
8213 (set_symbol_name, set_symbol_function, set_symbol_plist):
8214 (set_symbol_next, set_overlay_plist): New function.
8215 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
8216 (struct Lisp_Overlay): Likewise.
8217 (CVAR, MVAR, SVAR): Remove.
8218 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
8219 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
8220 * xterm.c: Adjust users.
8221 * .gdbinit: Change to use name field of struct Lisp_Symbol
8222 where appropriate.
8223
8224 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
8225
8226 Basic functions to set Lisp_Object and pointer slots of intervals.
8227 * intervals.h (interval_set_parent, interval_set_object):
8228 (interval_set_left, interval_set_right, interval_set_plist):
8229 (interval_copy_parent): New function.
8230 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
8231 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
8232 Adjust indentation.
8233 (INTERVAL_SIZE): Remove. Adjust users.
8234 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
8235
8236 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
8237
8238 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
8239 * process.h (PGET): Remove.
8240 (struct Lisp_Process): Do not use INTERNAL_FIELD.
8241 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
8242
8243 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
8244
8245 Drop WGET and revert read access to Lisp_Objects slots of struct window.
8246 * window.h (WGET): Remove.
8247 (struct window): Do not use INTERNAL_FIELD.
8248 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
8249 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
8250 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
8251 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
8252 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
8253 Adjust users.
8254
8255 2012-08-07 Chong Yidong <cyd@gnu.org>
8256
8257 * window.c (Fwindow_edges, Fwindow_pixel_edges)
8258 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
8259 (Fdelete_window_internal): Signal an error if the window is not on
8260 a live frame (Bug#12025).
8261
8262 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
8263
8264 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
8265 * frame.h (FGET): Remove.
8266 (struct frame): Do not use INTERNAL_FIELD.
8267 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
8268 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
8269 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
8270 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
8271
8272 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * w32.c: Silence compiler warnings.
8275 (map_w32_filename): Remove unused variable `is_fat'.
8276 (chase_symlinks): Add parentheses around expression.
8277
8278 2012-08-06 Glenn Morris <rgm@gnu.org>
8279
8280 * sysdep.c: Respect BROKEN_GETWD.
8281
8282 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
8283 Let configure handle it.
8284 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
8285
8286 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8287
8288 Use GCALIGNMENT where appropriate.
8289 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
8290 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
8291 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
8292
8293 2012-08-06 Eli Zaretskii <eliz@gnu.org>
8294
8295 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
8296 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
8297
8298 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * buffer.h (struct buffer): Revert `indirections' to a simple int;
8301 that should be sufficient for everyone.
8302
8303 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
8304
8305 * keyboard.c (timer_check_2): Add break so timer_check returns next
8306 timeout.
8307
8308 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8309
8310 Fix Windows build errors introduced after converting to WGET and WSET.
8311 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
8312 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8313
8314 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
8315
8316 * nsterm.m (ns_frame_rehighlight): Use FSET.
8317
8318 * nsmenu.m (ns_update_menubar): Use FSET.
8319
8320 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8321
8322 Separate read and write access to Lisp_Object slots of Lisp_Process.
8323 * process.h (PGET, PSET): New macros similar to AREF and ASET.
8324 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
8325
8326 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8327
8328 Separate read and write access to Lisp_Object slots of struct window.
8329 * window.h (WGET, WSET): New macros similar to AREF and ASET.
8330 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
8331 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
8332 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
8333 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
8334 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
8335 Adjust users.
8336
8337 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8338
8339 Fix Windows build errors introduced after converting to FGET and FSET.
8340 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
8341 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
8342 (w32_judge_scroll_bars): Change to use FSET.
8343 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8344
8345 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8346
8347 Fix replacement typo.
8348 * window.c (replace_window): Set root_window instead of
8349 selected_window. This fixes a total window subsystem
8350 malfunction reported by Bastien Guerry <bzg@gnu.org>.
8351
8352 2012-08-06 Glenn Morris <rgm@gnu.org>
8353
8354 * lisp.mk (lisp): Add language/persian.elc.
8355
8356 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8357
8358 Separate read and write access to Lisp_Object slots of struct frame.
8359 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
8360 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
8361 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
8362 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
8363 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
8364
8365 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
8366
8367 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
8368
8369 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8370
8371 Generalize common compile-time constants.
8372 * lisp.h (header_size, bool_header_size, word_size): Now here.
8373 (struct Lisp_Vector): Add comment.
8374 (struct Lisp_Bool_Vector): Move up to define handy constants.
8375 (VECSIZE, PSEUDOVECSIZE): Simplify.
8376 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
8377 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
8378 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
8379 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
8380 * xfont.c, xmenu.c: Use word_size where appropriate.
8381
8382 2012-08-05 Lawrence Mitchell <wence@gmx.li>
8383
8384 * search.c (Freplace_match): Treat \? in the replacement text
8385 literally (Bug#8161).
8386
8387 2012-08-05 Chong Yidong <cyd@gnu.org>
8388
8389 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
8390 * frame.c (Vdelete_frame_functions):
8391 * emacs.c (Vkill_emacs_hook): Doc fix.
8392
8393 2012-08-04 Eli Zaretskii <eliz@gnu.org>
8394
8395 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
8396 --with-x-toolkit=no builds.
8397 Reported by Carsten Mattner <carstenmattner@gmail.com>.
8398
8399 2012-08-04 Chong Yidong <cyd@gnu.org>
8400
8401 * syntax.c (Fmodify_syntax_entry): Doc fix.
8402
8403 2012-08-04 Eli Zaretskii <eliz@gnu.org>
8404
8405 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
8406 * w32.c (init_environment): Change the default values of many
8407 environment variables in dflt_envvars[] to NULL, to avoid pushing
8408 them into environment when they were not already defined.
8409 Remove the code that deletes site-lisp subdirectories from the default
8410 value of EMACSLOADPATH, as it is no longer needed.
8411 (check_windows_init_file): Now external, not static.
8412 Use Vload_path as is, without adding anything, as this function is now
8413 called when Vload_path is already set up.
8414
8415 * w32.h (check_windows_init_file): Add prototype.
8416
8417 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
8418 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
8419 compatibility with Posix platforms.
8420 (main): Move the call to check_windows_init_file to here from
8421 w32.c.
8422 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
8423 any, in the DEFALT argument into the root of the Emacs build or
8424 installation tree, as appropriate.
8425
8426 * callproc.c (init_callproc_1): Call decode_env_path instead of
8427 doing its equivalent by hand.
8428 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
8429 the code that sets Vexec_path run on MS-Windows.
8430
8431 * lread.c (init_lread): Add comments to #ifdef's.
8432
8433 * msdos.c (dos_set_window_size, IT_update_begin)
8434 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
8435 instead of direct references.
8436
8437 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
8438
8439 Export DEFAULT_REHASH_* to GDB.
8440 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
8441 Now constants, not macros.
8442
8443 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
8444
8445 Remove unnecessary casts involving pointers.
8446 These casts are no longer needed now that we assume C89 or later,
8447 since they involve casting to or from void *.
8448 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
8449 (make_pure_float, make_pure_vector):
8450 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
8451 * macros.c (Fstart_kbd_macro):
8452 * menu.c (find_and_return_menu_selection):
8453 * minibuf.c (read_minibuf_noninteractive):
8454 * sysdep.c (closedir):
8455 * xdisp.c (x_produce_glyphs):
8456 * xfaces.c (compare_fonts_by_sort_order):
8457 * xfns.c (x_real_positions, select_visual):
8458 * xselect.c (x_stop_queuing_selection_requests)
8459 (x_get_window_property, x_get_window_property_as_lisp_data):
8460 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
8461 Remove unnecessary pointer casts.
8462 * alloc.c (record_xmalloc): New function.
8463 * lisp.h (record_xmalloc): New decl.
8464 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
8465 more like a function. This is because the pointer cast is not
8466 needed. All uses changed.
8467 * print.c (print_string, print_error_message): Avoid length recalc.
8468
8469 Improve fix for macroexp crash with debugging (Bug#12118).
8470 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
8471 ARRAY_MARK_FLAG when checking subscripts, because ASET is
8472 not supposed to be invoked from the garbage collector.
8473 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
8474 (gc_aset): New function, which is like ASET but can be
8475 used in the garbage collector.
8476 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
8477 (set_hash_index): Use it instead of ASET.
8478
8479 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8480
8481 Support symlinks on latest versions of MS-Windows.
8482 * w32.c: Include winioctl.h and aclapi.h.
8483 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
8484 (revert_to_self): Forward declarations of static functions.
8485 <static BOOL g_b_init_get_security_info>:
8486 <g_b_init_create_symbolic_link>: New static flags.
8487 (globals_of_w32): Initialize them to zero.
8488 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
8489 (map_w32_filename): Improve commentary. Simplify switch.
8490 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
8491 headers (most versions of MinGW w32api don't).
8492 (get_security_info, create_symbolic_link)
8493 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
8494 New functions.
8495 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
8496 in the argument file name.
8497 (sys_access): Call unc_volume_file_attributes only if
8498 GetFileAttributes fails with network-related error codes.
8499 (sys_rename): Diagnose renaming of a symlink when the user doesn't
8500 have the required privileges.
8501 (get_file_security_desc_by_name): Rename from
8502 get_file_security_desc.
8503 (stat_worker): New function, with most of the guts of 'stat', and
8504 with addition of handling of symlinks and support for 'lstat'.
8505 If possible, get file's attributes and security information by
8506 handle, not by name. Produce S_IFLNK bit for symlinks, when
8507 called from 'lstat'.
8508 (stat, lstat): New functions, call 'stat_worker'.
8509 (symlink, readlink, careadlinkat): Rewritten to create and resolve
8510 symlinks when the underlying filesystem supports them.
8511
8512 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8513
8514 Fix macroexp crash on Windows with debugging (Bug#12118).
8515 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
8516 checking subscripts; problem introduced with the recent
8517 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
8518 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
8519 since it's used in non-static inline functions now.
8520
8521 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
8522 Don't assume buffer size fits in 'int'. Remove unused local.
8523
8524 Use C99-style 'extern inline' if available.
8525 * buffer.h (BUFFER_INLINE):
8526 * category.h (CATEGORY_INLINE):
8527 * character.h (CHARACTER_INLINE):
8528 * charset.h (CHARSET_INLINE):
8529 * composite.h (COMPOSITE_INLINE):
8530 * dispextern.h (DISPEXTERN_INLINE):
8531 * lisp.h (LISP_INLINE):
8532 * systime.h (SYSTIME_INLINE):
8533 New macro, replacing 'static inline' in this header.
8534 * buffer.h, category.h, character.h, charset.h, composite.h:
8535 * dispextern.h, lisp.h, systime.h:
8536 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
8537 * alloc.c (LISP_INLINE):
8538 * buffer.c (BUFFER_INLINE):
8539 * category.c (CATEGORY_INLINE):
8540 * character.c (CHARACTER_INLINE):
8541 * charset.c (CHARSET_INLINE):
8542 * composite.c (COMPOSITE_INLINE):
8543 * dispnew.c (DISPEXTERN_INLINE):
8544 * sysdep.c (SYSTIME_INLINE):
8545 Define to EXTERN_INLINE, so that the corresponding functions
8546 are compiled into code.
8547 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
8548 (INLINE_HEADER_END): New macros.
8549 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
8550 since it's used in non-static inline functions now.
8551 (VALMASK) [!USE_LSB_TAG]: Likewise.
8552
8553 2012-08-02 Glenn Morris <rgm@gnu.org>
8554
8555 * s/: Remove empty directory.
8556
8557 * s/ms-w32.h: Move to ../nt/inc.
8558 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
8559 Update for new ms-w32.h location.
8560
8561 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8562
8563 Port to Solaris 8.
8564 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
8565
8566 2012-08-02 Glenn Morris <rgm@gnu.org>
8567
8568 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
8569 hard-coding the path separator.
8570
8571 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
8572
8573 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
8574 This how ASET and AREF are supposed to work, and makes
8575 it easier to think about future improvements. See
8576 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
8577 * charset.h (set_charset_attr): New function.
8578 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
8579 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
8580 (aref_addr): New function. All uses of &AREF(...) changed.
8581 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
8582 (set_hash_index): New functions. All lvalue-style uses of
8583 HASH_KEY etc. changed.
8584 * keyboard.c (set_prop): New function. All lvalue-style uses
8585 of PROP changed.
8586
8587 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
8588
8589 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
8590 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
8591 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
8592 * nsfns.m (ns_set_name_as_filename): Likewise.
8593 * nsmenu.m (ns_update_menubar): Likewise.
8594 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
8595
8596 2012-08-01 Eli Zaretskii <eliz@gnu.org>
8597
8598 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
8599 Adapt to latest changes in field names of the corresponding Lisp
8600 objects.
8601
8602 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
8603
8604 2012-08-01 Glenn Morris <rgm@gnu.org>
8605
8606 * s/msdos.h: Remove file.
8607 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
8608 * Makefile.in (S_FILE): Remove.
8609 (config_h): Remove S_FILE.
8610
8611 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
8612
8613 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
8614 Remove; moved to nt/config.nt.
8615
8616 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
8617
8618 Use INTERNAL_FIELD for conses and overlays.
8619 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
8620 Remove obsolete comment.
8621 (MVAR): New macro.
8622 (struct Lisp_Overlay): Use INTERNAL_FIELD.
8623 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
8624
8625 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
8626
8627 Use INTERNAL_FIELD for symbols.
8628 * lisp.h (SVAR): New macro. Adjust users.
8629 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
8630 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
8631
8632 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
8633
8634 Use INTERNAL_FIELD for processes.
8635 * process.h (PVAR): New macro. Adjust style.
8636 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
8637 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
8638
8639 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
8640
8641 Use INTERNAL_FIELD for windows.
8642 * window.h (WVAR): New macro.
8643 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
8644 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
8645 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
8646 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
8647 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
8648 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
8649
8650 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
8651
8652 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
8653
8654 2012-08-01 Glenn Morris <rgm@gnu.org>
8655
8656 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
8657 Move to configure.ac.
8658
8659 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
8660
8661 * makefile.w32-in (CONFIG_H): Update dependencies.
8662 (CONF_POST_H): New macro.
8663
8664 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
8665
8666 2012-07-31 Glenn Morris <rgm@gnu.org>
8667
8668 * Makefile.in (S_FILE): No longer set by configure.
8669
8670 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
8671 is available.
8672 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
8673
8674 * process.h (NULL_DEVICE):
8675 * emacs.c (SEPCHAR):
8676 * editfns.c (USER_FULL_NAME): Let configure set them.
8677
8678 * s/README, s/template.h: Remove files.
8679
8680 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
8681
8682 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
8683 Move to configure.ac.
8684
8685 2012-07-31 Eli Zaretskii <eliz@gnu.org>
8686
8687 * .gdbinit (xframe): Adapt to introduction of FVAR and the
8688 resulting renaming of 'struct frame' members.
8689
8690 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
8691
8692 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
8693 after introduction of FVAR.
8694
8695 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
8696
8697 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
8698
8699 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
8700 instead of compositeToPoint.
8701 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
8702
8703 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
8704
8705 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8706
8707 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
8708 * lisp.h (INTERNAL_FIELD): New macro.
8709 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
8710 (BVAR): Change to use INTERNAL_FIELD.
8711 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
8712 (KVAR): Change to use INTERNAL_FIELD.
8713 * frame.h (FVAR): New macro.
8714 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
8715 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
8716 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
8717 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
8718 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
8719
8720 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8721
8722 Miscellaneous fixes for non-default X toolkits.
8723 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
8724 * xterm.c (x_frame_of_widget): Remove redundant prototype.
8725 Move under #ifdef USE_LUCID.
8726 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
8727 definition and usage to avoid warnings.
8728
8729 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
8730
8731 * nsterm.m (openFiles): Fix previous checkin.
8732
8733 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
8734
8735 * indent.c (compute_motion): Remove unused local.
8736
8737 2012-07-31 Glenn Morris <rgm@gnu.org>
8738
8739 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
8740
8741 * conf_post.h [USG5_4]:
8742 Move remaining contents of s/usg5-4-common.h here.
8743 * s/usg5-4-common.h: Remove file.
8744
8745 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
8746 * s/irix6-5.h: Remove file.
8747
8748 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
8749 * s/darwin.h: Remove file.
8750
8751 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
8752 * s/hpux10-20.h: Remove file, which is now empty.
8753
8754 2012-07-30 Glenn Morris <rgm@gnu.org>
8755
8756 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
8757 * Makefile.in (config_h): Add conf_post.h.
8758 * makefile.w32-in (CONFIG_H): Add conf_post.h.
8759
8760 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
8761
8762 * nsterm.m (ns_do_open_file): New variable.
8763 (ns_term_init): Set ns_do_open_file to YES after run returns.
8764 (openFile, openTempFile, openFileWithoutUI, openFiles):
8765 Open files only if ns_do_open_file.
8766
8767 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8768
8769 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
8770 This no-op macro hasn't been needed for many years.
8771 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
8772
8773 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
8774 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
8775 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
8776 gdb_make_enums_visible.
8777 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
8778 (DIRECTORY_SEP): Now a constant, not a macro.
8779
8780 2012-07-30 Eli Zaretskii <eliz@gnu.org>
8781
8782 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
8783 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
8784
8785 * w32term.c <w32_keyboard_codepage>: Renamed from
8786 keyboard_codepage and now external. All users changed.
8787
8788 * w32term.h: Add declaration of w32_keyboard_codepage.
8789
8790 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
8791 the codepage to translate keys to Unicode. If this argument is
8792 -1, use the value returned by GetConsoleCP. All callers changed.
8793
8794 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8795
8796 Update .PHONY listings in makefiles.
8797 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
8798 bootstrap-clean, distclean, maintainer-clean, versioclean,
8799 extraclean, frc.
8800
8801 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
8802 This is a bit clearer. Fix some commentary typos.
8803
8804 2012-07-30 Glenn Morris <rgm@gnu.org>
8805
8806 * s/netbsd.h: Let configure include signal.h if needed.
8807 Remove file, which is now empty.
8808
8809 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
8810 Let configure set them.
8811 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
8812 No more need to undefine.
8813
8814 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
8815
8816 * keymap.c (Fkey_description): Don't remove 0x80 bit from
8817 non-single-byte char when adding meta modifier. (Bug#12090)
8818
8819 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
8820
8821 Convert safe_call to use variable number of arguments.
8822 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
8823 (safe_call2): Fix comment.
8824 * lisp.h (safe_call): Adjust prototype.
8825 * coding.c (encode_coding_object): Change to use safe_call2.
8826 * xfaces.c (merge_face_heights): Change to use safe_call1.
8827
8828 2012-07-30 Glenn Morris <rgm@gnu.org>
8829
8830 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
8831 does that unconditionally. Remove file, which is now empty.
8832
8833 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
8834 Remove empty files.
8835
8836 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8837
8838 Export to GDB most of lisp.h's remaining object-like macros.
8839 * lisp.h (min, max): Move earlier, because they're used earlier now.
8840 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
8841 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
8842 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
8843 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
8844 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
8845 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
8846 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
8847 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
8848 Now constants, for GDB. They need not be macros.
8849 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
8850 Now constants, for GDB, as well as macros, for static initializers.
8851 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
8852 Move to after the definition of struct Lisp_Char_Table,
8853 since the former now needs that type defined.
8854 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
8855 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
8856 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
8857 New enums, for gdb_make_enums_visible.
8858 (GLYPH_MODE_LINE_FACE): Remove; unused.
8859 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
8860 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
8861 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
8862 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
8863 enum maxargs, enum MAX_ALLOCA.
8864 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
8865 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
8866 no longer needed, now that they are done in lisp.h.
8867
8868 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
8869
8870 Cleanup string bytes checking.
8871 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
8872 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
8873 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
8874 (check_sblock, compact_small_strings): Simplify.
8875
8876 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8877
8878 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
8879 These macros are confusing and no longer need to be defined, as
8880 the enum values now suffice. All uses replaced with definiens.
8881 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
8882
8883 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
8884
8885 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
8886 ($(BLD)/w32console.$(O)): Update dependencies.
8887
8888 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
8889
8890 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
8891 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
8892 time. Adjust users.
8893 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
8894
8895 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
8896
8897 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
8898 setting sitelisp (Bug#12010).
8899
8900 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8901
8902 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
8903
8904 * w32heap.c (cache_system_info):
8905 * w32.c (sys_rename):
8906 * w32proc.c (find_child_console, sys_kill): All users changed.
8907
8908 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8909
8910 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
8911
8912 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8913
8914 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
8915
8916 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
8917
8918 Cleanup statistics calculation in Fgarbage_collect.
8919 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
8920 Fix zombies percentage calculation. Simplify elapsed time calculation.
8921
8922 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
8923
8924 Generalize marker debugging code under MARKER_DEBUG and use eassert.
8925 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
8926 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
8927 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
8928 (replace_range, replace_range_2, del_range_2): Change to eassert.
8929 * marker.c (byte_char_debug_check): Adjust style.
8930
8931 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8932
8933 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
8934 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
8935 long-ago-commented-out code that talks about "WIN32".
8936 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
8937 All uses changed.
8938
8939 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
8940
8941 Use Gnulib stdalign module (Bug#9772, Bug#9960).
8942 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
8943 Simplify by using alignof.
8944 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
8945 * lisp.h: Include <stdalign.h>.
8946 (GCALIGNMENT): New macro and constant.
8947 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
8948 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
8949 (stdalign): New macro, if not already defined.
8950
8951 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8952
8953 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
8954 * w32inevt.c: Include w32inevt.h.
8955 (w32_read_console_input): New inline function, calls either
8956 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
8957 w32_console_unicode_input.
8958 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
8959 (w32_kbd_patch_key, key_event): Use the codepage returned by
8960 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
8961 (key_event): use uChar.UnicodeChar only if
8962 w32_console_unicode_input is non-zero.
8963
8964 * w32console.c: Include w32heap.h.
8965 <w32_console_unicode_input>: New global variable.
8966 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
8967 family of Windows, zero otherwise.
8968
8969 * w32inevt.h: Declare w32_console_unicode_input.
8970
8971 * xdisp.c (init_iterator): Don't reference tip_frame in a build
8972 --without-x. (Bug#11742)
8973
8974 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
8975
8976 Adjust GDB to reflect pvec_type changes (Bug#12036).
8977 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
8978 2012-07-04 changes to pseudovector representation.
8979 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
8980
8981 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
8984 bus address.
8985 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
8986
8987 2012-07-27 Eli Zaretskii <eliz@gnu.org>
8988
8989 * alloc.c (listn): Fix the order the arguments are consed onto the
8990 list.
8991
8992 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
8993 enumeration constants, as PURE and HEAP are too general, and clash
8994 with other headers and sources, such as gmalloc.c and the
8995 MS-Windows system headers. All users changed.
8996
8997 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
8998
8999 Revert last save_excursion_save and save_excursion_restore changes.
9000 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
9001 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
9002
9003 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
9004
9005 Fix recently-introduced typos in Windows port.
9006 Reported by Martin Rudalics <rudalics@gmx.at>.
9007 * w32.c (init_environment): Replace comma with semicolon.
9008 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
9009
9010 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
9011
9012 Improve GDB symbol export (Bug#12036).
9013 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
9014 arms of an 'if', not using conditional expressions; otherwise GDB
9015 complains about the types in the unevaluated arm when the argument
9016 is an integer literal.
9017 (xgetint): Simplify expression.
9018 * alloc.c (gdb_make_enums_visible): New constant. This ports to
9019 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
9020 Zaretskii in <http://bugs.gnu.org/12036#13>.
9021 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
9022 needed now that we have gdb_make_enums_visible.
9023 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
9024 (enum enum_USE_LSB_TAG):
9025 New enum types, packaging up enums that need to be exported to GDB.
9026
9027 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
9028
9029 Utility function to make a list from specified amount of objects.
9030 * lisp.h (enum constype): New datatype.
9031 (listn): New prototype.
9032 * alloc.c (listn): New function.
9033 (Fmemory_use_count, syms_of_alloc): Use it.
9034 * buffer.c (syms_of_buffer): Likewise.
9035 * callint.c (syms_of_callint): Likewise.
9036 * charset.c (define_charset_internal): Likewise.
9037 * coding.c (syms_of_coding): Likewise.
9038 * keymap.c (syms_of_keymap): Likewise.
9039 * search.c (syms_of_search): Likewise.
9040 * syntax.c (syms_of_syntax): Likewise.
9041 * w32.c (init_environment): Likewise.
9042 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
9043 * xdisp.c (syms_of_xdisp): Likewise.
9044 * xfns.c (syms_of_xfns): Likewise.
9045
9046 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
9047
9048 Fast save_excursion_save and save_excursion_restore.
9049 * lisp.h (struct Lisp_Excursion): New data type.
9050 (PVEC_EXCURSION): New pseudovector type.
9051 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
9052 to deal with it. Adjust comments.
9053 (init_marker, attach_marker): New prototype.
9054 (unchain_marker): Adjust prototype.
9055 * marker.c (attach_marker): Change to global.
9056 (init_marker): New function.
9057 * alloc.c (Fmake_marker, build_marker): Use it.
9058 (build_marker): More easserts.
9059 (mark_object): Handle struct Lisp_Excursion.
9060 * editfns.c (save_excursion_save, save_excursion_restore):
9061 Reimplement to use struct Lisp_Excursion. Add comments.
9062
9063 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
9064
9065 Fix export of symbols to GDB (Bug#12036).
9066 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
9067 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
9068 emacs.c, as this is a more-suitable home. Had this been done earlier
9069 the fix for 12036 would have avoided some of the problems noted in
9070 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
9071 would have been more obvious.
9072 * emacs.c: Do not include <verify.h>; no longer needed.
9073 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
9074 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
9075 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
9076 Remove; now done in lisp.h.
9077 * lisp.h (PUBLISH_TO_GDB): New macro.
9078 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
9079 (DATA_SEG_BITS): Use it.
9080 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
9081 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
9082 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
9083 not be usable in #if. This simplifies things.
9084
9085 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
9086
9087 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
9088
9089 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
9090
9091 Simplify export of symbols to GDB (Bug#12036).
9092 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
9093 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
9094 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
9095 Adjust to changes in lisp.h and emacs.c, by using
9096 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
9097 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
9098 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
9099 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
9100 instead of gdb_valbits.
9101 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
9102 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
9103 instead of gdb_array_mark_flag.
9104 (xboolvector): Get size from $->size, not $->header.size.
9105 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
9106 (xreload, hook-run, hookpost-run): Remove.
9107 * emacs.c: Include <verify.h>.
9108 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
9109 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
9110 Remove.
9111 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
9112 (gdb_USE_LSB_TAG): New enum constants.
9113 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
9114 Also define these as enum constants, so they're visible to GDB.
9115 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
9116 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
9117 as constants, so they're visible to GDB.
9118 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
9119 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
9120 Now enum constants, not macros, so they're visible to GDB.
9121 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
9122 more convenient now. All uses changed.
9123 (VALMASK) [USE_LSB_TAG]: Also define in this case.
9124 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
9125
9126 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
9127
9128 Explicitly free restriction data that are not needed anymore.
9129 * editfns.c (save_restriction_restore): Free restriction data.
9130
9131 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
9134 add argument, tune behavior, and adjust all callers.
9135
9136 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9137
9138 Use typedef for EMACS_INT, EMACS_UINT.
9139 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
9140 than macros. This simplifies debugging in the usual case, since
9141 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
9142 and it allows expressions involving EMACS_INT casts.
9143 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
9144
9145 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
9146
9147 * nsterm.m (ns_read_socket): Return early if there is a modal
9148 window (Bug#12043).
9149
9150 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9151
9152 * frame.c (Fredirect_frame_focus): In doc-string don't mention
9153 that FOCUS-FRAME can be omitted.
9154
9155 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
9156
9157 Adjust buffer text indirection counters at the end of Fkill_buffer.
9158 * buffer.c (Fkill_buffer): Adjust indirection counters when the
9159 buffer is definitely dead. This should really fix an issue reported
9160 by Christoph Scholtes again. (Bug#12007).
9161 (init_buffer_once): Initialize indirection counters of
9162 buffer_defaults and buffer_local_symbols (for sanity and safety).
9163
9164 2012-07-24 Eli Zaretskii <eliz@gnu.org>
9165
9166 * xdisp.c (init_iterator): Don't compute dimensions of truncation
9167 and continuation glyphs on tooltip frames, leave them at zero.
9168 Avoids continued lines in tooltips. (Bug#11832)
9169
9170 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
9171
9172 Simplify copy_overlay.
9173 * buffer.c (copy_overlay): Simplify. Use build_marker.
9174 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
9175
9176 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9177
9178 * print.c (print_object): Don't crash when a frame's name is nil
9179 or invalid. (Bug#12025)
9180
9181 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
9182 it signals an error when a tooltip frame is being created.
9183
9184 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
9185
9186 Cleanup miscellaneous objects allocation and initialization.
9187 * alloc.c (allocate_misc): Change to static. Add argument to
9188 specify the subtype. Adjust comment and users.
9189 (build_overlay): New function.
9190 * buffer.c (copy_overlays, Fmake_overlay): Use it.
9191 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
9192 (allocate_misc): Remove prototype.
9193 (build_overlay): Add prototype.
9194
9195 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
9196
9197 Swap buffer text indirection counters in Fbuffer_swap_text.
9198 * buffer.c (Fbuffer_swap_text): Swap indirections too.
9199 This avoids crash reported by Christoph Scholtes at
9200 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
9201
9202 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
9203
9204 * nsmenu.m (Popdown_data): New struct.
9205 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
9206 free Popdown_data.
9207 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
9208 (initWithContentRect): Make imgView and contentView non-static
9209 and autorelease them. Also autorelease img and matrix (Bug#12005).
9210 (dealloc): Remove (Bug#12005).
9211
9212 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
9213
9214 Adjust consing_since_gc when objects are explicitly freed.
9215 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
9216 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
9217 (free_cons, free_misc): Subtract object size from consing_since_gc.
9218
9219 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
9220
9221 Simplify and cleanup markers positioning code.
9222 * marker.c (attach_marker): More useful eassert.
9223 (live_buffer, set_marker_internal): New function.
9224 (Fset_marker, set_marker_restricted): Use set_marker_internal.
9225 (set_marker_both, set_marker_restricted_both): Use live_buffer.
9226
9227 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
9228
9229 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
9230 as it's limited by the amount of memory, not by INT_MAX.
9231
9232 2012-07-21 Eli Zaretskii <eliz@gnu.org>
9233
9234 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
9235 in special-event-map. See the discussion at
9236 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
9237 for the reasons.
9238
9239 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
9240 info.dwItemData. Fixes crashes on 64-bit Windows.
9241 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
9242
9243 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
9244
9245 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
9246 (conversationIdentifier): Return value is NSInteger.
9247 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
9248
9249 2012-07-21 Chong Yidong <cyd@gnu.org>
9250
9251 * window.c (decode_any_window): Signal an error if the window is
9252 on a dead frame (Bug#11984).
9253
9254 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9255
9256 Add indirection counting to speed up Fkill_buffer.
9257 * buffer.h (struct buffer): New member.
9258 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
9259 (Fmake_indirect_buffer): Set indirection counter to -1, increment
9260 base buffer indirection counter.
9261 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
9262 (Fkill_buffer): Adjust indirection counters as needed, don't walk
9263 through buffer list if indirection counter is 0.
9264
9265 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9266
9267 Extend the value returned by Fgarbage_collect with heap statistics.
9268 * alloc.c (Qheap): New symbol.
9269 (syms_of_alloc): DEFSYM it.
9270 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
9271 (Fmemory_free): Remove.
9272 (syms_of_alloc): Don't defsubr it.
9273 * buffer.c (Fcompact_buffer): Remove.
9274 (syms_of_buffer): Don't defsubr it.
9275
9276 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9277
9278 Make maybe_gc inline.
9279 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
9280 * lisp.h (consing_since_gc, gc_relative_threshold)
9281 (memory_full_cons_threshold): Revert declaration.
9282 (maybe_gc): Remove prototype, define as inline.
9283 * alloc.c: Remove old commented-out code.
9284 (consing_since_gc, gc_relative_threshold)
9285 (memory_full_cons_threshold): Revert to global.
9286 (maybe_gc): Remove.
9287
9288 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9289
9290 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
9291 * lisp.h (build_unibyte_string): New function.
9292 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
9293 * sysdep.c, w32fns.c, xfns.c: Use it.
9294 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
9295 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
9296 Adjust users accordingly.
9297 * font.h (font_open_by_name): Adjust prototype.
9298
9299 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9300
9301 Cleanup calls to Fgarbage_collect.
9302 * lisp.h (maybe_gc): New prototype.
9303 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
9304 Remove declarations.
9305 * alloc.c (maybe_gc): New function.
9306 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
9307 Make them static.
9308 * bytecode.c (MAYBE_GC): Use maybe_gc.
9309 * eval.c (eval_sub, Ffuncall): Likewise.
9310 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
9311 to avoid dependency from auto-save feature.
9312
9313 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
9314
9315 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
9316 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
9317 'for_each_per_buffer_object_at'.
9318 All uses changed. It's better to use upper-case for macros that
9319 cannot be implemented as functions, to give the reader a clue
9320 that they're special.
9321
9322 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * alloc.c (Fgarbage_collect): Tweak docstring.
9325
9326 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9327
9328 Tweak the value returned from Fgarbage_collect again.
9329 * alloc.c (Fgarbage_collect): New return value, as confirmed in
9330 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
9331 Adjust documentation.
9332 (total_vector_bytes): Rename to total_vector_slots, adjust
9333 accounting.
9334 (total_free_vector_bytes): Rename to total_free_vector_slots,
9335 adjust accounting.
9336 (Qstring_bytes, Qvector_slots): New symbols.
9337 (syms_of_alloc): DEFSYM them.
9338
9339 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9340
9341 Buffer compaction primitive which may be used from Lisp.
9342 * buffer.c (compact_buffer, Fcompact_buffer): New function.
9343 (syms_of_buffer): Register Fcompact_buffer.
9344 * alloc.c (Fgarbage_collect): Use compact_buffer.
9345 * buffer.h (compact_buffer): New prototype.
9346 (struct buffer_text): New member.
9347
9348 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9349
9350 New macro to iterate over all buffers, miscellaneous cleanups.
9351 * lisp.h (all_buffers): Remove declaration.
9352 * buffer.h (all_buffers): Add declaration, with comment.
9353 (for_each_buffer): New macro.
9354 * alloc.c (Fgarbage_collect, mark_object): Use it.
9355 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
9356 (init_buffer): Likewise.
9357 * data.c (Fset_default): Likewise.
9358 * coding.c (code_conversion_restore): Remove redundant check
9359 for dead buffer.
9360 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
9361
9362 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
9363
9364 Fix bug that created negative-length intervals.
9365 * intervals.c (merge_interval_right, merge_interval_left):
9366 Do not zero out this interval if it is absorbed by its children,
9367 as this interval's total length doesn't change in that case. See
9368 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
9369
9370 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
9371
9372 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
9373 when invoking (make-bool-vector N t) and N is a positive
9374 multiple of 8 -- the last 8 bits were mistakenly cleared.
9375
9376 Remove some struct layout assumptions in bool vectors.
9377 * alloc.c (bool_header_size): New constant.
9378 (header_size, word_size): Move earlier, as they're now used earlier.
9379 Use 'word_size' in a few more places, where it's appropriate.
9380 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
9381 padding before the data member of a bool vector.
9382 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
9383 than doing the check by hand with an abort ().
9384
9385 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * eval.c (Fdefvar): Don't check constants since we only set the var if
9388 it's not yet defined anyway (bug#11904).
9389
9390 * lisp.h (last_undo_boundary): Declare new var.
9391 * keyboard.c (command_loop_1): Set it.
9392 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
9393 were auto-added by the command loop (bug#11774).
9394
9395 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
9396
9397 * w32font.c (Qsymbol): Remove local definition.
9398 (syms_of_w32font): Don't DEFSYM it.
9399
9400 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9401
9402 Fix sweep_vectors to handle large bool vectors correctly.
9403 * alloc.c (sweep_vectors): Account total_vector_bytes for
9404 bool vectors larger than VBLOCK_BYTES_MAX.
9405
9406 2012-07-18 Chong Yidong <cyd@gnu.org>
9407
9408 * frame.c (x_set_frame_parameters): Revert bogus change introduced
9409 in 2012-05-25 commit by Paul Eggert (Bug#11738).
9410
9411 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9412
9413 Return more descriptive data from Fgarbage_collect.
9414 Suggested by Stefan Monnier in
9415 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
9416 * alloc.c (bounded_number): New function.
9417 (total_buffers, total_vectors): New variable.
9418 (total_string_size): Rename to total_string_bytes, adjust users.
9419 (total_vector_size): Rename to total_vector_bytes, adjust users.
9420 (sweep_vectors): Account total_vectors and total_vector_bytes.
9421 (Fgarbage_collect): New return value. Adjust documentation.
9422 (gc_sweep): Account total_buffers.
9423 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
9424 (VECTOR_SIZE): Remove.
9425 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
9426 (Qinterval, Qmisc): New symbols.
9427 (syms_of_data): Initialize them.
9428 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
9429 (Qcons, Qbuffer): New declarations.
9430
9431 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
9432
9433 * alloc.c (Fmemory_free): Account for memory-free's own storage.
9434 Round up, not down. Improve doc.
9435
9436 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
9437
9438 Restore old code in allocate_string_data to avoid Faset breakage.
9439 Reported by Julien Danjou <julien@danjou.info> in
9440 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
9441 * alloc.c (allocate_string_data): Restore old code with minor
9442 adjustments, fix comment to explain this subtle issue.
9443
9444 2012-07-17 Eli Zaretskii <eliz@gnu.org>
9445
9446 Remove FILE_SYSTEM_CASE.
9447 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
9448
9449 * fileio.c (FILE_SYSTEM_CASE): Don't define.
9450 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
9451 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
9452 call-process-region passes it through expand-file-name.
9453
9454 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
9455
9456 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9457
9458 Fix crash when creating indirect buffer (Bug#11917)
9459 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
9460 Don't handle unbound variables specially if non-zero.
9461 (Fbuffer_local_variables): Pass zero.
9462 (clone_per_buffer_values): Pass non-zero.
9463
9464 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9465
9466 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
9467 to make the loop interruptible.
9468
9469 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9470
9471 * gnutls.c (emacs_gnutls_handshake): Only retry if
9472 GNUTLS_E_INTERRUPTED.
9473
9474 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
9475
9476 Cleanup and convert miscellaneous checks to eassert.
9477 * alloc.c (mark_interval): Fix comment, partially rephrase
9478 old comment from intervals.h (see below).
9479 * intervals.c (find_interval, adjust_intervals_for_insertion)
9480 (delete_interval, adjust_intervals_for_deletion)
9481 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
9482 Convert to eassert.
9483 (adjust_intervals_for_insertion, make_new_interval):
9484 Remove obsolete and unused code.
9485 * intervals.h (struct interval): Remove obsolete comment.
9486 * textprotp.c (erase_properties): Remove unused code.
9487 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
9488 (Fremove_list_of_text_properties): Convert to eassert.
9489
9490 2012-07-17 Chong Yidong <cyd@gnu.org>
9491
9492 * editfns.c (Finsert_char): Doc fix.
9493
9494 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
9495
9496 Fix previous change to make Fmemory_free always accurate.
9497 * alloc.c (make_interval): Update total_free_intervals.
9498 (make_float): Likewise for total_free_floats.
9499 (free_cons, Fcons): Likewise for total_free_conses.
9500 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
9501 Likewise for total_free_vector_bytes.
9502 (Fmake_symbol): Likewise for total_free_symbols.
9503 (bytes_free): Remove.
9504
9505 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
9506
9507 Simple free memory accounting feature.
9508 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
9509 (sweep_vectors): Accumulate size of free vectors.
9510 (Fgarbage_collect): Setup bytes_free.
9511 (Fmemory_free): New function.
9512 (syms_of_alloc): Register it.
9513
9514 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
9515
9516 Cleanup overlays checking.
9517 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
9518 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
9519 eassert and OVERLAYP.
9520 (sort_overlays): Change to use OVERLAYP.
9521
9522 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9523
9524 * editfns.c (Finsert_char): Make it interactive, and make the
9525 second arg optional. Copy interactive spec and docstring from
9526 ucs-insert.
9527
9528 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
9529
9530 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
9531 Unlike the other wrapped functions, fabs has an unspecified
9532 effect on errno.
9533
9534 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
9535
9536 * nsterm.m (keyDown): Interpret flags without left/right bits
9537 as the left key (Bug#11670).
9538
9539 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
9540
9541 Remove empty and useless init functions.
9542 * lisp.h (init_character_once, init_fns, init_image)
9543 (init_filelock, init_sound): Remove prototype.
9544 * character.c (init_character_once): Remove.
9545 * filelock.c (init_filelock): Likewise.
9546 * fns.c (init_fns): Likewise.
9547 * image.c (init_image): Likewise.
9548 * sound.c (init_sound): Likewise.
9549 * emacs.c (main): Adjust accordingly.
9550
9551 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
9552
9553 * gtkutil.h: Tiny cleanups.
9554 (use_old_gtk_file_dialog): Remove useless declaration.
9555 (xg_uses_old_file_dialog): Add suggested const attribute.
9556
9557 2012-07-15 Eli Zaretskii <eliz@gnu.org>
9558
9559 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
9560 (bidi_paragraph_init): Use it to limit search forward for a strong
9561 directional character in abnormally large paragraphs full of
9562 neutral or weak characters. (Bug#11943)
9563
9564 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
9565
9566 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
9567 the toolbar (Bug#9451).
9568 (xg_make_tool_item): Give the widget event box a transparent
9569 background.
9570
9571 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
9572
9573 Cleanup basic allocation variables and functions.
9574 * alloc.c (ignore_warnings, init_intervals, init_float)
9575 (init_cons, init_symbol, init_marker): Remove.
9576 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
9577 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
9578 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
9579 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
9580 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
9581 (staticidx, init_alloc_once, init_strings, free_ablock):
9582 Remove redundant initialization.
9583 * fns.c (init_weak_hash_tables): Remove.
9584 * lisp.h (init_weak_hash_tables): Remove prototype.
9585
9586 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
9587
9588 Use zero_vector where appropriate.
9589 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
9590 accordingly.
9591 * lisp.h (zero_vector): New declaration.
9592 * font.c (null_vector): Remove.
9593 (syms_of_font): Remove initialization and staticpro.
9594 (font_list_entities, font_find_for_lface): Change to use zero_vector.
9595 * keymap.c (Faccessible_keymaps): Likewise.
9596
9597 2012-07-15 Leo Liu <sdl.web@gmail.com>
9598
9599 * fringe.c: Fix typo in comments.
9600
9601 2012-07-14 Leo Liu <sdl.web@gmail.com>
9602
9603 * fringe.c: Add a new bitmap exclamation-mark.
9604
9605 2012-07-14 Eli Zaretskii <eliz@gnu.org>
9606
9607 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
9608
9609 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
9610 (HAVE_MENUS): Don't define, defined by editing config.in with
9611 msdos/sed2v2.inp.
9612 (GMALLOC_INHIBIT_VALLOC): Don't define.
9613 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
9614
9615 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
9616
9617 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
9618
9619 2012-07-14 Glenn Morris <rgm@gnu.org>
9620
9621 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
9622 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
9623 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
9624
9625 2012-07-13 Glenn Morris <rgm@gnu.org>
9626
9627 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
9628
9629 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
9630 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
9631
9632 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
9633
9634 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
9635 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
9636 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
9637 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
9638 where appropriate.
9639 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
9640 as boolean expression.
9641 (x_set_window_size): Remove unused variable toolbar.
9642 (ns_get_color_default, ns_mod_to_lisp): Remove.
9643 (ns_mouse_position): Remove unused variables xchar and ychar.
9644 (ns_compute_glyph_string_overhangs): Remove unused variable face.
9645 (ns_set_vertical_scroll_bar): Remove unused variable count.
9646 (ns_delete_terminal): Remove unused variable i.
9647 (ns_term_init): Remove unused variables r, g and b.
9648 (mouseDown): Remove unused variable window.
9649 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
9650 (initFrameFromEmacs): Remove unused variable vbextra.
9651 (mouseEntered): Remove unused variables p and dpyinfo.
9652 (mouseExited): Remove unused variables p and r.
9653 (ns_define_frame_cursor, ns_clear_frame_area)
9654 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
9655 (menuDown): Assign [sender tag] to variable and cast the variable.
9656
9657 * nsterm.h (menuDown): Add id as type to argument sender.
9658 (ns_display_info_for_name): Add Lisp_Object argument.
9659 (ns_term_init): Add Lisp_Object argument.
9660 (ns_map_event_to_object): Add void argument.
9661 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
9662 prototype with arguments and only declare if __OBJC__.
9663 (nxatoms_of_nsselect): Add void argument.
9664 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
9665 (ns_alloc_autorelease_pool): Add void argument.
9666 (ns_release_autorelease_pool): Add void* argument.
9667 (ns_get_defaults_value): Add const char* argument.
9668
9669 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
9670 (initFromContents): Use SSDATA where appropriate.
9671 (ns_update_menubar): Add braces to ambigous if-else.
9672 (initWithTitle): Put () around assignment in if statement.
9673 (ns_menu_show): Remove unused variables window and keymap.
9674 (update_frame_tool_bar): Remove unused variable selected_p.
9675 (initWithContentRect): Remove unused variable this_cmd_name.
9676
9677 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
9678 appropriate.
9679 (setXBMColor): Remove unused variable len.
9680 (setPixmapData): Put () around assignment in loop statement.
9681
9682 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
9683 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
9684 where appropriate.
9685 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
9686 around assignment in loop statement.
9687 (nsfont_open): Remove unused variable i.
9688 (nsfont_open): Remove unused variable len.
9689 (nsfont_draw): Remove unused variable cs.
9690
9691 * nsfns.m (x_set_icon_name, ns_set_name_internal)
9692 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
9693 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
9694 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
9695 (Fns_font_name, Fns_perform_service)
9696 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
9697 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
9698 (ns_set_name): Remove unused variable view.
9699 (x_set_menu_bar_lines): Remove unused variable olines.
9700 (x_set_tool_bar_lines): Remove unused variable root_window.
9701 (Fns_list_colors): Put () around assignment in while statement.
9702 (Fns_perform_service): Remove unused variable len.
9703 (Fns_display_usable_bounds): Remove unused variable top.
9704 (syms_of_nsfns): Remove unused variable i.
9705
9706 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
9707 memcpy (Bug#11907).
9708
9709 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
9710
9711 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
9712 and free it with DestroyExceptionInfo (Bug#11558).
9713
9714 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9715
9716 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
9717 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
9718 Set here, not in nt/config.nt.
9719
9720 2012-07-13 Eli Zaretskii <eliz@gnu.org>
9721
9722 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
9723 cursor overflow into the last glyph on display line when the right
9724 fringe is off. (Bug#11832)
9725
9726 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
9727
9728 * xdisp.c (produce_special_glyphs): Now static.
9729 * dispextern.h (produce_special_glyphs): Remove decl.
9730
9731 2012-07-13 Glenn Morris <rgm@gnu.org>
9732
9733 * s/bsd-common.h, s/cygwin.h: Remove empty files.
9734 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
9735
9736 * s/usg5-4-common.h (USG, USG5):
9737 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
9738 * s/sol2-6.h (SOLARIS2):
9739 * s/irix6-5.h (IRIX6_5):
9740 * s/hpux10-20.h (USG, USG5, HPUX):
9741 * s/gnu-linux.h (USG, GNU_LINUX):
9742 * s/freebsd.h (BSD_SYSTEM):
9743 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
9744 * s/cygwin.h (CYGWIN):
9745 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
9746 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
9747
9748 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
9749
9750 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
9751
9752 2012-07-13 Glenn Morris <rgm@gnu.org>
9753
9754 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
9755
9756 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
9757
9758 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
9759 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
9760
9761 2012-07-12 Glenn Morris <rgm@gnu.org>
9762
9763 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
9764
9765 * process.c (init_process_emacs): Rename from init_process.
9766 The old name is also the name of a Mach system call.
9767 * lisp.h, emacs.c: Update for this name change.
9768 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
9769 longer needed.
9770
9771 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9772
9773 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
9774 memmove call that removes glyphs covered by the left truncation
9775 glyph. Improve commentary.
9776 (display_line): Fix display of continuation glyphs on GUI frames
9777 when the right fringe is turned off and variable-size fonts are
9778 used in the window. Move the code that appends a stretch glyph to
9779 produce_special_glyphs, so that it could be used for truncation
9780 and continuation glyphs alike.
9781 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
9782 glyph of a suitably computed width, to align the special glyphs at
9783 the window margin. Code moved from display_line. (Bug#11832)
9784
9785 2012-07-12 Glenn Morris <rgm@gnu.org>
9786
9787 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
9788
9789 * s/gnu-linux.h, s/hpux10-20.h:
9790 Do not unconditionally define HAVE_XRMSETDATABASE.
9791
9792 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
9793
9794 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
9795
9796 Fix typos that broke OS X build.
9797 Reported by Randal L. Schwartz in
9798 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
9799 * nsterm.m (ns_timeout): Add missing local decl.
9800 (ns_get_color): snprintf -> sprintf, to fix typo.
9801
9802 2012-07-12 Glenn Morris <rgm@gnu.org>
9803
9804 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
9805 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
9806 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
9807 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
9808
9809 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
9810 Move PTY_OPEN to configure.
9811
9812 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
9813 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
9814 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
9815
9816 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
9817
9818 Use empty_unibyte_string where applicable.
9819 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
9820 * lread.c (read1): Likewise.
9821 * xsettings.c (syms_of_xsettings): Likewise.
9822
9823 2012-07-12 Glenn Morris <rgm@gnu.org>
9824
9825 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
9826 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
9827 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
9828 * s/hpux10-20.h (RUN_TIME_REMAP):
9829 * s/bsd-common.h (TABDLY): Move to configure.
9830
9831 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
9832
9833 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
9834
9835 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
9836 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
9837
9838 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
9839
9840 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
9841 * s/template.h: Move NARROWPROTO to configure.
9842
9843 2012-07-11 Glenn Morris <rgm@gnu.org>
9844
9845 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
9846 unused since 2011-01-17 change to systty.h.
9847
9848 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
9849 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
9850 Move HAVE_PTYS and HAVE_SOCKETS to configure.
9851
9852 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
9853
9854 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
9855
9856 2012-07-11 Glenn Morris <rgm@gnu.org>
9857
9858 * s/darwin.h, s/gnu-linux.h, s/template.h:
9859 Move INTERRUPT_INPUT to configure.
9860
9861 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
9862
9863 Minor adjustments to interning code.
9864 * lisp.h (intern, intern_c_string): Redefine as static inline
9865 wrappers for intern_1 and intern_c_string_1, respectively.
9866 (intern_1, intern_c_string_1): Rename prototypes.
9867 * lread.c (intern_1, intern_c_string_1, oblookup):
9868 Simplify Vobarray checking.
9869 * font.c (font_intern_prop): Likewise. Adjust comment.
9870 * w32font.c (intern_font_name): Likewise.
9871
9872 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
9873
9874 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
9875
9876 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
9877 of Fcar/Fcdr if possible.
9878 * font.c (check_otf_features): Likewise.
9879 * fontset.c (Fnew_fontset): Likewise.
9880 * gnutls.c (Fgnutls_boot): Likewise.
9881 * minibuf.c (read_minibuf): Likewise.
9882 * msdos.c (IT_set_frame_parameters): Likewise.
9883 * xmenu.c (Fx_popup_dialog): Likewise.
9884 * w32menu.c (Fx_popup_dialog): Likewise.
9885
9886 2012-07-11 Glenn Morris <rgm@gnu.org>
9887
9888 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
9889 since nothing has defined it on these platforms.
9890
9891 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
9892 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
9893
9894 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
9895 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
9896 Move CLASH_DETECTION to configure.
9897
9898 * s/gnu.h: Remove file, which is now empty.
9899
9900 * s/gnu.h, s/gnu-linux.h:
9901 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
9902
9903 2012-07-11 John Wiegley <johnw@newartisans.com>
9904
9905 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
9906 function attribute, so we only use it if it exists in the
9907 compiler.
9908
9909 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
9910
9911 Avoid call to strlen in fast_c_string_match_ignore_case.
9912 * search.c (fast_c_string_match_ignore_case): Change to use
9913 length argument. Adjust users accordingly.
9914 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
9915
9916 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
9917
9918 Assume mkdir, rmdir.
9919 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
9920 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
9921
9922 Assume rename.
9923 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
9924
9925 Assume perror.
9926 * s/hpux10-20.h (HAVE_PERROR): Remove.
9927 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
9928 Remove dummy definition, as this problem was obsolete long ago.
9929
9930 Assume strerror.
9931 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
9932
9933 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
9934
9935 Avoid calls to strlen in font processing functions.
9936 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
9937 (font_open_by_name): Change to use length argument.
9938 Adjust users accordingly.
9939 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
9940 Adjust prototypes.
9941 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
9942 Change to return ptrdiff_t.
9943 (xfont_list_pattern, xfont_match): Use length returned by
9944 xfont_decode_coding_xlfd.
9945 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
9946
9947 2012-07-11 Glenn Morris <rgm@gnu.org>
9948
9949 * s/darwin.h, s/freebsd.h, s/netbsd.h:
9950 Move DONT_REOPEN_PTY to configure.
9951
9952 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
9953 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
9954
9955 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
9956
9957 Remove "#define unix" that is no longer needed (Bug#11905).
9958 * s/aix4-2.h (unix): Remove; no longer needed.
9959
9960 EMACS_TIME simplification (Bug#11875).
9961 This replaces macros (which typically do not work in GDB)
9962 with functions, typedefs and enums, making the code easier to debug.
9963 The functional style also makes code easier to read and maintain.
9964 * systime.h: Include <sys/time.h> on all hosts, not just if
9965 WINDOWSNT, since 'struct timeval' is needed in general.
9966 (EMACS_TIME): Now a typedef, not a macro.
9967 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
9968 not macros.
9969 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
9970 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
9971 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
9972 (EMACS_TIME_LE): Now functions, not macros.
9973 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
9974 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
9975 which are not functions. All uses rewritten to use:
9976 (make_emacs_time): New function.
9977 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
9978 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
9979 not functions. All uses rewritten to use the following, respectively:
9980 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
9981 (add_emacs_time, sub_emacs_time): New functions.
9982 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
9983 * fileio.c (Fcopy_file):
9984 * xterm.c (XTflash): Get the current time closer to when it's used.
9985 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
9986
9987 * bytecode.c (targets): Suppress -Woverride-init warnings.
9988
9989 Simplify by avoiding confusing use of strncpy etc.
9990 * doc.c (Fsnarf_documentation):
9991 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
9992 * frame.c (Fmake_terminal_frame):
9993 * gtkutil.c (get_utf8_string):
9994 * lread.c (openp):
9995 * nsmenu.m (ns_update_menubar):
9996 * regex.c (regerror):
9997 Prefer memcpy to strncpy and strncat when either will do.
9998 * fileio.c (Fsubstitute_in_file_name):
9999 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
10000 (menu_separator_name_p):
10001 * nsmenu.m (ns_update_menubar):
10002 Prefer memcmp to strncmp when either will do.
10003 * nsterm.m: Include <ftoastr.h>.
10004 (ns_get_color):
10005 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
10006 Prefer snprintf to strncpy.
10007 * nsterm.m (ns_term_init):
10008 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
10009 * nsterm.m (ns_term_init):
10010 Avoid the need for strncpy, by using build_string or
10011 make_unibyte_string directly. Use dtoastr, not snprintf.
10012 * process.c (Fmake_network_process): Diagnose service names that
10013 are too long, rather than silently truncating them or creating
10014 non-null-terminated names.
10015 (Fnetwork_interface_info): Likewise, for interface names.
10016 * sysdep.c (system_process_attributes) [GNU_LINUX]:
10017 Prefer sprintf to strncat.
10018 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
10019 Prefer vsnprintf to vsprintf + strncpy.
10020
10021 2012-07-10 Glenn Morris <rgm@gnu.org>
10022
10023 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
10024 Clarify fallback case.
10025
10026 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
10027
10028 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
10029 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
10030 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
10031 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
10032 where argument type is known to be a Lisp_Cons.
10033
10034 2012-07-10 Tom Tromey <tromey@redhat.com>
10035
10036 * bytecode.c (BYTE_CODE_THREADED): New macro.
10037 (BYTE_CODES): New macro. Replaces all old byte-code defines.
10038 (enum byte_code_op): New type.
10039 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
10040 (exec_byte_code): Use them. Use token threading when applicable.
10041
10042 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
10043
10044 Optimize pure C strings initialization.
10045 * lisp.h (make_pure_string): Fix prototype.
10046 (build_pure_c_string): New function, defined as static inline. This
10047 provides a better opportunity to optimize away calls to strlen when
10048 the function is called with compile-time constant argument.
10049 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
10050 argument, adjust users accordingly. Use build_pure_c_string where
10051 appropriate.
10052 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
10053 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
10054 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
10055
10056 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
10057
10058 Avoid calls to strlen in miscellaneous functions.
10059 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
10060 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
10061 * lread.c (openp): Likewise.
10062
10063 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
10064
10065 Avoid calls to strlen in path processing functions.
10066 * fileio.c (file_name_as_directory): Add comment. Change to add
10067 srclen argument and return the length of result. Adjust users
10068 accordingly.
10069 (directory_file_name): Fix comment. Change to add srclen argument,
10070 swap 1st and 2nd arguments to obey the common convention.
10071 Adjust users accordingly.
10072 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
10073
10074 2012-07-10 Glenn Morris <rgm@gnu.org>
10075
10076 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
10077 Move PENDING_OUTPUT_COUNT definition to configure.
10078
10079 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
10080 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
10081 * s/gnu.h (DATA_START): Move definitions to configure.
10082
10083 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
10084 We include usg5-4-common.h, which defines them both.
10085
10086 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
10087 O_RDONLY already includes it).
10088
10089 Stop ns builds setting the EMACSLOADPATH environment variable.
10090 * nsterm.m (ns_load_path): Rename from ns_init_paths.
10091 Now it does not set EMACSLOADPATH, just returns the load-path string.
10092 * nsterm.h: Update accordingly.
10093 * lread.c [HAVE_NS]: Include nsterm.h.
10094 (init_lread) [HAVE_NS]: Use ns_load_path.
10095 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
10096
10097 2012-07-09 Glenn Morris <rgm@gnu.org>
10098
10099 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
10100 since the included bsd-common.h does so.
10101
10102 Stop ns builds setting the EMACSPATH environment variable.
10103 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
10104 (ns_init_paths): Do not set EMACSPATH.
10105 * nsterm.h (ns_exec_path): Add it.
10106 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
10107 Use ns_exec_path.
10108
10109 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
10110
10111 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10112
10113 * process.c (wait_reading_process_output): 'waitchannels' was unset
10114 when read_kbd || !NILP (wait_for_cell); fix this.
10115
10116 Add GCC-style 'const' attribute to functions that can use it.
10117 * character.h (char_resolve_modifier_mask):
10118 * keyboard.h (make_ctrl_char):
10119 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
10120 (init_character_once, next_almost_prime, init_fns, init_image)
10121 (flush_pending_output, init_sound):
10122 * mem-limits.h (start_of_data):
10123 * menu.h (finish_menu_items):
10124 Add ATTRIBUTE_CONST.
10125 * emacs.c (DEFINE_DUMMY_FUNCTION):
10126 Declare the dummy function with ATTRIBUTE_CONST.
10127 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
10128 Add decls with ATTRIBUTE_CONST.
10129
10130 Minor improvements to make_formatted_string.
10131 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
10132 where int is good enough, as vsprintf returns an int.
10133 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
10134
10135 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
10136
10137 Use make_formatted_string to avoid double length calculation.
10138 * lisp.h (make_formatted_string): New prototype.
10139 * alloc.c (make_formatted_string): New function.
10140 * buffer.c (Fgenerate_new_buffer_name): Use it.
10141 * dbusbind.c (syms_of_dbusbind): Likewise.
10142 * editfns.c (Fcurrent_time_zone): Likewise.
10143 * filelock.c (get_boot_time): Likewise.
10144 * frame.c (make_terminal_frame, set_term_frame_name)
10145 (x_report_frame_params): Likewise.
10146 * image.c (gs_load): Likewise.
10147 * minibuf.c (get_minibuffer): Likewise.
10148 * msdos.c (dos_set_window_size): Likewise.
10149 * process.c (make_process): Likewise.
10150 * xdisp.c (ensure_echo_area_buffers): Likewise.
10151 * xsettings.c (apply_xft_settings): Likewise.
10152
10153 2012-07-09 Glenn Morris <rgm@gnu.org>
10154
10155 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
10156 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
10157 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
10158 * nsterm.h (ns_etc_directory): Add it.
10159 * callproc.c [HAVE_NS]: Include nsterm.h.
10160 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
10161
10162 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
10163
10164 Move marker debugging code under MARKER_DEBUG.
10165 * marker.c (MARKER_DEBUG): Move marker debugging code under
10166 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
10167 for bootstrap with --enable-checking (~3x slowdown reported
10168 by Juanma Barranquero <lekktu@gmail.com>).
10169 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
10170
10171 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
10172
10173 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
10174 See <http://bugs.gnu.org/11825#29>.
10175
10176 2012-07-08 Eli Zaretskii <eliz@gnu.org>
10177
10178 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
10179 has no font, use the frame's font. (Bug#11813)
10180 (display_line): Add commentary about displaying truncation glyphs
10181 on GUI frames.
10182 (produce_special_glyphs): Move here from term.c.
10183
10184 * term.c (produce_special_glyphs): Move to xdisp.c.
10185
10186 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
10187 section.
10188
10189 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
10190
10191 * xdisp.c (display_line): Avoid warning about implicit declaration
10192 of FRAME_FONT.
10193
10194 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
10195
10196 * lisp.h: Remove empty conditional.
10197
10198 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
10199
10200 * lread.c (load_path_check): Now static.
10201
10202 Fix some minor --with-ns problems found by static checking.
10203 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
10204 (x_set_font) [!HAVE_X_WINDOWS]:
10205 * image.c (xpm_load_image) [HAVE_NS]:
10206 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
10207 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
10208 Remove unused local.
10209 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
10210 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
10211 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
10212 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
10213 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
10214 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
10215 Fix pointer signedness problem.
10216 * xfaces.c (FRAME_X_FONT_TABLE):
10217 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
10218
10219 2012-07-07 Glenn Morris <rgm@gnu.org>
10220
10221 * lread.c (load_path_check): New function, split from init_lread.
10222 (init_lread): Reorganize. Motivation:
10223 If EMACSLOADPATH is set, check/warn about that rather than the
10224 defaults, which we are not going to use. Hence we can remove
10225 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
10226 Don't warn if site-lisp directories are missing.
10227 If not installed, start from a blank load-path, since
10228 PATH_LOADSEARCH refers to the eventual installation directories.
10229
10230 2012-07-07 Eli Zaretskii <eliz@gnu.org>
10231
10232 Support truncation and continuation glyphs on GUI frames, when
10233 fringes are disabled. (Bug#11832)
10234 * xdisp.c (init_iterator): Get dimensions of truncation and
10235 continuation glyphs even if on GUI frames.
10236 Adjust it->last_visible_x on GUI frames when the left or right fringes,
10237 or both, are absent.
10238 (start_display, move_it_in_display_line_to): Handle the case of a
10239 GUI frame without a fringe to display continuation or truncation
10240 glyphs.
10241 (insert_left_trunc_glyphs): Support GUI frames: make sure
10242 truncation glyphs overwrite enough glyphs from the current line to
10243 have sufficient space in pixels.
10244 (display_line): Support truncation and continuation glyphs on GUI
10245 frames. If some spare pixels are left on the line after inserting
10246 the truncation glyphs, fill that space with a stretch glyph of a
10247 suitably computed width.
10248
10249 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
10250 produce_glyphs, to support GUI sessions.
10251
10252 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
10253
10254 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
10255
10256 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
10257
10258 Do not require float-time's arg to fit in time_t (Bug#11825).
10259 This works better on hosts where time_t is unsigned, and where
10260 float-time is applied to the (negative) difference between two times.
10261 * editfns.c (decode_time_components): Last arg is now double *,
10262 not int *, and means to store all the result as a double, without
10263 worrying about whether the seconds part fits in time_t.
10264 All callers changed.
10265 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
10266 All callers changed.
10267 (Ffloat_time): Do not fail merely because the specified time falls
10268 outside of time_t range.
10269
10270 2012-07-07 Glenn Morris <rgm@gnu.org>
10271
10272 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
10273 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
10274 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
10275
10276 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
10277
10278 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
10279 Update dependencies.
10280
10281 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
10282
10283 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
10284
10285 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
10286 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
10287 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
10288 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
10289 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
10290 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
10291
10292 * xfont.c (compare_font_names): Redo to omit the need for casts.
10293
10294 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10295
10296 * xfns.c (Fx_change_window_property): Doc fix.
10297 * w32fns.c (Fx_change_window_property): Doc fix.
10298
10299 * w32fns.c (Fx_window_property): Accept the same arguments as the
10300 X Windows version. Doc fix.
10301 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
10302
10303 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
10304 Eli Zaretskii <eliz@gnu.org>
10305
10306 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
10307 Windows-specific code from nt/config.nt moved here.
10308 Obsolete settings removed.
10309
10310 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
10311
10312 * process.c: Avoid unnecessary calls to gettime.
10313 (wait_reading_process_output): Don't get the time of day
10314 when gobbling data immediately and not waiting, as there's no need
10315 for it in that case. This removes a FIXME.
10316
10317 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
10318
10319 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
10320 is defined (Bug#11768).
10321
10322 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
10323
10324 Fix marker debugging code.
10325 * marker.c (byte_char_debug_check): Do not perform the check
10326 if buffer is not multibyte.
10327 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
10328 Call byte_char_debug_check with correct arguments.
10329
10330 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
10331
10332 Compile marker debugging code only if ENABLE_CHECKING is defined.
10333 * marker.c (byte_char_debug_check, count_markers):
10334 Use only if ENABLE_CHECKING is defined.
10335 (byte_debug_flag): Remove.
10336 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
10337 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
10338
10339 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
10340
10341 Avoid code repetition in marker-related functions.
10342 * marker.c (attach_marker): New function.
10343 (Fset_marker, set_marker_restricted, set_marker_both)
10344 (set_marker_restricted_both): Use it.
10345 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
10346 Consistently rename charno to charpos.
10347 (marker_position): Add eassert.
10348 (marker_byte_position): Convert to eassert.
10349
10350 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
10351
10352 Simplify list operations in unchain_overlay and unchain_marker.
10353 * buffer.c (unchain_overlay): Simplify. Add comment.
10354 * marker.c (unchain_marker): Simplify. Fix comments.
10355
10356 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
10357
10358 Introduce fast path for the widely used marker operation.
10359 * alloc.c (build_marker): New function.
10360 * lisp.h (build_marker): New prototype.
10361 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
10362 * composite.c (autocmp_chars): Likewise.
10363 * editfns.c (buildmark): Remove.
10364 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
10365 (save_restriction_save): Use build_marker.
10366 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
10367 * window.c (save_window_save): Likewise.
10368
10369 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
10370
10371 Do not use Fdelete_overlay in delete_all_overlays
10372 to avoid redundant calls to unchain_overlay.
10373 * buffer.c (drop_overlay): New function.
10374 (delete_all_overlays, Fdelete_overlay): Use it.
10375 * minibuf.c (get_minibuffer): Fix comment.
10376
10377 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
10378
10379 Port to OpenBSD 5.1 amd64.
10380 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
10381 This is needed for OpenBSD, and should be harmless on all BSD systems.
10382 Also, include <sys/sysctl.h>, as it should be available on all
10383 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
10384 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
10385 use p_pid member, not kp_proc.pid.
10386
10387 2012-07-06 Glenn Morris <rgm@gnu.org>
10388
10389 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
10390
10391 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
10392
10393 More xmalloc and related cleanup.
10394 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
10395 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
10396 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
10397 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
10398 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
10399 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
10400 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
10401 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
10402 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
10403 * xterm.c:
10404 Omit needless casts involving void * pointers and allocation.
10405 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
10406 as the former is more robust if P's type is changed.
10407 Prefer xzalloc to xmalloc + memset 0.
10408 Simplify malloc-or-realloc to realloc.
10409 Don't worry about xmalloc returning a null pointer.
10410 Prefer xstrdup to xmalloc + strcpy.
10411 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
10412 growing it.
10413 * keyboard.c (apply_modifiers_uncached): Prefer local array to
10414 alloca of a constant.
10415
10416 2012-07-05 Eli Zaretskii <eliz@gnu.org>
10417
10418 * xdisp.c (display_line): Fix horizontal pixel coordinates when
10419 hscroll is larger than the line width. Fixes long and futile
10420 looping inside extend_face_to_end_of_line (on a TTY) producing
10421 glyphs that are not needed and thrown away.
10422
10423 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
10424
10425 * marker.c (set_marker_restricted_both): Simplify by using
10426 clip_to_bounds.
10427
10428 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
10429
10430 * editfns.c (region_limit): Simplify by using clip_to_bounds.
10431
10432 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
10433
10434 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
10435 not defined (Bug#11768).
10436 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
10437 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
10438 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
10439 followed by gtk_box_set_homogeneous (Bug#11768).
10440 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
10441 (update_theme_scrollbar_width, xg_create_scroll_bar):
10442 Use gtk_scrollbar_new (Bug#11768).
10443 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
10444 (is_box_type): New function (Bug#11768).
10445 (xg_tool_item_stale_p): Call is_box_type.
10446 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
10447 with default display (Bug#11768).
10448
10449 2012-07-05 Eli Zaretskii <eliz@gnu.org>
10450
10451 * xdisp.c (window_hscroll_limited): New function.
10452 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
10453 coordinates when window's hscroll is set to insanely large
10454 values. (Bug#11857)
10455
10456 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
10457
10458 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
10459 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
10460
10461 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
10462
10463 Cleanup xmalloc.
10464 * lisp.h (xzalloc): New prototype. Omit needless casts.
10465 * alloc.c (xzalloc): New function. Omit needless casts.
10466 * charset.c: Omit needless casts. Convert all calls to
10467 xmalloc with following memset to xzalloc.
10468 * dispnew.c: Likewise.
10469 * fringe.c: Likewise.
10470 * image.c: Likewise.
10471 * sound.c: Likewise.
10472 * term.c: Likewise.
10473 * w32fns.c: Likewise.
10474 * w32font.c: Likewise.
10475 * w32term.c: Likewise.
10476 * xfaces.c: Likewise.
10477 * xfns.c: Likewise.
10478 * xterm.c: Likewise.
10479 * atimer.c: Omit needless casts.
10480 * buffer.c: Likewise.
10481 * callproc.c: Likewise.
10482 * ccl.c: Likewise.
10483 * coding.c: Likewise.
10484 * composite.c: Likewise.
10485 * doc.c: Likewise.
10486 * doprnt.c: Likewise.
10487 * editfns.c: Likewise.
10488 * emacs.c: Likewise.
10489 * eval.c: Likewise.
10490 * filelock.c: Likewise.
10491 * fns.c: Likewise.
10492 * gtkutil.c: Likewise.
10493 * keyboard.c: Likewise.
10494 * lisp.h: Likewise.
10495 * lread.c: Likewise.
10496 * minibuf.c: Likewise.
10497 * msdos.c: Likewise.
10498 * print.c: Likewise.
10499 * process.c: Likewise.
10500 * region-cache.c: Likewise.
10501 * search.c: Likewise.
10502 * sysdep.c: Likewise.
10503 * termcap.c: Likewise.
10504 * terminal.c: Likewise.
10505 * tparam.c: Likewise.
10506 * w16select.c: Likewise.
10507 * w32.c: Likewise.
10508 * w32reg.c: Likewise.
10509 * w32select.c: Likewise.
10510 * w32uniscribe.c: Likewise.
10511 * widget.c: Likewise.
10512 * xdisp.c: Likewise.
10513 * xmenu.c: Likewise.
10514 * xrdb.c: Likewise.
10515 * xselect.c: Likewise.
10516
10517 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
10518
10519 * fileio.c (time_error_value): Check the right error number.
10520 Problem reported by Troels Nielsen in
10521 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
10522
10523 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
10524
10525 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
10526 This should be fixed in a better way; see Eli Zaretskii in
10527 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
10528 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
10529
10530 * fileio.c (time_error_value): Rename from special_mtime.
10531 The old name's problems were noted by Eli Zaretskii in
10532 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
10533
10534 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
10535 This variable's comment says Emacs needs at least one GDB-visible
10536 symbol of type enum pvec_type, to work around GDB problems.
10537 The symbol's value doesn't matter.
10538
10539 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
10540 that causes compilation to fail on pre-C99 compilers.
10541
10542 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
10545 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
10546
10547 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
10548
10549 * buffer.c (init_buffer_once): Fix initialization of
10550 headers for buffer_defaults and buffer_local_symbols.
10551 Reported by Juanma Barranquero <lekktu@gmail.com>.
10552
10553 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
10556 * lisp.h (enum pvec_type): Use fewer bits.
10557 (PSEUDOVECTOR_SIZE_BITS): New constant.
10558 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
10559 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
10560 change in pvec_type.
10561 (PSEUDOVECTOR_TYPEP): New macro.
10562 (TYPED_PSEUDOVECTORP): Use it.
10563 * fns.c (internal_equal): Adapt code to extract pvectype.
10564 * emacs.c (gdb_pvec_type): Update type.
10565 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
10566 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
10567 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
10568 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
10569 (sweep_vectors): Use it. Use local var `total_bytes' instead of
10570 abusing vector->header.next.nbytes.
10571 (live_vector_p): Use PVEC_TYPE.
10572 (mark_object): Adapt code to extract pvectype. Use switch.
10573
10574 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
10575
10576 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
10577 Tighten new eassert a bit.
10578
10579 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
10580
10581 Fix compilation with --enable-gcc-warnings and -O1
10582 optimization level.
10583 * doprnt.c (doprnt): Change type of tem to int, initialize
10584 to avoid compiler warning. Add eassert.
10585 * search.c (simple_search): Initialize match_byte to avoid
10586 compiler warning. Add eassert.
10587
10588 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
10589
10590 Avoid weird behavior with large horizontal scrolls.
10591 Without this change, for example, large hscroll values would
10592 mess up Emacs's display on Fedora 15 x86, presumably due to
10593 overflows in int calculations in the display code.
10594 Also, if buffers had long lines, Emacs would freeze.
10595 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
10596 (set_window_hscroll): New function, containing the old guts of
10597 Fset_window_hscroll. Return the clipped value.
10598 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
10599 This avoids the need to check against PTRDIFF_MAX.
10600
10601 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
10602
10603 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
10604
10605 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
10606
10607 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
10608
10609 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
10610 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
10611 since GCC 4.4.6 issues a bogus warning for them.
10612
10613 Fix bugs in file timestamp newness comparisons.
10614 * fileio.c (Ffile_newer_than_file_p):
10615 * lread.c (Fload): Use full timestamp resolution of files,
10616 not just the 1-second resolution, so that files that are only
10617 slightly newer still count as newer.
10618 * fileio.c (Ffile_newer_than_file_p): Don't assume file
10619 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
10620
10621 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
10622
10623 * fileio.c: Improve handling of file time marker. (Bug#11852)
10624 (special_mtime): New function.
10625 (Finsert_file_contents, Fverify_visited_file_modtime):
10626 Use it to set special mtime values consistently.
10627
10628 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10629
10630 * fileio.c (Finsert_file_contents): Properly handle st_mtime
10631 marker for non-existing file. (Bug#11852)
10632
10633 2012-07-03 Glenn Morris <rgm@gnu.org>
10634
10635 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
10636 and did not make it into globals.h).
10637
10638 2012-07-03 Tom Tromey <tromey@redhat.com>
10639
10640 * window.c (Fset_window_margins, Fset_window_fringes)
10641 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
10642 * textprop.c (Fprevious_property_change): No longer static.
10643 * syntax.c (Fsyntax_table_p): No longer static.
10644 * process.c (Fget_process, Fprocess_datagram_address): No longer
10645 static.
10646 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
10647 * keyboard.c (Fcommand_execute): No longer static.
10648 Remove EXFUN.
10649 * insdel.c (Fcombine_after_change_execute): No longer static.
10650 * image.c (Finit_image_library): No longer static.
10651 * fileio.c (Fmake_symbolic_link): No longer static.
10652 * eval.c (Ffetch_bytecode): No longer static.
10653 * editfns.c (Fuser_full_name): No longer static.
10654 * doc.c (Fdocumentation_property, Fsnarf_documentation):
10655 No longer static.
10656 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
10657 static.
10658 * dired.c (Ffile_attributes): No longer static.
10659 * composite.c (Fcomposition_get_gstring): No longer static.
10660 * callproc.c (Fgetenv_internal): No longer static.
10661
10662 * ccl.h: Remove EXFUNs.
10663 * buffer.h: Remove EXFUNs.
10664 * dispextern.h: Remove EXFUNs.
10665 * intervals.h: Remove EXFUNs.
10666 * fontset.h: Remove EXFUN.
10667 * font.h: Remove EXFUNs.
10668 * dosfns.c (system_process_attributes): Remove EXFUN.
10669 * keymap.h: Remove EXFUNs.
10670 * lisp.h: Remove EXFUNs.
10671 * w32term.h: Remove EXFUNs.
10672 * window.h: Remove EXFUNs.
10673 * xsettings.h: Remove EXFUN.
10674 * xterm.h: Remove EXFUN.
10675
10676 2012-07-03 Glenn Morris <rgm@gnu.org>
10677
10678 * lisp.h (Frandom): Make it visible to C.
10679 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
10680 buffer for invisible buffers. (Bug#1229)
10681
10682 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
10683
10684 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
10685 values which aren't power of 2.
10686 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
10687 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
10688 accordingly.
10689
10690 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
10693
10694 * alloc.c (mark_object): Revert part of last patch to use `switch'.
10695
10696 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
10697
10698 * alloc.c (allocate_vector_block): Remove redundant
10699 calls to mallopt if DOUG_LEA_MALLOC is defined.
10700 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
10701 avoid calls to mallopt if zero_vector is returned.
10702
10703 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
10704
10705 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
10706 is enabled, avoid dereferencing NULL current_sblock if
10707 running undumped.
10708
10709 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
10710
10711 Cleanup basic buffer management.
10712 * buffer.h (struct buffer): Change layout to use generic vector
10713 marking code. Fix some comments. Change type of 'clip_changed'
10714 to bitfield. Remove unused #ifndef old.
10715 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
10716 (GET_OVERLAYS_AT): Fix indentation.
10717 (for_each_per_buffer_object_at): New macro.
10718 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
10719 (Fbuffer_local_variables): Use it.
10720 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
10721 * alloc.c (allocate_buffer): Adjust to match new layout of
10722 struct buffer. Fix comment.
10723 (mark_overlay): New function.
10724 (mark_buffer): Use it. Use mark_vectorlike to mark normal
10725 Lisp area of struct buffer.
10726 (mark_object): Use it. Adjust marking of misc objects
10727 and related comments.
10728
10729 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10730
10731 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
10732 wrapper that is not needed because the wrapped code is a no-op (zero
10733 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
10734 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
10735
10736 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
10737
10738 * alloc.c (mark_buffer): Simplify. Remove prototype.
10739 (mark_object): Add comment. Reorganize marking of vector-like
10740 objects. Use CHECK_LIVE for all vector-like objects except buffers
10741 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
10742 Avoid redundant calls to mark_vectorlike for bool vectors.
10743
10744 2012-06-30 Glenn Morris <rgm@gnu.org>
10745
10746 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
10747
10748 * epaths.in (PATH_SITELOADSEARCH): New.
10749 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
10750 This is rather than relying on --enable-locallisppath elements
10751 having "site-lisp" in their names. (Bug#10208#25, 11658)
10752
10753 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10754
10755 * w32proc.c (sys_select): Accept and ignore one more argument.
10756
10757 * w32.c (emacs_gnutls_pull): Call select with one more argument.
10758
10759 * sysselect.h [DOS_NT]: Don't include sys/select.h.
10760 (pselect) [!MS_DOS]: Redirect to sys_select.
10761
10762 * sysdep.c: Don't include dos.h and dosfns.h.
10763
10764 * process.c (sys_select):
10765 * msdos.c (sys_select): Accept one more argument and ignore it.
10766
10767 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
10768 adapt data types and code to that.
10769
10770 * dosfns.c:
10771 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
10772 which clashes with the gnulib function of the same name.
10773
10774 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
10775
10776 * font.c (font_style_to_value, font_style_symbolic)
10777 (font_prop_validate_style): Add type checks for values in
10778 font_style_table.
10779
10780 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
10781 argument.
10782 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
10783 uses.
10784
10785 2012-06-29 Eli Zaretskii <eliz@gnu.org>
10786
10787 * xdisp.c (try_window_id): Undo last change.
10788
10789 * w32.c (getwd): Adjust commentary about startup_dir.
10790 (init_environment): Always call sys_access, even in non-MSVC
10791 builds. Don't chdir to the directory of the Emacs executable.
10792 This undoes code from 1997 which was justified by the need to
10793 "avoid conflicts when removing and renaming directories". But its
10794 downside was that every relative file name was being interpreted
10795 relative to the directory of the Emacs executable, which can never
10796 be TRT. In particular, it broke sys_access when called with
10797 relative file names.
10798 (sys_access): Map GetLastError to errno.
10799
10800 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10801
10802 * window.h (struct window): Change type of 'fringes_outside_margins'
10803 to bitfield. Fix comment. Adjust users accordingly.
10804 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
10805 Adjust comment.
10806 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
10807 to ptrdiff_t.
10808
10809 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10810
10811 * gnutls.c (emacs_gnutls_handshake):
10812 Add QUIT to make the loop interruptible.
10813
10814 2012-06-29 Glenn Morris <rgm@gnu.org>
10815
10816 * charset.c (init_charset): Make lack of etc/charsets fatal.
10817
10818 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10819
10820 * editfns.c (region_limit): Fix type mismatch.
10821
10822 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10823
10824 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
10825 undefined. Convert from xassert to eassert.
10826 * nsmenu.m: Convert from xassert to eassert.
10827 * nsterm.m: Likewise.
10828
10829 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * editfns.c (region_limit): Clip to narrowing (bug#11770).
10832
10833 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
10834
10835 Avoid integer overflow on scroll-left and scroll-right.
10836 * window.c (HSCROLL_MAX): New macro.
10837 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
10838 overflow when requested scroll falls outside ptrdiff_t range.
10839
10840 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
10841
10842 * window.h (struct window): Change type of 'hscroll',
10843 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
10844 'last_modified' and 'last_overlay_modified' to EMACS_INT.
10845 Adjust users accordingly.
10846 * xdisp.c (try_cursor_movement): Replace type check with eassert.
10847 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
10848 from EMACS_INT to ptrdiff_t.
10849 (make_window): Omit redundant initialization.
10850
10851 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10852
10853 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
10854
10855 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
10856
10857 * window.h (struct window): Change type of 'use_time' and
10858 'sequence_number' from Lisp_Object to int.
10859 * frame.c (make_frame): Adjust users accordingly.
10860 * print.c (print_object): Likewise.
10861 * window.c (select_window, Fwindow_use_time, make_parent_window)
10862 (make_window): Likewise.
10863
10864 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
10865
10866 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
10867 enabled with --enable-checking=[all,glyphs] configure option.
10868 Fix GLYPH_DEBUG usage assuming that it may be undefined,
10869 adjust comments accordingly.
10870 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
10871 undefined, adjust comments accordingly.
10872 * image.c: Likewise.
10873 * scroll.c: Likewise.
10874 * w32fns.c: Likewise.
10875 * w32term.c: Likewise.
10876 * xdisp.c: Likewise.
10877 * xfaces.c: Likewise.
10878 * xfns.c: Likewise.
10879 * xterm.c: Likewise.
10880
10881 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
10882
10883 Generalize run-time debugging checks.
10884 * dispextern.h (XASSERTS): Remove.
10885 * fontset.c (xassert): Remove.
10886 Convert from xassert to eassert.
10887 * alloc.c: Convert from xassert to eassert.
10888 * bidi.c: Likewise.
10889 * dispnew.c: Likewise.
10890 * fns.c: Likewise.
10891 * fringe.c: Likewise.
10892 * ftfont.c: Likewise.
10893 * gtkutil.c: Likewise.
10894 * image.c: Likewise.
10895 * keyboard.c: Likewise.
10896 * menu.c: Likewise.
10897 * process.c: Likewise.
10898 * scroll.c: Likewise.
10899 * sound.c: Likewise.
10900 * term.c: Likewise.
10901 * w32console.c: Likewise.
10902 * w32fns.c: Likewise.
10903 * w32term.c: Likewise.
10904 * window.c: Likewise.
10905 * xdisp.c: Likewise.
10906 * xfaces.c: Likewise.
10907 * xfns.c: Likewise.
10908 * xselect.c: Likewise.
10909 * xterm.c: Likewise.
10910
10911 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * fns.c (maybe_resize_hash_table): Output message when growing the
10914 purify-hashtable.
10915
10916 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
10917
10918 * alloc.c (allocate_string_data): Remove dead code.
10919 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
10920 avoid GCC warning about unused macro.
10921
10922 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
10923
10924 * alloc.c (allocate_string): Omit intervals initialization.
10925 * alloc.c (make_uninit_multibyte_string): Initialize intervals
10926 as in make_pure_string and make_pure_c_string.
10927
10928 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
10929
10930 * alloc.c (allocate_string): Fix last change.
10931
10932 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
10933
10934 * alloc.c (allocate_string): Remove two redundant calls
10935 to memset, add explicit initialization where appropriate.
10936
10937 2012-06-27 Glenn Morris <rgm@gnu.org>
10938
10939 * lisp.mk (lisp): Remove paths.elc.
10940
10941 2012-06-27 Chong Yidong <cyd@gnu.org>
10942
10943 * doc.c (Fsubstitute_command_keys): Fix punctuation.
10944
10945 2012-06-26 John Wiegley <johnw@newartisans.com>
10946
10947 * unexmacosx.c (copy_data_segment): Add two section names used
10948 on Mac OS X Lion: __mod_init_func and __mod_term_func.
10949
10950 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
10951 when building with Clang.
10952
10953 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * eval.c (Fapply): Allow calling it with a single argument.
10956
10957 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10958
10959 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
10960 _stricmp and _strnicmp.
10961 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
10962
10963 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
10964
10965 * alloc.c (allocate_window): Zero out non-Lisp part of newly
10966 allocated window.
10967 (allocate_process): Likewise for new process.
10968 (allocate_terminal): Change to use offsetof.
10969 (allocate_frame): Likewise.
10970 * frame.c (make_frame): Omit redundant initialization.
10971 * window.c (make_parent_window): Use memset.
10972 (make_window): Omit redundant initialization.
10973 * process.c (make_process): Omit redundant initialization.
10974 * terminal.c (create_terminal): Likewise.
10975
10976 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
10977
10978 * term.c (delete_tty): Remove redundant call to memset.
10979
10980 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
10981
10982 * alloc.c: Remove build_string.
10983 * lisp.h: Define build_string as static inline. This provides
10984 a better opportunity to optimize away calls to strlen when the
10985 function is called with compile-time constant argument.
10986 * image.c (imagemagick_error): Convert to build_string.
10987 * w32proc.c (sys_spawnve): Likewise.
10988 * xterm.c (x_term_init): Likewise.
10989
10990 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
10991
10992 Use sprintf return value instead of invoking strlen on result.
10993 In the old days this wasn't portable, since some sprintf
10994 implementations returned char *. But they died out years ago and
10995 Emacs already assumes sprintf returns int.
10996 Similarly for float_to_string.
10997 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
10998 * ccl.c (ccl_driver):
10999 * character.c (string_escape_byte8):
11000 * data.c (Fnumber_to_string):
11001 * doprnt.c (doprnt):
11002 * print.c (print_object):
11003 * xdisp.c (message_dolog):
11004 * xfns.c (syms_of_xfns):
11005 Use sprintf or float_to_string result to avoid need to call strlen.
11006 * data.c (Fnumber_to_string):
11007 Use make_unibyte_string, since the string must be ASCII.
11008 * lisp.h, print.c (float_to_string): Now returns int length.
11009 * term.c (produce_glyphless_glyph):
11010 Use sprintf result rather than recomputing it.
11011
11012 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
11013 * Makefile.in (ALL_CFLAGS):
11014 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
11015 * gmalloc.c, regex.c: Include <config.h> unconditionally.
11016
11017 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
11018
11019 * dispextern.h (xstrcasecmp): Define to library function
11020 strcasecmp if available.
11021 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
11022
11023 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
11024
11025 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
11026 Avoid comma operator.
11027 * menu.c (push_submenu_start, push_submenu_end)
11028 (push_left_right_boundary, push_menu_pane): Likewise.
11029 * msdos.c (dos_rawgetc): Likewise.
11030
11031 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
11032
11033 * xfns.c (xic_create_fontsetname): Remove redundant calls
11034 to memset.
11035
11036 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
11037
11038 * gtkutil.c (get_utf8_string): Remove redundant assignment.
11039 sprintf already null-terminates its output.
11040
11041 * xfns.c (x_window): Remove redundant cast.
11042
11043 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
11044
11045 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
11046 `const char *' to `char *' to avoid compiler warning.
11047
11048 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
11049
11050 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
11051 instead of truncating it to 63 (admittedly a generous limit).
11052
11053 * process.c: Fix spelling and caps in comments.
11054
11055 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
11056
11057 * emacs.c (setpgrp): Remove definition, unused.
11058 * sysdep.c (setpgrp): Remove definition, not used in this file.
11059
11060 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
11061
11062 * makefile.w32-in: Update dependencies.
11063
11064 2012-06-24 Eli Zaretskii <eliz@gnu.org>
11065
11066 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
11067 (SYSTIME_H): Add nt/inc/sys/time.h.
11068
11069 * systime.h [WINDOWSNT]: Include sys/time.h.
11070
11071 * s/ms-w32.h (struct timespec): Definition moved from
11072 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11073
11074 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
11075
11076 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
11077 * buffer.h (buffer_slot_type_mismatch):
11078 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
11079 * eval.c (unwind_to_catch):
11080 * image.c (my_png_error, my_error_exit):
11081 * keyboard.c (quit_throw_to_read_char, user_error)
11082 (Fexit_recursive_edit, Fabort_recursive_edit):
11083 * lisp.h (die, args_out_of_range, args_out_of_range_3)
11084 (wrong_type_argument, buffer_overflow, __executable_start)
11085 (memory_full, buffer_memory_full, string_overflow, Fthrow)
11086 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
11087 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
11088 (fatal):
11089 (child_setup) [!DOS_NT]:
11090 * lread.c (end_of_file_error, invalid_syntax):
11091 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
11092 * puresize.h (pure_write_error):
11093 * search.c (matcher_overflow):
11094 * sound.c (sound_perror, alsa_sound_perror):
11095 * sysdep.c, syssignal.h (croak):
11096 * term.c (maybe_fatal, vfatal):
11097 * textprop.c (text_read_only):
11098 * undo.c (user_error):
11099 * unexmacosx.c (unexec_error):
11100 * xterm.c (x_ins_del_lines, x_delete_glyphs):
11101 Use _Noreturn rather than NO_RETURN.
11102 No need for separate decl merely because of _Noreturn.
11103 * sound.c (sound_warning, parse_sound):
11104 Remove unnecessary forward decls.
11105
11106 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
11107
11108 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
11109 * lisp.h (WAIT_READING_MAX): New macro.
11110 * dispnew.c (Fsleep_for, sit_for):
11111 * keyboard.c (kbd_buffer_get_event):
11112 * process.c (Faccept_process_output):
11113 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
11114 This improves on the previous patch, which introduced a bug
11115 when time_t is unsigned and as wide as intmax_t.
11116 See <http://bugs.gnu.org/9000#51>.
11117
11118 2012-06-23 Eli Zaretskii <eliz@gnu.org>
11119
11120 * dispnew.c (sit_for, Fsleep_for):
11121 * keyboard.c (kbd_buffer_get_event):
11122 * process.c (Faccept_process_output): Avoid compiler warnings when
11123 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
11124
11125 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11126
11127 * makefile.w32-in: Update dependencies.
11128
11129 * w32.c (ltime): Add return type and declare static.
11130 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
11131
11132 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
11133
11134 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
11135 Privately reported by Herbert J. Skuhra.
11136 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
11137 All uses changed.
11138 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
11139 not make_lisp_timeval, when the argument is of type EMACS_TIME.
11140
11141 2012-06-23 Eli Zaretskii <eliz@gnu.org>
11142
11143 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
11144 last argument of make_unibyte_string.
11145
11146 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
11147 language ID in the event parameters.
11148
11149 * w32term.c (w32_read_socket): Put the new keyboard codepage into
11150 event.code, not the obscure "character set ID".
11151
11152 2012-06-23 Chong Yidong <cyd@gnu.org>
11153
11154 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
11155
11156 2012-06-23 Eli Zaretskii <eliz@gnu.org>
11157
11158 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
11159 * w32.c (fdutimens): New function.
11160
11161 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
11162
11163 * s/ms-w32.h (pselect): Redirect to sys_select.
11164
11165 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
11166
11167 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
11168 in the logic of incrementing and decrementing the value of
11169 use_relocatable_buffers.
11170
11171 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
11172
11173 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
11174 Privately reported by Herbert J. Skuhra.
11175 [__FreeBSD__]: Remove "*/" typo after "#include".
11176 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
11177 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
11178 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
11179 Don't assume EMACS_TIME and struct timeval are the same type.
11180
11181 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11182
11183 Support higher-resolution time stamps (Bug#9000).
11184 The time stamps are only nanosecond-resolution at the C level,
11185 since that's the best that any real-world system supports now.
11186 But they are picosecond-resolution at the Lisp level, as that's
11187 easy, and leaves room for future OS improvements.
11188
11189 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
11190 (LIBES): Use it.
11191
11192 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
11193 Don't get current time unless it's needed.
11194
11195 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
11196 now provides it if it's absent.
11197 (start_atimer): Port to higher-res time stamps.
11198 Check for time stamp overflow. Don't get current time more
11199 often than is needed.
11200
11201 * buffer.h (struct buffer): Buffer modtime now has high resolution.
11202 Include systime.h, not time.h.
11203 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
11204
11205 * dired.c: Include stat-time.h.
11206 (Ffile-attributes): File times now have higher resolution.
11207
11208 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
11209 (struct image): Timestamp now has higher resolution.
11210
11211 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
11212 has at least microseconds now. All uses removed.
11213 (update_frame, update_single_window, update_window, update_frame_1)
11214 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
11215 (duration_to_sec_usec): Remove; no longer needed.
11216
11217 * editfns.c (time_overflow): Now extern.
11218 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
11219 (float-time, Fformat_time_string, Fcurrent_time_string)
11220 (Fcurrent_time_zone): Accept and generate higher-resolution
11221 time stamps.
11222 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
11223 (decode_time_components, lisp_seconds_argument): New functions.
11224 (make_time): Now static.
11225 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
11226 Report an error if the time is invalid, rather than having the caller
11227 do that.
11228
11229 * fileio.c: Include <stat-time.h>
11230 (Fcopy_file): Copy higher-resolution time stamps.
11231 Prefer to set the time stamp via a file descriptor if that works.
11232 (Fset_file_times, Finsert_file_contents, Fwrite_region)
11233 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
11234 (Fvisited_file_modtime, Fset_visited_file_modtime):
11235 Support higher-resolution time stamps.
11236
11237 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
11238
11239 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
11240
11241 * image.c (prepare_image_for_display, clear_image_cache)
11242 (lookup_image): Port to higer-resolution time stamps.
11243
11244 * keyboard.c (start_polling, bind_polling_period):
11245 Check for time stamp overflow.
11246 (read_char, kbd_buffer_get_event, timer_start_idle)
11247 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
11248 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
11249 Port to higher-resolution time stamps. Do not assume time_t is signed.
11250 (decode_timer): New function. Timers are now vectors of length 9,
11251 not 8, to accommodate the picosecond component.
11252 (timer_check_2): Use it.
11253
11254 * nsterm.m (select_timeout, timeval_subtract): Remove.
11255 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
11256 as they're a bit more accurate and handle overflow better.
11257 (ns_select): Change prototype to be compatible with pselect.
11258 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
11259 * nsterm.h (ns_select): Adjust prototype.
11260
11261 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
11262 us-resolution time stamps.
11263 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
11264
11265 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
11266
11267 * lisp.h (time_overflow): New decl.
11268 (wait_reading_process_output): First arg is now intmax_t, not int,
11269 to accommodate larger waits.
11270
11271 * process.h (struct Lisp_Process.read_output_delay):
11272 Now counts nanoseconds, not microseconds.
11273 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
11274 EMACS_HAS_USECS.
11275 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
11276 (wait_reading_process_output):
11277 Port to ns-resolution time stamps.
11278 (Faccept_process_output, wait_reading_process_output):
11279 Check for time stamp overflow. Do not assume time_t is signed.
11280 (select_wrapper): Remove; we now use pselect.
11281 (Fprocess_attributes): Now generates ns-resolution time stamps.
11282
11283 * sysdep.c: Include utimens.h. Don't include utime.h
11284 or worry about struct utimbuf; gnulib does that for us now.
11285 (gettimeofday): Remove; gnulib provides a substitute.
11286 (make_timeval): New function.
11287 (set_file_times): Now sets ns-resolution time stamps.
11288 New arg FD; all uses changed.
11289 (time_from_jiffies, ltime_from_jiffies, get_up_time)
11290 (system_process_attributes):
11291 Now returns ns-resolution time stamp. All uses changed.
11292 Check for time stamp overflow.
11293
11294 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
11295 provides a substitute now.
11296
11297 * systime.h: Include timespec.h rather than sys/time.h and time.h,
11298 since it guarantees struct timespec.
11299 (EMACS_TIME): Now struct timespec, so that we can support
11300 ns-resolution time stamps.
11301 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
11302 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
11303 (EMACS_USECS): Remove.
11304 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
11305 so multiply the arg by 1000 before storing it.
11306 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
11307 New macros.
11308 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
11309 Port to ns-resolution time stamps.
11310 (EMACS_TIME_NEG_P): Remove; replaced by....
11311 (EMACS_TIME_SIGN): New macro.
11312 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
11313 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
11314 (set_file_times, make_time, lisp_time_argument): Adjust signature.
11315 (make_timeval, make_lisp_time, decode_time_components): New decls.
11316 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
11317 that it mishandled time_t overflow. You can't compare by subtracting!
11318 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
11319 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
11320
11321 * term.c: Include <sys/time.h>.
11322 (timeval_to_Time): New function, for proper overflow wraparound.
11323 (term_mouse_position, term_mouse_click): Use it.
11324
11325 * undo.c (record_first_change): Support higher-resolution time stamps
11326 in the undo buffer.
11327 (Fprimitive_undo): Use them when restoring time stamps.
11328
11329 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
11330 (w32_get_internal_run_time):
11331 Port to higher-resolution Emacs time stamps.
11332 (ltime): Now accepts single 64-bit integer, as that's more convenient
11333 for callers.
11334
11335 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
11336
11337 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
11338 for compatibility with pselect. Support ns-resolution time stamps.
11339
11340 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
11341
11342 * xselect.c (wait_for_property_change, x_get_foreign_selection):
11343 Check for time stamp overflow, and support ns-resolution time stamps.
11344
11345 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
11346 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
11347 (timeval_subtract): Remove; no longer needed.
11348 (XTflash, XTring_bell, x_wait_for_event):
11349 Port to ns-resolution time stamps. Don't assume time_t is signed.
11350
11351 2012-06-22 Chong Yidong <cyd@gnu.org>
11352
11353 * xdisp.c (x_consider_frame_title): Revert last change.
11354
11355 2012-06-22 Eli Zaretskii <eliz@gnu.org>
11356
11357 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
11358 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
11359 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
11360 staticidx goes up to 1597 out of 1600 = 0x640.)
11361
11362 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
11363
11364 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
11365 Otherwise, the umask might be mistakenly 0 while handling input signals.
11366
11367 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
11370
11371 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
11372
11373 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
11374 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
11375 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
11376 access to `contents' member of Lisp_Vector objects with AREF and ASET
11377 where appropriate.
11378
11379 2012-06-19 Chong Yidong <cyd@gnu.org>
11380
11381 * frame.c (delete_frame): When selecting a frame on a different
11382 text terminal, do not alter the terminal's top-frame.
11383
11384 * xdisp.c (format_mode_line_unwind_data): Record the target
11385 frame's selected window and its terminal's top-frame.
11386 (unwind_format_mode_line): Restore them.
11387 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
11388 Callers changed.
11389 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
11390 since tty frames can be explicitly named.
11391 (prepare_menu_bars): Likewise.
11392
11393 * term.c (Ftty_top_frame): New function.
11394
11395 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
11396
11397 Port byte-code-meter to modern targets.
11398 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
11399 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
11400 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
11401 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
11402 (METER_1, METER_2): Simplify.
11403
11404 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11405
11406 * data.c (Fdefalias): Return `symbol' (bug#11686).
11407
11408 2012-06-18 Martin Rudalics <rudalics@gmx.at>
11409
11410 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
11411 gets killed during executing of this function (Bug#11665).
11412 Try to always return Qt when the buffer has been actually killed.
11413 (Vkill_buffer_query_functions): In doc-string say that functions
11414 run by this hook should not change the current buffer.
11415
11416 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
11417
11418 Fix recently-introduced process.c problems found by static checking.
11419 * process.c (write_queue_push, write_queue_pop, send_process):
11420 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
11421 (write_queue_pop): Fix pointer signedness problem.
11422 (send_process): Remove unused local.
11423
11424 2012-06-17 Chong Yidong <cyd@gnu.org>
11425
11426 * xdisp.c (redisplay_internal): No need to redisplay terminal
11427 frames that are not on top.
11428
11429 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
11430
11431 * process.c (make_process): Initialize write_queue.
11432 (write_queue_push, write_queue_pop): New functions.
11433 (send_process): Use them to maintain correct ordering of process
11434 writes (Bug#10815).
11435
11436 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11437
11438 * lisp.h (eassert): Assume C89 or later.
11439 This removes the need for CHECK.
11440 (CHECK): Remove. Its comments about always evaluating its
11441 argument were confusing, as 'eassert' typically does not evaluate
11442 its argument.
11443
11444 * coding.c (produce_chars): Use ptrdiff_t, not int.
11445
11446 * xterm.c (x_draw_underwave): Check for integer overflow.
11447 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
11448
11449 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
11450
11451 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
11452 referenced (Bug#11583).
11453
11454 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11455
11456 Implement wave-style variant of underlining.
11457 * dispextern.h (face_underline_type): New enum.
11458 (face): Add field for underline type.
11459 * nsterm.m (ns_draw_underwave): New function.
11460 (ns_draw_text_decoration): Use it.
11461 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
11462 New functions.
11463 (x_draw_glyph_string): Use them.
11464 * xfaces.c (Qline, Qwave): New Lisp objects.
11465 (check_lface_attrs, merge_face_ref)
11466 (Finternal_set_lisp_face_attribute, realize_x_face):
11467 Handle wave-style underline face attributes.
11468 * xterm.c (x_draw_underwave): New function.
11469 (x_draw_glyph_string): Use it.
11470
11471 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
11472
11473 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
11474 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
11475 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
11476 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
11477 ($(BLD)/w32select.$(O)): Update dependencies.
11478
11479 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
11480
11481 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
11482 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
11483 * character.c (_fetch_multibyte_char_p): Remove.
11484 * alloc.c: Include "character.h" before "buffer.h".
11485 * bidi.c: Likewise.
11486 * buffer.c: Likewise.
11487 * bytecode.c: Likewise.
11488 * callint.c: Likewise.
11489 * callproc.c: Likewise.
11490 * casefiddle.c: Likewise.
11491 * casetab.c: Likewise.
11492 * category.c: Likewise.
11493 * cmds.c: Likewise.
11494 * coding.c: Likewise.
11495 * composite.c: Likewise.
11496 * dired.c: Likewise.
11497 * dispnew.c: Likewise.
11498 * doc.c: Likewise.
11499 * dosfns.c: Likewise.
11500 * editfns.c: Likewise.
11501 * emacs.c: Likewise.
11502 * fileio.c: Likewise.
11503 * filelock.c: Likewise.
11504 * font.c: Likewise.
11505 * fontset.c: Likewise.
11506 * fringe.c: Likewise.
11507 * indent.c: Likewise.
11508 * insdel.c: Likewise.
11509 * intervals.c: Likewise.
11510 * keyboard.c: Likewise.
11511 * keymap.c: Likewise.
11512 * lread.c: Likewise.
11513 * macros.c: Likewise.
11514 * marker.c: Likewise.
11515 * minibuf.c: Likewise.
11516 * nsfns.m: Likewise.
11517 * nsmenu.m: Likewise.
11518 * print.c: Likewise.
11519 * process.c: Likewise.
11520 * regex.c: Likewise.
11521 * region-cache.c: Likewise.
11522 * search.c: Likewise.
11523 * syntax.c: Likewise.
11524 * term.c: Likewise.
11525 * textprop.c: Likewise.
11526 * undo.c: Likewise.
11527 * unexsol.c: Likewise.
11528 * w16select.c: Likewise.
11529 * w32fns.c: Likewise.
11530 * w32menu.c: Likewise.
11531 * window.c: Likewise.
11532 * xdisp.c: Likewise.
11533 * xfns.c: Likewise.
11534 * xmenu.c: Likewise.
11535 * xml.c: Likewise.
11536 * xselect.c: Likewise.
11537
11538 2012-06-16 Eli Zaretskii <eliz@gnu.org>
11539
11540 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
11541 If all the glyphs of the glyph row came from strings, and we have no
11542 cursor positioning clues, put the cursor on the first glyph of the
11543 row.
11544 (handle_face_prop): Use chunk-relative overlay string index when
11545 indexing into it->string_overlays array. (Bug#11653)
11546 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
11547 the rightmost. (Bug#11720)
11548
11549 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
11550
11551 * category.h (CHAR_HAS_CATEGORY): Define as inline.
11552 (CATEGORY_MEMBER): Enforce 1/0 value.
11553 * category.c (_temp_category_set): Remove.
11554
11555 2012-06-16 Eli Zaretskii <eliz@gnu.org>
11556
11557 * window.c (Fdelete_other_windows_internal)
11558 (Fdelete_window_internal): Don't access frame's mouse highlight
11559 info of the initial frame. (Bug#11677)
11560
11561 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
11562
11563 * .gdbinit (xgetint): Fix recently-introduced paren typo.
11564 Assume USE_2_TAGS_FOR_INTS.
11565 (xreload): Adjust $tagmask width to match recent lisp.h change.
11566
11567 Simplify lisp.h in minor ways that should not affect code.
11568 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
11569 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
11570 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
11571 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
11572 (INTTYPEBITS): New macro, for clarity.
11573 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
11574 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
11575 Simplify now that USE_LSB_TAG is always defined.
11576 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
11577 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
11578
11579 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11580
11581 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
11582
11583 2012-06-13 Glenn Morris <rgm@gnu.org>
11584
11585 * s/bsd-common.h (BSD4_3):
11586 * s/usg5-4-common.h (USG5_4): No longer define; unused.
11587
11588 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
11589
11590 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
11591 instead of union.
11592 (XLI, XIL): Define.
11593 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
11594 Use them.
11595 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
11596 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
11597 * alloc.c (widen_to_Lisp_Object): Remove.
11598 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
11599 * frame.c (delete_frame): Remove outdated comment.
11600 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
11601 USE_LISP_UNION_TYPE.
11602 (Fw32_unregister_hot_key): Likewise.
11603 (Fw32_toggle_lock_key): Likewise.
11604 * w32menu.c (add_menu_item): Likewise.
11605 (w32_menu_display_help): Use XIL instead of checking
11606 USE_LISP_UNION_TYPE.
11607 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
11608 (init_heap): Likewise.
11609 * w32term.c (w32_read_socket): Update comment.
11610
11611 2012-06-13 Glenn Morris <rgm@gnu.org>
11612
11613 * s/usg5-4-common.h, src/s/unixware.h:
11614 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
11615
11616 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
11617
11618 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
11619
11620 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
11621 * alloc.c (make_number) [!defined make_number]:
11622 Remove, as lisp.h always defines this now.
11623 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
11624 (roundup_size): Verify that it is a power of 2.
11625 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
11626 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
11627 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
11628 -DUSE_LSB_TAG=0, to override the automatically-selected default.
11629 USE_LSB_TAG now is always defined to be either 0 or 1.
11630 All uses changed.
11631 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
11632 code works fine either way, and efficiency is not a concern here,
11633 as the union type is for debugging, not for production.
11634 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
11635 Use an inline function on all platforms when using the union type,
11636 since this is simpler and 'static inline' can be used portably
11637 within Emacs now.
11638 (LISP_INITIALLY_ZERO): New macro.
11639 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
11640 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
11641
11642 2012-06-12 Glenn Morris <rgm@gnu.org>
11643
11644 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
11645
11646 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
11647
11648 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
11649 Move BROKEN_SIGIO to configure.
11650
11651 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
11652 Move NO_TERMIO to configure.
11653
11654 2012-06-12 Chong Yidong <cyd@gnu.org>
11655
11656 * image.c (imagemagick_load_image): Use MagickFlattenImage if
11657 MagickMergeImageLayers is undefined. Use pixel pusher loop if
11658 MagickExportImagePixels is undefined.
11659
11660 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
11661
11662 * image.c (imagemagick_load_image): Remove unused label.
11663
11664 2012-06-11 Glenn Morris <rgm@gnu.org>
11665
11666 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
11667 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
11668 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
11669 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
11670
11671 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * alloc.c (make_byte_code): New function.
11674 (Fmake_byte_code): Use it. Don't purify here.
11675 * lread.c (read1): Use it as well to avoid extra allocation.
11676
11677 2012-06-11 Chong Yidong <cyd@gnu.org>
11678
11679 * image.c (imagemagick_load_image): Implement transparency.
11680
11681 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
11682
11683 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
11684 account for preceding backslashes. (Bug#11663)
11685
11686 2012-06-09 Chong Yidong <cyd@gnu.org>
11687
11688 * term.c: Support italics in capable terminals (Bug#9652).
11689 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
11690 (turn_on_face): Output using TS_enter_italic_mode if available.
11691 Don't handle unused blinking and alt-charset cases.
11692 (turn_off_face): Handle italic case; discard unused tty_blinking_p
11693 and tty_alt_charset_p cases.
11694 (tty_capable_p, init_tty): Support italics.
11695
11696 * termchar.h (struct tty_display_info): Add field for italics.
11697 Remove unused blink field.
11698
11699 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
11700 Handle slant.
11701
11702 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
11703 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
11704 tty_alt_charset_p. Add tty_italic_p.
11705
11706 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
11707
11708 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
11709 dbus_type_is_basic if available.
11710 (xd_extract_signed, xd_extract_unsigned): Rename from
11711 extract_signed and extract_unsigned, respectively. Adapt callers.
11712
11713 2012-06-09 Chong Yidong <cyd@gnu.org>
11714
11715 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
11716
11717 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
11718 case (Bug#9752).
11719
11720 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
11721
11722 * xdisp.c (vmessage): Treat frame message as multibyte.
11723 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
11724 would generate the diagnostic "Making \302\247 buffer-local while
11725 let-bound!".
11726
11727 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11728
11729 * dispnew.c (showing_window_margins_p): Undo last change, which
11730 was done due to an inadvertent commit.
11731 (adjust_frame_glyphs_for_frame_redisplay): Do call
11732 showing_window_margins_p.
11733
11734 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * eval.c (Fmake_var_non_special): New primitive.
11737 (syms_of_eval): Defsubr it.
11738 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
11739
11740 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11741
11742 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
11743 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
11744
11745 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11746
11747 * alloc.c (allocate_vectorlike): Fix last change.
11748
11749 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
11750
11751 Block-based vector allocation of small vectors.
11752 * lisp.h (struct vectorlike_header): New field `nbytes',
11753 adjust comment accordingly.
11754 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
11755 to denote vector blocks. Adjust users (live_vector_p,
11756 mark_maybe_pointer, valid_lisp_object_p) accordingly.
11757 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
11758 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
11759 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
11760 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
11761 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
11762 (roundup_size): New constant.
11763 (struct vector_block): New data type.
11764 (vector_blocks, vector_free_lists, zero_vector): New variables.
11765 (all_vectors): Rename to `large_vectors'.
11766 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
11767 (sweep_vectors): New functions.
11768 (allocate_vectorlike): Return `zero_vector' as the only vector of
11769 0 items. Allocate new vector from block if vector size is less than
11770 or equal to VBLOCK_BYTES_MAX.
11771 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
11772 (init_alloc_once): Add call to init_vectors.
11773
11774 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
11777
11778 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
11779
11780 * doprnt.c (doprnt): Truncate multibyte char correctly.
11781 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
11782 would mishandle a string argument "Xc" if X was a multibyte
11783 character of length 2: it would truncate after X's first byte
11784 rather than including all of X.
11785
11786 2012-06-06 Chong Yidong <cyd@gnu.org>
11787
11788 * buffer.c (word_wrap): Doc fix.
11789
11790 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
11791
11792 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
11793
11794 2012-06-03 Glenn Morris <rgm@gnu.org>
11795
11796 * xdisp.c (tool-bar-style): Doc fix.
11797
11798 2012-06-03 Ulrich Müller <ulm@gentoo.org>
11799
11800 * Makefile.in (PAXCTL): Define.
11801 (temacs$(EXEEXT)): Disable memory randomization for the temacs
11802 binary via PaX flags if the paxctl utility is available.
11803 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
11804 Restore PaX flags to their default. (Bug#11398)
11805
11806 2012-06-03 Chong Yidong <cyd@gnu.org>
11807
11808 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
11809 buffer (Bug#11226).
11810
11811 2012-06-03 Chong Yidong <cyd@gnu.org>
11812
11813 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
11814 (note_mode_line_or_margin_highlight): If there is no help echo,
11815 use mode-line-default-help-echo. Handle the case where the mouse
11816 position is past the end of the mode line string.
11817
11818 * buffer.c (buffer_local_value_1): New function, split from
11819 Fbuffer_local_value; can return Qunbound.
11820 (Fbuffer_local_value): Use it.
11821 (Vmode_line_format): Docstring tweaks.
11822
11823 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
11824
11825 * sysdep.c (system_process_attributes): Improve comment.
11826
11827 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * keyboard.c: Export real-this-command to Elisp.
11830 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
11831 and DEFVAR it. Update all users.
11832
11833 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
11834
11835 * minibuf.c (Fassoc_string): Remove duplicate declaration.
11836
11837 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
11838 Convert pctcpu and pctmem to Lisp float properly.
11839 Let the compiler fold better, as 100.0/0x8000 is exact.
11840
11841 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
11842
11843 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
11844 cons_block.
11845
11846 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
11847
11848 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
11849
11850 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
11851
11852 For a 'struct window', replace some Lisp_Object fields to
11853 bitfields where appropriate, remove unused fields.
11854 * window.h (struct window): Remove unused 'last_mark_x' and
11855 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
11856 change its type from Lisp_Object to bitfield.
11857 Change type of 'force_start', 'optional_new_start',
11858 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
11859 fields from Lisp_Object to bitfield. Adjust users accordingly.
11860
11861 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
11862
11863 Pacify gcc -Wdouble-precision when using Xaw.
11864 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
11865 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
11866 Use 'float' consistently, rather than 'float' in most places
11867 and 'double' in a couple of places.
11868
11869 2012-05-31 Eli Zaretskii <eliz@gnu.org>
11870
11871 * xdisp.c (handle_stop): Detect whether we have overlay strings
11872 loaded by testing it->current.overlay_string_index to be
11873 non-negative, instead of checking whether n_overlay_strings is
11874 positive. (Bug#11587)
11875
11876 2012-05-31 Chong Yidong <cyd@gnu.org>
11877
11878 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
11879
11880 * doc.c (Fsubstitute_command_keys): Doc fix.
11881
11882 2012-05-31 Eli Zaretskii <eliz@gnu.org>
11883
11884 * search.c (search_buffer): Remove calls to
11885 r_alloc_inhibit_buffer_relocation, as it is now called by
11886 maybe_unify_char, which was the cause of relocation of buffer text
11887 in bug#11519.
11888
11889 2012-05-31 Eli Zaretskii <eliz@gnu.org>
11890
11891 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
11892 for the duration of call to load_charset, to avoid problems with
11893 callers of maybe_unify_char that access buffer text through C
11894 pointers.
11895
11896 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
11897 decrement the inhibition flag, instead of just setting or
11898 resetting it.
11899
11900 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
11901
11902 Remove obsolete '#define static' cruft.
11903 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
11904 This #undef was "temporary" in 2000; it is no longer needed
11905 now that '#define static' has gone away.
11906 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
11907 (gray_bitmap_bits): Remove; no longer needed.
11908 All uses replaced with definiens.
11909 * xterm.c: Include "bitmaps/gray.xbm".
11910
11911 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
11912
11913 Clean up __executable_start, monstartup when --enable-profiling.
11914 The following changes affect the code only when profiling.
11915 * dispnew.c (__executable_start): Rename from safe_bcopy.
11916 Define only on platforms that need it.
11917 * emacs.c: Include <sys/gmon.h> when profiling.
11918 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
11919 (__executable_start): Remove decl, since lisp.h does it now.
11920 (safe_bcopy): Remove decl; no longer has that name.
11921 (main): Coalesce #if into single bit of code, for simplicity.
11922 Cast pointers to uintptr_t, since standard libraries want integers
11923 and not pointers.
11924 * lisp.h (__executable_start): New decl.
11925
11926 2012-05-31 Glenn Morris <rgm@gnu.org>
11927
11928 * image.c (Fimagemagick_types): Doc fix.
11929
11930 2012-05-30 Jim Meyering <meyering@redhat.com>
11931
11932 * callproc.c (Fcall_process_region): Include directory component
11933 in mkstemp error message (Bug#11586).
11934
11935 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
11936
11937 * alloc.c, lisp.h (make_pure_vector): Now static.
11938
11939 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
11942 Move to byte-run.el.
11943 (Fautoload): Do the hash-doc more carefully.
11944 * data.c (Fdefalias): Purify definition, except for keymaps.
11945 (Qdefun): Move from eval.c.
11946 * lisp.h (Qdefun): Remove.
11947 * lread.c (read1): Tiny simplification.
11948
11949 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11950
11951 Do not create empty overlays with the evaporate property (Bug#9642).
11952 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
11953 Bug#9642, but explicitly check that the buffer the overlay would
11954 be moved to is live and rearrange lines to make sure that errors
11955 will not put the overlay in an inconsistent state.
11956 (Fdelete_overlay): Cosmetics.
11957
11958 2012-05-28 Eli Zaretskii <eliz@gnu.org>
11959
11960 * w32term.c (my_bring_window_to_top): New function.
11961 (x_raise_frame): Use handle returned by DeferWindowPos, which
11962 could be different from the original one.
11963 Call my_bring_window_to_top instead of my_set_foreground_window.
11964 (Bug#11513)
11965
11966 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
11967 by calling BringWindowToTop.
11968
11969 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
11970 (WM_EMACS_END): Increase by one.
11971
11972 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
11973
11974 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
11975 This avoids undefined behavior that might cause the eassert
11976 to not catch an out-of-range value.
11977
11978 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
11981 Update dependencies.
11982
11983 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11984
11985 * bidi.c (bidi_mirror_char): Fix last change.
11986
11987 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
11988
11989 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
11990 when referring to sectname field in printf format.
11991
11992 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
11993
11994 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
11995 Only r_alloc_inhibit_buffer_relocation needed to be added;
11996 the others were already declared.
11997
11998 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
11999 before checking whether it's out of range. Put the check inside
12000 eassert. See
12001 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
12002
12003 2012-05-27 Ken Brown <kbrown@cornell.edu>
12004
12005 * callproc.c (Fcall_process): Restore a line that was accidentally
12006 commented out in the 2011-02-13 change (bug#11547).
12007
12008 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12009
12010 * lisp.h [REL_ALLOC]: Add prototypes for external functions
12011 defined on ralloc.c.
12012
12013 * buffer.c [REL_ALLOC]: Remove prototypes of
12014 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
12015 they are now on lisp.h.
12016
12017 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
12018
12019 * search.c (search_buffer): Use it to inhibit relocation of buffer
12020 text while re_search_2 is doing its job, because re_search_2 is
12021 passed C pointers to buffer text. (Bug#11519)
12022
12023 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
12024 Update value to 24.
12025
12026 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
12027 state after an additional call to move_it_in_display_line_to, keep
12028 the values of it->max_ascent and it->max_descent found for the
12029 entire line.
12030 (pos_visible_p): Revert the comparison against bottom_y to what it
12031 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
12032 (Bug#11464)
12033
12034 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
12035
12036 Fix coding-related core dumps with gcc -ftrapv.
12037 The code was computing A - B, where A and B are pointers, and B is
12038 random garbage. This can lead to core dumps on platforms that
12039 have special pointer registers, and it also leads to core dumps on
12040 x86-64 when compiled with gcc -ftrapv. The fix is to compute
12041 A - B only when B is initialized properly.
12042 * coding.c (coding_set_source, coding_set_destination): Return void.
12043 (coding_change_source, coding_change_destinations): New functions,
12044 with the old behaviors of coding_set_source and coding_set_destination.
12045 All callers that need an offset changed to use these new functions.
12046
12047 2012-05-26 Glenn Morris <rgm@gnu.org>
12048
12049 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
12050
12051 2012-05-26 Eli Zaretskii <eliz@gnu.org>
12052
12053 Extend mouse support on W32 text-mode console.
12054 * xdisp.c (draw_row_with_mouse_face):
12055 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
12056
12057 * w32console.c: Include window.h.
12058 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
12059 New functions.
12060 (initialize_w32_display): Initialize mouse-highlight data.
12061
12062 * w32inevt.c: Include termchar.h and window.h.
12063 (do_mouse_event): Support mouse-autoselect-window. When the mouse
12064 moves, call note_mouse_highlight. If help_echo changed, call
12065 gen_help_event to produce help-echo message in the echo area.
12066 Call clear_mouse_face if mouse_face_hidden is set in the mouse
12067 highlight info.
12068
12069 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
12070
12071 * lread.c (read1): Simplify slightly to avoid an overflow warning
12072 with GCC 4.7.0 on x86-64.
12073
12074 2012-05-26 Eli Zaretskii <eliz@gnu.org>
12075
12076 * bidi.c (bidi_mirror_char): Revert last change: an int is
12077 definitely wide enough here.
12078
12079 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
12080
12081 Fix integer width and related bugs (Bug#9874).
12082 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
12083 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
12084 (string_bytes, check_sblock, allocate_string_data):
12085 (compact_small_strings, Fmake_bool_vector, make_string)
12086 (make_unibyte_string, make_multibyte_string)
12087 (make_string_from_bytes, make_specified_string)
12088 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
12089 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
12090 (mark_vectorlike):
12091 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12092 (allocate_pseudovector):
12093 Use int, not EMACS_INT, where int is wide enough.
12094 (inhibit_garbage_collection, Fgarbage_collect):
12095 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12096 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
12097 int might not be wide enough.
12098 (bidi_cache_search, bidi_cache_find, bidi_init_it)
12099 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
12100 (bidi_at_paragraph_end, bidi_find_paragraph_start)
12101 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
12102 (bidi_level_of_next_char, bidi_move_to_visually_next):
12103 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12104 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
12105 (Fkill_buffer, Fset_buffer_major_mode)
12106 (advance_to_char_boundary, Fbuffer_swap_text)
12107 (Fset_buffer_multibyte, overlays_at, overlays_in)
12108 (overlay_touches_p, struct sortvec, record_overlay_string)
12109 (overlay_strings, recenter_overlay_lists)
12110 (adjust_overlays_for_insert, adjust_overlays_for_delete)
12111 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
12112 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
12113 (Foverlay_recenter, last_overlay_modification_hooks_used)
12114 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
12115 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12116 (validate_region): Omit unnecessary test for b <= e,
12117 since that's guaranteed by the previous test.
12118 (adjust_overlays_for_delete): Avoid pos + length overflow.
12119 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
12120 (report_overlay_modification):
12121 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12122 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
12123 Omit pointer cast, which isn't needed anyway, and doesn't work
12124 after the EMACS_INT -> ptrdiff_t change.
12125 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
12126 * buffer.h: Adjust decls to match defn changes elsewhere.
12127 (struct buffer_text, struct buffer):
12128 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12129 Use EMACS_INT, not int, where int might not be wide enough.
12130 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
12131 not int, to avoid needless 32-bit limit on 64-bit hosts.
12132 (exec_byte_code): Use tighter memory-full test, one that checks
12133 for alloca overflow. Don't compute the address of the object just
12134 before an array, as that's not portable. Use EMACS_INT, not
12135 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
12136 * callint.c (Fcall_interactively):
12137 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12138 * callproc.c (call_process_kill, Fcall_process):
12139 Don't assume pid_t fits into an Emacs fixnum.
12140 (call_process_cleanup, Fcall_process, child_setup):
12141 Don't assume pid_t fits into int.
12142 (call_process_cleanup, Fcall_process, delete_temp_file)
12143 (Fcall_process_region):
12144 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12145 (Fcall_process): Simplify handling of volatile integers.
12146 Use int, not EMACS_INT, where int will do.
12147 * casefiddle.c (casify_object, casify_region, operate_on_word)
12148 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
12149 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12150 (casify_object): Avoid integer overflow when overallocating buffer.
12151 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
12152 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
12153 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
12154 * category.h (CATEGORYP): Don't assume arg is nonnegative.
12155 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
12156 integers are now checked earlier. All uses replaced with XINT.
12157 (ccl_driver):
12158 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12159 For CCL_MapSingle, check that content and value are in int range.
12160 (ccl_driver, Fregister_code_conversion_map):
12161 Check that Vcode_version_map_vector is a vector.
12162 (resolve_symbol_ccl_program): Check that vector header is in range.
12163 Always copy the vector, so that we can check its contents reliably
12164 now rather than having to recheck each instruction as it's being
12165 executed. Check that vector words fit in 'int'.
12166 (ccl_get_compiled_code, Fregister_ccl_program)
12167 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
12168 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
12169 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
12170 contents are in range.
12171 (Fccl_execute_on_string): Check that status is in range.
12172 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
12173 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
12174 Accept and return EMACS_INT, not int, because callers can pass values
12175 out of 'int' range.
12176 (c_string_width, strwidth, lisp_string_width, chars_in_text)
12177 (multibyte_chars_in_text, parse_str_as_multibyte)
12178 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
12179 (str_as_unibyte, str_to_unibyte, string_count_byte8)
12180 (string_escape_byte8, Fget_byte):
12181 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12182 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
12183 avoid mishandling large integers.
12184 * character.h: Adjust decls to match defn changes elsewhere.
12185 * charset.c (load_charset_map_from_file, find_charsets_in_text)
12186 (Ffind_charset_region):
12187 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12188 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
12189 (load_charset_map_from_vector, Fdefine_charset_internal):
12190 Don't assume fixnum fits in int.
12191 (load_charset_map_from_vector, Fmap_charset_chars):
12192 Remove now-unnecessary CHECK_NATNUMs.
12193 (Fdefine_charset_internal): Check ranges here, more carefully.
12194 Don't rely on undefined behavior with signed left shift overflow.
12195 Don't assume unsigned int fits into fixnum, or that fixnum fits
12196 into unsigned int. Don't require max_code to be a valid fixnum;
12197 that's not true for gb10830 4-byte on a 32-bit host. Allow
12198 invalid_code to be a cons, for the same reason. Require code_offset
12199 to be a character. Avoid int overflow if max_char is close
12200 to INT_MAX.
12201 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
12202 this is intended anyway and avoids some undefined behavior.
12203 (load_charset_map): Pass unsigned, not int, as 2nd arg of
12204 INDEX_TO_CODE_POINT, as that's what it expects.
12205 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
12206 * charset.h (DECODE_CHAR): Return int, not unsigned;
12207 this is what was intended anyway, and it avoids undefined behavior.
12208 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
12209 integer-overflow issues.
12210 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
12211 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
12212 where the argument is EMACS_INT, and this behavior is not intended.
12213 * chartab.c (Fmake_char_table, Fset_char_table_range)
12214 (uniprop_get_decoder, uniprop_get_encoder):
12215 Don't assume fixnum fits in int.
12216 * cmds.c (move_point): New function, that does the gist of
12217 Fforward_char and Fbackward_char, but does so while checking
12218 for integer overflow more accurately.
12219 (Fforward_char, Fbackward_char): Use it.
12220 (Fforward_line, Fend_of_line, internal_self_insert)
12221 (internal_self_insert):
12222 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12223 Fix a FIXME, by checking for integer overflow when calculating
12224 target_clm and actual_clm.
12225 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
12226 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
12227 (ASSURE_DESTINATION, coding_alloc_by_realloc)
12228 (coding_alloc_by_making_gap, alloc_destination)
12229 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
12230 (encode_coding_utf_16, detect_coding_emacs_mule)
12231 (decode_coding_emacs_mule, encode_coding_emacs_mule)
12232 (detect_coding_iso_2022, decode_coding_iso_2022)
12233 (encode_invocation_designation, encode_designation_at_bol)
12234 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
12235 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
12236 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
12237 (encode_coding_ccl, encode_coding_raw_text)
12238 (detect_coding_charset, decode_coding_charset)
12239 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
12240 (produce_composition, produce_charset, produce_annotation)
12241 (decode_coding, handle_composition_annotation)
12242 (handle_charset_annotation, consume_chars, decode_coding_gap)
12243 (decode_coding_object, encode_coding_object, detect_coding_system)
12244 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
12245 (code_convert_region, code_convert_string)
12246 (Fdefine_coding_system_internal)
12247 (coding_set_source, coding_set_destination):
12248 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12249 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
12250 (Fdefine_coding_system_internal):
12251 Don't assume fixnums fit in int.
12252 (decode_coding_gap, decode_coding_object, encode_coding_object)
12253 (Fread_coding_system, Fdetect_coding_region)
12254 (Funencodable_char_position, Fcheck_coding_systems_region)
12255 (get_translation, handle_composition_annotation, consume_chars):
12256 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12257 (consume_chars): Rewrite to not calculate an address outside buffer.
12258 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
12259 Don't access memory outside of the args array.
12260 (Fdefine_coding_system_internal): Check for charset-id overflow.
12261 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
12262 result of ENCODE_CHAR.
12263 * coding.h: Adjust decls to match defn changes elsewhere.
12264 (struct coding_system):
12265 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12266 * composite.c (get_composition_id, find_composition)
12267 (run_composition_function, update_compositions)
12268 (compose_text, composition_gstring_put_cache)
12269 (composition_gstring_p, composition_gstring_width)
12270 (fill_gstring_header, fill_gstring_body, autocmp_chars)
12271 (composition_compute_stop_pos, composition_reseat_it)
12272 (composition_update_it, struct position_record)
12273 (find_automatic_composition, composition_adjust_point)
12274 (Fcomposition_get_gstring, Ffind_composition_internal):
12275 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12276 (update_compositions):
12277 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12278 * composite.h: Adjust decls to match defn changes elsewhere.
12279 (struct composition):
12280 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12281 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
12282 Do not attempt to compute the address of the object just before a
12283 buffer; this is not portable.
12284 (Faref, Faset):
12285 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12286 (Faset): Use int, not EMACS_INT, where int is wide enough.
12287 (Fstring_to_number): Don't assume fixnums fit in int.
12288 (Frem): Don't assume arg is nonnegative.
12289 * dbusbind.c (xd_append_arg): Check for integers out of range.
12290 (Fdbus_call_method): Don't overflow the timeout int.
12291 (extract_signed, extract_unsigned): New functions.
12292 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
12293 (xd_get_connection_references): Return ptrdiff_t, not int.
12294 All uses changed.
12295 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
12296 (xd_read_message_1):
12297 Use int, not unsigned, where the dbus API uses int.
12298 (Fdbus_message_internal): Don't overflow mtype.
12299 (syms_of_dbusbind): Allocate right-sized buffer for integers.
12300 * dired.c (directory_files_internal, file_name_completion, scmp)
12301 (file_name_completion_stat):
12302 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12303 (file_name_completion): Don't overflow matchcount.
12304 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
12305 * dispextern.h: Adjust decls to match defn changes elsewhere.
12306 (struct text_pos, struct glyph, struct bidi_saved_info)
12307 (struct bidi_string_data, struct bidi_it, struct composition_it)
12308 (struct it):
12309 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12310 (struct display_pos, struct composition_it, struct it):
12311 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12312 * dispnew.c (increment_matrix_positions)
12313 (increment_row_positions, mode_line_string)
12314 (marginal_area_string):
12315 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12316 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
12317 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12318 (duration_to_sec_usec): New function, to check for overflow better.
12319 (Fsleep_for, sit_for): Use it.
12320 * doc.c (get_doc_string, store_function_docstring):
12321 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12322 (get_doc_string, Fsnarf_documentation):
12323 Use int, not EMACS_INT, where int is wide enough.
12324 (get_doc_string):
12325 Use SAFE_ALLOCA, not alloca.
12326 Check for overflow when converting EMACS_INT to off_t.
12327 * doprnt.c (doprnt):
12328 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12329 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
12330 Don't assume uid_t fits into fixnum.
12331 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
12332 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
12333 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
12334 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
12335 (general_insert_function)
12336 (Finsert_char, make_buffer_string, make_buffer_string_both)
12337 (update_buffer_properties, Fbuffer_substring)
12338 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
12339 (Fsubst_char_in_region, check_translation)
12340 (Ftranslate_region_internal, save_restriction_restore, Fformat)
12341 (transpose_markers, Ftranspose_regions):
12342 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12343 (clip_to_bounds): Move to lisp.h as an inline function).
12344 (Fconstrain_to_field): Don't assume integers are nonnegative.
12345 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
12346 (Fsubst_char_in_region, Fsave_restriction):
12347 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12348 (Femacs_pid): Don't assume pid_t fits into fixnum.
12349 (lo_time): Use int, not EMACS_INT, when int suffices.
12350 (lisp_time_argument): Check for usec out of range.
12351 (Fencode_time): Don't assume fixnum fits in int.
12352 (Fuser_login_name, Fuser_full_name): Signal an error
12353 if a uid argument is out of range, rather than relying on
12354 undefined behavior.
12355 (Fformat_time_string): Remove now-unnecessary check.
12356 lisp_time_argument checks for out-of-range usec now.
12357 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
12358 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
12359 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
12360 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
12361 (init_cmdargs, Fdump_emacs):
12362 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12363 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
12364 the bottom (typically) 32 bits of the fixnum.
12365 * eval.c (specpdl_size, call_debugger):
12366 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12367 (when_entered_debugger, Fbacktrace_debug):
12368 Don't assume fixnum can fit in int.
12369 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
12370 the object just before a buffer; this is not portable.
12371 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
12372 (grow_specpdl, unbind_to):
12373 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12374 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
12375 (grow_specpdl): Simplify allocation by using xpalloc.
12376 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
12377 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
12378 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
12379 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12380 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
12381 (a_write, e_write):
12382 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12383 (Fcopy_file, non_regular_nbytes, read_non_regular)
12384 (Finsert_file_contents):
12385 Use int, not EMACS_INT, where int is wide enough.
12386 (READ_BUF_SIZE): Verify that it fits in int.
12387 (Finsert_file_contents): Check that counts are in proper range,
12388 rather than assuming fixnums fit into ptrdiff_t etc.
12389 Don't assume fixnums fit into int.
12390 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
12391 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
12392 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12393 (string_char_to_byte, string_byte_to_char)
12394 (string_make_multibyte, string_to_multibyte)
12395 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
12396 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
12397 (substring_both, Fdelete, internal_equal, Ffillarray)
12398 (Fclear_string, mapcar1)
12399 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
12400 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
12401 (larger_vector, make_hash_table, maybe_resize_hash_table)
12402 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
12403 (Fmaphash, secure_hash):
12404 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12405 (concat): Check for string index and length overflow.
12406 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
12407 (Frequire):
12408 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12409 (larger_vector): New API (vec, incr_min, size_max) replaces old
12410 one (vec, new_size, init). This catches size overflow.
12411 INIT was removed because it was always Qnil.
12412 All callers changed.
12413 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
12414 the upper bound on a hash table index size.
12415 (make_hash_table, maybe_resize_hash_table): Use it.
12416 (secure_hash): Computer start_byte and end_byte only after
12417 they're known to be in ptrdiff_t range.
12418 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
12419 (Ffont_get_glyphs, Ffont_at):
12420 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12421 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
12422 (Flist_fonts, Fopen_font):
12423 Don't assume fixnum can fit in int.
12424 (check_gstring): Don't assume index can fit in int.
12425 (font_match_p): Check that fixnum is a character, not a nonnegative
12426 fixnum, since the later code needs to stuff it into an int.
12427 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
12428 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
12429 conversion overflow issues.
12430 (Fopen_font): Check for integer out of range.
12431 (Ffont_get_glyphs): Don't assume index can fit in int.
12432 * font.h: Adjust decls to match defn changes elsewhere.
12433 * fontset.c (reorder_font_vector): Redo score calculation to avoid
12434 integer overflow.
12435 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
12436 printmax_t, where ptrdiff_t is wide enough.
12437 (Finternal_char_font):
12438 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12439 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
12440 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
12441 (Fset_frame_position, x_set_frame_parameters)
12442 (x_set_line_spacing, x_set_border_width)
12443 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
12444 Check that fixnums are in proper range for system types.
12445 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
12446 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12447 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
12448 Use SAFE_ALLOCA_LISP, not alloca.
12449 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
12450 intptr_t is wide enough.
12451 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
12452 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
12453 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
12454 Check for fixnum out of range.
12455 * ftfont.c (ftfont_list): Don't assume index fits in int.
12456 Check that fixnums are in proper range for system types.
12457 (ftfont_shape_by_flt):
12458 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12459 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
12460 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12461 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
12462 Check that fixnums are in proper range for system types.
12463 * gnutls.h: Adjust decls to match defn changes elsewhere.
12464 * gtkutil.c (xg_dialog_run):
12465 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12466 (update_frame_tool_bar):
12467 Check that fixnums are in proper range for system types.
12468 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
12469 (lookup_image): Check that fixnums are in range for system types.
12470 * indent.c (last_known_column, last_known_column_point):
12471 (current_column_bol_cache):
12472 (skip_invisible, current_column, check_display_width):
12473 (check_display_width, scan_for_column, current_column_1)
12474 (Findent_to, Fcurrent_indentation, position_indentation)
12475 (indented_beyond_p, Fmove_to_column, compute_motion):
12476 (Fcompute_motion, Fvertical_motion):
12477 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12478 (last_known_column_modified): Use EMACS_INT, not int.
12479 (check_display_width):
12480 (Fcompute_motion):
12481 Check that fixnums and floats are in proper range for system types.
12482 (compute_motion): Don't assume index or fixnum fits in int.
12483 (compute_motion, Fcompute_motion):
12484 Use int, not EMACS_INT, when it is wide enough.
12485 (vmotion): Omit local var start_hpos that is always 0; that way
12486 we don't need to worry about overflow in expressions involving it.
12487 * indent.h: Adjust decls to match defn changes elsewhere.
12488 (struct position):
12489 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12490 Use int, not EMACS_INT, where int is wide enough.
12491 Remove unused members ovstring_chars_done and tab_offset;
12492 all uses removed.
12493 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
12494 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
12495 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
12496 (make_gap, copy_text, insert, insert_and_inherit)
12497 (insert_before_markers, insert_before_markers_and_inherit)
12498 (insert_1, count_combining_before, count_combining_after)
12499 (insert_1_both, insert_from_string)
12500 (insert_from_string_before_markers, insert_from_string_1)
12501 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
12502 (adjust_after_replace, adjust_after_insert, replace_range)
12503 (replace_range_2, del_range, del_range_1, del_range_byte)
12504 (del_range_both, del_range_2, modify_region)
12505 (prepare_to_modify_buffer, signal_before_change)
12506 (signal_after_change, Fcombine_after_change_execute):
12507 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12508 * intervals.c (traverse_intervals, rotate_right, rotate_left)
12509 (balance_an_interval, split_interval_right, split_interval_left)
12510 (find_interval, next_interval, update_interval)
12511 (adjust_intervals_for_insertion, delete_node, delete_interval)
12512 (interval_deletion_adjustment, adjust_intervals_for_deletion)
12513 (static_offset_intervals, offset_intervals)
12514 (merge_interval_right, merge_interval_left, make_new_interval)
12515 (graft_intervals_into_buffer, temp_set_point_both)
12516 (temp_set_point, set_point, adjust_for_invis_intang)
12517 (set_point_both, move_if_not_intangible, get_property_and_range)
12518 (get_local_map, copy_intervals, copy_intervals_to_string)
12519 (compare_string_intervals, set_intervals_multibyte_1):
12520 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12521 * intervals.h: Adjust decls to match defn changes elsewhere.
12522 (struct interval):
12523 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12524 * keyboard.c (this_command_key_count, this_single_command_key_start)
12525 (before_command_key_count, before_command_echo_length, echo_now)
12526 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
12527 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
12528 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
12529 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
12530 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12531 (last_non_minibuf_size, last_point_position, echo_truncate)
12532 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
12533 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
12534 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
12535 (stuff_buffered_input):
12536 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12537 (last_auto_save, command_loop_1, read_char):
12538 Use EMACS_INT, not int, to avoid integer overflow.
12539 (record_char): Avoid overflow in total_keys computation.
12540 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
12541 * keyboard.h: Adjust decls to match defn changes elsewhere.
12542 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
12543 (Fkey_description, Fdescribe_vector, Flookup_key):
12544 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12545 (click_position): New function, to check that positions are in range.
12546 (Fcurrent_active_maps):
12547 (describe_command):
12548 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12549 (Faccessible_keymaps, Fkey_description):
12550 (preferred_sequence_p):
12551 Don't assume fixnum can fit into int.
12552 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
12553 Check for integer overflow in size calculations.
12554 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
12555 avoid mishandling large integers.
12556 * lisp.h: Adjust decls to match defn changes elsewhere.
12557 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
12558 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
12559 (struct Lisp_Marker):
12560 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12561 (clip_to_bounds): Now an inline function, moved here from editfns.c.
12562 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
12563 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
12564 All callers changed.
12565 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
12566 Assume the arg has valid form, since it always does.
12567 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
12568 unsigned integer system type.
12569 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
12570 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
12571 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12572 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
12573 (duration_to_sec_usec): New decl.
12574 * lread.c (read_from_string_index, read_from_string_index_byte)
12575 (read_from_string_limit, readchar, unreadchar, openp)
12576 (read_internal_start, read1, oblookup):
12577 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12578 (Fload, readevalloop, Feval_buffer, Feval_region):
12579 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12580 (openp): Check for out-of-range argument to 'access'.
12581 (read1): Use int, not EMACS_INT, where int is wide enough.
12582 Don't assume fixnum fits into int.
12583 Fix off-by-one error that can read outside a buffer.
12584 (read_filtered_event): Use duration_to_sec_usec
12585 to do proper overflow checking on durations.
12586 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
12587 in size calculation.
12588 (Fexecute_kbd_macro):
12589 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12590 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
12591 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
12592 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
12593 (set_marker_both, set_marker_restricted_both, marker_position)
12594 (marker_byte_position, Fbuffer_has_markers_at):
12595 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12596 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
12597 * menu.c (ensure_menu_items): Rename from grow_menu_items.
12598 It now merely ensures that the menu is large enough, without
12599 necessarily growing it, as this avoids some integer overflow issues.
12600 All callers changed.
12601 (keymap_panes, parse_single_submenu, Fx_popup_menu):
12602 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12603 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
12604 Use SAFE_ALLOCA_LISP, not alloca.
12605 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
12606 to EMACS_INT. Check that fixnums are in proper range for system types.
12607 * minibuf.c (minibuf_prompt_width, string_to_object)
12608 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
12609 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
12610 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12611 (get_minibuffer, read_minibuf_unwind):
12612 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12613 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
12614 this simplifies overflow checking. All callers changed.
12615 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
12616 (Ftest_completion):
12617 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12618 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
12619 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
12620 Check that fixnums are in proper range for system types.
12621 (Fx_create_frame, Fx_show_tip):
12622 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12623 * nsfont.m (ns_findfonts, nsfont_list_family):
12624 Don't assume fixnum fits in long.
12625 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
12626 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12627 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
12628 wide enough.
12629 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
12630 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12631 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
12632 (PRINTDECLARE, PRINTPREPARE):
12633 (strout, print_string):
12634 (print, print_preprocess, print_check_string_charset_prop)
12635 (print_object):
12636 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12637 (PRINTDECLARE):
12638 (temp_output_buffer_setup, Fprin1_to_string, print_object):
12639 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12640 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
12641 (printchar, strout): Use xpalloc to catch size calculation overflow.
12642 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
12643 (print_error_message): Use SAFE_ALLOCA, not alloca.
12644 (print_object): Use int, not EMACS_INT, where int is wide enough.
12645 (print_depth, new_backquote_output, print_number_index):
12646 Use ptrdiff_t, not int, where int might not be wide enough.
12647 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
12648 (Fset_process_window_size, Fformat_network_address)
12649 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
12650 (sigchld_handler):
12651 Check that fixnums are in proper range for system types.
12652 (Fsignal_process): Simplify by avoiding a goto.
12653 Check for process-ids out of pid_t range rather than relying on
12654 undefined behavior.
12655 (process_tick, update_tick): Use EMACS_INT, not int.
12656 (Fformat_network_address, read_process_output, send_process)
12657 (Fprocess_send_region, status_notify):
12658 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12659 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
12660 (wait_reading_process_output, read_process_output, exec_sentinel):
12661 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12662 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
12663 (Faccept_process_output): Use duration_to_sec_usec to do proper
12664 overflow checking on durations.
12665 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
12666 Don't assume pid_t fits in int.
12667 * process.h (struct Lisp_Process): Members tick and update_tick
12668 are now of type EMACS_INT, not int.
12669 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
12670 configured --with-wide-int.
12671 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
12672 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
12673 * search.c (looking_at_1, string_match_1):
12674 (fast_string_match, fast_c_string_match_ignore_case)
12675 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
12676 (scan_newline, find_before_next_newline, search_command)
12677 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
12678 (set_search_regs, wordify):
12679 (Freplace_match):
12680 (Fmatch_data):
12681 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12682 (string_match_1, search_buffer, set_search_regs):
12683 (Fmatch_data):
12684 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12685 (wordify): Check for overflow in size calculation.
12686 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
12687 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
12688 Check that fixnums are in proper range for system types.
12689 * sound.c (struct sound_device)
12690 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
12691 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12692 (Fplay_sound_internal):
12693 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12694 * syntax.c (struct lisp_parse_state, find_start_modiff)
12695 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
12696 (Fparse_partial_sexp):
12697 Don't assume fixnums can fit in int.
12698 (struct lisp_parse_state, find_start_pos, find_start_value)
12699 (find_start_value_byte, find_start_begv)
12700 (update_syntax_table, char_quoted, dec_bytepos)
12701 (find_defun_start, prev_char_comend_first, back_comment):
12702 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
12703 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
12704 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12705 (Finternal_describe_syntax_value): Check that match_lisp is a
12706 character, not an integer, since the code stuffs it into int.
12707 (scan_words, scan_sexps_forward):
12708 Check that fixnums are in proper range for system types.
12709 (Fforward_word):
12710 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12711 (scan_sexps_forward):
12712 Use CHARACTERP, not INTEGERP, since the value must fit into int.
12713 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
12714 * syntax.h: Adjust decls to match defn changes elsewhere.
12715 (struct gl_state_s):
12716 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12717 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
12718 MOST_POSITIVE_FIXNUM.
12719 * sysdep.c (wait_for_termination_1, wait_for_termination)
12720 (interruptible_wait_for_termination, mkdir):
12721 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
12722 (emacs_read, emacs_write):
12723 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12724 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
12725 and double all fit in int.
12726 * term.c (set_tty_color_mode):
12727 Check that fixnums are in proper range for system types.
12728 * termhooks.h (struct input_event):
12729 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12730 * textprop.c (validate_interval_range, interval_of)
12731 (Fadd_text_properties, set_text_properties_1)
12732 (Fremove_text_properties, Fremove_list_of_text_properties)
12733 (Ftext_property_any, Ftext_property_not_all)
12734 (copy_text_properties, text_property_list, extend_property_ranges)
12735 (verify_interval_modification):
12736 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12737 (Fnext_single_char_property_change)
12738 (Fprevious_single_char_property_change):
12739 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12740 (copy_text_properties):
12741 Check for integer overflow in index calculation.
12742 * undo.c (last_boundary_position, record_point, record_insert)
12743 (record_delete, record_marker_adjustment, record_change)
12744 (record_property_change):
12745 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12746 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
12747 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12748 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
12749 (Fx_hide_tip, Fx_file_dialog):
12750 * w32menu.c (set_frame_menubar):
12751 Use ptrdiff_t, not int, for consistency with rest of code.
12752 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
12753 (select_window, Fdelete_other_windows_internal)
12754 (window_scroll_pixel_based, window_scroll_line_based)
12755 (Frecenter, Fset_window_configuration):
12756 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12757 (Fset_window_hscroll, run_window_configuration_change_hook)
12758 (set_window_buffer, temp_output_buffer_show, scroll_command)
12759 (Fscroll_other_window, Frecenter):
12760 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12761 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
12762 Don't assume fixnum fits in int.
12763 (Fset_window_scroll_bars):
12764 Check that fixnums are in proper range for system types.
12765 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
12766 (string_pos, c_string_pos, number_of_chars, init_iterator)
12767 (in_ellipses_for_invisible_text_p, init_from_display_pos)
12768 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
12769 (compute_display_string_end, handle_face_prop)
12770 (face_before_or_after_it_pos, handle_invisible_prop)
12771 (handle_display_prop, handle_display_spec, handle_single_display_spec)
12772 (display_prop_intangible_p, string_buffer_position_lim)
12773 (string_buffer_position, handle_composition_prop, load_overlay_strings)
12774 (get_overlay_strings_1, get_overlay_strings)
12775 (iterate_out_of_display_property, forward_to_next_line_start)
12776 (back_to_previous_visible_line_start, reseat, reseat_to_string)
12777 (get_next_display_element, set_iterator_to_next)
12778 (get_visually_first_element, compute_stop_pos_backwards)
12779 (handle_stop_backwards, next_element_from_buffer)
12780 (move_it_in_display_line_to, move_it_in_display_line)
12781 (move_it_to, move_it_vertically_backward, move_it_by_lines)
12782 (add_to_log, message_dolog, message_log_check_duplicate)
12783 (message2, message2_nolog, message3, message3_nolog
12784 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
12785 (current_message_1, truncate_echo_area, truncate_message_1)
12786 (set_message, set_message_1, store_mode_line_noprop)
12787 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
12788 (text_outside_line_unchanged_p, check_point_in_composition)
12789 (reconsider_clip_changes)
12790 (redisplay_internal, set_cursor_from_row, try_scrolling)
12791 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
12792 (redisplay_window, find_last_unchanged_at_beg_row)
12793 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
12794 (trailing_whitespace_p, find_row_edges, display_line)
12795 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
12796 (display_mode_element, store_mode_line_string)
12797 (pint2str, pint2hrstr, decode_mode_spec)
12798 (display_count_lines, display_string, draw_glyphs)
12799 (x_produce_glyphs, x_insert_glyphs)
12800 (rows_from_pos_range, mouse_face_from_buffer_pos)
12801 (fast_find_string_pos, mouse_face_from_string_pos)
12802 (note_mode_line_or_margin_highlight, note_mouse_highlight):
12803 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12804 (safe_call, init_from_display_pos, handle_fontified_prop)
12805 (handle_single_display_spec, load_overlay_strings)
12806 (with_echo_area_buffer, setup_echo_area_for_printing)
12807 (display_echo_area, echo_area_display)
12808 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
12809 (update_tool_bar, hscroll_window_tree, redisplay_internal)
12810 (redisplay_window, dump_glyph_row, display_mode_line)
12811 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
12812 (handle_display_spec, display_prop_string_p):
12813 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12814 (handle_single_display_spec, build_desired_tool_bar_string)
12815 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
12816 (get_specified_cursor_type):
12817 Check that fixnums are in proper range for system types.
12818 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
12819 (Flookup_image_map):
12820 Don't assume fixnums fit in int.
12821 (compare_overlay_entries):
12822 Avoid mishandling comparisons due to subtraction overflow.
12823 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
12824 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
12825 (handle_tool_bar_click):
12826 Use int, not unsigned, since we prefer signed and the signedness
12827 doesn't matter here.
12828 (get_next_display_element, next_element_from_display_vector):
12829 Use int, not EMACS_INT, when int is wide enough.
12830 (start_hourglass): Use duration_to_sec_usec to do proper
12831 overflow checking on durations.
12832 * xfaces.c (Fbitmap_spec_p):
12833 Check that fixnums are in proper range for system types.
12834 (compare_fonts_by_sort_order):
12835 Avoid mishandling comparisons due to subtraction overflow.
12836 (Fx_family_fonts, realize_basic_faces):
12837 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12838 (Fx_family_fonts):
12839 Don't assume fixnum fits in int.
12840 Use SAFE_ALLOCA_LISP, not alloca.
12841 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
12842 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
12843 (face_at_buffer_position, face_for_overlay_string)
12844 (face_at_string_position):
12845 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12846 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
12847 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
12848 (Fx_show_tip):
12849 Check that fixnums are in proper range for system types.
12850 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
12851 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
12852 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12853 (Fx_change_window_property): Don't assume fixnums fit in int.
12854 * xfont.c (xfont_chars_supported):
12855 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12856 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
12857 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
12858 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12859 * xml.c (parse_region):
12860 * xrdb.c (magic_file_p):
12861 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
12862 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
12863 (x_get_local_selection, x_reply_selection_request)
12864 (x_handle_selection_request, wait_for_property_change):
12865 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12866 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
12867 short is wide enough.
12868 (x_send_client_event): Don't assume fixnum fits in int.
12869 * xterm.c (x_x_to_emacs_modifiers):
12870 Don't assume EMACS_INT overflows nicely into int.
12871 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
12872 may come from Lisp.
12873 (handle_one_xevent): NATNUMP can eval its arg twice.
12874 (x_connection_closed):
12875 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
12876 * xterm.h: Adjust decls to match defn changes elsewhere.
12877 (struct scroll_bar): Use struct vectorlike_header
12878 rather than rolling our own approximation.
12879 (SCROLL_BAR_VEC_SIZE): Remove; not used.
12880
12881 2012-05-25 Glenn Morris <rgm@gnu.org>
12882
12883 * lisp.mk (lisp): Update for more files being compiled now.
12884
12885 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * lread.c: Remove `read_pure' which makes no difference.
12888 (read_pure): Remove var.
12889 (unreadpure): Remove function.
12890 (readevalloop): Don't call read_list with -1 flag.
12891 (read1, read_vector): Don't test read_pure any more.
12892 (read_list): Simplify.
12893
12894 * fileio.c, character.h: Minor style tweaks.
12895
12896 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
12897
12898 * window.h (clip_changed): Remove useless declaration.
12899
12900 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12901
12902 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
12903 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
12904
12905 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
12906
12907 Remove src/m/*.
12908 This directory predates autoconf and is no longer needed nowadays.
12909 Move its few remaining bits of functionality to where they're needed.
12910 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
12911 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
12912 * m/template.h: Remove.
12913 * Makefile.in (M_FILE): Remove. All uses removed.
12914 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
12915 * lisp.h (USE_LSB_TAG):
12916 * mem-limits.h (EXCEEDS_LISP_PTR):
12917 Use VAL_MAX, not VALBITS, in #if.
12918 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
12919 (EMACS_UINT): Define unconditionally now.
12920 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
12921 (BITS_PER_EMACS_INT): New constants, replacing
12922 what used to be in config.h, but not useful in #if.
12923 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
12924 define them any more.
12925 (VAL_MAX): New macro.
12926 (VALMASK): Use it.
12927 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
12928 BITS_PER_EMACS_INT, in #if.
12929 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
12930 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
12931 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
12932 * s/ms-w32.h (DATA_START):
12933 Move here from removed file m/intel386.h.
12934 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
12935 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
12936
12937 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
12938
12939 Assume C89 or later.
12940 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
12941 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
12942 (xrealloc):
12943 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
12944 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
12945 * textprop.c, tparam.c (NULL): Remove.
12946 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
12947 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
12948 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
12949 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
12950 * xterm.c (input_signal_count): Assume volatile works.
12951
12952 2012-05-21 Ken Brown <kbrown@cornell.edu>
12953
12954 * xgselect.c (xg_select): Fix first argument in call to 'select'
12955 (bug#11508).
12956
12957 2012-05-20 Ken Brown <kbrown@cornell.edu>
12958
12959 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
12960 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
12961
12962 2012-05-19 Ken Brown <kbrown@cornell.edu>
12963
12964 * xfns.c (x_in_use): Remove `static' qualifier.
12965 * xterm.h (x_in_use): Declare.
12966 * xgselect.c: Include xterm.h.
12967 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
12968 and `display_arg' (bug#9754).
12969
12970 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
12971
12972 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
12973
12974 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
12975 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
12976
12977 2012-05-18 Eli Zaretskii <eliz@gnu.org>
12978
12979 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
12980
12981 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
12982 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
12983
12984 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
12985 reference to image_cache->refcount.
12986 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
12987
12988 2012-05-17 Juri Linkov <juri@jurta.org>
12989
12990 * search.c (Fword_search_regexp, Fword_search_backward)
12991 (Fword_search_forward, Fword_search_backward_lax)
12992 (Fword_search_forward_lax): Move functions to isearch.el
12993 (bug#10145, bug#11381).
12994
12995 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
12996
12997 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
12998
12999 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13000
13001 * lread.c (init_obarray): Declare Qt and Qnil as special.
13002
13003 2012-05-14 Glenn Morris <rgm@gnu.org>
13004
13005 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
13006 Put "libexec" before "bin", for the sake of init_callproc_1.
13007
13008 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
13009
13010 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
13011
13012 * unexaix.c: Port to more-recent AIX compilers.
13013 (report_error, report_error_1, make_hdr, copy_sym)
13014 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
13015 Make arguments const char *, not char *, to avoid violations of C
13016 standard and to fix some AIX warnings reported by Gilles Pion.
13017
13018 2012-05-14 Eli Zaretskii <eliz@gnu.org>
13019
13020 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
13021 already have overlays loaded.
13022 (handle_single_display_spec): Before returning without displaying
13023 fringe bitmap, synchronize the bidi iterator with the main display
13024 iterator, by calling iterate_out_of_display_property.
13025 (iterate_out_of_display_property): Detect buffer iteration by
13026 testing that it->string is a Lisp string.
13027 (get_next_display_element): When the current object is exhausted,
13028 and there's something on it->stack, call set_iterator_to_next to
13029 proceed with what's on the stack, instead of returning zero.
13030 (set_iterator_to_next): If called at the end of a Lisp string,
13031 proceed to consider_string_end without incrementing string
13032 position. Don't increment display vector index past the end of
13033 the display vector. (Bug#11417)
13034 (pos_visible_p): Don't report a position visible when move_it_to
13035 stopped at the last line of window, which happens to be scanned
13036 backwards by the bidi iteration. (Bug#11464)
13037
13038 2012-05-14 Eli Zaretskii <eliz@gnu.org>
13039
13040 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
13041 and right-margin display specs even if the spec is invalid or we
13042 are on a TTY, and thus unable to display on the fringes.
13043 That's because the text with the property will not be displayed anyway,
13044 so we need to signal to the caller that this is a "replacing"
13045 display spec. This fixes display when the spec is invalid or we
13046 are on a TTY.
13047
13048 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
13049
13050 * unexaix.c (make_hdr): Fix typo in prototype.
13051 This bug broke the build on AIX. Problem reported by Gilles Pion.
13052
13053 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
13054
13055 * keyboard.c (kbd_buffer_get_event): Read special events also in
13056 batch mode. (Bug#11415)
13057
13058 2012-05-12 Glenn Morris <rgm@gnu.org>
13059
13060 * ns.mk: Update for ns_appbindir no longer having trailing "/".
13061
13062 2012-05-12 Eli Zaretskii <eliz@gnu.org>
13063
13064 * lisp.mk (lisp): Add newcomment.elc.
13065
13066 2012-05-12 Glenn Morris <rgm@gnu.org>
13067
13068 * Makefile.in (MKDIR_P): New, set by configure.
13069 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
13070
13071 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
13072
13073 Remove unused function hourglass_started.
13074 * dispextern.h (hourglass_started):
13075 * w32fns.c (hourglass_started):
13076 * xdisp.c (hourglass_started): Remove.
13077
13078 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
13079
13080 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
13081 Update dependencies.
13082
13083 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
13084
13085 * xgselect.c (xg_select): Put maxfds+1 into a var.
13086 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
13087
13088 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
13089
13090 2012-05-10 Dave Abrahams <dave@boostpro.com>
13091
13092 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
13093 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
13094
13095 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
13096
13097 * dbusbind.c (xd_registered_buses): New internal Lisp object.
13098 Rename all occurrences of Vdbus_registered_buses to xd_registered_buses.
13099 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
13100 Initialize xd_registered_buses.
13101
13102 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
13103
13104 Untag more efficiently if USE_LSB_TAG.
13105 This is based on a proposal by YAMAMOTO Mitsuharu in
13106 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
13107 For an admittedly artificial (nth 8000 longlist) benchmark on
13108 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
13109 Emacs's overall text size by 1%.
13110 * lisp.h (XUNTAG): New macro.
13111 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
13112 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
13113 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
13114 * eval.c (Fautoload):
13115 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
13116 * frame.h (XFRAME): Use XUNTAG.
13117
13118 Port recent dbusbind.c changes to 32-bit --with-wide-int.
13119 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
13120 Remove unportable assumptions about print widths of types like
13121 dbus_uint32_t.
13122 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
13123 intptr_t when converting between pointer and integer, to avoid GCC
13124 warnings about wrong width.
13125
13126 2012-05-09 Eli Zaretskii <eliz@gnu.org>
13127
13128 * w32proc.c (new_child): Force Windows to reserve only 64KB of
13129 stack for each reader_thread, instead of defaulting to 8MB
13130 determined by the linker. This avoids failures in creating
13131 subprocesses on Windows 7, see the discussion in this thread:
13132 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
13133
13134 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
13135
13136 Fix up display of the *Minibuf-0* buffer in the mini window.
13137 * keyboard.c (read_char): Don't clear the echo area if there's no
13138 message to clear.
13139 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
13140 contents of *Minibuf-0*) if there's no message displayed in its stead.
13141
13142 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
13143
13144 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
13145 batch mode.
13146
13147 2012-05-06 Chong Yidong <cyd@gnu.org>
13148
13149 * lisp.mk (lisp): Update.
13150
13151 2012-05-05 Jim Meyering <meyering@redhat.com>
13152
13153 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
13154
13155 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * data.c (PUT_ERROR): New macro.
13158 (syms_of_data): Use it. Add new error type `user-error'.
13159 * undo.c (user_error): New function.
13160 (Fprimitive_undo): Use it.
13161 * print.c (print_error_message): Adjust print style for `user-error'.
13162 * keyboard.c (user_error): New function.
13163 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
13164
13165 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
13166
13167 Do not limit current-time-string to years 1000..9999.
13168 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
13169 (Fcurrent_time_string): Support any year that is supported by the
13170 underlying localtime representation. Don't use asctime, as it
13171 has undefined behavior for years outside the range -999..9999.
13172
13173 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
13174
13175 Fix race conditions involving setenv, gmtime, localtime, asctime.
13176 Without this fix, interrupts could mess up code that uses these
13177 nonreentrant functions, since setting TZ invalidates existing
13178 tm_zone or tzname values, and since most of these functions return
13179 pointers to static storage.
13180 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
13181 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
13182 Grow the critical sections to include not just invoking
13183 localtime/gmtime, but also accessing these functions' results
13184 including their tm_zone values if any, and any related TZ setting.
13185 (format_time_string): Last arg is now struct tm *, not struct tm **,
13186 so that the struct tm is saved in the critical section.
13187 All callers changed. Simplify allocation of initial buffer, partly
13188 motivated by the fact that memory allocation needs to be outside
13189 the critical section.
13190
13191 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
13192
13193 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
13194 with RESET_INTERVAL.
13195
13196 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
13197 Remove duplicated buffer name initialization.
13198
13199 2012-05-02 Jim Meyering <jim@meyering.net>
13200
13201 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
13202
13203 * xfns.c (x_window): Use xstrdup (Bug#11375).
13204
13205 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13206
13207 * xdisp.c (pos_visible_p): If already at a newline from the
13208 display string before the 'while' loop, don't walk back the glyphs
13209 from it3.glyph_row. Solves assertion violation when the display
13210 string begins with a newline (egg.el). (Bug#11367)
13211
13212 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
13215 Move to simple.el.
13216
13217 2012-05-01 Glenn Morris <rgm@gnu.org>
13218
13219 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
13220 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
13221 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
13222 All were removed before 23.1.
13223
13224 * dispnew.c: Remove HAVE_LIBNCURSES test;
13225 it is always true on relevant platforms.
13226
13227 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
13228 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
13229
13230 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
13231
13232 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
13233
13234 * .gdbinit (xpr): Remove checks for no longer existing misc types.
13235 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
13236 Remove.
13237
13238 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
13239
13240 Do not avoid creating empty evaporating overlays (Bug#9642).
13241 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
13242 That is, do not delete an evaporating overlay if it becomes
13243 empty after its bounds are adjusted to fit within its buffer.
13244 This fix caused other problems, and I'm reverting it until we get
13245 to the bottom of them.
13246
13247 2012-04-27 Chong Yidong <cyd@gnu.org>
13248
13249 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
13250
13251 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13252
13253 * xdisp.c (pos_visible_p): If the window start position is beyond
13254 ZV, start the display from buffer beginning. Prevents assertion
13255 violation in init_iterator when the minibuffer window is scrolled
13256 via the scroll bar.
13257
13258 * window.c (window_scroll_pixel_based): Likewise.
13259
13260 2012-04-27 Chong Yidong <cyd@gnu.org>
13261
13262 * keymap.c (where_is_internal): Doc fix (Bug#10872).
13263
13264 2012-04-27 Glenn Morris <rgm@gnu.org>
13265
13266 * fileio.c (Fcopy_file, Fset_file_selinux_context):
13267 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
13268
13269 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13270
13271 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
13272 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
13273
13274 2012-04-26 Eli Zaretskii <eliz@gnu.org>
13275
13276 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
13277 display element, check also the underlying string or buffer
13278 character. (Bug#11341)
13279
13280 * w32menu.c: Include w32heap.h.
13281 (add_menu_item): If the call to AppendMenuW (via
13282 unicode_append_menu) fails, disable Unicode menus only if we are
13283 running on Windows 9X/Me.
13284
13285 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
13286
13287 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
13288 (xgetint): Add missing shift for LSB tags.
13289
13290 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13291
13292 * keyboard.c (read_char): Don't wipe echo area for select window
13293 events: These might get delayed via `mouse-autoselect-window'
13294 (Bug#11304).
13295
13296 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
13299 manipulation of :loaded-from data.
13300
13301 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
13302
13303 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
13304 now a cons (bug#11311).
13305
13306 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
13307
13308 Do not create empty overlays with the evaporate property (Bug#9642).
13309 * buffer.c (Fmove_overlay): Delete an evaporating overlay
13310 if it becomes empty after its bounds are adjusted to fit within
13311 its buffer. Without this fix, in a nonempty buffer (let ((o
13312 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
13313 yields an empty overlay that has the evaporate property, which is
13314 not supposed to happen.
13315
13316 Fix minor GTK3 problems found by static checking.
13317 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
13318 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
13319 (struct _EmacsFixedClass, emacs_fixed_get_type):
13320 Move decls here from emacsgtkfixed.h, since they needn't be public.
13321 (emacs_fixed_get_type): Now static.
13322 (emacs_fixed_class_init): Omit unused local.
13323 (emacs_fixed_child_type): Remove; unused.
13324 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
13325 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
13326 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
13327 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
13328 (EMACS_FIXED_GET_CLASS): Remove; unused.
13329 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
13330
13331 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
13332 Problem reported by Juanma Barranquero for Windows -Wunused-function.
13333
13334 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
13335
13336 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
13337 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
13338 (__malloc_size_t, __malloc_ptrdiff_t):
13339 Remove. All uses removed, replaced by the definiens if needed,
13340 since we can assume C89 or better now.
13341 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
13342 (protect_malloc_state, align, get_contiguous_space)
13343 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
13344 (malloc_atfork_handler_child, malloc_enable_thread)
13345 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
13346 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
13347 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
13348 (special_realloc, _realloc_internal_nolock, _realloc_internal)
13349 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
13350 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
13351 Define using prototypes, not old style.
13352 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
13353 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
13354 (align): Don't assume that signed integer overflow wraps around.
13355 Omit unused local var.
13356 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
13357 (_free_internal_nolock, memalign, mallochook, reallochook):
13358 Omit no-longer-needed casts.
13359 (valloc): Use getpagesize, not __getpagesize.
13360 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
13361 (struct hdr): The 'magic' member is now size_t, not unsigned long.
13362
13363 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
13364
13365 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13366
13367 Move functions from C to Lisp. Make non-blocking method calls
13368 the default. Implement further D-Bus standard interfaces.
13369
13370 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
13371 (QCdbus_request_name_allow_replacement)
13372 (QCdbus_request_name_replace_existing)
13373 (QCdbus_request_name_do_not_queue)
13374 (QCdbus_request_name_reply_primary_owner)
13375 (QCdbus_request_name_reply_in_queue)
13376 (QCdbus_request_name_reply_exists)
13377 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
13378 (QCdbus_registered_serial, QCdbus_registered_method)
13379 (QCdbus_registered_signal): New Lisp objects.
13380 (XD_DEBUG_MESSAGE): Use sizeof.
13381 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
13382 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
13383 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
13384 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
13385 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
13386 (xd_signature, xd_append_arg): Allow float for integer types.
13387 (xd_get_connection_references): New function.
13388 (xd_get_connection_address): Rename from xd_initialize.
13389 Return cached address.
13390 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
13391 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
13392 level.
13393 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
13394 Return number of refcounts.
13395 (Fdbus_get_unique_name): Make stronger parameter check.
13396 (Fdbus_message_internal): New defun.
13397 (Fdbus_call_method, Fdbus_call_method_asynchronously)
13398 (Fdbus_method_return_internal, Fdbus_method_error_internal)
13399 (Fdbus_send_signal, Fdbus_register_service)
13400 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
13401 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
13402 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
13403 (Vdbus_compiled_version, Vdbus_runtime_version)
13404 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
13405 (Vdbus_message_type_method_return, Vdbus_message_type_error)
13406 (Vdbus_message_type_signal): New defvars.
13407 (Vdbus_registered_buses, Vdbus_registered_objects_table):
13408 Adapt docstring.
13409
13410 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
13411
13412 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
13413 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
13414 Do not assume ptrdiff_t is the same width as 'int'.
13415
13416 * alloc.c: Handle unusual debugging option combinations.
13417 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
13418 since the two debugging options are incompatible.
13419 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
13420 is defined.
13421 (mem_init, mem_insert, mem_insert_fixup):
13422 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
13423 (NEED_MEM_INSERT): Remove; no longer needed.
13424
13425 2012-04-22 Leo Liu <sdl.web@gmail.com>
13426
13427 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
13428
13429 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
13430
13431 * sysdep.c [__FreeBSD__]: Minor cleanups.
13432 (list_system_processes, system_process_attributes) [__FreeBSD__]:
13433 Use Emacs indenting style more consistently. Avoid some casts.
13434 Use 'double' consistently rather than mixing 'float' and 'double'.
13435
13436 2012-04-21 Eduard Wiebe <usenet@pusto.de>
13437
13438 * sysdep.c (list_system_processes, system_process_attributes):
13439 Add implementation for FreeBSD (Bug#5243).
13440
13441 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
13442
13443 * lisp.mk (lisp): Update.
13444
13445 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
13446
13447 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
13448 It is never used otherwise.
13449
13450 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * print.c (print_preprocess): Only check print_depth if print-circle
13453 is nil.
13454 (print_object): Check for cycles even when print-circle is nil and
13455 print-gensym is t, but only check print_depth if print-circle is nil.
13456
13457 2012-04-20 Chong Yidong <cyd@gnu.org>
13458
13459 * process.c (wait_reading_process_output): If EIO occurs on a pty,
13460 set the status to "failed" and ensure that sentinel is run.
13461
13462 2012-04-20 Glenn Morris <rgm@gnu.org>
13463
13464 * process.c (Fset_process_inherit_coding_system_flag)
13465 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
13466 (Fmake_network_process, Fmake_serial_process): Doc fix.
13467
13468 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13469
13470 * xdisp.c (string_buffer_position_lim): Limit starting position to
13471 BEGV.
13472 (set_cursor_from_row): If called for a mode-line or header-line
13473 row, return zero immediately.
13474 (try_cursor_movement): If inside continuation line, don't back up
13475 farther than the first row after the header line, if any.
13476 Don't consider the header-line row as "partially visible", even if
13477 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
13478
13479 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
13480
13481 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
13482 (bug#11238).
13483
13484 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
13485 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
13486
13487 configure: new option --enable-gcc-warnings (Bug#11207)
13488 * Makefile.in (C_WARNINGS_SWITCH): Remove.
13489 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
13490 (ALL_CFLAGS): Use new macros rather than old.
13491 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
13492 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
13493 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
13494 -Wunused-result, -Wunused-variable. This should go away once
13495 the Emacs and Gnulib regex code is merged.
13496 (xmalloc, xrealloc): Now static.
13497
13498 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
13499
13500 * dired.c (Fsystem_groups): Remove unused local.
13501
13502 2012-04-17 Glenn Morris <rgm@gnu.org>
13503
13504 * dired.c (Fsystem_users): Doc fix.
13505
13506 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13507
13508 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
13509 (syms_of_dired): Add them.
13510
13511 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
13512
13513 Fix minor alloc.c problems found by static checking.
13514 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
13515 New extern decls, to avoid calling undeclared functions.
13516 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
13517 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
13518 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
13519 (NEED_MEM_INSERT): New macro.
13520 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
13521 Remove one incorrect comment and fix another.
13522
13523 Fix minor ralloc.c problems found by static checking.
13524 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
13525 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
13526 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
13527 (r_alloc_sbrk): Now static.
13528
13529 Improve ralloc.c interface checking.
13530 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
13531 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
13532 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
13533 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
13534 [REL_ALLOC]: ... to here, to check interface.
13535 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
13536 Remove decls. This fixes an "It stinks!".
13537
13538 * alloc.c (which_symbols): Fix alignment issue / type clash.
13539
13540 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
13541
13542 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
13543 (struct Lisp_Misc_Any): Likewise.
13544 (struct Lisp_Free): Likewise.
13545 * alloc.c (union aligned_Lisp_Symbol): Define.
13546 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
13547 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
13548 (union aligned_Lisp_Misc): Define.
13549 (MARKER_BLOCK_SIZE, struct marker_block): Use union
13550 aligned_Lisp_Misc instead of union Lisp_Misc.
13551 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
13552
13553 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13554
13555 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
13556 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
13557 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
13558 * s/netbsd.h, s/sol2-6.h:
13559 Remove definition of GC_MARK_STACK, since the default now works.
13560 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
13561 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
13562 no longer the default.
13563 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
13564
13565 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
13566
13567 * lread.c (lisp_file_lexically_bound_p):
13568 Fix hang at ";-*-\n" (bug#11238).
13569
13570 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13571
13572 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
13573 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
13574
13575 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
13576
13577 * nsterm.m (constrainFrameRect): Always constrain when there is only
13578 one screen (Bug#10962).
13579
13580 2012-04-13 Ken Brown <kbrown@cornell.edu>
13581
13582 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
13583
13584 2012-04-13 Reuben Thomas <rrt@sc3d.org>
13585
13586 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
13587
13588 2012-04-11 Daniel Colascione <dancol@dancol.org>
13589
13590 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
13591 against is gone. It's better to use vfork now so that when Cygwin
13592 gains a new, working vfork, we use it automatically (bug#10398).
13593
13594 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13595
13596 * window.c (save_window_save): Obey window-point-insertion-type.
13597
13598 2012-04-11 Glenn Morris <rgm@gnu.org>
13599
13600 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
13601
13602 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
13605
13606 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
13607
13608 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
13609 (force_quit_count): New var.
13610 (handle_interrupt): Use it.
13611
13612 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * w32.c (w32_delayed_load): Record the full path of the library
13615 being loaded (bug#10424).
13616
13617 2012-04-09 Glenn Morris <rgm@gnu.org>
13618
13619 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
13620 not just in the obarray, before snarfing them. (Bug#11036)
13621
13622 * Makefile.in ($(leimdir)/leim-list.el):
13623 Pass EMACS rather than BUILT_EMACS.
13624
13625 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13626
13627 * process.c (make_process):
13628 * process.h: Add integer `gnutls_handshakes_tried' member to
13629 process struct.
13630
13631 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
13632 Add convenience `GNUTLS_LOG2i' macro.
13633
13634 * gnutls.c (gnutls_log_function2i): Convenience log function.
13635 (emacs_gnutls_read): Use new log functions,
13636 `gnutls_handshakes_tried' process member, and
13637 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
13638 attempts per process (connection).
13639
13640 2012-04-09 Chong Yidong <cyd@gnu.org>
13641
13642 * eval.c (Fuser_variable_p, user_variable_p_eh)
13643 (lisp_indirect_variable): Functions deleted.
13644 (Fdefvar): Caller changed.
13645
13646 * callint.c (Finteractive, Fcall_interactively):
13647 * minibuf.c (Fread_variable): Callers changed.
13648
13649 2012-04-09 Eli Zaretskii <eliz@gnu.org>
13650
13651 * xdisp.c (set_cursor_from_row): If the display string appears in
13652 the buffer at position that is closer to point than the position
13653 after the display string, display the cursor on the first glyph of
13654 the display string. Fixes cursor display when a 'display' text
13655 property immediately follows invisible text. (Bug#11094)
13656
13657 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
13658
13659 composite.c: use 'double' consistently
13660 * composite.c (get_composition_id): Use 'double' consistently
13661 instead of converting 'float' to 'double' and vice versa; this is
13662 easier to understand and avoids a GCC warning.
13663
13664 2012-04-09 Glenn Morris <rgm@gnu.org>
13665
13666 * Makefile.in: Generate leim-list with bootstrap-emacs, in
13667 preparation for dumping it with emacs. (Bug#4789)
13668 (leimdir): New variable.
13669 ($(leimdir)/leim-list.el): New rule.
13670 (emacs$(EXEEXT)): Depend on leim-list.el.
13671
13672 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
13673 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
13674 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
13675
13676 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
13677
13678 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
13679 proper alignment.
13680
13681 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
13682
13683 * xml.c (init_libxml2_functions) [WINDOWSNT]:
13684 Remove unused local variable.
13685
13686 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
13687
13688 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
13689 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
13690 (mark_memory): Mark Lisp_Objects only if pointers might hide in
13691 objects, as mark_maybe_pointer will catch them otherwise.
13692 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
13693 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
13694
13695 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
13696
13697 Fix typo that broke non-Windows builds.
13698 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
13699
13700 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13701
13702 Support building on MS-Windows with libxml2.
13703
13704 * makefile.w32-in (OBJ2): Add xml.$(O).
13705 (GLOBAL_SOURCES): Add xml.c.
13706 ($(BLD)/xml.$(O)): New dependency list.
13707
13708 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
13709 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
13710 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
13711 [!WINDOWSNT]: New macros.
13712 (init_libxml2_functions, libxml2_loaded_p): New functions.
13713 (parse_region): Call fn_xmlCheckVersion instead of using the macro
13714 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
13715 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
13716 Calls xmlCleanupParser only if libxml2 was loaded (or statically
13717 linked in).
13718 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
13719 Call init_libxml2_functions before calling libxml2 functions.
13720 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
13721
13722 * emacs.c: Don't include libxml/parser.h.
13723 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
13724 xmlCleanupParser directly.
13725
13726 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
13727
13728 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13729
13730 * indent.c (Fvertical_motion): If there is a display string at
13731 point, use it.vpos to compute how many lines to backtrack after
13732 move_it_to point. (Bug#11133)
13733
13734 2012-04-06 Eli Zaretskii <eliz@gnu.org>
13735
13736 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
13737 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
13738 about subtle differences between FETCH_CHAR* and STRING_CHAR*
13739 macros related to unification of CJK characters. For the details,
13740 see the discussion following the message here:
13741 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
13742
13743 2012-04-04 Chong Yidong <cyd@gnu.org>
13744
13745 * keyboard.c (Vdelayed_warnings_list): Doc fix.
13746
13747 2012-04-01 Eli Zaretskii <eliz@gnu.org>
13748
13749 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
13750 instead of alloca. (Bug#11138)
13751
13752 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
13753
13754 * w32menu.c (is_simple_dialog): Properly check lisp types.
13755 (Bug#11141)
13756
13757 2012-03-31 Eli Zaretskii <eliz@gnu.org>
13758
13759 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
13760 position we get to after a call to move_it_to fails the
13761 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
13762 only if we wind up in a string from display property. (Bug#11063)
13763
13764 * window.c (Fdelete_other_windows_internal): Invalidate the row
13765 and column information about mouse highlight, so that redisplay
13766 restores it after reallocating the glyph matrices. (Bug#7464)
13767
13768 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
13769 string comes from a `display' text property, use the buffer
13770 position of that property as if we actually saw that position in
13771 the row's glyphs.
13772 (move_it_by_lines): Remove the assertion that
13773 "it->current_x == 0 && it->hpos == 0" which can be legitimately
13774 violated when there's a before-string at the beginning of a line.
13775 (Bug#11063)
13776
13777 2012-03-30 Eli Zaretskii <eliz@gnu.org>
13778
13779 * xdisp.c (append_space_for_newline): If the default face was
13780 remapped, use the remapped face for the appended newline.
13781 (extend_face_to_end_of_line): Use the remapped default face for
13782 extending the face to the end of the line.
13783 (display_line): Call extend_face_to_end_of_line when the default
13784 face was remapped. (Bug#11068)
13785
13786 2012-03-29 Eli Zaretskii <eliz@gnu.org>
13787
13788 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
13789
13790 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
13793
13794 2012-03-27 Glenn Morris <rgm@gnu.org>
13795
13796 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
13797 Doc fixes.
13798
13799 2012-03-26 Kenichi Handa <handa@m17n.org>
13800
13801 * dispextern.h (struct glyph): Fix previous change. Change the
13802 bit length of glyphless.ch to 25 (Bug#11082).
13803
13804 2012-03-26 Chong Yidong <cyd@gnu.org>
13805
13806 * keyboard.c (Vselection_inhibit_update_commands): New variable.
13807 (command_loop_1): Use it; inhibit selection update for
13808 handle-select-window too (Bug#8996).
13809
13810 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
13811
13812 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
13813
13814 2012-03-25 Kenichi Handa <handa@m17n.org>
13815
13816 * dispextern.h (struct glyph): Change the bit length of
13817 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
13818
13819 2012-03-24 Eli Zaretskii <eliz@gnu.org>
13820
13821 * s/ms-w32.h (tzname): Include time.h before redirecting to
13822 _tzname. Fixes the MSVC build. (Bug#9960)
13823
13824 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
13825
13826 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
13827 characters.
13828
13829 * xterm.c (XTread_socket): Only modify handling_signal if
13830 !SYNC_INPUT. (Bug#11080)
13831
13832 2012-03-23 Eli Zaretskii <eliz@gnu.org>
13833
13834 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
13835 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
13836 when fetching a multibyte character consumes more bytes than
13837 CHAR_BYTES returns, due to unification of CJK characters in
13838 string_char. (Bug#11073)
13839
13840 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
13841
13842 * process.c (wait_reading_process_output): Handle pty disconnect
13843 by refraining from sending oneself a SIGCHLD (bug#10933).
13844
13845 2012-03-22 Chong Yidong <cyd@gnu.org>
13846
13847 * dispextern.h (struct it): New member string_from_prefix_prop_p.
13848
13849 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
13850 Mark string as coming from a prefix property.
13851 (handle_face_prop): Use default face for prefix strings (Bug#4281).
13852 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
13853
13854 2012-03-21 Chong Yidong <cyd@gnu.org>
13855
13856 * xfaces.c (Vface_remapping_alist): Doc fix.
13857
13858 2012-03-20 Eli Zaretskii <eliz@gnu.org>
13859
13860 * w32proc.c (Fw32_set_console_codepage)
13861 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
13862 Doc fixes.
13863
13864 2012-03-20 Chong Yidong <cyd@gnu.org>
13865
13866 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
13867 to reflect default non-nil value of redisplay-dont-pause.
13868
13869 2012-03-19 Kenichi Handa <handa@m17n.org>
13870
13871 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
13872 it fit in a valid range (Bug#11003).
13873
13874 2012-03-18 Eli Zaretskii <eliz@gnu.org>
13875
13876 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
13877 that is not from display property, accept the row as a "cursor
13878 row" if one of the string's character has a non-nil `cursor'
13879 property. Fixes cursor positioning when there are newlines in
13880 overlay strings, e.g. in icomplete.el. (Bug#11035)
13881
13882 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
13883
13884 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
13885
13886 2012-03-12 Chong Yidong <cyd@gnu.org>
13887
13888 * eval.c (inhibit_lisp_code): Rename from
13889 inhibit_window_configuration_change_hook; move from window.c.
13890
13891 * xfns.c (unwind_create_frame_1, Fx_create_frame):
13892 * window.c (run_window_configuration_change_hook)
13893 (syms_of_window): Callers changed.
13894
13895 2012-03-11 Chong Yidong <cyd@gnu.org>
13896
13897 * keymap.c (Fkey_description): Doc fix (Bug#9700).
13898
13899 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
13900
13901 2012-03-10 Chong Yidong <cyd@gnu.org>
13902
13903 * frame.c (other_visible_frames): Don't assume the selected frame
13904 is visible (Bug#10955).
13905
13906 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
13909
13910 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
13911
13912 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
13913 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
13914 zero (Bug#10954).
13915
13916 2012-03-03 Glenn Morris <rgm@gnu.org>
13917
13918 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
13919
13920 2012-03-02 Eli Zaretskii <eliz@gnu.org>
13921
13922 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
13923 position past the first glyph_row that ends at ZV. (Bug#10902)
13924 (redisplay_window, next_element_from_string): Fix typos in
13925 comments.
13926 (redisplay_window): Pass to move_it_vertically the margin in
13927 pixels, not in screen lines.
13928
13929 2012-03-02 Glenn Morris <rgm@gnu.org>
13930
13931 * buffer.c (buffer-list-update-hook): Doc fix.
13932
13933 2012-02-29 Eli Zaretskii <eliz@gnu.org>
13934
13935 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
13936 push_it before setting up the iterator for the first overlay
13937 string, even if we have an empty string loaded.
13938 (next_overlay_string): If there's an empty string on the iterator
13939 stack, pop the stack. (Bug#10903)
13940
13941 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
13942
13943 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
13944 Suggested by Stefan Monnier in
13945 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
13946 * alloc.c (widen_to_Lisp_Object): New static function.
13947 (mark_memory): Also mark Lisp_Objects by fetching pointer words
13948 and widening them to Lisp_Objects. This would work even if
13949 USE_LSB_TAG is defined and wide integers are used, which might
13950 happen in a future version of Emacs.
13951
13952 2012-02-25 Chong Yidong <cyd@gnu.org>
13953
13954 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
13955 Doc fix.
13956
13957 * xselect.c (Fx_selection_exists_p): Doc fix.
13958 (x_clipboard_manager_save_all): Print an informative message
13959 before saving to clipboard manager.
13960
13961 2012-02-24 Chong Yidong <cyd@gnu.org>
13962
13963 * keyboard.c (process_special_events): Handle all X selection
13964 requests in kbd_buffer, not just the next one (Bug#8869).
13965
13966 2012-02-23 Chong Yidong <cyd@gnu.org>
13967
13968 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
13969 call when setting menu-bar-lines and tool-bar-lines parameters.
13970 (unwind_create_frame_1): New helper function.
13971
13972 * window.c (inhibit_window_configuration_change_hook): New var.
13973 (run_window_configuration_change_hook): Obey it.
13974 (syms_of_window): Initialize it.
13975
13976 2012-02-22 Chong Yidong <cyd@gnu.org>
13977
13978 * xterm.c (x_draw_image_relief): Add missing type check for
13979 Vtool_bar_button_margin (Bug#10743).
13980
13981 2012-02-21 Chong Yidong <cyd@gnu.org>
13982
13983 * fileio.c (Vfile_name_handler_alist): Doc fix.
13984
13985 * buffer.c (Fget_file_buffer): Protect against invalid file
13986 handler return value.
13987
13988 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
13989
13990 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
13991 when computing $valmask.
13992
13993 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
13994 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
13995 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
13996 It's useless in that case, and it can cause problems on hosts
13997 that allocate halves of EMACS_INT values separately.
13998 Reported by Dan Horák. Diagnosed by Andreas Schwab in
13999 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
14000 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
14001 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
14002 it avoids undefined behavior on hosts where shifting right by more
14003 than the word width has undefined behavior.
14004
14005 2012-02-19 Chong Yidong <cyd@gnu.org>
14006
14007 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
14008 (Funhandled_file_name_directory, Ffile_name_as_directory)
14009 (Fdirectory_file_name, Fexpand_file_name)
14010 (Fsubstitute_in_file_name): Protect against invalid file handler
14011 return values (Bug#10845).
14012
14013 2012-02-18 Eli Zaretskii <eliz@gnu.org>
14014
14015 * .gdbinit (pitx): Fix incorrect references to fields of the
14016 iterator stack.
14017
14018 2012-02-17 Chong Yidong <cyd@gnu.org>
14019
14020 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
14021
14022 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
14023
14024 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
14025 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
14026
14027 2012-02-15 Chong Yidong <cyd@gnu.org>
14028
14029 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
14030 marked as special. Also, starting docstrings with * is obsolete.
14031
14032 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
14033
14034 * gnutls.c (emacs_gnutls_write): Fix last change.
14035
14036 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
14037
14038 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
14039 send_process.
14040
14041 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * keymap.c (Fsingle_key_description): Handle char ranges.
14044
14045 2012-02-12 Chong Yidong <cyd@gnu.org>
14046
14047 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
14048 as that creates a dangerous corner case.
14049
14050 * window.c (Fdelete_window_internal): Invalidate the mouse
14051 highlight (Bug#9904).
14052
14053 2012-02-12 Glenn Morris <rgm@gnu.org>
14054
14055 * xselect.c (Fx_own_selection_internal)
14056 (Fx_get_selection_internal, Fx_disown_selection_internal)
14057 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
14058 * nsselect.m (Fx_own_selection_internal)
14059 (Fx_disown_selection_internal, Fx_selection_exists_p)
14060 (Fx_selection_owner_p, Fx_get_selection_internal):
14061 Sync docs and argument specs with the xselect.c versions.
14062
14063 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
14064
14065 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
14066
14067 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14068
14069 * w32select.c (Fx_selection_exists_p): Sync doc string and
14070 argument list with xselect.c. (Bug#10783)
14071
14072 * w16select.c (Fx_selection_exists_p): Sync doc string and
14073 argument list with xselect.c. (Bug#10783)
14074
14075 2012-02-10 Glenn Morris <rgm@gnu.org>
14076
14077 * fns.c (Fsecure_hash): Doc fix.
14078
14079 2012-02-09 Kenichi Handa <handa@m17n.org>
14080
14081 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
14082
14083 2012-02-07 Chong Yidong <cyd@gnu.org>
14084
14085 * buffer.c (Fbuffer_local_variables)
14086 (buffer_lisp_local_variables): Handle unbound vars correctly;
14087 don't let Qunbound leak into Lisp.
14088
14089 2012-02-07 Glenn Morris <rgm@gnu.org>
14090
14091 * image.c (Fimagemagick_types): Doc fix.
14092
14093 * image.c (imagemagick-render-type): Change it from a lisp object
14094 to an integer. Move the doc here from the lisp manual.
14095 Treat all values not equal to 0 the same.
14096
14097 2012-02-06 Chong Yidong <cyd@gnu.org>
14098
14099 * doc.c (store_function_docstring): Avoid applying docstring of
14100 alias to base function (Bug#2603).
14101
14102 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
14103
14104 * .gdbinit (pp1, pv1): Remove redundant defines.
14105 (pr): Use pp.
14106
14107 2012-02-04 Chong Yidong <cyd@gnu.org>
14108
14109 * nsterm.m: Declare a global (Bug#10694).
14110
14111 2012-02-04 Eli Zaretskii <eliz@gnu.org>
14112
14113 * w32.c (get_emacs_configuration_options):
14114 Include --enable-checking, if specified, in the return value.
14115
14116 2012-02-04 Martin Rudalics <rudalics@gmx.at>
14117
14118 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
14119 after rounding frame sizes. (Bug#9723)
14120
14121 2012-02-04 Eli Zaretskii <eliz@gnu.org>
14122
14123 * keyboard.c (adjust_point_for_property): Don't position point
14124 before BEGV. (Bug#10696)
14125
14126 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
14127
14128 Handle overflow when computing char display width (Bug#9496).
14129 * character.c (char_width): Return EMACS_INT, not int.
14130 (char_width, c_string_width): Check for overflow when
14131 computing the width; this is possible now that individual
14132 characters can have unbounded width. Problem introduced
14133 by merge from Emacs 23 on 2012-01-19.
14134
14135 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
14136
14137 * dbusbind.c (Fdbus_register_method): Mention the return value
14138 :ignore in the docstring.
14139
14140 2012-02-02 Glenn Morris <rgm@gnu.org>
14141
14142 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
14143
14144 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
14145 Unconditionally set to t. (Bug#10673)
14146 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
14147 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
14148 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
14149
14150 2012-02-02 Kenichi Handa <handa@m17n.org>
14151
14152 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
14153 0, do not call append_composite_glyph.
14154
14155 2012-02-02 Kenichi Handa <handa@m17n.org>
14156
14157 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
14158 NULL (Bug#6988).
14159 (x_produce_glyphs): If the component of a composition is a null
14160 string, set it->pixel_width to 1 to avoid zero-width glyph.
14161
14162 2012-02-01 Eli Zaretskii <eliz@gnu.org>
14163
14164 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
14165 first 2 arguments are identical. This makes inserting large
14166 output from a subprocess an order of magnitude faster on
14167 MS-Windows, where all sbrk'ed memory is always contiguous.
14168
14169 2012-01-31 Glenn Morris <rgm@gnu.org>
14170
14171 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
14172 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
14173 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
14174
14175 2012-01-29 Glenn Morris <rgm@gnu.org>
14176
14177 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
14178
14179 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
14180
14181 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
14182
14183 2012-01-28 Chong Yidong <cyd@gnu.org>
14184
14185 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
14186
14187 2012-01-26 Chong Yidong <cyd@gnu.org>
14188
14189 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
14190
14191 * search.c (Fsearch_forward, Fsearch_backward): Document negative
14192 repeat counts (Bug#10507).
14193
14194 2012-01-26 Glenn Morris <rgm@gnu.org>
14195
14196 * lread.c (syms_of_lread): Doc fix.
14197
14198 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
14199
14200 * coding.c (encode_designation_at_bol): Change return value to
14201 EMACS_INT.
14202
14203 2012-01-25 Chong Yidong <cyd@gnu.org>
14204
14205 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
14206
14207 2012-01-21 Chong Yidong <cyd@gnu.org>
14208
14209 * floatfns.c (Fcopysign): Make the second argument non-optional,
14210 since nil is not allowed anyway.
14211
14212 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
14213
14214 * process.c (read_process_output): Use p instead of XPROCESS (proc).
14215 (send_process): Likewise.
14216
14217 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14218
14219 * window.c (save_window_save, Fcurrent_window_configuration)
14220 (Vwindow_persistent_parameters): Do not use Qstate.
14221 Rewrite doc-strings.
14222
14223 2012-01-19 Kenichi Handa <handa@m17n.org>
14224
14225 * character.c (char_width): New function.
14226 (Fchar_width, c_string_width, lisp_string_width):
14227 Use char_width (Bug#9496).
14228
14229 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14230
14231 * window.c (Vwindow_persistent_parameters): New variable.
14232 (Fset_window_configuration, save_window_save): Handle persistent
14233 window parameters.
14234
14235 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14236
14237 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
14238 thrashing the stack of the thread. (Bug#9087)
14239
14240 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
14241
14242 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
14243
14244 2012-01-11 Eli Zaretskii <eliz@gnu.org>
14245
14246 * xdisp.c (rows_from_pos_range): Handle the case where the
14247 highlight ends on a newline. (Bug#10464)
14248 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
14249 he end column for display of highlight that ends on a newline
14250 before a R2L line.
14251
14252 2012-01-11 Glenn Morris <rgm@gnu.org>
14253
14254 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
14255 from load-path also when installation-directory is nil. (Bug#10208)
14256
14257 2012-01-10 Glenn Morris <rgm@gnu.org>
14258
14259 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
14260
14261 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
14262 Update template values to be closer to their typical values these days.
14263
14264 2012-01-09 Eli Zaretskii <eliz@gnu.org>
14265
14266 * xdisp.c (rows_from_pos_range): Accept additional argument
14267 DISP_STRING, and accept any glyph in a row whose object is that
14268 string as eligible for mouse highlight. Fixes mouse highlight of
14269 display strings from overlays. (Bug#10464)
14270
14271 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14272
14273 emacs: fix an auto-save permissions race condition (Bug#10400)
14274 * fileio.c (auto_saving_dir_umask): New static var.
14275 (Fmake_directory_internal): Use it.
14276 (do_auto_save_make_dir): Set it, instead of invoking chmod after
14277 creating the directory. The old code temporarily assigns
14278 too-generous permissions to the directory.
14279 (do_auto_save_eh): Clear it.
14280 (Fdo_auto_save): Catch all errors, not just file errors, so
14281 that the var is always cleared.
14282
14283 2012-01-07 Eli Zaretskii <eliz@gnu.org>
14284
14285 * search.c (scan_buffer): Pass character positions to
14286 know_region_cache, not byte positions. (Bug#6540)
14287
14288 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
14289
14290 * w32.c (sys_rename): Report EXDEV when rename of a directory
14291 fails because the target is on another logical disk. (Bug#10284)
14292
14293 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
14294
14295 * xterm.c (x_embed_request_focus): New function.
14296
14297 * xterm.h: Add prototype.
14298
14299 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
14300
14301 2012-01-05 Glenn Morris <rgm@gnu.org>
14302
14303 * emacs.c (emacs_copyright): Update short copyright year to 2012.
14304
14305 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14306
14307 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
14308 Load gnutls_transport_set_lowat only if GnuTLS version is below
14309 2.11.1.
14310 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
14311 GnuTLS versions below 2.11.1.
14312
14313 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
14314
14315 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
14316 to the doc string advising against its use for altering the way
14317 windows are scrolled.
14318
14319 2011-12-28 Kenichi Handa <handa@m17n.org>
14320
14321 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
14322 coding-system ASCII compatible only when it does not produce BOM
14323 on encoding (Bug#10383).
14324
14325 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
14326
14327 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
14328 can scroll.
14329 (create_and_show_popup_menu): Always use menu_position_func for
14330 Gtk3 (Bug#10361).
14331
14332 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
14333
14334 * callint.c (Fcall_interactively): Don't truncate prompt string.
14335
14336 2011-12-23 Eli Zaretskii <eliz@gnu.org>
14337
14338 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
14339 property that ends at ZV, so that the bidi iteration could be
14340 resumed from there (after widening). (Bug#10360)
14341
14342 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
14343
14344 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
14345
14346 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
14347
14348 * nsterm.m (x_free_frame_resources):
14349 Release f->output_data.ns->miniimage.
14350 (ns_index_color): Fix indentation. Do not retain
14351 color_table->colors[i].
14352
14353 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
14354 before returning.
14355
14356 * nsfns.m (x_set_background_color): Assign return value from
14357 ns_index_color to face-background instead of NSColor*.
14358 (ns_implicitly_set_icon_type): Fix indentation.
14359 Change assignment in for loop to comparison.
14360
14361 * emacs.c (ns_pool): New variable.
14362 (main): Assign ns_pool.
14363 (Fkill_emacs): Call ns_release_autorelease_pool.
14364
14365 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
14366 autorelease fdesc, release fdAttrs and tdict.
14367 (ns_get_covering_families): Release charset.
14368 (ns_findfonts): Release NSFontDescriptor created with new.
14369 (ns_uni_to_glyphs): Fix indentation.
14370 (setString): Release attrStr before assigning new value.
14371
14372 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14373
14374 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
14375 and NS_IMPL_COCOA.
14376 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
14377 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
14378
14379 2011-12-18 David Reitter <reitter@cmu.edu>
14380
14381 * nsterm.m (ns_term_init): Subscribe for notifications
14382 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
14383 to method trackingNotification in EmacsMenu.
14384
14385 * nsmenu.m (trackingMenu): New variable.
14386 (trackingNotification): New method (from Aquamacs).
14387 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
14388 from Aquamacs (Bug#7030).
14389
14390 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14391
14392 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
14393 (symbol_to_nsstring): Fix indentation.
14394 (ns_symbol_to_pb): New function.
14395 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
14396 (Fns_rotate_cut_buffers_internal): Remove.
14397 (Fns_store_selection_internal): Rename from
14398 Fns_store_cut_buffer_internal.
14399 (ns_get_foreign_selection, Fx_own_selection_internal)
14400 (Fx_disown_selection_internal, Fx_selection_exists_p)
14401 (Fns_get_selection_internal, Fns_store_selection_internal):
14402 Use ns_symbol_to_pb and check if return value is nil.
14403 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
14404 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
14405 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
14406 renamed to Sns_store_selection_internal.
14407 (ns_handle_selection_request): Move code to Fx_own_selection_internal
14408 and remove this function.
14409 (ns_handle_selection_clear): Remove, never used.
14410 (Fx_own_selection_internal): Move code from ns_handle_selection_request
14411 here.
14412
14413 2011-12-17 Ken Brown <kbrown@cornell.edu>
14414
14415 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
14416 GID is unknown (Bug#10257).
14417
14418 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
14419
14420 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
14421 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
14422 which caused a build failure on GNU/Linux IA-64. This problem was
14423 introduced by my 2011-10-07 patch.
14424
14425 2011-12-15 Juri Linkov <juri@jurta.org>
14426
14427 * image.c (imagemagick_error): New function. (Bug#10112)
14428 (imagemagick_load_image): Comment out `MagickSetResolution' call.
14429 Use `imagemagick_error' where ImageMagick functions return
14430 `MagickFalse'.
14431 (Fimagemagick_types): Add `Fnreverse' to return the list in the
14432 proper order.
14433
14434 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14435
14436 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
14437 fill background (Bug#8992).
14438
14439 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14440
14441 * window.c (Vwindow_combination_resize)
14442 (Vwindow_combination_limit): Use t instead of non-nil in
14443 doc-strings.
14444 (Vrecenter_redisplay): Add first sentence of doc-string on
14445 separate line.
14446 (Frecenter): Fix doc-string typo.
14447
14448 2011-12-11 Kenichi Handa <handa@m17n.org>
14449
14450 * coding.c (Funencodable_char_position): Pay attention to the
14451 buffer text relocation (Bug#9389).
14452
14453 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
14454
14455 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
14456 gtk_init (Bug#10100).
14457
14458 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14459
14460 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
14461 IT->string is nil. (Bug#10263)
14462
14463 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
14464
14465 * nsterm.h (x_free_frame_resources): Declare.
14466
14467 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
14468 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
14469
14470 * nsterm.h (ns_get_defaults_value): Declare.
14471
14472 * nsterm.m (ns_default): Call ns_get_defaults_value.
14473
14474 2011-12-09 Eli Zaretskii <eliz@gnu.org>
14475
14476 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
14477 (Bug#10170)
14478
14479 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14480
14481 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
14482 that where the value of an _OBJC_* symbol points to is in the .bss
14483 section (Bug#10240).
14484
14485 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14486
14487 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
14488 after the loop to call ccl_driver at least once (Bug#8619).
14489
14490 2011-12-08 Kenichi Handa <handa@m17n.org>
14491
14492 * ftfont.c (get_adstyle_property): Fix previous change
14493 (Bug#10233).
14494
14495 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
14496
14497 * w32.c (init_environment): If no_site_lisp, remove site-lisp
14498 dirs from the default value of EMACSLOADPATH (bug#10208).
14499
14500 2011-12-07 Glenn Morris <rgm@gnu.org>
14501
14502 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
14503 installation and source directories as well. (Bug#10208)
14504
14505 2011-12-06 Chong Yidong <cyd@gnu.org>
14506
14507 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
14508
14509 2011-12-06 Glenn Morris <rgm@gnu.org>
14510
14511 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
14512 as an error, not just -1. (Bug#10217)
14513
14514 2011-12-05 Chong Yidong <cyd@gnu.org>
14515
14516 * keyboard.c (process_special_events): New function.
14517 (swallow_events, Finput_pending_p): Use it (Bug#10195).
14518
14519 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
14520
14521 * coding.c (encode_designation_at_bol): Don't use uninitialized
14522 local variable (Bug#9318).
14523
14524 2011-12-05 Kenichi Handa <handa@m17n.org>
14525
14526 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
14527 return Qnil (Bug#8046, Bug#10193).
14528
14529 2011-12-05 Kenichi Handa <handa@m17n.org>
14530
14531 * coding.c (encode_designation_at_bol): New args charbuf_end and
14532 dst. Return the number of produced bytes. Callers changed.
14533 (coding_set_source): Return how many bytes coding->source was
14534 relocated.
14535 (coding_set_destination): Return how many bytes
14536 coding->destination was relocated.
14537 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
14538 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
14539
14540 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14541
14542 * coding.c (CODING_CHAR_CHARSET_P): New macro.
14543 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
14544 macro (Bug#9318).
14545
14546 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
14547
14548 The following changes are to fix Bug#9318.
14549
14550 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
14551 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
14552 (encode_coding_iso_2022, encode_coding_sjis)
14553 (encode_coding_big5, encode_coding_charset): Use the above macros.
14554
14555 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
14556
14557 * lisp.h (process_quit_flag): Fix external declaration.
14558
14559 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 Don't macro-inline non-performance-critical code.
14562 * eval.c (process_quit_flag): New function.
14563 * lisp.h (QUIT): Use it.
14564
14565 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
14566
14567 * nsfns.m (get_geometry_from_preferences): New function.
14568 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
14569
14570 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
14571
14572 * emacs.c (Qkill_emacs): Define.
14573 (syms_of_emacs): Initialize it.
14574 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
14575 Qquit_flag to `kill-emacs' instead.
14576 (quit_throw_to_read_char): Add parameter `from_signal'.
14577 All callers changed. Call Fkill_emacs if requested and safe.
14578 * lisp.h (QUIT): Call Fkill_emacs if requested.
14579
14580 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
14581
14582 * widget.c (update_wm_hints): Return if wmshell is null.
14583 (widget_update_wm_size_hints): New function.
14584
14585 * widget.h (widget_update_wm_size_hints): Declare.
14586
14587 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
14588 widget_update_wm_size_hints (Bug#10104).
14589
14590 2011-12-03 Eli Zaretskii <eliz@gnu.org>
14591
14592 * xdisp.c (handle_invisible_prop): If the invisible text ends just
14593 before a newline, prepare the bidi iterator for consuming the
14594 newline, and keep the current paragraph direction. (Bug#10183)
14595 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
14596
14597 2011-12-02 Juri Linkov <juri@jurta.org>
14598
14599 * search.c (Fword_search_regexp): New Lisp function created from
14600 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
14601 (Fword_search_backward, Fword_search_forward)
14602 (Fword_search_backward_lax, Fword_search_forward_lax):
14603 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
14604 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
14605
14606 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14607
14608 * fileio.c (Finsert_file_contents): Move after-change-function call
14609 to before the "handled:" label, since all "goto handled" appear in
14610 cases where the *-change-functions have already been properly called
14611 (bug#10117).
14612
14613 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
14614
14615 * keyboard.c (interrupt_signal): Don't call kill-emacs when
14616 waiting for input. (Bug#10169)
14617
14618 2011-11-30 Eli Zaretskii <eliz@gnu.org>
14619
14620 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
14621 verifies glyph row's hash code--we have just reallocated the
14622 glyphs, so their contents can be complete garbage. (Bug#10164)
14623
14624 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
14625
14626 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
14627
14628 2011-11-30 Eli Zaretskii <eliz@gnu.org>
14629
14630 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
14631 attributes are tested _before_ calling verify_row_hash, to protect
14632 against GCC re-ordering of the tests. (Bug#10164)
14633
14634 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
14635
14636 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
14637
14638 * xterm.c (handle_one_xevent): Only set async_visible and friends
14639 if net_wm_state_hidden_seen is non-zero (Bug#10002)
14640 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
14641 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
14642
14643 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
14644
14645 Remove GCPRO-related macros that exist only to avoid shadowing locals.
14646 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
14647 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
14648 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
14649 All uses changed to use GCPRO1 etc.
14650 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
14651 Revert to old implementation (i.e., before 2011-03-11).
14652
14653 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14654
14655 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
14656 of scroll runs so as to avoid assigning disabled bogus rows and
14657 unnecessary graphics copy operations.
14658
14659 2011-11-27 Eli Zaretskii <eliz@gnu.org>
14660
14661 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
14662 (snprintf) [_MSC_VER]: Redirect to _snprintf.
14663 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
14664 (malloc, free, realloc, calloc): Redirect to e_* only when
14665 compiling Emacs.
14666
14667 * lisp.h (GCTYPEBITS): Move before first use.
14668 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
14669 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
14670 this macro definition.
14671
14672 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
14673 _MSC_VER.
14674
14675 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
14676
14677 * gtkutil.c (xg_create_frame_widgets):
14678 Call gtk_window_set_has_resize_grip (FALSE) if that function is
14679 present with Gtk+ 2.0.
14680
14681 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
14682
14683 * fileio.c (Finsert_file_contents): Undo previous change; see
14684 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
14685
14686 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
14687
14688 Rename locals to avoid shadowing.
14689 * fileio.c (Finsert_file_contents):
14690 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
14691 * process.c (wait_reading_process_output):
14692 Rename inner 'proc' to 'p' to avoid shadowing.
14693 Indent for consistency with usual Emacs style.
14694
14695 2011-11-25 Eli Zaretskii <eliz@gnu.org>
14696
14697 * xdisp.c (redisplay_window): If cursor row is not fully visible
14698 after recentering, and scroll-conservatively is set to a large
14699 number, scroll window by a few more lines to make the cursor fully
14700 visible and out of scroll-margin. (Bug#10105)
14701 (start_display): Don't move to the next line if the display should
14702 start at a newline that is part of a display vector or an overlay
14703 string. (Bug#10119)
14704
14705 2011-11-24 Juri Linkov <juri@jurta.org>
14706
14707 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
14708 after the `MagickPingImage' call. (Bug#10112)
14709
14710 2011-11-23 Chong Yidong <cyd@gnu.org>
14711
14712 * window.c (Fcoordinates_in_window_p): Accept only live windows.
14713
14714 2011-11-23 Martin Rudalics <rudalics@gmx.at>
14715
14716 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
14717 making another buffer current. (Bug#10114)
14718
14719 2011-11-23 Glenn Morris <rgm@gnu.org>
14720
14721 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
14722
14723 2011-11-23 Chong Yidong <cyd@gnu.org>
14724
14725 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
14726 using it (Bug#5984).
14727
14728 2011-11-22 Eli Zaretskii <eliz@gnu.org>
14729
14730 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
14731 and header-lines, as they don't have one computed for them.
14732 (Bug#10098)
14733
14734 * .gdbinit (prow): Make displayed values more self-explaining.
14735 Add row's hash code.
14736
14737 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14738
14739 * process.c (wait_reading_process_output): Fix asynchrounous
14740 GnuTLS socket handling on some versions of the GnuTLS library.
14741 (wait_reading_process_output): Add comment and URL.
14742
14743 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
14744
14745 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
14746
14747 2011-11-21 Chong Yidong <cyd@gnu.org>
14748
14749 * window.c (Fnext_window, Fprevious_window): Doc fix.
14750
14751 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14752
14753 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
14754
14755 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
14756
14757 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
14758
14759 2011-11-20 Martin Rudalics <rudalics@gmx.at>
14760
14761 * window.c (Fset_window_combination_limit): Rename argument
14762 STATUS to LIMIT.
14763 (Vwindow_combination_limit): Remove "status" from doc-string.
14764
14765 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
14766
14767 * m/ibms390.h: Remove.
14768 * m/ibms390x.h: Don't include "ibms390.h".
14769
14770 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
14773 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
14774
14775 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
14776
14777 * casetab.c (Fset_case_table):
14778 * charset.c (Fcharset_after): Fix typos.
14779
14780 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
14781
14782 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
14783 Otherwise, valgrind does not work on some platforms.
14784 Problem reported by Andreas Schwab in
14785 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
14786 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
14787 is set, removing the need for VIRT_ADDRESS_VARIES.
14788 (PURE_P): Use a more-efficient implementation that needs just one
14789 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
14790 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
14791 to 4 (xorl, subq, cmpq, setbe).
14792 * alloc.c (pure): Always extern now, since that's the
14793 VIRT_ADDR_VARIES behavior.
14794 (PURE_POINTER_P): Use a single comparison, not two, for
14795 consistency with the new puresize.h.
14796 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
14797 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
14798 Remove VIRT_ADDR_VARIES no longer needed.
14799
14800 2011-11-19 Eli Zaretskii <eliz@gnu.org>
14801
14802 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
14803 (erase_phys_cursor, update_window_cursor, show_mouse_face)
14804 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
14805 behave as if the cursor position were at the window margin.
14806
14807 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
14808 and the cursor position is out of bounds, behave as if the cursor
14809 position were at the window margin. (Bug#10075)
14810
14811 2011-11-18 Chong Yidong <cyd@gnu.org>
14812
14813 * window.c (Fwindow_combination_limit): Make first argument
14814 non-optional, since it is meaningless for live windows like the
14815 selected window.
14816
14817 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
14818
14819 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
14820
14821 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * intervals.c: Fix grafting over the whole buffer (bug#10071).
14824 (graft_intervals_into_buffer): Simplify.
14825
14826 2011-11-18 Eli Zaretskii <eliz@gnu.org>
14827
14828 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
14829 hash values of the two rows.
14830 (copy_row_except_pointers): Preserve the used[] arrays and the
14831 hash values of the two rows. (Bug#10035)
14832 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
14833
14834 * xdisp.c (row_hash): New function, body extracted from
14835 compute_line_metrics.
14836 (compute_line_metrics): Call row_hash, instead of computing the
14837 hash code inline.
14838
14839 * dispnew.c (verify_row_hash): Call row_hash for computing the
14840 hash code of a row, instead of duplicating code from xdisp.c.
14841
14842 * dispextern.h (row_hash): Add prototype.
14843
14844 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
14845
14846 * frame.c (delete_frame): Don't delete the terminal when the last
14847 X frame is closed if emacs is built with GTK toolkit.
14848
14849 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
14850
14851 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
14852
14853 2011-11-17 Martin Rudalics <rudalics@gmx.at>
14854
14855 * window.c (Vwindow_splits): Rename to
14856 Vwindow_combination_resize. Suggested by Juri Linkov.
14857 (Fsplit_window_internal): Use Vwindow_combination_resize instead
14858 of Vwindow_splits.
14859
14860 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14861
14862 * nsfns.m (Fns_font_name):
14863 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
14864
14865 2011-11-16 Martin Rudalics <rudalics@gmx.at>
14866
14867 * window.h (window): Rename slot "nest" to "combination_limit".
14868 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
14869 (Fset_window_nest): Rename to Fset_window_combination_limit.
14870 (Vwindow_nest): Rename to Vwindow_combination_limit.
14871 (recombine_windows, make_parent_window, make_window)
14872 (Fsplit_window_internal, saved_window)
14873 (Fset_window_configuration, save_window_save): Rename all
14874 occurrences of window_nest to window_combination_limit.
14875
14876 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14877
14878 * image.c (imagemagick_load_image): Fix typo.
14879
14880 2011-11-14 Eli Zaretskii <eliz@gnu.org>
14881
14882 * xdisp.c (display_line): Move the call to
14883 highlight_trailing_whitespace before the call to
14884 compute_line_metrics, since the latter needs to see the final
14885 faces of all the glyphs to compute ROW's hash value.
14886 Fixes assertion violations in row_equal_p. (Bug#10035)
14887
14888 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
14889
14890 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
14891 just return (bug#10044).
14892
14893 2011-11-12 Eli Zaretskii <eliz@gnu.org>
14894
14895 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
14896 with user-defined heap size. Bump the default size of the temacs
14897 heap to 27MB, to avoid memory warning when running temacs.
14898 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
14899
14900 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
14901 current_matrix and desired_matrix. (Bug#9990)
14902 (verify_row_hash) [XASSERTS]: New function.
14903 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
14904 that the hash value of glyph rows is correct.
14905
14906 2011-11-12 Martin Rudalics <rudalics@gmx.at>
14907
14908 * window.h (window): Remove splits slot.
14909 * window.c (Fwindow_splits, Fset_window_splits): Remove.
14910 (Fdelete_other_windows_internal, make_parent_window)
14911 (make_window, Fsplit_window_internal, Fdelete_window_internal)
14912 (Fset_window_configuration, save_window_save): Don't deal with
14913 split status of windows.
14914 (saved_window): Remove splits slot.
14915 (Vwindow_splits): Rewrite doc-string.
14916
14917 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
14918
14919 * xfns.c (unwind_create_frame):
14920 * nsfns.m (unwind_create_frame):
14921 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
14922 Vframe_list (Bug#9999).
14923
14924 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
14925
14926 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
14927
14928 2011-11-11 Kenichi Handa <handa@m17n.org>
14929
14930 * callproc.c (Fcall_process): Set the member dst_multibyte of
14931 process_coding.
14932
14933 2011-11-11 Johan Bockgård <bojohan@gnu.org>
14934
14935 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
14936 avoid a crash (bug#9496).
14937
14938 2011-11-09 Chong Yidong <cyd@gnu.org>
14939
14940 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
14941 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
14942
14943 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
14944
14945 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
14946
14947 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
14948
14949 Avoid some portability problems by eschewing 'extern inline' functions.
14950 The trivial performance wins aren't worth the portability hassles; see
14951 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
14952 et seq.
14953 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
14954 (window_box_width, window_box_left, window_box_left_offset)
14955 (window_box_right, window_box_right_offset): Undo previous change,
14956 by removing the "extern"s.
14957 * intervals.c (adjust_intervals_for_insertion)
14958 (adjust_intervals_for_deletion): Undo previous change,
14959 making these static again.
14960 (offset_intervals, temp_set_point_both, temp_set_point)
14961 (copy_intervals_to_string): No longer inline.
14962 * xdisp.c (window_text_bottom_y, window_box_width)
14963 (window_box_height, window_box_left_offset)
14964 (window_box_right_offset, window_box_left, window_box_right)
14965 (window_box): No longer inline.
14966
14967 2011-11-08 Chong Yidong <cyd@gnu.org>
14968
14969 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
14970 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
14971 Signal an error if not a live window.
14972 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
14973 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
14974
14975 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
14976
14977 * lisp.h (syms_of_abbrev): Remove declaration.
14978 Reported by CHENG Gao <chenggao@royau.me>.
14979
14980 2011-11-07 Eli Zaretskii <eliz@gnu.org>
14981
14982 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
14983 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
14984 of temacs in GUI mode.
14985
14986 2011-11-07 Martin Rudalics <rudalics@gmx.at>
14987
14988 * window.h: Declare delete_all_child_windows instead of
14989 delete_all_subwindows.
14990 * window.c (Fwindow_nest, Fset_window_nest)
14991 (Fset_window_new_total, Fset_window_new_normal)
14992 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
14993 (delete_all_subwindows): Rename to delete_all_child_windows.
14994 (Fdelete_other_windows_internal, Fset_window_configuration):
14995 Call delete_all_child_windows instead of delete_all_subwindows.
14996 * frame.c (delete_frame): Call delete_all_child_windows instead
14997 of delete_all_subwindows.
14998
14999 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
15000
15001 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
15002 This is also needed for porting to any host where GC_MARK_STACK is
15003 not GC_MAKE_GCPROS_NOOPS.
15004 (which_symbols): Use it.
15005
15006 2011-11-07 Kenichi Handa <handa@m17n.org>
15007
15008 * coding.c (coding_set_destination): Check coding->src_pos only
15009 when coding->src_object is a buffer (bug#9910).
15010
15011 * process.c (send_process): Set the member src_multibyte of coding
15012 to 0 (bug#9911) when sending a unibyte text.
15013
15014 * callproc.c (Fcall_process): Set the member src_multibyte of
15015 process_coding to 0 (bug#9912).
15016
15017 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15018
15019 * xmenu.c (cleanup_widget_value_tree): New function.
15020 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
15021 calling free_menubar_widget_value_tree directly (Bug#9830).
15022
15023 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
15024
15025 Fix some portability problems with 'inline'.
15026 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
15027 (window_box_width, window_box_left, window_box_left_offset)
15028 (window_box_right, window_box_right_offset): Declare extern.
15029 Otherwise, these inline functions do not conform to C99 and
15030 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
15031 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
15032 * intervals.c (adjust_intervals_for_insertion)
15033 (adjust_intervals_for_deletion): Now extern, because otherwise the
15034 extern inline functions 'offset_intervals' couldn't refer to it.
15035 (static_offset_intervals): Remove.
15036 (offset_intervals): Rewrite using the old contents of
15037 static_offset_intervals. The old version didn't conform to C99
15038 because an extern inline function contained a reference to an
15039 identifier with static linkage.
15040
15041 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
15042
15043 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
15044 GC.
15045
15046 2011-11-06 Eli Zaretskii <eliz@gnu.org>
15047
15048 * xdisp.c (init_iterator, reseat_to_string): Don't set the
15049 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
15050 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
15051 return Qleft_to_right.
15052
15053 2011-11-06 Chong Yidong <cyd@gnu.org>
15054
15055 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
15056 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
15057 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
15058 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
15059 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
15060 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
15061 (Fwindow_vscroll): Doc fix.
15062 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
15063 argument, since it makes no sense to pass a live window and for
15064 consistency with window-child.
15065
15066 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
15067
15068 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
15069 support MSVC.
15070
15071 2011-11-05 Jason Rumney <jasonr@gnu.org>
15072
15073 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
15074 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
15075 fonts (Bug#6029).
15076 (add_font_entity_to_list): Fix logic errors in mixed boolean and
15077 bitwise arithmetic preventing use of unicode-sip and non-truetype
15078 opentype fonts.
15079
15080 2011-11-05 Eli Zaretskii <eliz@gnu.org>
15081
15082 * s/ms-w32.h (fstat, stat, utime): Move redirections to
15083 "emacs"-only part.
15084
15085 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
15086 initialization code to keep similarity to xfns.c after changes
15087 from 2011-11-05.
15088
15089 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
15090
15091 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
15092 (unwind_create_frame): New function (Bug#9943).
15093 (Fx_create_frame): Restructure code to be more similar to the one in
15094 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
15095 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
15096 Move terminal->reference_count++ just before making the frame official
15097 (Bug#9943).
15098
15099 * nsterm.m (x_free_frame_resources): New function.
15100 (x_destroy_window): Move code to x_free_frame_resources.
15101
15102 * xfns.c (unwind_create_frame): Fix comment.
15103 (Fx_create_frame, x_create_tip_frame):
15104 Move terminal->reference_count++ just before making the frame
15105 official. Move initialization of image_cache_refcount and
15106 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
15107
15108 2011-11-05 Eli Zaretskii <eliz@gnu.org>
15109
15110 Support MSVC build with newer versions of Visual Studio.
15111 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
15112 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
15113 nt/gmake.defs.
15114
15115 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
15116 which are not supported by MSVC.
15117 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
15118 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
15119 bitfields.
15120 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
15121 types in bitfields.
15122 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
15123
15124 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
15125
15126 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
15127
15128 Support MSVC build with newer versions of Visual Studio.
15129 * w32.c: Don't include w32api.h for MSVC.
15130 (init_environment) [_MSC_VER]: Call sys_access, not _access.
15131
15132 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
15133 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
15134 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
15135 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
15136 e_* cousins.
15137 (alloca) [_MSC_VER]: Define to _alloca.
15138
15139 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
15140
15141 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
15142
15143 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15144
15145 * xdisp.c (note_mouse_highlight): If either of
15146 previous/next-single-property-change returns nil, treat that as
15147 the beginning or the end of the buffer. (Bug#9955)
15148
15149 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
15150
15151 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
15152 label is not null (Bug#9951).
15153 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
15154 may be NULL.
15155
15156 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15157
15158 * window.c (Fwindow_body_size): Mention in the doc string that the
15159 return value is in frame's canonical units. (Bug#9949)
15160
15161 2011-11-03 Eli Zaretskii <eliz@gnu.org>
15162
15163 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
15164
15165 * w32fns.c (unwind_create_frame): If needed, free the glyph
15166 matrices of the partially constructed frame. (Bug#9943)
15167 * xfns.c (unwind_create_frame): Likewise.
15168
15169 2011-11-01 Eli Zaretskii <eliz@gnu.org>
15170
15171 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
15172 Don't stop backward scan on the continuation glyph, even though
15173 its CHARPOS is positive.
15174 (mouse_face_from_buffer_pos, note_mouse_highlight):
15175 Rename cover_string to disp_string.
15176
15177 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15178
15179 * window.c (temp_output_buffer_show): Don't use
15180 Vtemp_buffer_show_specifiers.
15181 (Vtemp_buffer_show_specifiers): Remove unused variable.
15182
15183 2011-10-30 Eli Zaretskii <eliz@gnu.org>
15184
15185 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
15186 past the beginning of the current glyph matrix.
15187
15188 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
15189
15190 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
15191 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
15192 HAVE_GTK3 (Bug#9869).
15193
15194 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
15195 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
15196
15197 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
15198
15199 * xterm.c: Declare x_handle_net_wm_state to return int.
15200 (handle_one_xevent): Check if we are iconified but don't have
15201 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
15202 (get_current_wm_state): Return non-zero if not hidden,
15203 check for _NET_WM_STATE_HIDDEN (Bug#9893).
15204 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
15205 (x_handle_net_wm_state): Return what get_current_wm_state returns.
15206 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
15207
15208 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
15209
15210 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
15211 so that this new function doesn't get optimized away by a
15212 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
15213
15214 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
15215
15216 * frame.h (MOUSE_HL_INFO): Remove excess parens.
15217
15218 2011-10-29 Eli Zaretskii <eliz@gnu.org>
15219
15220 Fix the `xbytecode' command.
15221 * .gdbinit (xprintbytestr): New command.
15222 (xwhichsymbols): Rename from `which'; all callers changed.
15223 (xbytecode): Print the byte-code string as well.
15224
15225 2011-10-29 Kim Storm <storm@cua.dk>
15226
15227 * alloc.c (which_symbols): New function.
15228
15229 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
15230
15231 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
15232 line. (Bug#9903)
15233
15234 2011-10-29 Glenn Morris <rgm@gnu.org>
15235
15236 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
15237 Not clear what it was for, and it causes various bugs. (Bug#9839)
15238
15239 2011-10-28 Eli Zaretskii <eliz@gnu.org>
15240
15241 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
15242 possible random value that matches one of those tested as
15243 condition to clear the mouse face.
15244
15245 2011-10-28 Chong Yidong <cyd@gnu.org>
15246
15247 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
15248
15249 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15250
15251 * window.c (make_window): Initialize phys_cursor_on_p.
15252
15253 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 * lisp.h (struct Lisp_Symbol): Update comments.
15256
15257 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
15258
15259 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
15260
15261 2011-10-28 Eli Zaretskii <eliz@gnu.org>
15262
15263 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
15264 <oslsachem@gmail.com> for helping to debug this.
15265
15266 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
15267 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
15268 (g_b_init_get_glyph_outline_w): New static variables.
15269 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
15270 (GetGlyphOutlineW_Proc): New typedefs.
15271 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
15272 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
15273 New functions.
15274 (w32font_open_internal, compute_metrics):
15275 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
15276 instead of calling the "wide" APIs directly.
15277
15278 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
15279
15280 * w32.h (syms_of_w32font): Add prototype.
15281
15282 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
15283
15284 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
15285 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
15286 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
15287 (Fmove_to_window_line): Doc fix.
15288
15289 2011-10-27 Chong Yidong <cyd@gnu.org>
15290
15291 * process.c (make_process): Set gnutls_state to NULL.
15292
15293 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
15294 non-NULL, regardless of GNUTLS_INITSTAGE.
15295 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
15296 an error. Set process slots as soon as we allocate them.
15297
15298 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
15299
15300 2011-10-27 Chong Yidong <cyd@gnu.org>
15301
15302 * gnutls.c (emacs_gnutls_deinit): New function.
15303 Deallocate credentials structures as well as calling gnutls_deinit.
15304 (Fgnutls_deinit, Fgnutls_boot): Use it.
15305
15306 * process.c (make_process): Initialize GnuTLS credentials to NULL.
15307 (deactivate_process): Call emacs_gnutls_deinit.
15308
15309 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
15310
15311 * image.c (x_create_x_image_and_pixmap):
15312 * w32.c (sys_rename, w32_delayed_load):
15313 * w32font.c (fill_in_logfont):
15314 * w32reg.c (x_get_string_resource): Silence compiler warnings.
15315
15316 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
15317
15318 * w32fns.c (w32_default_color_map): New function,
15319 extracted from Fw32_default_color_map.
15320 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
15321
15322 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
15323
15324 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
15325
15326 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15327
15328 * keyboard.c (test_undefined): New function (bug#9751).
15329 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
15330
15331 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
15332
15333 * sysdep.c (init_sys_modes): Fix the check for the controlling
15334 terminal (Bug#6649).
15335
15336 2011-10-20 Eli Zaretskii <eliz@gnu.org>
15337
15338 * dispextern.h (struct bidi_it): New member next_en_type.
15339
15340 * bidi.c (bidi_line_init): Initialize the next_en_type member.
15341 (bidi_resolve_explicit_1): When next_en_pos is valid for the
15342 current character, check also for next_en_type being WEAK_EN.
15343 (bidi_resolve_weak): Don't enter the expensive loop if the current
15344 position is before next_en_pos. Record the bidi type of the first
15345 non-ET, non-BN character we find, in addition to its position.
15346 (bidi_level_of_next_char): Invalidate next_en_type when
15347 next_en_pos is over-stepped.
15348
15349 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
15350
15351 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
15352 * editfns.c: Rewrite current-time-zone so that it invokes
15353 the equivalent of (format-time-string "%Z") to get the time zone name.
15354 This fixes a bug when the time zone name contains characters that
15355 need converting from the system time locale to Emacs internal format.
15356 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
15357 that patch fixed format-time-string to do the conversion, but
15358 I forgot to fix current-time-zone.
15359 (format_time_string): New function, containing most of
15360 what Fformat_time_string used to contain.
15361 (Fformat_time_string): Rewrite in terms of format_time_string.
15362 This doesn't change this function's behavior.
15363 (current-time-zone): Rewrite to use format_time_string.
15364 This fixes the bug reported by Michael Schierl in
15365 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
15366 Jason Rumney's 2007-06-07 change worked around this bug, but
15367 didn't fix it.
15368 * systime.h (tzname, timezone): Remove no-longer-used declarations.
15369
15370 2011-10-19 Eli Zaretskii <eliz@gnu.org>
15371
15372 * xdisp.c (start_display): If the character at POS is displayed
15373 via a display vector, reset IT->current.dpvec_index to zero.
15374 (try_window_reusing_current_matrix): If a line ends in a display
15375 vector or the next line starts in a display vector, continue
15376 redrawing the window even though the character position of
15377 start_row was reached.
15378 (Bug#9771, part 2)
15379
15380 2011-10-18 Chong Yidong <cyd@gnu.org>
15381
15382 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
15383 with nobreak-char-display too.
15384
15385 2011-10-18 Eli Zaretskii <eliz@gnu.org>
15386
15387 Fix part 3 of bug#9771.
15388 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
15389 (bidi_resolve_neutral): Don't enter the expensive loop looking for
15390 non-neutral characters if the current character is a paragraph
15391 separator (a.k.a. Newline). This avoids running the same
15392 expensive loop twice, once when we consume the preceding newline
15393 and the other time when the line actually needs to be displayed.
15394 Avoid the loop when we see neutrals on the base embedding level
15395 following a character whose directionality is the same as the
15396 paragraph's. This avoids running the expensive loop when a line
15397 ends in a long sequence of neutrals, like control characters.
15398 Add assertion against STRONG_AL type. Slightly rearrange code
15399 that determines the type of a neutral given the first non-neutral
15400 that follows it.
15401 (bidi_level_of_next_char): Set next_en_pos to zero when
15402 invalidating its info.
15403
15404 2011-10-17 Eli Zaretskii <eliz@gnu.org>
15405
15406 * xdisp.c (push_display_prop): Determine whether to record string
15407 or buffer position by IT->string, not by IT->method. Allow
15408 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
15409 (move_it_vertically_backward): Don't look for character position
15410 immediately after the newline when in a continuation line.
15411 (Bug#9771, part 1)
15412
15413 2011-10-15 Martin Rudalics <rudalics@gmx.at>
15414
15415 * window.c (coordinates_in_window): Rewrite and delabelize
15416 vertical border check. (Bug#5357) (Bug#9618)
15417
15418 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15419
15420 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
15421 errors in XSetWindowBorder (bug#9310).
15422
15423 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
15424
15425 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
15426 avoid crash when xmalloc overrun checking is enabled.
15427
15428 2011-10-13 Eli Zaretskii <eliz@gnu.org>
15429
15430 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
15431 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
15432 cursor motion with <left> and <right> arrow keys.
15433
15434 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
15435 some callers set that themselves.
15436
15437 2011-10-12 Eli Zaretskii <eliz@gnu.org>
15438
15439 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
15440 display string and the previous row comes from the same string and
15441 is empty. (Bug#9739) (Bug#9738)
15442
15443 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * doc.c (get_doc_string): Encode file name (bug#9735).
15446
15447 2011-10-12 Eli Zaretskii <eliz@gnu.org>
15448
15449 * bidi.c (bidi_level_of_next_char):
15450 * xdisp.c (get_visually_first_element): Remove old incorrect
15451 comments regarding the Unicode Line Separator character.
15452
15453 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
15454
15455 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
15456
15457 * alloc.c (Fgc_status): Do not access beyond zombies array
15458 boundary if nzombies > MAX_ZOMBIES.
15459 * alloc.c (dump_zombies): Add missing format specifier.
15460
15461 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
15462
15463 * xdisp.c (set_cursor_from_row): Simplify conditionals,
15464 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
15465
15466 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
15467 Some packages use them to denote characters with modifiers.
15468
15469 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
15470
15471 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
15472 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
15473 matching a pp-number. Rename parameter var to var1.
15474
15475 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
15478
15479 2011-10-08 Glenn Morris <rgm@gnu.org>
15480
15481 * callint.c (Fcall_interactively): Give a more explicit error for the
15482 'c' case with a non-character input. (Bug#8479)
15483
15484 2011-10-08 Eli Zaretskii <eliz@gnu.org>
15485
15486 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
15487 lines.
15488 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
15489 lines that are hscrolled on the left.
15490
15491 * dispnew.c (buffer_posn_from_coords): Account for a possible
15492 presence of header-line. (Bug#4426)
15493
15494 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
15497 Don't advertise functionality which we discourage or doesn't work.
15498
15499 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
15500
15501 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
15502 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
15503 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
15504 this makes Emacs dump core during garbage collection on rare
15505 occasions. sizeof is obviously inferior to offsetof here, so
15506 stick with offsetof.
15507 (GC_POINTER_ALIGNMENT): New macro.
15508 (mark_memory): Omit 3rd (offset) arg; caller changed.
15509 Don't assume EMACS_INT alignment is the same as pointer alignment.
15510
15511 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * keyboard.c (read_key_sequence_remapped): New var.
15514 (read_key_sequence): Compute remapping in the right buffer.
15515 (command_loop_1): Use read_key_sequence's remapping directly.
15516
15517 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * dired.c (file_name_completion): Don't expand file name.
15520 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
15521 before checking file name handler.
15522
15523 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
15524 they've been requested explicitly (bug#9591).
15525
15526 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
15527
15528 * keymap.c (Fsingle_key_description): Use make_specified_string
15529 instead of build_string to build string from push_key_description.
15530 (Bug#5193)
15531
15532 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
15533
15534 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
15535 This fixes a Y2038 bug on 64-bit hosts.
15536 * buffer.c (reset_buffer):
15537 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
15538 (Fclear_buffer_auto_save_failure):
15539 Use 0, not -1, to represent an unset failure time, since time_t
15540 might not be signed.
15541
15542 Remove dependency on glibc malloc internals.
15543 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
15544 Move back here from lisp.h, but with their new implementations.
15545 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
15546 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
15547 * charset.c (charset_table_init): New static var.
15548 (syms_of_charset): Use it instead of xmalloc. This removes a
15549 dependency on glibc malloc internals. See Eli Zaretskii's comment in
15550 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
15551 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
15552 Move back to alloc.c.
15553 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
15554 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
15555
15556 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
15557
15558 * nsterm.m (windowDidResize): Call x_set_window_size only when
15559 ns_in_resize is true. Otherwise set pixelwidth/height and
15560 call change_frame_size (Bug#9628).
15561
15562 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
15563
15564 Port --enable-checking=all to Fedora 14 x86-64.
15565 * charset.c (syms_of_charset): Also account for glibc malloc's
15566 internal overhead when calculating the initial malloc maximum.
15567
15568 Port --enable-checking=all to Fedora 14 x86.
15569 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
15570 Move to lisp.h.
15571 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
15572 (overrun_check_realloc, overrun_check_free):
15573 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
15574 That way, xmalloc returns a properly-aligned pointer even if
15575 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
15576 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
15577 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
15578 into account when calculating the initial malloc maximum.
15579 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
15580 Move here from alloc.c, so that charset.c can use it too.
15581 Properly align; the old code wasn't right for common 32-bit hosts
15582 when configured with --enable-checking=all.
15583 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
15584 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
15585
15586 2011-09-29 Eli Zaretskii <eliz@gnu.org>
15587
15588 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
15589 use EDOM.
15590
15591 2011-09-28 Eli Zaretskii <eliz@gnu.org>
15592
15593 * xdisp.c (compute_display_string_end): If there's no display
15594 string at CHARPOS, return -1.
15595
15596 * bidi.c (bidi_fetch_char): When compute_display_string_end
15597 returns a negative value, treat the character as a normal
15598 character not covered by a display string. (Bug#9624)
15599
15600 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
15601
15602 * lread.c (Fread_from_string): Fix typo in docstring.
15603
15604 2011-09-27 Eli Zaretskii <eliz@gnu.org>
15605
15606 * xdisp.c (handle_invisible_prop): If invisible text ends on a
15607 newline, reseat the iterator instead of bidi-iterating there one
15608 character at a time. (Bug#9610)
15609 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
15610 TO_CHARPOS if the bidi iterator is at base embedding level.
15611
15612 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
15613
15614 * lread.c (readevalloop): Use correct code for NBSP.
15615 (read1): Likewise. (Bug#9608)
15616
15617 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
15618
15619 * dbusbind.c (Fdbus_register_signal): When service is not
15620 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
15621
15622 2011-09-25 Glenn Morris <rgm@gnu.org>
15623
15624 * buffer.c (truncate-lines): Doc fix.
15625
15626 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
15627
15628 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
15629 (Fset_window_next_buffers): Doc fix.
15630
15631 2011-09-24 Glenn Morris <rgm@gnu.org>
15632
15633 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
15634
15635 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
15636
15637 Fix minor problems found by static checking.
15638 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
15639 * indent.c (Fvertical_motion): Fix == vs = typo.
15640
15641 2011-09-24 Eli Zaretskii <eliz@gnu.org>
15642
15643 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
15644 Default value is now t. Doc fix.
15645
15646 * indent.c (Fvertical_motion): Compute and apply the overshoot
15647 logic when moving up, not only when moving down. Fix the
15648 confusing name and values of the it_overshoot_expected variable;
15649 logic changes accordingly. (Bug#9254) (Bug#9549)
15650
15651 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
15652 CHARPOS is covered by a display string which includes newlines.
15653 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
15654 is covered by a display string with embedded newlines.
15655
15656 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
15657
15658 * dbusbind.c (Fdbus_register_signal): Add match rule to
15659 Vdbus_registered_objects_table. (Bug#9581)
15660 (Fdbus_register_method, Vdbus_registered_objects_table):
15661 Fix docstring.
15662
15663 2011-09-24 Jim Meyering <meyering@redhat.com>
15664
15665 do not ignore write error for any output size
15666 The previous change was incomplete.
15667 While it makes emacs --batch detect the vast majority of stdout
15668 write failures, errors were still ignored whenever the output size is
15669 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
15670 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
15671 && echo FAIL: ignored write error
15672 FAIL: ignored write error
15673 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
15674 && echo FAIL: ignored write error
15675 FAIL: ignored write error
15676 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
15677
15678 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15679
15680 * emacs.c (Fkill_emacs): In noninteractive mode exit
15681 non-successfully if a write error occurred on stdout. (Bug#9574)
15682
15683 2011-09-21 Eli Zaretskii <eliz@gnu.org>
15684
15685 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
15686 the xassert test.
15687
15688 * dispextern.h (struct it): Update the comment documenting what
15689 can it->OBJECT be.
15690
15691 2011-09-20 Eli Zaretskii <eliz@gnu.org>
15692
15693 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
15694 a display string, extend search for cursor position to end of row.
15695 (find_row_edges): If the row ends in a newline from a display
15696 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
15697 Handle the case of a display string with multiple newlines.
15698 (Fcurrent_bidi_paragraph_direction): Fix search for previous
15699 non-empty line. Fixes confusing cursor motion with arrow keys at
15700 the beginning of a line that starts with whitespace.
15701
15702 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15703
15704 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
15705 (bug#9493).
15706
15707 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15708
15709 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
15710 boolean (Bug#9154).
15711
15712 2011-09-18 Eli Zaretskii <eliz@gnu.org>
15713
15714 * xdisp.c (display_line): Record maximum and minimum buffer
15715 positions even if no glyphs were produced (e.g., by a zero-width
15716 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
15717 buffer positions that will be removed from the glyph row because
15718 they don't fit.
15719 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
15720 column is beyond frame width: don't subtract 1 "pixel" when
15721 computing width of the stretch.
15722 (reseat_at_next_visible_line_start): Undo the change made on
15723 2011-09-17 that saved paragraph information and restored it after
15724 the call to `reseat'. (Bug#9545)
15725
15726 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15727
15728 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
15729 and turn window cursor on if cleared (Bug#9415).
15730
15731 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
15732
15733 * search.c (boyer_moore): Take unibyte characters from pattern
15734 literally. (Bug#9458)
15735
15736 2011-09-18 Eli Zaretskii <eliz@gnu.org>
15737
15738 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
15739
15740 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
15741
15742 Fix minor problem found by static checking.
15743 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
15744 initialized, to pacify gcc -Wuninitialized.
15745
15746 * fileio.c: Report proper errno when syscall falls.
15747 (Finsert_file_contents): Save and restore errno,
15748 so that report_file_error outputs the correct diagnostic.
15749 (Fwrite_region) [CLASH_DETECTION]: Likewise.
15750
15751 2011-09-18 Eli Zaretskii <eliz@gnu.org>
15752
15753 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
15754
15755 2011-09-17 Eli Zaretskii <eliz@gnu.org>
15756
15757 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
15758 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
15759
15760 2011-09-17 Eli Zaretskii <eliz@gnu.org>
15761
15762 * xdisp.c (reseat_at_next_visible_line_start): Keep information
15763 about the current paragraph and restore it after the call to reseat.
15764
15765 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
15766 (bidi_find_paragraph_start): Search back for paragraph beginning
15767 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
15768 (bidi_move_to_visually_next): Only trigger paragraph-related
15769 computations when the last character is a newline or at EOB, not
15770 just any NEUTRAL_B. (Bug#9470)
15771
15772 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
15773 truncated lines if point is covered by a display string. (Bug#9524)
15774
15775 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
15776
15777 * xselect.c: Relax test for outgoing X longs (Bug#9498).
15778 (cons_to_x_long): New function.
15779 (lisp_data_to_selection_data): Use it. Correct the test for
15780 short-versus-long data; it was negated. Break out of vector
15781 loop, for efficiency, when a long datum is discovered.
15782
15783 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15784
15785 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
15786
15787 2011-09-16 Eli Zaretskii <eliz@gnu.org>
15788
15789 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
15790 GCC PR/17406) by declaring this function with external scope.
15791
15792 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
15793
15794 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
15795 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
15796
15797 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
15798
15799 * editfns.c (Fformat): Correctly handle text properties on "%%".
15800
15801 2011-09-15 Eli Zaretskii <eliz@gnu.org>
15802
15803 * xterm.c (x_draw_composite_glyph_string_foreground):
15804 * w32term.c (x_draw_composite_glyph_string_foreground):
15805 * term.c (encode_terminal_code):
15806 * composite.c (composition_update_it, get_composition_id):
15807 * xdisp.c (get_next_display_element)
15808 (fill_composite_glyph_string): Add comments about special meaning
15809 of TAB characters in a composition.
15810
15811 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
15812
15813 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
15814 This occurs when processing a multibyte format.
15815 Problem reported by Wolfgang Jenker.
15816
15817 2011-09-15 Johan Bockgård <bojohan@gnu.org>
15818
15819 * xdisp.c (try_cursor_movement): Only check for exact match if
15820 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
15821
15822 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
15823
15824 Remove unused external symbols.
15825 * dispextern.h (calc_pixel_width_or_height): Remove decl.
15826 * xdisp.c (calc_pixel_width_or_height): Now static.
15827 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
15828 * indent.c (check_display_width):
15829 * w32term.c: Fix comment to match code.
15830 * xterm.c, xterm.h (x_catching_errors): Remove.
15831
15832 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
15833
15834 * xselect.c: Use signed conversions more consistently (Bug#9498).
15835 (selection_data_to_lisp_data): Assume incoming selection data are
15836 signed integers, not unsigned. This is to be consistent with
15837 outgoing selection data, which was modified to use signed integers
15838 in as part of the fix to Bug#9196 in response to Jan D.'s comment
15839 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
15840 expects long, not unsigned long.
15841
15842 2011-09-14 Eli Zaretskii <eliz@gnu.org>
15843
15844 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
15845 computation of loop end. Reported by Johan Bockgård
15846 <bojohan@gnu.org>.
15847
15848 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15849
15850 * frame.c (Fother_visible_frames_p): Function deleted.
15851
15852 2011-09-12 Eli Zaretskii <eliz@gnu.org>
15853
15854 * indent.c (compute_motion): Process display vector front to back
15855 rather than the other way around. (Bug#2496)
15856
15857 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
15860
15861 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15862
15863 * minibuf.c (Fread_from_minibuffer): Doc fix.
15864
15865 2011-09-11 Eli Zaretskii <eliz@gnu.org>
15866
15867 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
15868 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
15869
15870 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15871
15872 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
15873 value for non-existent files.
15874
15875 2011-09-11 Eli Zaretskii <eliz@gnu.org>
15876
15877 * fileio.c (Finsert_file_contents): If the file cannot be opened,
15878 set its "size" to -1. This will set the modtime_size field of
15879 the corresponding buffer to -1, which is what
15880 verify-visited-file-modtime expects for files that do not exist.
15881 (Bug#9139)
15882
15883 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
15884
15885 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
15886 here ...
15887 * lisp.h: ... from here. push_key_description is no longer
15888 defined in keyboard.c, so its declaration should not be in
15889 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
15890 logically belongs with push_key_description.
15891
15892 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
15893
15894 * buffer.h: Include <sys/types.h> instead of <time.h>.
15895 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
15896 Problem reported by Herbert J. Skuhra.
15897
15898 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15899
15900 * xml.c (parse_region): Make the parsing work for
15901 non-comment-starting XML files again (bug#9144).
15902
15903 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
15904
15905 * image.c (gif_load): Fix calculation of bottom and right corner.
15906 (Bug#9468)
15907
15908 2011-09-10 Eli Zaretskii <eliz@gnu.org>
15909
15910 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
15911 redisplay in small windows.
15912
15913 2011-09-09 Eli Zaretskii <eliz@gnu.org>
15914
15915 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
15916
15917 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15918
15919 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
15920 Operate on live windows only.
15921
15922 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
15923
15924 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
15925
15926 2011-09-07 Eli Zaretskii <eliz@gnu.org>
15927
15928 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
15929 only under bidi iteration.
15930
15931 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
15932
15933 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
15934
15935 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
15936
15937 isnan: Fix porting problem to Solaris 10 with bundled gcc.
15938 Without this fix, the command to link temacs failed due to an
15939 undefined symbol __builtin_isnan. This is because
15940 /usr/include/iso/math_c99.h #defines isnan(x) to
15941 __builtin_isnan(x), but the bundled gcc, which identifies itself
15942 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
15943 a __builtin_isnan.
15944 * floatfns.c (isnan): #undef, and then #define to a clone of
15945 what's in data.c.
15946 (Fisnan): Always define, since it's always available now.
15947 (syms_of_floatfns): Always define isnan at the Lisp level.
15948
15949 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
15950
15951 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
15952
15953 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
15954
15955 * fileio.c: Fix bugs with large file offsets (Bug#9428).
15956 The previous code assumed that file offsets (off_t values) fit in
15957 EMACS_INT variables, which is not true on typical 32-bit hosts.
15958 The code messed up by falsely reporting buffer overflow in cases
15959 such as (insert-file-contents "big" nil 1 2) into an empty buffer
15960 when "big" contains more than 2**29 bytes, even though this
15961 inserts just one byte and does not overflow the buffer.
15962 (Finsert_file_contents): Store file offsets as off_t
15963 values, not as EMACS_INT values. Check for overflow when
15964 converting between EMACS_INT and off_t. When checking for
15965 buffer overflow or for overlap, take the offsets into account.
15966 Don't use EMACS_INT for small values where int suffices.
15967 When checking for overlap, fix a typo: ZV was used where
15968 ZV_BYTE was intended.
15969 (Fwrite_region): Don't assume off_t fits into 'long'.
15970 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
15971
15972 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
15973
15974 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
15975
15976 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
15977
15978 sprintf-related integer and memory overflow issues (Bug#9412).
15979
15980 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
15981 (esprintf, exprintf, evxprintf): New functions.
15982 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
15983 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
15984 (modify_event_symbol): Do not assume that the length of
15985 name_alist_or_stem is safe to alloca and fits in int.
15986 (Fexecute_extended_command): Likewise for function name and binding.
15987 (Frecursion_depth): Wrap around reliably on integer overflow.
15988 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
15989 since some callers pass EMACS_INT values.
15990 (Fsingle_key_description): Don't crash if symbol name contains more
15991 than MAX_ALLOCA bytes.
15992 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
15993 (get_minibuffer): Arg is now EMACS_INT, not int.
15994 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
15995 (esprintf, exprintf, evxprintf): New decls.
15996 * window.h (command_loop_level, minibuf_level): Reflect API changes.
15997
15998 * dbusbind.c (signature_cat): New function.
15999 (xd_signature, Fdbus_register_signal):
16000 Do not overrun buffer; instead, report string overflow.
16001
16002 * dispnew.c (add_window_display_history): Don't overrun buffer.
16003 Truncate instead; this is OK since it's just a log.
16004
16005 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
16006 even if the time zone offset is outlandishly large.
16007 Don't mishandle offset == INT_MIN.
16008
16009 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
16010 when creating daemon; the previous buffer-overflow check was incorrect.
16011
16012 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
16013 which has the guts of the old verror function.
16014
16015 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
16016 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
16017
16018 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
16019 (font_unparse_xlfd): Don't blindly alloca long strings.
16020 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
16021 fits in int, when using sprintf. Use single snprintf to count
16022 length of string rather than counting it via multiple sprintfs;
16023 that's simpler and more reliable.
16024 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
16025 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
16026 sprintf, in case result does not fit in int.
16027
16028 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
16029 (fontset_from_font): Print it.
16030
16031 * frame.c (tty_frame_count): Now printmax_t, not int.
16032 (make_terminal_frame, set_term_frame_name): Print it.
16033 (x_report_frame_params): In X, window IDs are unsigned long,
16034 not signed long, so print them as unsigned.
16035 (validate_x_resource_name): Check for implausibly long names,
16036 and don't assume name length fits in 'int'.
16037 (x_get_resource_string): Don't blindly alloca invocation name;
16038 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
16039 not fit in int.
16040
16041 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
16042 (xg_check_special_colors, xg_set_geometry):
16043 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
16044
16045 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
16046 Use esprintf, not sprintf, in case result does not fit in int.
16047
16048 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
16049 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
16050 it as a large positive number.
16051 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
16052 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
16053
16054 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
16055 in case result does not fit in int.
16056
16057 * print.c (float_to_string): Detect width overflow more reliably.
16058 (print_object): Make sprintf buffer a bit bigger, to avoid potential
16059 buffer overrun. Don't assume list length fits in 'int'. Treat
16060 print length of 0 as 0, not as infinity; to be consistent with other
16061 uses of print length in this function. Don't overflow print length
16062 index. Don't assume hash table size fits in 'long', or that
16063 vectorlike size fits in 'unsigned long'.
16064
16065 * process.c (make_process): Use printmax_t, not int, to format
16066 process-name gensyms.
16067
16068 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
16069
16070 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
16071 to avoid potential buffer overrun.
16072
16073 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
16074 if X resource line is longer than 512 bytes.
16075
16076 * xfns.c (x_window): Make sprintf buffer a bit bigger
16077 to avoid potential buffer overrun.
16078
16079 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
16080
16081 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
16082
16083 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
16084
16085 Integer overflow fixes for scrolling, etc.
16086 Without these, Emacs silently mishandles large integers sometimes.
16087 For example, "C-u 4294967297 M-x recenter" was treated as if
16088 it were "C-u 1 M-x recenter" on a typical 64-bit host.
16089
16090 * xdisp.c (try_window_id): Check Emacs fixnum range before
16091 converting to 'int'.
16092
16093 * window.c (window_scroll_line_based, Frecenter):
16094 Check that an Emacs fixnum is in range before assigning it to 'int'.
16095 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
16096 values converted from Emacs fixnums.
16097 (Frecenter): Don't wrap around a line count if it is out of 'int'
16098 range; instead, treat it as an extreme value.
16099 (Fset_window_configuration, compare_window_configurations):
16100 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
16101
16102 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
16103 that can exceed INT_MAX. Check that EMACS_INT value is in range
16104 before assigning it to the (possibly-narrower) index.
16105 (match_limit): Don't assume that a fixnum can fit in 'int'.
16106
16107 * print.c (print_object): Use ptrdiff_t, not int, for index that can
16108 exceed INT_MAX.
16109
16110 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
16111 (Fvertical_motion): Don't wrap around LINES values that don't fit
16112 in 'int'. Instead, treat them as extreme values. This is good
16113 enough for windows, which can't have more than INT_MAX lines anyway.
16114
16115 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16116
16117 * Require libxml/parser.h to avoid compilation warning.
16118
16119 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
16120
16121 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
16122 since this reportedly can destroy thread storage.
16123
16124 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
16125
16126 * syntax.c (find_defun_start): Update all cache variables if
16127 exiting early (Bug#9401).
16128
16129 2011-08-30 Eli Zaretskii <eliz@gnu.org>
16130
16131 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
16132
16133 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
16134 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
16135 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
16136
16137 * term.c (tty_append_glyph): New function.
16138 (produce_stretch_glyph): Static function and its prototype deleted.
16139
16140 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
16141 Add prototypes.
16142
16143 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
16144
16145 * image.c (parse_image_spec): Check for nonnegative, not for positive,
16146 when checking :margin (Bug#9390).
16147 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
16148 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
16149 so that the name doesn't mislead. All uses changed.
16150
16151 2011-08-28 Johan Bockgård <bojohan@gnu.org>
16152
16153 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
16154 set_tty_hooks.
16155
16156 2011-08-27 Eli Zaretskii <eliz@gnu.org>
16157
16158 * xdisp.c (move_it_to): Don't bail out early when reaching
16159 position beyond to_charpos, if we are scanning backwards.
16160 (move_it_vertically_backward): When DY == 0, make sure we get to
16161 the first character in the line after the newline.
16162
16163 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
16164
16165 * ccl.c: Improve and simplify overflow checking (Bug#9196).
16166 (ccl_driver): Do not generate an out-of-range pointer.
16167 (Fccl_execute_on_string): Remove unnecessary check for
16168 integer overflow, noted by Stefan Monnier in
16169 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
16170 Remove a FIXME that didn't need fixing.
16171 Simplify the newly-introduced buffer reallocation code.
16172
16173 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
16174
16175 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
16176
16177 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
16178
16179 Integer and memory overflow issues (Bug#9196).
16180
16181 * doc.c (get_doc_string): Rework so that
16182 get_doc_string_buffer_size is the actual buffer size, rather than
16183 being 1 less than the actual buffer size; this makes xpalloc more
16184 convenient.
16185
16186 * image.c (x_allocate_bitmap_record, cache_image):
16187 * xselect.c (Fx_register_dnd_atom):
16188 Simplify previous changes by using xpalloc.
16189
16190 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
16191 since either will do and ptrdiff_t is convenient with xpalloc.
16192
16193 * charset.c (charset_table_size)
16194 (struct charset_sort_data.priority): Now ptrdiff_t.
16195 (charset_compare): Don't overflow if priorities differ greatly.
16196 (Fsort_charsets): Don't assume list length fits in int.
16197 Check for size-calculation overflow when allocating sort data.
16198 (syms_of_charset): Allocate an initial charset table that is
16199 just under 64 KiB, to avoid problems with glibc malloc and mmap.
16200
16201 * cmds.c (internal_self_insert): Check for size-calculation overflow.
16202
16203 * composite.h (struct composition.glyph_len): Now int, not unsigned.
16204 The actual value is always <= INT_MAX, and leaving it unsigned made
16205 overflow checking harder.
16206
16207 * dispextern.h (struct glyph_matrix.rows_allocated)
16208 (struct face_cache.size): Now ptrdiff_t, for convenience in use
16209 with xpalloc. The values are still always <= INT_MAX.
16210
16211 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
16212
16213 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
16214 (SAFE_NALLOCA): New macro.
16215
16216 * region-cache.c (struct boundary.pos, find_cache_boundary)
16217 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
16218 (set_cache_region, invalidate_region_cache)
16219 (revalidate_region_cache, know_region_cache, region_cache_forward)
16220 (region_cache_backward, pp_cache):
16221 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
16222 so that ptrdiff_t * can be passed to xpalloc.
16223 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
16224 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
16225 (pp_cache): Don't assume cache_len fits in int.
16226 * region-cache.h: Adjust extern decls to match.
16227
16228 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
16229 EMACS_INT, since either will do, for xpalloc.
16230
16231 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
16232 (xnmalloc, xnrealloc, xpalloc): New functions.
16233
16234 * bidi.c (bidi_shelve_header_size): New constant.
16235 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
16236 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
16237
16238 * bidi.c (bidi_cache_shrink):
16239 * buffer.c (overlays_at, overlays_in, record_overlay_string)
16240 (overlay_strings):
16241 Don't update size of array until after memory allocation succeeds,
16242 because xmalloc/xrealloc may not return.
16243 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
16244 now that we have proper integer overflow checking.
16245 (record_overlay_string, overlay_strings): Catch overflows when
16246 calculating size of overlay_str_buf.
16247
16248 * callproc.c (Fcall_process): Check for size overflow when
16249 calculating size of args2.
16250 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
16251 Normally we prefer signed values, but sticking with ptrdiff_t would
16252 require adding more-complicated checks.
16253
16254 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
16255 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
16256 Redo buffer-overflow calculations to avoid integer overflow.
16257 Add a FIXME comment where memory seems to be over-allocated.
16258
16259 * character.c (Fstring): Check for size-calculation overflow.
16260
16261 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
16262 unnecessary integer overflow. Check for size overflow.
16263 (encode_coding_object): Don't update size until xmalloc succeeds.
16264
16265 * composite.c (get_composition_id): Check for overflow in glyph
16266 length calculations.
16267
16268 Integer and memory overflow fixes for display code.
16269 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
16270 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
16271 (scrolling_window): Check for overflow in size calculations.
16272 (line_draw_cost, realloc_glyph_pool, add_row_entry):
16273 Don't assume glyph table len fits in int.
16274 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
16275 (row_table_size): Now ptrdiff_t, not int.
16276 (scrolling_window): Avoid overflow in size calculations.
16277 Don't update size until allocation succeeds.
16278 * fns.c (concat): Check for overflow in size calculations.
16279 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
16280 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
16281 (NEXT_ALMOST_PRIME_LIMIT): New constant.
16282
16283 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
16284 (get_doc_string): Check for size calculation overflow.
16285 Don't update size until allocation succeeds.
16286 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
16287 EMACS_INT, where ptrdiff_t will do.
16288 (Fsubstitute_command_keys): Check for string overflow.
16289
16290 * editfns.c (set_time_zone_rule): Don't assume environment length
16291 fits in int.
16292 (message_length): Now ptrdiff_t, not int.
16293 (Fmessage_box): Don't update size until allocation succeeds.
16294 Don't assume message length fits in int.
16295 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
16296
16297 * emacs.c (main): Do not reallocate argv, since there is a null at
16298 the end that can be overwritten, and this way there's no need to
16299 worry about size-calculation overflow.
16300 (sort_args): Check for size-calculation overflow.
16301
16302 * eval.c (init_eval_once, grow_specpdl): Don't update size until
16303 alloc succeeds.
16304 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
16305
16306 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
16307 (x_set_scroll_bar_width, x_figure_window_size):
16308 Check for integer overflow.
16309 (x_set_alpha): Do not assume XINT fits in int.
16310
16311 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
16312 This is for the members text_lines, text_cols, total_lines, total_cols,
16313 where the system imposes an 'int' limit.
16314
16315 * fringe.c (Fdefine_fringe_bitmap):
16316 Don't update size until alloc works.
16317
16318 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
16319 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
16320
16321 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
16322 Check for size-calculation overflow.
16323 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
16324 do, as we prefer signed integers.
16325 (id_to_widget.max_size, id_to_widget.used)
16326 (xg_store_widget_in_map, xg_remove_widget_from_map)
16327 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
16328 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
16329 Use and return ptrdiff_t, not int.
16330 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
16331 * gtkutil.h: Change prototypes to match the above.
16332
16333 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
16334 are duplicate now that they've been promoted to lisp.h.
16335 (x_allocate_bitmap_record, x_alloc_image_color)
16336 (make_image_cache, cache_image, xpm_load):
16337 Don't update size until alloc is done.
16338 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
16339 (x_detect_edges):
16340 Check for size calculation overflow.
16341 (ct_colors_allocated_max): New constant.
16342 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
16343 overflow.
16344
16345 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
16346 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
16347 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
16348 Use ptrdiff_t, not int, to count maps.
16349 (read_char_minibuf_menu_prompt): Check for overflow in size
16350 calculations. Don't update size until allocation succeeds.
16351 Redo calculations to avoid overflow.
16352 * keyboard.h: Change prototypes to match the above.
16353
16354 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
16355 to count maps.
16356 (current_minor_maps): Check for size calculation overflow.
16357 * keymap.h: Change prototypes to match the above.
16358
16359 * lread.c (read1, init_obarray): Don't update size until alloc done.
16360
16361 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
16362 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
16363
16364 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
16365 Now ptrdiff_t, not int.
16366 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
16367 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
16368
16369 * process.c (Fnetwork_interface_list): Check for overflow
16370 in size calculation.
16371
16372 * region-cache.c (move_cache_gap): Check for size calculation overflow.
16373
16374 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
16375 overflow. Don't bother calling xmalloc when xrealloc will do.
16376
16377 * search.c (Freplace_match): Check for size calculation overflow.
16378 (Fset_match_data): Don't assume list lengths fit in 'int'.
16379
16380 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
16381 for command line length. Do not attempt to address one before the
16382 beginning of an array, as that's not portable.
16383
16384 * term.c (max_frame_lines): Remove; unused.
16385 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
16386 not int.
16387 (encode_terminal_code, calculate_costs): Check for size
16388 calculation overflow.
16389 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
16390 table lengths and related sizes. Don't update size until alloc
16391 done. Redo calculations to avoid overflow.
16392 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
16393
16394 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
16395 subtracting pointers.
16396 (gobble_line): Check for overflow more carefully. Don't update size
16397 until alloc done.
16398
16399 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
16400 Don't update size until alloc done.
16401 Redo size calculations to avoid overflow.
16402 Check for size calculation overflow.
16403 (main) [DEBUG]: Fix typo in invoking tparam1.
16404
16405 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
16406 Use ptrdiff_t, not int, for sizes.
16407 (store_mode_line_noprop_char): Don't update size until alloc done.
16408
16409 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
16410 Use ptrdiff_t, not int, for sizes.
16411 (Finternal_make_lisp_face, cache_face):
16412 Check for size calculation overflow.
16413 (cache_face): Treat size calculation overflows as if they were
16414 memory exhaustion (the usual treatment), rather than aborting.
16415
16416 * xfns.c (x_encode_text, x_set_name_internal)
16417 (Fx_change_window_property): Use ptrdiff_t, not int, to count
16418 sizes, since they can exceed INT_MAX in size. Check for size
16419 calculation overflow.
16420
16421 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
16422 (xg_select): Check for size calculation overflow.
16423 Don't update size until alloc done.
16424
16425 * xrdb.c (get_environ_db): Don't assume path length fits in int,
16426 as sprintf is limited to int lengths.
16427
16428 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
16429 (X_LONG_MIN): New macros.
16430 Use them to make the following changes clearer.
16431 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
16432 This change doesn't affect the value now, but it may help remind
16433 future maintainers not to raise the value too much later.
16434 (SELECTION_QUANTUM): Remove, replacing with ...
16435 (selection_quantum): ... new function, which avoids overflow.
16436 All uses changed.
16437 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
16438 assumption that selection length fits in 'int'.
16439 (x_reply_selection_request, x_handle_selection_request)
16440 (x_get_window_property, receive_incremental_selection)
16441 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
16442 (lisp_data_to_selection_data, clean_local_selection_data):
16443 Use ptrdiff_t, not int, to record length of selection.
16444 (x_reply_selection_request, x_get_window_property)
16445 (receive_incremental_selection, x_property_data_to_lisp):
16446 Redo calculations to avoid overflow.
16447 (x_reply_selection_request): When sending hint, ceiling it at
16448 X_LONG_MAX rather than relying on wraparound overflow to send
16449 something.
16450 (x_get_window_property, receive_incremental_selection)
16451 (lisp_data_to_selection_data, x_property_data_to_lisp):
16452 Check for size-calculation overflow.
16453 (x_get_window_property, receive_incremental_selection)
16454 (lisp_data_to_selection_data, Fx_register_dnd_atom):
16455 Don't store size until memory allocation succeeds.
16456 (x_get_window_property): Plug memory leak on memory exhaustion.
16457 Don't double-block input; malloc is safe here. Don't assume 2**34
16458 - 4 fits in unsigned long. Add an xassert to check
16459 XGetWindowProperty overflow. Be more careful about overflow
16460 calculations, and distinguish size from memory overflow better.
16461 (receive_incremental_selection): When tracing, don't assume
16462 unsigned int is less than INT_MAX.
16463 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
16464 harmful) conversions of unsigned short to int.
16465 (lisp_data_to_selection_data): Don't assume that integers
16466 in the range -65535 through -1 fit in an X unsigned short.
16467 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
16468 result parameters unless successful. Rely on cons_to_unsigned
16469 to report problems with elements; the old code wasn't right anyway.
16470 (x_check_property_data): Check for int overflow; we cannot use
16471 a wider type due to X limits.
16472 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
16473
16474 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
16475
16476 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
16477 (x_term_init): Check for size calculation overflow.
16478 (x_color_cells): Don't store size until memory allocation succeeds.
16479 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
16480 Don't assume alloca size is less than MAX_ALLOCA.
16481 (x_term_init): Don't assume length fits in int (sprintf is limited
16482 to int size).
16483
16484 Use ptrdiff_t for composition IDs.
16485 * character.c (lisp_string_width):
16486 * composite.c (composition_table_size, n_compositions)
16487 (get_composition_id, composition_gstring_from_id):
16488 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
16489 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
16490 * window.c (Frecenter):
16491 Use ptrdiff_t, not int, for composition IDs.
16492 * composite.c (get_composition_id): Check for integer overflow.
16493 * composite.h: Adjust prototypes to match the above changes.
16494
16495 Use ptrdiff_t for hash table indexes.
16496 * category.c (hash_get_category_set):
16497 * ccl.c (ccl_driver):
16498 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
16499 * coding.c (coding_system_charset_list, detect_coding_system):
16500 * coding.h (struct coding_system.id):
16501 * composite.c (get_composition_id, gstring_lookup_cache):
16502 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
16503 * image.c (xpm_get_color_table_h):
16504 * lisp.h (hash_lookup, hash_put):
16505 * minibuf.c (Ftest_completion):
16506 Use ptrdiff_t for hash table indexes, not int (which is too
16507 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
16508 32-bit --with-wide-int hosts).
16509
16510 * charset.c (Fdefine_charset_internal): Check for integer overflow.
16511 Add a FIXME comment about memory leaks.
16512 (syms_of_charset): Don't assume xmalloc returns.
16513
16514 Don't assume that stated character widths fit in int.
16515 * character.c (Fchar_width, c_string_width, lisp_string_width):
16516 * character.h (CHAR_WIDTH):
16517 * indent.c (MULTIBYTE_BYTES_WIDTH):
16518 Use sanitize_char_width to avoid undefined and/or bad behavior
16519 with outlandish widths.
16520 * character.h (sanitize_tab_width): Rename from sanitize_width,
16521 now that we have two such functions. All uses changed.
16522 (sanitize_char_width): New inline function.
16523
16524 Don't assume that tab-width fits in int.
16525 * character.h (sanitize_width): New inline function.
16526 (SANE_TAB_WIDTH): New macro.
16527 (ASCII_CHAR_WIDTH): Use it.
16528 * indent.c (sane_tab_width): Remove. All uses replaced by
16529 SANE_TAB_WIDTH (current_buffer).
16530 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
16531
16532 * fileio.c: Integer overflow issues with file modes.
16533 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
16534
16535 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
16536 Remove unreachable code.
16537 (read_hex, load_charset_map_from_file): Check for integer overflow.
16538
16539 * xterm.c: Don't go over XClientMessageEvent limit.
16540 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
16541 (x_send_scroll_bar_event): Likewise. Check that the size does not
16542 exceed limits imposed by XClientMessageEvent, as well as the usual
16543 ptrdiff_t and size_t limits.
16544
16545 * keyboard.c: Overflow, signedness and related fixes.
16546 (make_lispy_movement): Use same integer type in forward decl
16547 that is used in the definition.
16548 (read_key_sequence, keyremap_step):
16549 Change bufsize argument back to int, undoing my 2011-03-30 change.
16550 We prefer signed types, and int is wide enough here.
16551 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
16552 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
16553 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
16554 length, not size_t. Use ptrdiff_t for index, not int.
16555 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
16556 possibility of integer overflow.
16557
16558 Overflow, signedness and related fixes for images.
16559
16560 * dispextern.h (struct it.stack[0].u.image.image_id)
16561 (struct_it.image_id, struct image.id, struct image_cache.size)
16562 (struct image_cache.used, struct image_cache.ref_count):
16563 * gtkutil.c (update_frame_tool_bar):
16564 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
16565 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
16566 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
16567 * nsmenu.m (update_frame_tool_bar):
16568 * xdisp.c (calc_pixel_width_or_height):
16569 * xfns.c (image_cache_refcount):
16570 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
16571 on typical 64-bit hosts.
16572
16573 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
16574 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
16575 Omit unnecessary casts to int.
16576 (parse_image_spec): Check that integers fall into 'int' range
16577 when the callers expect that.
16578 (image_ascent): Redo ascent calculation to avoid int overflow.
16579 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
16580 (lookup_image): Remove unnecessary tests.
16581 (xbm_image_p): Locals are now of int, not EMACS_INT,
16582 since parse_image_check makes sure they fit into int.
16583 (png_load, gif_load, svg_load_image):
16584 Prefer int to unsigned where either will do.
16585 (tiff_handler): New function, combining the cores of the
16586 old tiff_error_handler and tiff_warning_handler.
16587 This function is rewritten to use vsnprintf and thereby avoid
16588 stack buffer overflows. It uses only the features of vsnprintf
16589 that are common to both POSIX and native Microsoft.
16590 (tiff_error_handler, tiff_warning_handler): Use it.
16591 (tiff_load, gif_load, imagemagick_load_image):
16592 Don't assume :index value fits in 'int'.
16593 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
16594 (imagemagick_load_image): Check that crop parameters fit into
16595 the integer types that MagickCropImage accepts. Don't assume
16596 Vimagemagick_render_type has a nonnegative value. Don't assume
16597 size_t fits in 'long'.
16598 (gs_load): Use printmax_t to print the widest integers possible.
16599 Check for integer overflow when computing image height and width.
16600
16601 2011-08-26 Eli Zaretskii <eliz@gnu.org>
16602
16603 * xdisp.c (redisplay_window): Don't force window start if point
16604 will be invisible in the resulting window. (Bug#9324)
16605
16606 2011-08-25 Eli Zaretskii <eliz@gnu.org>
16607
16608 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
16609 the display spec is of the form `(space ...)'.
16610 (handle_display_spec): Return the value returned by
16611 handle_single_display_spec, not just 1 or zero.
16612 (handle_single_display_spec): If the display spec is of the form
16613 `(space ...)', and specifies display in the text area, return 2
16614 rather than 1.
16615 (try_cursor_movement): Check for the need to scroll more
16616 accurately, and prefer exact match for point under bidi.
16617 Don't advance `row' beyond the last row of the window.
16618
16619 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
16620 into disp_prop; all users changed.
16621
16622 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
16623 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
16624 for the text covered by the display property.
16625
16626 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
16627
16628 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
16629 Change return value to nil.
16630 (Frecord_buffer): Delete unused function.
16631
16632 2011-08-24 Eli Zaretskii <eliz@gnu.org>
16633
16634 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
16635 buffers, return left-to-right.
16636 (set_cursor_from_row): Consider candidate row a win if its glyph
16637 represents a newline and point is on that newline. Fixes cursor
16638 positioning on the newline at EOL of R2L text within L2R
16639 paragraph, and vice versa.
16640 (try_cursor_movement): Check continued rows, in addition to
16641 continuation rows. Fixes unwarranted scroll when point enters a
16642 continued line of R2L text within an L2R paragraph, or vice versa.
16643 (cursor_row_p): Consider the case of point being equal to
16644 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
16645 from the end of a short line to the beginning of a continued line
16646 of R2L text within L2R paragraph.
16647 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
16648 composed characters.
16649
16650 * bidi.c (bidi_check_type): Use xassert.
16651 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
16652 members.
16653
16654 2011-08-23 Eli Zaretskii <eliz@gnu.org>
16655
16656 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
16657 a character.
16658
16659 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
16660
16661 * nsfont.m (ns_otf_to_script): Fix typo.
16662
16663 2011-08-22 Kenichi Handa <handa@m17n.org>
16664
16665 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
16666 extra slot even if the purpose is char-code-property-table.
16667
16668 2011-08-23 Eli Zaretskii <eliz@gnu.org>
16669
16670 * xdisp.c (redisplay_window): When computing centering_position,
16671 account for the height of the header line. (Bug#8874)
16672
16673 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
16674 instead of CHAR_TO_BYTE. Fixes a crash when a completion
16675 candidate is selected by the mouse, and that candidate has a
16676 composed character under the mouse.
16677
16678 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
16679 coordinates reported by pos-visible-in-window-p for a composed
16680 character in column zero.
16681
16682 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16683
16684 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
16685
16686 2011-08-22 Eli Zaretskii <eliz@gnu.org>
16687
16688 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
16689 consider it a hit if to_charpos is anywhere in the range of the
16690 composed buffer positions.
16691
16692 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
16693
16694 * image.c (gif_load): Don't assume that each subimage has the same
16695 dimensions as the base image. Handle disposal method that is
16696 "undefined" by the gif spec (Bug#9335).
16697
16698 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
16699
16700 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
16701 (Fcondition_case): Document `debug' symbol in error handler.
16702
16703 2011-08-19 Eli Zaretskii <eliz@gnu.org>
16704
16705 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
16706 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
16707 from an Org mode buffer to a Speedbar frame.
16708
16709 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
16710 a composition, take its buffer position from IT->cmp_it.charpos.
16711 Fixes cursor positioning at the beginning of a line that begins
16712 with a composed character.
16713
16714 2011-08-18 Eli Zaretskii <eliz@gnu.org>
16715
16716 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
16717 character bidirectional type, use STRONG_L instead. Fixes crashes
16718 in a buffer produced by `describe-categories'.
16719
16720 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
16721 members before the level stack, so they would be saved and
16722 restored when copying iterator state. Fixes incorrect reordering
16723 around TABs covered by display properties.
16724
16725 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
16726
16727 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
16728
16729 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * eval.c (internal_condition_case, internal_condition_case_1)
16732 (internal_condition_case_2, internal_condition_case_n):
16733 Remove unnecessary aborts (Bug#9081).
16734
16735 2011-08-17 Eli Zaretskii <eliz@gnu.org>
16736
16737 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
16738 has no `load' handler, try opening the file locally. (Bug#9311)
16739
16740 2011-08-16 Ken Brown <kbrown@cornell.edu>
16741
16742 * gmalloc.c: Expand comment.
16743
16744 2011-08-16 Eli Zaretskii <eliz@gnu.org>
16745
16746 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
16747 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
16748
16749 2011-08-16 Ken Brown <kbrown@cornell.edu>
16750
16751 Fix memory allocation problems in Cygwin build (Bug#9273).
16752
16753 * unexcw.c ( __malloc_initialized): Declare external variable.
16754 (fixup_executable): Force the dumped emacs to reinitialize malloc.
16755
16756 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
16757 New variables.
16758 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
16759 dumped emacs.
16760 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
16761 in the static heap.
16762 [CYGWIN] (special_realloc): New function.
16763 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
16764 requests to realloc storage in the static heap.
16765
16766 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
16767
16768 * bidi.c (bidi_initialize): Remove unused local.
16769
16770 2011-08-15 Eli Zaretskii <eliz@gnu.org>
16771
16772 * bidimirror.h:
16773 * biditype.h: Remove file.
16774 * makefile.w32-in ($(BLD)/bidi.$(O)):
16775 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
16776
16777 * dispextern.h: Fix a typo in the comment to bidi_type_t.
16778
16779 * chartab.c: Improve commentary for the uniprop_table API.
16780
16781 * bidi.c (bidi_paragraph_init): Support zero value of
16782 bidi_ignore_explicit_marks_for_paragraph_level.
16783 (bidi_initialize): Use uniprop_table instead of including
16784 biditype.h and bidimirror.h.
16785
16786 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
16787 coordinates of the iterator when restoring from ppos_it.
16788 (Bug#9296)
16789
16790 2011-08-14 Kenichi Handa <handa@m17n.org>
16791
16792 * process.c (create_process): Call setup_process_coding_systems
16793 after the pid of the process is set to -1 (Bug#8162).
16794
16795 2011-08-14 Eli Zaretskii <eliz@gnu.org>
16796
16797 * xdisp.c (move_it_in_display_line_to): Don't invoke
16798 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
16799 ppos_it. Fixes vertical cursor motion when line beginning is
16800 covered by an image. (Bug#9296)
16801
16802 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
16803
16804 * nsterm.h (ns_run_ascript): Declare.
16805 (NSAPP_DATA2_RUNASSCRIPT): Define.
16806
16807 * nsfns.m (as_script, as_result, as_status): New static variables.
16808 (ns_run_ascript): New function.
16809 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
16810 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
16811 the event loop. Get status from as_status (Bug#7276).
16812
16813 * nsterm.m (sendEvent): If event is NSApplicationDefined and
16814 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
16815 the event loop (Bug#7276).
16816
16817 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
16818
16819 * gnutls.c (QCgnutls_bootprop_priority)
16820 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
16821 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
16822 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
16823 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
16824 (QCgnutls_bootprop_verify_hostname_error)
16825 (QCgnutls_bootprop_callbacks_verify): Rename from
16826 Qgnutls_bootprop_..., all uses changed.
16827
16828 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
16829 uses changed.
16830
16831 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
16832
16833 * xfaces.c (Qframe_set_background_mode): Now static.
16834 * dispextern.h (Qframe_set_background_mode): Remove decl.
16835
16836 * process.c (Fnetwork_interface_info): Declare local only if needed.
16837
16838 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
16839
16840 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
16841 (Fnetwork_interface_list): Allocate in increments of bytes instead
16842 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
16843 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
16844 sockaddr.
16845 (struct ifflag_def): notrailers is smart on OSX.
16846 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
16847 Get hardware address with getifaddrs if available.
16848
16849 2011-08-12 Eli Zaretskii <eliz@gnu.org>
16850
16851 * xdisp.c (iterate_out_of_display_property): xassert that
16852 IT->position is set to within IT->object's boundaries. Break from
16853 the loop as soon as EOB is reached; avoids infloops in redisplay
16854 when IT->position is set up wrongly due to some bug.
16855 Set IT->current to match the bidi iterator unconditionally.
16856 (push_display_prop): Allow GET_FROM_STRING as IT->method on
16857 entry. Force push_it to save on the stack the current
16858 buffer/string position, to be restored by pop_it. Fix flags in
16859 the iterator structure wrt the object coming from a display
16860 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
16861 properties. (Bug#9284)
16862
16863 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
16864
16865 * fontset.c (fontset_get_font_group): Add proper type checks.
16866 (Bug#9172)
16867
16868 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16869
16870 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
16871 and LC_VERSION_MIN_MACOSX.
16872 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
16873 (dump_it) [LC_FUNCTION_STARTS]: Use it.
16874
16875 2011-08-08 Eli Zaretskii <eliz@gnu.org>
16876
16877 * xdisp.c (forward_to_next_line_start): Allow to use the
16878 no-display-properties-and-no-overlays under bidi display.
16879 Set disp_pos in the bidi iterator to avoid searches for display
16880 properties and overlays.
16881
16882 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
16883
16884 * editfns.c (Fset_time_zone_rule): Document relationship with the
16885 setenv function.
16886
16887 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
16888 the font entity extracted from the cache (Bug#8109).
16889
16890 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
16891
16892 * composite.c (autocmp_chars): Don't reset point. That is done by
16893 restore_point_unwind (Bug#5984).
16894
16895 2011-08-07 Juri Linkov <juri@jurta.org>
16896
16897 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
16898 to show the arg `TIME' instead of `TIMEVAL'.
16899
16900 2011-08-06 Eli Zaretskii <eliz@gnu.org>
16901
16902 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
16903 display property strides EOL and includes a newline, as in
16904 longlines-mode. (Bug#9254)
16905 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
16906 word-wrap under bidirectional display. (Bug#9224)
16907
16908 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
16909 is non-zero, even if the data buffer is NULL. Fixes a crash in
16910 vertical-motion with longlines-mode. (Bug#9254)
16911
16912 2011-08-05 Eli Zaretskii <eliz@gnu.org>
16913
16914 * bidi.c <bidi_cache_total_alloc>: Now static.
16915 (bidi_initialize): Initialize bidi_cache_total_alloc.
16916
16917 * xdisp.c (display_line): Release buffer allocated for shelved bidi
16918 cache. (Bug#9221)
16919
16920 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
16921 amount allocated this far in `bidi_cache_total_alloc'.
16922 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
16923 non-zero, only free the data buffer without restoring the cache
16924 contents. All callers changed.
16925
16926 * dispextern.h (bidi_unshelve_cache): Update prototype.
16927
16928 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
16929 (move_it_in_display_line, move_it_to)
16930 (move_it_vertically_backward, move_it_by_lines): Replace the call
16931 to xfree to an equivalent call to bidi_unshelve_cache.
16932 (move_it_in_display_line_to): Fix logic of returning
16933 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
16934
16935 2011-08-05 Eli Zaretskii <eliz@gnu.org>
16936
16937 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
16938 came from a string character with a `cursor' property. (Bug#9229)
16939
16940 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
16941
16942 * Makefile.in (LIB_PTHREAD): New variable.
16943 (LIBES): Add LIB_PTHREAD (Bug#9216).
16944
16945 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
16946 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
16947
16948 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
16949
16950 * regex.c (re_iswctype): Remove some redundant boolean conversions.
16951
16952 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
16953
16954 * xterm.c (x_find_topmost_parent): New function.
16955 (x_set_frame_alpha): Find topmost parent window with
16956 x_find_topmost_parent and set the property there also (bug#9181).
16957 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
16958
16959 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
16960
16961 * callproc.c (Fcall_process): Avoid vfork clobbering
16962 the local vars buffer, coding_systems, current_dir.
16963
16964 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * keymap.c (Fmake_composed_keymap): Move to subr.el.
16967
16968 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
16969
16970 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
16971 so that it is not optimized away.
16972
16973 * xdisp.c (compute_display_string_pos): Remove unused local.
16974
16975 2011-08-02 Eli Zaretskii <eliz@gnu.org>
16976
16977 Fix slow cursor motion and scrolling in large buffers with
16978 selective display, like Org Mode buffers. (Bug#9218)
16979
16980 * dispextern.h (struct bidi_it): New member disp_prop_p.
16981
16982 * xdisp.c: Remove one-slot cache of display string positions.
16983 (compute_display_string_pos): Accept an additional argument
16984 DISP_PROP_P; callers changed. Scan at most 5K characters forward
16985 for a display string or property. If found, set DISP_PROP_P
16986 non-zero.
16987
16988 * bidi.c (bidi_fetch_char): Accept an additional argument
16989 DISP_PROP_P, and pass it to compute_display_string_pos.
16990 Only handle text covered by a display string if DISP_PROP_P is returned
16991 non-zero. All callers of bidi_fetch_char changed.
16992
16993 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
16996
16997 2010-12-03 Don March <don@ohspite.net>
16998
16999 * keymap.c (Fdefine_key): Fix non-prefix key error message when
17000 last character M-[char] is translated to ESC [char] (bug#7541).
17001
17002 2011-08-02 Kenichi Handa <handa@m17n.org>
17003
17004 * lisp.h (uniprop_table): Extern it.
17005
17006 * chartab.c (uniprop_table): Make it non-static.
17007
17008 2011-08-01 Eli Zaretskii <eliz@gnu.org>
17009
17010 * xdisp.c (forward_to_next_line_start): Accept additional argument
17011 BIDI_IT_PREV, and store into it the state of the bidi iterator had
17012 on the newline.
17013 (reseat_at_next_visible_line_start): Use the bidi iterator state
17014 returned by forward_to_next_line_start to restore the state of
17015 it->bidi_it after backing up to previous newline. (Bug#9212)
17016
17017 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
17018
17019 * regex.c (re_comp): Protoize.
17020 (re_exec): Fix return type.
17021 (regexec): Fix type of `ret'. (Bug#9203)
17022
17023 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
17024
17025 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
17026 This is needed if max-image-size is a floating-point number.
17027
17028 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
17029
17030 * print.c (print_object): Print empty symbol as ##.
17031
17032 * lread.c (read1): Read ## as empty symbol.
17033
17034 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
17035
17036 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
17037 setting frame foreground color (Bug#9175).
17038 (x_set_background_color): Likewise.
17039
17040 * nsmenu.m (-setText): Size tooltip dimensions precisely to
17041 contents (Bug#9176).
17042 (EmacsTooltip -init): Remove bezels and add shadows to
17043 tooltip windows.
17044
17045 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
17046 or scroll bar (Bug#8470).
17047
17048 * nsfont.m (nsfont_open): Remove assignment to voffset and
17049 unnecessary vars hshink, expand, hd, full_height, min_height.
17050 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
17051
17052 * nsterm.h (nsfont_info): Remove voffset field.
17053
17054 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
17055
17056 Implement strike-through and overline on NextStep (Bug#8863).
17057
17058 * nsfont.m (nsfont_open): Use underline position provided by font,
17059 instead of hard-coded value of 2.
17060 (nsfont_draw): Call ns_draw_text_decoration instead.
17061
17062 * nsterm.h: Add declaration for ns_draw_text_decoration.
17063
17064 * nsterm.m (ns_draw_text_decoration): New function for drawing
17065 underline, overline, and strike-through.
17066 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
17067 ns_draw_text_decoration. Change treatment of cursor drawing to
17068 accommodate underlining, etc.
17069
17070 2011-07-28 Eli Zaretskii <eliz@gnu.org>
17071
17072 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
17073 default.
17074
17075 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
17076
17077 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
17078 Without this fix, if a signal arrives just after memory fills up,
17079 'malloc' might be invoked reentrantly.
17080
17081 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
17082 In other words, assume that every image size is allowed, on non-X
17083 hosts. This assumption is probably wrong, but it lets Emacs compile.
17084
17085 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
17086
17087 * regex.c (re_iswctype): Convert return values to boolean.
17088
17089 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
17090
17091 * xdisp.c (compute_display_string_pos): Don't use cached display
17092 string position if the buffer had its restriction changed.
17093 (Bug#9184)
17094
17095 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
17096
17097 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
17098
17099 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
17100
17101 Integer signedness and overflow and related fixes. (Bug#9079)
17102
17103 * bidi.c: Integer size and overflow fixes.
17104 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
17105 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
17106 (bidi_cache_find_level_change, bidi_cache_ensure_space)
17107 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
17108 (bidi_find_other_level_edge):
17109 Use ptrdiff_t instead of EMACS_INT where either will do.
17110 This works better on 32-bit hosts configured --with-wide-int.
17111 (bidi_cache_ensure_space): Check for size-calculation overflow.
17112 Use % rather than repeated addition, for better worst-case speed.
17113 Don't set bidi_cache_size until after xrealloc returns, because it
17114 might not return.
17115 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
17116 (bidi_cache_ensure_space): Also check that the bidi cache size
17117 does not exceed that of the largest Lisp string or buffer. See Eli
17118 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
17119
17120 * alloc.c (__malloc_size_t): Remove.
17121 All uses replaced by size_t. See Andreas Schwab's note
17122 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
17123
17124 * image.c: Improve checking for integer overflow.
17125 (check_image_size): Assume that f is nonnull, since
17126 it is always nonnull in practice. This is one less thing to
17127 worry about when checking for integer overflow later.
17128 (x_check_image_size): New function, which checks for integer
17129 overflow issues inside X.
17130 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
17131 This removes the need for a memory_full check.
17132 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
17133 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
17134 (xbm_read_bitmap_data): Change locals back to 'int', since
17135 their values must fit in 'int'.
17136 (xpm_load_image, png_load, tiff_load):
17137 Invoke x_create_x_image_and_pixmap earlier,
17138 to avoid much needless work if the image is too large.
17139 (tiff_load): Treat overly large images as if
17140 x_create_x_image_and_pixmap failed, not as malloc failures.
17141 (gs_load): Use x_check_image_size.
17142
17143 * gtkutil.c: Omit integer casts.
17144 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
17145 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
17146
17147 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
17148
17149 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
17150 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
17151 would wrongly return t on a 64-bit host.
17152
17153 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
17154 The plain *_OVERFLOW macros run afoul of GCC bug 49705
17155 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
17156 and therefore cause GCC to emit a bogus diagnostic in some cases.
17157
17158 * image.c: Integer signedness and overflow and related fixes.
17159 This is not an exhaustive set of fixes, but it's time to
17160 record what I've got.
17161 (lookup_pixel_color, check_image_size): Remove redundant decls.
17162 (check_image_size): Don't assume that arbitrary EMACS_INT values
17163 fit in 'int', or that arbitrary 'double' values fit in 'int'.
17164 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
17165 (tiff_load, imagemagick_load_image):
17166 Check for overflow in size calculations.
17167 (x_create_x_image_and_pixmap): Remove unnecessary test for
17168 xmalloc returning NULL; that can't happen.
17169 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
17170 (xpm_color_bucket): Use better integer hashing function.
17171 (xpm_cache_color): Don't possibly over-allocate memory.
17172 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
17173 (gif_memory_source):
17174 Use ptrdiff_t, not int or size_t, to record sizes.
17175 (png_load): Don't assume values greater than 2**31 fit in 'int'.
17176 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
17177 either works, as we prefer signed integers.
17178 (tiff_read_from_memory, tiff_write_from_memory):
17179 Return tsize_t, not size_t, since that's what the TIFF API wants.
17180 (tiff_read_from_memory): Don't fail simply because the read would
17181 go past EOF; instead, return a short read.
17182 (tiff_load): Omit no-longer-needed casts.
17183 (Fimagemagick_types): Don't assume size fits into 'int'.
17184
17185 Improve hashing quality when configured --with-wide-int.
17186 * fns.c (hash_string): New function, taken from sxhash_string.
17187 Do not discard information about ASCII character case; this
17188 discarding is no longer needed.
17189 (sxhash-string): Use it. Change sig to match it. Caller changed.
17190 * lisp.h: Declare it.
17191 * lread.c (hash_string): Remove, since we now use fns.c's version.
17192 The fns.c version returns a wider integer if --with-wide-int is
17193 specified, so this should help the quality of the hashing a bit.
17194
17195 * emacs.c: Integer overflow minor fix.
17196 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
17197 Define only if GNU_LINUX.
17198 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
17199
17200 * dispnew.c: Integer signedness and overflow fixes.
17201 Remove unnecessary forward decls, that were a maintenance hassle.
17202 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
17203 All uses changed.
17204 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
17205 (scrolling_window): Use ptrdiff_t, not int, for byte count.
17206 (prepare_desired_row, line_draw_cost):
17207 Use int, not unsigned, where either works.
17208 (save_current_matrix, restore_current_matrix):
17209 Use ptrdiff_t, not size_t, where either works.
17210 (init_display): Check for overflow more accurately, and without
17211 relying on undefined behavior.
17212
17213 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
17214 Remove, replacing with the new symbols in lisp.h. All uses changed.
17215 * fileio.c (make_temp_name):
17216 * filelock.c (lock_file_1, lock_file):
17217 * xdisp.c (message_dolog):
17218 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
17219 Use pMd etc. instead.
17220 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
17221 replacing the pWIDE etc. symbols removed from editfns.c.
17222
17223 * keyboard.h (num_input_events): Now uintmax_t.
17224 This is (very slightly) less likely to mess up due to wraparound.
17225 All uses changed.
17226
17227 * buffer.c: Integer signedness fixes.
17228 (alloc_buffer_text, enlarge_buffer_text):
17229 Use ptrdiff_t rather than size_t when either will do, as we prefer
17230 signed integers.
17231
17232 * alloc.c: Integer signedness and overflow fixes.
17233 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
17234 (__malloc_size_t): Default to size_t, not to int.
17235 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
17236 (Fgarbage_collect, mark_object_loop_halt, mark_object):
17237 Prefer ptrdiff_t to size_t when either would do, as we prefer
17238 signed integers.
17239 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
17240 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
17241 Now const. Initialize with values that are in range even if char
17242 is signed.
17243 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
17244 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
17245 These functions do the right thing with sizes > 2**32.
17246 (check_depth): Now ptrdiff_t, not int.
17247 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
17248 Adjust to new way of storing sizes. Check for size overflow bugs
17249 in rest of code.
17250 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
17251 slightly wrong anyway, as it missed one instance of
17252 XMALLOC_OVERRUN_CHECK_OVERHEAD.
17253 (refill_memory_reserve): Omit needless cast to size_t.
17254 (mark_object_loop_halt): Mark as externally visible.
17255
17256 * xselect.c: Integer signedness and overflow fixes.
17257 (Fx_register_dnd_atom, x_handle_dnd_message):
17258 Use ptrdiff_t, not size_t, since we prefer signed.
17259 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
17260 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
17261 x_dnd_atoms_size and x_dnd_atoms_length.
17262
17263 * doprnt.c: Prefer signed to unsigned when either works.
17264 * eval.c (verror):
17265 * doprnt.c (doprnt):
17266 * lisp.h (doprnt):
17267 * xdisp.c (vmessage):
17268 Use ptrdiff_t, not size_t, when using or implementing doprnt,
17269 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
17270 prefer signed arithmetic to avoid comparison confusion.
17271 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
17272 but is a bit tricky.
17273
17274 Assume freestanding C89 headers, string.h, stdlib.h.
17275 * data.c, doprnt.c, floatfns.c, print.c:
17276 Include float.h unconditionally.
17277 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
17278 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
17279 * regex.c: Likewise for stddef.h, string.h.
17280 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
17281 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
17282 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
17283 (STDC_HEADERS): Remove obsolete defines.
17284 * sysdep.c: Include limits.h unconditionally.
17285
17286 Assume support for memcmp, memcpy, memmove, memset.
17287 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
17288 * regex.c (memcmp, memcpy):
17289 Remove; we assume C89 now.
17290
17291 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
17292 (__malloc_safe_bcopy): Remove; no longer needed.
17293
17294 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
17295 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
17296 well either way, and we prefer signed to unsigned.
17297
17298 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17299
17300 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
17301 closes the connection while we're reading (bug#9182).
17302
17303 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
17304
17305 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
17306 are specified (Bug#9168).
17307
17308 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
17309
17310 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
17311 Found by GCC static checking and --with-wide-int on a 32-bit host.
17312
17313 2011-07-25 Eli Zaretskii <eliz@gnu.org>
17314
17315 * xdisp.c (compute_display_string_pos): Fix logic of caching
17316 previous display string position. Initialize cached_prev_pos to
17317 -1. Fixes slow-down at the beginning of a buffer.
17318
17319 2011-07-24 Eli Zaretskii <eliz@gnu.org>
17320
17321 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
17322 for attrs[LFACE_FONTSET_INDEX].
17323
17324 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
17325
17326 * xml.c (parse_region): Remove unused local
17327 that was recently introduced.
17328
17329 2011-07-23 Eli Zaretskii <eliz@gnu.org>
17330
17331 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
17332 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
17333
17334 * xdisp.c (move_it_in_display_line_to): Record the best matching
17335 position for TO_CHARPOS while scanning the line, and restore it on
17336 exit if none of the characters scanned was an exact match.
17337 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
17338 when exact match is impossible due to invisible text, and the
17339 lines are truncated.
17340
17341 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
17342
17343 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
17344 for OSX >= 10.7.
17345
17346 2011-07-22 Eli Zaretskii <eliz@gnu.org>
17347
17348 Fix a significant slow-down of cursor motion with C-n, C-p,
17349 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
17350 auto-repeat under bidi redisplay in fontified buffers.
17351 * xdisp.c (compute_stop_pos_backwards): New function.
17352 (next_element_from_buffer): Call compute_stop_pos_backwards to
17353 find a suitable prev_stop when we find ourselves before
17354 base_level_stop.
17355 (reseat): Don't look for prev_stop, as that could mean a very long
17356 run.
17357 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
17358 <cached_disp_overlay_modiff>: Cache for last found display string
17359 position.
17360 (compute_display_string_pos): Return the cached position if asked
17361 about the same buffer in the same area of character positions, and
17362 the buffer wasn't changed since the time the display string
17363 position was cached.
17364
17365 2011-07-22 Eli Zaretskii <eliz@gnu.org>
17366
17367 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
17368 is an integer, which is important for empty lines. (Bug#9149)
17369
17370 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
17371
17372 * frame.c (Fmodify_frame_parameters): In tty case, update the
17373 default face if necessary (Bug#4238).
17374
17375 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
17376
17377 * editfns.c (Fstring_to_char): No need to explain what a character
17378 is in the docstring (Bug#6576).
17379
17380 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17381
17382 * xml.c (parse_region): Make sure we always return a tree.
17383
17384 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
17385
17386 * xml.c (parse_region): If a document contains only comments,
17387 return that, too.
17388
17389 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17390
17391 * xml.c (make_dom): Return comments, too.
17392
17393 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
17394
17395 Port to OpenBSD.
17396 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
17397 and the surrounding thread.
17398 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
17399 rather than fgets, and retry after EINTR. Otherwise, 'emacs
17400 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
17401 timer goes off.
17402 * s/openbsd.h (BROKEN_SIGIO): Define.
17403 * unexelf.c (unexec) [__OpenBSD__]:
17404 Don't update the .mdebug section of the Alpha COFF symbol table.
17405
17406 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17407
17408 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
17409 (bug#8460).
17410
17411 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
17412
17413 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
17414 This fixes some race conditions on the permissions of any newly
17415 created file.
17416
17417 * alloc.c (valid_pointer_p): Use pipe, not open.
17418 This fixes some permissions issues when debugging.
17419
17420 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
17421 If fchown fails to set both uid and gid, try to set just gid,
17422 as that is sometimes allowed. Adjust the file's mode to eliminate
17423 setuid or setgid bits that are inappropriate if fchown fails.
17424
17425 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
17426
17427 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
17428 to compare Lisp_Objects.
17429 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
17430 global_gnutls_log_level, don't mistake it for a Lisp_Object.
17431 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
17432
17433 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
17434
17435 * lread.c (read_integer): Unread even EOF character.
17436 (read1): Likewise. Properly record start position of symbol.
17437
17438 * lread.c (read1): Read `#:' as empty uninterned symbol if no
17439 symbol character follows.
17440
17441 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
17442
17443 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
17444 This works around a problem with the previous change to Fcopy_file.
17445 Recent glibc declares fchown with __attribute__((warn_unused_result)),
17446 and without this change, GCC might complain about discarding
17447 fchown's return value.
17448
17449 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
17450
17451 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
17452
17453 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
17454
17455 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
17456
17457 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17458
17459 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
17460 it's used from the C level.
17461
17462 * process.c: Use the same condition for POLL_FOR_INPUT in both
17463 keyboard.c and process.c (bug#1858).
17464
17465 2011-07-09 Lawrence Mitchell <wence@gmx.li>
17466
17467 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
17468 (Fgnutls_boot): Use it.
17469
17470 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
17471
17472 * doc.c (Fsubstitute_command_keys): Revert last change.
17473
17474 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17475
17476 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
17477 quotes the next character, and doesn't affect other longer
17478 sequences (bug#8935).
17479
17480 * lread.c (syms_of_lread): Clarify that is isn't only
17481 `eval-buffer' and `eval-defun' that's affected by
17482 `lexical-binding' (bug#8460).
17483
17484 2011-07-15 Eli Zaretskii <eliz@gnu.org>
17485
17486 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
17487 bidi redisplay when a line includes both an image and is truncated.
17488
17489 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
17490
17491 Fix minor problems found by static checking.
17492 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
17493 (elsz): Now a signed constant, not a size_t var. We prefer signed
17494 types to unsigned, to avoid integer comparison confusion. Without
17495 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
17496 "cannot optimize loop, the loop counter may overflow", a symptom
17497 of the confusion.
17498 * indent.c (Fvertical_motion): Mark locals as initialized.
17499 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
17500
17501 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17502
17503 * search.c (Fre_search_backward): Mention `case-fold-search' in
17504 all the re_search_* functions (bug#8138).
17505
17506 * keyboard.c (Fopen_dribble_file): Document when the file is
17507 closed (bug#8056).
17508
17509 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17510
17511 * bidi.c (bidi_dump_cached_states): Fix format of displaying
17512 bidi_cache_idx.
17513
17514 Support bidi reordering of display and overlay strings.
17515 * xdisp.c (compute_display_string_pos)
17516 (compute_display_string_end): Accept additional argument STRING.
17517 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
17518 (reseat_to_string): Initialize bidi_it->string.s and
17519 bidi_it->string.schars.
17520 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
17521 NULL (avoids a crash in bidi_paragraph_init).
17522 Initialize itb.string.lstring.
17523 (init_iterator): Call bidi_init_it only of a valid
17524 buffer position was specified. Initialize paragraph_embedding to
17525 L2R.
17526 (reseat_to_string): Initialize the bidi iterator.
17527 (display_string): If we need to ignore text properties of
17528 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
17529 original value of -1 will not work with bidi.)
17530 (compute_display_string_pos): First arg is now struct
17531 `text_pos *'; all callers changed. Support display properties on
17532 Lisp strings.
17533 (compute_display_string_end): Support display properties on Lisp
17534 strings.
17535 (init_iterator, reseat_1, reseat_to_string): Initialize the
17536 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
17537 when iterating on a string not from display properties).
17538 (compute_display_string_pos, compute_display_string_end):
17539 Fix calculation of the object to scan. Fixes an error when using
17540 arrow keys.
17541 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
17542 base_level_stop; instead, set base_level_stop to BEGV.
17543 Fixes crashes in vertical-motion.
17544 (next_element_from_buffer): Improve commentary for when
17545 the iterator is before prev_stop.
17546 (init_iterator): Initialize bidi_p from the default value of
17547 bidi-display-reordering, not from buffer-local value. Use the
17548 buffer-local value only if initializing for buffer iteration.
17549 (handle_invisible_prop): Support invisible properties on strings
17550 that are being bidi-reordered.
17551 (set_iterator_to_next): Support bidi reordering of C strings and
17552 Lisp strings.
17553 (next_element_from_string): Support bidi reordering of Lisp
17554 strings.
17555 (handle_stop_backwards): Support Lisp strings as well.
17556 (display_string): Support display of R2L glyph rows.
17557 Use IT_STRING_CHARPOS when displaying from a Lisp string.
17558 (init_iterator): Don't initialize it->bidi_p for strings
17559 here.
17560 (reseat_to_string): Initialize it->bidi_p for strings here.
17561 (next_element_from_string, next_element_from_c_string)
17562 (next_element_from_buffer): Add xassert's for correspondence
17563 between IT's object being iterated and it->bidi_it.string
17564 structure.
17565 (face_before_or_after_it_pos): Support bidi iteration.
17566 (next_element_from_c_string): Handle the case of the first string
17567 character that is not the first one in the visual order.
17568 (get_visually_first_element): New function, refactored from common
17569 parts of next_element_from_buffer, next_element_from_string, and
17570 next_element_from_c_string.
17571 (tool_bar_lines_needed, redisplay_tool_bar)
17572 (display_menu_bar): Force left-to-right direction. Add a FIXME
17573 comment for making that be controlled by a user option.
17574 (push_it, pop_it): Save and restore the state of the
17575 bidi iterator. Save and restore the bidi_p flag.
17576 (pop_it): Iterate out of display property for string iteration as
17577 well.
17578 (iterate_out_of_display_property): Support iteration over strings.
17579 (handle_single_display_spec): Set up it->bidi_it for iteration
17580 over a display string, and call bidi_init_it.
17581 (handle_single_display_spec, next_overlay_string)
17582 (get_overlay_strings_1, push_display_prop): Set up the bidi
17583 iterator for displaying display or overlay strings.
17584 (forward_to_next_line_start): Don't use the shortcut if
17585 bidi-iterating.
17586 (back_to_previous_visible_line_start): If handle_display_prop
17587 pushed the iterator stack, restore the internal state of the bidi
17588 iterator by calling bidi_pop_it same number of times.
17589 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
17590 and we are bidi-iterating, don't decrement the iterator position;
17591 instead, set the first_elt flag in the bidi iterator, to produce
17592 the same effect.
17593 (reseat_1): Remove redundant setting of string_from_display_prop_p.
17594 (push_display_prop): xassert that we are iterating a buffer.
17595 (push_it, pop_it): Save and restore paragraph_embedding member.
17596 (handle_single_display_spec, next_overlay_string)
17597 (get_overlay_strings_1, reseat_1, reseat_to_string)
17598 (push_display_prop): Set up the `unibyte' member of bidi_it.string
17599 correctly. Don't assume unibyte strings are not bidi-reordered.
17600 (compute_display_string_pos)
17601 (compute_display_string_end): Fix handling the case of C string.
17602 (push_it, pop_it): Save and restore from_disp_prop_p.
17603 (handle_single_display_spec, push_display_prop): Set the
17604 from_disp_prop_p flag.
17605 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
17606 (pop_it): Call iterate_out_of_display_property only if we are
17607 popping after iteration over a string that came from a display
17608 property. Fix a typo in popping stretch info. Add an assertion
17609 for verifying that the iterator position is in sync with the bidi
17610 iterator.
17611 (handle_single_display_spec, get_overlay_strings_1)
17612 (push_display_prop): Fix initialization of paragraph direction for
17613 string when that of the parent object is not yet determined.
17614 (reseat_1): Call bidi_init_it to resync the bidi
17615 iterator with IT's position. (Bug#7616)
17616 (find_row_edges): If ROW->start.pos gives position
17617 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
17618 (handle_stop, back_to_previous_visible_line_start, reseat_1):
17619 Reset the from_disp_prop_p flag.
17620 (SAVE_IT, RESTORE_IT): New macros.
17621 (pos_visible_p, face_before_or_after_it_pos)
17622 (back_to_previous_visible_line_start)
17623 (move_it_in_display_line_to, move_it_in_display_line)
17624 (move_it_to, move_it_vertically_backward, move_it_by_lines)
17625 (try_scrolling, redisplay_window, display_line): Use them when
17626 saving a temporary copy of the iterator and restoring it back.
17627 (back_to_previous_visible_line_start, reseat_1)
17628 (init_iterator): Empty the bidi cache "stack".
17629 (move_it_in_display_line_to): If iterator ended up at
17630 EOL, but we never saw any buffer positions smaller than
17631 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
17632 motion in bidi-reordered lines.
17633 (move_it_in_display_line_to): Record prev_method and prev_pos
17634 immediately before the call to set_iterator_to_next. Fixes cursor
17635 motion in bidi-reordered lines with stretch glyphs and strings
17636 displayed in margins. (Bug#8133) (Bug#8867)
17637 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
17638 TO_CHARPOS.
17639 (pos_visible_p): Support positions in bidi-reordered lines.
17640 Save and restore bidi cache.
17641
17642 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
17643 (bidi_paragraph_info): Delete unused struct.
17644 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
17645 (bidi_cache_start): New variable.
17646 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
17647 to zero.
17648 (bidi_cache_fetch_state, bidi_cache_search)
17649 (bidi_cache_find_level_change, bidi_cache_iterator_state)
17650 (bidi_cache_find, bidi_peek_at_next_level)
17651 (bidi_level_of_next_char, bidi_find_other_level_edge)
17652 (bidi_move_to_visually_next): Compare cache index with
17653 bidi_cache_start rather than with zero.
17654 (bidi_fetch_char): Accept new argument STRING; all callers
17655 changed. Support iteration over a string. Support strings with
17656 display properties. Support unibyte strings. Fix the type of
17657 `len' according to what STRING_CHAR_AND_LENGTH expects.
17658 (bidi_paragraph_init, bidi_resolve_explicit_1)
17659 (bidi_resolve_explicit, bidi_resolve_weak)
17660 (bidi_level_of_next_char, bidi_move_to_visually_next):
17661 Support iteration over a string.
17662 (bidi_set_sor_type, bidi_resolve_explicit_1)
17663 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
17664 can now be zero (for strings); special values 0 and -1 were
17665 changed to -1 and -2, respectively.
17666 (bidi_char_at_pos): New function.
17667 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
17668 Call it instead of FETCH_MULTIBYTE_CHAR.
17669 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
17670 initialized to valid values.
17671 (bidi_init_it): Don't initialize charpos and bytepos with invalid
17672 values.
17673 (bidi_level_of_next_char): Allow the sentinel "position" to pass
17674 the test for valid cached positions. Fix the logic for looking up
17675 the sentinel state in the cache. GCPRO the Lisp string we are
17676 iterating.
17677 (bidi_push_it, bidi_pop_it): New functions.
17678 (bidi_initialize): Initialize the bidi cache start stack pointer.
17679 (bidi_cache_ensure_space): New function, refactored from part of
17680 bidi_cache_iterator_state. Don't assume the required size is just
17681 one BIDI_CACHE_CHUNK away.
17682 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
17683 (bidi_count_bytes, bidi_char_at_pos): New functions.
17684 (bidi_cache_search): Don't assume bidi_cache_last_idx is
17685 always valid if bidi_cache_idx is valid.
17686 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
17687 is valid if it's going to be used.
17688 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
17689 (bidi_cache_fetch_state, bidi_cache_search)
17690 (bidi_cache_find_level_change, bidi_cache_ensure_space)
17691 (bidi_cache_iterator_state, bidi_cache_find)
17692 (bidi_find_other_level_edge, bidi_cache_start_stack):
17693 All variables related to cache indices are now EMACS_INT.
17694
17695 * dispextern.h (struct bidi_string_data): New structure.
17696 (struct bidi_it): New member `string'. Make flag members be 1-bit
17697 fields, and put them last in the struct.
17698 (compute_display_string_pos, compute_display_string_end):
17699 Update prototypes.
17700 (bidi_push_it, bidi_pop_it): Add prototypes.
17701 (struct iterator_stack_entry): New members bidi_p,
17702 paragraph_embedding, and from_disp_prop_p.
17703 (struct it): Member bidi_p is now a bit field 1 bit wide.
17704 (bidi_shelve_cache, bidi_unshelve_cache):
17705 Declare prototypes.
17706
17707 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
17708 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
17709 and vector-like objects.
17710
17711 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
17712 cache around display iteration.
17713
17714 * window.c (Fwindow_end, window_scroll_pixel_based)
17715 (displayed_window_lines, Frecenter): Save and restore the bidi
17716 cache around display iteration.
17717
17718 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17719
17720 * editfns.c (Fdelete_region): Clarify the use of the named
17721 parameters (bug#6788).
17722
17723 2011-07-14 Martin Rudalics <rudalics@gmx.at>
17724
17725 * indent.c (Fvertical_motion): Set and restore w->pointm when
17726 saving and restoring the window's buffer (Bug#9006).
17727
17728 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17729
17730 * editfns.c (Fstring_to_char): Clarify just what is returned
17731 (bug#6576). Text by Eli Zaretskii.
17732
17733 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17734
17735 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
17736
17737 2011-07-13 Eli Zaretskii <eliz@gnu.org>
17738
17739 * buffer.c (mmap_find): Fix a typo.
17740
17741 2011-07-13 Johan Bockgård <bojohan@gnu.org>
17742
17743 Fix execution of x selection hooks.
17744 * xselect.c (Qx_lost_selection_functions)
17745 (Qx_sent_selection_functions): New vars.
17746 (syms_of_xselect): DEFSYM them.
17747 (x_handle_selection_request): Pass Qx_sent_selection_functions
17748 rather than Vx_sent_selection_functions to Frun_hook_with_args.
17749 (x_handle_selection_clear,x_clear_frame_selections):
17750 Pass Qx_lost_selection_functions rather than
17751 Vx_lost_selection_functions to Frun_hook_with_args.
17752
17753 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
17754
17755 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
17756 The old code sometimes used this field without initializing it.
17757
17758 * alloc.c (gc_sweep): Don't read past end of array.
17759 In theory, the old code could also have corrupted Emacs internals,
17760 though it'd be very unlikely.
17761
17762 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
17763
17764 * character.c (Fcharacterp): Don't advertise optional ignored
17765 argument. (Bug#4026)
17766
17767 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17768
17769 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
17770 key" (bug#4257).
17771
17772 * window.c (Fset_window_start): Doc fix (bug#4199).
17773 (Fset_window_hscroll): Ditto.
17774
17775 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
17776
17777 Fix minor new problems caught by GCC 4.6.1.
17778 * term.c (init_tty): Remove unused local.
17779 * xsettings.c (store_monospaced_changed): Define this function only
17780 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
17781 not used otherwise.
17782
17783 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17784
17785 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
17786
17787 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17788
17789 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
17790 are the mini-buffer and the echo area (bug#3320).
17791
17792 * term.c (init_tty): Remove support for supdup, c10 and perq
17793 terminals, which are no longer supported (bug#1482).
17794
17795 2011-07-10 Johan Bockgård <bojohan@gnu.org>
17796
17797 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
17798
17799 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
17800
17801 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
17802 for non-popups (Bug#3642).
17803
17804 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
17805
17806 * alloc.c (reset_malloc_hooks): Protoize.
17807 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
17808 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
17809 * cm.c (losecursor): Likewise.
17810 * data.c (fmod): Likewise.
17811 * dispnew.c (swap_glyphs_in_rows): Likewise.
17812 * emacs.c (memory_warning_signal): Likewise.
17813 * floatfns.c (float_error): Likewise.
17814 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
17815 (otf_open, font_otf_capability, generate_otf_features)
17816 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17817 Likewise.
17818 * image.c (pbm_read_file): Likewise.
17819 * indent.c (string_display_width): Likewise.
17820 * intervals.c (check_for_interval, search_for_interval)
17821 (inc_interval_count, count_intervals, root_interval)
17822 (adjust_intervals_for_insertion, make_new_interval): Likewise.
17823 * lread.c (defalias): Likewise.
17824 * ralloc.c (r_alloc_check): Likewise.
17825 * regex.c (set_image_of_range_1, set_image_of_range)
17826 (regex_grow_registers): Likewise.
17827 * sysdep.c (strerror): Likewise.
17828 * termcap.c (valid_filename_p, tprint, main): Likewise.
17829 * tparam.c (main): Likewise.
17830 * unexhp9k800.c (run_time_remap, save_data_space)
17831 (update_file_ptrs, read_header, write_header, calculate_checksum)
17832 (copy_file, copy_rest, display_header): Likewise.
17833 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
17834 Likewise.
17835 * xdisp.c (check_it): Likewise.
17836 * xfaces.c (register_color, unregister_color, unregister_colors):
17837 Likewise.
17838 * xfns.c (print_fontset_result): Likewise.
17839 * xrdb.c (member, fatal, main): Likewise.
17840
17841 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
17842
17843 Fix minor problems found by static checking (Bug#9031).
17844 * chartab.c (char_table_set_range, map_sub_char_table):
17845 Remove unused locals.
17846 (uniprop_table): Now static.
17847 * composite.c (_work_char): Remove unused static var.
17848
17849 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
17850
17851 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
17852
17853 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
17854
17855 * gtkutil.c (qttip_cb): Remove code without function.
17856
17857 2011-07-09 Eli Zaretskii <eliz@gnu.org>
17858
17859 * w32.c (pthread_sigmask): New stub.
17860
17861 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
17862
17863 Use pthread_sigmask, not sigprocmask (Bug#9010).
17864 sigprocmask is portable only for single-threaded applications, and
17865 Emacs can be multi-threaded when it uses GTK.
17866 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
17867 (LIBES): Use it.
17868 * callproc.c (Fcall_process):
17869 * process.c (create_process):
17870 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
17871 Use pthread_sigmask, not sigprocmask.
17872
17873 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
17874
17875 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
17876 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
17877 wrong (Bug#8591).
17878
17879 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
17880
17881 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
17882 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
17883 (xg_hide_tooltip): Fix comment.
17884
17885 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
17886 in registerServicesMenuSendTypes.
17887 (validRequestorForSendType): Don't check ns_return_types.
17888
17889 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
17890 ns_return_type.
17891
17892 2011-07-08 Jason Rumney <jasonr@gnu.org>
17893
17894 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
17895 SH_SHOW for hidden windows (Bug#5482).
17896
17897 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
17898 frame struct members of non-existent frames (Bug#6284).
17899
17900 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
17901
17902 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
17903 variable firstTime not needed on OSX >= 10.6.
17904 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
17905 >= 10.5. Use setKnobProportion, setDoubleValue.
17906
17907 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
17908 (MAC_OS_X_VERSION_10_5): Define if not defined.
17909 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
17910 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
17911 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
17912
17913 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
17914 cString and lossyCString on OSX >= 10.4.
17915
17916 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
17917 sizeToFit on OSX >= 10.2.
17918
17919 * nsimage.m (allocInitFromFile): Don't use deprecated method
17920 bestRepresentationForDevice on OSX >= 10.6.
17921
17922 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
17923 to avoid warning.
17924
17925 * emacs.c: Declare unexec_init_emacs_zone.
17926
17927 * nsgui.h: Fix compiler warning about gnulib redefining verify.
17928
17929 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
17930
17931 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
17932 on svcsMenu (Bug#8842).
17933
17934 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
17935 ns_return_types.
17936 (Fns_list_services): Just return Qnil on 10.6, code not working there.
17937
17938 * nsterm.m (QUTF8_STRING): Declare.
17939 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
17940 (validRequestorForSendType): Return type is (id).
17941 Change indexOfObjectIdenticalTo to indexOfObject.
17942 Check if we have local selection before returning self (Bug#8842).
17943 (writeSelectionToPasteboard): Put local selection into paste board
17944 if we have a local selection (Bug#8842).
17945 (syms_of_nsterm): DEFSYM QUTF8_STRING.
17946
17947 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
17948 (ns_get_local_selection): Declare.
17949
17950 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17951
17952 * keymap.c (describe_map_tree): Don't insert a double newline at
17953 the end of the buffer (bug#1169) and return whether we inserted
17954 something.
17955
17956 * callint.c (Fcall_interactively): Change "reading args" to
17957 "providing args" to try to clarify what it does (bug#1010).
17958
17959 2011-07-07 Kenichi Handa <handa@m17n.org>
17960
17961 * composite.c (composition_compute_stop_pos): Ignore a static
17962 composition starting before CHARPOS (Bug#8915).
17963
17964 * xdisp.c (handle_composition_prop): Likewise.
17965
17966 2011-07-07 Eli Zaretskii <eliz@gnu.org>
17967
17968 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
17969 (Bug#9015)
17970
17971 2011-07-07 Kenichi Handa <handa@m17n.org>
17972
17973 * character.h (unicode_category_t): New enum type.
17974
17975 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
17976 (Qchar_code_property_table): New variable.
17977 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
17978 (UNIPROP_COMPRESSED_FORM_P): New macros.
17979 (char_table_ascii): Uncompress the compressed values.
17980 (sub_char_table_ref): New arg is_uniprop. Callers changed.
17981 Uncompress the compressed values.
17982 (sub_char_table_ref_and_range): Likewise.
17983 (char_table_ref_and_range): Uncompress the compressed values.
17984 (sub_char_table_set): New arg is_uniprop. Callers changed.
17985 Uncompress the compressed values.
17986 (sub_char_table_set_range): Args changed. Callers changed.
17987 (char_table_set_range): Adjuted for the above change.
17988 (map_sub_char_table): Delete args default_val and parent. Add arg
17989 top. Give decoded values to a Lisp function.
17990 (map_char_table): Adjust for the above change. Give decoded
17991 values to a Lisp function. Gcpro more variables.
17992 (uniprop_table_uncompress)
17993 (uniprop_decode_value_run_length): New functions.
17994 (uniprop_decoder, uniprop_decoder_count): New variables.
17995 (uniprop_get_decoder, uniprop_encode_value_character)
17996 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
17997 New functions.
17998 (uniprop_encoder, uniprop_encoder_count): New variables.
17999 (uniprop_get_encoder, uniprop_table)
18000 (Funicode_property_table_internal, Fget_unicode_property_internal)
18001 (Fput_unicode_property_internal): New functions.
18002 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
18003 Sunicode_property_table_internal, Sget_unicode_property_internal,
18004 and Sput_unicode_property_internal. Defvar_lisp
18005 char-code-property-alist.
18006
18007 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
18008 Vunicode_category_table.
18009
18010 * font.c (font_range): Adjust for the change of
18011 Vunicode_category_table.
18012
18013 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
18014
18015 * m/iris4d.h: Remove file, move contents ...
18016 * s/irix6-5.h: ... here.
18017
18018 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
18019
18020 Remove unportable assumption about struct layout (Bug#8884).
18021 * alloc.c (mark_buffer):
18022 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
18023 (clone_per_buffer_values): Don't assume that
18024 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
18025 This isn't true in general, and it's particularly not true
18026 if Emacs is configured with --with-wide-int.
18027 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
18028 New macros, used in the buffer.c change.
18029
18030 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
18031
18032 * xsettings.c: Use both GConf and GSettings if both are available.
18033 (store_config_changed_event): Add comment.
18034 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
18035 (store_tool_bar_style_changed): New functions.
18036 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
18037 (struct xsettings): Move font inside HAVE_XFT.
18038 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
18039 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
18040 Move inside HAVE_XFT.
18041 (something_changed_gsettingsCB): Rename from something_changedCB.
18042 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
18043 also.
18044 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
18045 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
18046 (something_changed_gconfCB): Rename from something_changedCB.
18047 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
18048 (parse_settings): Move check for font inside HAVE_XFT.
18049 (read_settings, apply_xft_settings): Add comment.
18050 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
18051 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
18052 call store_font_name_changed.
18053 (xft_settings_event): Add comment.
18054 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
18055 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
18056 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
18057 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
18058 (xsettings_initialize): Call init_gsettings last.
18059 (xsettings_get_system_font, xsettings_get_system_normal_font):
18060 Add comment.
18061
18062 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
18063
18064 Random fixes. E.g., (random) never returned negative values.
18065 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
18066 subseconds part to the entropy, as that's a bit more random.
18067 Prefer signed to unsigned, since the signedness doesn't matter and
18068 in general we prefer signed. When given a limit, use a
18069 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
18070 latter isn't right if USE_2_TAGS_FOR_INTS.
18071 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
18072 not 0..VALMASK. Don't discard "excess" bits that random () returns.
18073
18074 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18075
18076 * textprop.c (text_property_stickiness):
18077 Obey Vtext_property_default_nonsticky.
18078 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
18079 * w32fns.c (syms_of_w32fns):
18080 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
18081
18082 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
18083
18084 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
18085 This is more efficient than Ffile_directory_p and avoids a minor race.
18086
18087 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18088
18089 * buffer.c (Foverlay_put): Say what the return value is
18090 (bug#7835).
18091
18092 * fileio.c (barf_or_query_if_file_exists): Check first if the file
18093 is a directory before asking whether to use the file name
18094 (bug#7564).
18095 (barf_or_query_if_file_exists): Make the "File is a directory"
18096 error be more correct.
18097
18098 * fns.c (Frequire): Remove the mention of the .gz files, since
18099 that's installation-specific, but keep the mention of
18100 `get-load-suffixes'.
18101
18102 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
18103
18104 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
18105 Report string overflow if the output is too long.
18106
18107 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
18108
18109 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
18110 (syms_of_gnutls): Remove duplicate DEFSYM for
18111 Qgnutls_bootprop_verify_hostname_error, an error for
18112 Qgnutls_bootprop_verify_error (which is no longer used).
18113
18114 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
18115 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
18116 Also (re)move comments that are misplaced or no longer relevant.
18117
18118 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18119
18120 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
18121
18122 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
18123
18124 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
18125 and background color parameters if they have been changed.
18126
18127 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18128
18129 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
18130
18131 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
18132
18133 * xsettings.c (SYSTEM_FONT): Define only when used.
18134 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
18135
18136 * keymap.c (access_keymap_1): Now static.
18137
18138 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
18139
18140 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
18141 leave any prefix arg for the up event (Bug#1586).
18142
18143 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18144
18145 * lread.c (syms_of_lread): Mention single symbols defined by
18146 `defvar' or `defconst' (bug#7154).
18147
18148 * fns.c (Frequire): Mention .el.gz files (bug#7314).
18149 (Frequire): Mention get-load-suffixes.
18150
18151 2011-07-02 Martin Rudalics <rudalics@gmx.at>
18152
18153 * window.h (window): Remove clone_number slot.
18154 * window.c (Fwindow_clone_number, Fset_window_clone_number):
18155 Remove.
18156 (make_parent_window, make_window, saved_window)
18157 (Fset_window_configuration, save_window_save): Don't deal with
18158 clone numbers.
18159 * buffer.c (Qclone_number): Remove declaration.
18160 (sort_overlays, overlay_strings): Don't deal with clone numbers.
18161
18162 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18163
18164 Add multiple inheritance to keymaps.
18165 * keymap.c (Fmake_composed_keymap): New function.
18166 (Fset_keymap_parent): Simplify.
18167 (fix_submap_inheritance): Remove.
18168 (access_keymap_1): New function extracted from access_keymap to handle
18169 embedded parents and handle lists of maps.
18170 (access_keymap): Use it.
18171 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
18172 (Fcopy_keymap): Handle embedded parents.
18173 (Fcommand_remapping, define_as_prefix): Simplify.
18174 (Fkey_binding): Simplify.
18175 (syms_of_keymap): Move minibuffer-local-completion-map,
18176 minibuffer-local-filename-completion-map,
18177 minibuffer-local-must-match-map, and
18178 minibuffer-local-filename-must-match-map to Elisp.
18179 (syms_of_keymap): Defsubr make-composed-keymap.
18180 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
18181 (parse_menu_item): Trivial simplification.
18182
18183 2011-07-01 Glenn Morris <rgm@gnu.org>
18184
18185 * Makefile.in (SETTINGS_LIBS): Fix typo.
18186
18187 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
18188
18189 * coding.c (Fencode_coding_string): Record the last coding system
18190 used, as the function doc string says (bug#8738).
18191
18192 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
18193
18194 * xsettings.c (store_monospaced_changed): Take new font as arg and
18195 check for change against current_mono_font.
18196 (EMACS_TYPE_SETTINGS): Remove this and related defines.
18197 (emacs_settings_constructor, emacs_settings_get_property)
18198 (emacs_settings_set_property, emacs_settings_class_init)
18199 (emacs_settings_init, gsettings_obj): Remove.
18200 (something_changedCB): New function for HAVE_GSETTINGS.
18201 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
18202 with value as argument.
18203 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
18204 g_settings_new (Bug#8967). Do not create gsettings_obj.
18205 Remove calls to g_settings_bind. Connect something_changedCB to
18206 "changed".
18207
18208 * xgselect.c: Add defined (HAVE_GSETTINGS).
18209 (xgselect_initialize): Ditto.
18210
18211 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
18212 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
18213 xg_select.
18214
18215 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18216
18217 * eval.c (struct backtrace): Simplify and port the data structure.
18218 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
18219 signed bit field, as this assumption is not portable and it makes
18220 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
18221 "char debug_on_exit : 1" as this is not portable either; instead,
18222 use the portable "unsigned int debug_on_exit : 1". Remove unused
18223 member evalargs. Remove obsolete comments about cc bombing out.
18224
18225 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
18226
18227 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
18228 Let HAVE_GSETTINGS override HAVE_GCONF.
18229 (store_monospaced_changed): New function.
18230 (EMACS_SETTINGS): A new type derived from GObject to handle
18231 GSettings notifications.
18232 (emacs_settings_constructor, emacs_settings_get_property)
18233 (emacs_settings_set_property, emacs_settings_class_init):
18234 New functions.
18235 (gsettings_client, gsettings_obj): New variables.
18236 (GSETTINGS_SCHEMA): New define.
18237 (something_changedCB): Call store_monospaced_changed.
18238 (init_gsettings): New function.
18239 (xsettings_initialize): Call init_gsettings.
18240 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
18241 to NULL.
18242
18243 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
18244 GCONF_CFLAGS/LIBS.
18245
18246 2011-06-29 Martin Rudalics <rudalics@gmx.at>
18247
18248 * window.c (resize_root_window, grow_mini_window)
18249 (shrink_mini_window): Rename Qresize_root_window to
18250 Qwindow_resize_root_window and Qresize_root_window_vertically to
18251 Qwindow_resize_root_window_vertically.
18252
18253 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
18254
18255 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
18256
18257 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
18258
18259 * makefile.w32-in: Redesign dependencies so they reflect more
18260 clearly which files are directly included by each source file,
18261 and not through other includes.
18262
18263 2011-06-27 Martin Rudalics <rudalics@gmx.at>
18264
18265 * buffer.c (Qclone_number): Declare static and DEFSYM it.
18266 (sort_overlays, overlay_strings): When an overlay's clone number
18267 matches the window's clone number process the overlay even if
18268 the overlay's window property doesn't match the current window.
18269
18270 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
18271 (Fwindow_hchild): Rename to Fwindow_left_child.
18272 (Fwindow_next): Rename to Fwindow_next_sibling.
18273 (Fwindow_prev): Rename to Fwindow_prev_sibling.
18274 (resize_window_check): Rename to window_resize_check.
18275 (resize_window_apply): Rename to window_resize_apply.
18276 (Fresize_window_apply): Rename to Fwindow_resize_apply.
18277 (Fdelete_other_windows_internal, resize_frame_windows)
18278 (Fsplit_window_internal, Fdelete_window_internal)
18279 (grow_mini_window, shrink_mini_window)
18280 (Fresize_mini_window_internal): Fix callers accordingly.
18281
18282 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
18283
18284 * emacsgtkfixed.h: State that this is only used with Gtk+3.
18285 (emacs_fixed_set_min_size): Remove.
18286 (emacs_fixed_new): Take frame as argument.
18287
18288 * emacsgtkfixed.c: State that this is only used with Gtk+3.
18289 (_EmacsFixedPrivate): Remove minwidth/height.
18290 Add struct frame *f.
18291 (emacs_fixed_init): Initialize priv->f.
18292 (get_parent_class, emacs_fixed_set_min_size): Remove.
18293 (emacs_fixed_new): Set priv->f to argument.
18294 (emacs_fixed_get_preferred_width)
18295 (emacs_fixed_get_preferred_height): Use min_width/height from
18296 frames size_hint to set minimum and natural (Bug#8919).
18297 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
18298 and use min_width/height from frames size_hint to set
18299 min_width/height (Bug#8919).
18300
18301 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
18302 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
18303 Fix indentation.
18304
18305 2011-06-26 Eli Zaretskii <eliz@gnu.org>
18306
18307 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
18308 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
18309 called at ZV.
18310
18311 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18312
18313 * process.c (wait_reading_process_output): Bypass select if
18314 waiting for a cell while ignoring keyboard input, and input is
18315 pending. Suggested by Jan Djärv (Bug#8869).
18316
18317 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
18318
18319 Use gnulib's dup2 module instead of rolling our own.
18320 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
18321
18322 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18323
18324 * dispnew.c (scrolling_window): Before scrolling, turn off a
18325 mouse-highlight in the window being scrolled.
18326
18327 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
18328
18329 Move DEFSYM to lisp.h and use everywhere.
18330
18331 * character.h (DEFSYM): Move declaration...
18332 * lisp.h (DEFSYM): ...here.
18333
18334 * gnutls.c:
18335 * minibuf.c:
18336 * w32menu.c:
18337 * w32proc.c:
18338 * w32select.c: Don't include character.h.
18339
18340 * alloc.c (syms_of_alloc):
18341 * buffer.c (syms_of_buffer):
18342 * bytecode.c (syms_of_bytecode):
18343 * callint.c (syms_of_callint):
18344 * casefiddle.c (syms_of_casefiddle):
18345 * casetab.c (init_casetab_once):
18346 * category.c (init_category_once, syms_of_category):
18347 * ccl.c (syms_of_ccl):
18348 * cmds.c (syms_of_cmds):
18349 * composite.c (syms_of_composite):
18350 * dbusbind.c (syms_of_dbusbind):
18351 * dired.c (syms_of_dired):
18352 * dispnew.c (syms_of_display):
18353 * doc.c (syms_of_doc):
18354 * editfns.c (syms_of_editfns):
18355 * emacs.c (syms_of_emacs):
18356 * eval.c (syms_of_eval):
18357 * fileio.c (syms_of_fileio):
18358 * fns.c (syms_of_fns):
18359 * frame.c (syms_of_frame):
18360 * fringe.c (syms_of_fringe):
18361 * insdel.c (syms_of_insdel):
18362 * keymap.c (syms_of_keymap):
18363 * lread.c (init_obarray, syms_of_lread):
18364 * macros.c (syms_of_macros):
18365 * msdos.c (syms_of_msdos):
18366 * print.c (syms_of_print):
18367 * process.c (syms_of_process):
18368 * search.c (syms_of_search):
18369 * sound.c (syms_of_sound):
18370 * syntax.c (init_syntax_once, syms_of_syntax):
18371 * terminal.c (syms_of_terminal):
18372 * textprop.c (syms_of_textprop):
18373 * undo.c (syms_of_undo):
18374 * w32.c (globals_of_w32):
18375 * window.c (syms_of_window):
18376 * xdisp.c (syms_of_xdisp):
18377 * xfaces.c (syms_of_xfaces):
18378 * xfns.c (syms_of_xfns):
18379 * xmenu.c (syms_of_xmenu):
18380 * xsettings.c (syms_of_xsettings):
18381 * xterm.c (syms_of_xterm): Use DEFSYM.
18382
18383 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
18384
18385 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
18386
18387 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
18388
18389 Integer and buffer overflow fixes (Bug#8873).
18390
18391 * print.c (printchar, strout): Check for string overflow.
18392 (PRINTPREPARE, printchar, strout):
18393 Don't set size unless allocation succeeds.
18394
18395 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
18396 for sizes. Check for string overflow more accurately.
18397 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
18398
18399 * macros.c: Integer and buffer overflow fixes.
18400 * keyboard.h (struct keyboard.kbd_macro_bufsize):
18401 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
18402 Use ptrdiff_t, not int, for sizes.
18403 Don't increment bufsize until after realloc succeeds.
18404 Check for size-calculation overflow.
18405 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
18406
18407 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
18408
18409 * lread.c: Integer overflow fixes.
18410 (read_integer): Radix is now EMACS_INT, not int,
18411 to improve quality of diagnostics for out-of-range radices.
18412 Calculate buffer size correctly for out-of-range radices.
18413 (read1): Check for integer overflow in radices, and in
18414 read-circle numbers.
18415 (read_escape): Avoid int overflow.
18416 (Fload, openp, read_buffer_size, read1)
18417 (substitute_object_recurse, read_vector, read_list, map_obarray):
18418 Use ptrdiff_t, not int, for sizes.
18419 (read1): Use EMACS_INT, not int, for sizes.
18420 Check for size overflow.
18421
18422 * image.c (cache_image): Check for size arithmetic overflow.
18423
18424 * lread.c: Integer overflow issues.
18425 (saved_doc_string_size, saved_doc_string_length)
18426 (prev_saved_doc_string_size, prev_saved_doc_string_length):
18427 Now ptrdiff_t, not int.
18428 (read1): Don't assume doc string length fits in int. Check for
18429 out-of-range doc string lengths.
18430 (read_list): Don't assume file position fits in int.
18431 (read_escape): Check for hex character overflow.
18432
18433 2011-06-22 Leo Liu <sdl.web@gmail.com>
18434
18435 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
18436 Move to minibuffer.el.
18437
18438 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
18439
18440 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
18441 The following patches are for when GLYPH_DEBUG && !XASSERT.
18442 * dispextern.h (trace_redisplay_p, dump_glyph_string):
18443 * dispnew.c (flush_stdout):
18444 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
18445 Mark as externally visible.
18446 * dispnew.c (check_window_matrix_pointers): Now static.
18447 * dispnew.c (window_to_frame_vpos):
18448 * xfns.c (unwind_create_frame):
18449 * xterm.c (x_check_font): Remove unused local.
18450 * scroll.c (CHECK_BOUNDS):
18451 * xfaces.c (cache_fache): Rename local to avoid shadowing.
18452 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
18453 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
18454 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
18455 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
18456 Now static.
18457 (debug_method_add): Use va_list and vsprintf rather than relying
18458 on undefined behavior with wrong number of arguments.
18459 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
18460 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
18461 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
18462 since we're not interested in debugging glyphs with old libraries.
18463 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
18464 GCC 4.6.0's static checking.
18465
18466 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
18467
18468 Integer overflow and signedness fixes (Bug#8873).
18469 A few related buffer overrun fixes, too.
18470
18471 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
18472
18473 * dispextern.h (struct face.stipple):
18474 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
18475 (x_bitmap_mask, x_allocate_bitmap_record)
18476 (x_create_bitmap_from_data, x_create_bitmap_from_file)
18477 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
18478 (x_create_bitmap_from_xpm_data):
18479 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
18480 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
18481 (.bitmaps_last):
18482 * xfaces.c (load_pixmap):
18483 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
18484 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
18485 (.bitmaps_last, struct x_output.icon_bitmap):
18486 Use ptrdiff_t, not int, for bitmap indexes.
18487 (x_allocate_bitmap_record): Check for size overflow.
18488 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
18489
18490 Use ptrdiff_t, not int, for overlay counts.
18491 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
18492 * editfns.c (overlays_around, get_pos_property):
18493 * textprop.c (get_char_property_and_overlay):
18494 * xdisp.c (next_overlay_change, note_mouse_highlight):
18495 * xfaces.c (face_at_buffer_position):
18496 * buffer.c (OVERLAY_COUNT_MAX): New macro.
18497 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
18498 (Fnext_overlay_change, Fprevious_overlay_change)
18499 (mouse_face_overlay_overlaps, Foverlays_in):
18500 Use ptrdiff_t, not int, for sizes.
18501 (overlays_at, overlays_in): Check for size-calculation overflow.
18502
18503 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
18504
18505 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
18506 (x_session_initialize): Do not assume string length fits in int.
18507
18508 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
18509 This is unlikely, but can occur if DPI is outlandish.
18510
18511 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
18512 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
18513
18514 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
18515 * xrdb.c (magic_file_p, search_magic_path):
18516 Omit last arg SUFFIX; it was always 0. All callers changed.
18517 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
18518
18519 * xfont.c (xfont_match): Avoid need for strlen.
18520
18521 * xfns.c: Don't assume strlen fits in int.
18522 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
18523
18524 * xdisp.c (message_log_check_duplicate): Return intmax_t,
18525 not unsigned long, as we prefer signed integers. All callers changed.
18526 Detect integer overflow in repeat count.
18527 (message_dolog): Don't assume print length fits in 39 bytes.
18528 (display_mode_element): Don't assume strlen fits in int.
18529
18530 * termcap.c: Don't assume sizes fit in int and never overflow.
18531 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
18532 (gobble_line): Check for size-calculation overflow.
18533
18534 * minibuf.c (Fread_buffer):
18535 * lread.c (intern, intern_c_string):
18536 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
18537 Don't assume string length fits in int.
18538
18539 * keyboard.c (parse_tool_bar_item):
18540 * gtkutil.c (style_changed_cb): Avoid need for strlen.
18541
18542 * font.c: Don't assume string length fits in int.
18543 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
18544 Use ptrdiff_t, not int.
18545 (font_intern_prop): Don't assume string length fits in int.
18546 Don't assume integer property fits in fixnum.
18547 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
18548
18549 * filelock.c: Fix some buffer overrun and integer overflow issues.
18550 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
18551 Reformulate so as not to need the command string.
18552 Invoke gzip -cd rather than gunzip, as it's more portable.
18553 (lock_info_type, lock_file_1, lock_file):
18554 Don't assume pid_t and time_t fit in unsigned long.
18555 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
18556 (current_lock_owner): Prefer signed type for sizes.
18557 Use memcpy, not strncpy, where memcpy is what is really wanted.
18558 Don't assume (via atoi) that time_t and pid_t fit in int.
18559 Check for time_t and/or pid_t out of range, e.g., via a network share.
18560 Don't alloca where an auto var works fine.
18561
18562 * fileio.c: Fix some integer overflow issues.
18563 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
18564 Don't assume string length fits in int.
18565 (directory_file_name): Don't assume string length fits in long.
18566 (make_temp_name): Don't assume pid fits in int, or that its print
18567 length is less than 20.
18568
18569 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
18570
18571 * coding.c (make_subsidiaries): Don't assume string length fits in int.
18572
18573 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
18574
18575 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
18576 We prefer signed integers, even for size calculations.
18577
18578 * emacs.c: Don't assume string length fits in 'int'.
18579 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
18580 (main): Don't invoke strlen when not needed.
18581
18582 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
18583 (XD_DEBUG_MESSAGE): Don't waste a byte.
18584
18585 * callproc.c (getenv_internal_1, getenv_internal)
18586 (Fgetenv_internal):
18587 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
18588
18589 * lread.c (invalid_syntax): Omit length argument.
18590 All uses changed. This doesn't fix a bug, but it simplifies the
18591 code away from its former Hollerith-constant appearance, and it's
18592 one less 'int' to worry about when looking at integer-overflow issues.
18593 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
18594
18595 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
18596 This didn't break anything, but it didn't help either.
18597 It's confusing to put a bogus integer in a place where the actual
18598 value does not matter.
18599 (LIST_END_P): Remove unused macro and its bogus comment.
18600 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
18601
18602 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
18603 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
18604 implementation.
18605 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
18606 We prefer signed types, and the value cannot exceed the EMACS_INT
18607 range anyway (because otherwise the length would not be representable).
18608 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
18609 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
18610 This avoids a GCC warning when WIDE_EMACS_INT.
18611
18612 * indent.c (sane_tab_width): New function.
18613 (current_column, scan_for_column, Findent_to, position_indentation)
18614 (compute_motion): Use it. This is just for clarity.
18615 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
18616
18617 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
18618
18619 * lisp.h (lint_assume): New macro.
18620 * composite.c (composition_gstring_put_cache):
18621 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
18622
18623 * editfns.c, insdel.c:
18624 Omit unnecessary forward decls, to simplify future changes.
18625
18626 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
18627
18628 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
18629
18630 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
18631 Use much-faster test for byte-length change.
18632 Don't assume string byte-length fits in 'int'.
18633 Check that character arg fits in 'int'.
18634 (mapcar1): Declare byte as byte, for clarity.
18635
18636 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
18637
18638 * fns.c (concat): Catch string overflow earlier.
18639 Do not rely on integer wraparound.
18640
18641 * dispextern.h (struct it.overlay_strings_charpos)
18642 (struct it.selective): Now EMACS_INT, not int.
18643 * xdisp.c (forward_to_next_line_start)
18644 (back_to_previous_visible_line_start)
18645 (reseat_at_next_visible_line_start, next_element_from_buffer):
18646 Don't arbitrarily truncate the value of 'selective' to int.
18647
18648 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
18649
18650 * composite.c: Don't truncate sizes to 'int'.
18651 (composition_gstring_p, composition_reseat_it)
18652 (composition_adjust_point): Use EMACS_INT, not int.
18653 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
18654 not EMACS_UINT, for indexes.
18655
18656 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
18657
18658 * buffer.c: Include <verify.h>.
18659 (struct sortvec.priority, struct sortstr.priority):
18660 Now EMACS_INT, not int.
18661 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
18662 (struct sortstr.size, record_overlay_string)
18663 (struct sortstrlist.size, struct sortlist.used):
18664 Don't truncate size to int.
18665 (record_overlay_string): Check for size-calculation overflow.
18666 (init_buffer_once): Check at compile-time, not run-time.
18667
18668 2011-06-22 Jim Meyering <meyering@redhat.com>
18669
18670 Don't leak an XBM-image-sized buffer
18671 * image.c (xbm_load): Free the image buffer after using it.
18672
18673 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
18674
18675 Port to Sun C.
18676 * composite.c (find_automatic_composition): Omit needless 'return 0;'
18677 that Sun C diagnosed.
18678 * fns.c (secure_hash): Fix pointer signedness issue.
18679 * intervals.c (static_offset_intervals): New function.
18680 (offset_intervals): Use it.
18681
18682 2011-06-21 Leo Liu <sdl.web@gmail.com>
18683
18684 * deps.mk (fns.o):
18685 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
18686 sha512.h.
18687
18688 * fns.c (secure_hash): Rename from crypto_hash_function and change
18689 the first arg to accept symbols.
18690 (Fsecure_hash): New primitive.
18691 (syms_of_fns): New symbols.
18692
18693 2011-06-20 Deniz Dogan <deniz@dogan.se>
18694
18695 * process.c (Fset_process_buffer): Clarify return value in
18696 docstring.
18697
18698 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
18699
18700 * dispnew.c (add_window_display_history): Use BVAR.
18701
18702 * xdisp.c (debug_method_add): Use BVAR.
18703 (check_window_end, dump_glyph_matrix, dump_glyph)
18704 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
18705
18706 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
18707 Likewise.
18708
18709 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
18710 check till after the cache is created in init_frame_faces.
18711
18712 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
18715
18716 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
18717
18718 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
18719 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
18720 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
18721
18722 Improve buffer-overflow checking (Bug#8873).
18723 * fileio.c (Finsert_file_contents):
18724 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
18725 Remove the old (too-loose) buffer overflow checks.
18726 They weren't needed, since make_gap checks for buffer overflow.
18727 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
18728 The old code merely checked for Emacs fixnum overflow, and relied
18729 on undefined (wraparound) behavior. The new code avoids undefined
18730 behavior, and also checks for ptrdiff_t and/or size_t overflow.
18731
18732 * editfns.c (Finsert_char): Don't dump core with very negative counts.
18733 Tune. Don't use wider integers than needed. Don't use alloca.
18734 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
18735
18736 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
18737
18738 * insdel.c, lisp.h (buffer_overflow): New function.
18739 (insert_from_buffer_1, replace_range, replace_range_2):
18740 * insdel.c (make_gap_larger):
18741 * editfns.c (Finsert_char):
18742 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
18743
18744 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
18745
18746 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
18747
18748 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
18749
18750 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
18751 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
18752
18753 * fileio.c: Don't assume EMACS_INT fits in off_t.
18754 (emacs_lseek): New static function.
18755 (Finsert_file_contents, Fwrite_region): Use it.
18756 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
18757
18758 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
18759
18760 * fns.c: Don't overflow int when computing a list length.
18761 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
18762 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
18763 truncation on 64-bit hosts. Check for QUIT every
18764 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
18765 faster and is responsive enough.
18766 (Flength): Report an error instead of overflowing an integer.
18767 (Fsafe_length): Return a float if the value is not representable
18768 as a fixnum. This shouldn't happen except in contrived situations.
18769 (Fnthcdr, Fsort): Don't assume list length fits in int.
18770 (Fcopy_sequence): Don't assume vector length fits in int.
18771
18772 * alloc.c: Check that resized vectors' lengths fit in fixnums.
18773 (header_size, word_size): New constants.
18774 (allocate_vectorlike): Don't check size overflow here.
18775 (allocate_vector): Check it here instead, since this is the only
18776 caller of allocate_vectorlike that could cause overflow.
18777 Check that the new vector's length is representable as a fixnum.
18778
18779 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
18780 The previous code was bogus. For example, next_almost_prime (32)
18781 returned 39, which is undesirable as it is a multiple of 3; and
18782 next_almost_prime (24) returned 25, which is a multiple of 5 so
18783 why was the code bothering to check for multiples of 7?
18784
18785 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
18786
18787 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
18788
18789 Variadic C functions now count arguments with ptrdiff_t.
18790 This partly undoes my 2011-03-30 change, which replaced int with size_t.
18791 Back then I didn't know that the Emacs coding style prefers signed int.
18792 Also, in the meantime I found a few more instances where arguments
18793 were being counted with int, which may truncate counts on 64-bit
18794 machines, or EMACS_INT, which may be unnecessarily wide.
18795 * lisp.h (struct Lisp_Subr.function.aMANY)
18796 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
18797 Arg counts are now ptrdiff_t, not size_t.
18798 All variadic functions and their callers changed accordingly.
18799 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
18800 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
18801 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
18802 * callint.c (Fcall_interactively): Check arg count for overflow,
18803 to avoid potential buffer overrun. Use signed char, not 'int',
18804 for 'varies' array, so that we needn't bother to check its size
18805 calculation for overflow.
18806 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
18807 * eval.c (apply_lambda):
18808 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
18809 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
18810 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
18811
18812 * callint.c (Fcall_interactively): Don't use index var as event count.
18813
18814 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
18815 * mem-limits.h (SIZE): Remove; no longer used.
18816
18817 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
18818
18819 Remove unnecessary casts.
18820 * xterm.c (x_term_init):
18821 * xfns.c (x_set_border_pixel):
18822 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
18823 These aren't needed now that we assume ANSI C.
18824
18825 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
18826 It's more likely to cause problems (due to unsigned overflow)
18827 than to cure them.
18828
18829 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
18830
18831 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
18832
18833 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
18834
18835 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
18836
18837 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
18838
18839 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
18840
18841 GLYPH_CODE_FACE returns EMACS_INT, not int.
18842 * dispextern.h (merge_faces):
18843 * xfaces.c (merge_faces):
18844 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18845 Don't assume EMACS_INT fits in int.
18846
18847 * character.h (CHAR_VALID_P): Remove unused parameter.
18848 * fontset.c, lisp.h, xdisp.c: All uses changed.
18849
18850 * editfns.c (Ftranslate_region_internal): Omit redundant test.
18851
18852 * fns.c (concat): Minor tuning based on overflow analysis.
18853 This doesn't fix any bugs. Use int to hold character, instead
18854 of constantly refetching from Emacs object. Use XFASTINT, not
18855 XINT, for value known to be a character. Don't bother comparing
18856 a single byte to 0400, as it's always less.
18857
18858 * floatfns.c (Fexpt):
18859 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
18860
18861 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
18862 for characters.
18863
18864 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
18865
18866 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
18867 Without this fix, on a 64-bit host (aset S 0 4294967386) would
18868 incorrectly succeed when S was a string, because 4294967386 was
18869 truncated before it was used.
18870
18871 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
18872 Otherwise, an out-of-range integer could cause undefined behavior
18873 on a 64-bit host.
18874
18875 * composite.c: Use int, not EMACS_INT, for characters.
18876 (fill_gstring_body, composition_compute_stop_pos): Use int, not
18877 EMACS_INT, for values that are known to be in character range.
18878 This doesn't fix any bugs but is the usual style inside Emacs and
18879 may generate better code on 32-bit machines.
18880
18881 Make sure a 64-bit char is never passed to ENCODE_CHAR.
18882 This is for reasons similar to the recent CHAR_STRING fix.
18883 * charset.c (Fencode_char): Check that character arg is actually
18884 a character. Pass an int to ENCODE_CHAR.
18885 * charset.h (ENCODE_CHAR): Verify that the character argument is no
18886 wider than 'int', as a compile-time check to prevent future regressions
18887 in this area.
18888
18889 * character.c (char_string): Remove unnecessary casts.
18890
18891 Make sure a 64-bit char is never passed to CHAR_STRING.
18892 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
18893 by silently ignoring the top 32 bits, allowing some values
18894 that were far too large to be valid characters.
18895 * character.h: Include <verify.h>.
18896 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
18897 arguments are no wider than unsigned, as a compile-time check
18898 to prevent future regressions in this area.
18899 * data.c (Faset):
18900 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
18901 (Fsubst_char_in_region):
18902 * fns.c (concat):
18903 * xdisp.c (decode_mode_spec_coding):
18904 Adjust to CHAR_STRING's new requirement.
18905 * editfns.c (Finsert_char, Fsubst_char_in_region):
18906 * fns.c (concat): Check that character args are actually
18907 characters. Without this test, these functions did the wrong
18908 thing with wildly out-of-range values on 64-bit hosts.
18909
18910 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
18911 These casts should not be needed on 32-bit hosts, either.
18912 * keyboard.c (read_char):
18913 * lread.c (Fload): Remove casts to unsigned.
18914
18915 * lisp.h (UNSIGNED_CMP): New macro.
18916 This fixes comparison bugs on 64-bit hosts.
18917 (ASCII_CHAR_P): Use it.
18918 * casefiddle.c (casify_object):
18919 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
18920 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
18921 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
18922 * dispextern.h (FACE_FROM_ID):
18923 * keyboard.c (read_char): Use UNSIGNED_CMP.
18924
18925 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
18926 not to EMACS_INT, to avoid GCC warning.
18927
18928 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
18929
18930 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
18931 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
18932 isn't needed on 32-bit machines.
18933
18934 * buffer.c (Fgenerate_new_buffer_name):
18935 Use EMACS_INT for count, not int.
18936 (advance_to_char_boundary): Return EMACS_INT, not int.
18937
18938 * data.c (Qcompiled_function): Now static.
18939
18940 * window.c (window_body_lines): Now static.
18941
18942 * image.c (gif_load): Rename local to avoid shadowing.
18943
18944 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
18945 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
18946 * alloc.c (make_save_value): Integer argument is now of type
18947 ptrdiff_t, not int.
18948 (mark_object): Use ptrdiff_t, not int.
18949 * lisp.h (pD): New macro.
18950 * print.c (print_object): Use it.
18951
18952 * alloc.c: Use EMACS_INT, not int, to count objects.
18953 (total_conses, total_markers, total_symbols, total_vector_size)
18954 (total_free_conses, total_free_markers, total_free_symbols)
18955 (total_free_floats, total_floats, total_free_intervals)
18956 (total_intervals, total_strings, total_free_strings):
18957 Now EMACS_INT, not int. All uses changed.
18958 (Fgarbage_collect): Compute overall total using a double, so that
18959 integer overflow is less likely to be a problem. Check for overflow
18960 when converting back to an integer.
18961 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
18962 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
18963 These were 'int' variables that could overflow on 64-bit hosts;
18964 they were never used, so remove them instead of repairing them.
18965 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
18966 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
18967 Previously, this ceilinged at INT_MAX, but that doesn't work on
18968 64-bit machines.
18969 (allocate_pseudovector): Don't use EMACS_INT when int would do.
18970
18971 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
18972 (allocate_vectorlike): Check for ptrdiff_t overflow.
18973 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
18974 when a (possibly-narrower) signed value would do just as well.
18975 We prefer using signed arithmetic, to avoid comparison confusion.
18976
18977 * alloc.c: Catch some string size overflows that we were missing.
18978 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
18979 for convenience in STRING_BYTES_MAX.
18980 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
18981 The definition here is exact; the one in lisp.h was approximate.
18982 (allocate_string_data): Check for string overflow. This catches
18983 some instances we weren't catching before. Also, it catches
18984 size_t overflow on (unusual) hosts where SIZE_MAX <= min
18985 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
18986 and ptrdiff_t and EMACS_INT are both 64 bits.
18987
18988 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
18989 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
18990 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
18991
18992 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
18993
18994 * alloc.c (Fmake_string): Check for out-of-range init.
18995
18996 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18997
18998 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
18999
19000 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
19001
19002 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
19003 xg_get_default_scrollbar_width.
19004
19005 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
19006 (int_gtk_range_get_value): Move to the scroll bar part of the file.
19007 (style_changed_cb): Call update_theme_scrollbar_width and call
19008 x_set_scroll_bar_default_width and xg_frame_set_char_size for
19009 all frames (Bug#8505).
19010 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
19011 Call gtk_window_set_resizable if HAVE_GTK3.
19012 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
19013 and height if HAVE_GTK3 (Bug#8505).
19014 (scroll_bar_width_for_theme): New variable.
19015 (update_theme_scrollbar_width): New function.
19016 (xg_get_default_scrollbar_width): Move code to
19017 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
19018 (xg_initialize): Call update_theme_scrollbar_width.
19019
19020 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
19021
19022 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
19023
19024 2011-06-12 Martin Rudalics <rudalics@gmx.at>
19025
19026 * frame.c (make_frame): Call other_buffer_safely instead of
19027 other_buffer.
19028
19029 * window.c (temp_output_buffer_show): Call display_buffer with
19030 second argument Vtemp_buffer_show_specifiers and reset latter
19031 immediately after the call.
19032 (Vtemp_buffer_show_specifiers): New variable.
19033 (auto_window_vscroll_p, next_screen_context_lines)
19034 (Vscroll_preserve_screen_position): Remove leading asterisks from
19035 doc-strings.
19036
19037 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
19038
19039 Fix minor problems found by GCC 4.6.0 static checking.
19040 * buffer.c (Qclone_number): Remove for now, as it's unused.
19041 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
19042 (record_buffer): Remove unused local.
19043 * frame.c (other_visible_frames, frame_buffer_list): Now static.
19044 (set_frame_buffer_list): Remove; unused.
19045 * frame.h (other_visible_frames): Remove decl.
19046 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
19047 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
19048 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
19049 if HAVE_GPM.
19050 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
19051 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
19052 Define only if HAVE_GPM.
19053 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
19054 (update_hints_inhibit): Remove; never set. All uses removed.
19055 * widgetprv.h (emacsFrameClassRec): Remove decl.
19056 * window.c (delete_deletable_window): Now returns void, since it
19057 wasn't returning anything.
19058 (compare_window_configurations): Remove unused locals.
19059 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
19060 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
19061 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
19062 the same widths as pointers. This follows up on the 2011-05-06 patch.
19063 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
19064 * xterm.h: Likewise.
19065 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
19066
19067 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
19068
19069 * makefile.w32-in: Update dependencies.
19070 (LISP_H): Add lib/intprops.h.
19071
19072 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
19073
19074 * image.c (gif_load): Add animation frame delay to the metadata.
19075 (syms_of_image): Use DEFSYM. New symbol `delay'.
19076
19077 2011-06-11 Martin Rudalics <rudalics@gmx.at>
19078
19079 * window.c (delete_deletable_window): Re-add.
19080 (Fset_window_configuration): Rewrite to handle dead buffers and
19081 consequently deletable windows.
19082 (window_tree, Fwindow_tree): Remove. Supply functionality in
19083 window.el.
19084 (compare_window_configurations): Simplify code.
19085
19086 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
19087
19088 * image.c (imagemagick_load_image): Fix type mismatch.
19089 (Fimagemagick_types): Likewise.
19090
19091 * window.h (replace_buffer_in_windows): Declare.
19092
19093 2011-06-11 Martin Rudalics <rudalics@gmx.at>
19094
19095 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
19096 Qclone_number. Remove external declaration of Qdelete_window.
19097 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
19098 code.
19099 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
19100 Run Qbuffer_list_update_hook if allowed.
19101 (Fother_buffer): Rewrite doc-string. Major rewrite for new
19102 buffer list implementation.
19103 (other_buffer_safely): New function.
19104 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
19105 calls to replace_buffer_in_windows and
19106 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
19107 if allowed.
19108 (record_buffer): Inhibit quitting and rewrite using quittable
19109 functions. Run Qbuffer_list_update_hook if allowed.
19110 (Frecord_buffer, Funrecord_buffer): New functions.
19111 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
19112 Move switch-to-buffer to window.el.
19113 (bury-buffer): Move to window.el.
19114 (Vbuffer_list_update_hook): New variable.
19115
19116 * lisp.h (other_buffer_safely): Add prototype in buffer.c
19117 section.
19118
19119 * window.h (resize_frame_windows): Move up in code.
19120 (Fwindow_frame): Remove EXFUN.
19121 (replace_buffer_in_all_windows): Remove prototype.
19122 (replace_buffer_in_windows_safely): Add prototype.
19123
19124 * window.c: Declare Qdelete_window static again. Move down
19125 declaration of select_count.
19126 (Fnext_window, Fprevious_window): Rewrite doc-strings.
19127 (Fother_window): Move to window.el.
19128 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
19129 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
19130 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
19131 window.el.
19132 (replace_buffer_in_windows): Implement by calling
19133 Qreplace_buffer_in_windows.
19134 (replace_buffer_in_all_windows): Remove with some functionality
19135 moved into replace_buffer_in_windows_safely.
19136 (replace_buffer_in_windows_safely): New function.
19137 (select_window_norecord, select_frame_norecord): Move in front
19138 of run_window_configuration_change_hook. Remove now obsolete
19139 declarations.
19140 (Fset_window_buffer): Rewrite doc-string.
19141 Call Qrecord_window_buffer.
19142 (keys_of_window): Move binding for other-window to window.el.
19143
19144 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
19145
19146 * dispextern.h (struct image): Replace data member, whose int_val
19147 and ptr_val fields were not used by anything, with a single
19148 lisp_val object.
19149
19150 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
19151 (gif_clear_image, gif_load, imagemagick_load_image)
19152 (gs_clear_image, gs_load): Callers changed.
19153
19154 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
19155
19156 * buffer.h: Include <time.h>, for time_t.
19157 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
19158
19159 Fix minor problems found by static checking.
19160
19161 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
19162
19163 Make identifiers static if they are not used in other modules.
19164 * data.c (Qcompiled_function, Qframe, Qvector):
19165 * image.c (QimageMagick, Qsvg):
19166 * minibuf.c (Qmetadata):
19167 * window.c (resize_window_check, resize_root_window): Now static.
19168 * window.h (resize_window_check, resize_root_window): Remove decls.
19169
19170 * window.c (window_deletion_count, delete_deletable_window):
19171 Remove; unused.
19172 (window_body_lines): Now static.
19173 (Fdelete_other_windows_internal): Mark vars as initialized.
19174 Make sure 'resize_failed' is initialized.
19175 (run_window_configuration_change_hook): Rename local to avoid shadowing.
19176 (resize_window_apply): Remove unused local.
19177 * window.h (delete_deletable_window): Remove decl.
19178
19179 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
19180 (imagemagick_load_image): Fix pointer signedness problem by changing
19181 last arg from unsigned char * to char *. All uses changed.
19182 Also, fix a local for similar reasons.
19183 Remove unused locals. Remove locals to avoid shadowing.
19184 (fn_rsvg_handle_free): Remove; unused.
19185 (svg_load, svg_load_image): Fix pointer signedness problem.
19186 (imagemagick_load_image): Don't use garbage pointer image_wand.
19187
19188 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
19189
19190 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
19191
19192 * image.c (gif_load): Fix omitted cast error introduced by
19193 2011-06-06 change.
19194
19195 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19196
19197 * window.h (resize_proportionally, orig_total_lines)
19198 (orig_top_line): Remove from window structure.
19199 (set_window_height, set_window_width, change_window_heights)
19200 (Fdelete_window): Remove prototypes.
19201 (resize_frame_windows): Remove duplicate declaration.
19202
19203 2011-06-10 Eli Zaretskii <eliz@gnu.org>
19204
19205 * window.h (resize_frame_windows, resize_window_check)
19206 (delete_deletable_window, resize_root_window)
19207 (resize_frame_windows): Declare prototypes.
19208
19209 * window.c (resize_window_apply): Make definition be "static" to
19210 match the prototype.
19211
19212 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19213
19214 * window.c: Remove declarations of Qwindow_size_fixed,
19215 window_min_size_1, window_min_size_2, window_min_size,
19216 size_window, window_fixed_size_p, enlarge_window, delete_window.
19217 Remove static from declaration of Qdelete_window, it's
19218 temporarily needed by Fbury_buffer.
19219 (replace_window): Don't assign orig_top_line and
19220 orig_total_lines.
19221 (Fdelete_window, delete_window): Remove. Window deletion is
19222 handled by window.el.
19223 (window_loop): Remove DELETE_OTHER_WINDOWS case.
19224 Replace Fdelete_window calls with calls to Qdelete_window.
19225 (Fdelete_other_windows): Remove. Deleting other windows is
19226 handled by window.el.
19227 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
19228 handled in window.el.
19229 (window_min_size_2, window_min_size_1, window_min_size): Remove.
19230 Window minimum sizes are handled in window.el.
19231 (shrink_windows, size_window, set_window_height)
19232 (set_window_width, change_window_heights, window_height)
19233 (window_width, CURBEG, CURSIZE, enlarge_window)
19234 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
19235 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
19236 handled in window.el.
19237 (make_dummy_parent): Rename to make_parent_window and give it a
19238 second argument horflag.
19239 (make_window): Don't set resize_proportionally any more.
19240 (Fsplit_window): Remove. Windows are split in window.el.
19241 (save_restore_action, save_restore_orig_size)
19242 (shrink_window_lowest_first, save_restore_orig_size): Remove.
19243 Resize mini windows in window.el.
19244 (grow_mini_window, shrink_mini_window): Implement by calling
19245 Qresize_root_window_vertically, resize_window_check and
19246 resize_window_apply.
19247 (saved_window, Fset_window_configuration, save_window_save):
19248 Do not handle orig_top_line, orig_total_lines, and
19249 resize_proportionally.
19250 (window_min_height, window_min_width): Move to window.el.
19251 (keys_of_window): Move bindings for delete-other-windows,
19252 split-window, delete-window and enlarge-window to window.el.
19253
19254 * buffer.c: Temporarily extern Qdelete_window.
19255 (Fbury_buffer): Temporarily call Qdelete_window instead of
19256 Fdelete_window (Fbury_buffer will move to window.el soon).
19257
19258 * frame.c (set_menu_bar_lines_1): Remove code handling
19259 orig_top_line and orig_total_lines.
19260
19261 * dispnew.c (adjust_frame_glyphs_initially): Don't use
19262 set_window_height but set heights directly.
19263 (change_frame_size_1): Use resize_frame_windows.
19264
19265 * xdisp.c (init_xdisp): Don't use set_window_height but set
19266 heights directly.
19267
19268 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
19269 Use resize_frame_windows instead of change_window_heights and run
19270 run_window_configuration_change_hook.
19271
19272 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
19273 instead of change_window_heights and run
19274 run_window_configuration_change_hook.
19275
19276 2011-06-09 Martin Rudalics <rudalics@gmx.at>
19277
19278 * window.c (replace_window): Rename second argument REPLACEMENT to
19279 NEW. New third argument SETFLAG. Rewrite.
19280 (delete_window, make_dummy_parent): Call replace_window with
19281 third argument 1.
19282 (window_list_1): Move down in code.
19283 (run_window_configuration_change_hook): Move set_buffer part
19284 before select_frame_norecord part in order to unwind correctly.
19285 Rename count1 to count.
19286 (recombine_windows, delete_deletable_window, resize_root_window)
19287 (Fdelete_other_windows_internal)
19288 (Frun_window_configuration_change_hook, make_parent_window)
19289 (resize_window_check, resize_window_apply, Fresize_window_apply)
19290 (resize_frame_windows, Fsplit_window_internal)
19291 (Fdelete_window_internal, Fresize_mini_window_internal):
19292 New functions.
19293 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
19294
19295 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19296
19297 * window.h (window): Add some new members to window structure -
19298 normal_lines, normal_cols, new_total, new_normal, clone_number,
19299 splits, nest, prev_buffers, next_buffers.
19300 (WINDOW_TOTAL_SIZE): Move here from window.c.
19301 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
19302
19303 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
19304 Remove.
19305 (make_dummy_parent): Set new members of windows structure.
19306 (make_window): Move down in code. Handle new members of window
19307 structure.
19308 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
19309 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
19310 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
19311 (Fset_window_prev_buffers, Fwindow_next_buffers)
19312 (Fset_window_next_buffers, Fset_window_clone_number):
19313 New functions.
19314 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
19315 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
19316 Doc-string fixes.
19317 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
19318 Argument WINDOW can be now internal window too.
19319 (Fwindow_use_time): Move up in code.
19320 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
19321 Rewrite doc-string.
19322 (Fset_window_configuration, saved_window)
19323 (Fcurrent_window_configuration, save_window_save): Handle new
19324 members of window structure.
19325 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
19326 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
19327 (syms_of_window): New Lisp objects Qrecord_window_buffer,
19328 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
19329 Qget_mru_window, Qresize_root_window,
19330 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
19331 Qauto_buffer_name; staticpro them.
19332
19333 2011-06-07 Martin Rudalics <rudalics@gmx.at>
19334
19335 * window.c (Fwindow_total_size, Fwindow_left_column)
19336 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
19337 (Fwindow_list_1): New functions.
19338 (window_box_text_cols): Replace with window_body_cols.
19339 (Fwindow_width, Fscroll_left, Fscroll_right):
19340 Use window_body_cols instead of window_box_text_cols.
19341 (delete_window, Fset_window_configuration):
19342 Call delete_all_subwindows with window as argument.
19343 (delete_all_subwindows): Take a window as argument and not a
19344 structure. Rewrite.
19345 (window_loop): Remove handling of GET_LRU_WINDOW and
19346 GET_LARGEST_WINDOW.
19347 (Fget_lru_window, Fget_largest_window): Move to window.el.
19348
19349 * window.h: Extern window_body_cols instead of
19350 window_box_text_cols. delete_all_subwindows now takes a
19351 Lisp_Object as argument.
19352
19353 * indent.c (compute_motion, Fcompute_motion):
19354 Use window_body_cols instead of window_box_text_cols.
19355
19356 * frame.c (delete_frame): Call delete_all_subwindows with root
19357 window as argument.
19358
19359 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
19360
19361 * fns.c (Fputhash): Document return value.
19362
19363 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
19364
19365 * image.c (gif_load): Implement gif89a spec "no disposal" method.
19366
19367 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
19368
19369 Cons<->int and similar integer overflow fixes (Bug#8794).
19370
19371 Check for overflow when converting integer to cons and back.
19372 * charset.c (Fdefine_charset_internal, Fdecode_char):
19373 Use cons_to_unsigned to catch overflow.
19374 (Fencode_char): Use INTEGER_TO_CONS.
19375 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
19376 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
19377 * data.c (long_to_cons, cons_to_long): Remove.
19378 (cons_to_unsigned, cons_to_signed): New functions.
19379 These signal an error for invalid or out-of-range values.
19380 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
19381 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
19382 * font.c (Ffont_variation_glyphs):
19383 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
19384 * lisp.h: Include <intprops.h>.
19385 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
19386 (cons_to_signed, cons_to_unsigned): New decls.
19387 (long_to_cons, cons_to_long): Remove decls.
19388 * undo.c (record_first_change): Use INTEGER_TO_CONS.
19389 (Fprimitive_undo): Use CONS_TO_INTEGER.
19390 * xfns.c (Fx_window_property): Likewise.
19391 * xselect.c: Include <limits.h>.
19392 (x_own_selection, selection_data_to_lisp_data):
19393 Use INTEGER_TO_CONS.
19394 (x_handle_selection_request, x_handle_selection_clear)
19395 (x_get_foreign_selection, Fx_disown_selection_internal)
19396 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
19397 (lisp_data_to_selection_data): Use cons_to_unsigned.
19398 (x_fill_property_data): Use cons_to_signed.
19399 Report values out of range.
19400
19401 Check for buffer and string overflow more precisely.
19402 * buffer.h (BUF_BYTES_MAX): New macro.
19403 * lisp.h (STRING_BYTES_MAX): New macro.
19404 * alloc.c (Fmake_string):
19405 * character.c (string_escape_byte8):
19406 * coding.c (coding_alloc_by_realloc):
19407 * doprnt.c (doprnt):
19408 * editfns.c (Fformat):
19409 * eval.c (verror):
19410 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
19411 since they may not be the same number.
19412 * editfns.c (Finsert_char):
19413 * fileio.c (Finsert_file_contents):
19414 Likewise for BUF_BYTES_MAX.
19415
19416 * image.c: Use ptrdiff_t, not int, for sizes.
19417 (slurp_file): Switch from int to ptrdiff_t.
19418 All uses changed.
19419 (slurp_file): Check that file size fits in both size_t (for
19420 malloc) and ptrdiff_t (for sanity and safety).
19421
19422 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
19423 if b->modtime has its maximal value.
19424
19425 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
19426
19427 Don't assume time_t can fit into int.
19428 * buffer.h (struct buffer.modtime): Now time_t, not int.
19429 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
19430 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
19431
19432 Minor fixes for signed vs unsigned integers.
19433 * character.h (MAYBE_UNIFY_CHAR):
19434 * charset.c (maybe_unify_char):
19435 * keyboard.c (read_char, reorder_modifiers):
19436 XINT -> XFASTINT, since the integer must be nonnegative.
19437 * ftfont.c (ftfont_spec_pattern):
19438 * keymap.c (access_keymap, silly_event_symbol_error):
19439 XUINT -> XFASTINT, since the integer must be nonnegative.
19440 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
19441 since it makes no difference and we prefer signed.
19442 * keyboard.c (record_char): Use XUINT when all the neighbors do.
19443 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
19444 nonnegative.
19445
19446 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * window.h (Fwindow_frame): Declare.
19449
19450 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
19451
19452 * alloc.c: Simplify handling of large-request failures (Bug#8800).
19453 (SPARE_MEMORY): Always define.
19454 (LARGE_REQUEST): Remove.
19455 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
19456
19457 2011-06-06 Martin Rudalics <rudalics@gmx.at>
19458
19459 * lisp.h: Move EXFUNS for Fframe_root_window,
19460 Fframe_first_window and Fset_frame_selected_window to window.h.
19461
19462 * window.h: Move EXFUNS for Fframe_root_window,
19463 Fframe_first_window and Fset_frame_selected_window here from
19464 lisp.h.
19465
19466 * frame.c (Fwindow_frame, Fframe_first_window)
19467 (Fframe_root_window, Fframe_selected_window)
19468 (Fset_frame_selected_window): Move to window.c.
19469 (Factive_minibuffer_window): Move to minibuf.c.
19470 (Fother_visible_frames_p): New function.
19471
19472 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
19473
19474 * window.c (decode_window, decode_any_window): Move up in code.
19475 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
19476 (inhibit_frame_unsplittable): Remove unused variable.
19477 (Fwindow_buffer): Move up and rewrite doc-string.
19478 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
19479 (Fwindow_prev): New functions.
19480 (Fwindow_frame): Move here from frame.c. Accept any window as
19481 argument.
19482 (Fframe_root_window, Fframe_first_window)
19483 (Fframe_selected_window): Move here from frame.c. Accept frame
19484 or arbitrary window as argument. Update doc-strings.
19485 (Fminibuffer_window): Move up in code.
19486 (Fwindow_minibuffer_p): Move up in code and simplify.
19487 (Fset_frame_selected_window): Move here from frame.c.
19488 Marginal rewrite.
19489 (Fselected_window, select_window, Fselect_window): Move up in
19490 code. Minor doc-string fixes.
19491
19492 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
19493
19494 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
19495 Do not assume that spare memory exists; that assumption is valid
19496 only if SYSTEM_MALLOC.
19497 (LARGE_REQUEST): New macro, so that the issue of large requests
19498 is separated from the issue of spare memory.
19499
19500 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
19501
19502 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
19503 format. (Bug#8806)
19504
19505 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
19506
19507 * xfns.c (x_set_scroll_bar_default_width): Move declarations
19508 before statements.
19509
19510 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
19511
19512 * gtkutil.c (xg_get_default_scrollbar_width): New function.
19513
19514 * gtkutil.h: Declare xg_get_default_scrollbar_width.
19515
19516 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
19517 min width by calling x_set_scroll_bar_default_width (Bug#8505).
19518
19519 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
19520
19521 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
19522
19523 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
19524
19525 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
19526 (x_clipboard_manager_save): Add return value.
19527 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
19528 New error handlers.
19529 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
19530 Obey Vx_select_enable_clipboard_manager. Catch errors in
19531 x_clipboard_manager_save (Bug#8779).
19532 (Vx_select_enable_clipboard_manager): New variable.
19533 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
19534
19535 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
19536
19537 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
19538
19539 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19540
19541 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
19542 in the current matrix if keep_current_p is non-zero.
19543
19544 2011-06-04 Eli Zaretskii <eliz@gnu.org>
19545
19546 * bidi.c (bidi_level_of_next_char): Fix last change.
19547
19548 2011-06-03 Eli Zaretskii <eliz@gnu.org>
19549
19550 Support bidi reordering of text covered by display properties.
19551
19552 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
19553 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
19554 (bidi_cache_search, bidi_cache_iterator_state)
19555 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
19556 (bidi_level_of_next_char, bidi_move_to_visually_next):
19557 Support character positions inside a run of characters covered by a
19558 display string.
19559 (bidi_paragraph_init, bidi_resolve_explicit_1)
19560 (bidi_level_of_next_char): Call bidi_fetch_char and
19561 bidi_fetch_char_advance instead of FETCH_CHAR and
19562 FETCH_CHAR_ADVANCE.
19563 (bidi_init_it): Initialize new members.
19564 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
19565 definitions.
19566 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
19567 instead of using explicit *_CHAR codes.
19568 (bidi_resolve_explicit, bidi_resolve_weak):
19569 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
19570 bidirectional text is supported only in multibyte buffers.
19571 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
19572 it to initialize the frame_window_p member of struct bidi_it.
19573 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
19574 (bidi_resolve_explicit, bidi_resolve_weak)
19575 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
19576 bidi_it->nchars is non-positive.
19577 (bidi_level_of_next_char): Don't try to lookup the cache for the
19578 next/previous character if nothing is cached there yet, or if we
19579 were just reseat()'ed to a new position.
19580
19581 * xdisp.c (set_cursor_from_row): Set start and stop points
19582 according to the row's direction when priming the loop that looks
19583 for the glyph on which to display cursor.
19584 (single_display_spec_intangible_p): Function deleted.
19585 (display_prop_intangible_p): Reimplement to call
19586 handle_display_spec instead of single_display_spec_intangible_p.
19587 Accept 3 additional arguments needed by handle_display_spec.
19588 This fixes incorrect cursor motion across display property with complex
19589 values: lists, `(when COND...)' forms, etc.
19590 (single_display_spec_string_p): Support property values that are
19591 lists with the argument STRING its top-level element.
19592 (display_prop_string_p): Fix the condition for processing a
19593 property that is a list to be consistent with handle_display_spec.
19594 (handle_display_spec): New function, refactored from the
19595 last portion of handle_display_prop.
19596 (compute_display_string_pos): Accept additional argument
19597 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
19598 value of a `display' property is a "replacing spec".
19599 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
19600 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
19601 the display property, but just return a value indicating whether
19602 the display property will replace the characters it covers.
19603 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
19604 frame_window_p members of struct bidi_it.
19605 (compute_display_string_pos, compute_display_string_end):
19606 New functions.
19607 (push_it): Accept second argument POSITION, where pop_it should
19608 jump to continue iteration.
19609 (reseat_1): Initialize bidi_it.disp_pos.
19610
19611 * keyboard.c (adjust_point_for_property): Adjust the call to
19612 display_prop_intangible_p to its new signature.
19613
19614 * dispextern.h (struct bidi_it): New member frame_window_p.
19615 (bidi_init_it): Update prototypes.
19616 (display_prop_intangible_p): Update prototype.
19617 (compute_display_string_pos, compute_display_string_end):
19618 Declare prototypes.
19619 (struct bidi_it): New members nchars and disp_pos. ch_len is now
19620 EMACS_INT.
19621
19622 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
19623
19624 Malloc failure behavior now depends on size of allocation.
19625 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
19626 * lisp.h: Change signatures accordingly.
19627 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
19628 All callers changed. (Bug#8762)
19629
19630 * gnutls.c: Use Emacs's memory allocators.
19631 Without this change, the gnutls library would invoke malloc etc.
19632 directly, which causes problems on non-SYNC_INPUT hosts, and which
19633 runs afoul of improving memory_full behavior. (Bug#8761)
19634 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
19635 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
19636 xfree instead of the default malloc, realloc, free.
19637 (Fgnutls_boot): No need to check for memory allocation failure,
19638 since xmalloc does that for us.
19639
19640 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
19641 * category.c (hash_get_category_set):
19642 * ccl.c (ccl_driver):
19643 * charset.c (Fdefine_charset_internal):
19644 * charset.h (struct charset.hash_index):
19645 * composite.c (get_composition_id, gstring_lookup_cache)
19646 (composition_gstring_put_cache):
19647 * composite.h (struct composition.hash_index):
19648 * dispextern.h (struct image.hash):
19649 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
19650 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
19651 (hashfn_equal, hashfn_user_defined, make_hash_table)
19652 (maybe_resize_hash_table, hash_lookup, hash_put)
19653 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
19654 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
19655 (Fsxhash, Fgethash, Fputhash, Fmaphash):
19656 * image.c (make_image, search_image_cache, lookup_image)
19657 (xpm_put_color_table_h):
19658 * lisp.h (struct Lisp_Hash_Table):
19659 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
19660 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
19661 for hashes and hash indexes, instead of 'unsigned' and 'int'.
19662 * alloc.c (allocate_vectorlike):
19663 Check for overflow in vector size calculations.
19664 * ccl.c (ccl_driver):
19665 Check for overflow when converting EMACS_INT to int.
19666 * fns.c, image.c: Remove unnecessary static decls that would otherwise
19667 need to be updated by these changes.
19668 * fns.c (make_hash_table, maybe_resize_hash_table):
19669 Check for integer overflow with large hash tables.
19670 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
19671 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
19672 (SXHASH_REDUCE): New macro.
19673 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
19674 Use it instead of discarding useful hash info with large hash values.
19675 (sxhash_float): New function.
19676 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
19677 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
19678 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
19679 Rewrite to use FIXNUM_BITS, as this simplifies things.
19680 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
19681 Adjust signatures to match updated version of code.
19682 (consing_since_gc): Now EMACS_INT, since a single hash table can
19683 use more than INT_MAX bytes.
19684
19685 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
19686
19687 Make it possible to build with GCC-4.6+ -O2 -flto.
19688
19689 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
19690
19691 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19692
19693 * minibuf.c (get_minibuffer, read_minibuf_unwind):
19694 Call minibuffer-inactive-mode.
19695
19696 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
19697
19698 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
19699 Update dependencies.
19700
19701 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
19702
19703 * data.c (init_data): Remove code for UTS, this system is not
19704 supported anymore.
19705
19706 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
19707
19708 Don't force ./temacs to start in terminal mode.
19709
19710 * frame.c (make_initial_frame): Initialize faces in all cases, not
19711 only when CANNOT_DUMP is defined.
19712 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
19713
19714 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
19715
19716 * dispnew.c (add_window_display_history): Use const for the string
19717 pointer. Remove declaration, not needed.
19718
19719 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
19720
19721 Use 'inline', not 'INLINE'.
19722 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
19723 * alloc.c, fontset.c (INLINE): Remove.
19724 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
19725 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
19726 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
19727 * gmalloc.c (register_heapinfo): Use inline unconditionally.
19728 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
19729
19730 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
19731
19732 Make it possible to run ./temacs.
19733
19734 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
19735 syms_of_callproc does the same thing. Remove test for
19736 "initialized", do it in the caller.
19737 * emacs.c (main): Avoid calling set_initial_environment when dumping.
19738
19739 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
19742 (read_minibuf): Use get_minibuffer.
19743 (syms_of_minibuf): Use DEFSYM.
19744 (Qmetadata): New var.
19745 * data.c (Qbuffer): Don't make it static.
19746 (syms_of_data): Use DEFSYM.
19747
19748 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
19749
19750 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
19751 (CCL_CODE_MIN): New macro.
19752
19753 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
19754
19755 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
19756
19757 * eval.c (Qdebug): Now static.
19758 * lisp.h (Qdebug): Remove decl. This reverts a part of the
19759 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
19760 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
19761
19762 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19763
19764 * image.c: Various fixes to ImageMagick code comments.
19765 (Fimagemagick_types): Doc fix.
19766
19767 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
19768
19769 Minor fixes prompted by GCC 4.6.0 warnings.
19770
19771 * xselect.c (converted_selections, conversion_fail_tag): Now static.
19772
19773 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
19774 (x_clipboard_manager_save_all): Move extern decl to ...
19775 * xterm.h: ... here, so that it can be checked for consistency.
19776
19777 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19778
19779 * xselect.c (x_clipboard_manager_save_frame)
19780 (x_clipboard_manager_save_all): New functions.
19781 (Fx_clipboard_manager_save): Lisp function deleted.
19782
19783 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
19784 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
19785
19786 * xterm.h: Update prototype.
19787
19788 2011-05-28 William Xu <william.xwl@gmail.com>
19789
19790 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
19791 exiting (Bug#8239).
19792
19793 2011-05-28 Jim Meyering <meyering@redhat.com>
19794
19795 Avoid a sign-extension bug in crypto_hash_function.
19796 * fns.c (to_uchar): Define.
19797 (crypto_hash_function): Use it to convert some newly-signed
19798 variables to unsigned, to avoid sign-extension bugs. For example,
19799 without this change, (md5 "truc") would evaluate to
19800 45723a2aff78ff4fff7fff1114760e62 rather than the expected
19801 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
19802 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
19803
19804 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
19805
19806 Integer overflow fixes.
19807
19808 * dbusbind.c: Serial number integer overflow fixes.
19809 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
19810 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
19811 to hold a serial number that is too large for a fixnum.
19812 (Fdbus_method_return_internal, Fdbus_method_error_internal):
19813 Check for serial numbers out of range. Decode any serial number
19814 that was so large that it became a float. (Bug#8722)
19815
19816 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
19817 (Fdbus_call_method, Fdbus_call_method_asynchronously):
19818 Use XFASTINT rather than XUINT when numbers are nonnegative.
19819 (xd_append_arg, Fdbus_method_return_internal):
19820 (Fdbus_method_error_internal): Likewise. Also, for unsigned
19821 arguments, check that Lisp number is nonnegative, rather than
19822 silently wrapping negative numbers around. (Bug#8722)
19823 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
19824 (Bug#8722)
19825
19826 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
19827
19828 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
19829
19830 ccl: Add integer overflow checks.
19831 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
19832 (IN_INT_RANGE): New macros.
19833 (ccl_driver): Use them to check for integer overflow when
19834 decoding a CCL program. Many of the new checks are whether XINT (x)
19835 fits in int; it doesn't always, on 64-bit hosts. The new version
19836 doesn't catch all possible integer overflows, but it's an
19837 improvement. (Bug#8719)
19838
19839 * alloc.c (make_event_array): Use XINT, not XUINT.
19840 There's no need for unsigned here.
19841
19842 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
19843 This follows up to the 2011-05-06 change that substituted uintptr_t
19844 for EMACS_INT. This case wasn't caught back then.
19845
19846 Rework Fformat to avoid integer overflow issues.
19847 * editfns.c: Include <float.h> unconditionally, as it's everywhere
19848 now (part of C89). Include <verify.h>.
19849 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
19850 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
19851 (Fformat): Avoid the prepass trying to compute sizes; it was only
19852 approximate and thus did not catch overflow reliably. Instead, walk
19853 through the format just once, formatting and computing sizes as we go,
19854 checking for integer overflow at every step, and allocating a larger
19855 buffer as needed. Keep track separately whether the format is
19856 multibyte. Keep only the most-recently calculated precision, rather
19857 than them all. Record whether each argument has been converted to
19858 string. Use EMACS_INT, not int, for byte and char and arg counts.
19859 Support field widths and precisions larger than INT_MAX. Avoid
19860 sprintf's undefined behavior with conversion specifications such as %#d
19861 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
19862 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
19863 formatting out-of-range floating point numbers with int
19864 formats. (Bug#8668)
19865
19866 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
19867
19868 * data.c: Avoid integer truncation in expressions involving floats.
19869 * data.c: Include <intprops.h>.
19870 (arith_driver): When there's an integer overflow in an expression
19871 involving floating point, convert the integers to floating point
19872 so that the resulting value does not suffer from catastrophic
19873 integer truncation. For example, on a 64-bit host (* 4
19874 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
19875 Do not rely on undefined behavior after integer overflow.
19876
19877 merge count_size_as_multibyte, parse_str_to_multibyte
19878 * character.c, character.h (count_size_as_multibyte):
19879 Rename from parse_str_to_multibyte; all uses changed.
19880 Check for integer overflow.
19881 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
19882 since it's now a duplicate of the other. This is more of
19883 a character than a buffer op, so better that it's in character.c.
19884 * fns.c, print.c: Adjust to above changes.
19885
19886 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19887
19888 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
19889
19890 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
19891
19892 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
19893 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
19894 (x_clipboard_manager_save): Now static.
19895 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
19896
19897 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
19898 (crypto_hash_function): Now static.
19899 Fix pointer signedness problems. Avoid unnecessary initializations.
19900
19901 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
19902
19903 * termhooks.h (Vselection_alist): Make it terminal-local.
19904
19905 * terminal.c (create_terminal): Initialize it.
19906
19907 * xselect.c: Support for clipboard managers.
19908 (Vselection_alist): Move to termhooks.h as terminal-local var.
19909 (LOCAL_SELECTION): New macro.
19910 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
19911 (symbol_to_x_atom): Remove gratuitous arg.
19912 (x_handle_selection_request, lisp_data_to_selection_data)
19913 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
19914 (x_own_selection, x_get_local_selection, x_convert_selection):
19915 New arg, specifying work frame. Use terminal-local Vselection_alist.
19916 (some_frame_on_display): Delete unused function.
19917 (Fx_own_selection_internal, Fx_get_selection_internal)
19918 (Fx_disown_selection_internal, Fx_selection_owner_p)
19919 (Fx_selection_exists_p): New optional frame arg.
19920 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
19921 (x_handle_selection_clear): Don't treat other terminals with the
19922 same keyboard specially. Use the terminal-local Vselection_alist.
19923 (x_clear_frame_selections): Use Frun_hook_with_args.
19924
19925 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
19926
19927 * xterm.h: Add support for those atoms.
19928
19929 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
19930
19931 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
19932 (converted_selections, conversion_fail_tag): New global variables.
19933 (x_selection_request_lisp_error): Free the above.
19934 (x_get_local_selection): Remove unnecessary code.
19935 (x_reply_selection_request): Args changed; handle arbitrary array
19936 of converted selections stored in converted_selections.
19937 Separate the XChangeProperty and SelectionNotify steps.
19938 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
19939 (x_convert_selection): New function.
19940 (x_handle_selection_event): Simplify.
19941 (x_get_foreign_selection): Don't ignore incoming requests while
19942 waiting for an answer; this will fail when we implement
19943 SAVE_TARGETS, and seems unnecessary anyway.
19944 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
19945 (Vx_sent_selection_functions): Doc fix.
19946
19947 2011-05-26 Leo Liu <sdl.web@gmail.com>
19948
19949 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
19950
19951 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19952
19953 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
19954
19955 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
19956 for fringe update if it has periodic bitmap.
19957 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
19958 and fringe_bitmap_periodic_p.
19959
19960 * fringe.c (get_fringe_bitmap_data): New function.
19961 (draw_fringe_bitmap_1, update_window_fringes): Use it.
19962 (update_window_fringes): Record periodicity of fringe bitmap in glyph
19963 row. Mark glyph row for fringe update if periodicity changed.
19964
19965 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
19966 for fringe update unless it has periodic bitmap.
19967
19968 2011-05-25 Kenichi Handa <handa@m17n.org>
19969
19970 * xdisp.c (get_next_display_element): Set correct it->face_id for
19971 a static composition.
19972
19973 2011-05-24 Leo Liu <sdl.web@gmail.com>
19974
19975 * deps.mk (fns.o):
19976 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
19977
19978 * fns.c (crypto_hash_function, Fsha1): New function.
19979 (Fmd5): Use crypto_hash_function.
19980 (syms_of_fns): Add Ssha1.
19981
19982 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
19983
19984 * gnutls.c: Remove unused macros.
19985 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
19986 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
19987 Remove macros that are defined and never used.
19988 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
19989
19990 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
19991
19992 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
19993 (Fx_get_selection_internal): Minor cleanup.
19994 (Fx_own_selection_internal): Rename arguments for consistency with
19995 select.el.
19996
19997 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
19998
19999 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
20000
20001 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
20002
20003 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
20004
20005 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20006
20007 * dispnew.c (scrolling_window): Don't exclude the case that the
20008 last enabled row in the desired matrix touches the bottom boundary.
20009
20010 2011-05-21 Glenn Morris <rgm@gnu.org>
20011
20012 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
20013 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
20014 and add some more files.
20015
20016 2011-05-20 Eli Zaretskii <eliz@gnu.org>
20017
20018 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
20019 report_file_error introduced by the change from 2011-05-07.
20020
20021 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
20022
20023 * systime.h (Time): Define only if emacs is defined.
20024 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
20025 where the include path doesn't have X11/X.h by default. See
20026 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
20027
20028 2011-05-20 Kenichi Handa <handa@m17n.org>
20029
20030 * composite.c (find_automatic_composition): Fix previous change.
20031
20032 2011-05-20 Glenn Morris <rgm@gnu.org>
20033
20034 * lisp.mk: New file, split from Makefile.in.
20035 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
20036 (shortlisp): Remove.
20037 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
20038
20039 2011-05-19 Glenn Morris <rgm@gnu.org>
20040
20041 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
20042 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
20043 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
20044 (lisp): Set the order to that of loadup.el.
20045 (shortlisp): Make it a copy of $lisp.
20046 (SOME_MACHINE_LISP): Remove.
20047 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
20048 Use just $shortlisp, not $SOME_MACHINE_LISP too.
20049
20050 2011-05-18 Kenichi Handa <handa@m17n.org>
20051
20052 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
20053 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
20054 (find_automatic_composition): Mostly rewrite for efficiency.
20055
20056 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
20057
20058 * makefile.w32-in: Update dependencies.
20059
20060 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
20061
20062 * menu.c: Include limits.h (fixes the MS-Windows build broken by
20063 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
20064
20065 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
20066
20067 Fix some integer overflow issues, such as string length overflow.
20068
20069 * insdel.c (count_size_as_multibyte): Check for string overflow.
20070
20071 * character.c (lisp_string_width): Check for string overflow.
20072 Use EMACS_INT, not int, for string indexes and lengths; in
20073 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
20074 the resulting string length overflows an EMACS_INT; instead,
20075 report a string overflow if no precision given. When checking for
20076 precision exhaustion, use a check that cannot possibly have
20077 integer overflow. (Bug#8675)
20078 * character.h (lisp_string_width): Adjust to new signature.
20079
20080 * alloc.c (string_overflow): New function.
20081 (Fmake_string): Use it. This doesn't change behavior, but saves
20082 a few bytes and will simplify future changes.
20083 * character.c (string_escape_byte8): Likewise.
20084 * lisp.h (string_overflow): New decl.
20085
20086 Fixups, following up to the user-interface timestamp change.
20087 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
20088 for UI timestamps, instead of unsigned long.
20089 * msdos.c (mouse_get_pos): Likewise.
20090 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
20091 * w32gui.h (Time): Define by including "systime.h" rather than by
20092 declaring it ourselves. (Bug#8664)
20093
20094 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
20095 * image.c (clear_image_cache): Likewise.
20096
20097 * term.c (term_mouse_position): Don't assume time_t wraparound.
20098
20099 Be more systematic about user-interface timestamps.
20100 Before, the code sometimes used 'Time', sometimes 'unsigned long',
20101 and sometimes 'EMACS_UINT', to represent these timestamps.
20102 This change causes it to use 'Time' uniformly, as that's what X uses.
20103 This makes the code easier to follow, and makes it easier to catch
20104 integer overflow bugs such as Bug#8664.
20105 * frame.c (Fmouse_position, Fmouse_pixel_position):
20106 Use Time, not unsigned long, for user-interface timestamps.
20107 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
20108 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
20109 * keyboard.h (last_event_timestamp): Likewise.
20110 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
20111 * menu.h (xmenu_show): Likewise.
20112 * term.c (term_mouse_position): Likewise.
20113 * termhooks.h (struct input_event.timestamp): Likewise.
20114 (struct terminal.mouse_position_hook): Likewise.
20115 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
20116 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
20117 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
20118 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
20119 what it was before.
20120 * menu.h, termhooks.h: Include "systime.h", for Time.
20121
20122 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
20123 Don't assume that the difference between two unsigned long values
20124 can fit into an integer. At this point, we know button_down_time
20125 <= event->timestamp, so the difference must be nonnegative, so
20126 there's no need to cast the result if double-click-time is
20127 nonnegative, as it should be; check that it's nonnegative, just in
20128 case. This bug is triggered when events are more than 2**31 ms
20129 apart (about 25 days). (Bug#8664)
20130
20131 * xselect.c (last_event_timestamp): Remove duplicate decl.
20132 (x_own_selection): Remove needless cast to unsigned long.
20133
20134 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
20135 that always fit in int. Use a sentinel instead of a counter, to
20136 avoid a temp and to allay GCC's concerns about possible int overflow.
20137 * frame.h (struct frame): Use int for menu_bar_items_used
20138 instead of EMACS_INT, since it always fits in int.
20139
20140 * menu.c (grow_menu_items): Check for int overflow.
20141
20142 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
20143
20144 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
20145 Before, the code was not consistent. These values cannot exceed
20146 2**31 - 1 so there's no need to make them unsigned.
20147 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
20148 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
20149 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
20150 as modifiers.
20151 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
20152
20153 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
20154 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
20155 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
20156 presumably because the widths might not match.
20157
20158 * window.c (size_window): Avoid needless test at loop start.
20159
20160 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
20161
20162 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
20163
20164 2011-05-12 Drew Adams <drew.adams@oracle.com>
20165
20166 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
20167
20168 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20169
20170 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
20171 `width' to `bar_area_x' and `bar_area_width', respectively.
20172 (x_scroll_run): Take account of fringe background extension.
20173
20174 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20175 Rename local vars `left' and `width' to `bar_area_x' and
20176 `bar_area_width', respectively.
20177 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
20178 background extension.
20179
20180 2011-05-10 Jim Meyering <meyering@redhat.com>
20181
20182 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
20183
20184 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
20185
20186 * image.c (Finit_image_library): Return t for built-in image types,
20187 like pbm and xbm. (Bug#8640)
20188
20189 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
20190
20191 * w32menu.c (set_frame_menubar): Fix submenu allocation.
20192
20193 2011-05-07 Eli Zaretskii <eliz@gnu.org>
20194
20195 * w32console.c (Fset_screen_color): Doc fix.
20196 (Fget_screen_color): New function.
20197 (syms_of_ntterm): Defsubr it.
20198
20199 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
20200 unlink the temporary file if Fcall_process didn't create it in the
20201 first place.
20202 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
20203 child process will be redirected to a file specified with `:file'.
20204 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
20205 cue to call_process_cleanup not to close that handle.
20206
20207 2011-05-07 Ben Key <bkey76@gmail.com>
20208
20209 * makefile.w32-in: The bootstrap-temacs rule now makes use of
20210 one of two shell specific rules, either bootstrap-temacs-CMD or
20211 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
20212 to the previous implementation of the bootstrap-temacs rule.
20213 The bootstrap-temacs-CMD rule is similar to the previous
20214 implementation of the bootstrap-temacs rule except that it
20215 makes use of the ESC_CFLAGS variable instead of the CFLAGS
20216 variable.
20217
20218 These changes, along with some changes to nt/configure.bat,
20219 nt/gmake.defs, and nt/nmake.defs, are required to extend my
20220 earlier fix to add support for --cflags and --ldflags options
20221 that include quotes so that it works whether make uses cmd or
20222 sh as the shell.
20223
20224 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
20225
20226 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
20227 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
20228 is a constant.
20229 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
20230 a string. Handle both cases.
20231 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
20232 (Fdbus_register_method): Use Qinvalid_function.
20233
20234 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
20235
20236 * makefile.w32-in: Update dependencies.
20237 (LISP_H): Add inttypes.h and stdin.h.
20238 (PROCESS_H): Add unistd.h.
20239
20240 2011-05-06 Eli Zaretskii <eliz@gnu.org>
20241
20242 * lread.c: Include limits.h (fixes the MS-Windows build broken by
20243 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
20244
20245 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
20246
20247 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
20248
20249 * term.c (vfatal): Remove stray call to va_end.
20250 It's not needed and the C Standard doesn't allow it here anyway.
20251
20252 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
20253 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
20254
20255 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
20256 bytes.
20257
20258 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
20259
20260 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
20261
20262 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
20263
20264 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
20265
20266 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
20267
20268 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
20269 * charset.c (Fdefine_charset_internal): Don't initialize
20270 charset.code_space[15]. The value was garbage, on hosts with
20271 32-bit int (Bug#8600).
20272
20273 * lread.c (read_integer): Be more consistent with string-to-number.
20274 Use string_to_number to do the actual conversion; this avoids
20275 rounding errors and fixes some other screwups. Without this fix,
20276 for example, #x1fffffffffffffff was misread as -2305843009213693952.
20277 (digit_to_number): Move earlier, for benefit of read_integer.
20278 Return -1 if the digit is out of range for the base, -2 if it is
20279 not a digit in any supported base. (Bug#8602)
20280
20281 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
20282
20283 * dispnew.c (scrolling_window): Return 1 if we scrolled,
20284 to match comment at start of function. This also removes a
20285 GCC warning about overflow in a 32+64-bit port.
20286
20287 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
20288
20289 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
20290 Reported by Stefan Monnier in
20291 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
20292 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
20293 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
20294
20295 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
20296 (EMACS_UINTPTR): Likewise, with uintptr_t.
20297
20298 * lisp.h: Prefer 64-bit EMACS_INT if available.
20299 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
20300 on 32-bit hosts that have 64-bit int, so that they can access
20301 large files.
20302 However, temporarily disable this change unless the temporary
20303 symbol WIDE_EMACS_INT is defined.
20304
20305 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
20306
20307 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
20308 This removes an assumption that EMACS_INT and long are the same
20309 width as pointers. The assumption is true for Emacs porting targets
20310 now, but we want to make other targets possible.
20311 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
20312 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
20313 In the rest of the code, change types of integers that hold casted
20314 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
20315 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
20316 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
20317 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
20318 No need to cast type when ORing.
20319 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
20320 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
20321 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
20322 assume EMACS_INT is the same width as char *.
20323 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
20324 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
20325 Remove no-longer-needed casts.
20326 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
20327 (xg_tool_bar_help_callback, xg_make_tool_item):
20328 Use EMACS_INTPTR to hold an integer
20329 that will be cast to void *; this can avoid a GCC warning
20330 if EMACS_INT is not the same width as void *.
20331 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
20332 * xdisp.c (display_echo_area_1, resize_mini_window_1):
20333 (current_message_1, set_message_1):
20334 Use a local to convert to proper width without a cast.
20335 * xmenu.c (dialog_selection_callback): Likewise.
20336
20337 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
20338 Also, don't assume VALBITS / RAND_BITS is less than 5,
20339 and don't rely on undefined behavior when shifting a 1 left into
20340 the sign bit.
20341 * lisp.h (get_random): Change signature to match.
20342
20343 * lread.c (hash_string): Use size_t, not int, for hash computation.
20344 Normally we prefer signed values; but hashing is special, because
20345 it's better to use unsigned division on hash table sizes so that
20346 the remainder is nonnegative. Also, size_t is the natural width
20347 for hashing into memory. The previous code used 'int', which doesn't
20348 retain enough info to hash well into very large tables.
20349 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
20350
20351 * dbusbind.c: Don't possibly lose pointer info when converting.
20352 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
20353 Use XPNTR rather than XHASH, so that the high-order bits of
20354 the pointer aren't lost when converting through void *.
20355
20356 * eval.c (Fautoload): Don't double-shift a pointer.
20357
20358 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
20359
20360 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
20361
20362 * gnutls.c (DEF_GNUTLS_FN):
20363 * image.c (DEF_IMGLIB_FN): Make function pointers static.
20364
20365 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
20366
20367 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
20368 marker. (Bug#8610)
20369
20370 2011-05-05 Eli Zaretskii <eliz@gnu.org>
20371
20372 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
20373 New version that can reserve upto 2GB of heap space.
20374
20375 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
20376
20377 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
20378
20379 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
20380
20381 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
20382 `gnutls_certificate_set_x509_key_file'.
20383
20384 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
20385
20386 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
20387 Update dependencies.
20388
20389 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20390
20391 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
20392 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
20393 Remove unused parameter `fildes'.
20394 * process.c (read_process_output, send_process): Don't pass it.
20395
20396 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20397
20398 Fix previous change: the library cache is defined in w32.c.
20399 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
20400 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
20401
20402 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20403
20404 Implement dynamic loading of GnuTLS on Windows.
20405
20406 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
20407 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
20408 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
20409 Declare.
20410
20411 * gnutls.c (Qgnutls_dll): Define.
20412 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
20413 (gnutls_*): Declare function pointers.
20414 (init_gnutls_functions): New function to initialize function pointers.
20415 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
20416 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
20417 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
20418 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
20419 (emacs_gnutls_write, emacs_gnutls_read)
20420 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
20421 (Fgnutls_available_p): New function.
20422 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
20423 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
20424 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
20425
20426 * image.c: Include w32.h.
20427 (Vimage_type_cache): Delete.
20428 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
20429 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
20430 (w32_delayed_load): Move to w32.c.
20431
20432 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
20433
20434 * w32.c (QCloaded_from, Vlibrary_cache): Define.
20435 (w32_delayed_load): Move from image.c. When loading a library, record
20436 its filename in the :loaded-from property of the library id.
20437 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
20438 Initialize and staticpro them.
20439 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
20440
20441 * process.c: Include lisp.h before w32.h, not after.
20442 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
20443 instead of gnutls_record_check_pending.
20444
20445 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
20446
20447 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
20448
20449 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
20450 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
20451 as passed in.
20452
20453 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
20454
20455 * xterm.c (x_set_frame_alpha): Do not set property on anything
20456 else than FRAME_X_OUTER_WINDOW (Bug#8608).
20457
20458 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
20459
20460 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
20461
20462 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
20463
20464 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
20465 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
20466 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
20467 (gnutls_global_initialized, Qgnutls_bootprop_priority)
20468 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
20469 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
20470 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
20471 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
20472 (Qgnutls_bootprop_callbacks_verify): Make static.
20473
20474 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
20475
20476 * callproc.c: Indentation fixup.
20477
20478 * sysdep.c (wait_for_termination_1): Make static.
20479 (wait_for_termination, interruptible_wait_for_termination):
20480 Move after wait_for_termination_1.
20481
20482 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20483
20484 * sysdep.c (interruptible_wait_for_termination): New function
20485 which is like wait_for_termination, but allows keyboard
20486 interruptions.
20487
20488 * callproc.c (Fcall_process): Add (:file "file") as an option for
20489 the STDOUT buffer.
20490 (Fcall_process_region): Ditto.
20491
20492 2011-04-30 Eli Zaretskii <eliz@gnu.org>
20493
20494 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
20495 rather than `XVECTOR (FOO)->size'.
20496
20497 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
20498 inttypes.h, as a gnulib replacement is used if it not available in
20499 system headers.
20500
20501 2011-04-21 Eli Zaretskii <eliz@gnu.org>
20502
20503 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
20504 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
20505 of MOST_POSITIVE_FIXNUM. (Bug#8528)
20506
20507 * coding.c (coding_alloc_by_realloc): Error out if destination
20508 will grow beyond MOST_POSITIVE_FIXNUM.
20509 (decode_coding_emacs_mule): Abort if there isn't enough place in
20510 charbuf for the composition carryover bytes. Reserve an extra
20511 space for up to 2 characters produced in a loop.
20512 (decode_coding_iso_2022): Abort if there isn't enough place in
20513 charbuf for the composition carryover bytes.
20514
20515 2011-04-21 Eli Zaretskii <eliz@gnu.org>
20516
20517 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
20518 aborting when %lld or %lll format is passed.
20519 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
20520 %llo or %llx format is passed. (Bug#8545)
20521
20522 * window.c (window_scroll_line_based): Use a marker instead of
20523 simple variables to record original value of point. (Bug#7952)
20524
20525 * doprnt.c (doprnt): Fix the case where a multibyte sequence
20526 produced by %s or %c overflows available buffer space. (Bug#8545)
20527
20528 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
20529
20530 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
20531 (SIZE_MAX): Move defn after all includes, as they might #define it.
20532
20533 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20534
20535 * w32.c (init_environment): Warn about defaulting HOME to C:\.
20536
20537 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20538
20539 * keyboard.c (Qdelayed_warnings_hook): Define.
20540 (command_loop_1): Run `delayed-warnings-hook'
20541 if Vdelayed_warnings_list is non-nil.
20542 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
20543 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
20544
20545 2011-04-28 Eli Zaretskii <eliz@gnu.org>
20546
20547 * doprnt.c (doprnt): Don't return value smaller than the buffer
20548 size if the message was truncated. (Bug#8545).
20549
20550 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20551
20552 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
20553 (Fx_window_property): #if-0 the whole functions, not just the bodies.
20554
20555 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
20556
20557 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
20558
20559 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
20560
20561 * makefile.w32-in: Update dependencies.
20562
20563 2011-04-27 Eli Zaretskii <eliz@gnu.org>
20564
20565 Improve `doprnt' and its usage. (Bug#8545)
20566 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
20567 `format_end'. Remove support for %l as a conversion specifier.
20568 Don't use xrealloc. Improve diagnostics when the %l size modifier
20569 is used. Update the commentary.
20570
20571 * eval.c (verror): Simplify calculation of size_t.
20572
20573 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
20574 messages.
20575
20576 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20577
20578 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
20579 change.
20580
20581 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
20582
20583 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
20584 This makes this file independent of the recent pseudovector change.
20585
20586 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
20587
20588 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
20589
20590 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
20591 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
20592 Remove unused local.
20593 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
20594
20595 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
20596 GCC 4.6.0 optimizes based on type-based alias analysis.
20597 For example, if b is of type struct buffer * and v of type struct
20598 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
20599 != &v->size, and therefore "v->size = 1; b->size = 2; return
20600 v->size;" must therefore return 1. This assumption is incorrect
20601 for Emacs, since it type-puns struct Lisp_Vector * with many other
20602 types. To fix this problem, this patch adds a new type struct
20603 vectorlike_header that documents the constraints on layout of vectors
20604 and pseudovectors, and helps optimizing compilers not get fooled
20605 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
20606 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
20607 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
20608 the size member.
20609 (XSETPVECTYPE): Rewrite in terms of new macro.
20610 (XSETPVECTYPESIZE): New macro, specifying both type and size.
20611 This is a bit clearer, and further avoids the possibility of
20612 undesirable aliasing.
20613 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
20614 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
20615 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
20616 since Lisp_Subr is a special case (no "next" field).
20617 (ASIZE): Now uses header.size rather than size.
20618 All previous uses of XVECTOR (foo)->size replaced to use this macro,
20619 to avoid the hassle of writing XVECTOR (foo)->header.size.
20620 (struct vectorlike_header): New type.
20621 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
20622 object, to help avoid aliasing.
20623 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
20624 (SUBRP): Likewise, since Lisp_Subr is a special case.
20625 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
20626 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
20627 (struct Lisp_Hash_Table): Combine first two members into a single
20628 struct vectorlike_header member. All uses of "size" and "next" members
20629 changed to be "header.size" and "header.next".
20630 * buffer.h (struct buffer): Likewise.
20631 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
20632 * frame.h (struct frame): Likewise.
20633 * process.h (struct Lisp_Process): Likewise.
20634 * termhooks.h (struct terminal): Likewise.
20635 * window.c (struct save_window_data, struct saved_window): Likewise.
20636 * window.h (struct window): Likewise.
20637 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
20638 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
20639 * buffer.c (init_buffer_once): Likewise.
20640 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
20641 special case.
20642 * process.c (Fformat_network_address): Use local var for size,
20643 for brevity.
20644
20645 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
20646
20647 Make the Lisp reader and string-to-float more consistent (Bug#8525)
20648 * data.c (atof): Remove decl; no longer used or needed.
20649 (digit_to_number): Move to lread.c.
20650 (Fstring_to_number): Use new string_to_number function, to be
20651 consistent with how the Lisp reader treats infinities and NaNs.
20652 Do not assume that floating-point numbers represent EMACS_INT
20653 without losing information; this is not true on most 64-bit hosts.
20654 Avoid double-rounding errors, by insisting on integers when
20655 parsing non-base-10 numbers, as the documentation specifies.
20656 * lisp.h (string_to_number): New decl, replacing ...
20657 (isfloat_string): Remove.
20658 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
20659 (read1): Do not accept +. and -. as integers; this
20660 appears to have been a coding error. Similarly, do not accept
20661 strings like +-1e0 as floating point numbers. Do not report
20662 overflow for integer overflows unless the base is not 10 which
20663 means we have no simple and reliable way to continue.
20664 Break out the floating-point parsing into a new
20665 function string_to_number, so that Fstring_to_number parses
20666 floating point numbers consistently with the Lisp reader.
20667 (digit_to_number): Move here from data.c. Make it static inline.
20668 (E_CHAR, EXP_INT): Remove, replacing with ...
20669 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
20670 (string_to_number): New function, replacing isfloat_string.
20671 This function checks for valid syntax and produces the resulting
20672 Lisp float number too. Rework it so that string-to-number
20673 no longer mishandles examples like "1.0e+". Use strtoumax,
20674 so that overflow for non-base-10 numbers is reported only when
20675 there's no portable and simple way to convert to floating point.
20676
20677 * textprop.c (set_text_properties_1): Rewrite for clarity,
20678 and to avoid GCC warning about integer overflow.
20679
20680 * intervals.h (struct interval): Use EMACS_INT for members
20681 where EMACS_UINT might cause problems. See
20682 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
20683 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
20684 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
20685 All uses changed.
20686 (offset_intervals): Tell GCC not to worry about length overflow
20687 when negating a negative length.
20688
20689 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
20690 (overrun_check_free): Likewise.
20691
20692 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
20693 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
20694 word size.
20695
20696 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
20697 (gnutls_make_error): Rename local to avoid shadowing.
20698 (gnutls_emacs_global_deinit): ifdef out; not used.
20699 (Fgnutls_boot): Use const for pointer to readonly storage.
20700 Comment out unused local. Fix pointer signedness problems.
20701
20702 * lread.c (openp): Don't stuff size_t into an 'int'.
20703 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
20704 about possible signed overflow.
20705
20706 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
20707 (GDK_KEY_g): Don't define if already defined.
20708 (xg_prepare_tooltip): Avoid pointer signedness problem.
20709 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
20710
20711 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
20712 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
20713
20714 * xfns.c (Fx_window_property): Simplify a bit,
20715 to make a bit faster and to avoid GCC 4.6.0 warning.
20716 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
20717
20718 * fns.c (internal_equal): Don't assume size_t fits in int.
20719
20720 * alloc.c (compact_small_strings): Tighten assertion a little.
20721
20722 Replace pEd with more-general pI, and fix some printf arg casts.
20723 * lisp.h (pI): New macro, generalizing old pEd macro to other
20724 conversion specifiers. For example, use "...%"pI"d..." rather
20725 than "...%"pEd"...".
20726 (pEd): Remove. All uses replaced with similar uses of pI.
20727 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
20728 * alloc.c (check_pure_size): Don't overflow by converting size to int.
20729 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
20730 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
20731 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
20732 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
20733 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
20734 64-bit hosts.
20735 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
20736 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
20737 * print.c (safe_debug_print, print_object): Likewise.
20738 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
20739 to int.
20740 Use pI instead of if-then-else-abort. Use %p to avoid casts,
20741 avoiding the 0 flag, which is not portable.
20742 * process.c (Fmake_network_process): Use pI to avoid cast.
20743 * region-cache.c (pp_cache): Likewise.
20744 * xdisp.c (decode_mode_spec): Likewise.
20745 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
20746 behavior on 64-bit hosts with printf arg.
20747 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
20748 (x_stop_queuing_selection_requests): Likewise.
20749 (x_get_window_property): Don't truncate byte count to an 'int'
20750 when tracing.
20751
20752 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
20753 here, since it parses constructs like leading '-' and spaces,
20754 which are not wanted; and it overflows with large numbers.
20755 Instead, simply match F[0-9]+, which is what is wanted anyway.
20756
20757 * alloc.c: Remove unportable assumptions about struct layout.
20758 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
20759 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
20760 (allocate_vectorlike, make_pure_vector): Use the new macros,
20761 plus offsetof, to remove unportable assumptions about struct layout.
20762 These assumptions hold on all porting targets that I know of, but
20763 they are not guaranteed, they're easy to remove, and removing them
20764 makes further changes easier.
20765
20766 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
20767 This doesn't fix a bug but makes the code clearer.
20768 (string_overrun_cookie): Now const. Use initializers that
20769 don't formally overflow signed char, to avoid warnings.
20770 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
20771 can cause Emacs to crash when string overrun checking is enabled.
20772 (allocate_buffer): Don't assume sizeof (struct buffer) is a
20773 multiple of sizeof (EMACS_INT); it need not be, if
20774 alignof(EMACS_INT) < sizeof (EMACS_INT).
20775 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
20776
20777 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
20778
20779 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
20780
20781 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
20782
20783 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
20784 supposed to be handshaking. (Bug#8556)
20785 Reported by Paul Eggert <eggert@cs.ucla.edu>.
20786
20787 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20788
20789 * lisp.h (Qdebug): List symbol.
20790 * eval.c (Qdebug): Restore global linkage.
20791 * keyboard.c (debug-on-event): New variable.
20792 (handle_user_signal): Break into debugger when debug-on-event
20793 matches the current signal symbol.
20794
20795 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20796
20797 * alloc.c (check_sblock, check_string_bytes)
20798 (check_string_free_list): Convert to standard C.
20799
20800 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
20801
20802 * w32.c (emacs_gnutls_push): Fix typo.
20803
20804 2011-04-25 Eli Zaretskii <eliz@gnu.org>
20805
20806 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
20807 "cast to pointer from integer of different size".
20808
20809 Improve doprnt and its use in verror. (Bug#8545)
20810 * doprnt.c (doprnt): Document the set of format control sequences
20811 supported by the function. Use SAFE_ALLOCA instead of always
20812 using `alloca'.
20813
20814 * eval.c (verror): Don't limit the buffer size at size_max-1, that
20815 is one byte too soon. Don't use xrealloc; instead xfree and
20816 xmalloc anew.
20817
20818 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
20819
20820 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
20821 callbacks stage.
20822
20823 * gnutls.c: Renamed global_initialized to
20824 gnutls_global_initialized. Added internals for the
20825 :verify-hostname-error, :verify-error, and :verify-flags
20826 parameters of `gnutls-boot' and documented those parameters in the
20827 docstring. Start callback support.
20828 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
20829 unless a fatal error occurred. Call gnutls_alert_send_appropriate
20830 on error. Return error code.
20831 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
20832 (emacs_gnutls_read): Likewise.
20833 (Fgnutls_boot): Return handshake error code.
20834 (emacs_gnutls_handle_error): New function.
20835 (wsaerror_to_errno): Likewise.
20836
20837 * w32.h (emacs_gnutls_pull): Add prototype.
20838 (emacs_gnutls_push): Likewise.
20839
20840 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
20841 (emacs_gnutls_push): Likewise.
20842
20843 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
20844
20845 * process.c (wait_reading_process_output): Check if GnuTLS
20846 buffered some data internally if no FDs are set for TLS
20847 connections.
20848
20849 * makefile.w32-in (OBJ2): Add gnutls.$(O).
20850 (LIBS): Link to USER_LIBS.
20851 ($(BLD)/gnutls.$(0)): New target.
20852
20853 2011-04-24 Eli Zaretskii <eliz@gnu.org>
20854
20855 * xdisp.c (handle_single_display_spec): Rename the
20856 display_replaced_before_p argument into display_replaced_p, to
20857 make it consistent with the commentary. Fix typos in the
20858 commentary.
20859
20860 * textprop.c (syms_of_textprop): Remove dead code.
20861 (copy_text_properties): Delete obsolete commentary about an
20862 interface that was deleted long ago. Fix typos in the description
20863 of arguments.
20864
20865 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
20866 to changes in oldXMenu/XMenu.h from 2011-04-16.
20867 <menu_help_message, prev_menu_help_message>: Constify.
20868 (IT_menu_make_room): menu->help_text is now `const char **';
20869 adjust.
20870
20871 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
20872 to changes in oldXMenu/XMenu.h from 2011-04-16.
20873 (struct XMenu): Declare `help_text' `const char **'.
20874
20875 * xfaces.c <Qunspecified>: Make extern again.
20876
20877 * syntax.c: Include sys/types.h before including regex.h, as
20878 required by POSIX.
20879
20880 * doc.c (get_doc_string): Improve the format passed to `error'.
20881
20882 * doprnt.c (doprnt): Improve commentary.
20883
20884 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
20885
20886 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
20887 them with etags.
20888
20889 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
20890 changes in globals.h immediately force recompilation.
20891 (TAGS): Depend on $(CURDIR)/m/intel386.h and
20892 $(CURDIR)/s/ms-w32.h.
20893 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
20894
20895 * character.c (Fchar_direction): Function deleted.
20896 (syms_of_character): Don't defsubr it.
20897 <char-direction-table>: Deleted.
20898
20899 2011-04-23 Eli Zaretskii <eliz@gnu.org>
20900
20901 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
20902 * doprnt.c: Include limits.h.
20903 (SIZE_MAX): New macro.
20904 (doprnt): Return a size_t value. 2nd arg is now size_t.
20905 Many local variables are now size_t instead of int or unsigned.
20906 Improve overflow protection. Support `l' modifier for integer
20907 conversions. Support %l conversion. Don't assume an EMACS_INT
20908 argument for integer conversions and for %c.
20909
20910 * lisp.h (doprnt): Restore prototype.
20911
20912 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
20913 $(SRC)/character.h.
20914
20915 * Makefile.in (base_obj): Add back doprnt.o.
20916
20917 * deps.mk (doprnt.o): Add back prerequisites.
20918 (callint.o): Depend on character.h.
20919
20920 * eval.c (internal_lisp_condition_case): Include the handler
20921 representation in the error message.
20922 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
20923 when breaking from the loop.
20924
20925 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
20926
20927 * callint.c (Fcall_interactively): When displaying error message
20928 about invalid control letter, pass the character's codepoint, not
20929 a pointer to its multibyte form. Improve display of the character
20930 in octal and display also its hex code.
20931
20932 * character.c (char_string): Use %x to display the (unsigned)
20933 codepoint of an invalid character, to avoid displaying a bogus
20934 negative value.
20935
20936 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
20937 `error', not SYMBOL_NAME itself.
20938
20939 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
20940 character arguments to `error'.
20941
20942 * charset.c (check_iso_charset_parameter): Fix incorrect argument
20943 to `error' in error message about FINAL_CHAR argument. Make sure
20944 FINAL_CHAR is a character, and use %c when it is passed as
20945 argument to `error'.
20946
20947 2011-04-23 Eli Zaretskii <eliz@gnu.org>
20948
20949 * s/ms-w32.h (localtime): Redirect to sys_localtime.
20950
20951 * w32.c: Include <time.h>.
20952 (sys_localtime): New function.
20953
20954 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
20955
20956 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
20957
20958 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
20959
20960 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
20961
20962 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
20963 zombies (Bug#8467).
20964
20965 2011-04-19 Eli Zaretskii <eliz@gnu.org>
20966
20967 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
20968 gl_state.e_property when gl_state.object is Qt.
20969
20970 * insdel.c (make_gap_larger): Remove limitation of buffer size
20971 to <= INT_MAX.
20972
20973 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20974
20975 * xdisp.c (lookup_glyphless_char_display)
20976 (produce_glyphless_glyph): Handle cons cell entry in
20977 glyphless-char-display.
20978 (Vglyphless_char_display): Document it.
20979
20980 * term.c (produce_glyphless_glyph): Handle cons cell entry in
20981 glyphless-char-display.
20982
20983 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
20984
20985 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
20986
20987 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
20988
20989 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
20990 definition for no-X builds.
20991
20992 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
20993
20994 Static checks with GCC 4.6.0 and non-default toolkits.
20995
20996 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
20997
20998 * process.c (keyboard_bit_set): Define only if SIGIO.
20999 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
21000 (send_process): Repair possible setjmp clobbering.
21001
21002 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
21003
21004 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
21005
21006 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
21007
21008 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
21009 Define only if needed.
21010
21011 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
21012 by pacifying GCC about it. Maybe it's time to retire it?
21013 * xfaces.c (USG, __TIMEVAL__): Likewise.
21014
21015 * dispextern.h (struct redisplay_interface): Rename param
21016 to avoid shadowing.
21017 * termhooks.h (struct terminal): Likewise.
21018 * xterm.c (xembed_send_message): Likewise.
21019
21020 * insdel.c (make_gap_smaller): Define only if
21021 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
21022
21023 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
21024 it.
21025
21026 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
21027 so that we aren't warned about unused symbols.
21028
21029 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
21030
21031 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
21032
21033 * xfns.c (x_real_positions): Mark locals as initialized.
21034
21035 * xmenu.c (xmenu_show): Don't use uninitialized vars.
21036
21037 * xterm.c: Fix problems found by static analysis with other toolkits.
21038 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
21039 (x_dispatch_event): Declare static if USE_GTK, and
21040 define if USE_GTK || USE_X_TOOLKIT.
21041 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
21042 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
21043 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
21044 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
21045
21046 * xmenu.c (menu_help_callback): Pointer type fixes.
21047 Use const pointers when pointing at readonly data. Avoid pointer
21048 signedness clashes.
21049 (FALSE): Remove unused macro.
21050 (update_frame_menubar): Remove unused decl.
21051
21052 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
21053
21054 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
21055 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
21056 (single_menu_item): Rename local to avoid shadowing.
21057
21058 * keyboard.c (make_lispy_event): Remove unused local var.
21059
21060 * frame.c, frame.h (x_get_resource_string): Bring this back, but
21061 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
21062
21063 * bitmaps: Change bitmaps from unsigned char back to the X11
21064 compatible char. Avoid the old compiler warnings about
21065 out-of-range initializers by using, for example, '\xab' rather
21066 than 0xab.
21067
21068 * xgselect.c (xgselect_initialize): Check vs interface
21069 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
21070
21071 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
21072
21073 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
21074 to read-only memory.
21075
21076 * fns.c (vector): Remove; this old hack is no longer needed.
21077
21078 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
21079 Remove unused var.
21080 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
21081
21082 * xrdb.c (x_load_resources): Omit unused local.
21083
21084 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
21085 (x_window): Rename locals to avoid shadowing.
21086 (USG): Use the kludged USG macro, to pacify gcc.
21087
21088 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
21089 (x_term_init): Remove local to avoid shadowing.
21090
21091 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
21092
21093 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
21094 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
21095
21096 2011-04-16 Eli Zaretskii <eliz@gnu.org>
21097
21098 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
21099
21100 Fix regex.c, syntax.c and friends for buffers > 2GB.
21101 * syntax.h (struct gl_state_s): Declare character position members
21102 EMACS_INT.
21103
21104 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
21105
21106 * textprop.c (verify_interval_modification, interval_of):
21107 Declare arguments EMACS_INT.
21108
21109 * intervals.c (adjust_intervals_for_insertion): Declare arguments
21110 EMACS_INT.
21111
21112 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
21113
21114 * indent.c (Fvertical_motion): Local variable it_start is now
21115 EMACS_INT.
21116
21117 * regex.c (re_match, re_match_2, re_match_2_internal)
21118 (bcmp_translate, regcomp, regexec, print_double_string)
21119 (group_in_compile_stack, re_search, re_search_2, regex_compile)
21120 (re_compile_pattern, re_exec): Declare arguments and local
21121 variables `size_t' and `ssize_t' and return values `regoff_t', as
21122 appropriate.
21123 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
21124 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
21125 <compile_stack_type>: `size' and `avail' are now `size_t'.
21126
21127 * regex.h <regoff_t>: Use ssize_t, not int.
21128 (re_search, re_search_2, re_match, re_match_2): Arguments that
21129 specify buffer/string position and length are now ssize_t and
21130 size_t. Return type is regoff_t.
21131
21132 2011-04-16 Ben Key <bkey76@gmail.com>
21133
21134 * nsfont.m: Fixed bugs in ns_get_family and
21135 ns_descriptor_to_entity that were caused by using free to
21136 deallocate memory blocks that were allocated by xmalloc (via
21137 xstrdup). This caused Emacs to crash when compiled with
21138 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
21139 --enable-checking=xmallocoverrun). xfree is now used to
21140 deallocate these memory blocks.
21141
21142 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
21143
21144 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
21145
21146 emacs_write: Accept and return EMACS_INT for sizes.
21147 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
21148 et seq.
21149 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
21150 Accept and return EMACS_INT.
21151 (emacs_gnutls_write): Return the number of bytes written on
21152 partial writes.
21153 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
21154 (emacs_read, emacs_write): Remove check for negative size, as the
21155 Emacs source code has been audited now.
21156 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
21157 (emacs_read, emacs_write): Use it.
21158 * process.c (send_process): Adjust to the new signatures of
21159 emacs_write and emacs_gnutls_write. Do not attempt to store
21160 a byte offset into an 'int'; it might overflow.
21161 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
21162
21163 * sound.c: Don't assume sizes fit in 'int'.
21164 (struct sound_device.period_size, alsa_period_size):
21165 Return EMACS_INT, not int.
21166 (struct sound_device.write, vox_write, alsa_write):
21167 Accept EMACS_INT, not int.
21168 (wav_play, au_play): Use EMACS_INT to store sizes and to
21169 record read return values.
21170
21171 2011-04-15 Ben Key <bkey76@gmail.com>
21172
21173 * keyboard.c (Qundefined): Don't declare static since it is used
21174 in nsfns.m.
21175 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
21176 static since they are used in nsfont.m.
21177
21178 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21179
21180 * process.c (Qprocessp): Don't declare static.
21181 * lisp.h (Qprocessp): Declare again.
21182
21183 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
21184
21185 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
21186
21187 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
21188
21189 Improve C-level modularity by making more things 'static'.
21190
21191 Don't publish debugger-only interfaces to other modules.
21192 * lisp.h (safe_debug_print, debug_output_compilation_hack):
21193 (verify_bytepos, count_markers): Move decls to the only modules
21194 that need them.
21195 * region-cache.h (pp_cache): Likewise.
21196 * window.h (check_all_windows): Likewise.
21197 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
21198
21199 * sysdep.c (croak): Now static, if
21200 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
21201 * syssignal.h (croak): Declare only if not static.
21202
21203 * alloc.c (refill_memory_reserve): Now static if
21204 !defined REL_ALLOC || defined SYSTEM_MALLOC.
21205 * lisp.h (refill_memory_reserve): Declare only if not static.
21206
21207 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
21208 Define only if USE_LUCID.
21209
21210 * xrdb.c (x_customization_string, x_rm_string): Now static.
21211
21212 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
21213 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
21214
21215 * xdisp.c (draw_row_with_mouse_face): Now static.
21216 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
21217
21218 * window.h (check_all_windows): Mark externally visible.
21219
21220 * window.c (window_deletion_count): Now static.
21221
21222 * undo.c: Make symbols static if they're not exported.
21223 (last_undo_buffer, last_boundary_position, pending_boundary):
21224 Now static.
21225
21226 * textprop.c (interval_insert_behind_hooks): Now static.
21227 (interval_insert_in_front_hooks): Likewise.
21228
21229 * term.c: Make symbols static if they're not exported.
21230 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
21231 (max_frame_lines, tty_set_terminal_modes):
21232 (tty_reset_terminal_modes, tty_turn_off_highlight):
21233 (get_tty_terminal): Now static.
21234 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
21235 * termhooks.h (term_mouse_moveto): Do not declare if
21236 HAVE_WINDOW_SYSTEM.
21237 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
21238 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
21239
21240 * sysdep.c: Make symbols static if they're not exported.
21241 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
21242 Now static.
21243 (sigprocmask_set, full_mask): Remove; unused.
21244 (wait_debugging): Mark as visible.
21245 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
21246 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
21247
21248 * syntax.c (syntax_temp): Define only if !__GNUC__.
21249
21250 * sound.c (current_sound_device, current_sound): Now static.
21251
21252 * search.c (searchbufs, searchbuf_head): Now static.
21253
21254 * scroll.c (scroll_cost): Remove; unused.
21255 * dispextern.h (scroll_cost): Remove decl.
21256
21257 * region-cache.h (pp_cache): Mark as externally visible.
21258
21259 * process.c: Make symbols static if they're not exported.
21260 (process_tick, update_tick, create_process, chan_process):
21261 (Vprocess_alist, proc_buffered_char, datagram_access):
21262 (fd_callback_data, send_process_frame, process_sent_to): Now static.
21263 (deactivate_process): Mark defn as static, as well as decl.
21264 * lisp.h (create_process): Remove decl.
21265 * process.h (chan_process, Vprocess_alist): Remove decls.
21266
21267 * print.c: Make symbols static if they're not exported.
21268 (print_depth, new_backquote_output, being_printed, print_buffer):
21269 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
21270 (print_interval, print_number_index, initial_stderr_stream):
21271 Now static.
21272 * lisp.h (Fprinc): Remove decl.
21273 (debug_output_compilation_hack): Mark as externally visible.
21274
21275 * sysdep.c (croak): Move decl from here to syssignal.h.
21276 * syssignal.h (croak): Put it here, so the API can be checked when
21277 'croak' is called from dissociate_if_controlling_tty.
21278
21279 * minibuf.c: Make symbols static if they're not exported.
21280 (minibuf_save_list, choose_minibuf_frame): Now static.
21281 * lisp.h (choose_minibuf_frame): Remove decl.
21282
21283 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
21284
21285 * lread.c: Make symbols static if they're not exported.
21286 (read_objects, initial_obarray, oblookup_last_bucket_number):
21287 Now static.
21288 (make_symbol): Remove; unused.
21289 * lisp.h (initial_obarray, make_symbol): Remove decls.
21290
21291 * keyboard.c: Make symbols static if they're not exported.
21292 (single_kboard, recent_keys_index, total_keys, recent_keys):
21293 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
21294 (this_single_command_key_start, echoing, last_auto_save):
21295 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
21296 (command_loop, echo_now, keyboard_init_hook, help_char_p):
21297 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
21298 (Vlispy_mouse_stem, double_click_count):
21299 Now static.
21300 (force_auto_save_soon): Define only if SIGDANGER.
21301 (ignore_mouse_drag_p): Now static if
21302 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
21303 (print_help): Remove; unused.
21304 (stop_character, last_timer_event): Mark as externally visible.
21305 * keyboard.h (ignore_mouse_drag_p): Declare only if
21306 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
21307 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
21308 * lisp.h (echoing): Remove decl.
21309 (force_auto_save_soon): Declare only if SIGDANGER.
21310 * xdisp.c (redisplay_window): Simplify code, to make it more
21311 obvious that ignore_mouse_drag_p is not accessed if !defined
21312 USE_GTK && !defined HAVE_NS.
21313
21314 * intervals.c: Make symbols static if they're not exported.
21315 (merge_properties_sticky, merge_interval_right, delete_interval):
21316 Now static.
21317 * intervals.h (merge_interval_right, delete_interval): Remove decls.
21318
21319 * insdel.c: Make symbols static if they're not exported.
21320 However, leave prepare_to_modify_buffer alone. It's never
21321 called from outside this function, but that appears to be a bug.
21322 (combine_after_change_list, combine_after_change_buffer):
21323 (adjust_after_replace, signal_before_change): Now static.
21324 (adjust_after_replace_noundo): Remove; unused.
21325 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
21326 (signal_before_change): Remove decls.
21327
21328 * indent.c (val_compute_motion, val_vmotion): Now static.
21329
21330 * image.c: Make symbols static if they're not exported.
21331 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
21332 if USE_GTK.
21333 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
21334 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
21335
21336 * fringe.c (standard_bitmaps): Now static.
21337 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
21338
21339 * frame.c: Make symbols static if they're not exported.
21340 (x_report_frame_params, make_terminal_frame): Now static.
21341 (get_frame_param): Now static, unless HAVE_NS.
21342 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
21343 (x_get_resource_string): Remove; not used.
21344 * frame.h (make_terminal_frame, x_report_frame_params):
21345 (x_get_resource_string); Remove decls.
21346 (x_fullscreen_adjust): Declare only if WINDOWSNT.
21347 * lisp.h (get_frame_param): Declare only if HAVE_NS.
21348
21349 * font.c, fontset.c: Make symbols static if they're not exported.
21350 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
21351 (FACE_SUITABLE_FOR_CHAR_P): Use it.
21352 * font.c (font_close_object): Now static.
21353 * font.h (font_close_object): Remove.
21354 * fontset.c (FONTSET_OBJLIST): Remove.
21355 (free_realized_fontset) #if-0 the body, which does nothing.
21356 (face_suitable_for_char_p): #if-0, as it's never called.
21357 * fontset.h (face_suitable_for_char_p): Remove decl.
21358 * xfaces.c (face_at_string_position):
21359 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
21360 since 0 is always ASCII.
21361
21362 * fns.c (weak_hash_tables): Now static.
21363
21364 * fileio.c: Make symbols static if they're not exported.
21365 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
21366 (Vwrite_region_annotation_buffers): Now static.
21367
21368 * eval.c: Make symbols static if they're not exported.
21369 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
21370 * lisp.h (backtrace_list): Remove decl.
21371
21372 * emacs.c: Make symbols static if they're not exported.
21373 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
21374 (fatal_error_code, fatal_error_signal_hook, standard_args):
21375 Now static.
21376 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
21377 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
21378 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
21379 * lisp.h (fatal_error_signal_hook): Remove decl.
21380 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
21381
21382 * editfns.c: Move a (normally-unused) function to its only use.
21383 * editfns.c, lisp.h (get_operating_system_release): Remove.
21384 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
21385 worth the hassle of breaking this out.
21386
21387 * xterm.c: Make symbols static if they're not exported.
21388 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
21389 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
21390 (x_destroy_window, x_delete_display):
21391 Now static.
21392 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
21393 (x_mouse_leave): Remove; unused.
21394 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
21395 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
21396 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
21397 Remove decls.
21398 (x_mouse_leave): Declare only if WINDOWSNT.
21399 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
21400 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
21401 USE_X_TOOLKIT.
21402
21403 * ftxfont.c: Make symbols static if they're not exported.
21404 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
21405 HAVE_FREETYPE.
21406 * font.h (ftxfont_driver): Likewise.
21407
21408 * xfns.c: Make symbols static if they're not exported.
21409 (x_last_font_name, x_display_info_for_name):
21410 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
21411 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
21412 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
21413 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
21414 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
21415 (last_show_tip_args): Now static.
21416 (xic_defaut_fontset, xic_create_fontsetname): Define only if
21417 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
21418 (x_screen_planes): Remove; unused.
21419 * dispextern.h (x_screen_planes): Remove decl.
21420
21421 * dispnew.c: Make symbols static if they're not exported.
21422 * dispextern.h (redraw_garbaged_frames, scrolling):
21423 (increment_row_positions): Remove.
21424 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
21425 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
21426 Now static.
21427 (redraw_garbaged_frames): Remove; unused.
21428
21429 * xfaces.c: Make symbols static if they're not exported.
21430 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
21431 Remove decls.
21432 * xterm.h (defined_color): Remove decls.
21433 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
21434 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
21435 (menu_face_changed_default, defined_color, free_realized_face):
21436 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
21437 (ascii_face_of_lisp_face): Remove; unused.
21438
21439 * xdisp.c: Make symbols static if they're not exported.
21440 * dispextern.h (scratch_glyph_row, window_box_edges):
21441 (glyph_to_pixel_coords, set_cursor_from_row):
21442 (get_next_display_element, set_iterator_to_next):
21443 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
21444 (show_mouse_face): Remove decls
21445 * frame.h (message_buf_print): Likewise.
21446 * lisp.h (pop_message, set_message, check_point_in_composition):
21447 Likewise.
21448 * xterm.h (set_vertical_scroll_bar): Likewise.
21449 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
21450 (message_buf_print, scratch_glyph_row, displayed_buffer):
21451 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
21452 (get_next_display_element, show_mouse_face, window_box_edges):
21453 (frame_to_window_pixel_xy, check_point_in_composition):
21454 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
21455 (glyph_to_pixel_coords): Remove; unused.
21456
21457 * dired.c (file_name_completion): Now static.
21458
21459 * dbusbind.c (xd_in_read_queued_messages): Now static.
21460
21461 * lisp.h (circular_list_error, FOREACH): Remove; unused.
21462 * data.c (circular_list_error): Remove.
21463
21464 * commands.h (last_point_position, last_point_position_buffer):
21465 (last_point_position_window): Remove decls.
21466 * keyboard.c: Make these variables static.
21467
21468 * coding.h (coding, code_convert_region, encode_coding_gap):
21469 Remove decls.
21470 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
21471 (iso_code_class, detect_coding, code_convert_region): Now static.
21472 (encode_coding_gap): Remove; unused.
21473
21474 * chartab.c (chartab_chars, chartab_bits): Now static.
21475
21476 * charset.h (charset_iso_8859_1): Remove decl.
21477 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
21478 Now static.
21479
21480 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
21481 * ccl.c (Vccl_program_table): Now static.
21482 (check_ccl_update): Remove; unused.
21483
21484 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
21485 * category.h: ... from here.
21486 * category.c (check_category_table, set_category_set): Now static.
21487
21488 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
21489 * lisp.h: Remove these decls.
21490
21491 * buffer.c (buffer_count): Remove unused var.
21492
21493 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
21494 so that it's not optimized away.
21495 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
21496 * dispextern.h (bidi_dump_cached_states): Remove, since it's
21497 exported only to the debugger.
21498
21499 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
21500 * atimer.h (run_all_atimers): Remove; not exported.
21501
21502 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
21503 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
21504 was inaccessible from Lisp.
21505 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
21506 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
21507
21508 alloc.c: Import and export fewer symbols, and remove unused items.
21509 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
21510 is defined.
21511 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
21512 it's not optimized away by whole-program optimization.
21513 (message_enable_multibyte, free_misc): Remove.
21514 (catchlist, handlerlist, mark_backtrace):
21515 Declare only if BYTE_MARK_STACK.
21516 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
21517 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
21518 (message_enable_multibyte): Remove decl.
21519 (free_misc, interval_free_list, float_block, float_block_index):
21520 (n_float_blocks, float_free_list, cons_block, cons_block_index):
21521 (cons_free_list, last_marked_index):
21522 Now static.
21523 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
21524 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
21525 (mark_backtrace): Define only if BYTE_MARK_STACK.
21526 * xdisp.c (message_enable_multibyte): Now static.
21527
21528 Declare Lisp_Object Q* variables to be 'static' if not exported.
21529 This makes it easier for human readers (and static analyzers)
21530 to see whether these variables are used from other modules.
21531 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
21532 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
21533 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
21534 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
21535 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
21536 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
21537 * xmenu.c, xselect.c:
21538 Declare Q* vars static if they are not used in other modules.
21539 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
21540 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
21541 Remove decls of unexported vars.
21542 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
21543
21544 * lisp.h (DEFINE_FUNC): Make sname 'static'.
21545
21546 Make Emacs functions such as Fatom 'static' by default.
21547 This makes it easier for human readers (and static analyzers)
21548 to see whether these functions can be called from other modules.
21549 DEFUN now defines a static function. To make the function external
21550 so that it can be used in other C modules, use the new macro DEFUE.
21551 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
21552 (Finit_image_library):
21553 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
21554 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
21555 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
21556 Remove decls, since these functions are now static.
21557 (Funintern, Fget_internal_run_time): New decls, since these functions
21558 were already external.
21559
21560 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
21561 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
21562 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
21563 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
21564 * keyboard.c, keymap.c, lread.c:
21565 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
21566 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
21567 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
21568 Mark functions with DEFUE instead of DEFUN,
21569 if they are used in other modules.
21570 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
21571 decls for now-static functions.
21572 * buffer.h (Fdelete_overlay): Remove decl.
21573 * callproc.c (Fgetenv_internal): Mark as internal.
21574 * composite.c (Fremove_list_of_text_properties): Remove decl.
21575 (Fcomposition_get_gstring): New forward static decl.
21576 * composite.h (Fcomposite_get_gstring): Remove decl.
21577 * dired.c (Ffile_attributes): New forward static decl.
21578 * doc.c (Fdocumntation_property): New forward static decl.
21579 * eval.c (Ffetch_bytecode): New forward static decl.
21580 (Funintern): Remove extern decl; now in .h file where it belongs.
21581 * fileio.c (Fmake_symbolic_link): New forward static decl.
21582 * image.c (Finit_image_library): New forward static decl.
21583 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
21584 * intervals.h (Fprevious_property_change):
21585 (Fremove_list_of_text_properties): Remove decls.
21586 * keyboard.c (Fthis_command_keys): Remove decl.
21587 (Fcommand_execute): New forward static decl.
21588 * keymap.c (Flookup_key): New forward static decl.
21589 (Fcopy_keymap): Now static.
21590 * keymap.h (Flookup_key): Remove decl.
21591 * process.c (Fget_process): New forward static decl.
21592 (Fprocess_datagram_address): Mark as internal.
21593 * syntax.c (Fsyntax_table_p): New forward static decl.
21594 (skip_chars): Remove duplicate decl.
21595 * textprop.c (Fprevious_property_change): New forward static decl.
21596 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
21597 Now internal.
21598 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
21599 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
21600
21601 * editfns.c (Fformat): Remove unreachable code.
21602
21603 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
21604
21605 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
21606 change. (Bug#8496)
21607
21608 2011-04-13 Eli Zaretskii <eliz@gnu.org>
21609
21610 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
21611 when at ZV. (Bug#8487)
21612
21613 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
21614
21615 * charset.c (Fclear_charset_maps): Use xfree instead of free.
21616 (Bug#8437)
21617 * keyboard.c (parse_tool_bar_item): Likewise.
21618 * sound.c (sound_cleanup, alsa_close): Likewise.
21619 * termcap.c (tgetent): Likewise.
21620 * xfns.c (x_default_font_parameter): Likewise.
21621 * xsettings.c (read_and_apply_settings): Likewise.
21622
21623 * alloc.c (overrun_check_malloc, overrun_check_realloc)
21624 (overrun_check_free): Protoize.
21625
21626 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
21627
21628 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
21629 since callers should never pass a negative size.
21630 Change the signature to match that of plain 'read' and 'write'; see
21631 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
21632 * lisp.h: Update prototypes of emacs_write and emacs_read.
21633
21634 2011-04-11 Eli Zaretskii <eliz@gnu.org>
21635
21636 * xdisp.c (redisplay_window): Don't try to determine the character
21637 position of the scroll margin if the window start point w->startp
21638 is outside the buffer's accessible region. (Bug#8468)
21639
21640 2011-04-10 Eli Zaretskii <eliz@gnu.org>
21641
21642 Fix write-region and its subroutines for buffers > 2GB.
21643 * fileio.c (a_write, e_write): Modify declaration of arguments and
21644 local variables to support buffers larger than 2GB.
21645 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
21646
21647 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
21648 argument, local variables, and return value.
21649
21650 * lisp.h: Update prototypes of emacs_write and emacs_read.
21651
21652 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
21653
21654 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
21655
21656 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
21657
21658 Fix more problems found by GCC 4.6.0's static checks.
21659
21660 * xdisp.c (vmessage): Use a better test for character truncation.
21661
21662 * charset.c (load_charset_map): <, not <=, for optimization,
21663 and to avoid potential problems with integer overflow.
21664 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
21665 * casetab.c (set_identity, shuffle): Likewise.
21666 * editfns.c (Fformat): Likewise.
21667 * syntax.c (skip_chars): Likewise.
21668
21669 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
21670 This also lets GCC 4.6.0 generate slightly better loop code.
21671
21672 * callint.c (Fcall_interactively): <, not <=, for optimization.
21673 (Fcall_interactively): Count the number of arguments produced,
21674 not the number of arguments given. This is simpler and lets GCC
21675 4.6.0 generate slightly better code.
21676
21677 * ftfont.c: Distingish more carefully between FcChar8 and char.
21678 The previous code passed unsigned char * to a functions like
21679 strlen and xstrcasecmp that expect char *, which does not
21680 conform to the C standard.
21681 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
21682 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
21683 char * when the C standard requires it.
21684
21685 * keyboard.c (read_char): Remove unused var.
21686
21687 * eval.c: Port to Windows vsnprintf (Bug#8435).
21688 Include <limits.h>.
21689 (SIZE_MAX): Define if the headers do not.
21690 (verror): Do not give up if vsnprintf returns a negative count.
21691 Instead, grow the buffer. This ports to Windows vsnprintf, which
21692 does not conform to C99. Problem reported by Eli Zaretskii.
21693 Also, simplify the allocation scheme, by avoiding the need for
21694 calling realloc, and removing the ALLOCATED variable.
21695
21696 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
21697
21698 Remove invocations of doprnt, as Emacs now uses vsnprintf.
21699 But keep the doprint source code for now, as we might revamp it
21700 and use it again (Bug#8435).
21701 * lisp.h (doprnt): Remove.
21702 * Makefile.in (base_obj): Remove doprnt.o.
21703 * deps.mk (doprnt.o): Remove.
21704
21705 error: Print 32- and 64-bit integers portably (Bug#8435).
21706 Without this change, on typical 64-bit hosts error ("...%d...", N)
21707 was used to print both 32- and 64-bit integers N, which relied on
21708 undefined behavior.
21709 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
21710 * lisp.h (error, verror): Mark as printf-like functions.
21711 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
21712 Report overflow in size calculations when allocating printf buffer.
21713 Do not truncate output string at its first null byte.
21714 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
21715 Truncate the output at a character boundary, since vsnprintf does not
21716 do that.
21717 * charset.c (check_iso_charset_parameter): Convert internal
21718 character to string before calling 'error', since %c now has the
21719 printf meaning.
21720 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
21721 overflow when computing char to be passed to 'error'. Do not
21722 pass Lisp_Object to 'error'; pass the integer instead.
21723 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
21724 formatted with plain %d.
21725
21726 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
21727
21728 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
21729
21730 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
21731
21732 * xterm.c (x_catch_errors): Remove duplicate declaration.
21733
21734 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
21735
21736 * xdisp.c, lisp.h (message_nolog): Remove; unused.
21737
21738 2011-04-10 Jim Meyering <meyering@redhat.com>
21739
21740 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
21741 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
21742 return ssize_t not "int", and use size_t as the buffer length.
21743 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
21744 * gnutls.h: Update declarations.
21745 * process.c (read_process_output): Use ssize_t, to match.
21746 (send_process): Likewise.
21747
21748 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
21749
21750 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
21751
21752 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
21753
21754 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
21755 Use unsigned char, to match FcChar8 type definition.
21756
21757 * xterm.c (handle_one_xevent):
21758 * xmenu.c (create_and_show_popup_menu):
21759 * xselect.c (x_decline_selection_request)
21760 (x_reply_selection_request): Avoid type-punned deref of X events.
21761
21762 2011-04-09 Eli Zaretskii <eliz@gnu.org>
21763
21764 Fix some uses of `int' instead of EMACS_INT.
21765 * search.c (string_match_1, fast_string_match)
21766 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
21767 (scan_buffer, find_next_newline_no_quit)
21768 (find_before_next_newline, search_command, Freplace_match)
21769 (Fmatch_data): Make some `int' variables be EMACS_INT.
21770
21771 * xdisp.c (display_count_lines): 3rd argument and return value now
21772 EMACS_INT. All callers changed.
21773 (pint2hrstr): Last argument is now EMACS_INT.
21774
21775 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
21776 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
21777 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
21778 (decode_coding_utf_16, decode_coding_emacs_mule)
21779 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21780 (decode_coding_ccl, decode_coding_charset)
21781 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
21782 (decode_coding_iso_2022, decode_coding_emacs_mule)
21783 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
21784 <char_offset, last_offset>: Declare EMACS_INT.
21785 (encode_coding_utf_8, encode_coding_utf_16)
21786 (encode_coding_emacs_mule, encode_invocation_designation)
21787 (encode_designation_at_bol, encode_coding_iso_2022)
21788 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
21789 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
21790 Declare EMACS_INT.
21791 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
21792 (encode_invocation_designation): Last argument P_NCHARS is now
21793 EMACS_INT.
21794 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
21795 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
21796
21797 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
21798 All users changed.
21799
21800 * ccl.c (Fccl_execute_on_string): Declare some variables
21801 EMACS_INT.
21802
21803 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
21804
21805 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
21806
21807 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
21808
21809 * process.c (Fformat_network_address): Doc fix.
21810
21811 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
21812
21813 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
21814
21815 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
21816
21817 * keyboard.c (read_char): Call Lisp function help-form-show,
21818 instead of using internal_with_output_to_temp_buffer.
21819 (Qhelp_form_show): New var.
21820 (syms_of_keyboard): Use DEFSYM macro.
21821
21822 * print.c (internal_with_output_to_temp_buffer): Function deleted.
21823
21824 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
21825
21826 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21827
21828 * process.c (Flist_processes): Remove to Lisp.
21829 (list_processes_1): Delete.
21830
21831 2011-04-06 Eli Zaretskii <eliz@gnu.org>
21832
21833 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
21834
21835 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
21836
21837 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
21838
21839 Fix more problems found by GCC 4.6.0's static checks.
21840
21841 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
21842
21843 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
21844
21845 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
21846
21847 * xdisp.c (vmessage): Mark as a printf-like function.
21848
21849 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
21850
21851 * sound.c (sound_warning): Don't crash if arg contains a printf format.
21852
21853 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
21854 printf-like functions.
21855 (tiff_load): Add casts to remove these marks before passing them
21856 to system-supplied API.
21857
21858 * eval.c (Fsignal): Remove excess argument to 'fatal'.
21859
21860 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
21861 This avoids several warnings with gcc -Wstrict-overflow.
21862 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
21863 directly, rather than having caller test rule sign. This avoids
21864 some unnecessary tests.
21865 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
21866 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
21867 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
21868
21869 * xfont.c (xfont_text_extents): Remove var that was set but not used.
21870 (xfont_open): Avoid unnecessary tests.
21871
21872 * composite.c (composition_gstring_put_cache): Use unsigned integer.
21873
21874 * composite.h, composite.c (composition_gstring_put_cache):
21875 Use EMACS_INT, not int, for length.
21876
21877 * composite.h (COMPOSITION_DECODE_REFS): New macro,
21878 breaking out part of COMPOSITION_DECODE_RULE.
21879 (COMPOSITION_DECODE_RULE): Use it.
21880 * composite.c (get_composition_id): Remove unused local vars,
21881 by using the new macro.
21882
21883 * textprop.c (set_text_properties_1): Change while to do-while,
21884 since the condition is always true at first.
21885
21886 * intervals.c (graft_intervals_into_buffer): Mark var as used.
21887 (interval_deletion_adjustment): Return unsigned value.
21888 All uses changed.
21889
21890 * process.c (list_processes_1, create_pty, read_process_output):
21891 (exec_sentinel): Remove vars that were set but not used.
21892 (create_pty): Remove unnecessary "volatile"s.
21893 (Fnetwork_interface_info): Avoid possibility of int overflow.
21894 (read_process_output): Do adaptive read buffering even if carryover.
21895 (read_process_output): Simplify nbytes computation if buffered.
21896
21897 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
21898
21899 * syntax.c (scan_words): Remove var that was set but not used.
21900 (update_syntax_table): Use unsigned instead of int.
21901
21902 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
21903 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
21904 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
21905
21906 * print.c (print_error_message): Avoid int overflow.
21907
21908 * font.c (font_list_entities): Redo for clarity,
21909 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
21910
21911 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
21912 (font_score): Avoid potential overflow in diff calculation.
21913
21914 * fns.c (substring_both): Remove var that is set but not used.
21915 (sxhash): Redo loop for clarity and to avoid wraparound warning.
21916
21917 * eval.c (funcall_lambda): Rename local to avoid shadowing.
21918
21919 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
21920 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
21921 can always succeed if overflow has undefined behavior.
21922
21923 * search.c (boyer_moore, wordify): Remove vars set but not used.
21924 (wordify): Omit three unnecessary tests.
21925
21926 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
21927 All callers changed. This avoids the need for an unused var.
21928
21929 * casefiddle.c (casify_region): Remove var that is set but not used.
21930
21931 * dired.c (file_name_completion): Remove var that is set but not used.
21932
21933 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
21934
21935 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
21936 (Finsert_file_contents): Remove unnecessary code checking fd.
21937
21938 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
21939 Check for integer overflow on size calculations.
21940
21941 * buffer.c (Fprevious_overlay_change): Remove var that is set
21942 but not used.
21943
21944 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
21945 Remove vars that are set but not used.
21946 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
21947 (timer_check_2): Mark vars as initialized.
21948
21949 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
21950
21951 * image.c (lookup_image): Remove var that is set but not used.
21952 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
21953
21954 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
21955 that are set but not used.
21956
21957 * xfns.c (make_invisible_cursor): Don't return garbage
21958 if XCreateBitmapFromData fails (Bug#8410).
21959
21960 * xselect.c (x_get_local_selection, x_handle_property_notify):
21961 Remove vars that are set but not used.
21962
21963 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
21964 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
21965
21966 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
21967 Remove var that is set but not used.
21968 (scroll_bar_windows_size): Now size_t, not int.
21969 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
21970 Check for overflow.
21971
21972 * xfaces.c (realize_named_face): Remove vars that are set but not used.
21973 (map_tty_color) [!defined MSDOS]: Likewise.
21974
21975 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
21976
21977 * coding.c: Remove vars that are set but not used.
21978 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
21979 All callers changed.
21980 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
21981 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
21982 (decode_coding_charset): Remove vars that are set but not used.
21983
21984 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
21985 that is set but not used.
21986
21987 * print.c (print_object): Remove var that is set but not used.
21988
21989 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
21990 The gnulib version avoids calling malloc in the usual case,
21991 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
21992 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
21993 * filelock.c (current_lock_owner): Likewise.
21994 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
21995 * sysdep.c: Include allocator.h, careadlinkat.h.
21996 (emacs_no_realloc_allocator): New static constant.
21997 (emacs_readlink): New function.
21998 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
21999 ../lib/careadlinkat.h.
22000
22001 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
22002
22003 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
22004 first non-nil return value).
22005
22006 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
22007
22008 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
22009 if not defined (Bug#8403).
22010
22011 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
22012
22013 * xdisp.c (display_count_lines): Remove parameter `start',
22014 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
22015 (get_char_face_and_encoding): Remove parameter `multibyte_p',
22016 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
22017 (fill_stretch_glyph_string): Remove parameters `row' and `area',
22018 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
22019 and thereabouts. All callers changed.
22020 (get_per_char_metric): Remove parameter `f', unused since
22021 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
22022
22023 2011-04-02 Jim Meyering <meyering@redhat.com>
22024
22025 do not dereference NULL upon failed strdup
22026 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
22027 (ns_get_family): Likewise.
22028
22029 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
22030
22031 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
22032
22033 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
22034
22035 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
22036 later (Bug#8403).
22037
22038 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22039
22040 Add lexical binding.
22041
22042 * window.c (Ftemp_output_buffer_show): New fun.
22043 (Fsave_window_excursion):
22044 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
22045
22046 * lread.c (lisp_file_lexically_bound_p): New function.
22047 (Fload): Bind Qlexical_binding.
22048 (readevalloop): Remove `evalfun' arg.
22049 Bind Qinternal_interpreter_environment.
22050 (Feval_buffer): Bind Qlexical_binding.
22051 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
22052 Mark as dynamic.
22053 (syms_of_lread): Declare `lexical-binding'.
22054
22055 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
22056
22057 * keyboard.c (eval_dyn): New fun.
22058 (menu_item_eval_property): Use it.
22059
22060 * image.c (parse_image_spec): Use Ffunctionp.
22061
22062 * fns.c (concat, mapcar1): Accept byte-code-functions.
22063
22064 * eval.c (Fsetq): Handle lexical vars.
22065 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
22066 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
22067 (FletX, Flet): Obey lexical binding.
22068 (Fcommandp): Handle closures.
22069 (Feval): New `lexical' arg.
22070 (eval_sub): New function extracted from Feval. Use it almost
22071 everywhere where Feval was used. Look up vars in lexical env.
22072 Handle closures.
22073 (Ffunctionp): Move from subr.el.
22074 (Ffuncall): Handle closures.
22075 (apply_lambda): Remove `eval_flags'.
22076 (funcall_lambda): Handle closures and new byte-code-functions.
22077 (Fspecial_variable_p): New function.
22078 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
22079 but without exporting it to Lisp.
22080
22081 * doc.c (Fdocumentation, store_function_docstring):
22082 * data.c (Finteractive_form): Handle closures.
22083
22084 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
22085 interactive spec.
22086
22087 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
22088 New byte-codes.
22089 (exec_byte_code): New function extracted from Fbyte_code to handle new
22090 calling convention for byte-code-functions. Add new byte-codes.
22091
22092 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
22093
22094 * alloc.c (Fmake_symbol): Init new `declared_special' field.
22095
22096 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
22097
22098 * xdisp.c (redisplay_internal): Fix prototype.
22099
22100 2011-03-31 Eli Zaretskii <eliz@gnu.org>
22101
22102 * xdisp.c (SCROLL_LIMIT): New macro.
22103 (try_scrolling): Use it when setting scroll_limit.
22104 Limit scrolling to 100 screen lines.
22105 (redisplay_window): Even when falling back on "recentering",
22106 position point in the window according to scroll-conservatively,
22107 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
22108
22109 (try_scrolling): When point is above the window, allow searching
22110 as far as scroll_max, or one screenful, to compute vertical
22111 distance from PT to the scroll margin position. This prevents
22112 try_scrolling from unnecessarily failing when
22113 scroll-conservatively is set to a value slightly larger than the
22114 window height. Clean up the case of PT below the margin at bottom
22115 of window: scroll_max can no longer be INT_MAX. When aggressive
22116 scrolling is in use, don't let point enter the opposite scroll
22117 margin as result of the scroll.
22118 (syms_of_xdisp) <scroll-conservatively>: Document the
22119 threshold of 100 lines for never-recentering scrolling.
22120
22121 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
22122
22123 * dispextern.h (move_it_by_lines):
22124 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
22125 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
22126 (message_log_check_duplicate): Remove parameters `prev_bol' and
22127 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
22128 (redisplay_internal): Remove parameter `preserve_echo_area',
22129 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
22130
22131 * indent.c (Fvertical_motion):
22132 * window.c (window_scroll_pixel_based, Frecenter):
22133 Don't pass `need_y_p' to `move_it_by_lines'.
22134
22135 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22136
22137 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
22138 steal a few bits to be more compact.
22139 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
22140 Remove unneeded casts.
22141
22142 * bytecode.c (Fbyte_code): CAR and CDR can GC.
22143
22144 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
22145
22146 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
22147 binding" message (bug#7967).
22148
22149 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
22150
22151 Fix more problems found by GCC 4.6.0's static checks.
22152
22153 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
22154 Remove unused local var.
22155
22156 * editfns.c (Fmessage_box): Remove unused local var.
22157
22158 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
22159 (note_mode_line_or_margin_highlight, note_mouse_highlight):
22160 Omit unused local vars.
22161 * window.c (shrink_windows): Omit unused local var.
22162 * menu.c (digest_single_submenu): Omit unused local var.
22163 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
22164 Omit unused local var.
22165
22166 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
22167 Don't assume string length fits in int.
22168 (keyremap_step, read_key_sequence): Use size_t for sizes.
22169 (read_key_sequence): Don't check last_real_key_start redundantly.
22170
22171 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
22172 instead of alloca (Bug#8344).
22173
22174 * eval.c (Fbacktrace): Don't assume nargs fits in int.
22175 (Fbacktrace_frame): Don't assume nframes fits in int.
22176
22177 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
22178
22179 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
22180 concerns.
22181
22182 * term.c (produce_glyphless_glyph): Remove unnecessary test.
22183
22184 * cm.c (calccost): Turn while-do into do-while, for clarity.
22185
22186 * keyboard.c (syms_of_keyboard): Use the same style as later
22187 in this function when indexing through an array. This also
22188 works around GCC bug 48267.
22189
22190 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
22191
22192 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
22193
22194 * chartab.c (sub_char_table_ref_and_range): Redo for slight
22195 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
22196
22197 * keyboard.c, keyboard.h (num_input_events): Now size_t.
22198 This avoids undefined behavior on integer overflow, and is a bit
22199 more convenient anyway since it is compared to a size_t variable.
22200
22201 Variadic C functions now count arguments with size_t, not int.
22202 This avoids an unnecessary limitation on 64-bit machines, which
22203 caused (substring ...) to crash on large vectors (Bug#8344).
22204 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
22205 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
22206 All variadic functions and their callers changed accordingly.
22207 (struct gcpro.nvars): Now size_t, not int. All uses changed.
22208 * data.c (arith_driver, float_arith_driver): Likewise.
22209 * editfns.c (general_insert_function): Likewise.
22210 * eval.c (struct backtrace.nargs, interactive_p)
22211 (internal_condition_case_n, run_hook_with_args, apply_lambda)
22212 (funcall_lambda, mark_backtrace): Likewise.
22213 * fns.c (concat): Likewise.
22214 * frame.c (x_set_frame_parameters): Likewise.
22215 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
22216 0 if not found, not -1. All callers changed.
22217
22218 * alloc.c (garbage_collect): Don't assume stack size fits in int.
22219 (stack_copy_size): Now size_t, not int.
22220 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
22221
22222 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
22223
22224 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
22225 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
22226 All callers changed.
22227
22228 * lisp.h (multibyte_char_to_unibyte):
22229 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
22230 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
22231 * character.h (CHAR_TO_BYTE8):
22232 * cmds.c (internal_self_insert):
22233 * editfns.c (general_insert_function):
22234 * keymap.c (push_key_description):
22235 * search.c (Freplace_match):
22236 * xdisp.c (message_dolog, set_message_1): All callers changed.
22237
22238 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * keyboard.c (safe_run_hook_funcall): New function.
22241 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
22242 don't set the hook to nil, but remove the offending function instead.
22243 (Qcommand_hook_internal): Remove, unused.
22244 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
22245 Vcommand_hook_internal.
22246
22247 * eval.c (enum run_hooks_condition): Remove.
22248 (funcall_nil, funcall_not): New functions.
22249 (run_hook_with_args): Call each function through a `funcall' argument.
22250 Remove `cond' argument, now redundant.
22251 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
22252 (Frun_hook_with_args_until_failure): Adjust accordingly.
22253 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
22254
22255 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
22256
22257 * dispextern.h (string_buffer_position): Remove declaration.
22258
22259 * print.c (strout): Remove parameter `multibyte', unused since
22260 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
22261
22262 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
22263 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
22264 All callers changed.
22265
22266 * w32.c (_wsa_errlist): Use braces for struct initializers.
22267
22268 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
22269 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
22270 All callers changed.
22271 (string_buffer_position): Likewise. Also, make static (it's never
22272 used outside xdisp.c).
22273 (cursor_row_p): Remove parameter `w', unused since
22274 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
22275 (decode_mode_spec): Remove parameter `precision', introduced during
22276 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
22277 All callers changed.
22278
22279 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22280
22281 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
22282
22283 2011-03-27 Anders Lindgren <andlind@gmail.com>
22284
22285 * nsterm.m (ns_menu_bar_is_hidden): New variable.
22286 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
22287 (ns_update_auto_hide_menu_bar): New functions.
22288 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
22289 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
22290 ns_constrain_all_frames.
22291 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
22292 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
22293
22294 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22295
22296 * nsmenu.m (runDialogAt): Remove argument to timer_check.
22297
22298 2011-03-27 Glenn Morris <rgm@gnu.org>
22299
22300 * syssignal.h: Replace RETSIGTYPE with void.
22301 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
22302 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
22303 Replace SIGTYPE with void everywhere.
22304 * s/usg5-4-common.h (SIGTYPE): Remove definition.
22305 * s/template.h (SIGTYPE): Remove commented out definition.
22306
22307 2011-03-26 Eli Zaretskii <eliz@gnu.org>
22308
22309 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
22310 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
22311
22312 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
22313
22314 * w32.c (read_unc_volume): Use parameter `henum', instead of
22315 global variable `wget_enum_handle'.
22316
22317 * keymap.c (describe_vector): Remove parameters `indices' and
22318 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
22319 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
22320
22321 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
22322
22323 * keyboard.c (timer_check): Remove parameter `do_it_now',
22324 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
22325 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
22326 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
22327
22328 * keyboard.c (read_char):
22329 * w32menu.c (w32_menu_display_help):
22330 * xmenu.c (show_help_event, menu_help_callback):
22331 Adjust calls to `show_help_echo'.
22332
22333 * gtkutil.c (xg_maybe_add_timer):
22334 * keyboard.c (readable_events):
22335 * process.c (wait_reading_process_output):
22336 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
22337
22338 * insdel.c (adjust_markers_gap_motion):
22339 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
22340 (gap_left, gap_right): Don't call it.
22341
22342 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
22343
22344 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
22345 incurred during fontification.
22346
22347 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
22348
22349 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
22350 (DEFVAR_PER_BUFFER): Don't pass it.
22351
22352 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
22353 (scrolling_window): Don't pass it.
22354
22355 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
22356
22357 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
22358
22359 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
22360 and `suffix'.
22361 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
22362 of variables specific to SELinux and computation of `encoded_absname'.
22363
22364 * image.c (XPutPixel): Remove unused variable `height'.
22365
22366 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
22367
22368 * unexw32.c (get_section_info): Remove unused variable `section'.
22369
22370 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
22371 (system_process_attributes): Remove unused variable `sess'.
22372 (sys_read): Remove unused variable `err'.
22373
22374 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
22375 (w32_wnd_proc): Remove unused variable `isdead'.
22376 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
22377 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
22378 (x_create_tip_frame): Remove unused variable `tem'.
22379
22380 * w32inevt.c (w32_console_read_socket):
22381 Remove unused variable `no_events'.
22382
22383 * w32term.c (x_draw_composite_glyph_string_foreground):
22384 Remove unused variable `width'.
22385
22386 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
22387
22388 * w32term.c (x_set_glyph_string_clipping):
22389 Don't pass uninitialized region to CombineRgn.
22390
22391 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
22392
22393 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
22394 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
22395 (Fx_close_connection): Remove unused variable `i'.
22396
22397 * w32font.c (w32font_draw): Return number of glyphs.
22398 (w32font_open_internal): Remove unused variable `i'.
22399 (w32font_driver): Add missing initializer.
22400
22401 * w32menu.c (utf8to16): Remove unused variable `utf16'.
22402 (fill_in_menu): Remove unused variable `items_added'.
22403
22404 * w32term.c (last_mouse_press_frame): Remove static global variable.
22405 (w32_clip_to_row): Remove unused variable `f'.
22406 (x_delete_terminal): Remove unused variable `i'.
22407
22408 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
22409 (NOTHING): Remove unused static global variable.
22410 (uniscribe_check_otf): Remove unused variable `table'.
22411 (uniscribe_font_driver): Add missing initializers.
22412
22413 2011-03-23 Julien Danjou <julien@danjou.info>
22414
22415 * term.c (Fsuspend_tty, Fresume_tty):
22416 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
22417 * window.c (temp_output_buffer_show):
22418 * insdel.c (signal_before_change):
22419 * frame.c (Fhandle_switch_frame):
22420 * fileio.c (Fdo_auto_save):
22421 * emacs.c (Fkill_emacs):
22422 * editfns.c (save_excursion_restore):
22423 * cmds.c (internal_self_insert):
22424 * callint.c (Fcall_interactively):
22425 * buffer.c (Fkill_all_local_variables):
22426 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
22427 Use Frun_hooks.
22428 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
22429 unconditionally since it does the check itself.
22430
22431 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
22432
22433 Fix more problems found by GCC 4.5.2's static checks.
22434
22435 * coding.c (encode_coding_raw_text): Avoid unnecessary test
22436 the first time through the loop, since we know p0 < p1 then.
22437 This also avoids a gcc -Wstrict-overflow warning.
22438
22439 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
22440 leading to a memory leak, possible in functions like
22441 load_charset_map_from_file that can allocate an unbounded number
22442 of objects (Bug#8318).
22443
22444 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
22445 that could (at least in theory) be that large.
22446
22447 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
22448 This is less likely to overflow, and avoids undefined behavior if
22449 overflow does occur. All callers changed. Use strtoul to scan
22450 for the unsigned long integer.
22451 (pint2hrstr): Simplify and tune code slightly.
22452 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
22453
22454 * scroll.c (do_scrolling): Work around GCC bug 48228.
22455 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
22456
22457 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
22458 This also avoids a warning with gcc -Wstrict-overflow.
22459 (validate_x_resource_name): Simplify count usage.
22460 This also avoids a warning with gcc -Wstrict-overflow.
22461
22462 * fileio.c (Fcopy_file): Report error if fchown or fchmod
22463 fail (Bug#8306).
22464
22465 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
22466
22467 * process.c (Fmake_network_process): Use socklen_t, not int,
22468 where POSIX says socklen_t is required in portable programs.
22469 This fixes a porting bug on hosts like 64-bit HP-UX, where
22470 socklen_t is wider than int (Bug#8277).
22471 (Fmake_network_process, server_accept_connection):
22472 (wait_reading_process_output, read_process_output):
22473 Likewise.
22474
22475 * process.c: Rename or move locals to avoid shadowing.
22476 (list_processes_1, Fmake_network_process):
22477 (read_process_output_error_handler, exec_sentinel_error_handler):
22478 Rename or move locals.
22479 (Fmake_network_process): Define label "retry_connect" only if needed.
22480 (Fnetwork_interface_info): Fix pointer signedness.
22481 (process_send_signal): Add cast to avoid pointer signedness problem.
22482 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
22483 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
22484
22485 Make tparam.h and terminfo.c consistent.
22486 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
22487 Include tparam.h instead, since it declares them.
22488 * cm.h (PC): Remove extern decl; tparam.h now does this.
22489 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
22490 * terminfo.c: Include tparam.h, to check interfaces.
22491 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
22492 (tparam): Adjust signature to match interface in tparam.h;
22493 this removes some undefined behavior. Check that outstring and len
22494 are zero, which they always are with Emacs.
22495 * tparam.h (PC, BC, UP): New extern decls.
22496
22497 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
22498 (xftfont_open): Rename locals to avoid shadowing.
22499
22500 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
22501 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
22502 (OTF_TAG_SYM): Omit macro if not needed.
22503 (ftfont_list): Remove unused local.
22504 (get_adstyle_property, ftfont_pattern_entity):
22505 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
22506 Rename locals to avoid shadowing.
22507
22508 * xfont.c (xfont_list_family): Mark var as initialized.
22509
22510 * xml.c (make_dom): Now static.
22511
22512 * composite.c (composition_compute_stop_pos): Rename local to
22513 avoid shadowing.
22514 (composition_reseat_it): Remove unused locals.
22515 (find_automatic_composition, composition_adjust_point): Likewise.
22516 (composition_update_it): Mark var as initialized.
22517 (find_automatic_composition): Mark vars as initialized,
22518 with a FIXME (Bug#8290).
22519
22520 character.h: Rename locals to avoid shadowing.
22521 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
22522 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
22523 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
22524 (BUF_DEC_POS): Be more systematic about renaming local temporaries
22525 to avoid shadowing.
22526
22527 * textprop.c (property_change_between_p): Remove; unused.
22528
22529 * intervals.c (interval_start_pos): Now static.
22530
22531 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
22532
22533 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
22534 Rename locals to avoid shadowing.
22535
22536 * sound.c (wav_play, au_play, Fplay_sound_internal):
22537 Fix pointer signedness.
22538 (alsa_choose_format): Remove unused local var.
22539 (wav_play): Initialize a variable to 0, to prevent undefined
22540 behavior (Bug#8278).
22541
22542 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
22543
22544 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
22545
22546 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
22547 clobbering (Bug#8298).
22548 * sysdep.c (sys_subshell): Likewise.
22549 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
22550
22551 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
22552 This should get cleaned up, so that child_setup has the
22553 same signature on all platforms.
22554
22555 * callproc.c (call_process_cleanup): Now static.
22556 (relocate_fd): Rename locals to avoid shadowing.
22557
22558 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
22559
22560 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
22561 not to be necessary, and produces flickering.
22562
22563 2011-03-20 Glenn Morris <rgm@gnu.org>
22564
22565 * config.in: Remove file.
22566
22567 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
22568
22569 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
22570 are now in src/globals.h.
22571 (syms_of_minibuf): Remove spurious & from previous change.
22572
22573 2011-03-20 Leo Liu <sdl.web@gmail.com>
22574
22575 * minibuf.c (completing-read-function): New variable.
22576 (completing-read-default): Rename from completing-read.
22577 (completing-read): Call completing-read-function.
22578
22579 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
22580
22581 * xfaces.c (Fx_load_color_file):
22582 Read color file from absolute filename (bug#8250).
22583
22584 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
22585
22586 * makefile.w32-in: Update dependencies.
22587
22588 2011-03-17 Eli Zaretskii <eliz@gnu.org>
22589
22590 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
22591
22592 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
22593
22594 Fix more problems found by GCC 4.5.2's static checks.
22595
22596 * process.c (make_serial_process_unwind, send_process_trap):
22597 (sigchld_handler): Now static.
22598
22599 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
22600 That way, the code declares only the vars that it needs.
22601 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
22602 * s/cygwin.h (PTY_ITERATION): Likewise.
22603 * s/darwin.h (PTY_ITERATION): Likewise.
22604 * s/gnu-linux.h (PTY_ITERATION): Likewise.
22605
22606 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
22607 * process.c (allocate_pty): Don't declare stb unless it's needed.
22608
22609 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
22610 (CONSTANTLIM): Remove; unused.
22611 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
22612 Define only if needed.
22613
22614 * unexelf.c (unexec): Name an expression,
22615 to avoid gcc -Wbad-function-cast warning.
22616 Use a different way to cause a compilation error if anyone uses
22617 n rather than nn, a way that does not involve shadowing.
22618 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
22619
22620 * deps.mk (unexalpha.o): Remove; unused.
22621
22622 New file unexec.h, the (simple) interface for unexec (Bug#8267).
22623 * unexec.h: New file.
22624 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
22625 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
22626 Depend on unexec.h.
22627 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
22628 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
22629 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
22630 Change as necessary to match prototype in unexec.h.
22631
22632 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
22633 shadowing.
22634 (back_comment, skip_chars): Mark vars as initialized.
22635
22636 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
22637 Rename locals to avoid shadowing.
22638
22639 * lread.c (read1): Rewrite so as not to use empty "else".
22640 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
22641
22642 * print.c (Fredirect_debugging_output): Fix pointer signedess.
22643
22644 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
22645 warning when compiling print.c.
22646
22647 * font.c (font_unparse_fcname): Abort in an "impossible" situation
22648 instead of using an uninitialized var.
22649 (font_sort_entities): Mark var as initialized.
22650
22651 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
22652
22653 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
22654 pointers to constants.
22655 (font_parse_fcname): Remove unused vars.
22656 (font_delete_unmatched): Now static.
22657 (font_get_spec): Remove; unused.
22658 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
22659 (font_update_drivers, Ffont_get_glyphs, font_add_log):
22660 Rename or move locals to avoid shadowing.
22661
22662 * fns.c (require_nesting_list, require_unwind): Now static.
22663 (Ffillarray): Rename locals to avoid shadowing.
22664
22665 * floatfns.c (domain_error2): Define only if needed.
22666 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
22667
22668 * alloc.c (mark_backtrace): Move decl from here ...
22669 * lisp.h: ... to here, so that it can be checked.
22670
22671 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
22672 (Fdefvar): Rewrite so as not to use empty "else".
22673 (lisp_indirect_variable): Name an expression,
22674 to avoid gcc -Wbad-function-cast warning.
22675 (Fdefvar): Rename locals to avoid shadowing.
22676
22677 * callint.c (quotify_arg, quotify_args): Now static.
22678 (Fcall_interactively): Rename locals to avoid shadowing.
22679 Use const pointer when appropriate.
22680
22681 * lisp.h (get_system_name, get_operating_system_release):
22682 Move decls here, to check interfaces.
22683 * process.c (get_operating_system_release): Move decl to lisp.h.
22684 * xrdb.c (get_system_name): Likewise.
22685 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
22686 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
22687 some of which prompt warnings from gcc -Wbad-function-cast.
22688 (Fformat_time_string, Fencode_time, Finsert_char):
22689 (Ftranslate_region_internal, Fformat):
22690 Rename or remove local vars to avoid shadowing.
22691 (Ftranslate_region_internal): Mark var as initialized.
22692
22693 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
22694 avoid shadowing.
22695
22696 * lisp.h (eassert): Check that the argument compiles, even if
22697 ENABLE_CHECKING is not defined.
22698
22699 * data.c (Findirect_variable): Name an expression, to avoid
22700 gcc -Wbad-function-cast warning.
22701 (default_value, arithcompare, arith_driver, arith_error): Now static.
22702 (store_symval_forwarding): Rename local to avoid shadowing.
22703 (Fmake_variable_buffer_local, Fmake_local_variable):
22704 Mark variables as initialized.
22705 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
22706
22707 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
22708 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
22709 Rename locals to avoid shadowing.
22710 (mark_stack): Move local variables into the #ifdef region where
22711 they're used.
22712 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
22713 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
22714 needed otherwise.
22715 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
22716 (GC_STRING_CHARS): Remove; not used.
22717 (Fmemory_limit): Cast sbrk's returned value to char *.
22718
22719 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
22720 avoids undefined behavior in theory.
22721
22722 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
22723
22724 Use functions, not macros, for up- and down-casing (Bug#8254).
22725 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
22726 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
22727 to use the following functions instead of these macros.
22728 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
22729 EMACS_INT, since callers assume the returned value fits in int.
22730 (upcase1): Likewise, for UPCASE_TABLE.
22731 (uppercasep, lowercasep, upcase): New static inline functions.
22732 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
22733 the race-condition problem in the old DOWNCASE.
22734
22735 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
22736 Rename locals to avoid shadowing.
22737 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
22738 (regex_compile, re_search_2, re_match_2_internal):
22739 Remove unused local vars.
22740 (FREE_VAR): Rewrite so as not to use empty "else",
22741 which gcc can warn about.
22742 (regex_compile, re_match_2_internal): Mark locals as initialized.
22743 (RETALLOC_IF): Define only if needed.
22744 (WORDCHAR_P): Likewise. This one is never needed, but is used
22745 only in a comment talking about a compiler bug, so put inside
22746 the #if 0 of that comment.
22747 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
22748 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
22749 Remove; unused.
22750
22751 * search.c (boyer_moore): Rename locals to avoid shadowing.
22752 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
22753 (PREV_CHAR_BOUNDARY): Likewise.
22754
22755 * search.c (simple_search): Remove unused var.
22756
22757 * dired.c (compile_pattern): Move decl from here ...
22758 * lisp.h: ... to here, so that it can be checked.
22759 (struct re_registers): New forward decl.
22760
22761 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
22762
22763 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
22764 All uses changed.
22765 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
22766 Rename locals to avoid shadowing.
22767 (Fvertical_motion): Mark locals as initialized.
22768
22769 * casefiddle.c (casify_object, casify_region): Now static.
22770 (casify_region): Mark local as initialized.
22771
22772 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
22773
22774 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
22775 New macros, so that the caller can use some names other than
22776 gcpro1, gcpro2, etc.
22777 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
22778 of the new macros.
22779 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
22780 argument, for consistency with GCPRO2_VAR, etc: it is now the
22781 prefix of the variable, not the variable itself. All uses
22782 changed.
22783 * dired.c (directory_files_internal, file_name_completion):
22784 Rename locals to avoid shadowing.
22785
22786 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
22787 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
22788 dired.c's scmp function, had undefined behavior.
22789 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
22790 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
22791 * buffer.h: ... to here, because these macros use current_buffer,
22792 and the new implementation with inline functions needs to have
22793 current_buffer in scope now, rather than later when the macros
22794 are used.
22795 (downcase, upcase1): New static inline functions.
22796 (DOWNCASE, UPCASE1): Reimplement using these functions.
22797 This avoids undefined behavior in expressions like
22798 DOWNCASE (x) == DOWNCASE (y), which previously suffered
22799 from race conditions in accessing the global variables
22800 case_temp1 and case_temp2.
22801 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
22802 * lisp.h (case_temp1, case_temp2): Remove their decls.
22803 * character.h (ASCII_CHAR_P): Move from here ...
22804 * lisp.h: ... to here, so that the inline functions mentioned
22805 above can use them.
22806
22807 * dired.c (directory_files_internal_unwind): Now static.
22808
22809 * fileio.c (file_name_as_directory, directory_file_name):
22810 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
22811 Now static.
22812 (file_name_as_directory): Use const pointers when appropriate.
22813 (Fexpand_file_name): Likewise. In particular, newdir might
22814 point at constant storage, so make it a const pointer.
22815 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
22816 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
22817 signedness issues.
22818 (Fset_file_times, Finsert_file_contents, auto_save_error):
22819 Rename locals to avoid shadowing.
22820
22821 * minibuf.c (choose_minibuf_frame_1): Now static.
22822 (Ftry_completion, Fall_completions): Rename or remove locals
22823 to avoid shadowing.
22824
22825 * marker.c (bytepos_to_charpos): Remove; unused.
22826
22827 * lisp.h (verify_bytepos, count_markers): New decls,
22828 so that gcc does not warn that these functions aren't declared.
22829
22830 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
22831 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
22832 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
22833 (copy_text): Remove unused local var.
22834
22835 * filelock.c (within_one_second): Now static.
22836 (lock_file_1): Rename local to avoid shadowing.
22837
22838 * buffer.c (fix_overlays_before): Mark locals as initialized.
22839 (fix_start_end_in_overlays): Likewise. This function should be
22840 simplified by using pointers-to-pointers, but that's a different
22841 matter.
22842 (switch_to_buffer_1): Now static.
22843 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
22844 (report_overlay_modification): Rename locals to avoid shadowing.
22845
22846 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
22847 Fix pointer signedness issue.
22848 (sys_subshell): Mark local as volatile if checking for lint,
22849 to suppress a gcc -Wclobbered warning that does not seem to be right.
22850 (MAXPATHLEN): Define only if needed.
22851
22852 * process.c (serial_open, serial_configure): Move decls from here ...
22853 * systty.h: ... to here, so that they can be checked.
22854
22855 * fns.c (get_random, seed_random): Move extern decls from here ...
22856 * lisp.h: ... to here, so that they can be checked.
22857
22858 * sysdep.c (reset_io): Now static.
22859 (wait_for_termination_signal): Remove; unused.
22860
22861 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
22862 (copy_keymap_item, append_key, push_text_char_description):
22863 Now static.
22864 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
22865 (DENSE_TABLE_SIZE): Remove; unused.
22866 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
22867 (describe_map_tree):
22868 Rename locals to avoid shadowing.
22869
22870 * keyboard.c: Declare functions static if they are not used elsewhere.
22871 (echo_char, echo_dash, cmd_error, top_level_2):
22872 (poll_for_input, handle_async_input): Now static.
22873 (read_char, kbd_buffer_get_event, make_lispy_position):
22874 (make_lispy_event, make_lispy_movement, apply_modifiers):
22875 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
22876 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
22877 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
22878 (read_key_sequence, read_char): Mark locals as initialized.
22879 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
22880
22881 * keyboard.h (make_ctrl_char): New decl.
22882 (mark_kboards): Move decl here ...
22883 * alloc.c (mark_kboards): ... from here.
22884
22885 * lisp.h (force_auto_save_soon): New decl.
22886
22887 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
22888 (DEFINE_DUMMY_FUNCTION): New macro.
22889 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
22890 Use it.
22891 (main): Add casts to avoid warnings
22892 if GCC considers string literals to be constants.
22893
22894 * lisp.h (fatal_error_signal): Add decl, since it's exported.
22895
22896 * dbusbind.c: Pointer signedness fixes.
22897 (xd_signature, xd_append_arg, xd_initialize):
22898 (Fdbus_call_method, Fdbus_call_method_asynchronously):
22899 (Fdbus_method_return_internal, Fdbus_method_error_internal):
22900 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
22901 (Fdbus_register_signal): Use SSDATA when the context wants char *.
22902
22903 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
22904 if GCC considers string literals to be constants.
22905 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
22906
22907 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22908
22909 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
22910 (print_preprocess, print_object): New macro to fix last change.
22911
22912 * print.c (print_preprocess): Don't forget font objects.
22913
22914 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22915
22916 * emacs.c (USAGE3): Doc fixes.
22917
22918 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
22919
22920 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
22921 structure.
22922
22923 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
22924
22925 * lisp.h (VWindow_system, Qfile_name_history):
22926 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
22927 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
22928 (w32_system_caret_x, w32_system_caret_y): Declare extern.
22929
22930 * w32select.c: Don't #include "keyboard.h".
22931 (run_protected): Add extern declaration for waiting_for_input.
22932
22933 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
22934 * w32console.c (detect_input_pending, read_input_pending)
22935 (encode_terminal_code):
22936 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
22937 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
22938 (w32_system_caret_y, Qfile_name_history):
22939 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
22940 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
22941 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
22942 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
22943 * w32proc.c (Qlocal, report_file_error):
22944 * w32term.c (Vwindow_system, updating_frame):
22945 * w32uniscribe.c (initialized, uniscribe_font_driver):
22946 Remove unneeded extern declarations.
22947
22948 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
22949
22950 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
22951
22952 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
22953
22954 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
22955 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
22956 These macros can no longer be used for assignment.
22957
22958 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22959 Assign struct members directly, instead of using BUF_BEGV etc.
22960 (record_buffer_markers, fetch_buffer_markers): New functions for
22961 recording and fetching special buffer markers.
22962 (set_buffer_internal_1, set_buffer_temp): Use them.
22963
22964 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
22965
22966 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
22967
22968 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
22969 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
22970
22971 * xdisp.c (hscroll_window_tree):
22972 (reconsider_clip_changes): Use PT instead of BUF_PT.
22973
22974 2011-03-13 Eli Zaretskii <eliz@gnu.org>
22975
22976 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
22977 $(EMACS_ROOT)/lib/intprops.h.
22978
22979 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
22980
22981 Fix more problems found by GCC 4.5.2's static checks.
22982
22983 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
22984 to unsigned char * to avoid compiler diagnostic.
22985 (xg_free_frame_widgets): Make it clear that a local variable is
22986 needed only if USE_GTK_TOOLTIP.
22987 (gdk_window_get_screen): Make it clear that this macro is needed
22988 only if USE_GTK_TOOLTIP.
22989 (int_gtk_range_get_value): New function, which avoids a diagnostic
22990 from gcc -Wbad-function-cast.
22991 (xg_set_toolkit_scroll_bar_thumb): Use it.
22992 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
22993 diagnostic from gcc -Wbad-function-cast.
22994 (get_utf8_string, xg_get_file_with_chooser):
22995 Rename locals to avoid shadowing.
22996 (create_dialog): Move locals to avoid shadowing.
22997
22998 * xgselect.c (xg_select): Remove unused var.
22999
23000 * image.c (four_corners_best): Mark locals as initialized.
23001 (gif_load): Initialize transparent_p to zero (Bug#8238).
23002 Mark another local as initialized.
23003 (my_png_error, my_error_exit): Mark with NO_RETURN.
23004
23005 * image.c (clear_image_cache): Now static.
23006 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
23007 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
23008 (x_edge_detection): Remove unnecessary cast that
23009 gcc -Wbad-function-cast diagnoses.
23010 (gif_load): Fix pointer signedness.
23011 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
23012 (jpeg_load, gif_load): Rename locals to avoid shadowing.
23013
23014 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
23015
23016 Improve quality of tests for time stamp overflow.
23017 For example, without this patch (encode-time 0 0 0 1 1
23018 1152921504606846976) returns the obviously-bogus value (-948597
23019 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
23020 reports time overflow. See
23021 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
23022 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
23023 * editfns.c: Include limits.h and intprops.h.
23024 (TIME_T_MIN, TIME_T_MAX): New macros.
23025 (time_overflow): Move earlier, to before first use.
23026 (hi_time, lo_time): New functions, for an accurate test for
23027 out-of-range times.
23028 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
23029 (Fget_internal_run_time): Don't assume time_t fits in int.
23030 (make_time): Use list2 instead of Fcons twice.
23031 (Fdecode_time): More accurate test for out-of-range times.
23032 (check_tm_member): New function.
23033 (Fencode_time): Use it, to test for out-of-range times.
23034 (lisp_time_argument): Don't rely on undefined left-shift and
23035 right-shift behavior when checking for time stamp overflow.
23036
23037 * editfns.c (time_overflow): New function, refactoring common code.
23038 (Fformat_time_string, Fdecode_time, Fencode_time):
23039 (Fcurrent_time_string): Use it.
23040
23041 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
23042 * dired.c (make_time): Move to ...
23043 * editfns.c (make_time): ... here.
23044 * systime.h: Note the move.
23045
23046 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23047
23048 * fringe.c (update_window_fringes): Remove unused variables.
23049
23050 * unexmacosx.c (copy_data_segment): Also copy __got section.
23051 (Bug#8223)
23052
23053 2011-03-12 Eli Zaretskii <eliz@gnu.org>
23054
23055 * termcap.c [MSDOS]: Include "msdos.h".
23056 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
23057 Constify `char *' arguments and their references according to
23058 prototypes in tparam.h.
23059
23060 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
23061
23062 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
23063 Adapt all references accordingly.
23064
23065 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
23066
23067 2011-03-11 Tom Tromey <tromey@redhat.com>
23068
23069 * buffer.c (syms_of_buffer): Remove obsolete comment.
23070
23071 2011-03-11 Eli Zaretskii <eliz@gnu.org>
23072
23073 * termhooks.h (encode_terminal_code): Declare prototype.
23074
23075 * msdos.c (encode_terminal_code): Don't declare prototype.
23076
23077 * term.c (encode_terminal_code): Now external again, used by
23078 w32console.c and msdos.c.
23079
23080 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
23081 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
23082
23083 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
23084
23085 Fix some minor problems found by GCC 4.5.2's static checks.
23086
23087 * fringe.c (update_window_fringes): Mark locals as initialized
23088 (Bug#8227).
23089 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
23090
23091 * alloc.c (mark_fringe_data): Move decl from here ...
23092 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
23093 to check its interface.
23094 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
23095
23096 * fontset.c (free_realized_fontset): Now static.
23097 (Fset_fontset_font): Rename local to avoid shadowing.
23098 (fontset_font): Mark local as initialized.
23099 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
23100
23101 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
23102
23103 * xselect.c (x_disown_buffer_selections): Remove; not used.
23104 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
23105 (x_own_selection, Fx_disown_selection_internal): Rename locals
23106 to avoid shadowing.
23107 (x_handle_dnd_message): Remove local to avoid shadowing.
23108
23109 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
23110 so that the caller can use some name other than gcpro1.
23111 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
23112 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
23113 (Fx_backspace_delete_keys_p):
23114 Use them to avoid shadowing, and rename vars to avoid shadowing.
23115 (x_decode_color, x_set_name, x_window): Now static.
23116 (Fx_create_frame): Add braces to silence GCC warning.
23117 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
23118 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
23119 Remove unused locals.
23120 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
23121 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
23122 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
23123 macros.
23124
23125 * xterm.h (x_mouse_leave): New decl.
23126
23127 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
23128 Remove unused functions.
23129 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
23130 (x_calc_absolute_position): Now static.
23131 (XTread_socket): Don't define label "out" unless it's used.
23132 Don't declare local "event" unless it's used.
23133 (x_iconify_frame, x_free_frame_resources): Don't declare locals
23134 unless they are used.
23135 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
23136 (x_fatal_error_signal): Remove; not used.
23137 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
23138 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
23139 (x_error_catcher, x_connection_closed, x_error_handler):
23140 (x_error_quitter, xembed_send_message, x_iconify_frame):
23141 (my_log_handler): Rename locals to avoid shadowing.
23142 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
23143 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
23144
23145 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
23146 Rename or move locals to avoid shadowing.
23147 (tty_defined_color, merge_face_heights): Now static.
23148 (free_realized_faces_for_fontset): Remove; not used.
23149 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
23150 does not deduce is never used uninitialized.
23151 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
23152 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
23153
23154 * terminal.c (store_terminal_param): Now static.
23155
23156 * xmenu.c (menu_highlight_callback): Now static.
23157 (set_frame_menubar): Remove unused local.
23158 (xmenu_show): Rename parameter to avoid shadowing.
23159 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
23160 since they might point to immutable storage.
23161 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
23162 since it's unused otherwise.
23163
23164 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
23165 Add a FIXME, since the code still doesn't look right. (Bug#8215)
23166 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
23167 avoids a gcc -Wuninitialized diagnostic.
23168 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
23169 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
23170 does not deduce are never used uninitialized.
23171
23172 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
23173
23174 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
23175 * window.c (window_loop, size_window):
23176 (run_window_configuration_change_hook, enlarge_window): Likewise.
23177
23178 * window.c (display_buffer): Now static.
23179 (size_window): Mark variables that gcc -Wuninitialized
23180 does not deduce are never used uninitialized.
23181 * window.h (check_all_windows): New decl, to forestall
23182 gcc -Wmissing-prototypes diagnostic.
23183 * dispextern.h (bidi_dump_cached_states): Likewise.
23184
23185 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
23186 shadowing.
23187 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
23188 Include <limits.h>.
23189 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
23190 and to avoid gcc -Wuninitialized warning.
23191 (load_charset_map): Mark variables that gcc -Wuninitialized
23192 does not deduce are never used uninitialized.
23193 (load_charset): Abort instead of using uninitialized var (Bug#8229).
23194
23195 * coding.c (coding_set_source, coding_set_destination):
23196 Use "else { /* comment */ }" rather than "else /* comment */;"
23197 for clarity, and to avoid gcc -Wempty-body warning.
23198 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
23199 a block, when the outer 'i' will do.
23200 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
23201 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
23202 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
23203 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
23204 (Fdecode_sjis_char, Fdefine_coding_system_internal):
23205 Rename locals to avoid shadowing.
23206 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
23207 * coding.c (emacs_mule_char, encode_invocation_designation):
23208 Now static, since they're not used elsewhere.
23209 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
23210 (decode_coding_object, encode_coding_object, detect_coding_system):
23211 (decode_coding_emacs_mule): Mark variables that gcc
23212 -Wuninitialized does not deduce are never used uninitialized.
23213 (detect_coding_iso_2022): Initialize a local variable that might
23214 be used uninitialized. Leave a FIXME because it's not clear that
23215 this initialization is needed. (Bug#8211)
23216 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
23217 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
23218 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
23219 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
23220 Remove unused macros.
23221
23222 * category.c (hash_get_category_set): Remove unused local var.
23223 (copy_category_table): Now static, since it's not used elsewhere.
23224 * character.c (string_count_byte8): Likewise.
23225
23226 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
23227 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
23228
23229 * chartab.c (copy_sub_char_table): Now static, since it's not used
23230 elsewhere.
23231 (sub_char_table_ref_and_range, char_table_ref_and_range):
23232 Rename locals to avoid shadowing.
23233 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
23234
23235 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
23236 (BIDI_BOB): Remove unused macro.
23237
23238 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
23239 deduce are never used uninitialized.
23240 * term.c (encode_terminal_code): Likewise.
23241
23242 * term.c (encode_terminal_code): Now static. Remove unused local.
23243
23244 * tparam.h: New file.
23245 * term.c, tparam.h: Include it.
23246 * deps.mk (term.o, tparam.o): Depend on tparam.h.
23247 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
23248 Move these decls to tparam.h, and make them agree with what
23249 is actually in tparam.c. The previous trick of using incompatible
23250 decls in different modules does not conform to the C standard.
23251 All callers of tparam changed to use tparam's actual API.
23252 * tparam.c (tparam1, tparam, tgoto):
23253 Use const pointers where appropriate.
23254
23255 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
23256 * cm.h (struct cm): Likewise.
23257 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
23258 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
23259 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
23260 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
23261 (turn_on_face, init_tty): Likewise.
23262 * termchar.h (struct tty_display_info): Likewise.
23263
23264 * term.c (term_mouse_position): Rename local to avoid shadowing.
23265
23266 * alloc.c (mark_ttys): Move decl from here ...
23267 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
23268
23269 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
23270
23271 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
23272
23273 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
23274
23275 * search.c (compile_pattern_1): Remove argument regp, unused since
23276 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
23277 (compile_pattern): Don't pass it.
23278
23279 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
23280
23281 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
23282 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
23283 for ! HAVE_GTK3.
23284 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
23285
23286 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
23287
23288 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
23289 gdk_window_get_screen, gdk_window_get_geometry,
23290 gdk_x11_window_lookup_for_display and GDK_KEY_g.
23291 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
23292 (xg_get_pixbuf_from_pixmap): New function.
23293 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
23294 to Pixmap, take frame as parameter, remove GdkColormap parameter.
23295 Call xg_get_pixbuf_from_pixmap instead of
23296 gdk_pixbuf_get_from_drawable.
23297 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
23298 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
23299 (xg_check_special_colors): Use GtkStyleContext and its functions
23300 for HAVE_GTK3.
23301 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
23302 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
23303 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
23304 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
23305 Call gtk_widget_get_preferred_size.
23306 (xg_frame_resized): gdk_window_get_geometry only takes 5
23307 parameters.
23308 (xg_win_to_widget, xg_event_is_for_menubar):
23309 Call gdk_x11_window_lookup_for_display.
23310 (xg_set_widget_bg): New function.
23311 (delete_cb): New function.
23312 (xg_create_frame_widgets): Connect delete-event to delete_cb.
23313 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
23314 (xg_set_background_color): Call xg_set_widget_bg.
23315 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
23316 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
23317 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
23318 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
23319 if ! HAVE_GTK3.
23320 (update_frame_tool_bar): Call gtk_widget_hide.
23321 (xg_initialize): Use GDK_KEY_g.
23322
23323 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
23324 if ! HAVE_GTK3
23325 (x_session_initialize): Call gdk_x11_set_sm_client_id.
23326
23327 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
23328 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
23329 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
23330
23331 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
23332
23333 * w32xfns.c (select_palette): Check success of RealizePalette against
23334 GDI_ERROR, not zero.
23335
23336 See ChangeLog.11 for earlier changes.
23337
23338 ;; Local Variables:
23339 ;; coding: utf-8
23340 ;; End:
23341
23342 Copyright (C) 2011-2013 Free Software Foundation, Inc.
23343
23344 This file is part of GNU Emacs.
23345
23346 GNU Emacs is free software: you can redistribute it and/or modify
23347 it under the terms of the GNU General Public License as published by
23348 the Free Software Foundation, either version 3 of the License, or
23349 (at your option) any later version.
23350
23351 GNU Emacs is distributed in the hope that it will be useful,
23352 but WITHOUT ANY WARRANTY; without even the implied warranty of
23353 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23354 GNU General Public License for more details.
23355
23356 You should have received a copy of the GNU General Public License
23357 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.